@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* /Shared/Components/Footer.razor.rz.scp.css */
ul[b-u6hg1da8t2] {
    display: inline-grid;
    grid-auto-flow: row;
    grid-gap: 24px;
    justify-items: center;
    margin: auto;
}

@media (min-width: 500px) {
    ul[b-u6hg1da8t2] {
        grid-auto-flow: column;
    }
}

a[b-u6hg1da8t2] {
    color: white;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 hsla(0, 0%, 100%, 0.4);
}

    a:hover[b-u6hg1da8t2] {
        box-shadow: inset 0 -1.2em 0 hsla(0, 0%, 100%, 0.4);
    }

li:last-child[b-u6hg1da8t2] {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

li:hover ~ li p[b-u6hg1da8t2] {
    animation: wave-animation-b-u6hg1da8t2 0.3s infinite;
}

p[b-u6hg1da8t2] {
    color: red;
    text-align:center;
}

/* below is just for demo styling */

.links[b-u6hg1da8t2] {
    display: flex;
    height: 15vh;
    width: 100%;
    background-color: #002a38;
    line-height: 1.3;
    font-family: Menlo, monospace;
}

.copyright[b-u6hg1da8t2] {
    color:white;
    text-align:center;
    background-color: #002a38;
    line-height: 1.3;
    font-family: Menlo, monospace;
}

.footer[b-u6hg1da8t2] {
    flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
    padding: 20px;
}

@keyframes wave-animation-b-u6hg1da8t2 {
    0%, 100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(20deg);
    }

    75% {
        transform: rotate(-15deg);
    }
}
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
.page[b-1hzywo3ls4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1hzywo3ls4] {
    flex: 1;
}

.sidebar[b-1hzywo3ls4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1hzywo3ls4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1hzywo3ls4]  a, .top-row[b-1hzywo3ls4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1hzywo3ls4]  a:hover, .top-row[b-1hzywo3ls4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1hzywo3ls4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1hzywo3ls4] {
        display: none;
    }

    .top-row.auth[b-1hzywo3ls4] {
        justify-content: space-between;
    }

    .top-row[b-1hzywo3ls4]  a, .top-row[b-1hzywo3ls4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1hzywo3ls4] {
        flex-direction: row;
    }

    .sidebar[b-1hzywo3ls4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1hzywo3ls4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1hzywo3ls4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1hzywo3ls4], article[b-1hzywo3ls4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Layouts/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/
