﻿.home_banner {
    background: url('/img/banner/02.jpg') center top no-repeat;
    background-size: cover;
}

#suggestionsList {
    position: absolute;
    max-height: 200px;
    overflow-y: hidden; /* Prevent scrolling */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    position: absolute;
    z-index: 9999;
    width: 100%;
    overflow-y: auto; /* Allow scrolling when necessary */
}

.suggestion-item {
    cursor: pointer;
}

    .suggestion-item:hover, .highlighted {
        background-color: #5143D9;
        cursor: pointer;
        color: #ffffff;
    }

.flatpickr-day.today {
    background: none !important; /* Remove background color */
    border: none !important; /* Remove border (circle) */
    /* color: inherit !important;  Keep text color normal */
    box-shadow: none !important; /* Remove any shadow effects */
}
