/* /Components/MenuBar.razor.rz.scp.css */
body[b-84o7viashe] {
    padding-top: 30px;
}

.rz-menu:not(.rz-profile-menu)[b-84o7viashe] {
    width: 100% !important;
}

.nav-item[b-84o7viashe]  a:hover {
    color: white;
}

.dock-icon[b-84o7viashe] {
    margin: 16px;
    font-size: 48px
}

.dock-icon-sm[b-84o7viashe] {
    margin: 6px;
    font-size: 16px
}

.dock-icon:hover[b-84o7viashe] {
    -webkit-transition-duration: 160ms;
    transform: scale(1.5)
}

.dock-icon .tooltip:hover[b-84o7viashe] {
    visibility: visible;
}

.rz-navigation-item-icon[b-84o7viashe] {
    width:10px;
    color: white;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-nwb5pwtrza] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 98vh;
    width: 100vw;
}

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

.top-row[b-nwb5pwtrza] {
    justify-content: center;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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


.bottom-row[b-nwb5pwtrza] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: center;
    height: 92px;
    display: flex;
    min-height: 92px;
    display: flex;
    position: fixed;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

    .bottom-row[b-nwb5pwtrza]  a, .bottom-row[b-nwb5pwtrza]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

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

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

@media (min-height: 85px) {
    .bottom-row[b-nwb5pwtrza] {
        justify-content: center;
    }

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

@media (min-width: 640px) {
    .page[b-nwb5pwtrza] {
        top: 0;
        height: 98vh;
        width: 100vw;
    }

    .bottom-row[b-nwb5pwtrza] {
        position: fixed;
        left: 50%;
        bottom: -40px;
        transform: translate(-50%, -50%);
        margin: 0 auto;
    }

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

    .bottom-row[b-nwb5pwtrza], article[b-nwb5pwtrza] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}
