/* /Components/ZgLoaderCascade.razor.rz.scp.css */
/**
  * Cascade
  *
  * @author jh3y - jheytompkins.com
*/
@-webkit-keyframes cascade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-250%);
        transform: translateY(-250%);
    }

    30%, 60% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(250%);
        transform: translateY(250%);
    }
}

@keyframes cascade-b-kgzbaqxry7 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-250%);
        transform: translateY(-250%);
    }

    30%, 60% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(250%);
        transform: translateY(250%);
    }
}

.cascade[b-kgzbaqxry7] {
    height: 20px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 20px);
    grid-gap: 5px;
}

    .cascade div[b-kgzbaqxry7] {
        background: var(--bs-body-color);
    }

        .cascade div:nth-child(1)[b-kgzbaqxry7] {
            -webkit-animation: cascade 1.5s 0.15s ease infinite backwards;
            animation: cascade-b-kgzbaqxry7 1.5s 0.15s ease infinite backwards;
        }

        .cascade div:nth-child(2)[b-kgzbaqxry7] {
            -webkit-animation: cascade 1.5s 0.3s ease infinite backwards;
            animation: cascade-b-kgzbaqxry7 1.5s 0.3s ease infinite backwards;
        }

        .cascade div:nth-child(3)[b-kgzbaqxry7] {
            -webkit-animation: cascade 1.5s 0.45s ease infinite backwards;
            animation: cascade-b-kgzbaqxry7 1.5s 0.45s ease infinite backwards;
        }

        .cascade div:nth-child(4)[b-kgzbaqxry7] {
            -webkit-animation: cascade 1.5s 0.6s ease infinite backwards;
            animation: cascade-b-kgzbaqxry7 1.5s 0.6s ease infinite backwards;
        }

        .cascade div:nth-child(5)[b-kgzbaqxry7] {
            -webkit-animation: cascade 1.5s 0.75s ease infinite backwards;
            animation: cascade-b-kgzbaqxry7 1.5s 0.75s ease infinite backwards;
        }
/* /Components/ZgNavBar.razor.rz.scp.css */

.zg-navbar[b-tm2jf3f5m3] {
    padding: 0.5rem 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 1px 5px;
}

.zg-navbar-container[b-tm2jf3f5m3] {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-right: auto;
    margin-left: auto;
}

.zg-navbar-brand[b-tm2jf3f5m3] {
    display: flex;
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
    margin-right: 1rem;
    padding: 0.5rem 0;
}

    .zg-navbar-brand a[b-tm2jf3f5m3] {
        color: var(--bs-body-color);
        text-decoration: none;
    }

.zg-navbar-menu[b-tm2jf3f5m3] {
    flex-grow: 1;
}

.zg-navbar-menu-toggler[b-tm2jf3f5m3] {
    display: none;
    padding: 0.5rem
}

.zg-navbar-end[b-tm2jf3f5m3] {
    display: flex;
    align-items: center;
}

.zg-nav[b-tm2jf3f5m3] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.zg-nav-item[b-tm2jf3f5m3]  a {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: var(--bs-body-color);
}

    .zg-nav-item[b-tm2jf3f5m3]  a:hover {
        /* Add color on hover*/
    }

    .zg-nav-item[b-tm2jf3f5m3]  a.zg-active {
        font-weight: 600;
    }

.zg-disabled[b-tm2jf3f5m3] {
    color: var(--zg-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}

.zg-navbar-sticky[b-tm2jf3f5m3] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: var(--bs-body-bg);
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .zg-navbar-container[b-tm2jf3f5m3] {
        display: block;
    }

    .zg-nav[b-tm2jf3f5m3] {
        display: block;
    }

    .zg-navbar-menu[b-tm2jf3f5m3] {
        max-height: 0;
        overflow: hidden;
        flex-grow: 0;
        order: 10;
    }

    .zg-navbar-end[b-tm2jf3f5m3] {
        display: block;
        max-height: 0;
        overflow: hidden;
    }

    .zg-nav-item[b-tm2jf3f5m3] {
        padding: 0.5rem 0rem;
    }

    .zg-navbar-menu-toggler[b-tm2jf3f5m3] {
        display: flex;
        flex-grow: 1;
        justify-content: end;
    }

    .zg-hide[b-tm2jf3f5m3] {
        max-height: 0;
        overflow: hidden;
        transition-property: max-height;
        transition-duration: 0.1s;
        transition-timing-function: ease;
    }

    .zg-show[b-tm2jf3f5m3] {
        max-height: 600px;
        transition-property: max-height;
        transition-duration: 0.5s;
        transition-timing-function: ease;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

/* Extra extra large devices (extra large desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-oyuyn69qw8] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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