@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/ASPortal.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ho34n350lt] {
    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-ho34n350lt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ASPortal.Web/Components/Pages/Portal/Customer/CustomerProfile.razor.rz.scp.css */
.profile-img-cont[b-9hre1f6vtb] {
    position: relative;
    width: 96px;
    padding-top: 96px; /* 1:1 Aspect Ratio */
    margin: 0 auto;
}

.profile-img-aspect[b-9hre1f6vtb] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-height: 100%;
    max-width: 100%;
}

.contact-card[b-9hre1f6vtb] {
    background: rgba(0, 0, 0, 0.8);
}

.payment-img[b-9hre1f6vtb]{
    height: 50px;
    margin: 5px;
}
/* _content/ASPortal.Web/Components/Pages/Portal/Customer/CustomersList.razor.rz.scp.css */

/* _content/ASPortal.Web/Components/Pages/Portal/Customer/CustomerView.razor.rz.scp.css */
.profile-img-cont[b-ikdbywv764] {
    position: relative;
    width: 96px;
    padding-top: 96px; /* 1:1 Aspect Ratio */
    margin: 0 auto;
}

.profile-img-aspect[b-ikdbywv764] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-height: 100%;
    max-width: 100%;
}

.contact-card[b-ikdbywv764] {
    background: rgba(0, 0, 0, 0.8);
}
/* _content/ASPortal.Web/Components/Pages/Portal/Dashboard.razor.rz.scp.css */
/* _content/ASPortal.Web/Components/Pages/Portal/Invoices/CreateInvoice.razor.rz.scp.css */
tbody[b-lqqxwwifbo] {
    display: block;
    height: 166px;
    overflow: auto;
}

    thead[b-lqqxwwifbo], tbody tr[b-lqqxwwifbo] {
        display: table;
        width: 100%;
        table-layout: fixed; /* even columns width , fix width of table too*/
    }

thead[b-lqqxwwifbo] {
    width: calc( 100%) /* scrollbar is average 1em/16px width, remove it from thead width */
}
/* _content/ASPortal.Web/Components/Pages/Portal/Invoices/ViewInvoice.razor.rz.scp.css */
.table_custom[b-lc35w08oi2] {
    --bs-table-bg: transparent !important;
}

.table_custom thead[b-lc35w08oi2] {

}
    .table_custom > :not(caption) > * > *[b-lc35w08oi2] {
        border-bottom-width: 0 !important;
    }
    .table_custom tr[b-lc35w08oi2] {
        border: none !important;
        
    }
/* _content/ASPortal.Web/Components/Pages/Portal/Users/UserProfile.razor.rz.scp.css */
.profile-img-cont[b-jbhe68du93] {
    position: relative;
    width: 96px;
    padding-top: 96px; /* 1:1 Aspect Ratio */
    margin: 10px auto 0 auto;
}

.profile-img-aspect[b-jbhe68du93] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-height: 100%;
    max-width: 100%;
}
/* _content/ASPortal.Web/Components/Pages/Public/Home.razor.rz.scp.css */
.banner-img-bg[b-rooiqc8evq] {
    background: rgba(0, 0, 0, 0.8);
}

.banner-img-txt[b-rooiqc8evq] {
    -webkit-text-stroke-color: #3d69b2;
    -webkit-text-stroke-width: 2px;
}
/* _content/ASPortal.Web/Components/Pages/Public/RequestAccount.razor.rz.scp.css */
.darken-bg[b-ocotpmhif7] {
    background: rgba(0, 0, 0, 0.8);
}
