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

.main[b-ue12j0c5j8] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

    .main > div[b-ue12j0c5j8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@property --p {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}

.pie[b-ue12j0c5j8] {
    --p: 20;
    --b: 22px;
    --c: darkred;
    --w: 40px;
    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    margin: 5px;
    place-content: center;
    font-size: 10px;
    font-weight: bold;
    font-family: sans-serif;
}

    .pie[b-ue12j0c5j8]:before,
    .pie[b-ue12j0c5j8]:after {
        content: "";
        position: absolute;
        border-radius: 50%;
    }

    .pie[b-ue12j0c5j8]:before {
        inset: 0;
        background: radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
        -webkit-mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
        mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
    }

    .pie[b-ue12j0c5j8]:after {
        inset: calc(50% - var(--b)/2);
        background: var(--c);
        transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
    }

.animate[b-ue12j0c5j8] {
    animation: p-b-ue12j0c5j8 1.5s .1s both;
}

.no-round[b-ue12j0c5j8]:before {
    background-size: 0 0,auto;
}

.no-round[b-ue12j0c5j8]:after {
    content: none;
}

@keyframes p-b-ue12j0c5j8 {
    from {
        --p: 0
    }
}
