@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/SingleAuthProcess/Pages/Index.razor.rz.scp.css */


/*.gradient-custom {*/
    /* fallback for old browsers */
    /*background: #6a11cb;*/
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));*/
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*background: linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1))
}*/




body[b-a9712rtm2x] {
}





body[b-a9712rtm2x], html[b-a9712rtm2x] {
    height: 100%;
}


* Off Canvas sidebar at medium breakpoint
* --------------------------------------------------

@media screen and (max-width: 992px)[b-a9712rtm2x] {
    .row-offcanvas

{
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.row-offcanvas-left
.sidebar-offcanvas[b-a9712rtm2x] {
    left: -33%;
}

.row-offcanvas-left.active[b-a9712rtm2x] {
    left: 33%;
    margin-left: -6px;
}

.sidebar-offcanvas[b-a9712rtm2x] {
    position: absolute;
    top: 0;
    width: 33%;
    height: 100%;
}

}


* Off Canvas wider at sm breakpoint
* --------------------------------------------------

@media screen and (max-width: 34em)[b-a9712rtm2x] {
    .row-offcanvas-left .sidebar-offcanvas

{
    left: -45%;
}

.row-offcanvas-left.active[b-a9712rtm2x] {
    left: 45%;
    margin-left: -6px;
}

.sidebar-offcanvas[b-a9712rtm2x] {
    width: 45%;
}

}

.card[b-a9712rtm2x] {
    overflow: hidden;
}

.card-body .rotate[b-a9712rtm2x] {
    z-index: 8;
    float: right;
    height: 100%;
}

    .card-body .rotate i[b-a9712rtm2x] {
        color: rgba(20, 20, 20, 0.15);
        position: absolute;
        left: 0;
        left: auto;
        right: -10px;
        bottom: 0;
        display: block;
        -webkit-transform: rotate(-44deg);
        -moz-transform: rotate(-44deg);
        -o-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
        transform: rotate(-44deg);
    }










/* _content/SingleAuthProcess/Pages/Login.razor.rz.scp.css */
body[b-n7srlonioy] {
}


.gradient-custom[b-n7srlonioy] {
    /* fallback for old browsers */
    background: #6a11cb;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1))
}
/* _content/SingleAuthProcess/Shared/MainLayout.razor.rz.scp.css */
.page[b-ku8h23smfe] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ku8h23smfe] {
    flex: 1;
}

.sidebar[b-ku8h23smfe] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ku8h23smfe] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ku8h23smfe]  a, .top-row .btn-link[b-ku8h23smfe] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ku8h23smfe] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ku8h23smfe] {
        display: none;
    }

    .top-row.auth[b-ku8h23smfe] {
        justify-content: space-between;
    }

    .top-row a[b-ku8h23smfe], .top-row .btn-link[b-ku8h23smfe] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ku8h23smfe] {
        flex-direction: row;
    }

    .sidebar[b-ku8h23smfe] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ku8h23smfe] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ku8h23smfe], article[b-ku8h23smfe] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SingleAuthProcess/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1c1oba0hs9] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1c1oba0hs9] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1c1oba0hs9] {
    font-size: 1.1rem;
}

.oi[b-1c1oba0hs9] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-1c1oba0hs9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1c1oba0hs9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1c1oba0hs9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1c1oba0hs9]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-1c1oba0hs9]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-1c1oba0hs9]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1c1oba0hs9] {
        display: none;
    }

    .collapse[b-1c1oba0hs9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
