/* _content/Cossacks/Pages/NavigationItems/Edit.razor.rz.scp.css */
.languages-list[b-etoi73u28e] {
    border: 1px solid;
    margin: 1rem;
    padding: 1rem;
    height: 100%;
}

.languages-list__item[b-etoi73u28e]{
    cursor: pointer;
}

[b-etoi73u28e] .red .e-tab-text, .red-text[b-etoi73u28e]{
    color: red !important;
}

[b-etoi73u28e] .orange .e-tab-text {
    color: orange !important;
}

[b-etoi73u28e] .green .e-tab-text {
    color: green !important;
}
/* _content/Cossacks/Pages/NavigationPages/Edit.razor.rz.scp.css */
.languages-list[b-8pgl2g6v4f] {
    border: 1px solid;
    margin: 1rem;
    padding: 1rem;
    height: 100%;
}

.languages-list__item[b-8pgl2g6v4f]{
    cursor: pointer;
}

.red[b-8pgl2g6v4f]{
    color: red;
}

.orange[b-8pgl2g6v4f] {
    color: orange;
}

.green[b-8pgl2g6v4f] {
    color: green;
}
/* _content/Cossacks/Pages/Shared/EKVRegistration.razor.rz.scp.css */
.ekv-registration-form[b-2dmzdrit79] {

}

.ekv-registration-form-row[b-2dmzdrit79]{
    display: flex;
    flex-direction: row;
}

.ekv-registration-form-row__title[b-2dmzdrit79] {
    width: 25%;
}

.ekv-registration-form-row__field[b-2dmzdrit79] {
    width: 75%;
}
/* _content/Cossacks/Shared/MainLayout.razor.rz.scp.css */
.page[b-s8cpl3l2ob] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-s8cpl3l2ob] {
    flex: 1;
}


.top-row[b-s8cpl3l2ob] {
    background-color: #f7f7f7;
    justify-content: flex-end;
    height: 1.8rem;
    display: flex;
    align-items: center;
    
    &.collapse{
        justify-content: flex-start;
        flex-direction: column;
        gap: 1rem;
        position: fixed;
        width: 100%;
        margin-top: 100px;
    }
}

    .top-row[b-s8cpl3l2ob]  a, .top-row .btn-link[b-s8cpl3l2ob] {
        color: var(--top-row-color);
        white-space: nowrap;
        margin:  var(--top-row-link-margin);
        padding: var(--top-row-link-padding);
        text-decoration: var(--top-row-link-decoration);
        height: var(--top-row-link-height);
        font-weight: 300;
        font-size: var(--top-row-font-size);
        line-height: 20px !important;
        display: flex;
        align-items: center;
        
        &:hover, &.active{
            color: var(--top-row-color-active);
            border-bottom: var(--top-row-border-active);
        }
    }

    .top-row-container[b-s8cpl3l2ob]{
        margin: 15px 0 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        
    }
        .top-row-container-navbar[b-s8cpl3l2ob]{
            display: flex;
            width: 100%;
            justify-content: space-between;
        }
    
@media (max-width: 854px) {
    .top-row:not(.auth):not(.collapse)[b-s8cpl3l2ob]{
        display: none;;
    }

    .top-row.auth[b-s8cpl3l2ob] {
        justify-content: space-between;
    }

    .top-row a[b-s8cpl3l2ob], .top-row .btn-link[b-s8cpl3l2ob] {
        margin-left: 0;
        color: #000000;
    }
    .sidebar[b-s8cpl3l2ob] {
        margin: 0;
        width: 100% !important;
        box-shadow: 6px 7px 15px 0px rgba(0,0,0,0.2);
        position: sticky;
    }
}

@media (min-width: 855px) {
    .page[b-s8cpl3l2ob] {
        flex-direction: row;
    }

    .sidebar[b-s8cpl3l2ob] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-s8cpl3l2ob] {
        position: relative;
        top: 0;
        z-index: 1;
    }

    .top-row[b-s8cpl3l2ob], article[b-s8cpl3l2ob] {
        padding: var(--top-row-padding);
    }
}

.logo-container[b-s8cpl3l2ob]{
    width: var(--logo-top-left-conteiner-width);
}

.logo[b-s8cpl3l2ob] {
    max-width: var(--logo-top-left-max-width);
    max-height: var(--logo-top-left-max-height);
    margin: var(--logo-top-left-padding);
}

@media (min-width: 854px) {
    .navbar-toggler[b-s8cpl3l2ob] {
        display: none;
    }

    .collapse[b-s8cpl3l2ob] {
        /* Never collapse the sidebar for wide screens */
        display: flex;
    }

    .nav-scrollable[b-s8cpl3l2ob] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
    .top-row[b-s8cpl3l2ob] {
        &.collapse{
            justify-content: flex-end;
            flex-direction: row;
            gap: initial;
        }
    }
}
/* _content/Cossacks/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-833e065hoc] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-833e065hoc] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-833e065hoc] {
    font-size: 1.1rem;
}

.oi[b-833e065hoc] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.sidebar[b-833e065hoc] {
    z-index: 1000;
    font-family: var(--font-family);
    background-image: var(--siderbar-background-image);
    box-shadow: var(--siderbar-box-shadow);
    margin-top: 60px;
    left: 5%;
    bottom: 0;
    width: 300PX !important;
    min-width: 200px !important;
    background-color:var(--siderbar-background-color);
    padding: 0;
    overflow: hidden;
    display: var(--siderbar-display);
}
.nav-item[b-833e065hoc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-833e065hoc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-833e065hoc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-833e065hoc]  a {
        color: #666666;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-833e065hoc]  a.active {
            background-color: var(--siderbar-active-background-color);
            color: var(--siderbar-active-link-color) !important;
        }

.nav-item[b-833e065hoc]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: #3c3b3b;
}

@media (min-width: 854px) {
    .navbar-toggler[b-833e065hoc] {
        display: none;
    }

    .collapse[b-833e065hoc] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-833e065hoc] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
    .sidebar[b-833e065hoc] {
        box-shadow: 6px 7px 15px 0px rgba(0,0,0,0.2);
        position: sticky;
    }
}


.logo[b-833e065hoc]{
    max-width: 150px;
    max-height: 30px;
}
