/* DataTable Top Buttons */
.dt-buttons{
    margin-top: 7px !important;
}
.dt-button{
    font-size: 10px !important;
    padding: 4px 10px 4px 10px !important;
}
.buttons-copy{
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    color: #343a40 !important;
}
.buttons-csv{
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    color: #343a40 !important;
}
.buttons-print{
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    color: #343a40 !important;
}

/* DataTable */
.dataTables_filter, .dataTables_length{
    margin-bottom: 0px !important;
    margin-top: -27px !important;
    text-align: right !important;
}
.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

/* Select 2 */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #539bff !important;
    border-color: #539bff !important;
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #539bff !important;
    border-color: #539bff !important;
    color: #fff !important;
}
.radial-gradient::before {
    background: radial-gradient(#d2f1df, #d3d7fa, #ecdec6) 0 0 / 400% 400%;

}
.sidebar-nav ul .sidebar-item.selected>.sidebar-link, .sidebar-nav ul .sidebar-item.selected>.sidebar-link.active, .sidebar-nav ul .sidebar-item>.sidebar-link.active {
    background-color: #ffcd3f;
    color: #fff;
}
.sidebar-nav ul .sidebar-item .sidebar-link:hover {
    background-color: rgb(255 232 0 / 10%);
    color: #ffcd3f;
}
.sidebar-nav ul .sidebar-item .sidebar-link:hover.has-arrow::after {
    border-color: #ffcd3e;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link:hover {
    background-color: transparent;
    color: #ffcd3e;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link.active {
    background-color: transparent !important;
    color: #ffcd3e !important;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ffcd3e;
    --bs-btn-border-color: #ffcd3e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ffe940;
    --bs-btn-hover-border-color: #ffe940;
    --bs-btn-focus-shadow-rgb: 100, 200, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ffe940;
    --bs-btn-active-border-color: #ffe940;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ffcd3e;
    --bs-btn-disabled-border-color: #ffcd3e;
}
.table>:not(caption)>*>* {
    padding: 6px 16px;
}