@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/KACApp/Components/Account/Shared/AccountLayout.razor.rz.scp.css */
.background[b-jr9w209b41] {
    background-image: url('./images/loginbackground.jpg'); 
    background-repeat: no-repeat; 
    background-size: cover;
}
/* _content/KACApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-laf6h41pmu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-laf6h41pmu] {
    flex: 1;
}

.sidebar[b-laf6h41pmu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-laf6h41pmu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-laf6h41pmu]  a, .top-row[b-laf6h41pmu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-laf6h41pmu]  a:hover, .top-row[b-laf6h41pmu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-laf6h41pmu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
@media (max-width: 768px) {
    .content-body .container-fluid[b-laf6h41pmu] {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .container-fluid[b-laf6h41pmu] {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .pl-4[b-laf6h41pmu], .px-4[b-laf6h41pmu] {
        padding-left: 0rem !important;
    }

    .pr-4[b-laf6h41pmu], .px-4[b-laf6h41pmu] {
        padding-right: 0rem !important;
    }
}

    @media (max-width: 640.98px) {
        .top-row[b-laf6h41pmu] {
            justify-content: space-between;
        }

            .top-row[b-laf6h41pmu]  a, .top-row[b-laf6h41pmu]  .btn-link {
                margin-left: 0;
            }
    }

    @media (min-width: 641px) {
        .page[b-laf6h41pmu] {
            flex-direction: row;
        }

        .sidebar[b-laf6h41pmu] {
            width: 250px;
            height: 100vh;
            position: sticky;
            top: 0;
        }

        .top-row[b-laf6h41pmu] {
            position: sticky;
            top: 0;
            z-index: 1;
        }

            .top-row.auth[b-laf6h41pmu]  a:first-child {
                flex: 1;
                text-align: right;
                width: 0;
            }

        .top-row[b-laf6h41pmu], article[b-laf6h41pmu] {
            padding-left: 2rem !important;
            padding-right: 1.5rem !important;
        }
    }

    #blazor-error-ui[b-laf6h41pmu] {
        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-laf6h41pmu] {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }
/* _content/KACApp/Components/Layout/NavMenu.razor.rz.scp.css */
.simple-icons--quickbooks[b-w3sg9ln9y6] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    position: relative;
    top: 5px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0m.642 4.134c.955 0 1.73.775 1.73 1.733v9.066h1.6a2.934 2.934 0 0 0 0-5.866h-.666V7.333h.665A4.663 4.663 0 0 1 20.63 12a4.662 4.662 0 0 1-4.658 4.667h-3.329zM7.984 7.333h3.329v12.533c-.956 0-1.73-.776-1.73-1.733V9.066h-1.6a2.934 2.934 0 0 0 0 5.867h.666v1.733h-.665A4.662 4.662 0 0 1 3.326 12a4.662 4.662 0 0 1 4.658-4.667'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.quickbooks-connected[b-w3sg9ln9y6]{
    color: green;
}
.quickbooks-disconnected[b-w3sg9ln9y6] {
    color: red;
}
