/* /Components/NullableSuggestSelect.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-a18klu6wto] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-a18klu6wto] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .collapse[b-5e4dhhjhgg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Spinner.razor.rz.scp.css */
.spinner-overlay[b-ywnu319emn] {
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.spinner-container[b-ywnu319emn] {
    position: absolute;
    top: calc(50% - 100px);
    left: 50%
}

.spinner[b-ywnu319emn] {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate-b-ywnu319emn 2.0s infinite linear;
}

.dot1[b-ywnu319emn], .dot2[b-ywnu319emn] {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce-b-ywnu319emn 2.0s infinite ease-in-out;
}

.dot2[b-ywnu319emn] {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate-b-ywnu319emn {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce-b-ywnu319emn {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
