/* /Pages/DisplaySpinner.razor.rz.scp.css */

.lds-spinner[b-2j30now7sx] {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div[b-2j30now7sx] {
    transform-origin: 40px 40px;
    animation: lds-spinner-b-2j30now7sx 1.2s linear infinite;
}

    .lds-spinner div[b-2j30now7sx]:after {
        content: " ";
        display: block;
        position: absolute;
        top: 3px;
        left: 37px;
        width: 6px;
        height: 18px;
        border-radius: 20%;
        background: black;
    }

    .lds-spinner div:nth-child(1)[b-2j30now7sx] {
        transform: rotate(0deg);
        animation-delay: -1.1s;
    }

    .lds-spinner div:nth-child(2)[b-2j30now7sx] {
        transform: rotate(30deg);
        animation-delay: -1s;
    }

    .lds-spinner div:nth-child(3)[b-2j30now7sx] {
        transform: rotate(60deg);
        animation-delay: -0.9s;
    }

    .lds-spinner div:nth-child(4)[b-2j30now7sx] {
        transform: rotate(90deg);
        animation-delay: -0.8s;
    }

    .lds-spinner div:nth-child(5)[b-2j30now7sx] {
        transform: rotate(120deg);
        animation-delay: -0.7s;
    }

    .lds-spinner div:nth-child(6)[b-2j30now7sx] {
        transform: rotate(150deg);
        animation-delay: -0.6s;
    }

    .lds-spinner div:nth-child(7)[b-2j30now7sx] {
        transform: rotate(180deg);
        animation-delay: -0.5s;
    }

    .lds-spinner div:nth-child(8)[b-2j30now7sx] {
        transform: rotate(210deg);
        animation-delay: -0.4s;
    }

    .lds-spinner div:nth-child(9)[b-2j30now7sx] {
        transform: rotate(240deg);
        animation-delay: -0.3s;
    }

    .lds-spinner div:nth-child(10)[b-2j30now7sx] {
        transform: rotate(270deg);
        animation-delay: -0.2s;
    }

    .lds-spinner div:nth-child(11)[b-2j30now7sx] {
        transform: rotate(300deg);
        animation-delay: -0.1s;
    }

    .lds-spinner div:nth-child(12)[b-2j30now7sx] {
        transform: rotate(330deg);
        animation-delay: 0s;
    }

@keyframes lds-spinner-b-2j30now7sx {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* /Pages/Folders.razor.rz.scp.css */
a[b-m4nlt9nknk] {
    text-decoration: none;
}

    a:hover .card[b-m4nlt9nknk] {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        transition: box-shadow 0.3s ease-in-out;
    }

.card[b-m4nlt9nknk] {
    transition: box-shadow 0.3s ease-in-out;
    overflow: hidden;
}

.card-img-top[b-m4nlt9nknk] {
    width: 100%;
    object-fit: cover;
}

a:hover img[b-m4nlt9nknk] {
    transform: scale(1.07);
    transition: 0.5s ease-in-out;
}

img[b-m4nlt9nknk] {
    transition: 0.5s ease-in-out;
}
/* /Pages/Root.razor.rz.scp.css */
a[b-z6g38kj7fv] {
    text-decoration: none;
}

    a:hover .card[b-z6g38kj7fv] {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        transition: box-shadow 0.3s ease-in-out;
    }

.card[b-z6g38kj7fv] {
    transition: box-shadow 0.3s ease-in-out;
    overflow: hidden;
}

.card-img-top[b-z6g38kj7fv] {
    width: 100%;
    object-fit: cover;
}

a:hover img[b-z6g38kj7fv] {
    transform: scale(1.07);
    transition: 0.5s ease-in-out;
}

img[b-z6g38kj7fv] {
    transition: 0.5s ease-in-out;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ozw3liq0rq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ozw3liq0rq] {
    flex: 1;
}

.sidebar[b-ozw3liq0rq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ozw3liq0rq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ozw3liq0rq]  a, .top-row[b-ozw3liq0rq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ozw3liq0rq]  a:hover, .top-row[b-ozw3liq0rq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ozw3liq0rq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ozw3liq0rq] {
        display: none;
    }

    .top-row.auth[b-ozw3liq0rq] {
        justify-content: space-between;
    }

    .top-row[b-ozw3liq0rq]  a, .top-row[b-ozw3liq0rq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ozw3liq0rq] {
        flex-direction: row;
    }

    .sidebar[b-ozw3liq0rq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ozw3liq0rq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ozw3liq0rq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ozw3liq0rq], article[b-ozw3liq0rq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2o2rk1ixrm] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-2o2rk1ixrm] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2o2rk1ixrm] {
    font-size: 1.1rem;
}

.oi[b-2o2rk1ixrm] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-2o2rk1ixrm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2o2rk1ixrm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2o2rk1ixrm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2o2rk1ixrm]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-2o2rk1ixrm]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-2o2rk1ixrm]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2o2rk1ixrm] {
        display: none;
    }

    .collapse[b-2o2rk1ixrm] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
