@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bwfmfibeoq.bundle.scp.css';

/* /Pages/AppDett.razor.rz.scp.css */
[b-q2p6cu5jbc] > .both-gradient {
    --scroll-fade-next: var(--fill-color);
    --scroll-fade-previous: var(--fill-color)
}
/* /Pages/AppList.razor.rz.scp.css */
[b-cyg2ogye3w] > .both-gradient {
    --scroll-fade-next: var(--fill-color);
    --scroll-fade-previous: var(--fill-color);
}
/* /Pages/CustDett.razor.rz.scp.css */
.app-link[b-y6yyntgoij] {
    cursor: pointer;
}

#applist[b-y6yyntgoij] {
    table-layout: fixed;
    width: 100%;
}

#userlist[b-y6yyntgoij] {
    table-layout: fixed;
    width: 100%;
}

:root[b-y6yyntgoij] {
    --row-height: 75px;
}

[role=gridcell][b-y6yyntgoij] {
    height: var(--row-height) !important;
}
/* /Pages/CustList.razor.rz.scp.css */
[b-bf4mnmcov4] > .both-gradient {
    --scroll-fade-next: var(--fill-color);
    --scroll-fade-previous: var(--fill-color);
}
/* /Pages/UserChgPassword.razor.rz.scp.css */
#xbt-row[b-lhfzbmncoo] {
    display: block;
    text-align: center;
}

#xbt-cnt-fields[b-lhfzbmncoo] {
    display: inline-block;
}
/* /Pages/UserEdit.razor.rz.scp.css */
#xbt-customers-dropdown[b-oilz5t1qt0] {
    /*max-height: 100px;*/
    overflow-y: auto;
}

#xbt_PasswordChange[b-oilz5t1qt0] {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 50%;
}

.custom-control-input:focus ~
.custom-control-label[b-oilz5t1qt0]::before {
    /* when the button is toggled off 
  it is still in focus and a green border will appear */
    border-color: green !important;
    /* box shadow is blue by default
  but we do not want any shadow hence we have set 
  all the values as 0 */
    box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0) !important;
}

/*sets the background color of
          switch to green when it is checked*/
.custom-control-input:checked ~
.custom-control-label[b-oilz5t1qt0]::before {
    border-color: green !important;
    background-color: green !important;
}

/*sets the background color of
          switch to green when it is active*/
.custom-control-input:active ~
.custom-control-label[b-oilz5t1qt0]::before {
    background-color: green !important;
    border-color: green !important;
}

/*sets the border color of switch
          to green when it is not checked*/
.custom-control-input:focus:not(:checked) ~ .custom-control-label[b-oilz5t1qt0]::before {
    border-color: green !important;
}

#btndelcust[b-oilz5t1qt0]{
    position:relative;
    right:0;
    bottom :-33px;
}

.rowselect[b-oilz5t1qt0]{
    margin-top:5px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-m2flk01v98] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-m2flk01v98] {
    flex: 1;
}

.sidebar[b-m2flk01v98] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: white;
    border-right: 1px solid #d6d5d5;
}

.top-row[b-m2flk01v98] {
/*    background-color: #f7f7f7;
    background-color: #ffa710;*/

    background-color: white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-m2flk01v98]  a, .top-row .btn-link[b-m2flk01v98] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-m2flk01v98] {
        overflow: hidden;
        text-overflow: ellipsis;
    }


.top-menu-row[b-m2flk01v98] {
    /*    background-color: #f7f7f7;
    background-color: #ffa710;*/
    background-color: white;
    border-bottom: 1px solid #d6d5d5;
    /*justify-content: flex-end;*/
    /*height: 3.5rem;*/
    display: flex;
    padding-top: 10px;
    /*align-items: center;*/
    /*height: 30px;*/
}

    .top-menu-row[b-m2flk01v98]  a, .top-row .btn-link[b-m2flk01v98] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-menu-row a:first-child[b-m2flk01v98] {
        overflow: hidden;
        text-overflow: ellipsis;
    }


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-m2flk01v98] {
        /*display: none;*/
    }

    .top-row.auth[b-m2flk01v98] {
        justify-content: space-between;
    }

    .top-row a[b-m2flk01v98], .top-row .btn-link[b-m2flk01v98] {
        margin-left: 0;
    }

    .top-menu-row:not(.auth)[b-m2flk01v98] {
        /*display: none;*/
    }

    .top-menu-row.auth[b-m2flk01v98] {
        justify-content: space-between;
    }

    .top-menu-row a[b-m2flk01v98], .top-row .btn-link[b-m2flk01v98] {
        margin-left: 0;
    }



}
@media (min-width: 700px) {
    .page[b-m2flk01v98] {
        flex-direction: row;
    }

    .sidebar[b-m2flk01v98] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

/*    main {
        width: 100vh;
    }*/

    .top-row[b-m2flk01v98] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .top-menu-row[b-m2flk01v98] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .main > div[b-m2flk01v98] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}



/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e1j78wa3oa] {
    /*background-color: rgba(255, 255, 255, 0.1);*/
    background-color: #ffa710;
}

.top-row[b-e1j78wa3oa] {
    height: 6rem;
    background-color: white;
    /*border-right: 1px solid #d6d5d5;*/
    /*background-color: rgba(0,0,0,0.4);*/
}

.navbar-brand[b-e1j78wa3oa] {
    font-size: 1.1rem;
    margin-left: 0.2rem;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    
}

    .navbar-brand img[b-e1j78wa3oa] {
        height: 4.5rem;
    }

.menu-ico[b-e1j78wa3oa], .oi[b-e1j78wa3oa] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    
    top: -2px;
}

.nav-item[b-e1j78wa3oa] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-e1j78wa3oa] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-e1j78wa3oa] {
        padding-bottom: 1rem;
    }

    .nav-item[b-e1j78wa3oa]  a {
        /*color: #d7d7d7;*/
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-e1j78wa3oa]  a.active {
            background-color: rgba(255,255,255,0.25);
            background-color: #FFDF75;
            color: black;
            /*color: white;*/
        }

        .nav-item[b-e1j78wa3oa]  a:hover {
            /*background-color: rgba(255,255,255,0.1);*/
            background-color: #ffc107;
            color: black;
            /*color: white;*/
        }

@media (min-width: 700px) {
    .navbar-toggler[b-e1j78wa3oa] {
        display: none;
    }

    .collapse[b-e1j78wa3oa] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.app-link[b-e1j78wa3oa] {
    cursor: pointer;
}


/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 6rem;
    background-color: white;
    border-right: 1px solid #d6d5d5;
}

.navbar {
    padding: 0;
    
}

.navbar-brand {
    font-size: 1.1rem;
    margin-left: 0.2rem;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    
}

    .navbar-brand img {
        height: 5.5rem;
    }

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}
.fa {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/
/* /Shared/TopMenu.razor.rz.scp.css */

@media (max-width: 640.98px) {
    .xbt-hiddenSmall[b-vr0h8n4axu] {
        display: none;
    }

}

@media (min-width: 641px) {
    .xbt-hiddenSmall[b-vr0h8n4axu] {
        display: block;
    }
}
