html, body {
    font-family: "Open Sans", "Helvetica", "sans-serif";
    font-size: 14px !important; 
}

.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 {
    width: 140px;
}

td.actions .cell {
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
    /*grid-gap: 5px;*/
    display: flex;
    gap: 10px;
    justify-content: center;
}

.block td.actions {
    grid-gap: 5px;
    display: flex;
    gap: 10px;
    width: auto;
    justify-content: end;
}

.cell .el-icon {
    cursor: pointer;
}

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

.el-select, .el-input {
    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;
}

.el-input__wrapper {
    width: 100%;
}

label {
    display: block;
}

.el-overlay {
    z-index: 1000 !important;
}

.tox-tinymce {
    width: 100%;
}

.white-text {
    color: #ffffff;
}

.gap-5 {
    gap: 10px;
    grid-gap: 10px;
}

.card-label {
    font-size: 18px !important;
}

.el-tabs__header {
    margin-bottom: 30px !important;
}

.card.card-custom > .card-body {
    padding: 10px 2.5rem 0;
}

.cursor-default {
    cursor: default !important;
}

.el-tooltip__trigger {
    cursor: pointer;
}

.asideblock-svg {
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.form-item-video .el-form-item__content {
    display: block;
}

.overflow-dots {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    height: 1.2em;
    white-space: nowrap;
}

.theme-switch.el-switch .is-text {
    color: #000000 !important;
}

.theme-switch .el-switch__core {
    border: 1px solid #dcdfe6 !important;
}

.theme-switch.el-switch.is-checked .is-text {
    color: #ffffff !important;
}

.theme-switch.el-switch .el-switch__action {
    background-color: #000000 !important;
}

.theme-switch.el-switch.is-checked .el-switch__action {
    background-color: #FFE2E5 !important;
}

.text-underline {
    text-decoration: underline;
}

.action_label {
    display: flex;
    justify-content: right;
}
