﻿.datepicker.dropdown-menu table .day.date-range {
    background-color: rgba(134, 101, 49, 0.4) !important;
    color: rgb(255, 255, 255) !important;
}

.datepicker.dropdown-menu table .day.range:not(.disabled):hover {
    background-color: var(--color-primary);
}

.datepicker.dropdown-menu table .day.active,
.datepicker.dropdown-menu table .day.date-range-end,
.datepicker.dropdown-menu table .day.date-range-start {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}

.datepicker.dropdown-menu {
    top: 105px !important;
}

.modal .modal-dialog .modal-content .modal-header button.close-room-detail {
    float: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #777777;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal-header .close-room-detail {
    margin-top: -2px;
}

.swiper-pagination-bullet {
    display: none !important;
}


.swiper-pagination {
    font-size: 16px;
    color: #414042;
    font-weight: lighter;
    text-align: center;
}

    .swiper-pagination span.swiper-pagination-bullet-active {
        color: #414042;
    }

.swiper-container-awards {
    padding: 30px;
    box-sizing: border-box;
}

.swiper-button-next, .swiper-button-prev {
    color: #866531;
}

.accordion__item {
    display: flex;
    flex-direction: column;
}

.accordion__itemContent {
    overflow: hidden;
}

.navbar {
    height: 52.85px;
}

.lang_button {
    width: 71.80px;
}

#booking-widget-header {
    height: 81px;
}

.promocode-container {
    height: 32.850px !important;
    padding-top: 6px !important;
}

.carousel-inner .thumb-34 {
    width: 100%;
    height: 0;
    padding-bottom: 31.25%;
    position: relative;
    overflow: hidden;
}

.carousel-inner .thumb-34 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .carousel-inner .thumb-34 {
        aspect-ratio: 1 / 1;
        width: 100%;
        height: auto;
    }

    .navbar-default {
        height: 50px;
    }

    .wrap-input-daterange .glyphicon-calendar {
        display: none;
    }
}

.amenities-container .new-button {
    font-family: "Work-Sans-Medium";
}

@media (max-width: 767px) {
    .navbar-brand > img {
         width: 39px !important;
    }
}