.datepicker:not(.active),
.datepicker-en:not(.active) {
    display: block !important;
    font-family: inherit;
}

.datepicker-en:not(.active) {
    width: auto !important;
    z-index: 5 !important;
    direction: ltr;
}

.input-group-addon {
    padding: 12px 15px !important;
}

.select2-container--bootstrap-5 .select2-selection--single {
    height: 48.60px !important;
    padding: 12.8px 12px !important;
    border-radius: 8px  !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #5b6b79 !important;
    font-size: .875rem;
}

.datepicker[readonly],
.hasDatepicker[readonly] {
    opacity: 1 !important;
}

.file_manager .file .hover {
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.2s ease-in-out;
    display: none;
}

.file_manager:hover .hover {position:absolute; top:10px; right:10px; display:block;}

.select2-results__option--group {
    padding: .375rem .75rem !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: 0px !important;
    font-weight: 600 !important;
}
.select2-results__options--nested {
    padding-left: 1rem !important;
}

.dropdown-toggle::after {
    margin-top: 10px !important;
}

.change-status-publish,
.change-status-not-published {
    cursor: pointer;
}
