.calendar-icon {
    background: url(/static/img/calender.png) no-repeat !important;
    background-size: cover !important;
}

.rate-block {
    white-space: nowrap;
    font-size: 12px;
}

.rate-block.rp {
    display: inline-flex;
    gap: 6px;
    align-items: baseline;
}

.original-price {
    font-size: 15px;
    color: #aaa;
}

.discount-price {
    margin-top: 0 !important;
    line-height: 20px;
}

.rate-highlight {
    background-color: #ddd;
}

.error-wrapper {
    position: fixed;
    bottom: 0;
    width: 30%;
    min-width: 300px;
    max-width: 50%;
    right: 20px;
}

.room-scarcity .label {
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.room-thumbnail-details-title {
    line-height: 1em;
}

#room-thumbnail-rate-detail {
    position: unset;
}

@media screen and (max-width: 768px) {
    .accordion-block .room-selection-container .room-title {
        padding: 20px !important;
    }
    .room-thumbnail-rate {
        padding-right: 0px;
        padding-left: 0px;
    }
    .room-scarcity .label {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) {
    .room-scarcity {
        /* position: absolute; */
        top: 0;
        right: 0;
        margin: 0;
    }
    .navbar-custom {
        min-height: 60px !important;
    }
    .unlock-rate{
        padding: 8px 18px !important;
    }
}

body {
    overflow-x: hidden;
}

a {
    cursor: pointer;
}

.emailSliderForm {
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%);
    transition: all 0.5s ease-in;
}

.emailSliderForm.close {
    right: -260px;
}

.emailSliderForm.open {
    right: 0;
}

.emailSliderForm #iconWrap {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    transition: all 0.5s ease-in;
}

.emailSliderForm #iconWrap {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.emailSliderForm #iconWrap .far {
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    transition: all 0.5s ease-in;
    /*transform: rotate(0deg);*/
}

.emailSliderForm #iconWrap .far.fa-times {
    display: none;
}

.emailSliderForm #iconWrap .far.fa-envelope {
    display: block;
}

.emailSliderForm.open #iconWrap .far.fa-times {
    display: block;
}

.emailSliderForm.open #iconWrap .far.fa-envelope {
    display: none;
}

.emailSliderForm .form-wrap {
    width: 260px;
    float: left;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.emailSliderForm .form-group {
    margin-top: 15px;
    margin-bottom: 0;
}

.hide-email-form {
    display: none;
}

.show-email-form {
    display: block;
    z-index: 1044;
}

.emailSliderForm .spam-alert {
    font-size: 12px;
}

.emailSliderForm .email-error-msg {
    color: red;
    font-size: 12px;
    display: none;
}

.rate-plan-inclusions {
    margin-top: 15px;
}

.inclusions-span {
    display: inline-flex;
    margin: 0 0 8px 0;
    width: 100%;
}

@media(max-width: 728px) {
    .inclusions-span {
        width: 100%;
    }
}

.inclusions-span .inclusions-icon {
    margin-right: 10px;
    width: 15px;
}

.inclusion-text {
    display: table-cell;
    width: calc(100% - 3em);
    line-height: 17px;
}

.inclusions-icon {
    position: relative;
    display: table-cell;
    text-align: center;
}

.js-select {
    cursor: pointer;
}

.js-select:after {
    content: "";
    display: table;
    clear: both;
}

.tax-inclusion-msg {
    color: #55763d;
    font-size: 12px;
}

/* deal tag css */

.room-rate-plan-title {
    line-height: 20px;
}

.rate-plan-title {
    margin-right: 5px;
}

.deal-wrap {
    color: #d9534f;
    /*white-space: nowrap;*/
}

.deal-text {
    font-size: 14px;
}

.tnc-submit-wrap {
    text-align: center;
}

.submit-container .general-msg {
    color: green;
    font-size: 16px;
}

.submit-container .complete-reservation {
    max-width: calc(100% - 20px);
    min-width: 50%;
    margin: 10px;
}

#mainSection {
    margin-bottom: 190px;
}

.hotel-policies-block {
    margin-top: 23px;
}

.divider {
    margin-left: 15px;
}

/*addon css for detail page of rate plan starts here*/

.rate-plan-details-popup .details-wrapper .details-label .fas {
    cursor: pointer;
    color: #00bfa5;
    font-size: 16px !important;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    transition: all .5s linear;
}

