/* /Pages/Index.razor.rz.scp.css */


body[b-ievnra2lqe] {
    background: rgb(19, 19, 19);
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
}

.card[b-ievnra2lqe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #353535;
    font-size: 3rem;
    color: #fff;
    box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 500ms;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .card:hover[b-ievnra2lqe] {
        box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em, rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
        transform: translateY(-3px) scale(1.1);
    }

.basic-grid[b-ievnra2lqe] {
    display: grid;
    gap: 1rem;
    /* 1 too skinny, too much code */
    /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
    /* 2 cleaner code */
    /* grid-template-columns: repeat(12, 1fr); */
    /* 3  better sizing, but overflows */
    /* grid-template-columns: repeat(12, minmax(240px, 1fr)); */
    /* 4 final */
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    /*grid-template-columns: repeat(auto-fill, minmax(480px, 480px));
    grid-template-rows: repeat(auto-fill, minmax(480px, 480px));*/
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-ievnra2lqe] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a[b-ievnra2lqe] {
    color: #0366d6;
}

.btn-primary[b-ievnra2lqe] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-ievnra2lqe], .nav-pills .show > .nav-link[b-ievnra2lqe] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html[b-ievnra2lqe] {
    font-size: 14px;
}

@media (min-width: 768px) {
    html[b-ievnra2lqe] {
        font-size: 16px;
    }
}

.border-top[b-ievnra2lqe] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-ievnra2lqe] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ievnra2lqe] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ievnra2lqe] {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html[b-ievnra2lqe] {
    position: relative;
    min-height: 100%;
}

body[b-ievnra2lqe] {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer[b-ievnra2lqe] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ue12j0c5j8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-ue12j0c5j8] {
    background-image: linear-gradient(180deg, rgb(190, 39, 12) 15%, rgb(255, 216, 0) 90%);
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-ue12j0c5j8], article[b-ue12j0c5j8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dwvujiiut8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dwvujiiut8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

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

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

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

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

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

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

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

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

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