header.navbar{
    height: var(--headerHeight);
    border-bottom: 2px solid #f1f1f1;
    background-color: #F9F9F9 !important;
}
header.navbar .header-logo{
    max-height: 17px;
}
header.navbar .nav-container{
    position: relative;
    justify-content: center;
}
header.navbar a.back-button{
    position: absolute;
    left: 0;
}


html, body.guest{
    background-color: #F9F9F9 !important;
    overflow-x: hidden;
    max-width: 100vw;
}

/* @supports (-webkit-touch-callout: none) {
    html, body.guest{
        position: relative;
    }
} */

body.guest div.main-content.guest{
    padding-top: var(--headerHeight) !important;
}
.container_bg_color {
    background-color: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#guest-portal-page{
    min-height: calc(100vh - var(--headerHeight));
}
#spinner{
    background-color: #00000040;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.guest h1{
    font-size: 34px;
    color: #494946;
    font-weight: 500;
}
body.guest h2{
    font-size: 28px;
    color: #494946;
    font-weight: 500;
}
body.guest h3{
    font-size: 18px;
    font-weight: 500;
    color: #494946;
    line-height: 26px;
}
body.guest button>h3{
    font-size: 22px;
    color: var(--primary_color);
}
body.guest h4{
    font-size: 18px;
    font-weight: 400;
    color: #494946;
    line-height: 26px;
}
body.guest h6{
    font-size: 12px;
    color: var(--primary_color);
    font-weight: 500;
    line-height: 17.5px;
}

@media(max-width: 575px) {
    body.guest h1 {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    body.guest h2 {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    body.guest h3 {
        font-size: 16px;
        margin-bottom: 1rem;
    }

    body.guest button h3 {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    body.guest h4{
        font-size: 16px;
        margin-bottom: 1rem;
    }

    body.guest .step-text p {
        margin-bottom: .5rem !important;
        line-height: inherit;
    }

    body.guest .instruction .step-text img {
        height: auto;
        max-width: 100%;
    }
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    
    @media(max-width: 575px) {
        body.guest h1 {
            font-size: 20px;
            margin-bottom: 1rem;
        }

        body.guest h2 {
            font-size: 18px;
            margin-bottom: 1rem;
        }

        body.guest h3 {
            font-size: 16px;
            margin-bottom: 1rem;
        }

        body.guest button h3 {
            font-size: 18px;
            margin-bottom: 1rem;
        }

        body.guest h4{
            font-size: 16px;
            margin-bottom: 1rem;
        }

        body.guest .step-text p {
            margin-bottom: .5rem !important;
            line-height: inherit;
        }
    

        body.guest .instruction .step-text img {
            height: auto;
            max-width: 100%;
        }
    }
}
  

body.guest header.navbar h4{
    font-weight: 500;
}
body.guest p{
    font-size: 16px;
    font-weight: 400;
    color: #494946;
    line-height: 23px;
}
body.guest #gp2steps p{
    font-weight: 500;
    color: #808080;
}
body.guest p.small{
    font-size: 14px !important;
    color: #808080;
}
body.guest p.gp2-info{
    font-weight: 500;
    color: #808080;
}
body.guest a{
    text-decoration: underline;
}

body.guest .fw-medium{
    font-weight: 500 !important;
}
body.guest .btn-outline-primary:hover {
    background-color: white !important;
    color: var(--primary_color) !important;
}
body.guest .btn-outline-primary:active{
    background-color: white !important;
    border-color: var(--primary_color) !important;
}
body.guest .gp2-step-container{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
body.guest .card{
    background-color: white;
    border: none;
    overflow: hidden;
    border-radius: 8px;
}
body.guest hr{
    border-top: 1px solid #EEEEEE;
}
body.guest input[type='checkbox']{
    position: relative;
    opacity: 0;
    display: none;
    height: 23px;
    width: 23px;
}
body.guest label.gp2-checkbox::before{
    font: normal normal 300 30px/1 'Font Awesome 6 Pro' !important;
    position: static !important;
    display: block !important;
    width: 27px;
    margin-left: auto;
}
body.guest .gp2-btn{
    transition: .3s;
    font-size: 22px;
    font-weight: 500;
    border-radius: 16px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
body.guest label{
    font-size: 16px;
    font-weight: 500;
    color: #808080;
    line-height: 23px;
}
body.guest .custom-input {
    border: 1px solid #DCDCDC !important;
    padding: 0.4rem 0.7rem !important;
    background-color: white !important;
    border-radius: 4px !important;
}
body.guest .custom-input label>p{
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #999999 !important;
}
body.guest .custom-input input{
    border: 0 !important;
    font-size: 18px !important;
    color: #495057 !important;
}
body.guest .custom-input select{
    -webkit-appearance: none !important;
    background-color: white !important;
    border: 0 !important;
    font-size: 18px !important;
    color: #495057 !important;
}
body.guest .custom-input i.fa-phone{
    font-size: 12px;
}
body.guest form button[type="submit"]{
    position: absolute;
    bottom: 0;
}
/* body.guest #formArrival button{
    position: absolute;
    bottom: 0;
}
body.guest #formDeparture button{
    position: absolute;
    bottom: 0;
} */
body.guest input:-webkit-autofill,
body.guest input:-webkit-autofill:hover, 
body.guest input:-webkit-autofill:focus, 
body.guest input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #495057 !important;
}
body.guest select:-webkit-autofill,
body.guest select:-webkit-autofill:hover, 
body.guest select:-webkit-autofill:focus, 
body.guest select:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #495057 !important;
}

body.guest button:focus {
    outline: 0 !important;
}

body.guest button.disabled:not(.btn-primary), body.guest button.disabled:not(.btn-primary)>h3{
    color: #b4b4b4 !important;
}

body.guest a.disabled, body.guest button.disabled{
    /* pointer-events: none; */
    cursor: default;
}

body.guest .info-box{
    background-color: #E8993026;
    border-radius: 8px;
    overflow: hidden;
}

body.guest .guest2-button{
    display: flex;
    align-items: center;
    background-color: white;
    box-shadow: 0px 4px 4px 0px #0000000F;
    padding: 1.25rem;
    border-radius: 4px;
}
body.guest .guest2-button.completed{
    background-color: #EEEEEE;
}
body.guest .guest2-button .fa-check{
    font-size: 1.5em;
    padding: 0.1rem;
    border: 2px solid;
    border-radius: 50%;
    line-height: 21px;
    height: 26px;
    width: 26px;
    text-align: center;
    background-color: white;
    transition: .3s;
}
body.guest .guest2-button.to-complete .fa-check{
    color: #eeeeee; 
}
body.guest .guest2-button.to-complete .document{
    color: #e21010;
    font-weight: 600;
}
body.guest .guest2-button.completed .fa-check{
    border-color: var(--primary_color);
    background-color: var(--primary_color);
    color: white;
}

body.guest #guest-informations{
    position: absolute;
    min-height: 100vh;
    width: 100vw;
    top: 0;
    left: 100vw;
    transition: .3s;
    background-color: #F9F9F9 !important;
    z-index: 3020;
    padding-top: 0;
}

body.guest #guest-informations header.navbar{
    position: static !important;
}

