.bg-status-confirmed {
    background-color: #008eff !important;
    color: #ffffff !important;
}

.radius-50vh {
    border-radius: 50vh !important;
}

.py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.bg-status-paid {
    background-color: #28a745 !important;
    color: #ffffff !important;
}

.bg-status-partial {
    background-color: #94c933 !important;
    color: #ffffff !important;
}

.bg-status-unpaid {
    background-color: #ff7f07 !important;
    color: #ffffff !important;
}

.bg-status-processing {
    background-color: #ffc107 !important;
    color: #ffffff !important;
}

.bg-status-completed {
    background-color: #648dff !important;
    color: #ffffff !important;
}

.bg-status-cancelled {
    background-color: #ff0f07 !important;
    color: #ffffff !important;
}

.bg-status-draft {
    background-color: #575757 !important;
    color: #ffffff !important;
}

.badge-unpaid {
    background: red;
    color: white;
    text-transform: uppercase;
    border: 1px solid red;
    text-align: center;
    font-size: 14px;
    border-radius: 50vh;
    font-weight: 500;
}

.hotel-leftBadge {
    color: white;
    background: #208939;
    font-size: 14px;
    padding: 0px 11px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
}

.mw-80 {
    min-width: 80px !important;
}

.min-h-300 {
    min-height: 300px !important;
}

.min-h-400 {
    min-height: 400px !important;
}

.min-h-500 {
    min-height: 500px !important;
}

.lh-01 {
    line-height: 0.1 !important;
}

.lh-02 {
    line-height: 0.2 !important;
}

.lh-05 {
    line-height: 0.5 !important;
}

.header-margin {
    margin-top: 70px;
}

.header {
    height: 70px;
    box-shadow: 0 1px 18px #00000021;
}

.setting-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #96c3a0;
    box-shadow: 0 0 9px #3e3e3e29;
}

.no-result {
    color: #565656;
    padding: 22px 5px;
}
.single-field input {
    border-radius: 50vh;
}

.icon-search {
    /* color: #a9a9a9; */
}

.searchMenu-loc__field {
    width: max-content;
    min-width: 300px;
}

.searchMenu-loc__field {
    margin-top: 18px;
    min-height: 180 !important;
}

.t-datepicker {
    font-size: 15px;
}

.t-day,
.t-disabled,
.t-end,
.t-start {
    background: transparent;
    border-color: #fff;
}

.t-day,
.t-disabled,
.t-end,
.t-range,
.t-start {
    border: 0;
}

.t-check-in,
.t-check-out {
    border: 0px;
}

t-check-in,
.t-check-out,
.t-datepicker {
    display: flex;
    position: relative;
    float: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.t-datepicker .separator {
    padding: 6px 10px;
    font-size: 10px;
}

.t-dates {
    padding: 0px 0px;
    min-width: 85px;
    text-transform: capitalize;
}

.t-datepicker-day {
    border-radius: 16px;
    color: var(--color-dark-1);
}

.t-end,
.t-end-limit,
.t-start {
    background-color: var(--color-dark-3);
    color: white;
}

.t-check-in .t-end,
.t-check-out .t-start,
.t-check-out tr ~ .t-end {
    background-color: var(--color-dark-3);
    color: white;
}

.t-datepicker .t-table-condensed th {
    font-size: 14px;
}

.t-day.t-range-limit {
    background: #f5f5f5;
}

.t-day.t-hover-day:hover {
    color: #fff;
    background-color: var(--color-dark-3);
    border-bottom-right-radius: 50vh;
    border-top-right-radius: 50vh;
}

.t-hover-day,
.t-hover-day-content,
.t-range.t-hover-day:hover {
    color: #fff;
    background: #59caf5;
}

@media (max-width: 768px) {
    .t-datepicker-days {
        width: 340px;
    }
}

.t-datepicker-days {
    left: -40px;
}

.t-check-out .t-datepicker-day {
    left: -170%;
}

.t-check-in .t-date-info-title,
.t-check-out .t-date-info-title {
    min-width: 86px;
    top: 2px;
    left: 0;
    font-size: 15px;
    color: red;
    opacity: 0.8;
}

footer {
    border-top: 1px solid #c3c3c3;
    background: #283d62;
    color: white;
    font-size: 14px;
}

footer a:hover {
    color: inherit;
    text-decoration: underline !important;
}

.t-start {
    border-bottom-left-radius: 50vh;
    border-top-left-radius: 50vh;
}

.t-end {
    border-bottom-right-radius: 50vh;
    border-top-right-radius: 50vh;
}

/* #### guests-search-chooser #################*/

#guests-search-chooser {
    background: #ffffff;
    width: 100%;
    min-width: 300px;
    position: absolute;
    box-shadow: 0px 0.5rem 1rem 0px rgb(0 11 38 / 24%);
    border: 0;
    top: 68px;
    left: 0px;
    z-index: 1036;
    border-radius: 16px;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.27, 0, 2.51) 0.3s;
    -moz-transition: all 0.5s cubic-bezier(0.9, 0.27, 0, 2.51) 0.3s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.27, 0, 2.51) 0.3s;
    -ms-transition: all 0.5s cubic-bezier(0.9, 0.27, 0, 2.51) 0.3s;
    transition: all 0.5s cubic-bezier(0.9, 0.27, 0, 2.51) 0.3s;
}
#guests-search-chooser-group {
    background: #ffffff;
    width: 100%;
    min-width: 300px;
    position: absolute;
    box-shadow: 0px 0.5rem 1rem 0px rgb(0 11 38 / 24%);
    border: 0;
    top: 68px;
    left: 0px;
    z-index: 1036;
    border-radius: 16px;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.27, 0, 2.51) 0.3s;
    -moz-transition: all 0.5s cubic-bezier(0.9, 0.27, 0, 2.51) 0.3s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.27, 0, 2.51) 0.3s;
    -ms-transition: all 0.5s cubic-bezier(0.9, 0.27, 0, 2.51) 0.3s;
    transition: all 0.5s cubic-bezier(0.9, 0.27, 0, 2.51) 0.3s;
}

@media (max-width: 768px) {
    #guests-search-chooser {
        /* width: auto;
        position: fixed;
        top: 5px;
        left: 5px;
        right: 5px;
        z-index: 2036; */
    }
    #guests-search-chooser-group {
        /* width: auto;
        position: fixed;
        top: 5px;
        left: 5px;
        right: 5px;
        z-index: 2036; */
    }
}

#guests-search-chooser.display-none {
    opacity: 0;
    /* height: 0; */
    top: 0;
    z-index: -10;
}
#guests-search-chooser-group.display-none {
    opacity: 0;
    /* height: 0; */
    top: 0;
    z-index: -10;
}

.detail #guests-search-chooser.display-none {
    display: none;
}
.detail #guests-search-chooser-group.display-none {
    display: none;
}

