﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'mape-web';
    src: url('../img/mape-web.woff2') format('woff2');
}


@font-face {
    font-family: Circular;
    font-weight: normal;
    font-style: normal;
    src: url("../img/SummitCottage_Cereal-Book.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: Circular;
    font-weight: 600;
    font-style: normal;
    src: url("../img/SummitCottage_Cereal-Medium.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: Circular;
    font-weight: 800;
    font-style: normal;
    src: url("../img/SummitCottage_Cereal-Bold.woff2") format("woff2");
    font-display: swap
}


body {
    display: block;
}

html, body {
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 1.43;
    color: #222;
    background-color: #fff;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:hover {
    text-decoration: unset;
}

#app {
}

#a-page {
    display: flex;
    flex-flow: column;
    height: 100vh;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
    position: fixed;
    width: 100%;
    top: 56px;
    bottom: 0;
}

.content_title {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 6px;
}

@media (max-width: 600px) {
    .content {
        top: 42px;
    }
    .content_title {
        font-size: 22px;
    }
}



.photo-grid_label-wrapper {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 1060px;
}

.photo-wrapper {
    display: flex;
    flex-flow: row;
    width: 100%;
    max-width: 1060px;
    margin-top: 10px;
    cursor: pointer;
}

    .photo-wrapper .col1 {
        width: 50%;
    }

    .photo-wrapper .col2plus {
        width: 25%;
        display: flex;
        flex-flow: column;
        margin-left: 8px;
    }

        .photo-wrapper .col2plus img {
            height: 50%;
        }

    .photo-wrapper img {
        max-width: 100%;
        max-height: 100%;
        border: solid 1px transparent;
        border-radius: 10px;
    }

.photo-grid__label {
    position: relative;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    top: -50px;
    left: 0;
    z-index: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    cursor: pointer;
    transition: border-radius .25s,box-shadow .25s;
    border: solid 1px transparent;
    border-radius: 10px;
    display: flex;
    align-self: flex-end;
    padding: 1px 10px;
    margin-right: 8px;
}

@media (max-width: 600px) {
    .photo-grid__label {
        font-size: 12px;
        padding: 0 2px;
        top: -40px;
    }
}


