@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5nw2psdhvm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5nw2psdhvm] {
    flex: 1;
    max-width: 100%;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-5nw2psdhvm] {
    /*background-color: #f7f7f7;*/
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5nw2psdhvm]  a, .top-row[b-5nw2psdhvm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5nw2psdhvm]  a:hover, .top-row[b-5nw2psdhvm]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5nw2psdhvm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-5nw2psdhvm] {
        justify-content: space-between;
    }

    .top-row[b-5nw2psdhvm]  a, .top-row[b-5nw2psdhvm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5nw2psdhvm] {
        flex-direction: row;
    }

    /*.sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }*/

    .top-row[b-5nw2psdhvm] {
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .top-row.auth[b-5nw2psdhvm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5nw2psdhvm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5nw2psdhvm] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-5nw2psdhvm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/TopMenu.razor.rz.scp.css */
.burger[b-nr5x4x080v] {
    width: 23px;
    height: 18px;
    color: #fff
}

    .burger:focus[b-nr5x4x080v] {
        outline: none
    }

    .burger rect:nth-child(1)[b-nr5x4x080v] {
        transform: rotate(0) translate(0);
        transform-origin: center;
        transition: transform .4s cubic-bezier(0.19, 1, 0.22, 1)
    }

    .burger rect:nth-child(2)[b-nr5x4x080v] {
        opacity: 1;
        transform: translate(0);
        transform-origin: center;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-duration: .6s;
        transition-property: opacity,transform
    }

    .burger rect:nth-child(3)[b-nr5x4x080v] {
        transform: rotate(0) translate(0);
        transform-origin: center;
        transition: transform .4s cubic-bezier(0.19, 1, 0.22, 1)
    }

body.open .burger rect:nth-child(1)[b-nr5x4x080v] {
    transform: rotate(45deg) translate(0, 6px)
}

body.open .burger rect:nth-child(2)[b-nr5x4x080v] {
    opacity: 0;
    transform: translate(-20px, 0);
    transform-origin: center
}

body.open .burger rect:nth-child(3)[b-nr5x4x080v] {
    transform: rotate(-45deg) translate(0, -6px);
    transform-origin: center
}
/* /Components/Pages/Login.razor.rz.scp.css */

.waves[b-bxozu7pnsl] {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    height: 15vh;
    margin-bottom: -7px; /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

/* Animation */

.parallax > use[b-bxozu7pnsl] {
    animation: move-forever-b-bxozu7pnsl 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax > use:nth-child(1)[b-bxozu7pnsl] {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2)[b-bxozu7pnsl] {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3)[b-bxozu7pnsl] {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4)[b-bxozu7pnsl] {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever-b-bxozu7pnsl {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves[b-bxozu7pnsl] {
        height: 60px;
        min-height: 60px;
    }
}