#guestsModal {
    z-index: 1036;
}

#guestsModal .modal-header {
    padding: 8px 12px;
    background: #ffffff;
}

#guestsModal .modal-header .close {
    background: none;
}

#guestsModal .modal-header .modal-title {
    font-size: 14px;
    font-weight: 700;
}

#guestsModal .modal-header .close {
    padding: 0px 3px 0px 12px;
    margin: 0px 0px 0px 0px;
    color: var(--header-color);
    opacity: 1;
    font-size: 22px;
    line-height: 30px;
}

#guestsModal .modal-footer {
    padding: 12px;
}

/* modal rooms */
#guestsModal .room-box {
    border: 1px solid #d9dee2;
    margin: 10px;
    padding: 7px;
}

#guestsModal .modal-body {
    padding: 0px;
}

#guestsModal .room-title {
    font-weight: 500;
    /* margin-bottom: px; */
}

#guestsModal .room-title .remove-room {
    font-weight: 500;
    color: #e91e63;
    cursor: pointer;
}

#guestsModal .room-adults {
    color: var(--header-color);
    height: 35px;
}

#guestsModal .room-kids {
    color: var(--header-color);
    height: 35px;
}

#guestsModal span.nb-adultes,
#guestsModal span.nb-kids {
    min-width: 50px;
    text-align: center;
}

#guestsModal .room-adults .right,
#guestsModal .room-kids .right {
    color: var(--header-color);
    font-weight: 500;
}

#guestsModal .nb-adultes-minus,
#guestsModal .nb-adultes-plus,
#guestsModal .nb-kids-minus,
#guestsModal .nb-kids-plus {
    font-size: 22px;
    min-width: 25px;
}

#guestsModal .minus-plus .minus,
#guestsModal .minus-plus .plus {
    cursor: pointer;
}

#guestsModal .kids-ages .ages-box {
    display: flex;
    flex-flow: wrap;
}

#guestsModal .kids-ages .age {
    width: 33.3333333%;
    flex-wrap: wrap;
    padding: 4px;
}

#guestsModal .kids-ages .age .content {
    border: 1px solid #292a76;
    border-radius: 5px;
    /* padding: 3px; */
}

#guestsModal .kids-ages .age .content .minus,
#guestsModal .kids-ages .age .content .plus {
    padding: 3px 0px;
    width: 33%;
    text-align: center;
}

#guestsModal .kids-ages .age .content .minus:active,
#guestsModal .kids-ages .age .content .plus:active {
    background-color: blanchedalmond;
    box-shadow: inset 0 0 4px 0px #00000059;
}

#guestsModal .kids-ages .age .content .minus:focus,
#guestsModal .kids-ages .age .content .plus:focus {
    background-color: blanchedalmond;
    box-shadow: inset 0 0 4px 0px #00000059;
}

#guestsModal {
    padding: 8px !important;
}

#guestsModal .addnewroom {
    font-weight: 500;
    font-size: 14px;
    /* text-transform: uppercase; */
    float: right;
    margin: 6px 10px;
    cursor: pointer;
    color: var(--background-btn);
}

#guestsModal .fa {
    color: var(--background-btn);
    font-size: 18px;
}
#guestsModal .kids-ages .fa {
    font-size: 15px;
}

#guestsModal .modal-footer {
    justify-content: space-between;
}

#guestsModal .modal-footer .total-rooms-guests {
    font-size: 13px;
    color: black;
    width: 100%;
    line-height: 17px;
    margin-bottom: 6px;
}

#guestsModal .modal-footer .total-rooms {
    font-weight: 700;
}

#guestsModal .modal-footer .total-guests {
}

#guestsModal .modal-header {
    cursor: unset;
}
#guestsModal .modal-dialog {
    transition: transform 0.3s ease-out,
        -webkit-transform 0.5s cubic-bezier(0.37, 0.1, 0.54, 1.59);
}

#guestsModal .search .btn {
    margin-top: 4px;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50vh;
    width: 100%;
    text-transform: uppercase;
}

#guestsModal .buttonround {
    text-transform: uppercase;
    background-color: var(--background-btn);
    color: #fff;
    border: none;
    border-radius: 50vh;
    height: 36px;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
}

#guestsModal .modal-header {
    padding: 8px 12px;
    background: transparent;
}

#guestsModal .modal-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1px 10px 5px 10px;
    border-bottom: 1px solid #e9ecef;
    /* border-top-left-radius: calc(0.3rem - 1px); */
    /* border-top-right-radius: calc(0.3rem - 1px); */
    flex-direction: row;
}

.searchMenu-guests__field {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 300px;
    max-width: 100vw;
    margin-top: 20px;
    box-shadow: 0px 10px 60px 0px #0510360d;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
    opacity: 0;
}

#guestsModal .modal-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    padding: 10px;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    flex-direction: row;
}

#guestsModal .modal-body {
    padding: 0px;
}

#guestsModal .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

#guestsModal .modal-body {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    font-size: 15px;
}

#guestsModal .kids-ages .title {
    /* width: 86%; */
    font-size: 14px;
    text-align: center;
    display: block;
}

.shadow-2 {
    box-shadow: 0px 10px 35px 0px #0510364a;
}

.t-dates {
    height: 26px;
}

header .web_name {
    /* color: white; */
    font-weight: 700;
    font-size: 26px;
    padding-right: 20px;
}

.masthead.-type-1 .masthead__bg::after {
    background: linear-gradient(
        286deg,
        rgba(5, 16, 54, 0.5) 0%,
        #051036 72.43%
    );
    opacity: 0.4;
}

.header.is-menu-opened .web_name {
    color: #2b377a;
}

.header-menu-close {
    display: none;
    margin-bottom: 5px;
}

