/* /Shared/Layouts/LoginLayout.razor.rz.scp.css */
.page[b-dmcc40m8v4] {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f8f8fb;
}

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

.sidebar[b-dmcc40m8v4] {
    background: #2a3042;
}

.page-header[b-dmcc40m8v4] {
    position: sticky;
    top: 0;
    z-index: 1;
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3%;
    display: flex;
    align-items: center;
}

.page-content[b-dmcc40m8v4] {
    min-height: 97%;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-dmcc40m8v4], article[b-dmcc40m8v4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
.page[b-wwmio544kb] {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f8f8fb;
}

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

.sidebar[b-wwmio544kb] {
    background: #2a3042;
    position: sticky;
    top: 0;
}

.page-header[b-wwmio544kb] {
    position: sticky;
    top: 0;
    z-index: 1;
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3%;
    display: flex;
    align-items: center;
}

.page-content[b-wwmio544kb] {
    min-height: 97%;
    width: 100%;
}

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

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

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

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

.popup[b-wwmio544kb] {
    position: fixed;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    background-color: white;
    border-radius: 5px;
    right: 1rem;
    left: auto;
    top: 65px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: red;
    font-weight: 300;
    box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.35);
}

.top-row .right-side .text[b-wwmio544kb] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: rgba(0,0,0,0.7)
}

.top-row button[b-wwmio544kb] {
    background-color: transparent;
    border: none;
    color: inherit;
    text-align: start;
}

.top-row .right-side img[b-wwmio544kb] {
    width: 15%;
}

.top-row .left-side img[b-wwmio544kb] {
    width: 60%;
}

.top-row .right-side .popup img[b-wwmio544kb] {
    margin-right: 5px;
    filter: invert(10%) sepia(97%) saturate(7483%) hue-rotate(0deg) brightness(112%) contrast(105%);
}

.top-row .right-side .popup .administrator[b-wwmio544kb] {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

@media (max-width: 910px) {

    .nav-hidden[b-wwmio544kb] {
        display: block;
    }

    .nav-component[b-wwmio544kb] {
        display: none;
    }
}

@media (min-width: 910px) {
    .nav-hidden[b-wwmio544kb] {
        display: none;
    }
}

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

    .sidebar[b-wwmio544kb] {
        height: 100vh;
    }

    .top-row[b-wwmio544kb] {
        position: sticky;
        top: 0;
        z-index: 1;
        display: flex;
        justify-content: space-between;
    }

    .top-row .right-side[b-wwmio544kb] {
        display: flex;
        flex-direction: row;
        align-items: start;
        font-size: 13px;
        gap: 0.2rem;
        color: rgba(0,0,0,0.7)
    }

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

    .top-row[b-wwmio544kb], article[b-wwmio544kb] {
        padding-left: 1rem !important;
    }
}

@media (max-width: 780px) {
    .nav-component-collapsed[b-wwmio544kb] {
        display: flex;
        flex-direction: row;
    }

    .top-row[b-wwmio544kb] {
        position: fixed;
        right: 0;
        top: 0;
        padding: 1rem 0;
        background-color: transparent;
        color: white;
        border: none;
        color: white;
    }

    .top-row .right-side[b-wwmio544kb] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-row .left-side[b-wwmio544kb] {
        display: none;
    }

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

    .top-row .right-side .text[b-wwmio544kb] {
        color: white;
    }

    .top-row .right-side img[b-wwmio544kb] {
        filter: brightness(0) invert(1);
    }
}
/* /Shared/Navigation/NavMenu.razor.rz.scp.css */
/* /Shared/Navigation/NavMenuCollapsed.razor.rz.scp.css */
