/* /Pages/CheckInProcess.razor.rz.scp.css */

.steps-container[b-1l61bsnidj] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

.progress_header[b-1l61bsnidj] {
    width: 450px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    background: linear-gradient(#ddd, #ddd) 0 18px/100% 4px no-repeat;
    /*transition: 0 0.5s ease;*/
}

    .progress_header p[b-1l61bsnidj] {
        position: relative;
        margin: 0;
    }

        .progress_header p strong[b-1l61bsnidj] {
            position: absolute;
            min-width: 100px;
            text-align: center;
            left: 50%;
            top: 100%;
            margin-top: 5px;
            transform: translateX(-50%);
        }

        .progress_header p .step[b-1l61bsnidj] {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #ccc;
            border: 1px solid #02416E;
            /*transition: background 0.3s ease 0.3s, color 0.15s ease 0.2s*/
        }

    .progress_header .completed .step[b-1l61bsnidj] {
        background-color: #02416E;
        color: #eee;
    }


/* /Pages/CheckIn/CheckIn.razor.rz.scp.css */
[b-5sszmw0i40] .main-div {
    /*position: relative;*/
    max-width: 100%;
    margin-inline: auto;
}

[b-5sszmw0i40] .top-background {
    width: 100%;
    position: relative;
    height: 277px;
    left: 0px;
    top: 0px;
    background: #02416E;    
}

[b-5sszmw0i40]  #logo {
    width: 58px;
    height: 51px;
    transform: translateX(-50%);
    left: 50%;
    top: 58px;
    position: absolute;
}

[b-5sszmw0i40] .stay-info {
    width: 345px;
    height: 225px;
    overflow: hidden;
    transform: translateX(-50%);
    left: 50%;
    bottom: -62px;
    position: absolute;
    background: white;
    box-shadow: 0px 4px 9.199999809265137px rgba(115.81, 115.81, 115.81, 0.25);
    border-radius: 6px;
}

[b-5sszmw0i40] .hotel-name {
    left: 15px;
    top: 14px;
    color: #02416E;
    font-size: 18px;
    position: absolute;
    font-family: Roboto;
    font-weight: 600;
    word-wrap: break-word;
}

[b-5sszmw0i40] .horizontal-divider {
    width: 318px;
    height: 0px;
    left: 13px;
    top: 44px;
    position: absolute;
    border: 1px #DDDDDD solid;
}

[b-5sszmw0i40] .arrival-departure-div {
    display: flex;
    width: 100%;
    top: 72px;
    position: absolute;
    justify-content: space-evenly;
}

[b-5sszmw0i40] .arrival-info {
    display: flex;
    flex-direction: column;
}

[b-5sszmw0i40] .arrival-header {
    display: flex;
    color: black;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    word-wrap: break-word;
}

[b-5sszmw0i40] .arrival-date {
    display: flex;
    color: #02416E;
    font-size: 32px;
    font-family: Roboto;
    font-weight: 600;
    word-wrap: break-word;
}

