/* /Components/Administration/AdminBase.razor.rz.scp.css */

    .rz-custom-header[b-q8fof06eo2] {
        width: -webkit-fill-available;
    }

    /*   .menu {
        border:1px solid red;
        top:-10px;

        } */

    /*  .rz-navigation-item-text{
        color: black !important;
        }
        i{
        color: black!important;
        } */


/* /Layouts/MainLayout.razor.rz.scp.css */
.page[b-6mzt8y3i90] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6mzt8y3i90] {
    flex: 1;
}
footer[b-6mzt8y3i90] {
    background-color: black;
    color: white;
    text-align: center;
}

.sidebar[b-6mzt8y3i90] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    z-index: 999 !important;
    
}
.sidebar_login[b-6mzt8y3i90] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    z-index: 999 !important;
}
.top-row[b-6mzt8y3i90] {
    background-color: black;
    #f7f7f7*/ border-bottom: 0px solid #d6d5d5;
    position: fixed;
    padding: 4px;
    width: -webkit-fill-available;
    z-index: 9999;
}

    .top-row[b-6mzt8y3i90]  a, .top-row[b-6mzt8y3i90]  .btn-link {
        white-space: nowrap;
/*        margin-left: 1.5rem;*/
        text-decoration: none;
    }

    .top-row[b-6mzt8y3i90]  a:hover, .top-row[b-6mzt8y3i90]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6mzt8y3i90]  a:first-child {
        /*overflow: hidden;*/
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6mzt8y3i90] {
        justify-content: space-between;
        
    }

    .top-row[b-6mzt8y3i90]  a, .top-row[b-6mzt8y3i90]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6mzt8y3i90] {
        flex-direction: row;
    }

    .sidebar[b-6mzt8y3i90] {
        /*width: 250px;*/
        height: 100vh;
        position: sticky;
        top: 0;
        float: inline-start;
        z-index: 999 !important;
       
    }

    .sidebar_login[b-6mzt8y3i90] {
        /*width: 250px;*/
        height: 100vh;
        position: sticky;
        top: 0;
        float: inline-start;
        z-index: 999 !important;
        display:none;
    }
    .top-row[b-6mzt8y3i90] {
        position: fixed;
        top: 0;
        z-index: 9999;
        display: flow-root;
        padding: 4px;
    }

    .top-row.auth[b-6mzt8y3i90]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    /*.top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}

#blazor-error-ui[b-6mzt8y3i90] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-6mzt8y3i90] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/Authentication/Layout.razor.rz.scp.css */
.page[b-c512tcj6wi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c512tcj6wi] {
    flex: 1;
}

.sidebar[b-c512tcj6wi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    z-index: 999 !important;
    
}
.sidebar_login[b-c512tcj6wi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    z-index: 999 !important;
}
    .top-row[b-c512tcj6wi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem; 
    display: none;
    align-items: center;
}

    .top-row[b-c512tcj6wi]  a, .top-row[b-c512tcj6wi]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-c512tcj6wi]  a:hover, .top-row[b-c512tcj6wi]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-c512tcj6wi]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-c512tcj6wi] {
        justify-content: space-between;
        
    }

    .top-row[b-c512tcj6wi]  a, .top-row[b-c512tcj6wi]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c512tcj6wi] {
        flex-direction: row;
    }

    .sidebar[b-c512tcj6wi] {
        /*width: 250px;*/
        height: 100vh;
        position: sticky;
        top: 0;
        float: inline-start;
        z-index: 999 !important;
       
    }

    .sidebar_login[b-c512tcj6wi] {
        /*width: 250px;*/
        height: 100vh;
        position: sticky;
        top: 0;
        float: inline-start;
        z-index: 999 !important;
        display:none;
    }
    .top-row[b-c512tcj6wi] {
        position: sticky;
        top: 0;
        z-index: 1;
        display: flex;
    }

    .top-row.auth[b-c512tcj6wi]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-c512tcj6wi], article[b-c512tcj6wi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-c512tcj6wi] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-c512tcj6wi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/Secure/Layout.razor.rz.scp.css */
.page[b-7h2qhhdrba] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7h2qhhdrba] {
    flex: 1;
}

.sidebar[b-7h2qhhdrba] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    z-index: 999 !important;
    
}
.sidebar_login[b-7h2qhhdrba] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    z-index: 999 !important;
}
    .top-row[b-7h2qhhdrba] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem; 
    display: none;
    align-items: center;
}

    .top-row[b-7h2qhhdrba]  a, .top-row[b-7h2qhhdrba]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7h2qhhdrba]  a:hover, .top-row[b-7h2qhhdrba]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7h2qhhdrba]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7h2qhhdrba] {
        justify-content: space-between;
        
    }

    .top-row[b-7h2qhhdrba]  a, .top-row[b-7h2qhhdrba]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7h2qhhdrba] {
        flex-direction: row;
    }

    .sidebar[b-7h2qhhdrba] {
        /*width: 250px;*/
        height: 100vh;
        position: sticky;
        top: 0;
        float: inline-start;
        z-index: 999 !important;
       
    }

    .sidebar_login[b-7h2qhhdrba] {
        /*width: 250px;*/
        height: 100vh;
        position: sticky;
        top: 0;
        float: inline-start;
        z-index: 999 !important;
        display:none;
    }
    .top-row[b-7h2qhhdrba] {
        position: sticky;
        top: 0;
        z-index: 1;
        display: flex;
    }

    .top-row.auth[b-7h2qhhdrba]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7h2qhhdrba], article[b-7h2qhhdrba] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7h2qhhdrba] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-7h2qhhdrba] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
