/* _content/CustomerPortal/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-m3egfp8f83] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-m3egfp8f83] {
    flex: 1;
}

.sidebar[b-m3egfp8f83] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-m3egfp8f83] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-m3egfp8f83]  a, .top-row .btn-link[b-m3egfp8f83] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-m3egfp8f83] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-m3egfp8f83] {
        display: none;
    }

    .top-row.auth[b-m3egfp8f83] {
        justify-content: space-between;
    }

    .top-row a[b-m3egfp8f83], .top-row .btn-link[b-m3egfp8f83] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    /*    .page {
        flex-direction: row;
    }*/

    .sidebar[b-m3egfp8f83] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m3egfp8f83] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-m3egfp8f83], article[b-m3egfp8f83] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/CustomerPortal/Components/OtpComponent.razor.rz.scp.css */
#body-content-otp[b-1n0i3at4t6] {
    font-size: 1.25em;
    text-align: center;
    white-space: break-spaces;
    margin-bottom: 1rem;
}

.t5-text-align-center[b-1n0i3at4t6] {
    text-align: center;
}

.t5-yes-no-button[b-1n0i3at4t6] {
    font-size: 110%;
    margin: 10px;
    width: 15%;
}

.digits[b-1n0i3at4t6] {
    height: 3em;
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
}
/* _content/CustomerPortal/Components/Resuable/SingleResponsePopup.razor.rz.scp.css */
#body-content[b-o6rqgfwv1r] {
    font-size: 1rem;
    white-space: break-spaces;
    margin-bottom: 1rem;
}

.t5-text-align-center[b-o6rqgfwv1r] {
    text-align: center;
}

.t5-yes-no-button[b-o6rqgfwv1r] {
    font-size: 1rem;
    margin: 10px;
    width: 15%;
}