body.guest #guest-informations form button[type="submit"]{
    position: static;
}

body.guest #guest-share{
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    backdrop-filter: blur(2px);
    background-color: #2E4A6F4D;
    z-index: 3040;
}

body.guest #guest-share .shareclose{
    position: absolute;
    right: 1rem;
    top: 1rem;
}

body.guest span.alert {
    top: 0;
    z-index: 3050;
    opacity: 0;
}
body.guest span.alert>span{
    border-radius: 4px;
    background-color: var(--primary_color);
    color: white;
    padding: .75rem 1.5rem;
    font-size: 14px;
    font-weight: 500;
}

body.guest span.copy {
    top: 0;
    z-index: 3050;
    color: white;
    border-radius: 4px;
    background-color: #000000a8;
    left: calc(50vw - 46.75px);
}
body.guest span.send {
    top: 0;
    z-index: 3050;
    color: white;
    border-radius: 4px;
    background-color: #000000a8;
    left: calc(50vw - 46.75px);
}

body.guest .share-box{
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 1rem;
}

body.guest .share-link{
    cursor: pointer;
}

/* FORM CSS */
.select2-container {
    width: 100% !important;
    border: 0 !important;
}

.select2-selection{
    border: none !important;
}
.select2-selection__rendered{
    font-size: 18px !important;
    padding: 0 !important;
}

body.guest .select2-dropdown{
    z-index: 3100 !important;
    border: 1px solid #DCDCDC !important;
}

.guest .select2-container {
    z-index: 3020;
}

body.guest .select2-container--default .select2-selection--single .select2-selection__clear {
    float: none !important;
    position: absolute;
    right: 1.5rem;
}

body.guest .select2-search__field{
    border: 1px solid #DCDCDC !important;
}

