.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
}

.custom-search { 
    border-radius: 50px;
}

.lucide-icon-search {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 20px;
    height: 20px;
    color: #949698;
    pointer-events: none;
}

div.dataTables_filter[id*="_filter"] {
    display: none !important;
}

.table th,
.table td {
    text-align: center;
}

th,
td {
    vertical-align: middle !important;
    white-space: nowrap !important;
    text-align: center !important;
}

.notyf-success {
    background: #E8F7F0;
    color: #1BAA6D;
    border: 1px solid #1BAA6D;
    border-radius: 5px;
}

.notyf-danger {
    background: #FEECF0;
    color: #F93C65;
    border: 1px solid #F93C65;
    border-radius: 5px;
}

.notyf-warning {
    background: #FEF2DE;
    color: #e4a641;
    border: 1px solid #e4a641;
    border-radius: 5px;
}

.notyf-info {
    background: #daf5ff;
    color: #49b6dd;
    border: 1px solid #49b6dd;
    border-radius: 5px;
}

.notyf-icon-size {
    font-size: 22px;
}

.h5-title {
    color: var(--bs-primary);
    font-weight: bold;
}

div:where(.swal2-container) {
    z-index: 2060 !important;
}

.form-control[readonly] {
    background-color: white !important;
}

.arrow-order {
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

/* Custom styles for select 2 */
/* Select */
.select2-container--default .select2-selection--single {
    border: 0.01px solid #d9dee3 !important;
}

.select2-container .select2-selection--single {
    height: 37.5px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.select2-dropdown {
    border: 0.01px solid #d9dee3 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: none;
    box-shadow: none;
}

/*  Multiple select */
.select2-container--default .select2-selection--multiple {
    padding-top: 4px !important;
    padding-bottom: 8px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    border: 0.01px solid #d9dee3 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--bs-primary) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--bs-primary) !important;
    color: white !important;
    border: var(--bs-primary) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid var(--bs-primary) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: rgba(var(--bs-primary-rgb), 0.2) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: rgba(var(--bs-primary-rgb), 0.2) !important;
}
/* End Styles for select2 */

.flatpickr-day.selected {
    background-color: var(--bs-primary) !important;
    color: white !important;
    border-color: var(--bs-primary) !important;
}

.cancelled-row {
    background-color: #f8d7da !important;
}

/* Custom styles for calendar range picker */
.daterangepicker .ranges li.active {
    background-color: var(--bs-primary) !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--bs-primary) !important;
}

.daterangepicker td.in-range {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
/* Custom styles for calendar range picker */