/* /Shared/LoginLayout.razor.rz.scp.css */
.page[b-ht90ykx0j6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ht90ykx0j6] {
    flex: 1;
}

.sidebar[b-ht90ykx0j6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ht90ykx0j6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ht90ykx0j6]  a, .top-row[b-ht90ykx0j6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ht90ykx0j6]  a:hover, .top-row[b-ht90ykx0j6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ht90ykx0j6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ht90ykx0j6] {
        display: none;
    }

    .top-row.auth[b-ht90ykx0j6] {
        justify-content: space-between;
    }

    .top-row[b-ht90ykx0j6]  a, .top-row[b-ht90ykx0j6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ht90ykx0j6] {
        flex-direction: row;
    }

    .sidebar[b-ht90ykx0j6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ht90ykx0j6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ht90ykx0j6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ht90ykx0j6], article[b-ht90ykx0j6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-iwgeaxm23x] {
    position: relative;
    display: flex;
    flex-direction: column;
    /*Code I added - Start*/
    max-height: 100vh;
    overflow-y: auto;
    /*Code I added - End*/
}

main[b-iwgeaxm23x] {
    flex: 1;
    /*Code I added - Start*/
    overflow-y: auto;
    /*Code I added - End*/
}

.sidebar[b-iwgeaxm23x] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #253656 70%);*/
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #000000 70%);
}

.top-row[b-iwgeaxm23x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    /*Code I added - Start*/
    max-height: 3.5rem;
    /*Code I added - End*/
    display: flex;
    align-items: center;
}

    .top-row[b-iwgeaxm23x]  a, .top-row[b-iwgeaxm23x]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-iwgeaxm23x]  a:hover, .top-row[b-iwgeaxm23x]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-iwgeaxm23x]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-iwgeaxm23x] {
        display: none;
    }

    .top-row.auth[b-iwgeaxm23x] {
        justify-content: space-between;
    }

    .top-row[b-iwgeaxm23x]  a, .top-row[b-iwgeaxm23x]  .btn-link {
        margin-left: 0;
    }

    /*Code I added - Start*/
    .page main[b-iwgeaxm23x] {
        display: flex;
        flex-direction: column;
        padding-bottom: 3.5rem;
    }

        .page main .top-row[b-iwgeaxm23x] {
            flex: 0 0 3.5rem;
        }
    /*Code I added - End*/
}

@media (min-width: 641px) {
    .page[b-iwgeaxm23x] {
        flex-direction: row;
    }

    .sidebar[b-iwgeaxm23x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    /*Code I added - Start*/
    .bottom-row[b-iwgeaxm23x] {
        left: 250px;
        width: calc(100vw - 250px);
        justify-content: flex-end;
    }
    /*Code I added - End*/

    .top-row[b-iwgeaxm23x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-iwgeaxm23x]  a:first-child {
        flex: 1;
        text-align: right;
        width: fit-content;
    }

    .top-row[b-iwgeaxm23x], article[b-iwgeaxm23x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/*user profile*/
.dropdown[b-iwgeaxm23x] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-iwgeaxm23x] {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: fit-content;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a[b-iwgeaxm23x] {
        /*color: black;*/
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover[b-iwgeaxm23x] {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content[b-iwgeaxm23x] {
    display: block;
}

/*footer*/
.bottom-row[b-iwgeaxm23x] {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    height: 3.5rem;
    max-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    bottom: 0;
    width: 100vw;
}

    /*Select all a elements where parent is a .bottom-row*/
    .bottom-row > a[b-iwgeaxm23x] {
        display: flex;
        color: rgb(33, 37, 41);
        /*color and text-decor used to not show it as link*/
        text-decoration: none;
        /*fontsize is the same copied from navbar-brand style inside NavMenu.razor.css*/
        font-size: 1.1rem;
    }

/*Optionally this selector will also work: main article.content*/
main > .content[b-iwgeaxm23x] {
    /*7rem comes from adding 3.5rem of top-row and 3.5rem of bottom-row*/
    height: calc(100vh - 7rem);
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e7amhmb2yo] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-e7amhmb2yo] {
    height: 3.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
    /*background-color: rgb(247 247 247);*/
    /*border-bottom: 1px solid #606060;*/
}



/*added by fery*/
.bottom-row[b-e7amhmb2yo] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-right: 28px;
}

.icon-menu-arrow[b-e7amhmb2yo] {
    text-align: right;
}





.navbar-brand[b-e7amhmb2yo] {
    font-size: 1.1rem;
}

.oi[b-e7amhmb2yo] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-e7amhmb2yo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-e7amhmb2yo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-e7amhmb2yo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-e7amhmb2yo]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-e7amhmb2yo]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-e7amhmb2yo]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-e7amhmb2yo] {
        display: none;
    }

    .collapse[b-e7amhmb2yo] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}



/*added by fery*/
@media (max-width: 640px) {
    .bottom-row[b-e7amhmb2yo] {
        display: block;
    }
}