.txt-wrapper {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 1060px;
}

    .txt-wrapper h2 {
        font-weight: 600;
        font-size: 22px;
    }

    .txt-wrapper .subtitle {
        font-weight: 600;
        font-size: 14px;
    }

    .txt-wrapper .highlight {
        display: flex !important;
        margin-bottom: 24px !important;
    }

        .txt-wrapper .highlight .hl-icon {
            flex-shrink: 0 !important;
            min-width: 24px !important;
        }

        .txt-wrapper .highlight .hl-content {
            margin-left: 16px !important;
        }

            .txt-wrapper .highlight .hl-content .hl-title {
                color: rgb(34, 34, 34) !important;
                font-weight: 600 !important;
                line-height: 20px !important;
                margin-bottom: 4px !important;
            }

            .txt-wrapper .highlight .hl-content .hl-desc {
                color: rgb(113, 113, 113) !important;
                font-size: 14px !important;
                line-height: 20px !important;
            }

    .txt-wrapper .flexblockwrapper {
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .txt-wrapper .flexblockwrapper .bedroom-block {
            border: 1px solid rgb(221, 221, 221) !important;
            border-radius: 12px !important;
            height: 130px;
            overflow-wrap: break-word !important;
            padding: 20px 16px !important;
            width: 210px;
            margin: 0px 10px 10px 0px;
            display: flex;
            flex-direction: column;
        }

        .txt-wrapper .flexblockwrapper .amentity-block {
            width: 290px;
            height: 40px;
            display: flex;
        }

            .txt-wrapper .flexblockwrapper .amentity-block span {
                margin-left: 16px;
            }

.btn-style1 {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    transition: box-shadow 0.2s ease,transform 0.1s ease;
    border-color: var(--f-k-smk-x);
    background: var(--f-mkcy-f);
    padding: 10px 23px;
    width: 210px;
    font-weight: 600;
    margin-top: 20px;
}

    .btn-style1:hover {
        border-color: #ff385c;
    }

.btn-style2 {
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    transition: box-shadow 0.2s ease,transform 0.1s ease;
    border-color: #ff385c;
    background-color: #ff385c;
    padding: 9px 23px;
    width: 210px;
    font-weight: 600;
    margin-top: 20px;
    color: white;
}

    .btn-style2:hover {
        background-color: #e32f50;
        border-color: #e32f50;
    }

    .btn-style2:active {
        border-color: #bd233f;
        background-color: #ff385c;
    }

.btn-style3 {
    display: inline-block;
    line-height: 16px;
    color: #fff;
    background-color: #ff385c;
    border: 2px solid #ff385c;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    padding: 6px 15px;
    width: 100%;
}

    .btn-style3:hover {
        background-color: #fa2037;
    }

    .btn-style3:active {
        border-width: 1px;
    }

.txt-wrapper .flexblockwrapper .reviewscore-block {
    width: 450px;
    height: 36px;
    display: flex;
    -webkit-box-pack: justify !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    justify-content: space-between !important;
}

    .txt-wrapper .flexblockwrapper .reviewscore-block .score-bar {
        width: 30%;
        background: rgb(34, 34, 34) !important;
        border-radius: 2px !important;
        height: 4px;
    }

    .txt-wrapper .flexblockwrapper .reviewscore-block .score {
        font-weight: 600 !important;
        font-size: 12px !important;
        line-height: 16px !important;
        margin-left: 12px !important;
        margin-right: 60px !important;
    }

.txt-wrapper .flexblockwrapper .rivew_item {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

    .txt-wrapper .flexblockwrapper .rivew_item .item_title {
        display: flex;
        height: 48px;
    }

        .txt-wrapper .flexblockwrapper .rivew_item .item_title .guest_avatar {
            width: 40px;
            height: 40px;
            align-self: center;
        }

            .txt-wrapper .flexblockwrapper .rivew_item .item_title .guest_avatar img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

        .txt-wrapper .flexblockwrapper .rivew_item .item_title .name_date {
            display: flex;
            flex-direction: column;
            padding-left: 10px;
        }

    .txt-wrapper .flexblockwrapper .rivew_item .item_txt {
        line-height: 24px;
        margin-top: 12px;
    }

.circled-btn-disabled {
    width: 40px;
    height: 40px;
    color: #e3e3e3;
    border-color: #e3e3e3;
    border: solid 1px;
    border-radius: 50%;
    padding-top: 7px;
    text-align: center;
}

.circled-btn-enabled {
    width: 40px;
    height: 40px;
    color: #717171;
    border-color: #717171;
    border: solid 1px;
    border-radius: 50%;
    padding-top: 7px;
    text-align: center;
    cursor: pointer;
}

    .circled-btn-enabled:hover {
        border-color: #ff385c;
        border-width: 2px;
    }

.like-link {
    color: #0d6efd;
    text-decoration: underline;
    cursor: pointer;
}

.err-msg {
    font-family: mape-web;
    color: red !important;
    font-size: 12px;
}

.info-msg {
    font-family: mape-web;
    color: rgb(36,90,188);
    font-size: 12px;
}

.horizontal-line {
    width: 100%;
    border-top: solid 1px rgb(221, 221, 221);
    margin: 25px 0px 25px 0px;
}

.center-vertical-horizontal {
    display: flex;
    justify-content: space-around;
    align-items: center;
}


#all-amentities-popup {
    display: block;
    background: rgba(0,0,0,0.3);
}

    #all-amentities-popup .all-amentities-container {
        background-color: white;
        display: flex;
        flex-direction: column;
        width: 50vw;
        min-width: 350px;
        height: 80vh;
        border-radius: 12px;
        margin: auto;
        margin-top: 55px !important;
    }

        #all-amentities-popup .all-amentities-container ._ak5d0on {
            font-weight: 600 !important;
            font-size: 18px !important;
            line-height: 22px !important;
            margin-bottom: 0px !important;
            padding-bottom: 16px !important;
            padding-top: 36px !important;
        }

            #all-amentities-popup .all-amentities-container ._ak5d0on .hghzvl1 {
                color: inherit;
                font-size: 1em;
                font-weight: inherit;
                line-height: inherit;
            }

        #all-amentities-popup .all-amentities-container .rcem0st {
            padding-top: 16px;
            padding-bottom: 16px;
            border-radius: 1px;
        }

        #all-amentities-popup .all-amentities-container .fses2qr {
            display: flex;
        }

        #all-amentities-popup .all-amentities-container .lf10jxs {
            margin-right: 16px;
        }

        #all-amentities-popup .all-amentities-container ._1wadwfl {
            border-bottom: solid 1px rgb(221,221,221);
        }

        #all-amentities-popup .all-amentities-container .s10jjkcf {
            color: #717171;
            font-size: 14px;
        }