.rate-plan-details-popup .details-wrapper .details-label .rotate-circle {
    transition: all .5s linear;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.rate-plan-details-popup .addon-block {
    padding: 0px 0px 10px 15px !important;
}

.rate-plan-details-popup .addon-single-block {
    padding-left: 5px;
}

.rate-plan-details-popup .addon-block .best-addon-text {
    position: relative;
    top: -1px;
    cursor: pointer;
}

.rate-plan-details-popup .addon-block .best-rate-date,
.addon-block .best-rate-price {
    padding-top: 0px;
    color: #636363;
    font-size: 12px;
}

.rate-plan-details-popup .addon-block .toggle-details {
    display: block;
}

.rate-plan-details-popup .addon-block .addon-total-price {
    font-size: 12px;
    text-align: right;
}

/*addon css for detail page of rate plan ends here*/

/*addon css for guestinfo page of rate plan starts here*/

.guest-information-block .addon-single-block .view-addon-details .fas {
    font-size: 16px !important;
}

.guest-information-block .addon-single-block .view-addon-details .rotate-circle {
    transition: all .5s linear;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.guest-information-block .best-rate-price {
    margin-right: 0px !important;
}

.guest-information-block .rate-price {
    padding-left: 10px;
}

.guest-information-block .addon-block {
    padding: 0px 0px 5px 15px !important;
}

.guest-information-block .addon-single-block {
    padding-left: 5px;
}

.guest-information-block .addon-block .toggle-addon-details {
    display: none;
}

.guest-information-block .addon-block .best-rate-text {
    position: relative;
    top: -1px;
    cursor: pointer;
}

.guest-information-block .addon-block .best-rate-date,
.addon-block .best-rate-price {
    margin-right: -15px !important;
    padding-top: 0px;
    color: #636363;
    font-size: 12px;
}

.guest-information-block .addon-block .addon-total-price {
    font-size: 12px;
    text-align: right;
}


.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.country-dropdown-container .select2-container .select2-selection__rendered[title="Country"] {
    color: #c0c0c0 !important;
}


/*addon css for guestinfo page of rate plan ends here*/

.delete-room:hover {
    cursor: pointer;
}

.accordion-block .panel-group .room-selection-wrapper .element-label.adults-header,
.accordion-block .panel-group .room-selection-wrapper .element-label.children-header {
    font-size: 11px;
}

/*css for close email alert*/

.close-mail-dialog {
    width: 340px;
    margin: auto;
}

.close-mail-dialog .wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.carousel-inner>.item>img {
    width: auto !important;
}

@media screen and (max-width: 767px) {
    #mainSection {
        margin-bottom: 250px;
    }

    .submit-container .complete-reservation {
        min-width: 200px;
        width: auto;
    }
    .expiry-date-select{
        width: 60px !important;
    }
}

@media screen and (min-width: 768px) {
    .room-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .child-age-wrapper {
        max-width: 262px;

    }
    .child-age-container:nth-child(4n+4) {
        margin-right: 0;
    }
}

@media screen and (min-width: 993px)and (max-width: 1199px) {
    .child-age-wrapper {
        max-width: 126px;

    }
    .child-age-container:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    .child-age-wrapper {
        max-width: 194px;

    }
    .child-age-container:nth-child(3n+3) {
        margin-right: 0;
    }
}

.accordion-block .panel-group .room-selection-wrapper .children-age-header {
    color: #999;
}

.accordion-block .panel-group .room-selection-wrapper .add-another-room-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (min-width: 481px) {
    .accordion-block .panel-group .room-selection-wrapper .add-another-room-wrap {
        padding-left: calc(100% / 6) !important;
    }
    .unlock-rate{
        padding: 8px 7px !important;
    }
}

.child-age-container {
    width: 58px;
    float: left;
    margin-right: 10px;
}

.child-age-container .child-age-select {
    border-radius: 0;
    height: 40px;
    text-align: center;
    background-color: #fff;
    padding: 6px;
    font-size: 12px;
}

.child-age-select-div {
    float: left;
    border: 1px solid #f8f8f8;
}

.delete-room {
    margin-left: 5px;
    margin-top: 30px;
}

.left-calendar-block .pika-lendar .pika-title .pika-prev:before,
.left-calendar-block .pika-lendar .pika-title .pika-next:before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 400 !important;
}

.left-calendar-block .pika-lendar .pika-title .pika-prev:before {
    margin-left: -15px;
}

.left-calendar-block .pika-lendar .pika-title .pika-next:before {
    margin-left: -13px !important;
}

.left-calendar-block .pika-lendar .pika-table tbody tr td:is(.is-cta, .is-ctd) .pika-button {
    position: relative;
    pointer-events: none;
    cursor: default;
}

.left-calendar-block .pika-lendar .pika-table tbody tr td:is(.is-cta, .is-ctd) .pika-button::before,
.left-calendar-block .pika-legends :is(.legend-icon-cta, .legend-icon-ctd)::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid red;
}

.left-calendar-block .pika-lendar .pika-table tbody tr td.is-cta .pika-button::before,
.left-calendar-block .pika-legends .legend-icon-cta::before {
    left: -2px;
    bottom: 0;
    transform: rotate(45deg);
}

.left-calendar-block .pika-lendar .pika-table tbody tr td.is-ctd .pika-button::before,
.left-calendar-block .pika-legends .legend-icon-ctd::before {
    right: -2px;
    bottom: 0;
    transform: rotate(-45deg);
}

.left-calendar-block .pika-lendar .pika-table tbody tr td .pika-button:disabled:hover {
    background-color: #f5f5f5 !important;
    color: rgb(42, 45, 51) !important
}

.left-calendar-block .pika-legends {
    padding: 15px 15px 10px;
    border-top: 1px solid rgb(210, 211, 212);
    clear: both;
}

.left-calendar-block .pika-legend {
    display: flex;
    gap: 20px;
    align-items: center;
}

.left-calendar-block .pika-legends :is(.legend-icon-cta, .legend-icon-ctd, .legend-icon-sold-out) {
    position: relative;
    width: 25px;
    height: 25px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.left-calendar-block .pika-legends .legend-icon-sold-out {
    background-color: transparent;
}

.left-calendar-block .pika-legends .legend-icon-sold-out::before {
    position: absolute;
    content: '';
    background-color: red;
    width: 100%;
    height: 1px;
    top: 50%;
}

.msg-content-wrapper {
    padding: 14px;
    margin-bottom: 10px;
}

.msg-content {
    font-size: 14px;
    display: flex;
    align-items: baseline;
}

.msg-content > i {
    width: 20px;
    margin-right: 5px;
    text-align: center;
}

.msg-content > span {
    width: calc(100% - 25px);
}

.msg-content > span > ul {
    margin-bottom: 0;
    padding-inline-start: 16px;
}

.amenities-cont {
    border-radius: 5px;
    padding: 14px;
    background-color: #e4e5e5;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.promotions-msg-cont {
    border-radius: 4px;
    padding: 14px;
    background-color: #d8f0f0;
    margin-bottom: 20px;
}

.hide-element {
    display: none;
}

.show-more-promos {
    cursor: pointer;
    float: right;
}

.amenities-text-wrapper {
    color: #55763d;
    display: flex;
    align-items: baseline;
}

.amenities-text-wrapper > span {
    width: calc(100% - 25px);
} 

.amenities-text-wrapper > i, 
.amenities-icon {
    width: 20px;
    margin-right: 5px;
    text-align: center;
}

#chainLocation,
#chainHotels {
    width: 100%;
}

.pay-at-hotel-wrapper,
.pay-now-wrapper {
    width: 100%;
}

.pay-at-hotel-wrapper .col-sm-6,
.pay-now-wrapper .col-sm-6 {
    display: flex;
    flex-direction: column;
}

.pay-now-text,
.pay-at-hotel-text {
    padding-left: 27px;
    font-size: 12px !important;
    font-weight: normal;
}

.pay-now-amt {
    display: inline;
    float: right;
    padding-right: 8px;
    font-size: 16px !important;
    padding-top: 2px;
    color: rgb(5, 219, 92);
    font-weight: 700;
}

.pay-at-hotel-amt {
    float: right;
    padding-right: 8px;
    font-size: 12px !important;
    padding-top: 2px;
    font-weight: 700;
}

