/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-z9lw4f8rr2] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header[b-z9lw4f8rr2] {
    background-image: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 100%);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

main[b-z9lw4f8rr2] {
    flex: 1;
    width: 100%;
}

.content[b-z9lw4f8rr2] {
    padding: 2rem;
    max-width: 100%;
}

@media (max-width: 640.98px) {
    .content[b-z9lw4f8rr2] {
        padding: 1rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-container[b-w6wa68athf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 4rem;
    width: 100%;
}

.navbar-brand a[b-w6wa68athf] {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
}

.navbar-brand a:hover[b-w6wa68athf] {
    opacity: 0.9;
}

.navbar-toggler[b-w6wa68athf] {
    display: none;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    border-radius: 4px;
    cursor: pointer;
}

.navbar-toggler:hover[b-w6wa68athf] {
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler-icon[b-w6wa68athf] {
    color: white;
}

.navbar-menu[b-w6wa68athf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bi[b-w6wa68athf] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    top: -1px;
    background-size: cover;
}

.bi-images-nav-menu[b-w6wa68athf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-images' viewBox='0 0 16 16'%3E%3Cpath d='M4.502 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3E%3Cpath d='M14.002 13a2 2 0 0 1-2 2h-10a2 2 0 0 1-2-2V5A2 2 0 0 1 2 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v8a2 2 0 0 1-1.998 2zM14 2H4a1 1 0 0 0-1 1h9.002a2 2 0 0 1 2 2v7A1 1 0 0 0 15 11V3a1 1 0 0 0-1-1zM2.002 4a1 1 0 0 0-1 1v8l2.646-2.354a.5.5 0 0 1 .63-.062l2.66 1.773 3.71-3.71a.5.5 0 0 1 .577-.094l1.777 1.947V5a1 1 0 0 0-1-1h-10z'/%3E%3C/svg%3E");
}

.bi-shield-nav-menu[b-w6wa68athf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shield-check' viewBox='0 0 16 16'%3E%3Cpath d='M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z'/%3E%3Cpath d='M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.nav-item[b-w6wa68athf] {
    font-size: 0.95rem;
}

.nav-item[b-w6wa68athf]  a {
    color: #d7d7d7;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    transition: all 0.2s;
    white-space: nowrap;
}

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

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

@media (max-width: 768px) {
    .navbar-container[b-w6wa68athf] {
        padding: 0 1rem;
    }

    .navbar-toggler[b-w6wa68athf] {
        display: block;
    }

    .navbar-menu[b-w6wa68athf] {
        display: none;
        position: absolute;
        top: 4rem;
        right: 0;
        background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 100%);
        flex-direction: column;
        width: 250px;
        padding: 1rem;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        gap: 0;
    }

    .navbar-menu.collapse[b-w6wa68athf] {
        display: none;
    }

    .navbar-menu:not(.collapse)[b-w6wa68athf] {
        display: flex;
    }

    .nav-item[b-w6wa68athf] {
        width: 100%;
    }

    .nav-item[b-w6wa68athf]  a {
        width: 100%;
        padding: 0.75rem 1rem;
    }
}
