/* _content/UserManagementClient/Pages/Index.razor.rz.scp.css */
#hero[b-28m753ud65] {
    width: 100%;
    height: 84vh;
    overflow: hidden;
    position: relative;
}

    #hero[b-28m753ud65]::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 130%;
        height: 95%;
        background: rgb(47 69 80) center top no-repeat;
        z-index: 0;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) rotate(0deg);
    }

    #hero[b-28m753ud65]::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 130%;
        height: 96%;
        background: #ff6d41;
        opacity: 1;
        z-index: 0;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) translateY(18px) rotate(2deg);
    }

    #hero .carousel-container[b-28m753ud65] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero h2[b-28m753ud65] {
        color: #fff;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
    }

    #hero p[b-28m753ud65] {
        width: 80%;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        margin: 0 auto 30px auto;
        color: #fff;
    }

    #hero .carousel-control-prev[b-28m753ud65], #hero .carousel-control-next[b-28m753ud65] {
        width: 10%;
    }

    #hero .carousel-control-next-icon[b-28m753ud65], #hero .carousel-control-prev-icon[b-28m753ud65] {
        background: none;
        font-size: 48px;
        line-height: 1;
        width: auto;
        height: auto;
    }

    #hero .btn-get-started[b-28m753ud65] {
        font-family: "Roboto", 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 #68A4C4;
    }

        #hero .btn-get-started:hover[b-28m753ud65] {
            background: #68A4C4;
            color: #fff;
            text-decoration: none;
        }

@media (min-width: 1024px) {
    #hero p[b-28m753ud65] {
        width: 60%;
    }

    #hero .carousel-control-prev[b-28m753ud65], #hero .carousel-control-next[b-28m753ud65] {
        width: 5%;
    }
}

@media (max-width: 768px) {
    #hero[b-28m753ud65]::after {
        width: 180%;
        height: 95%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) rotate(0deg);
    }

    #hero[b-28m753ud65]::before {
        top: 0;
        width: 180%;
        height: 94%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) translateY(20px) rotate(4deg);
    }
}

@media (max-width: 575px) {
    #hero h2[b-28m753ud65] {
        font-size: 30px;        
    }

    #carouselExampleIndicators[b-28m753ud65] {
        display: none;
    }

    #hero[b-28m753ud65]::after {
        left: 40%;
        top: 0;
        width: 200%;
        height: 95%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) rotate(0deg);
    }

    #hero[b-28m753ud65]::before {
        left: 50%;
        top: 0;
        width: 200%;
        height: 95%;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) translateY(20px) rotate(4deg);
    }
}
/* _content/UserManagementClient/Shared/MainLayout.razor.rz.scp.css */
.page[b-e5r5pokeri] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-e5r5pokeri] {
    flex: 1;
}

.sidebar[b-e5r5pokeri] {
    /*background: linear-gradient(rgb(52 58 64 / 1.00) 50%, rgb(52 58 64 / 0.75) 75%, rgb(52 58 64 / 0.50));*/
    background: linear-gradient(rgb(46 68 79 / 1.00) 50%, rgb(46 68 79 / 0.75) 75%, rgb(46 68 79 / 0.50));
}

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

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

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

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

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

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

@media (min-width: 641px) {
    .page[b-e5r5pokeri] {
        flex-direction: row;
    }

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

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

    .main > div[b-e5r5pokeri] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/UserManagementClient/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vess5lqt1a] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vess5lqt1a] {
    height: auto;
    /*background-color: #343a40;*/
    color: #ff6d41;
    border-bottom: 1px solid rgb(255 255 255 / 0.75);
}

.navbar-brand[b-vess5lqt1a] {
    font-size: 1.1rem;
}

.oi[b-vess5lqt1a] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vess5lqt1a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vess5lqt1a] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vess5lqt1a] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vess5lqt1a]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vess5lqt1a]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-vess5lqt1a]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vess5lqt1a] {
        display: none;
    }

    .collapse[b-vess5lqt1a] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