#map {
    height: 500px;
    width: 60%;
    position: relative;
    overflow: hidden;
    min-width: 400px;
}

.gm-style-iw button:focus {
    outline: 0;
}

.poi-list {
    width: 40%;
    padding-left: 36px;
}

    .poi-list .List--item-toi {
        height: 40px;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        white-space: nowrap;
    }

@media (max-width: 720px) {
    #map {
        height: 330px;
        width: 100%;
    }

    .poi-list {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

        .poi-list .List--item-toi {
            height: 30px;
        }
}

.contactus-col2 {
    padding-top: 90px;
}

@media (max-width: 895px) {
    .contactus-col2 {
        padding-left: 20px;
        padding-top: 0px;
    }
}

.pswp__img {
    cursor: pointer !important;
}

.pswp__button--arrow svg {
    width: 45px !important;
    height: 45px !important;
    border: solid 2px rgb(176,176,176) !important;
    border-radius: 50% !important;
    padding-left: 9px !important;
}

#contact-host-popup {
    display: block;
    background: rgba(0,0,0,0.6);
}

    #contact-host-popup .contact-host-container {
        background-color: white;
        display: flex;
        flex-direction: column;
        max-width: 600px;
        min-width: 350px;
        height: 73vh;
        border-radius: 4px;
        margin: auto;
        margin-top: 55px !important;
        line-height: 1;
        padding: 0 15px 0 20px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #contact-host-popup .btn-contacthost-cls {
        height: 28px;
        width: 28px;
        font-size: 25px;
        line-height: 8px;
        padding-left: 1px;
        cursor: pointer;
    }

    #contact-host-popup .name-input {
        height: 33px;
        margin-right: 30px;
        font-size: 14px
    }

        #contact-host-popup .name-input:focus {
            border: 1px solid #ff385c;
            -webkit-box-shadow: 0 0 0 1px #ff385c;
            box-shadow: 0 0 0 1px #ff385c
        }

    #contact-host-popup .msg-input {
        height: 150px;
        margin: 30px 10px 15px 0;
        font-size: 14px
    }

        #contact-host-popup .msg-input:focus {
            border: 1px solid #ff385c;
            -webkit-box-shadow: 0 0 0 1px #ff385c;
            box-shadow: 0 0 0 1px #ff385c
        }

    #contact-host-popup .disclaimer {
        font-size: 12px;
        color: #717171;
        line-height: 1.5;
    }

        #contact-host-popup .disclaimer a {
            text-decoration: none;
            color: #2474de;
        }

    #contact-host-popup .btn-send-msg {
        display: inline-block;
        line-height: 16px;
        color: #fff;
        background-color: #ff385c;
        border: 2px solid #ff385c;
        font-size: 14px;
        font-weight: 600;
        border-radius: 20px;
        padding: 6px 15px;
        margin: 15px 0;
    }

        #contact-host-popup .btn-send-msg:hover {
            background-color: #fa2037;
        }

        #contact-host-popup .btn-send-msg:active {
            border-width: 1px;
        }

    #contact-host-popup .msgsentfailed {
        padding-bottom: 10px;
    }

    #contact-host-popup .msgsentsuccess {
        padding: 15px 0 10px 0;
        font-weight: 600;
        color: #5cb82a;
    }

