/* /Components/MainSidebar.razor.rz.scp.css */
.sidebar[b-ukvzbpu2yc] {
    z-index: 2;
    height: 100%;
    width: 270px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 10px;
    transition: width 0.5s;
    box-shadow: 2px 2px 4px -2px;
}

@media only screen and (max-width: 992px) {
    .sidebar[b-ukvzbpu2yc] {
        width: 0;
        box-shadow: 4px 4px 12px 1px;
    }
}

/*hide scrollbars*/
/* Hide scrollbar for Chrome, Safari and Opera */
.sidebar[b-ukvzbpu2yc]::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.sidebar[b-ukvzbpu2yc] {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
/*end hide scrollbars*/

.sidebar-logo[b-ukvzbpu2yc] {
    width: 270px;
}

    .sidebar-logo img[b-ukvzbpu2yc] {
        width: 100%;
    }

p[b-ukvzbpu2yc] {
    color: #00000089;
    padding-left: 16px;
    white-space: nowrap;
}
/* /Components/NotificationSidebar.razor.rz.scp.css */
h6[b-3ycrcplcf1] {
    text-align: center;
    padding: 9px;
    font-size: x-large;
    white-space: nowrap;
    color: #78909c;
}
.notification-sidebar[b-3ycrcplcf1] {
    padding-top: 20px;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.94);
    transition: 0.5s;
}
    .notification-sidebar > h6[b-3ycrcplcf1], .notification-sidebar > div[b-3ycrcplcf1] {
        width: 270px;
    }

    .notification-sidebar p[b-3ycrcplcf1] {
        color: black;
        text-align: center;
        padding: 6px;
    }

    .main-content-bar[b-3ycrcplcf1] {
        display: flex;
        padding: 11px;
        background-color: #78909c;
        color: white;
        border-radius: 4px;
    }

    .main-content-bar > p > span[b-3ycrcplcf1] {
        display: block;
        font-size: 0.8em;
        margin-right: 10px;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.main-content-block[b-99qc6ht81c] {
    z-index: 1;
    display: none;
    background-color: rgba(128, 128, 128, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.main-content[b-99qc6ht81c] {
    z-index: 0;
    transition: margin-left .5s;
    padding: 7px;
    margin-left: 270px;
    min-height: 95vh;
}

@media only screen and (max-width: 992px) {
    .main-content[b-99qc6ht81c] {
        margin-left: 0;
    }
}
