@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/FaxScan24.Web.Portal/Components/Admin/Layouts/AdminLayout.razor.rz.scp.css */
.page[b-gkmprwge4q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gkmprwge4q] {
    flex: 1;
}

.sidebar[b-gkmprwge4q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-gkmprwge4q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gkmprwge4q]  a, .top-row[b-gkmprwge4q]  .btn-link {
        white-space: nowrap;
        margin-right: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gkmprwge4q]  a:hover, .top-row[b-gkmprwge4q]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gkmprwge4q]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gkmprwge4q] {
        justify-content: space-between;
    }

    .top-row[b-gkmprwge4q]  a, .top-row[b-gkmprwge4q]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gkmprwge4q] {
        flex-direction: row;
    }

    .sidebar[b-gkmprwge4q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gkmprwge4q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gkmprwge4q]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gkmprwge4q], article[b-gkmprwge4q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gkmprwge4q] {
    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-gkmprwge4q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/FaxScan24.Web.Portal/Components/Admin/Layouts/AdminTabsLayout.razor.rz.scp.css */
/* _content/FaxScan24.Web.Portal/Components/Admin/Pages/Calls/List.razor.rz.scp.css */
.calls-grid thead th[b-ww51f2z92v] {
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: red;
}
/* _content/FaxScan24.Web.Portal/Components/Admin/Pages/Devices/AnnualCallChart.razor.rz.scp.css */
.chart-card .card-body > div[b-dywxboqhzm] {
    min-height: 450px;
}
/* _content/FaxScan24.Web.Portal/Components/Admin/Pages/Devices/Details.razor.rz.scp.css */
.save-success[b-7xzk7uqje0] {
    animation: fadeOut-b-7xzk7uqje0 3s forwards;
}

@keyframes fadeOut-b-7xzk7uqje0 {
    0%, 70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* _content/FaxScan24.Web.Portal/Components/Admin/Pages/Transactions/Details.razor.rz.scp.css */
.embedded-invoice table[b-eih0shp7m8] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* ensures both tables end up same width */
    background: #fff;
    font-size: .95rem;
}

.embedded-invoice th[b-eih0shp7m8],
.embedded-invoice td[b-eih0shp7m8] {
    border: 1px solid #000;
    padding: 6px 8px;
    vertical-align: middle;
}

.embedded-invoice th[b-eih0shp7m8] {
    background: dimgray;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

/* Shared fixed column widths so both tables align */
.embedded-invoice .w-qty[b-eih0shp7m8] {
    width: 110px;
}

.embedded-invoice .w-money[b-eih0shp7m8] {
    width: 140px;
}

.embedded-invoice .w-method[b-eih0shp7m8] {
    width: 220px;
}

.embedded-invoice .text-center[b-eih0shp7m8] {
    text-align: center;
}

.embedded-invoice .text-right[b-eih0shp7m8] {
    text-align: right;
}

.embedded-invoice .embedded-summary[b-eih0shp7m8] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    border: 1px solid #000;
    margin-top: 10px;
}

    .embedded-invoice .embedded-summary .label[b-eih0shp7m8] {
        padding: 6px 8px;
        text-align: right;
        border-right: 1px solid #000;
    }

    .embedded-invoice .embedded-summary .value[b-eih0shp7m8] {
        padding: 6px 8px;
        text-align: center;
        font-weight: 700;
    }

.embedded-invoice .due[b-eih0shp7m8] {
    background: lightpink;
}

.embedded-invoice .paid[b-eih0shp7m8] {
    background: lightgreen;
}

.embedded-invoice .over[b-eih0shp7m8] {
    background: orange;
}
/* _content/FaxScan24.Web.Portal/Components/Admin/Shared/DailyCallChart.razor.rz.scp.css */
.chart-card .card-body > div[b-yyrb9u658r] {
    min-height: 450px;
}
/* _content/FaxScan24.Web.Portal/Components/LibraryAdmin/Pages/Transactions/Details.razor.rz.scp.css */
.embedded-invoice table[b-mis81b7fsx] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* ensures both tables end up same width */
    background: #fff;
    font-size: .95rem;
}

.embedded-invoice th[b-mis81b7fsx],
.embedded-invoice td[b-mis81b7fsx] {
    border: 1px solid #000;
    padding: 6px 8px;
    vertical-align: middle;
}

.embedded-invoice th[b-mis81b7fsx] {
    background: dimgray;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

/* Shared fixed column widths so both tables align */
.embedded-invoice .w-qty[b-mis81b7fsx] {
    width: 110px;
}

.embedded-invoice .w-money[b-mis81b7fsx] {
    width: 140px;
}

.embedded-invoice .w-method[b-mis81b7fsx] {
    width: 220px;
}

.embedded-invoice .text-center[b-mis81b7fsx] {
    text-align: center;
}

.embedded-invoice .text-right[b-mis81b7fsx] {
    text-align: right;
}

.embedded-invoice .embedded-summary[b-mis81b7fsx] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    border: 1px solid #000;
    margin-top: 10px;
}

    .embedded-invoice .embedded-summary .label[b-mis81b7fsx] {
        padding: 6px 8px;
        text-align: right;
        border-right: 1px solid #000;
    }

    .embedded-invoice .embedded-summary .value[b-mis81b7fsx] {
        padding: 6px 8px;
        text-align: center;
        font-weight: 700;
    }

.embedded-invoice .due[b-mis81b7fsx] {
    background: lightpink;
}

.embedded-invoice .paid[b-mis81b7fsx] {
    background: lightgreen;
}

.embedded-invoice .over[b-mis81b7fsx] {
    background: orange;
}