#cell-input {
}

    #cell-input label {
        font-size: 14px;
        margin-bottom: 6px;
    }

    #cell-input .form-group {
        margin-bottom: 1rem;
        min-width: 160px;
    }

    #cell-input .username-input {
    }

    #cell-input .form-control {
        height: 33px;
        max-width: 200px;
        display: inline-block;
        margin-right: 30px;
        font-size: 12px;
    }

        #cell-input .form-control:focus {
            border: 1px solid #ff385c;
            -webkit-box-shadow: 0 0 0 1px #ff385c;
            box-shadow: 0 0 0 1px #ff385c
        }

    #cell-input .btn-verify {
        display: inline-block;
        line-height: 16px;
        color: #fff;
        background-color: #ff385c;
        border: 2px solid #ff385c;
        font-size: 14px;
        font-weight: 600;
        border-radius: 20px;
        padding: 3px 15px;
    }

        #cell-input .btn-verify:hover {
            background-color: #fa2037;
        }

        #cell-input .btn-verify:active {
            border: 1px solid #ff385c;
        }

    #cell-input .btn-verify-disabled {
        display: inline-block;
        line-height: 16px;
        color: #fff;
        background-color: #ff385c;
        border: 2px solid #ff385c;
        font-size: 14px;
        font-weight: 600;
        border-radius: 20px;
        padding: 3px 15px;
        cursor: auto;
        opacity: 0.3;
    }

    #cell-input .invalid {
        border: 1px solid red;
    }

    #cell-input .pos-form-message__wrapper {
        display: flex;
        align-items: center;
        color: #5cb82a;
        fill: #5cb82a;
    }

    #cell-input .pos-svg-icon {
        display: inline-flex;
        width: 18px;
        height: 18px;
        padding: 2px;
    }

    #cell-input .phone-verified {
        font-size: 12px;
        margin-top: 2px;
    }

    #cell-input .use-another-phone {
        padding-left: 20px;
        font-size: 11px;
        margin-top: 3px;
    }

#veri-code-input-popup {
    display: flex;
    background: rgba(0,0,0,0.6);
}

    #veri-code-input-popup .veri-code-input-container {
        background-color: white;
        display: flex;
        flex-direction: column;
        max-width: 350px;
        min-width: 350px;
        height: 256px;
        border-radius: 4px;
        margin: auto;
        line-height: 1;
        padding: 0 20px;
    }

    #veri-code-input-popup .veri-input-close {
        align-self: end;
        font-size: 20px;
        height: 28px;
        width: 28px;
        position: relative;
        top: 10px;
        line-height: 24px;
        padding: 0;
        padding-left: 1px;
    }

    #veri-code-input-popup .input-wrapper {
        display: flex;
        max-width: 60%;
        align-self: center;
    }

    #veri-code-input-popup .veri-inputtext {
        width: 26px;
        text-align: center;
        font-weight: 600;
        margin-right: 5px;
        font-size: 15px;
    }

    #veri-code-input-popup .try-again-wrapper {
        font-size: 12px;
        padding: 10px 0 0 15px;
    }

    #veri-code-input-popup .btn-vericode-sbmt {
        align-self: center;
        padding: 3px 30px;
        font-size: 14px;
        font-weight: 600;
        border: solid 2px rgb(72 72 72);
        border-radius: 3px;
        background-color: rgb(240 240 240);
    }

        #veri-code-input-popup .btn-vericode-sbmt:hover {
            background-color: #dddbdb;
        }

        #veri-code-input-popup .btn-vericode-sbmt:active {
            border-width: 1px;
        }

