/* /Layout/MainLayout.razor.rz.scp.css */
.top-bar[b-tsr0bce534] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.logo[b-tsr0bce534] {
    max-height: 42px;
}
/* /Layout/NavMainLayout.razor.rz.scp.css */
.nav-logo[b-a3yuchtiya] {
    max-height: 25px;
}

.nav-item[b-a3yuchtiya] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    color: grey;
}

    .nav-item:first-of-type[b-a3yuchtiya] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-a3yuchtiya] {
        padding-bottom: 1rem;
    }

    .nav-item[b-a3yuchtiya]  a {
        color: rgba(33,37,41,1);
        border-radius: 0.5rem;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding: 0.5rem;
    }

        .nav-item[b-a3yuchtiya]  a.active {
            background-color: rgba(33,37,41,1);
            color: var(--our-orange);
        }

        .nav-item[b-a3yuchtiya]  a:hover {
            background-color: rgba(33,37,41,1);
            color: white;
        }