.pay-options {
    position: relative;
    text-align: center;
}

.pay-options p {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -7px;
    padding: 0 10px;
    background: #fff;
}

.pay-options hr {
    margin-left: 10px;
    margin-right: 10px;
    border-style: dashed;
    border-color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pay-at-hotel-wrapper .pay-at-hotel-label,
.pay-now-wrapper .pay-at-hotel-label {
    font-weight: 700;
    cursor: pointer;
}

.pay-at-hotel-label span {
    padding-left: 5px;
}

.checkout-container #languageSwitcher {
    width: 105px;
    margin-top: 10px;
    float: right;
    padding-top: 5px;
}

#mainSection .close-mail-alert {
    display: none;
}

.cof-modal-label{
    font-size:14px;
    font-weight: 400 !important;
}

.cof-modal-button{
    width:180px;
    height:40px;
    font-size:18px !important;
    border-radius: 4px;
    padding-bottom: 7px;
}

.cof-alert-msg{
    font-style: italic;
    font-size: 12px;
    margin-top: 8px;
}

.modal-mobile-slider {
    z-index: 1035;
}

.expiry-date-select {
    border-radius: 0;
    height: 38px;
    width: 80px;
    text-align: center;
    background-color: #fff;
    padding: 6px;
    font-size: 14px;
    border: 1px solid rgb(204, 204, 204);
}

.paymentForm #expiry-year {
    padding: 6px 3px;
}

#nameOnCard {
    width: 240px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    padding: 0.65em 0.5em;
    font-size: 91%;
}

.ajax-loader {
    z-index: 1050;
}

.paymentForm {
    opacity: 0
}

.show-payment-form {
    opacity: 1;
    transition: opacity 1000ms;
}

.required-credit-card {
    position: relative;
    top: -8px;
    font-size: 12px;
}
.valueAdds-container {
    background-color: #f8f8f8 !important;
}

.valueAdds-list {
    display: flex;
    flex-wrap: wrap;
}

.valueAdd-container {
    height: calc(100% - 30px);
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: #ffffff;
    max-width: 320px;
    margin: 10px 0px 20px;
}

.valueAdd-img {
    display: block;
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.valueAdd-info {
    padding: 10px 20px;
    border-top: 1px solid #e6e6e6;
}

.valueadd-name {
    font-size:16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.valueAdd-description{
    height:20px;
    font-size:13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.valueAdd-skip{
    cursor: pointer;
}
.valueAdd-btn {
    font-size: 16px!important;
    border-radius: 4px!important;
    float: right;
    max-width: 100%;
    height: 40px;
}

.valueAdd-price {
    display: inline-block;
    position: relative;
    font-size:13px;
}
.valueAdd-total-price{
    display: inline-block;
    font-size:13px;
}
.view-valueadd-details {
    margin-bottom: 20px;
}

.valueadd-details-desc {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 20px;
    max-height: 80px;
}

.valueadd-details-desc-expanded {
    font-size: 13px;
}

.valueadd-modal-content{
    max-height:550px;
    overflow: auto;
}

.wrap-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.login-lite {
    font-size: 16px;
}
@media (max-width: 767px){
    .ribbonn-container,
    .unlock-rate-ribbon{
        display: none;
    }
    .unlock-rate-text{
        font-style: italic;
        display: block !important;
        font-style: italic;
    }
}

.room-thumbnail-offer{
    color: #f5f5f5;
    line-height: 20px;
    padding: 0 8px;
    position: absolute;
    top: 8px;
    z-index: 20;
    background-color: #444;
    font-size: 12px;
}

.secret-rate-offer{
    color: #f5f5f5;
    line-height: 25px;
    background-color: #444;
    font-size: 12px;
    min-width: 136px;
    text-align: center;
    float: left;
}

@media screen and (max-width: 767px) {
    .secret-rate-offer{
        float: right;
    }
}

.unlock-rate{
    font-weight: bold !important;
    padding: 10px 17px !important;
    border-radius: 4px !important;
}

.unlocked-rate{
    font-weight: bold !important;
    padding: 10px 24px !important;
    border-radius: 4px !important;
}

.ribbonn-container {
    position: absolute;
    right: 0;
    top: 0px;
    height: 100px;
    width: 100px;
    background: transparent;
    overflow: hidden;
}

.ribbonn {
    position: absolute;
    top: 20%;
    right: -40%;
    width: 146px;
    padding: 2px 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #444;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.unlock-rate-ribbon{
    background-color: #444;
    box-shadow: 0 0 3px 2px rgba(0,0,0,0.8);
    height: 98px;
    right: -50px;
    position: absolute;
    top: -50px;
    width: 100px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.unlock-rate-ribbon-hidden{
    background-color: #f8f8f8;
    height: 90px;
    position: relative;
    top: -9px;
    width: 90px;
}

.unlock-rate-ribbon-text{
    color: #f5f5f5;
    left: 18px;
    top: 81px;
    position: absolute;
    width: 80px;
    font-size: 12px;
}
.unlock-rate-text{
        display: none;
}
.view-details-dialog .signup-modal-content, .view-details-dialog .login-modal-content {
    max-width: 350px;
}
.view-details-dialog .modal-content .sign-up-form, .view-details-dialog .modal-content .log-in-form {
    padding: 25px !important; 
}
.sign-up-form .btn,.log-in-form .btn {
    border-radius: 4px;
}
.signup-modal-content .footer-text, .login-modal-content .footer-text {
    font-size: 12px;
    padding-right: 10px;
}

.login-link,
.signup-link {
    display: inline-block;
    line-height: 30px !important;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    color: #3B3B3B !important;
}

.signup-link.btn {
    vertical-align: top;
    padding: 0 10px !important;
}

.account-dropdown{
    min-width: 120px;
    right: 0;
    left: auto;
}

.account {
    line-height: 27px;
    display: inline-block;
    display: flex;
    vertical-align: middle;
    align-items: center;
    opacity: 0.85;
    border: 1px solid currentColor;
    border-radius: 4px;
    padding: 0 10px 3px;
}
.account:hover,
.account:focus,
.account:active {
    opacity: 1;
    text-decoration: none;
}
.account > span {
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 767px){
    .account-wrapper {
        margin-right: 10px;
    }
    .account,
    .signup-link.btn{
        font-size: 12px;
    }
}

.account-dropdown>li>a{
    font-size: 12px;
}

.account-dropdown>li>a>span{
    margin-right: 8px;
}

.unlocked-rate .far,
.unlock-rate .far {
    margin-right: 5px;
}
.room-container{
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}
.show-hide-details .open-close-container{
    text-align:center;
    border-bottom: none;
    margin-top: unset;
}
.show-hide-details .open-close-container .view-hide {
    margin-bottom: 15px;
    width: 50vw;
    min-width: 130px;
    max-width: 175px;
}

@media (max-width: 768px) {
    .view-hide{
        margin-bottom: 20px;
    }
}

.view-hide .fa-angle-down{
    border-radius: 5px;
    padding: 0 12px;
}
.final-disc-msg {
    text-align: center;
    color: green;
}
.final-disc-value {
    font-size: 18px;
    color: rgb(5, 219, 92);
}

.accordion-block .panel-group .panel .room-selection-container .room-title {
    cursor: default;
    background-color: #e6e6e6; 
}
.accordion-block .panel-group .panel .room-selection-container .room-title:hover{
    background-color: #e6e6e6; 
}

.room-thumbnail-image-wrap-div {
    position: relative; 
    cursor: pointer;
}
.js-cof-dialog .js-cc-error-container.padding-top-15{
    padding-top: 8px;
}
.js-cof-dialog .view-details-dialog .modal-footer > .error-message {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .room-thumbnail-offer {
        font-size: 11px;
    }
}
@media screen and (max-width: 767px) {
    .room-thumbnail-offer {
        font-size: 10px;
    }
    .room-thumbnail-offer i {
        display: none;
    }
}

.details-wrapper-advance .pay-now-text {
    font-weight: normal;
    margin-bottom: 0;
    padding: 5px 0px;
    font-size: 13px !important;
    color: #191919;
}
@media (max-width: 480px) {
   .details-wrapper-advance .pay-now-text {
        font-size: 12px !important;
    }
}

.rate-design{
    margin-top: 8px;
    padding: 10px 0 10px 0;
    background-color: #f1f0f0;
}

@media(max-width: 728px) {
    .room-details-wrap {
        padding-left: 12px !important;
    }
    .rate-details-wrap .rate-wrapper{
        /* padding-right: 5px; */
    }
}

.rate-details-button #select-rate-btn {
    font-weight: 700 !important;
    padding: 10px 33px !important;
    border-radius: 4px !important;
}

#room-thumbnail-rate-detail {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    text-align: end;
}


@media (max-width: 767px) {
    .rate-design {
        margin-top: 16px;
    }
    
    #room-thumbnail-rate-detail .detail {
        margin-bottom: 16px;
    }
    #room-thumbnail-container-1 {
        display: none;
    }
    #room-thumbnail-container-2 {
        display: block;
    }
}

