
.js--datepicker .ui-datepicker {
    justify-content: space-between;
    width: 100% !important;
}
.js--availability .ui-datepicker {
    justify-content: space-between;
    width: 100% !important;
}
.ui-datepicker
.ui-datepicker-next, .ui-datepicker-prev, .ui-datepicker-current,
.ui-datepicker-row-break, .ui-datepicker-multi .ui-datepicker-buttonpane {
    display: none;
}
.js--datepicker .ui-datepicker-title {
    /* color: var(--text-secondary); */
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2.4px;
    margin-bottom: 20px;
    margin-left: 50px;
    @media (max-width: 767px) {
        display: flex !important;
        font-size: 20px;
        margin-left: 0;
    }
}
.js--datepicker .js--month-next, .js--datepicker .js--month-prev {
    color: black;
}
.js--availability .ui-datepicker-title {
    color: black;
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2.4px;
    margin-bottom: 20px;
    margin-left: 40px;
    @media (max-width: 767px) {
        margin-left: 0;
    }
}
.ui-datepicker th {
    color: darkgray;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1.2px;
}
.ui-datepicker tr {
    margin: 0 10px;
    margin-top: 5px;
    height: 2rem;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}


.ui-datepicker td a {
    display: flex;
    height: 100%;
    width: 100%;
    place-content: center;
    align-items: center;
    text-align:center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 auto;
}
.ui-state-disabled span {
    display: flex;
    height: 100%;
    width: 100%;
    place-content: center;
    align-items: center;
    text-align:center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    border-color: white;
    /* margin-top: 2px;
    margin-bottom: 2px; */
}
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,.ui-button:active,
.ui-button.ui-state-active:hover,
.start-date a, .end-date a {
    border-radius: 9999px;
    background:#0078B8;
    color: white;
}
.ui-state-hover,.ui-widget-content .ui-state-hover
,.ui-widget-header .ui-state-hover,
.ui-state-focus,.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,.ui-button:hover,
.ui-button:focus {
    border-radius: 9999px;
    background: lightblue;
}
.td-highlight-hover {
    background-color: #6BBCF9;
}
.date-before{
    background: linear-gradient(to right, white 50%, #6BBCF9 50%);
}
.date-after{
    background: linear-gradient(to right, #6BBCF9 50%, white 50%);
}
#map{
    height: 30rem;
}
.ellipsis-text-7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
}

/* Blog list transition */
.radio {
    display: none;
}

.content {
    transition: all 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    min-width: 75px;
}

.content:hover {
    box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
}

.card-title {
    opacity: 0;
    transform: translateX(2rem);
    transition: 290ms cubic-bezier(0.05, 0.61, 0.41, 0.95) 300ms;
    transition-property: opacity, transform;
}

/* Effect */
.radio:checked + .content {
    flex: 10;
}

.radio:checked + .content > .card-title {
    opacity: 1;
    transform: translateX(0);
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
}

.logo{
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url(../icons/logo.svg);
    mask-image: url(../icons/logo.svg);
}
.mapboxgl-control-container{
    display: none;
}

.name-search .autocomplete{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.name-search .autocomplete .autocomplete-item{
    background-color: white;
}

.name-search .autocomplete{
    position:relative;
    width: 100%;
    max-width: 35rem;
    @media (max-width: 767px) {
        width: 90%;
    }
}

.name-search .autocomplete input {
    border-radius: 3rem;
}

.name-search .autocomplete li,.name-search .autocomplete ul{
    list-style:none;
    margin:0;
    padding:0
}
.name-search .autocomplete .autocomplete-list{
    position:absolute;
    top:100%;
    right:0;
    margin:0;
    margin-bottom:1rem;
    max-height:70vh;
    overflow:auto;
    list-style:none;
    width:100%;
    z-index:9999;
    -webkit-overflow-scrolling:touch
}
.name-search .autocomplete .autocomplete-group{
    position:relative;
    border-bottom:1px solid #f1f1f1;
    padding:1rem 0
}
.name-search .autocomplete .autocomplete-group-header{
    position:absolute;
    top:16px;
    left:10px;
    font-weight:bold
}
.name-search .autocomplete .autocomplete-item{
    cursor:pointer
}
.name-search .autocomplete .autocomplete-item:last-child{
    margin-bottom:0.5rem
}
.name-search .autocomplete .autocomplete-item:first-child{
    margin-top:0.5rem
}
.name-search .autocomplete-group.autocomplete-item{
    padding-left:100px
}
.name-search .autocomplete .autocomplete-item-last{
    font-weight:bold;
    text-align:center;
    padding:10px
}
@media screen and (max-height:480px) and (max-width:480px){
    .name-search .autocomplete .name-search .autocomplete-item{
        padding-top:12px;
        padding-bottom:12px
    }
}

.line-y{border-right:1px solid #333333;margin:.3rem .5rem}

/*
 * Mobile calendar
 */
.js--finder .ui-datepicker-inline{
    width: 100%;
}

.js--finder .ui-datepicker-title{
    display: flex;
    justify-content: space-between;
}
.js--finder .ui-datepicker-month, .js--finder .ui-datepicker-year{
    font-weight: bold;
}
.js--finder .ui-datepicker td{
    margin: 1px -1px;
}
.js--finder .start-date{
    z-index: 10;
}

/* For WebKit browsers (Chrome, Safari, Edge) */
.scroll-bar::-webkit-scrollbar {
    display: none;
    height: 14px; /* Adjust the height of the scrollbar */
}

.scroll-bar::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
}

.scroll-bar::-webkit-scrollbar-thumb {
    --tw-bg-opacity: 1;
    background: rgb(49 106 184 / var(--tw-bg-opacity));
    border-radius: 14px; /* Roundness of the scrollbar */
    border: 2px solid #f1f1f1; /* Padding around the scrollbar thumb */
}

.scroll-bar::-webkit-scrollbar-thumb:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(234 174 61 / var(--tw-bg-opacity));
}