[b-5sszmw0i40] .arrival-info-month-day {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

[b-5sszmw0i40] .arrival-month {
    color: #02416E;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 600;
    word-wrap: break-word;
}

[b-5sszmw0i40] .arrival-day {
    color: #02416E;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    word-wrap: break-word;
}

[b-5sszmw0i40] .confirmation-div {
    display: block;
    width: 346px;
    height: 62px;
    top: 163px;
    position: absolute;
    background: #02416E;
}

[b-5sszmw0i40] .confirmation-div-info {
    display: flex;
    color: white;
    font-family: "-", sans-serif;
    margin-left: 11px;
    margin-top: 11px;
}

[b-5sszmw0i40] .confirmation-div-info-label {
    color: white;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

[b-5sszmw0i40] .line-11 {
    border-left: 1px solid #C0C0C0;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 20px;
}

[b-5sszmw0i40] .reservation-holder {
    margin: 9px 0px 10px 11px;
}

[b-5sszmw0i40] .dropdown {
    transform: translateX(-50%);
    left: calc(50% + 176.5px);
    top: 48px;
    position: absolute;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    text-align: center !important;
}

[b-5sszmw0i40] .mud-list {
    padding: 0px;
    text-align: center;
}

[b-5sszmw0i40] .mud-list-item {
    margin: 0px;
    padding: 0px;
}

[b-5sszmw0i40] .mud-list-item-text {
    margin: 0px;
    padding: 0px 19px;
}

[b-5sszmw0i40] .mud-list-padding {
    padding: 0px;
}

[b-5sszmw0i40] .header-icon {
    width: 16px;
    height: 16px;
    right: 30px;
    top: 16px;
    position: absolute;
    color: #8D7249
}

[b-5sszmw0i40] .room-type-container {
    background: #EFEFEF;
    height: 30px;
    padding: 0px;
    justify-content: space-between;
    align-items: center
}

[b-5sszmw0i40] .room-type-container-mud-text {
    color: #02416E;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 600;
    margin-left: 6px
}

[b-5sszmw0i40] .room-guests-icon {
    color: #02416E;
    margin-right: 3px;
    background: #EFEFEF;
}

[b-5sszmw0i40] .room-guests-count {
    color: #02416E;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 600;
    margin-right: 6px
}

[b-5sszmw0i40] .guest-name {
    color: #000000;
    font-size: 15px;
    font-family: Roboto;
    font-weight: 500;
    border-bottom: 2px #EFEFEF solid !important;
}

[b-5sszmw0i40] .horizontal-divider-w100 {
    width: 100%;
    margin-top: 20px;
}

[b-5sszmw0i40] .send-button {
    width: 100%;
    height: 100%;
    background: #3FB559;
    margin-top: 20px;
    color: white;
    border-radius: 4px;
}
/* /Pages/CheckIn/CheckInReservationChanged.razor.rz.scp.css */

.container[b-kfj5xjstxf] {
    background: #02416e;
    width: 345px;
    height: 120px;
    position: absolute;
    left: calc(50% - 172.5px);
    top: 112px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .container img[b-kfj5xjstxf] {
        width: 200px;
        height: 100px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        object-fit: contain;
    }

.rectangle-48[b-kfj5xjstxf],
.rectangle-48 *[b-kfj5xjstxf] {
    box-sizing: border-box;
}

.rectangle-48[b-kfj5xjstxf] {
    background: #02416e;
    height: 1053px;
    position: relative;
}

.rectangle-49[b-kfj5xjstxf],
.rectangle-49 *[b-kfj5xjstxf] {
    box-sizing: border-box;
}

.rectangle-49[b-kfj5xjstxf] {
    background: #ffffff;
    border-radius: 6px;
    width: 345px;
    height: 304px;
    position: absolute;
    left: calc(50% - 172.5px);
    top: 262px;
    box-shadow: 0px 4px 9.2px 0px rgba(116, 116, 116, 0.25);
}

.header[b-kfj5xjstxf] {
    color: #000000;
    text-align: left;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    left: calc(50% - 125.5px);
    top: 323px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    letter-spacing: -0.48px;
}

.header-2[b-kfj5xjstxf] {
    color: #000000;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 600;
    justify-content: flex-start;
    letter-spacing: -0.48px;
    margin-top: 61px;
}

.thank-you-label[b-kfj5xjstxf] {
    color: #000000;
    text-align: left;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    left: calc(50% - 82.5px);
    top: 482px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    letter-spacing: -0.4px;
}

.thank-you-label-2[b-kfj5xjstxf] {
    color: #000000;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    align-items: flex-end;
    justify-content: flex-start;
    letter-spacing: -0.4px;
    margin-top: 24px;
}

.gg-check-o[b-kfj5xjstxf] {
    width: 83px;
    height: 83px;
    position: absolute;
    left: calc(50% - 32.5px);
    top: 375px;
    overflow: hidden;
}

.gg-check-o-2[b-kfj5xjstxf] {
    width: 83px;
    height: 83px;
    overflow: hidden;
    margin-top: 24px;
    margin-left: 133px;
}

.group[b-kfj5xjstxf] {
    position: absolute;
    right: 4.17%;
    left: 4.17%;
    width: 91.67%;
    bottom: 4.17%;
    top: 4.17%;
    height: 91.67%;
    overflow: visible;
}
/* /Pages/CheckIn/CheckInSuccess.razor.rz.scp.css */
.container[b-gea79m76qy] {
    background: #02416e;
    width: 345px;
    height: 120px;
    position: absolute;
    left: calc(50% - 172.5px);
    top: 112px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .container img[b-gea79m76qy] {
        width: 200px;
        height: 100px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        object-fit: contain;
    }

.rectangle-48[b-gea79m76qy],
.rectangle-48 *[b-gea79m76qy] {
    box-sizing: border-box;
}

.rectangle-48[b-gea79m76qy] {
    background: #02416e;
    height: 1053px;
    position: relative;
}

.rectangle-49[b-gea79m76qy],
.rectangle-49 *[b-gea79m76qy] {
    box-sizing: border-box;
}

.rectangle-49[b-gea79m76qy] {
    background: #ffffff;
    border-radius: 6px;
    width: 345px;
    height: 304px;
    position: absolute;
    left: calc(50% - 172.5px);
    top: 262px;
    box-shadow: 0px 4px 9.2px 0px rgba(116, 116, 116, 0.25);
}

.header[b-gea79m76qy] {
    color: #000000;
    text-align: left;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    left: calc(50% - 125.5px);
    top: 323px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    letter-spacing: -0.48px;
}

.header-2[b-gea79m76qy] {
    color: #000000;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 600;
    justify-content: flex-start;
    letter-spacing: -0.48px;
    margin-top: 61px;
}

.thank-you-label[b-gea79m76qy] {
    color: #000000;
    text-align: left;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    left: calc(50% - 82.5px);
    top: 482px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    letter-spacing: -0.4px;
}

.thank-you-label-2[b-gea79m76qy] {
    color: #000000;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    align-items: flex-end;
    justify-content: flex-start;
    letter-spacing: -0.4px;
    margin-top: 24px;
}

.gg-check-o[b-gea79m76qy] {
    width: 83px;
    height: 83px;
    position: absolute;
    left: calc(50% - 32.5px);
    top: 375px;
    overflow: hidden;
}

.gg-check-o-2[b-gea79m76qy] {
    width: 83px;
    height: 83px;
    overflow: hidden;
    margin-top: 24px;
    margin-left: 133px;
}

.group[b-gea79m76qy] {
    position: absolute;
    right: 4.17%;
    left: 4.17%;
    width: 91.67%;
    bottom: 4.17%;
    top: 4.17%;
    height: 91.67%;
    overflow: visible;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-jp4snzupuw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jp4snzupuw] {
    flex: 1;    
}

.sidebar[b-jp4snzupuw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jp4snzupuw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jp4snzupuw]  a, .top-row[b-jp4snzupuw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jp4snzupuw]  a:hover, .top-row[b-jp4snzupuw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jp4snzupuw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jp4snzupuw] {
        display: none;
    }

    .top-row.auth[b-jp4snzupuw] {
        justify-content: space-between;
    }

    .top-row[b-jp4snzupuw]  a, .top-row[b-jp4snzupuw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jp4snzupuw] {
        flex-direction: row;
    }

    .sidebar[b-jp4snzupuw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jp4snzupuw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jp4snzupuw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jp4snzupuw], article[b-jp4snzupuw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gwnghd7npu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gwnghd7npu] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gwnghd7npu] {
    font-size: 1.1rem;
}

.oi[b-gwnghd7npu] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-gwnghd7npu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gwnghd7npu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gwnghd7npu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gwnghd7npu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-gwnghd7npu]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-gwnghd7npu]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gwnghd7npu] {
        display: none;
    }

    .collapse[b-gwnghd7npu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-gwnghd7npu] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
