/* /Components/DefaultBtn.razor.rz.scp.css */
.defaultBtn[b-t9vz9ro3ge] {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    background-color: #E3007D;
}

    .defaultBtn:hover[b-t9vz9ro3ge] {
        background-color: #eb198d;
        color: white;
    }

    .defaultBtn:active[b-t9vz9ro3ge] {
        background-color: #e3007d90;
    }

    .defaultBtn:focus[b-t9vz9ro3ge] {
        outline: none;
        box-shadow: none;
    }
/* /Components/SmallBtn.razor.rz.scp.css */
.smallBtn[b-553xzisg40] {
    color: #d7d7d7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    background-color: #E3007D;
    font-size: x-small;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
}

    .smallBtn:hover[b-553xzisg40] {
        background-color: #eb198d;
        color: white;
    }

    .smallBtn:active[b-553xzisg40] {
        background-color: #e3007d90;
    }

    .smallBtn:focus[b-553xzisg40] {
        outline: none;
        box-shadow: none;
    }
/* /Shared/LoadingIndicator.razor.rz.scp.css */
@keyframes ldio-b-afvuy7lof1 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ldio[b-afvuy7lof1] {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.64);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

.ldio div[b-afvuy7lof1] {
    left: 47px;
    top: 24px;
    position: absolute;
    animation: ldio-b-afvuy7lof1 linear 1s infinite;
    background: #e3007d;
    width: 6px;
    height: 12px;
    border-radius: 3px / 6px;
    transform-origin: 3px 26px;
    box-sizing: content-box;
}

    .ldio div:nth-child(1)[b-afvuy7lof1] {
        transform: rotate(0deg);
        animation-delay: -0.9166666666666666s;
        background: #e3007d;
    }

    .ldio div:nth-child(2)[b-afvuy7lof1] {
        transform: rotate(30deg);
        animation-delay: -0.8333333333333334s;
        background: #e3007d;
    }

    .ldio div:nth-child(3)[b-afvuy7lof1] {
        transform: rotate(60deg);
        animation-delay: -0.75s;
        background: #e3007d;
    }

    .ldio div:nth-child(4)[b-afvuy7lof1] {
        transform: rotate(90deg);
        animation-delay: -0.6666666666666666s;
        background: #e3007d;
    }

    .ldio div:nth-child(5)[b-afvuy7lof1] {
        transform: rotate(120deg);
        animation-delay: -0.5833333333333334s;
        background: #e3007d;
    }

    .ldio div:nth-child(6)[b-afvuy7lof1] {
        transform: rotate(150deg);
        animation-delay: -0.5s;
        background: #e3007d;
    }

    .ldio div:nth-child(7)[b-afvuy7lof1] {
        transform: rotate(180deg);
        animation-delay: -0.4166666666666667s;
        background: #e3007d;
    }

    .ldio div:nth-child(8)[b-afvuy7lof1] {
        transform: rotate(210deg);
        animation-delay: -0.3333333333333333s;
        background: #e3007d;
    }

    .ldio div:nth-child(9)[b-afvuy7lof1] {
        transform: rotate(240deg);
        animation-delay: -0.25s;
        background: #e3007d;
    }

    .ldio div:nth-child(10)[b-afvuy7lof1] {
        transform: rotate(270deg);
        animation-delay: -0.16666666666666666s;
        background: #e3007d;
    }

    .ldio div:nth-child(11)[b-afvuy7lof1] {
        transform: rotate(300deg);
        animation-delay: -0.08333333333333333s;
        background: #e3007d;
    }

    .ldio div:nth-child(12)[b-afvuy7lof1] {
        transform: rotate(330deg);
        animation-delay: 0s;
        background: #e3007d;
    }

.loadingio-spinner-spinner[b-afvuy7lof1] {
    width: 64px;
    height: 64px;
    display: inline-block;
    overflow: hidden;
    background: none;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-yncxxvmj52] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yncxxvmj52] {
    flex: 1;
}

.sidebar[b-yncxxvmj52] {
    background-color: #16121b;
}

.top-row[b-yncxxvmj52] {
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    background-color: #16121b;
    border-bottom: 1px solid #E3007D;
}

    .top-row[b-yncxxvmj52]  a, .top-row[b-yncxxvmj52]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-yncxxvmj52]  a:hover, .top-row[b-yncxxvmj52]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-yncxxvmj52]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yncxxvmj52] {
        display: none;
    }

    .top-row.auth[b-yncxxvmj52] {
        justify-content: space-between;
    }

    .top-row[b-yncxxvmj52]  a, .top-row[b-yncxxvmj52]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yncxxvmj52] {
        flex-direction: row;
    }

    .sidebar[b-yncxxvmj52] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yncxxvmj52] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-yncxxvmj52]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yncxxvmj52], article[b-yncxxvmj52] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hcnmzctd4r] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hcnmzctd4r] {
    height: 3.5rem;
    background-color: #16121b;
    border-bottom: 1px solid #E3007D;
}

.navbar-brand[b-hcnmzctd4r] {
    font-size: 1.1rem;
}

.oi[b-hcnmzctd4r] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hcnmzctd4r] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hcnmzctd4r] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hcnmzctd4r] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hcnmzctd4r]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hcnmzctd4r]  a.active {
    background-color: #e3007d90;
    color: white;
}

.nav-item[b-hcnmzctd4r]  a:hover {
    background-color: #E3007D;
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hcnmzctd4r] {
        display: none;
    }

    .collapse[b-hcnmzctd4r] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-hcnmzctd4r] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.loading-indicator[b-hcnmzctd4r] {
    position: absolute;
    right: 0
}

.loading-indicator-hidden[b-hcnmzctd4r] {
    display: none;
}
