  .select2-dropdown.location-dropdown {
        max-height: 300px;
        overflow-y: auto;
    }
    .select2-results__options {
        max-height: none !important;
        overflow-y: visible !important;
    }
    .select2-results__group {
        font-weight: bold;
        padding: 5px;
    }
    .flatpickr-calendar {
        font-family: Arial, sans-serif;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        z-index: 9999 !important;
    }
    .flatpickr-day.selected {
        background: #007bff;
        border-color: #007bff;
        color: white;
    }
    .flatpickr-day.today {
        border-color: #007bff;
    }
    .flatpickr-time {
        border-top: 1px solid #ddd;
        padding: 10px;
        height: 40px;
    }
    .flatpickr-time input {
        width: 60px;
        padding: 5px;
        border: 2px solid #ccc;
        border-radius: 5px;
        text-align: center;
        height: 33px;
        cursor: pointer;
    }
    .flatpickr-time .numInputWrapper {
        position: relative;
        top: -11px;
    }
    .flatpickr-time time-separator {
        position: relative;
        top: 3px;
        margin: 0 5px;
    }
    .flatpickr-time .flatpickr-am-pm {
        display: none;
    }
    @media (max-width: 576px) {
        .flatpickr-calendar {
            width: 90vw !important;
            max-width: 300px;
        }
        .flatpickr-time input {
            width: 50px;
            cursor: pointer;
        }
        .mobile-search-btn {
            display: block !important;
            margin-top: 10px;
        }
    }
    .date-time-picker {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
        box-sizing: border-box;
    }
    .date-time-picker:disabled {
        background: #f5f5f5;
        cursor: not-allowed;
    }
    .mobile-search-btn {
        display: none;
    }