@media (min-width: 768px) {
    #room-thumbnail-container-1 {
        display: block;
    }
    #room-thumbnail-container-2 {
        display: none;
    }
}

#rate-plan-responsive {
    width: auto;
    display: flex;
    row-gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.w-auto {
    width: auto !important;
}

.rate-wrapper {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
}

#rate-align {
    text-align: right;
}

.rate-details-price {
    margin-bottom: 12px;
}

.rate-details-button {
    margin-bottom: 8px;
}

@media(max-width: 767px) {
    #rate-align {
        text-align: center !important;
    }
    .rate-details-price {
        margin-bottom: 16px;
    }
    .rate-details-button {
        margin-bottom: 12px;
    }
}

.room-cummulative-price {
    margin-top: 12px;
}

.blurry-text {
    color: transparent !important;
    text-shadow: 0 0 10px rgb(226, 65, 65);
}

.guest-information-block {
    padding-bottom: 0px !important;
}
.show-addons-details {
    display: block;
}
.promo-submit-wrapper .promo-code-container{
    margin-right: 5px;
    width: 48%;
}
.promo-submit-wrapper .submit-container {
    padding-left: 15px;
}

@media (max-height: 320px){
    .js-cof-dialog .view-details-dialog .modal-content .modal-body {
        max-height: 130px;
        overflow: hidden auto!important;
    }
    .js-cof-dialog .view-details-dialog .modal-content .modal-body::-webkit-scrollbar {
        width: 5px;
        background-color: #000;
    }
    .js-cof-dialog .view-details-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
        background-color: #4d8d55;
    }
    .js-cof-dialog .view-details-dialog .modal-content .modal-body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #f5f5f5;
    }
}

#pci-booking-card-capture-modal .modal-body {
    padding-bottom: 0 !important;
}

#pci-booking-card-capture-modal .modal-header .close:hover {
    /* same RGB as your inline #E4E5E5, but bump the alpha to, say, 0.6 */
    background-color: rgba(228, 229, 229, 0.9) !important;
    /* keep your other background properties if needed */
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.2s ease;
}

.guestInfo .error-msg {
    margin: 5px;
}


@media screen and (max-width: 768px) {
    .action-container .manage-booking-details, .action-container .cancel-booking-details {
        float: left !important;
    }
    .rate-plan-details-popup .popup-right-block {
        padding-top: 8px;
    }
}

.element-input-textarea.js-special-request {
    font-size: 18px !important;
}


/* aligning BE for LATO font */

  html, body, 
.accordion-block .panel-group .room-selection-wrapper .add-another-room, 
.amenities .amenities-ul .amenities-element, 
.summary-content-wrapper .summary-content .line2 .line2-price, 
.vert-centered, .modify span, .open-close-container .view-hide .view-hide-text{
    font-family: Lato, sans-serif !important;
}

.view-details-dialog .modal-header button {
    padding-top: 12px !important; 
    padding-right: 2px !important; 
}


#checkInWrapper .col-xs-12 span, #checkOutWrapper .col-xs-12 span, .guest-info-form .element-input, .guest-information-block .best-rate-text {
    line-height:1.6 !important;
    display: inline-block;
    padding-top: 1px;
}
.guest-information-block .details-wrapper .details-label .best-rate-text {
    display: block;
    padding-left: 30px;
}
.guest-information-block .details-wrapper .toggle-details .view-addon-details .best-rate-text {
    padding-left: 25px;
}
.guest-information-block .element-wrapper {
    line-height: 1.6;
}
.flag-container .selected-dial-code {
    padding-top: 3px;
}
.alert-dismissible .error-alert-close {
    top: -22px !important;
}
.room-selection-wrapper .valueAdd-price {
    /* top: 14px; */
}
.highlight-parent-input #promoCode{
    line-height: 1.3 !important;
    padding-top: 2px;
}
.payment-remaining {
    text-align: center;
}
.panel-heading {
    float:left !important;
    padding-top:6px !important;
    padding-bottom:4px !important;
}
.accordion-block .panel-group .room-selection-wrapper .add-another-room {
    padding-top: 12px!important;
}
.promo-submit-wrapper .submit-btn, input.btn.submit-btn.complete-reservation.js-complete-reservation {
    padding: 5px 10px 5px!important;
}