/* .container, .container-lg, .container-md, .container-sm, .container-xl {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

.avaibility .mainSearch {
    border: 1px solid #dbdbdb;

    box-shadow: 0px 0px 6px 0px #00000003;
}

.singleMenu.-is-active {
    position: fixed;
    z-index: 30;
}
.singleMenu__content {
    min-height: 60px;
    overflow: auto;
}

.singleMenu__content .singleMenu__links {
    display: flex;
    flex-wrap: nowrap;
}

.avaibility .mainSearch .button-grid {
    grid-template-columns: auto auto 25%;
}

.gradient-180 {
    background: linear-gradient(
        180deg,
        rgba(5, 16, 54, 1) 0%,
        rgba(5, 16, 54, 1) 16%,
        rgba(0, 0, 0, 0) 100%
    );
}

.newsletter.container {
    min-height: 0;
}

.hotel-list .cardImage {
    height: 100%;
    min-height: 227px;
}

.cardImage__content > img:hover {
    scale: 1.3;
}

.underline-trans a:hover:before {
    left: 0;
    width: 100%;
}

.underline-trans a:before {
    background-color: #fcaf21;
    bottom: 0px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    width: 0px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.text-white a:hover {
    color: white;
}

header.bg-white .web_name {
    color: #0d2857;
    font-weight: 700;
    padding-right: 0;
}

.scroll-mt-100 {
    scroll-margin-top: 80px;
}

.singleMenu {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.header-scroll {
    background: aliceblue;
}

.hotelSingleGrid {
    grid-template-columns: 1fr;
}

.fotorama {
    border-radius: 10px;
}

.g-gallery .social {
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
}

.g-gallery .social .social-share .social-icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(26, 43, 72, 0.7);
    color: var(--color-dark-1);
    font-size: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    margin-right: 10px;
}

.g-gallery .social .social-share {
    display: inline-flex;
    position: relative;
}

.g-gallery .social .service-wishlist {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(26, 43, 72, 0.7);
    color: var(--color-dark-1);
    font-size: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}

.g-gallery .social .social-share .share-wrapper {
    visibility: hidden;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    padding-top: 5px;
    transition: all 0.3s;
}

.g-gallery .social .social-share .share-wrapper li {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.g-gallery .social .social-share .share-wrapper li a {
    color: #1a2b48;
}

.g-gallery .social .social-share:hover .share-wrapper {
    visibility: visible;
    opacity: 1;
}

.fotorama__fullscreen-icon {
    width: 36px;
    height: 36px;
    top: auto;
    right: 10px;
    bottom: 10px;
    background-position: 0 -32px;
    z-index: 20;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -29px -28px;
}

.tooltip__content.oneline {
    white-space: nowrap;
    max-width: none;
}

.map iframe {
    width: 100%;
    height: 420px;
    margin-bottom: -10px;
}

.facilities_content_container {
    columns: 3;
    -webkit-columns: 3;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.facilities_section_container {
    margin-bottom: 10px;
}

.groupe_facilities_title {
    /* color: black; */
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

li.list_facilities {
    list-style: none;
    margin-left: 2px;
}

.list_facilities li i {
    font-size: 5px;
    margin-right: 3px;
}

.item-list-title {
    font-size: 20px;
}

.text-11 {
    font-size: 11px !important;
}

.item-list-subtitle .property-type {
    font-size: 14px;
    color: #fafafa;
    font-weight: 400;
    background: #ff9800;
    border: 1px solid;
    padding: 1px 8px;
    min-width: 60px;
    border-radius: 50vh;
    text-align: center;
}

.item-list-subtitle .city {
    color: #673ab7;
}

.display-none #guestsModal {
    display: none;
}

.hotel_list_rooms {
    background: #588cb9;
}

.hotel_list_rooms .rooms .room-item .room_title_bar {
    display: block;
    padding: 8px 10px;
    /* background: #f9f9f9; */
    /* border-bottom: 1px solid #e9e9e9; */
}

.hotel_list_rooms .rooms .room-item span.title {
    font-size: 20px;
    color: white;
    font-weight: 500;
}

.hotel_rooms_form .form-search-rooms {
    margin-bottom: 3px;
}

.hotel_list_rooms .rooms .room-item .room_options {
    color: #2c4c68;
    display: flex;
    flex-direction: row;
}

.hotel_list_rooms .rooms .room-item .room_options:last-child {
    border-bottom: none;
}

.hotel_list_rooms .rooms .room-item .room_options .board {
    font-weight: 500;
    padding: 8px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 150px;
    width: 33%;
    /* border-right: 1px solid #dbdbdb; */
}

.hotel_list_rooms .rooms .room-item .room_options .cancellation {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: space-around;
}

.hotel_list_rooms .rooms .room-item .room_options .board_cancellation_item {
    display: grid;
    /* flex-direction: row; */
    /* justify-content: space-between; */
    padding: 8px 10px;
    /* border-bottom: 1px solid #dbdbdb; */
    background: white;
    margin: 8px;
    border-radius: 8px;
    padding: 10px 20px;
    grid-template-columns: 36% 1fr 270px;
    gap: 30px;
}

.hotel_list_rooms
    .rooms
    .room-item
    .room_options
    .board_cancellation_item:last-child {
    border-bottom: none;
}

.hotel_list_rooms
    .rooms
    .room-item
    .room_options
    .board_cancellation_item_price
    .price {
    /* font-size: 16px;
    font-weight: 500;
    color: #ff5722;
    margin-right: 10px;
    min-width: 150px; */
    /* background: aliceblue; */
    text-align: right;
    padding-bottom: 5px;
}

.hotel_list_rooms
    .rooms
    .room-item
    .room_options
    .board_cancellation_item_price
    .box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.hotel_list_rooms
    .rooms
    .room-item
    .room_options
    .board_cancellation_item_price
    .box
    .book-button {
    padding: 8px 11px;
    min-width: 100px;
}

.board_cancellation_item_price {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.col-lg-pax-and-rooms {
    font-size: 15px;
}

.skeleton_loader .load,
.loading-zone {
    min-height: 20px;
    min-width: 10px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(8%, rgba(212, 212, 212, 0.3)),
        color-stop(18%, #e4e4e4),
        color-stop(33%, rgba(212, 212, 212, 0.3))
    );
    background: linear-gradient(
        90deg,
        rgba(212, 212, 212, 0.3) 8%,
        #e4e4e4 18%,
        rgba(212, 212, 212, 0.3) 33%
    );
    background-size: 800px 104px;
    -webkit-animation: skeleton-loader 2s infinite linear;
    animation: skeleton-loader 2s infinite linear;
    border-radius: 3px;
}

.cardImage.load {
    height: 250px;
}

.item-list-title.load {
    width: 280px;
    height: 26px;
}

.stars .load {
    width: 60px;
    margin-top: 7px;
    margin-bottom: 13px;
}

.rooms.load {
    width: 200px;
}

.cancellation.load {
    width: 251px;
}

.facilities.load {
    width: 60px;
    border-radius: 10px;
}

.button.load {
    width: 170px;
    height: 47px;
}

.price-button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.button.load {
    width: 170px;
    height: 47px;
}

.price.load {
    width: 100px;
    height: 30px;
}

.pax.load {
    width: 50px;
}

/* .skeleton_loader {
    margin-top: 60px;
} */

.skeleton_loader .header-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.properties.load {
    width: 181px;
    height: 29px;
}

.sort.load {
    width: 300px;
    height: 40px;
    border-radius: 20px;
}

.facilities.load {
    width: 88px;
    /* border-radius: 10px; */
    display: inline-block;
    height: 30px;
    border-radius: 50vh;
    /* border-width: 0; */
    border-color: white !important;
}

.g-gallery {
    margin: 10px 0;
    position: relative;
    min-height: 75px;
}

button:disabled,
button[disabled] {
    opacity: 0.4;
}

#loadergif-dispo {
    font-size: 35px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9e9e9e;
    border: 1px solid #ccc;
    margin-top: 20px;
    border-radius: 10px;
}

