/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.copy a,
.copy a:visited {
    color: #90b4e0;
}

#consentBanner {
    position: fixed;
    bottom: 8px;
    right: 8px;
    margin-left: 8px;
    max-width: 700px;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    background-color: #183456;
    color: #fff;
    text-align: left;
    z-index: 1000;
    display: none;
}

#consentBanner a {
    color: #fff;
}

.nice-select .option.selected.disabled.focus,
.nice-select .option.disabled {
    display: none;
}

.calendar-legend-container {
    border-radius: 0.375rem;
    cursor: default;
    display: inline-block;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 0.8em;
    height: 0;
    overflow: hidden;
    pointer-events: all;
    position: absolute;
    box-shadow: none;
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    transform: scaleY(1);
    width: 100%;
    border: 1px solid #ededed;
    margin-bottom: 15px;
}

.calendar-legend-container main {
    display: block;
    background-color: #fff;
    padding: 10px;
}

.calendar-legend-container .legend {
    display: flex;
    flex-wrap: wrap;
}

.calendar-legend-container .legend-item {
    margin-top: 2px;
    display: inline-flex;
    align-items: center;
}

.calendar-legend-container .day {
    border: 0px solid transparent;
    border-radius: 2px;
    height: 37px;
    max-height: 37px;
    max-width: 42px;
    min-height: 37px;
    min-width: 42px;
    padding: 10px 0;
    width: 42px;
}

.calendar-legend-container span {
    margin-left: 10px;
    margin-right: 24px;
}

.calendar-legend-container .day.available {
    background-color: #E2FFD8;
}

.calendar-legend-container .day.last-chance {
    background-color: #FCEABF;
}

.calendar-legend-container .day.unavailable {
    background-color: #FFC0BD;
}

.calendar-legend-container .day.check-out {
    background: linear-gradient(315deg, #FFC0BD 50%, #E2FFD8 50%);
}

.calendar-legend-container .day.check-in {
    background: linear-gradient(135deg, #FFC0BD 50%, #E2FFD8 50%);
}

details>summary {
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
}