@media screen and (max-width: 480px) {
    #checkInWrapper .col-xs-12 span, #checkOutWrapper .col-xs-12 span, .guest-info-form .element-input, .guest-information-block .best-rate-text {
        padding-top: 4px;
    }
}

/* for hotel and guest details */

.guest-information-block .booking-details {
    border-top: 2px dotted #d9d9d9;
    padding: 10px 0;
}
.guest-information-block .booking-details .book-label {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom:10px;
}
#bookingDetailsWrapper {
    padding: 0;
    overflow: hidden;
    cursor: default;
}
#bookingDetailsWrapper .booking-id {
    font-size: 18px;
    line-height: 1.6;
    display: inline-block;
    margin: 0;
}
.guest-information-block .hotel-guest-details {
    border-top: 2px dotted #d9d9d9;
    padding: 10px 0;
    display: flex;
}
.guest-information-block .hotel-guest-details #guestInfoWrapper {
    padding-left: 5%;
    border-left: 2px dotted #d9d9d9;
}
#hotelInfoWrapper, #guestInfoWrapper {
    padding: 0;
    overflow: hidden;
    cursor: default;
}
#hotelInfoWrapper .hotel-name, #guestInfoWrapper .guest-name {
    font-size: 18px;
    line-height: 1.6;
    display: inline-block;
    padding-top: 1px;
}
#hotelInfoWrapper .hotel-address, #hotelInfoWrapper .hotel-email, #guestInfoWrapper .guest-phone, #guestInfoWrapper .guest-email {
    color: #636363;
}
#hotelInfoWrapper .hotel-address {
    line-height: 20px;
}
@media (max-width: 480px) {
    .guest-information-block .hotel-guest-details {
        flex-direction:column;
    }
    .guest-information-block .hotel-guest-details #hotelInfoWrapper {
        width: 100%;
        padding-bottom: 5px;
    }
    .guest-information-block .hotel-guest-details #guestInfoWrapper {
        width: 100%;
        padding-left: 0;
        padding-top: 5px;
        border-left: none;
        border-top: 1px dotted #d9d9d9;
    }
}

.action-container{
    margin-top: 16px;
}

.action-container #manage-cancel-btn {
    display: flex;
    justify-content: flex-end;
}
.action-container #manage-cancel-btn .manage-booking-details {
    margin-right:3%;
}
.resend-btn-wrapper{
    display: flex;
    gap: 14px;
    margin-left: 15px;
    float: left;

}
@media (max-width: 767px) {
    .action-container #resend-confirmation-btn {
        text-align:center;
    }
    .action-container #manage-cancel-btn {
        justify-content: center;
    }
    .action-container .manage-booking-details, .action-container .cancel-booking-details {
        margin-top: 10px;
    }
    #manage-cancel-btn{
        gap: 18px;
    }
    .action-container #manage-cancel-btn .manage-booking-details {
        margin-right: 0;
    }
    .resend-btn-wrapper{
        width: 100%;
        justify-content: center;
        margin: 0 12px;
        gap: 18px;
    }
}

.booking-payment-block .base-price-total {
    font-size: 15px;
    color: #aaa;
    text-decoration: line-through;
}

.no-wrap{
    white-space: nowrap;
}

.day-use-over-night-toggle-wrapper{
    display: none;
    margin-bottom: 5px;
}


.day-use-checkin-date{
    position: relative;
}

.day-use-calendar-container{
    position: absolute;
    top: 100%;
    z-index: 1;
    min-width: 412px;
    max-width: 455px;
}

.day-use-checkin-date:hover{
    cursor: pointer;
}

.day-use-check-in-value{
    line-height: 1.6 !important;
    display: inline-block;
    padding-top: 1px;
}

.day-use-check-in-time{
    padding-left: 0;
}

.day-use-toggle-label{
    font-weight: 400;
    font-size: 14px;
    color: #3b3b3b;
    line-height: 45px;
}

#processing-overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

#processing-popup{
    display: none;
    position: fixed;
    background: #fff;
    border: 1px solid #000;
    width: 300px;
    padding: 20px;
    text-align: center;
    z-index: 10000;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

#close-processing-popup {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.toggle-switch-container{
    min-height: 45px;
    padding-left: 0;
    padding-right: 0;
    width: fit-content;
    float: left;
}

.toggle-switch-wrapper {
    position: relative;
    width: 50px;
    height: 25px;
    display: inline-block;
    margin: 10px 0;
}

.toggle-switch-checkbox {
    opacity: 0;
    height: 0;
    width: 0;
}

.toggle-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s;
    background: #fff;
    border: 1px solid rgb(187, 199, 204);
    border-radius: 34px;
}

.toggle-switch-wrapper input[type="checkbox"]:checked + .toggle-switch::before{
    transform: translateX(22px);
}

.toggle-switch::before{
    content: "";
    height: 19px;
    width: 20px;
    border-radius: 50%;
    background: #1078a8;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 3px;
    transition: 0.4s;
}

.check-in-time-container{
    display: none;
    float: left;
    width: 20%;
    min-width: 110px;
    margin-left: 25px;
}

.check-in-time-wrap{
    width: 25%;
    float: left;
}

.check-in-label-wrap{
    width: fit-content;
    padding: 0 15px;
    float: left;
}

.day-use-search-label{
    font-weight: 400;
    font-size: 14px;
    color: #3b3b3b;
    margin-bottom: 10px;
    line-height: 1.5;
    min-height: 45px;
    display: flex;
    align-items: center;
}

#dayUseCheckInDataLabel {
    line-height: 45px;
}

.day-use-search-label.check-in-time{
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.day-use-check-in-time-selector {
    min-width: 100px;
    float: left;
}

#select2-dayUseCheckInTime-container{
    padding-right: 15px !important;
}