.stars-cat {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.category-property {
    font-size: 14px;
    color: #fafafa;
    font-weight: 400;
    background: #ff9800;
    border: 1px solid;
    padding: 1px 8px;
    min-width: 60px;
    border-radius: 50vh;
    text-align: center;
    line-height: 1.3;
}

.flex-2col {
    display: flex;
    justify-content: space-between;
}

.menu-hotel-sortby .select__button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    flex-direction: row;
    width: 100%;
}

.select__button {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    width: 100%;
}

.menu-hotel-sortby {
    min-width: 180px;
}

.separator-section {
    border-top: 1px solid var(--color-border);
    padding-bottom: 40px;
    padding-top: 20px;
}

.select__dropdown.button-menu {
    top: calc(100% + 4px);
    left: 0;
    transform: none;
    padding: 0px 12px;
    border-radius: 10px;
}

/* .menu-hotel-sortby .js-button-title {
    font-size: 14px;
    color: #795548;
} */

.button-menu .select__options__button {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 3px 0;
    text-align: left;
    transition: all 0.15s ease;
}

.form-input {
    background: white;
}

.booking-confirm {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.form-radio .radio__icon {
    border: 3px solid #fff;
    width: 14px;
    height: 14px;

    background-color: transparent;
}

.form-radio .radio__mark {
    background: white;
}

.booking-paiement .card-header img {
    height: 25px !important;
}

.booking-paiement .card-header label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.frais-annulation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #495057;
}

.message-annullation {
    text-align: justify;
    color: #5e6d77;
    font-size: 13px;
    display: flex;
}

.message-annullation .icon {
    padding-right: 8px;
    font-size: 18px;
}

/* .skeleton_loader .item-list-title {
    width: 300px;
}

.skeleton_loader .hotel-list .cardImage {
    height: 250px!important;
}

.skeleton_loader .image-list.load {
    height: 100vh;
} */

@-webkit-keyframes skeleton-loader {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: -468px 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: 468px 0;
    }
}

@keyframes skeleton-loader {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: -468px 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: 468px 0;
    }
}

.fotorama.booking-gallery .fotorama__nav-wrap {
    display: none;
}

.border-right-light {
    border-right: 1px solid var(--color-border);
}

.booking-page-cols {
    display: grid;
    grid-template-columns: 1fr 440px;
}

.booking-board {
    color: #4caf50;
}

.conditions-observations li {
    list-style: disc;
    margin-left: 35px;
}

.over-hidden-h200 {
    max-height: 350px;
    overflow: auto;
}

.card-header {
    background: #fdfdfd;
    padding: 20px 10px;
}

.accordion > .card .card-header {
    margin-bottom: 0px;
}

.accordion > .card {
    overflow: hidden;
    margin-bottom: 10px;
}

.card-body {
    border-bottom: 1px solid #ccc;
}

.tabs__controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.tabs__controls > button {
    padding: 10px;
    font-size: 22px;
    background: var(--color-blue-1);
    color: var(--color-white);
    opacity: 0.9;
}

.modal-login .modal-body {
    border-radius: 10px;
    overflow: hidden;
}

.tabs__button.is-tab-el-active {
    background: white;
    color: var(--color-blue-1);
}

.arround-overflow {
    border-radius: 10px;
    overflow: hidden;
}

.arround-bl {
    border-bottom-left-radius: 10px;
}

.arround-br {
    border-bottom-right-radius: 10px;
}

.error_bottem_input {
    color: #f44336;
}

.requered-star {
    color: #f44336;
}

.user-coordonnee-booking {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 15px;
    background: #f0f5ff;
    font-weight: 500;
    box-shadow: 0 2px 10px 0px #0000001a;
}

.modal-login .c-pointer {
    display: flex;
    top: 16px;
    right: -16px;
    border: 2px solid #cfcfcf;
    z-index: 10;
    border-radius: 50vh;
    position: absolute;
    color: #cfcfcf;
    /* box-shadow: 0 0 8px 0px #afafaf78; */
    width: 33px;
    height: 33px;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    cursor: pointer;
}

.modal-login .c-pointer:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.modal-login .modal-content {
    background-color: transparent !important;
    border: 0;
}

.modal-login .modal-header {
    border: 0;
}

.validation-errors .error-message {
    color: #ff2c1d;
    background: #ffe5e5;
    padding: 8px;
    line-height: 1.3;
    border-radius: 5px;
}

.w-25p {
    width: 25% !important;
}
.w-50p {
    width: 50% !important;
}
.w-75p {
    width: 75% !important;
}
.w-100p {
    width: 100% !important;
}

.load.icon-loacation-search {
    width: 32px;
    height: 32px;
}

.load.title-loacation-search {
    width: 200px;
}

.load.desc-loacation-search {
    width: 100px;
}

.h-180 {
    height: 180px !important;
}

.reste-time {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff5f2;
    min-height: 66px;
    align-items: center;
}

.reste-time .compteur {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #ff5722;
}

.reste-time .compteur .icon {
    font-size: 21px;
    margin-top: -4px;
    color: #ff9800;
}

.box-shadow-item-hotel {
    box-shadow: 0 0px 3px 0px #00000029;
}

.box-shadow-item-hotel:hover {
    box-shadow: 0 0px 20px 0px #0000004a;
}

.-icon-close i {
    cursor: pointer;
}

a.bg-blue-1:hover {
    color: white !important;
}

.currencyMenu__content {
    width: 90%;
}

.modalGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    overflow-y: auto;
    max-height: 75vh;
}

.modalGrid .symbol {
    color: #2196f3;
    display: contents;
}

.currencyMenu {
    padding-top: 75px;
}

.confirm-booking-thank {
    display: flex;
    align-items: center;
    background: #f5ffe8;
}

.confirm-booking-thank .icon-bg {
    background-color: #4caf50 !important;
}

.confirm-message {
    border-top: 7px solid #ff9800 !important;
    background: #fcfff4;
}

.shadow-1 {
    box-shadow: 0px 0px 9px #00000021 !important;
}

.service-wishlist.active i {
    color: #f44336;
}

.loadingheart i {
    animation: animateHeart 1.2s infinite;
}