#booking-popup {
    display: block;
    background: rgba(0,0,0,0.6);
}

    #booking-popup .booking-container {
        background-color: white;
        display: flex;
        flex-direction: column;
        max-width: 600px;
        min-width: 350px;
        height: 73vh;
        border-radius: 4px;
        margin: auto;
        margin-top: 55px !important;
        line-height: 1;
        padding: 0 25px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
        font-size: 14px;
    }

    #booking-popup .grp1 {
        display: flex;
        justify-content: space-between;
    }

    #booking-popup .chk-in-out-wrapper {
        display: flex;
        max-width: 320px;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 8px;
        margin-top: 22px;
    }

    #booking-popup .chk-in-out {
        padding: 6px 6px 3px 8px;
        border: solid 2px transparent;
        border-radius: 8px;
        cursor: pointer;
    }

        #booking-popup .chk-in-out label {
            display: block;
            font-size: 10px !important;
            line-height: 12px !important;
            text-transform: uppercase !important;
            font-weight: 800 !important;
            padding-left: 2px;
            cursor: pointer;
        }

        #booking-popup .chk-in-out input {
            font-size: 14px;
            display: block;
            border: none;
            width: 100%;
            margin-top: 1px;
            color: rgb(34,34,34);
            cursor: pointer;
        }

    #booking-popup .clear-date-cls-wrapper {
        display: flex;
        flex-direction: column;
        align-items: end;
        width: 200px;
    }

    #booking-popup .btn-booking-cls {
        height: 28px;
        width: 28px;
        font-size: 25px;
        line-height: 8px;
        padding-left: 1px;
        cursor: pointer;
        color: rgb(34,34,34);
        border: solid 2px rgb(34,34,34);
        margin-top: 16px;
    }

        #booking-popup .btn-booking-cls:hover {
            border-color: #ff385c;
        }

    #booking-popup .clear-dates {
        align-self: start;
        font-size: 14px;
        font-weight: 600;
        color: rgb(34,34,34);
        padding-left: 5px;
    }

    #booking-popup .grp2 {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #booking-popup .month-wrapper {
        max-width: 256px;
        width: 100%;
    }

    #booking-popup .month-title-wrapper {
        display: flex;
        justify-content: space-between;
    }

    #booking-popup .circled-btn-no-border {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
    }

        #booking-popup .circled-btn-no-border:hover {
            background: #f2efef;
        }

    #booking-popup .circled-btn-no-border-placeholder {
        width: 32px;
        height: 32px;
    }

    #booking-popup .month-title {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-bottom: 2px;
        font-weight: 600;
    }

    #booking-popup .week-row-base {
        display: flex;
        justify-content: space-around;
        padding-top: 3px;
    }

    #booking-popup .day-base {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 36px;
        height: 36px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 50%;
    }

        #booking-popup .day-base:hover {
            border: 1px solid rgb(72 72 72);
        }

    #booking-popup .day-today {
        color: #ff385c;
        font-weight: 800;
        font-size: 16px;
    }

    #booking-popup .day-unavailable {
        cursor: auto;
        color: rgb(176, 176, 176) !important;
        font-weight: 400 !important;
        text-decoration: line-through !important;
        border: 1px solid transparent !important;
    }

    #booking-popup .day-no-chk {
        cursor: auto;
        color: rgb(176, 176, 176) !important;
        font-weight: 400 !important;
        border: 1px solid transparent !important;
    }

    #booking-popup .day-clicked {
        background-color: rgb(247,247,247);
        border-color: rgb(221,221,221) !important;
    }

    #booking-popup .day-chkin-picked {
        background-color: rgb(34,34,34);
        border-color: #ff385c !important;
        border-width: 2px !important;
        color: white !important;
        font-weight: 600 !important;
    }

    #booking-popup .day-in-range {
        background-color: #f1f1f1 !important;
    }

    #booking-popup .day-chkout-picked {
        background-color: rgb(34,34,34);
        border-color: rgb(34,34,34) !important;
        border-width: 2px !important;
        color: white !important;
        font-weight: 600 !important;
    }

    #booking-popup .day-title {
        font-size: 12px;
        color: rgb(113,113,113);
        cursor: auto;
    }

        #booking-popup .day-title:hover {
            border-color: transparent;
        }

    #booking-popup .grp2-btn-msg {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    #booking-popup .err-info {
        width: 100%;
        background-color: rgb(253,245,244);
        border: 0.8px solid rgb(246,211,207);
        border-radius: 4px;
        font-family: mape-web;
        color: rgb(36,90,188);
        font-size: 12px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 2px;
        line-height: 1.5;
    }


    #booking-popup .guests-wrapper {
        max-width: 320px;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 8px;
        margin-top: 6px;
        padding: 6px 6px 6px 8px;
    }

        #booking-popup .guests-wrapper label {
            display: block;
            font-size: 10px !important;
            line-height: 12px !important;
            text-transform: uppercase !important;
            font-weight: 800 !important;
            padding-left: 2px;
        }

    #booking-popup .guest-input {
        font-size: 14px;
        padding-top: 6px;
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

    #booking-popup .guest-number-fixed-length {
        min-width: 15px;
        text-align: left;
        padding-left: 2px;
        font-weight: 600;
    }

    #booking-popup .name-input {
        height: 33px;
        margin-top: 6px;
        margin-bottom: 10px;
    }

        #booking-popup .name-input:focus {
            border: 1px solid #ff385c;
            -webkit-box-shadow: 0 0 0 1px #ff385c;
            box-shadow: 0 0 0 1px #ff385c
        }

    #booking-popup .charge-item {
        display: flex;
        justify-content: space-between;
        line-height: 1.7;
    }

    #booking-popup .charge-total {
        display: flex;
        justify-content: space-between;
        line-height: 2.2;
        margin-top: 6px;
        font-weight: 600;
        border-top: solid 1px rgb(221, 221, 221);
        border-bottom: solid 1px rgb(221, 221, 221);
    }

    #booking-popup .pay-options-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #booking-popup .pay-option-tile {
        font-weight: 600;
        line-height: 2;
        padding-right: 30px;
        margin-bottom: 3px;
    }

    #booking-popup .pay-option-grp {
        margin-bottom: 15px;
    }

    #booking-popup .pay-option {
        display: flex;
        align-items: center;
        height: 25px;
    }

        #booking-popup .pay-option label {
            padding-left: 6px;
        }

    #booking-popup .disclaimer {
        font-size: 12px;
        color: #717171;
        line-height: 1.5;
        margin-top: 12px;
    }

        #booking-popup .disclaimer a {
            text-decoration: none;
            color: #2474de;
        }

    #booking-popup .booknow-errmsg {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        height: 60%;
        font-size: 16px;
    }