#select2-dayUseCheckInTime-container ~ .select2-selection__arrow{
    right: 10px !important;
}

.inclusions-head{
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
}

.inclusions-list{
    list-style: none;
    font-size: 13px;
    padding-left: 0;
}

.inclusions-item{
    display: flex;
    margin-bottom: 5px;
}

.inclusions-item > i{
    margin-right: 10px;
    width: 15px;
}
.inclusions-item>i::before {
   display: flex;
   justify-content: center;
}
.day-use-check-in-time .day-use-check-in-time-selector .select-wrap{
    min-height: 47px !important;
    padding: 8px 0 8px !important;
}
@media screen and (max-width: 480px) {
    .accordion-block .panel-group .room-selection-wrapper .room-number {
        padding-left: 0;
    }
}

@media screen and (max-width: 640px) {
    .toggle-switch-container{
        padding: 0;
    }
    .check-in-time-wrap {
        width: 100%;
    }
    .day-use-toggle-label{
        padding-left: 0;
        min-width: fit-content;
        max-width: fit-content;
    }
    .day-use-toggle-label.right{
        padding-left: 15px;
    }
    .day-use-search-label{
        padding-left: 0;
        width: 100%;
        min-height: 30px;
        margin-bottom: 0;
    }
    .day-use-check-in-time {
        width: 100%;
    }
    .day-use-search-label.check-in-time{
        padding-left: 0;
    }
    .day-use-check-in-time-selector{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .day-use-checkin-date{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .day-use-calendar-container{
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }
}

.guest-info .guest-info-form .guest-information-block > .element-wrapper{
    margin-bottom: 0;
}

.general-msg-container{
    margin-top: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}

.tnc-submit-wrap .submit-container{
    padding-left: 15px;
}

.terms-and-condition{
    margin: 12px 5px 5px 5px;
}

.pay-later-message{
    text-align: center;
    font-size: 14px;
    color: green;
    margin: 13px 0 0 0;
    line-height: 1.3;
}

.pay-later-message.summary-section{
    font-size: 14px;
    color: #636363;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.bnpl-pay-now-button{
    margin-top: 16px;
    background-color: #F7CA00;
    color: #000 !important;
    border: 0;
    border-radius: 5px;
    padding: 6px 14px;
    text-transform: uppercase;
    font-size: 14px;
}
.bnpl-pay-now-button:hover{
    background-color: #F7CA00;
}

.manage-booking-pay-later-text{
    margin-top: 16px;
}

.pay-later-info-wrapper{
    margin-top: 16px;
    padding: 16px;
    text-align: center;
    border: 1px solid #4d4d4d;
    background: #fff;
}

.pay-later-info-wrapper .bl-text{
    font-size: 16px;
}

.pay-later-info-wrapper .additional-remaing-text{
    margin-top: 16px;
}
/* Currency Selector Modal Styles */
.js-currency-selector-btn {
    vertical-align: top;
    white-space: nowrap;
    padding: 6px 10px !important;
    line-height: 27px !important;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    color:#3b3b3b;
}
.js-currency-selector-btn:hover {
    background-color: #f5f5f5;  /* Light gray background on hover */
}
.js-currency-selector-modal h4, .js-currency-selector-modal h5 {
    text-align: left !important;
}
.js-currency-selector-modal .modal-dialog {
    max-width: 1200px;
    width: calc(100% - 20px);
}

.js-currency-selector-modal .modal-content {
    border-radius: 8px;
    max-height: 85vh; /* Set maximum height to 80% of the viewport height */
    display: flex;
    flex-direction: column;
}

.js-currency-selector-modal .modal-header {
    border-bottom: none;
    padding: 20px 30px;
    position: relative;
    min-height: fit-content;
}

.js-currency-selector-modal .modal-title {
    font-size: 22px;
    font-weight: bold;
}

.js-currency-selector-modal .modal-body {
    padding: 32px 16px;
    overflow-y: auto; /* Make the modal body scrollable */
    flex-grow: 1; /* Allow the modal body to grow and fill available space */
}

.js-currency-selector-modal .currency-info {
    padding-block: 16px;
    font-size: 18px;
    color: #1a1a1a;
}

.js-currency-selector-modal .currency-selector-content {
    display: flex;
    padding: 0 15px;
    flex-wrap: wrap;
}

.js-currency-selector-modal .all-currencies {
    border-left: 1px solid #e0e0e0;
    
}
.js-currency-selector-modal .all-currencies.hide-border {
    border-left: none;
    
}
@media screen and (max-width: 992px) {
    .js-currency-selector-modal .all-currencies {
        border-left: none;
    }
}

/* .js-currency-selector-modal .all-currencies {
    padding-left: 30px;
} */

.js-currency-selector-modal h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.js-currency-selector-modal .search-wrapper {
    position: relative;
    border-radius: 4px;
    margin-inline: 28px;
}

.js-currency-selector-modal .search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-36%);
    color: #1a1a1a;
    width: 20px;
    height:20px;
}

.js-currency-selector-modal .js-currency-search {
    font-size: 18px !important;
    line-height: 1.6 !important;
    display: inline-block;
    padding-top: 1px;
    padding-left: 48px;
    height: 48px;
    border: 1px solid #d9d9d9;
}

.js-currency-selector-modal .currency-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(240px,100%), 1fr));
    gap: 10px;
    padding-block: 10px;
}

.js-currency-selector-modal .currency-item {
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.js-currency-selector-modal .currency-item:hover {
    background-color: #e8e8e8;
}

.js-currency-selector-modal .currency-name {
    font-size: 18px;
    color: #666;
}

.js-currency-selector-modal .currency-code {
    font-size: 18px;
}

.js-currency-selector-modal .js-available-currencies .currency-item {
    margin-bottom: 10px;
}
.js-currency-selector-modal .close {
    position: absolute;
    top: 10px;
    float: right;
    right: 20px;
    font-size: 40px;
    font-weight: normal;
    opacity: 1;
    border:transparent;
    background-color: transparent;
    transition: opacity 0.2s;
}

.js-currency-selector-modal .close:hover {
    opacity: 1.5;
}

.js-currency-selector-modal .js-available-currencies .currency-item:hover {
    background-color: #e8e8e8;
}
.js-currency-selector-modal .modal-body::-webkit-scrollbar {
    width: 8px;
}

.js-currency-selector-modal .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.js-currency-selector-modal .modal-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.js-currency-selector-modal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}
#currency-error {
    margin-left: 28px;
    margin-right: 28px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