@keyframes animateHeart {
    0% {
        transform: scale(1);
    }
    5% {
        transform: scale(1.1);
    }
    10% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* .dropdown-menu  {
    animation: rotateX 300ms ease-in-out forwards;
    transform-origin: top center;
    transform: translate3d(-5px, 30px, 0px);
    margin-top: 35px;
    margin-right: 20px;
} */

.navbar-right .dropdown-menu li a {
    padding: 8px 15px;
    line-height: normal;
    font-size: 15px;
}

.navbar-right .dropdown-menu li:hover {
    background-color: rgba(53, 84, 209, 0.05);
}

.navbar-right .dropdown-menu li a i {
    min-width: 25px;
}

.navbar-right img {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin: 0px 7px;
    border: 1px solid #cbcbcb;
    box-shadow: 0 0 4px #00000042;
    float: left;
    margin-right: 7px;
}

.navbar-right a.user-action {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-right .fa-circle-user {
    /* height: 25px; */
    font-size: 22px;
    margin: 0px 5px 0px 10px;
    /* padding-top: 5px; */
}

.dropdown-menu {
    white-space: nowrap;
    border: 0;
    color: unset;
    border-radius: 10px;
    box-shadow: 0px 10px 60px 0px #0510364d;
}

@keyframes rotateX {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }
    50% {
        transform: rotateX(-20deg);
    }
    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

@keyframes growDown {
    0% {
        transform: scaleY(0);
    }
    80% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(1);
    }
}

.webuser-dashboard .sidebar.-dashboard {
    box-shadow: 7px 0px 20px #00000014;
}

.webuser-dashboard .content .header-title {
    display: flex;
    align-items: center;
}

.webuser-dashboard .content .header-title img {
    height: 40px;
}

.webuser-dashboard .sidebar.-dashboard .menu-item.active {
    background: #f0f8ff;
}

.webuser-dashboard .sidebar.-dashboard .menu-item:hover {
    background: #e7e7e7;
}

.webuser-dashboard .sidebar.-dashboard .menu-item {
    border-radius: 18px;
}

.webuser-dashboard {
    display: grid;
    grid-template-columns: 300px 1fr;
}

table.table td {
    /* white-space: nowrap; */
    padding: 10px 14px;
}
.container-table {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
}

.my-gap-5 > * {
    margin-top: 2.5px;
    margin-bottom: 2.5px;
}

@media screen and (max-width: 1023px) {
    .table-wrapper {
        overflow-x: unset;
    }
}

.item-price-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rooms-names-list {
    border-left: 2px solid #ccc;
    margin-left: 2px;
}

.room-name-box {
    display: flex;
}

.select-form {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 100%;
}

.box-passenger {
    display: grid;
    grid-template-columns: 68px 1fr 1fr;
    column-gap: 10px;
    margin-bottom: 10px;
}

.input-passenger {
    min-height: 34px;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    font-size: 15px;
    padding: 0px 5px;
    background: white !important;
}

.box-passenger label {
    margin-bottom: 0px;
    font-size: 15px;
}

.box-all-passenger {
    background: #eaf6ff;
    padding: 5px 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.box-form-normal {
    padding: 3px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: white;
}

.border-red {
    border: 1px solid #f44336 !important;
}

.spinner-findhotels {
    width: 15px;
    height: 15px;
    /* margin-top: -12px; */
    vertical-align: baseline;
    border-width: 2px;
}

/* ######## freeze-loading */
.freeze-loading {
    position: relative;
    width: 100%;
    /* max-width: 300px; */
    /* margin: 1rem auto; */
    height: 3px;
    box-shadow: inset 1px 0px 4px 0 #ddd;
    overflow: hidden;
}

.freeze-loading-bar {
    --w: 80px; /* the width of coloration */

    position: absolute;
    left: calc(-1 * var(--w));
    right: 0;
    height: 100%;
    background: linear-gradient(rgb(0, 132, 255) 0 0) 0 / var(--w) 100%
        no-repeat;
    animation: freeze-loading-bar 2s linear infinite;
}

@keyframes freeze-loading-bar {
    to {
        transform: translateX(100%);
    }
}
/* ######## fin freeze-loading */

/* ################################################################ */
@media (max-width: 1199px) {
    .modalGrid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .header .header-menu .menu {
        padding: 0px;
    }

    .header-menu-close {
        display: block;
    }

    .webuser-dashboard {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    /* .container, .container-lg, .container-md, .container-sm, .container-xl {
        min-height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    } */

    .modalGrid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .searchMenu-loc__field {
        margin-top: 0px;
    }

    .avaibility .mainSearch .button-grid {
        grid-template-columns: 1fr;
    }

    .facilities_content_container {
        columns: 2;
        -webkit-columns: 2;
    }

    .sort.load {
        display: none;
    }

    .booking-page-cols {
        grid-template-columns: 1fr;
    }

    #filterlist {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        opacity: 1;
        background: white;
        z-index: 10000;
        height: 100%;
        margin: 5px;
        border: 1px solid #ccc;
        width: auto;
        border-radius: 5px;
        box-shadow: 0 0 14px #97979729;
        overflow: auto;
    }
}

@media (min-width: 991px) {
    .search_bloc {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 575px) {
    .bottombar {
        height: 100px;
        background: linear-gradient(0deg, white, #ffffffb0, #ffffff00);
        position: absolute;
        /* z-index: 9999999999999; */
        bottom: 0;
        width: 100%;
        display: none;
    }
}

@media (max-width: 575px) {
    .searchMenu-loc__field {
        left: -17px;
        right: -35px;
    }

    .facilities_content_container {
        columns: 1;
        -webkit-columns: 1;
    }

    .menu-hotel-sortby {
        min-width: 150px;
    }

    .modalGrid {
        grid-template-columns: 1fr 1fr;
    }

    .confirm-booking-thank {
        display: flex;
        align-items: center;
        background: #f5ffe8;
        box-shadow: 0 0 13px 0px #28282826;
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .hotel_list_rooms .rooms .room-item .room_options .board_cancellation_item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 8px 10px;
        /* border-bottom: 1px solid #dbdbdb; */
        background: white;
        margin: 8px;
        border-radius: 8px;
        padding: 10px 20px;
    }

    .board_cancellation_item_price {
        border-top: 1px solid #ccc;
        padding: 10px 0px;
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .hotel_list_rooms
        .rooms
        .room-item
        .room_options
        .board_cancellation_item_price
        .box {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .container.steps-booking .title {
        display: none;
    }

    .md\:h-180 {
        height: 180px !important;
    }
}

@media (min-width: 1200px) {
    /* .header .header-menu .menu__nav > li > .subnav::before {
        right: 20px;
        left: unset;
    }

    .header .header-menu .menu .subnav {
        right: -12px;
    } */
}
.book-map {
    height: 95vh;
}

.booking-map-link span,
.booking-map-link i {
    font-size: 15px;
    color: #2196f3;
}

.mw-120 {
    min-width: 120px !important;
}

.left-bord-1 {
    border-left: 2px solid #c7c7c7;
    padding-left: 5px;
}

.newslettersuccess {
    font-size: 25px;
    background: #5683d1fa;
    border-radius: 50vh;
    color: white;
    text-align: center;
    padding: 6px;
}

#drawing_canvas {
    position: absolute;
    margin: auto;
    width: 512px;
    height: 350px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.p0 {
    padding: 0px !important;
}

.hotelsCard__image,
.cardImage__content > img {
    height: 247px;
}

.ban-price {
    text-decoration: line-through;
    color: #f44336;
}

.cardImage {
    height: 100%;
}

/* .gradient-overlay {
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 61%), rgba(0,0,0,0));
} */

.gradient-overlay {
    height: 40%;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 19px;
    width: 100%;
    color: white;
    display: flex;
    /* background: red; */
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 61%), rgba(0, 0, 0, 0));
    align-items: flex-end;
}

@media (max-width: 767px) {
    footer .copyright-bar {
        flex-direction: column !important;
        align-items: center !important;
    }
}

.terms-border {
    box-shadow: 0px 0px 20px 0px #dbdbdb;
}

.inline-block {
    display: inline-block !important;
}

.shadow {
    box-shadow: 0px 0px 20px 0px #dbdbdb;
}

.contactIcons {
    display: flex;
    border: 1px solid;
    border-radius: 50vh;
    height: 25px;
    width: 25px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 0px 0px;

    padding: 7px;
}

.btn-sendcontact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 50vh;
}

.spinner_loading_overfly {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ffffffd1;
    bottom: 0;
    top: 0;
    z-index: 1;
    right: 0;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.relative-hidden {
    position: relative;
    overflow: hidden;
}

.contactSuccessMessage {
    display: flex;
    /* background: aliceblue; */
    min-height: 500px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
}

#header,
.header-mobile {
    background-color: var(--web-headerbg, #ffffff) !important;
}

.op20 {
    opacity: 0.5;
}

.rounded-8 {
    border-radius: 8px !important;
}

.header-text-color {
    color: var(--web-headercolor, #0d2857) !important;
    border-color: var(--web-headercolor, #0d2857) !important;
}

footer {
    background: var(--web-footer-bg, #ffffff) !important;
    color: var(--web-footer-color, #0d2857) !important;
}

.newsletter {
    background: var(--web-newsletter-bg, #2b3699) !important;
    color: var(--web-newsletter-color, #ffffff) !important;
}

/* ####################### */
.right-slide-setting-headeredit {
    padding-left: 12px;
    margin-left: 8px;
    cursor: pointer;
}

.settings-panel {
    position: fixed;
    top: 70px;
    right: -300px; /* Initial position outside the viewport */
    width: 300px;
    height: 100vh;
    color: white;
    font-size: 14px;
    z-index: 999;
    background-color: #141217;
    transition: right 0.3s ease-in-out; /* Transition effect for the slide animation */
}

.settings-panel.open {
    right: 0; /* Slide the panel to the right when open */
}

.settings-panel section {
    position: relative;
    display: block;
    background-color: #3e3e46;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.8);
}

.settings-panel .section-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 3px 10px 0 15px;
    background-color: #2b2b33;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -1px 0 rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.settings-panel .section-title span {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    cursor: pointer;
    color: #ffffff !important;
    line-height: 32px;
}

.settings-panel .param-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    width: 105.2px;
    padding-right: 6px;
}

.settings-panel .param-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 22px;
    line-height: 22px;
    width: 100%;
}

.settings-panel .section-content {
    position: relative;
    display: block;
    padding: 8px;
    color: #d9d9d9;
}

.settings-panel .param {
    display: flex;
    /* margin-top: 8px; */
    padding: 3px 0px;
}

.settings-panel .minicolors-input {
    height: 26px;
}

.settings-panel .minicolors {
    background: white;
    border-radius: 3px;
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.settings-panel .section-content {
    display: none;
}

.w100p {
    width: 100% !important;
}

.settings-panel .section-title {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.settings-panel .section-title span {
    margin-right: 10px;
}

.settings-panel .section-title i {
    margin-left: 5px;
    color: #ababab;
}

.settings-panel .section-title.collapsed i {
    transform: rotate(180deg);
}

.btn-bg-color {
    background-color: var(--web-button-bg, #2b3699) !important;
    color: var(--web-button-color, #ffffff) !important;
}

.btn-bg-color:hover {
    border-color: var(--web-button-bg, #2b3699) !important;
    background-color: var(--web-button-bg, #2b3699) !important;
    color: var(--web-button-color, #ffffff) !important;
}

.header .header-logo img {
    max-height: 65px;
    max-width: 250px;
    width: unset;
}

.col12 {
    flex: 0 0 auto;
    width: 100%;
}

.galleryGrid.-type-my {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.galleryGrid.-type-my-5,
.galleryGrid.-type-my-4 {
    grid-template-columns: 0.52fr 0.24fr 0.24fr;
}

.galleryGrid.-type-my-2,
.galleryGrid.-type-my-3 {
    grid-template-columns: 0.66fr 0.34fr;
}

.galleryGrid.-type-my-1 {
    grid-template-columns: 1fr;
}

.galleryGrid.-type-my > *:nth-child(1) {
    grid-row: 2 span;
}

.galleryGrid.-type-my img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .galleryGrid.-type-my {
        grid-template-columns: 0.66fr 0.33fr;
    }
}

@media (max-width: 767px) {
    .galleryGrid.-type-my {
        grid-template-columns: 1fr;
        gap: 0px;
    }
}
/* .galleryGrid.-type-1 img {
    width: 100%;
} */

.tourCard.-type-1 .tourCard__image {
    height: 247px;
}

.tourCard.-type-1 .tourCard__title span,
.hotelsCard.-type-1 .hotelsCard__title span {
    background-image: linear-gradient(transparent 21px, black 20px);
}

@media (max-width: 575px) {
    .header .header-logo img {
        max-height: 65px;
        max-width: 150px;
        width: unset;
    }

    header .web_name {
        padding-right: 0px;
    }
}

.h-250 {
    height: 250px !important;
}

.flex-vertical-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-shadow-item-list {
    /* box-shadow: 0 0px 3px 0px #00000029; */
}

.box-shadow-item-list:hover {
    /* box-shadow: 0 0px 20px 0px #0000004a; */
    box-shadow: 0 0px 9px 0px #00000029;
}

.min-height-0 {
    min-height: 0px !important;
}

.ctaCard.-type-1 .ctaCard__content {
    overflow: auto;
}

.offer-price {
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-align: right;
    line-height: 1.1;
    color: white;
}

.offer-price .price {
    font-size: 43px;
    font-weight: 700;
}

.offre-promo {
    position: absolute;
    top: 16px;
    left: 0;
    min-width: 200px;
    /* width: 100%; */
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    background: #d93025;
    padding: 0px 9px;
}

.bottom-gradient-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0px;
    left: 0;
    height: 71px;
    background: linear-gradient(to top, rgb(0 0 0 / 30%), rgba(0, 0, 0, 0));
}

.daterangepicker.opensright:after {
    left: 40px;
}

.daterangepicker.opensright:before {
    left: 39px;
}

.boxrequest {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fbfdff;
}

.border-0 {
    border: 0 !important;
}

.form-input-double {
    border: 1px solid var(--color-border);
    border-radius: 4px;
}

.closepopup {
    display: flex;
    font-size: 20px;
    position: absolute;
    border-radius: 50vh;
    border: 1px solid #ccc;
    /* line-height: 2px; */
    /* padding: 3px; */
    padding-bottom: 2px;
    right: 2px;
    top: 2px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: #ffffffc4;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    z-index: 1;
}

.box-min-plus {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: auto;
}

.box-min-plus .minus,
.box-min-plus .plus {
    color: #3554d1;
    padding: 0px 15px;
    cursor: pointer;
}

.box-min-plus .minus:hover,
.box-min-plus .plus:hover {
    background-color: #3554d1;
    color: white;
}

.gap10 {
    gap: 10px !important;
}

.w100px {
    width: 100px !important;
}

.flex-end {
    justify-content: flex-end !important;
}

.daterangepicker .drp-calendar {
    max-width: 300px;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.daterangepicker th.month {
    font-size: 16px;
}

.daterangepicker td.start-date.end-date {
    border-radius: 50vh;
}

.daterangepicker {
    font-family: var(--font-primary);
    box-shadow: 0px 10px 35px 0px #0510361a;
    border-radius: 10px;
}
.daterangepicker td.start-date {
    border-radius: 50vh 0 0 50vh;
}

.daterangepicker td.end-date {
    border-radius: 0 50vh 50vh 0;
}

.preloader__title {
    color: var(--web_preloader, #3f51b5) !important;
}

.windows8 .wBall .wInnerBall {
    background: var(--web_preloader, #3f51b5) !important;
}

.whatsapp-ico-container {
    display: flex;
    bottom: 20px;
    padding: 10px;
    position: fixed;
    z-index: 4000;
    left: 14px;
    flex-direction: row;
    align-items: center;
}

.whatsapp-ico-container span {
    padding: 0px 16px;
    line-height: 1.6;

    font-size: 15px;
    background-color: rgb(77 194 71);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    margin: 0px 10px;
    display: none;
    animation: zoomIn 0.5s both;
}

.whatsapp-ico-container:hover span {
    display: block;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0);
        transform-origin: 0%;
    }
    to {
        opacity: 1;
        transform: scale(1);
        transform-origin: 0%;
    }
}

#btn-back-to-top {
    position: fixed;
    bottom: 25px;
    right: 30px;
    display: none;

    border: 2px solid white;
    border-radius: 50vh;
    padding: 10px 12px;
    z-index: 4000;
    background: #dfdfdf80;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 19%);
}

#btn-back-to-top:hover {
    background: #3f51b5;
    color: white;
}

.whatsapp-ico {
    fill: white;
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);

    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    /* position: fixed;
    bottom: 20px;
    right : 20px;
    z-index: 10; */
}

.whatsapp-ico:hover {
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.7);
}

.whatsapp-ico-contact {
    fill: #fff;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    padding: 0px;
    background-color: #4dc247;
    border-radius: 50%;
}

.property-ondemand {
    font-size: 14px;
    color: #fafafa;
    font-weight: 400;
    background: #ff0000;
    border: 1px solid;
    padding: 1px 8px;
    min-width: 60px;
    border-radius: 50vh;
    text-align: center;
}
.ondemand-property {
    font-size: 14px;
    color: #fafafa;
    font-weight: 400;
    background: #ff0000;
    border: 1px solid;
    padding: 1px 8px;
    min-width: 60px;
    border-radius: 50vh;
    text-align: center;
    line-height: 1.3;
}
@media (max-width: 1199px){
    .menuLinks {
        /* display: block !important; */
    }
}

.preloader {
    background: var(--web_preloader, #3f51b5, #ffffff) !important;
}

.preloader__title {
    text-align: center;
    font-size: 30px;
}

.install-popup {
    position: fixed;
    top: 75px;
    right: 4px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #dadfe6;
    box-shadow: 0 12px 24px 0 rgba(15, 41, 77, .16);
    border-radius: 8px;
    width: 376px;
    padding: 16px;
    z-index: 100;
}

.install-popup .close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.install-popup .close-btn>svg {
    width: 100%;
    height: 100%;
    display: block;
}

.install-popup .install-container {
    margin-right: 28px;
    display: flex;
}

.install-popup .install-icon {
    width: 70px;
    height: auto;
}

.install-popup .install-icon.is-edge {
   
}

.install-popup .install-text {
    flex: 1 1;
    margin-left: 14px;
}

.install-popup .install-text>h3 {
    color: #0f294d;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.install-popup .install-text>p {
    margin-top: 8px !important;
    color: #455873;
    font-size: 14px;
    line-height: 18px;
}

.install-popup .install-footer {
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;
}

.install-popup .install-footer>button {
    padding: 6px 16px;
    background: #5132ff;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    border: none;
    outline: none;
}

@media (max-width: 480px){
    .install-popup {
       
        top: 6px;
        right: 6px;
        left : 6px;
        width: auto;
        padding: 6px;
        
    }
}
.display-none #guestsModal-group {
    display: none;
}
#guestsModal-group {
    z-index: 1036;
}

#guestsModal-group .modal-header {
    padding: 8px 12px;
    background: #ffffff;
}

#guestsModal-group .modal-header .close {
    background: none;
}

#guestsModal-group .modal-header .modal-title {
    font-size: 14px;
    font-weight: 700;
}

#guestsModal-group .modal-header .close {
    padding: 0px 3px 0px 12px;
    margin: 0px 0px 0px 0px;
    color: var(--header-color);
    opacity: 1;
    font-size: 22px;
    line-height: 30px;
}

#guestsModal-group .modal-footer {
    padding: 12px;
}

/* modal rooms */
#guestsModal-group .room-box {
    border: 1px solid #d9dee2;
    margin: 10px;
    padding: 7px;
}

#guestsModal-group .modal-body {
    padding: 0px;
}

#guestsModal-group .room-title {
    font-weight: 500;
    /* margin-bottom: px; */
}

#guestsModal-group .room-title .remove-room {
    font-weight: 500;
    color: #e91e63;
    cursor: pointer;
}

#guestsModal-group .room-adults {
    color: var(--header-color);
    height: 35px;
}

