/* Zutz Gastro Warm Bistro Theme */
@layer utilities {
    .no-scrollbar::-webkit-scrollbar {
        display: none;
    }
    .no-scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #f4f4f5;
}
::-webkit-scrollbar-thumb {
    background: #d4d4d8;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #e11d48;
}

/* Flatpickr Light Warm Theme */
.flatpickr-calendar {
    background: #ffffff !important;
    border: 1px solid #e4e4e7 !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
    border-radius: 1.25rem !important;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange {
    background: #e11d48 !important;
    border-color: #e11d48 !important;
    color: #fff !important;
    font-weight: bold !important;
}
.flatpickr-day:hover {
    background: #ffe4e6 !important;
    color: #be123c !important;
}
