.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;
}
z

.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;
}

.image-container {
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}
  
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.icon-clock {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 10px;
}

.icon-clock:hover {
    background-color: var(--bs-primary) !important;
}

/* 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: 1px !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 */

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

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

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

/* Calendar*/
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    box-shadow: none !important;
}

.fc .fc-button {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    box-shadow: none !important;
}
/* End calendar*/

/* Fancyapps */
.fancybox__container {
    z-index: 1000000 !important;
}
/* End fancyapps */

/* Search input with suggestions */
.search-suggestions {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    width: 90%;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0;
    color: gray;
}
/* End search input with suggestions */