#guestsModal-group .room-kids {
    color: var(--header-color);
    height: 35px;
}

#guestsModal-group span.nb-adultes,
#guestsModal-group span.nb-kids {
    min-width: 50px;
    text-align: center;
}

#guestsModal-group .room-adults .right,
#guestsModal-group .room-kids .right {
    color: var(--header-color);
    font-weight: 500;
}

#guestsModal-group .nb-adultes-minus,
#guestsModal-group .nb-adultes-plus,
#guestsModal-group .nb-kids-minus,
#guestsModal-group .nb-kids-plus {
    font-size: 22px;
    min-width: 25px;
}

#guestsModal-group .minus-plus .minus,
#guestsModal-group .minus-plus .plus {
    cursor: pointer;
}

#guestsModal-group .kids-ages .ages-box {
    display: flex;
    flex-flow: wrap;
}

#guestsModal-group .kids-ages .age {
    width: 33.3333333%;
    flex-wrap: wrap;
    padding: 4px;
}

#guestsModal-group .kids-ages .age .content {
    border: 1px solid #292a76;
    border-radius: 5px;
    /* padding: 3px; */
}

#guestsModal-group .kids-ages .age .content .minus,
#guestsModal-group .kids-ages .age .content .plus {
    padding: 3px 0px;
    width: 33%;
    text-align: center;
}

