/* 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;
}

.sidebar-nav ul .sidebar-item > .sidebar-link.active {
    background-color: #ff6000 !important;
    /* color: #fff; */
}

.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: #ff6000 !important;
    color: #fff;
}

.sidebar-nav ul .sidebar-item .sidebar-link:hover {
    background-color: #ff6000 !important;
    color: #fff !important;
}

.sidebar-nav ul .sidebar-item .sidebar-link.active:hover.has-arrow::after {
    border-color: #ff6000 !important;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link.active {
    background-color: transparent !important;
    color: #d4b60b !important;
}

.table-responsive
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current {
    color: #fff;
    background-color: #ff6000;
    border-color: #ff6000;
}

.btn-primary {
    color: #fff !important;
    background-color: #ff6000 !important;
    border-color: #ff6000 !important;
}

.btn-info {
    color: #fff !important;
    background-color: #ff6000 !important;
    border-color: #ff6000 !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #b0b0b0 !important;
    border-color: #b0b0b0 !important;
}

.text-primary {
    color: #ff6000 !important;
}

.table-responsive
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current {
    color: #fff !important;
    background-color: #ff6000;
    border-color: #ff6000;
}

.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: #ff6000 !important;
    color: #fff !important;
}

.sidebar-nav ul .sidebar-item .sidebar-link:hover.has-arrow::after {
    border-color: #fff !important;
}

a {
    color: #ff6000;
}

.form-check-input:checked {
    background-color: #ff6000;
    border-color: #ff6000;
}

.badge {
    color: #fff !important;
}

.btn-outline-primary {
    color: #ff6000 !important;
    border-color: #ff6000 !important;
}

.btn:hover {
    color: #fff !important;
    background-color: #ff6000 !important;
}

.bg_f5f5ec {
    background-color: #f5f5ec !important;
}

.bg-light-gray {
    background-color: #fdf6ec !important; /* Very light gray */
}

.bg-light-coral {
    background-color: #dbf9f4 !important; /* Very light gray */
}

.user-profile-tab .nav-item .nav-link.active {
    color: #ff6000;
    border-bottom: 2px solid #fe7724e1;
}
.bg-grey {
    background-color: #b2b2b2 !important; /* Very light gray */
}
.bg-light-pink {
    background-color: #fe7064 !important;
}
.bg-light-orange {
    background-color: #ffeceb !important; /* Light orange background */
}
.text-orange {
    color: #ff8000 !important; /* Orange text */
}
.bg-orange {
    background-color: #ff8000 !important; /* Orange background */
}
.btn.btn-outline-success:hover {
    color: #fff !important;
    background-color: #13DEB9 !important;
    border-color: #13DEB9 !important;
    --bs-btn-color: #13DEB9 !important;
    --bs-btn-border-color: #13DEB9 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #13DEB9 !important;
    --bs-btn-hover-border-color: #13DEB9 !important;
    --bs-btn-focus-shadow-rgb: 19, 222, 185 !important;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #13DEB9;
    --bs-btn-active-border-color: #13DEB9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #13DEB9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #13DEB9;
    --bs-gradient: none;
}
