/* _content/SignInSignUp/Components/OtpInput.razor.rz.scp.css */
.otp-container .span-container[b-ntw0sjoqsu] {
    position: relative;
    /*left: 0;
    right: 0;*/
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    /*bottom: 10px;*/
}

.otp-container .span-container span[b-ntw0sjoqsu] {
    width: 12%;
    height: 0.103em;
    background: #616475;
    display: inline-block;
    margin-right: auto;
}

.otp-container .span-container span:last-child[b-ntw0sjoqsu] {
    margin-right: 0;
}

.otp-container .span-container span.Active[b-ntw0sjoqsu] {
    background: #008EFA;
}

.span-bg-danger[b-ntw0sjoqsu] {
    background: red;
}

.otp-container[b-ntw0sjoqsu] {
    direction: ltr;

}

.otp-container .otp-input[b-ntw0sjoqsu] {
    /*width: 200%*/
}

.otp-container .span-container[b-ntw0sjoqsu] {
    direction: rtl !important;
}

input[b-ntw0sjoqsu] {
    background: transparent !important;
    border: none !important;
}
/* _content/SignInSignUp/Pages/LoggedIn/Shared/LoggedInLayout.razor.rz.scp.css */
.page[b-1ql6hk8jaa] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1ql6hk8jaa] {
    flex: 1;
}

.sidebar[b-1ql6hk8jaa] {
    background-image: linear-gradient(180deg, #122a46 0%, #300647 70%);
}

.top-row[b-1ql6hk8jaa] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1ql6hk8jaa]  a, .top-row .btn-link[b-1ql6hk8jaa] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-1ql6hk8jaa] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1ql6hk8jaa] {
        display: none;
    }

    .top-row.auth[b-1ql6hk8jaa] {
        justify-content: space-between;
    }

    .top-row a[b-1ql6hk8jaa], .top-row .btn-link[b-1ql6hk8jaa] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1ql6hk8jaa] {
        flex-direction: row;
    }

    .sidebar[b-1ql6hk8jaa] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1ql6hk8jaa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-1ql6hk8jaa], article[b-1ql6hk8jaa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SignInSignUp/Pages/LoggedIn/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kbqrftjq5b] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-kbqrftjq5b] {
    
}

.navbar-brand[b-kbqrftjq5b] {
    font-size: 1.1rem;
}

.oi[b-kbqrftjq5b] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-kbqrftjq5b] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kbqrftjq5b] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kbqrftjq5b] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kbqrftjq5b]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-kbqrftjq5b]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-kbqrftjq5b]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-kbqrftjq5b] {
        display: none;
    }

    .collapse[b-kbqrftjq5b] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-kbqrftjq5b] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* _content/SignInSignUp/Pages/NotLoggedIn/Pages/SignUp/Index.razor.rz.scp.css */
.mud-back-button[b-jm9wx58d56] {
    background: gainsboro;
    color: white;
}