#guestsModal-group .kids-ages .age .content .minus:active,
#guestsModal-group .kids-ages .age .content .plus:active {
    background-color: blanchedalmond;
    box-shadow: inset 0 0 4px 0px #00000059;
}

#guestsModal-group .kids-ages .age .content .minus:focus,
#guestsModal-group .kids-ages .age .content .plus:focus {
    background-color: blanchedalmond;
    box-shadow: inset 0 0 4px 0px #00000059;
}

#guestsModal-group {
    padding: 8px !important;
}

#guestsModal-group .addnewroom {
    font-weight: 500;
    font-size: 14px;
    /* text-transform: uppercase; */
    float: right;
    margin: 6px 10px;
    cursor: pointer;
    color: var(--background-btn);
}

#guestsModal-group .fa {
    color: var(--background-btn);
    font-size: 18px;
}
#guestsModal-group .kids-ages .fa {
    font-size: 15px;
}

#guestsModal-group .modal-footer {
    justify-content: space-between;
}

#guestsModal-group .modal-footer .total-rooms-guests {
    font-size: 13px;
    color: black;
    width: 100%;
    line-height: 17px;
    margin-bottom: 6px;
}

#guestsModal-group .modal-footer .total-rooms {
    font-weight: 700;
}

#guestsModal-group .modal-footer .total-guests {
}

