.btn-orange {
    background-color: #ED3D05;
    color: #FFFFFF;
}

.btn-orange:hover {
    color: #FFFFFF;
}

.btn-orange:hover:not(:disabled):not(.disabled) {
    opacity: 0.9;
}

/*.header.header-fixed{*/
/*    z-index: 3000!important;*/
/*}*/

.actions .cell {
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
    grid-gap: 5px;

}

.actions .cell .el-button {
    margin: 0;
}

.el-select, .el-input, .el-switch {
    display: block !important;
}

.el-date-editor.el-input, .el-date-editor.el-input__inner {
    width: 100% !important;
}

.el-table th.el-table__cell > .cell {
    word-break: break-word;
}

.aside-menu-wrapper {
    overflow: auto;
    max-height: calc(100% - 65px);
}

.aside-menu-wrapper::-webkit-scrollbar {
    width: 10px;
}

.aside-menu-wrapper::-webkit-scrollbar-track {
    background-color: #1e1e2d;
}

.aside-menu-wrapper::-webkit-scrollbar-thumb {
    background-color: #575775;
    border-radius: 5px;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background-color: #eceef6;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}

body::-webkit-scrollbar-thumb {
    background-color: #1e1e2d;
    border-radius: 5px;
}

.el-notification {
    white-space: pre-wrap;
}

.readonly-input {
    background-color: #f5f2f2 !important;
}

.translations-ul {
    padding-left: 5px !important;
    list-style-type: none;
    margin: 0;
}

.question-ul li:not(:last-child) {
    border-bottom: 1px dotted grey;
}

.el-picker-panel__sidebar {
    width: auto !important;
}

.active-table-row {
    background: gray !important;
}

.active-table-row:hover {
    background: gray !important;
}