#etransfer-input-popup {
    display: flex;
    background: rgba(0,0,0,0.6);
}

    #etransfer-input-popup .etransfer-input-container {
        background-color: white;
        display: flex;
        flex-direction: column;
        width: 450px;
        min-width: 350px;
        min-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 4px;
        margin: auto;
        line-height: 1;
        padding: 0 25px;
        font-size: 14px;
    }

    #etransfer-input-popup .etransfer-input-close {
        align-self: end;
        font-size: 20px;
        height: 28px;
        width: 28px;
        position: relative;
        top: 10px;
        left: 10px;
        line-height: 24px;
        padding: 0;
        padding-left: 1px;
    }

    #etransfer-input-popup .etransfer-input-title {
        width: 100%;
        background-color: rgb(253,245,244);
        border-bottom: 0.8px solid rgb(246,211,207);
        border-top: 0.8px solid rgb(246,211,207);
        display: flex;
        align-items: center;
        padding: 10px 10px 8px 10px;
        line-height: 1.2;
        margin-top: 20px;
    }

    #etransfer-input-popup .etransfer-input-info {
        margin: 20px 0 20px 20px;
        line-height: 1.5;
        font-size: 12px;
        font-weight: 600;
        table-layout: fixed;
        width: 330px;
    }

        #etransfer-input-popup .etransfer-input-info tr {
            height: 23px;
        }

        #etransfer-input-popup .etransfer-input-info .col1 {
            width: 130px;
        }

        #etransfer-input-popup .etransfer-input-info .col2 {
            width: 80px;
        }

        #etransfer-input-popup .etransfer-input-info .col3 {
            position: relative;
            left: -55px;
        }

        #etransfer-input-popup .etransfer-input-info .btn-copy-clipboard {
            background: transparent;
            border: none;
            width: 15px;
            height: 15px;
            padding: 0;
            stroke: rgb(90, 90, 90);
            fill: none;
        }

        #etransfer-input-popup .etransfer-input-info .lable-copied {
            border: solid 0.5px silver;
            font-weight: 400;
            font-size: 10px;
            padding: 0 3px;
            position: relative;
            top: -13px;
            left: -36px;
            display: none;
        }

        #etransfer-input-popup .etransfer-input-info .btn-copy-clipboard:hover {
            stroke: currentColor;
        }

        #etransfer-input-popup .etransfer-input-info .btn-copy-clipboard:active {
            width: 11px;
            height: 11px;
        }

    #etransfer-input-popup .etransfer-input-footer {
        line-height: 1.2;
        border-top: solid 1px rgb(221, 221, 221);
        padding: 10px 10px 20px 10px;
        font-size: 12px;
        color: #717171;
    }


    #etransfer-input-popup .verifying-payment-status {
        display: inline-block;
        text-align: center;
        line-height: 16px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 6px 15px;
        width: 100%;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
        background-image: linear-gradient(to right, #ff385c, #ff385c);
        animation: colorAnimation 6s infinite;
    }