#guestsModal-group .modal-header {
    cursor: unset;
}
#guestsModal-group .modal-dialog {
    transition: transform 0.3s ease-out,
        -webkit-transform 0.5s cubic-bezier(0.37, 0.1, 0.54, 1.59);
}

#guestsModal-group .search .btn {
    margin-top: 4px;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50vh;
    width: 100%;
    text-transform: uppercase;
}

#guestsModal-group .buttonround {
    text-transform: uppercase;
    background-color: var(--background-btn);
    color: #fff;
    border: none;
    border-radius: 50vh;
    height: 36px;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
}

#guestsModal-group .modal-header {
    padding: 8px 12px;
    background: transparent;
}

#guestsModal-group .modal-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1px 10px 5px 10px;
    border-bottom: 1px solid #e9ecef;
    /* border-top-left-radius: calc(0.3rem - 1px); */
    /* border-top-right-radius: calc(0.3rem - 1px); */
    flex-direction: row;
}

.searchMenu-guests__field {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 300px;
    max-width: 100vw;
    margin-top: 20px;
    box-shadow: 0px 10px 60px 0px #0510360d;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
    opacity: 0;
}

#guestsModal-group .modal-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    padding: 10px;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    flex-direction: row;
}

#guestsModal-group .modal-body {
    padding: 0px;
}

#guestsModal-group .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

#guestsModal-group .modal-body {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    font-size: 15px;
}

#guestsModal-group .kids-ages .title {
    /* width: 86%; */
    font-size: 14px;
    text-align: center;
    display: block;
}


.fb-center-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 320px;
    min-height: 138px;
    transform: translate(-50%, 100%);
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #dadfe6;
    box-shadow: 0 12px 24px 17px rgb(98 98 98 / 39%);
    border-radius: 8px;
   
    z-index: 100;
    padding: 2px;
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.68, 1.23);;
}

.fb-center-popup.show {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.fb-center-popup-close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #242424a6;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    border: 1px solid #e2e2e2;
    border-radius: 50vh;
    width: 30px;
    height: 30px;
    color: white;
    display: flex;
    flex-direction: row;
    box-shadow: 0 0 3px 1px #00000085;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0px;
    width: 100%;
    background-color: var(--web-headerbg, #ffffff);
    color: var(--web-headercolor, #0d2857);
    text-align: center;
    box-shadow: 0px -6px 5px 0px rgb(21 21 21 / 20%);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 10px;
    border-top: 1px solid #c8c8c8;
    z-index: 9;
}

#cookie-popup p {
    margin: 0;
}

#cookie-popup button {
    padding: 0px 14px;
    border-radius: 50vh;
    cursor: pointer;
    color: #fff;
}

#cookie-popup button:hover {
    background-color: #357ae8;
}
.cardImage__content > img {
    object-fit: fill !important;
}
.searchMenu-loc__field{
    max-height: 300px !important;
}


.btn-hero-color {
    background-color: var(--web-herobuttoncolor, #2b3699) !important;
    color: var(--web-button-color, #ffffff) !important;
}

.btn-hero-color:hover {
    border-color: var(--web-herobuttoncolor, #2b3699) !important;
    background-color: var(--web-herobuttoncolor, #2b3699) !important;
    color: var(--web-button-color, #ffffff) !important;
}

.text-hero-color {
    color: var(--web-herotextcolor, inherit) !important;
}

/* Promo code system styles for gotrip */
.gotrip-promo-code-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 18px 16px 10px 16px;
    margin-bottom: 18px;
}
.gotrip-promo-code-input {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}
.gotrip-promo-code-input input[type="text"] {
    flex: 1;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 7px 10px;
    font-size: 15px;
    background: #fff;
}
.gotrip-promo-code-input button {
    background: #2d5be3;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 7px 18px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s;
}
.gotrip-promo-code-input button:disabled {
    background: #b0b7c3;
    cursor: not-allowed;
}
.gotrip-promo-code-message {
    margin-bottom: 8px;
    font-size: 14px;
    display: none;
}
.gotrip-promo-code-message.success {
    color: #1a7f37;
    display: block;
}
.gotrip-promo-code-message.error {
    color: #e3342f;
    display: block;
}
.gotrip-applied-promocodes {
    margin-bottom: 10px;
}
.gotrip-applied-promocode {
    background: #e9ecef;
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gotrip-promocode-info {
    display: flex;
    flex-direction: column;
}
.gotrip-promocode-code {
    font-weight: 600;
    color: #5a189a;
    font-size: 15px;
}
.gotrip-promocode-discount {
    font-size: 14px;
    color: #2d5be3;
}
.gotrip-remove-promocode {
    background: none;
    border: none;
    color: #e3342f;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
    padding: 0;
}
.gotrip-promo-code-discount {
    border-top: 1px solid #d1d5db;
    padding-top: 8px;
    margin-top: 8px;
    display: none;
}
.gotrip-promo-code-discount.show {
    display: block;
}
.gotrip-discount-amount {
    font-weight: 600;
    color: #e3342f;
}