body.guest .reservation-box, body.guest .instruction-box, body.guest .reservation-box, body.guest .manual-box{
    background-color: white;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 1.5rem 1.25rem;
    overflow: hidden;
}

body.guest #myReservation-container .reservation-box h6{
    color: #CE1015 !important;
    font-weight: 600 !important;
}

body.guest .wifi-box{
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: white;
}
body.guest .manual-box p.step-title{
    color: #808080;
    font-weight: 500;
}
body.guest .manual-box img{
    height: auto;
    max-width: 100%;
}
body.guest .manual-box .step-carousel .slick-list{
    overflow: visible !important;
}
body.guest .child-wrapper{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    cursor: pointer;
}
body.guest .child-wrapper:not(:last-child){
    border-bottom: 1px solid #EEEEEE;
}
body.guest p.child-title{
    font-size: 18px !important;
    margin-bottom: 0;
    border-bottom: 0;
}
body.guest #house-manual-child{
    position: fixed;
    min-height: 100vh;
    max-height: 100vh;
    width: 100%;
    right: 0;
    top: 0;
    transition: .3s;
    z-index: 3020;
    background-color: #f9f9f9;
    overflow-x: hidden;
}
body.guest #house-manual-child:not(.show){
    transform: translateX(100%);
}

@media (max-width: 575px) {
    body.guest .reservation-box, body.guest .instruction-box, body.guest .reservation-box, body.guest .manual-box{
        background-color: white;
        margin-left: -1.25rem;
        width: 100vw;
        border-left: 0;
        border-right: 0;
    }

    body.guest hr.separator{
        width: 100vw;
        margin-left: -1.25rem;
    }
}
@media (min-width: 576px){
    body.guest hr.separator{
        width: 100%;
        margin-left: 0;
    }
}

body.guest .reservation-box a, body.guest .instruction-box a {
    text-decoration: none !important;
}

body.guest a.gp2-btn{
    text-decoration: none !important;
}

body.guest .reservation-collapse-container{
    border-top: 1px solid #eee;
    padding-top: 0.75rem;
}

body.guest .reservation-collapse-container h6{
    font-size: 12px !important;
    color: #494946 !important;
}

body.guest .reservation-collapse-container span{
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #808080 !important;
}

body.guest .reservation-collapse-container p{
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #494946 !important;
}

body.guest .alert-box {
    background-color: #FFF1F1;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23DBC0C0FF' stroke-width='3' stroke-dasharray='5%2c 15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 8px;
}

body.guest .alert-box a{
    text-decoration: none;
}

body.guest i{
    transition: .3s;
}
body.guest .rotate{
    transform: rotate(180deg);
}

body.guest .select2-selection__arrow.mt-1{
    margin-top: .1rem !important;
}

body.guest .swal2-container {
    z-index: 3060 !important;
}

body.guest #formPayment button.gp2-btn, body.guest #formshare button.gp2-btn{
    position: static !important;
}

body.guest #camera-container{
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 100vw;
    background-color: black;
    z-index: 3040;
}
body.guest #camera-container span{
    font-size: 16px;
    color: white;
    background-color: #000000c4;
    padding: 0.5rem;
    border-radius: 50px;
    position: absolute;
    margin-top: 4rem;
    top: 0;
}
body.guest #close-camera{
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    color: white !important;
}
body.guest #close-camera:hover{
    color: white !important;
}
body.guest #picture-buttons a.btn{
    border-radius: 16px;
    text-transform: capitalize;
    text-decoration: none !important;
}
body.guest .upload-button{
    text-decoration: none;
}
body.guest #pictureAcquired{
    z-index: 5;
}

@media (min-width: 992px) {
    body.guest .share-container{
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
        border-radius: 16px;
    }
    body.guest #gp2steps p{
        font-size: 16px !important;
    }
    body.guest .gp2-step-container{
        width: 900px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    body.guest #camera-container #pictureAcquired>img {
        width: 50%;
    }
}

body.guest .swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: var(--primary_color);
}

body.guest .swal2-icon.swal2-success .swal2-success-ring {
    border: 0.25em solid rgb(134 150 220 / 30%);
}

body.guest h2.swal2-title{
    font-size: 22px !important;
}

body.guest .swal2-icon.swal2-success {
    border-color: var(--primary_color);
    color: var(--primary_color);
}

body.guest label.error {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.guest #formInvoice .gp2-checkbox{
    padding: 5px 0 3px 19px !important;
}