.hidePanelDataGrid .dx-datagrid-rowsview {
    visibility: collapse !important;
}

.dx-toolbar-label .dx-toolbar-item-content > div {
    overflow: visible;
    width: 1000px;
}

.dx-texteditor.dx-editor-filled {
    background-color: transparent !important;
}

.dx-texteditor.dx-editor-filled.dx-state-hover {
    background-color: rgba(0, 0, 0, .04) !important;
}

.dx-texteditor.dx-editor-filled.dx-state-focused {
    background-color: rgba(0, 0, 0, .04) !important;
}

/*.dx-fileuploader-upload-button.dx-button-has-text {*/
/*    display: none !important;*/
/*}*/

.dx-fileuploader-button.dx-fileuploader-upload-button {
    display: none !important;
}

.svgLoader {
    animation: spin 0.5s linear infinite;
    margin: auto;
}

.divLoader {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.informer {
    /*height: 70px;*/
    width: 150px;
    text-align: center;
    padding-top: 8px;
    /*margin-bottom: 100px;*/
}

.count {
    line-height: 27px;
    margin: 0;
}
