/* /Layout/Hero.razor.rz.scp.css */
.hero-section[b-o3snc3fz56] {
    background: linear-gradient( 135deg, var(--dbp-turquoise), var(--dbp-turquoise-dark));
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.hero-logo[b-o3snc3fz56] {
    margin-bottom: 1.5rem;
}

.hero-icon[b-o3snc3fz56] {
    display: block;
    width: 175px;
    max-width: 35vw;
    margin: 0 auto;
    filter: drop-shadow(0 10px 25px rgba(0,0,0,.25));
}

    .hero-icon.aos-animate[b-o3snc3fz56] {
        animation: float-b-o3snc3fz56 6s ease-in-out infinite;
    }

.hero-tagline[b-o3snc3fz56] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    padding: .7rem 1.5rem;
    border-radius: 50px;
    background: rgba(255,255,255,.15);
    color: white;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.25);
}
.hero-overlay[b-o3snc3fz56] {
    width: 100%;
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
}


.hero-section h1[b-o3snc3fz56] {
    color: white;
    font-size: clamp(3rem,5vw,4.75rem);
    font-weight: 700;
    margin-top: 1rem;
}

.hero-section .lead[b-o3snc3fz56] {
    color: rgba(255,255,255,.95);
    max-width: 720px;
    margin: auto;
}

@keyframes float-b-o3snc3fz56 {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@media(max-width:991px) {

    .hero-section[b-o3snc3fz56] {
        min-height: 40vh;
    }

    .hero-icon[b-o3snc3fz56] {
        width: 130px;
    }

    .hero-section h1[b-o3snc3fz56] {
        font-size: 2.5rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-rxgwvb8uui] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

    .top-row[b-rxgwvb8uui]  a:hover, .top-row[b-rxgwvb8uui]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-rxgwvb8uui] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row.auth[b-rxgwvb8uui]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rxgwvb8uui], article[b-rxgwvb8uui] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar[b-u8x27rm0i4] {
    padding: .9rem 0;
    transition: .3s;
}

.navbar-brand[b-u8x27rm0i4] {
    font-size: 1.5rem;
    font-weight: 700;
}

.nav-link[b-u8x27rm0i4] {
    font-weight: 500;
    color: #444 !important;
    margin: 0 .5rem;
    transition: .2s;
}

    .nav-link:hover[b-u8x27rm0i4] {
        color: #b05a7a !important;
    }

.btn-primary[b-u8x27rm0i4] {
    background: #b05a7a;
    border-color: #b05a7a;
}

    .btn-primary:hover[b-u8x27rm0i4] {
        background: #944864;
        border-color: #944864;
    }

@media (max-width:991px) {

    .navbar-nav[b-u8x27rm0i4] {
        padding-top: 1rem;
        text-align: center;
    }

    .nav-link[b-u8x27rm0i4] {
        padding: .85rem 0;
    }

    .btn-primary[b-u8x27rm0i4] {
        width: 100%;
    }
}
