@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/PSC.Blazor.Components.BrowserDetect/PSC.Blazor.Components.BrowserDetect.mtvkvpelhn.bundle.scp.css';

/* /Layout/AuthLayout.razor.rz.scp.css */

#hero-auth[b-f1h1foclum] {
    width: 100%;
    overflow-y: scroll;
    position: relative;
    /* background: linear-gradient(0deg, #5140C0 0%, #5140C0 100%);*/
    background: none;
}

    #hero-auth .carousel-container[b-f1h1foclum] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        position: relative;
        height: 70vh;
        padding-top: 60px;
    }

    #hero-auth h2[b-f1h1foclum] {
        font-family: Jost;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 160%;
        /* or 32px */

        text-align: center;
        /* White */

        color: #6354be;
    }

    #hero-auth h4[b-f1h1foclum] {
        font-family: Jost;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #231fb3;
        padding-top: 10px;
    }

    #hero-auth h5[b-f1h1foclum] {
        font-family: Jost;
        font-style: normal;
        font-size: 16px;
        color: #212529;
    }

    #hero-auth .hero-authimg[b-f1h1foclum] {
        width: 100%;
    }

    #hero-auth p[b-f1h1foclum] {
        width: 100%;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    #hero-auth .carousel-control-prev[b-f1h1foclum], #hero-auth .carousel-control-next[b-f1h1foclum] {
        width: 10%;
    }

    #hero-auth .carousel-control-next-icon[b-f1h1foclum], #hero-auth .carousel-control-prev-icon[b-f1h1foclum] {
        background: none;
        font-size: 48px;
        line-height: 1;
        width: auto;
        height: auto;
    }

    #hero-auth .btn-get-started[b-f1h1foclum] {
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 50px;
        transition: 0.5s;
        line-height: 1;
        margin: 10px;
        color: #fff;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        border: 2px solid #5140C0;
    }

        #hero-auth .btn-get-started:hover[b-f1h1foclum] {
            background: #5140C0;
            color: #fff;
            text-decoration: none;
        }

    #hero-auth .div-hero-auth-inf[b-f1h1foclum] {
        padding-top: 20px;
    }

    #hero-auth .div-hero-auth-inf2[b-f1h1foclum] {
        padding-top: 10px;
    }

    #hero-auth .hero-auth-img-fluid[b-f1h1foclum] {
        padding-top: 100px;
        transform: scale(1.1,1.1);
        opacity: 0.1;
    }


@media (min-width: 1024px) {
    #hero-auth p[b-f1h1foclum] {
    }

    #hero-auth .carousel-control-prev[b-f1h1foclum], #hero-auth .carousel-control-next[b-f1h1foclum] {
        width: 5%;
    }
}

@media (max-width: 992px) {




    #hero-auth .hero-authimg[b-f1h1foclum] {
        width: 80%;
    }
}

@media (max-width: 768px) {
    #hero-auth .carousel-container[b-f1h1foclum] {
        height: 90vh;
    }

    #hero-auth h2[b-f1h1foclum] {
        font-size: 20px;
    }

    #hero-auth .hero-authimg[b-f1h1foclum] {
        width: 80%;
    }
}

#hero-auth .versionNavAuth[b-f1h1foclum] {
}

    #hero-auth .versionNavAuth span[b-f1h1foclum] {
        font-size: 14px;
        color: #5555ab;
    }

@media (max-width: 561px) {
    #hero-auth .div-hero-auth-inf[b-f1h1foclum] {
        padding-top: 40px;
    }
}

@media (min-width: 561px) {
    #hero-auth[b-f1h1foclum] {
        height: 100vh;
    }

        #hero-auth .div-hero-auth-inf[b-f1h1foclum] {
            padding-top: 84px;
        }

        #hero-auth h2[b-f1h1foclum] {
            font-size: 40px;
        }

        #hero-auth h4[b-f1h1foclum] {
            font-size: 24px;
        }

    .hero-auth-img[b-f1h1foclum] {
        display: none;
    }
}

.hero-auth-img[b-f1h1foclum] {
    width: 100%;
    height: calc(100vh - 300px);
    display: flex;
    position: absolute;
    top: 200px;
}



.hero-auth-waves[b-f1h1foclum] {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}



/*--------------------------------------------------------------
 
# Header
--------------------------------------------------------------*/
#header[b-f1h1foclum] {
    /*height: 70px;*/
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;

}

    #header.header-transparent[b-f1h1foclum] {
        background: transparent;
    }

    #header.header-scrolled[b-f1h1foclum] {
        background: #f6f3ff;
    }

    #header .logo h1[b-f1h1foclum] {
        font-family: Jost;
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 46px;
        color: #5140C0;
    }

        #header .logo h1 a[b-f1h1foclum], #header .logo h1 a:hover[b-f1h1foclum] {
            color: #fff;
            text-decoration: none;
        }

    #header .logo img[b-f1h1foclum] {
        padding: 0;
        margin: 0;
        max-height: 40px;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-o5e9sfm2ut] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o5e9sfm2ut] {
    flex: 1;
}

.sidebar[b-o5e9sfm2ut] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-o5e9sfm2ut] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o5e9sfm2ut]  a, .top-row[b-o5e9sfm2ut]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-o5e9sfm2ut]  a:hover, .top-row[b-o5e9sfm2ut]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-o5e9sfm2ut]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-o5e9sfm2ut] {
        justify-content: space-between;
    }

    .top-row[b-o5e9sfm2ut]  a, .top-row[b-o5e9sfm2ut]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-o5e9sfm2ut] {
        flex-direction: row;
    }

    .sidebar[b-o5e9sfm2ut] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o5e9sfm2ut] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-o5e9sfm2ut]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-o5e9sfm2ut], article[b-o5e9sfm2ut] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