#currency-error.hidden {
    display: none;
}

#currency-error:not(.hidden) {
    display: block;
}
.icon-spacing {
    margin-left: 5px; 
}
.inform-user-message-summary-section{
    font-size: 14px;
    color: #979797;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.all-currencies-header{
    font-size: 22px;
    color: #4a4a4a;
    text-transform: capitalize;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select2-results__option {
    white-space: normal !important;
}

.check-in-out-date-other {
    max-width: 80%;
}

.nav-tabs > li > a.js-room-content-tab {
    padding-inline: 16px !important;
    display: inline-block;
}

.lh-100 {
    line-height: 100% !important;
}

.cstm-btn {
    max-width: 200px;
}

.cstm-btn-200 {
    max-width: min(200px, 100%);
}

.flex {
    display: flex;
    gap: 6px;
    align-items: center;
}

@media (max-width: 767px) {
    header .header-fluid {
        max-height: 88px !important;
    }
}

.view-rates-container.view-rates {
    max-width: 275px;
}

.accordion-block .panel-group .search-container .room-selection-wrapper .add-another-room {
    width: fit-content !important;
    max-width: 100% !important;
}

.valueAdd-info .room-selection-wrapper.room-increment-parent {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.addon-btn-group {
    margin-top:15px;
    display: flex;
    flex-wrap: wrap;
    gap:16px;
    flex-direction: row-reverse;
    align-items: center;
}

.mw-100 {
    max-width: 100% !important;
}

button.num-minus, button.num-plus {
    width: 40px;
    height: 40px;
    line-height: normal;
    font-size: 20px;
    padding: 0;
    padding-bottom: 5px !important;
    color: #636363;
    box-shadow: none !important;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    font-family: Texgyreheros, Fallback, sans-serif !important;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    background: #f4f5f5;
    float: left;
}

button.num-minus span, button.num-plus span  {
    pointer-events: none; /* to disable clicking on the text */
}

/* Add these styles for the value adds modal */
.js-valueadd-details-modal-body {
    border-bottom-right-radius: inherit;
    overflow-y: auto;
    /* Add padding to account for scrollbar width */
    padding-right: 5px;
}

/* Style the scrollbar to be more subtle */
.js-valueadd-details-modal-body::-webkit-scrollbar {
    width: 6px;
}

.js-valueadd-details-modal-body::-webkit-scrollbar-track {
    background: transparent;
}

.js-valueadd-details-modal-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

/* Ensure the modal content respects border radius */
.modal-content {
    overflow: hidden;
}

.js-currency-language-popup {
    position: absolute;
    top: 105%;
    right: 0;
    z-index: 1000;
}

.currency-language-popup {
    width: 250px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0px 24px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    overflow: hidden;
}

.language-search {
    flex: 1;
    border: none;
    border-radius: 4px;
    outline: none;
}

.currency-language-popup .option {
    padding: 8px 16px;
    gap: 10px !important;
}

.currency-language-popup .option:hover {
    background-color: #f6f5f5;
    cursor: pointer;
}

.currency-language-popup span {
    flex: 1;
}

.language-dropdown-container {
    position: unset;
    width: 100%;
}

.navbar-custom, .header-fluid {
    align-content: center !important;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.navbar-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-custom .navbar-header {
    margin-right: auto;
}

.navbar-items > .flex {
    gap: 16px;
}

.inline-flex {
    display: inline-flex;
    align-items: center;
}

.cancellation-policy-section {
    position: relative;
    display: inline-block;
}

.cancellation-policy-header {
    width: fit-content;
    position: relative;
}

.cancellation-policy-header .free {
    color: #008000;
}

.cancellation-policy-header:hover {
    cursor: pointer;
}

.cancellation-policy-details,
.cancellation-policy-details-2 {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 60vw;
    min-width: 200px;
    max-width: 580px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    z-index: 10;
    opacity: 0;
    transform: translateY(-10px);
    animation: slideUp 0.3s ease-in-out forwards;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.cancellation-policy-details-2 {
    left: 50%;
    translate: -50% 0;
}

.cancellation-policy-details .policy-title,
.cancellation-policy-details .policy-description {
    margin: 0;
    padding: 15px 30px;
}

.cancellation-policy-details .policy-title {
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

.cancellation-policy-details .policy-description {
    text-align: left;
    line-height: 20px;
}

.cancellation-policy-details .policy-description > .bold {
    font-weight: 700;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.center-align {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.cancellation-policy-section:hover .cancellation-policy-details {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: slideDown 0.3s ease-in-out forwards;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: #A94442;
  
  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.skeleton {
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: shimmer 1.5s infinite linear;
}

.skeleton-input {
    height: 40px;
    margin: 10px 0;
    width: 100%;
}

.skeleton-input.message-block {
    height: 100px;
}

.skeleton-input.pay-now-block {
    height: 250px;
}

.skeleton-input.skeleton-payment-block {
    height: 250px;
}

.skeleton-input.textarea {
    height: 80px;
}

.skeleton-input.text {
    height: 25px;
}

@keyframes shimmer {
    0% { background-color: #e0e0e0; }
    50% { background-color: #f5f5f5; }
    100% { background-color: #e0e0e0; }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}
/* Country code CSS */
.guest-info-form .phone-number .intl-tel-input {
    display: flex;
    flex-direction: row;
}
.guest-info-form .phone-number .intl-tel-input .flag-container {
    position: relative;
    margin-right: 10px;
    padding: 0 6px 0 0;
    border-right: 1px solid #bbc7cc;
}

.guest-info-form .phone-number .intl-tel-input .flag-container .selected-flag {
    background-color: unset;
    padding-left: 6px;
}
.guest-info-form .phone-number .intl-tel-input .flag-container .selected-flag:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.guest-info-form .phone-number .intl-tel-input .flag-container .selected-flag .selected-dial-code {
    padding-top: 0;
}
.guest-info-form .phone-number .intl-tel-input #demo {
    padding: 0 !important;
}

/*  Country dropdown css */
.country-dropdown-container {
    padding:0;
}

.country-dropdown-container .select2-container {
    width: 100% !important;
}

@media (max-width: 768px) {
    .navbar-items {
        margin-right: 30px;
        font-size: 16px;
    }
    header .header-fluid .navbar .navbar-brand {
        max-width: 70%;
    }
    header .header-fluid .navbar .navbar-brand img {
        max-width: 100%;
    }
}

/* Mobile view */
@media (max-width: 640px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .js-currency-selector-modal .currency-info {
        font-size: 16px;
        line-height: 20px;
    }
    .js-currency-selector-modal .modal-header {
        padding: 16px;   
    }
    .js-currency-selector-modal .modal-body {
        padding: 0px;
    }
    .js-currency-selector-modal .search-wrapper {
        margin-bottom: 16px;
        margin-inline: 15px;
    }
    .js-currency-selector-modal h5 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .available-currencies, .all-currencies {
        padding-inline: 0 !important;
    }

    .js-currency-selector-modal .js-available-currencies .currency-item {
        margin-bottom: 0;
    }
    .js-currency-selector-modal .currency-code {
        font-size: 16px;
    }
    .js-currency-selector-modal .currency-info {
        padding-block: 16px 0 !important;
    }
    .js-currency-selector-modal .js-available-currencies .currency-item{
        margin-bottom: 0;   
    }
    .js-currency-selector-modal .currency-grid{
        gap: 0;
        padding: 0;
        padding-bottom: 8px;
        margin-inline: 5px;
    }
    .js-currency-selector-modal h5  {
        font-size: 20px;
        margin-left: 0;
        padding-block: 24px 14px;
        margin-inline: 15px;
    }
    .js-currency-selector-modal .js-currency-search {
        font-size: 16px !important;
        height: 48px !important;
        padding-left: 48px !important;
    }
    .js-currency-selector-modal .search-icon {
        left: 16px;   
    }
    .js-currency-selector-modal .close {
        right: 10px;
    }
    .cancellation-policy-details {
        width: 80vw;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .custom-pt-top {
        padding-top: 8px;  /* Adjust the padding size as needed */
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .custom-balance-pt-top {
        padding-top: 8px;  /* Adjust the padding size as needed */
    }
}

.check-in-out-date-other{
    white-space:nowrap;
}


/* Goolge Translate */
#google_translate_element {
    float: right;
}

.skiptranslate.goog-te-gadget {
    height: 30px;
    width: 150px;
    overflow: hidden;
    font-family: inherit;
}

.skiptranslate.goog-te-gadget select {
    height: 30px;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-family: inherit;
    padding: 0 8px;
    outline: none;
    border: none;
}

/* Hide the Google Translate tooltip */
.goog-tooltip {
    display: none !important;
}

.goog-tooltip:hover {
    display: none !important;
}

.goog-te-balloon-frame, #goog-gt-tt {
    display: none !important;
}

/* translate SVG */
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    display: none !important;
}

/* Remove Google Translate highlight effect */
font {
    background-color: transparent !important;
    box-shadow: none !important;
}

.language-toggle-button {
    position: relative;
    padding: 6px 10px;
    height: 39px;
    width: fit-content;
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 16px;
    line-height: 27px !important;
    border-radius: 4px;
    color: #3B3B3B;
    cursor: pointer;
}

.language-toggle-button:hover,
.language-toggle-button:focus,
.language-toggle-button:active {
    background-color: #f5f5f5;
}

.mobile .language-dropdown {
    position: unset !important;
    width: 100% !important;
    border-radius: unset !important;
    border: unset !important;
    box-shadow: unset !important;
}

.language-dropdown {
    position: absolute;
    top: 110%;
    left: auto;
    right: 0;
    width: min(260px, calc(100vw - 20px));
    height: fit-content;
    max-height: 700px;
    font-size: 16px;
    border: 1px solid #ccc;
    background: #fff;
    overflow-y: hidden;
    display: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    border-radius: 4px;
}

.arrowDown-svg {
    display: inline-block;
    width: 14px;
    height: 8px;
    transition: transform 0.15s ease-in-out;
    transform-origin: center 39%;
    vertical-align: middle;
}

.arrowDown-svg.rotate {
    transform: rotate(180deg);
}

.language-dropdown-search-container {
    padding: 8px;
    margin: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    overflow: hidden;
    border: 1px solid #BBC7CC;
    border-radius: 4px;
}

.language-dropdown-search-container:has(.language-search:focus, .language-search:active) {
    border-color: #2979ff !important;
    box-shadow: 0 0 3px #2979ff26 !important;
}

ul#languageList li {
    list-style: none;
}

ul#languageList {
    margin: 0;
    padding: 0 0 10px 0;
    max-height: min(calc(700px - 64px), 50vh);
    border-top: 1px solid #BBC7CC60;
    overflow-y: auto;
}

#languageList .dropdown-item {
    padding: 8px 16px;
    background-color: #fff;
    cursor: pointer;
}

#languageList .dropdown-item:hover {
    background-color: #f6f5f5;
}

#languageList .dropdown-item.selected-language {
    font-weight: bold;
    background-color: #f3f0f0;
}

body {
    top: 0px !important; /* To fix the Google Translate styling on body */
}

.skiptranslate iframe {
    display: none;
}

.flex {
    display: flex;
    gap: 6px;
    align-items: center;
}

.js-currency-language-popup {
    position: absolute;
    top: 105%;
    right: 0;
    z-index: 1000;
}

.currency-language-popup {
    width: 250px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    overflow: hidden;
}

.language-search {
    flex: 1;
    border: none;
    border-radius: 4px;
    outline: none;
}

.currency-language-popup .option {
    padding: 8px 16px;
    gap: 10px !important;
}

.currency-language-popup .option:hover {
    background-color: #f6f5f5;
    cursor: pointer;
}

.currency-language-popup span {
    flex: 1;
}

.language-dropdown-container {
    position: unset;
    width: 100%;
}

.navbar-custom, .header-fluid {
    align-content: center !important;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.navbar-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-custom .navbar-header {
    margin-right: auto;
}

.navbar-items > .flex {
    gap: 16px;
}

.inline-flex {
    display: inline-flex;
    align-items: center;
}

.center-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .navbar-items {
        margin-right: 30px;
        font-size: 16px;
    }
    header .header-fluid .navbar .navbar-brand {
        max-width: 70%;
    }
    header .header-fluid .navbar .navbar-brand img {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
}