@keyframes colorAnimation {
    0% {
        background-image: linear-gradient(to right, #e2e1e1,#ff385c,#ff385c,#ff385c,#ff385c, #ff385c,#ff385c,#ff385c,#ff385c,#ff385c);
    }

    10% {
        background-image: linear-gradient(to right, #ff385c,#e2e1e1,#ff385c,#ff385c,#ff385c, #ff385c,#ff385c,#ff385c,#ff385c,#ff385c);
    }

    20% {
        background-image: linear-gradient(to right, #ff385c,#ff385c,#e2e1e1,#ff385c,#ff385c, #ff385c,#ff385c,#ff385c,#ff385c,#ff385c);
    }

    30% {
        background-image: linear-gradient(to right, #ff385c,#ff385c,#ff385c,#e2e1e1,#ff385c, #ff385c,#ff385c,#ff385c,#ff385c,#ff385c);
    }

    40% {
        background-image: linear-gradient(to right, #ff385c,#ff385c,#ff385c,#ff385c,#e2e1e1, #ff385c,#ff385c,#ff385c,#ff385c,#ff385c);
    }

    50% {
        background-image: linear-gradient(to right, #ff385c,#ff385c,#ff385c,#ff385c,#ff385c,#e2e1e1,#ff385c,#ff385c,#ff385c,#ff385c);
    }

    60% {
        background-image: linear-gradient(to right, #ff385c,#ff385c,#ff385c,#ff385c,#ff385c,#ff385c,#e2e1e1,#ff385c,#ff385c,#ff385c);
    }

    70% {
        background-image: linear-gradient(to right, #ff385c,#ff385c,#ff385c,#ff385c,#ff385c,#ff385c,#ff385c,#e2e1e1,#ff385c,#ff385c);
    }

    80% {
        background-image: linear-gradient(to right, #ff385c,#ff385c,#ff385c,#ff385c,#ff385c,#ff385c,#ff385c,#ff385c,#e2e1e1,#ff385c);
    }

    90% {
        background-image: linear-gradient(to right, #ff385c,#ff385c,#ff385c,#ff385c,#ff385c,#ff385c,#ff385c,#ff385c,#ff385c,#e2e1e1);
    }
}


@media (max-width: 600px), (max-height:500px) {
    #booking-popup .booking-container {
        margin-top: 10px !important;
        height: 82vh;
    }

    #booking-popup .chk-in-out input {
        font-size: 12px;
    }

    #booking-popup .grp2 {
        margin-top: 10px;
    }

    #booking-popup .day-base {
        height: 22px;
    }

    #booking-popup .guest-input {
        font-size: 12px;
    }

    #booking-popup .pay-option {
        font-size: 12px;
    }
}

#booking-confirmation-popup {
    display: flex;
    background: rgba(0,0,0,0.6);
}

    #booking-confirmation-popup .confirmation-container {
        background-color: white;
        display: flex;
        flex-direction: column;
        max-width: 600px;
        min-width: 350px;
        min-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 4px;
        margin: auto;
        line-height: 1;
        padding: 0 25px;
        font-size: 14px;
    }

    #booking-confirmation-popup .confirmation-close {
        align-self: end;
        font-size: 20px;
        height: 28px;
        width: 28px;
        position: relative;
        top: 10px;
        left: 10px;
        line-height: 24px;
        padding: 0;
        padding-left: 1px;
    }

    #booking-confirmation-popup .confirmation-title {
        width: 100%;
        background-color: rgb(253,245,244);
        border-bottom: 0.8px solid rgb(246,211,207);
        border-top: 0.8px solid rgb(246,211,207);
        display: flex;
        align-items: center;
        padding: 10px 10px 8px 10px;
        line-height: 1.5;
        margin-top: 20px;
        margin-bottom: 30px;
    }


#footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(247,247,247);
    border-top: solid 1px silver;
    padding: 0px 0 10px;
    margin-top: 60px;
}

.footer_wrapper {
    width: 100%;
    max-width: 1060px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding-top: 6px;
}

    .footer_wrapper a {
        color: rgb(34,34,34);
        padding-right: 30px;
        text-decoration: none;
    }


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
