@import '_content/Blazor.Toast/Blazor.Toast.ipgeq7ez3i.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/AccountSwitcher.razor.rz.scp.css */
.account-switcher[b-d4k19ydmj0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.account-switcher-caption[b-d4k19ydmj0] {
    color: #6c757d;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.account-switcher-name[b-d4k19ydmj0] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #495057;
    font-size: 0.875rem;
    font-weight: 500;
}

.account-switcher-menu[b-d4k19ydmj0] {
    position: relative;
}

.account-switcher-button[b-d4k19ydmj0] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    max-width: 14rem;
    padding: 0.25rem 0.65rem;
    overflow: hidden;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background: #fff;
    color: #495057;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.account-switcher-button:hover[b-d4k19ydmj0] {
    background: #eef4fb;
    border-color: #b8d4e8;
    color: #0f5f8f;
}

.account-switcher-chevron[b-d4k19ydmj0] {
    font-size: 0.65rem;
    opacity: 0.7;
}

.account-switcher-backdrop[b-d4k19ydmj0] {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: transparent;
}

.account-switcher-dropdown[b-d4k19ydmj0] {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    z-index: 1050;
    min-width: 14rem;
    margin: 0;
    padding: 0.35rem 0;
    list-style: none;
    background: #fff;
    border: 1px solid #d6d5d5;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}

.account-switcher-item[b-d4k19ydmj0] {
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    font-size: 0.9rem;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
}

.account-switcher-item:hover[b-d4k19ydmj0] {
    background: #f8f9fa;
    color: #0f5f8f;
    text-decoration: none;
}

.account-switcher-item.active[b-d4k19ydmj0] {
    background: #eef4fb;
    color: #0f5f8f;
    font-weight: 600;
}

.account-switcher-single[b-d4k19ydmj0] {
    cursor: help;
}
/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-5ravo31dbg] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.25rem;
    background: linear-gradient(145deg, #0b6f9c 0%, #0f5f8f 42%, #154a7a 100%);
    position: relative;
    overflow: hidden;
}

.auth-layout[b-5ravo31dbg]::before,
.auth-layout[b-5ravo31dbg]::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.auth-layout[b-5ravo31dbg]::before {
    width: 36rem;
    height: 36rem;
    top: -12rem;
    right: -10rem;
    background: radial-gradient(circle, rgba(46, 196, 191, 0.22) 0%, transparent 68%);
}

.auth-layout[b-5ravo31dbg]::after {
    width: 28rem;
    height: 28rem;
    bottom: -10rem;
    left: -8rem;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
}

.auth-layout-main[b-5ravo31dbg] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 26rem;
}
/* /Components/Layout/DisplayTimeZone.razor.rz.scp.css */
.display-timezone[b-deoldtkb2o] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background-color: #e8f2f8;
    color: #0f5f8f;
    font-size: 0.8125rem;
    text-decoration: none;
    white-space: nowrap;
}

.display-timezone:hover[b-deoldtkb2o] {
    background-color: #d5e6f2;
    text-decoration: none;
    color: #0b6f9c;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-s2i2o7u8yo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-s2i2o7u8yo] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-s2i2o7u8yo] {
    background: linear-gradient(180deg, #0b6f9c 0%, #0f5f8f 38%, #154a7a 100%);
    transition: width 0.2s ease;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 2px 0 12px rgba(15, 74, 122, 0.18);
}

.top-row[b-s2i2o7u8yo] {
    background-color: #f4f9fc;
    border-bottom: 1px solid #d5e6f2;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    overflow: visible;
    gap: 1rem;
}

.top-row-start[b-s2i2o7u8yo] {
    display: flex;
    align-items: center;
    min-width: 0;
    overflow: visible;
}

.top-row-tools[b-s2i2o7u8yo] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
    position: relative;
    overflow: visible;
    flex-shrink: 0;
}

    .top-row[b-s2i2o7u8yo]  a, .top-row[b-s2i2o7u8yo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #0f5f8f;
    }

    .top-row[b-s2i2o7u8yo]  a:hover, .top-row[b-s2i2o7u8yo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row-tools[b-s2i2o7u8yo]  a.display-timezone,
    .top-row-tools[b-s2i2o7u8yo]  a.display-timezone:hover {
        margin-left: 0;
        text-decoration: none;
    }

    .top-row-tools[b-s2i2o7u8yo]  a.user-menu-item,
    .top-row-tools[b-s2i2o7u8yo]  a.user-menu-item:hover,
    .top-row-tools[b-s2i2o7u8yo]  a.user-menu-signout,
    .top-row-tools[b-s2i2o7u8yo]  a.user-menu-signout:hover {
        margin-left: 0;
        text-decoration: none;
    }

    .top-row-tools[b-s2i2o7u8yo]  a.account-switcher-item,
    .top-row-tools[b-s2i2o7u8yo]  a.account-switcher-item:hover {
        margin-left: 0;
        text-decoration: none;
    }

    .top-row-start[b-s2i2o7u8yo]  a.account-switcher-item,
    .top-row-start[b-s2i2o7u8yo]  a.account-switcher-item:hover {
        margin-left: 0;
        text-decoration: none;
    }

    .top-row[b-s2i2o7u8yo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-s2i2o7u8yo] {
        justify-content: space-between;
    }

    .top-row[b-s2i2o7u8yo]  a, .top-row[b-s2i2o7u8yo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-s2i2o7u8yo] {
        flex-direction: row;
    }

    .sidebar[b-s2i2o7u8yo] {
        width: 15.5rem;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .sidebar.sidebar-collapsed[b-s2i2o7u8yo],
    html.sidebar-prefers-collapsed .sidebar[b-s2i2o7u8yo] {
        width: 4.25rem;
    }

    .top-row[b-s2i2o7u8yo] {
        position: sticky;
        top: 0;
        z-index: 100;
        overflow: visible;
        padding-left: 2rem !important;
    }

    .top-row[b-s2i2o7u8yo], article[b-s2i2o7u8yo] {
        padding-right: 1.5rem !important;
    }

    article.content[b-s2i2o7u8yo] {
        padding-left: 2rem !important;
        min-width: 0;
    }
}

#blazor-error-ui[b-s2i2o7u8yo] {
    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-s2i2o7u8yo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-nav[b-ut59ukakmh] {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    color: #e8f4fb;
}

.sidebar-header[b-ut59ukakmh] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.35rem;
    padding: 0.7rem 0.55rem 0.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.12);
}

.sidebar-brand-row[b-ut59ukakmh] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
    flex: 1;
}

.sidebar-brand-mark[b-ut59ukakmh] {
    display: inline-flex;
    flex-shrink: 0;
    text-decoration: none;
}

.sidebar-brand-mark:hover[b-ut59ukakmh] {
    text-decoration: none;
}

.sidebar-brand-icon[b-ut59ukakmh] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.55rem;
    object-fit: contain;
    background: #fff;
    padding: 0.15rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.sidebar-brand-copy[b-ut59ukakmh] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.15;
    gap: 0.1rem;
}

.sidebar-brand-app[b-ut59ukakmh] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

.sidebar-brand-company[b-ut59ukakmh] {
    font-size: 0.62rem;
    color: rgba(232, 244, 251, 0.72);
    white-space: nowrap;
}

.sidebar-collapse-btn[b-ut59ukakmh] {
    display: none;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0.15rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.35rem;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.92);
    cursor: pointer;
    flex-shrink: 0;
}

.sidebar-collapse-btn:hover[b-ut59ukakmh] {
    background: rgba(46, 196, 191, 0.28);
    border-color: rgba(46, 196, 191, 0.55);
    color: #fff;
}

.navbar-toggler[b-ut59ukakmh] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ut59ukakmh] {
    background-color: rgba(255, 255, 255, 0.5);
}

.nav-item[b-ut59ukakmh] {
    font-size: 0.84rem;
    padding: 0 0.45rem 0.1rem;
}

.nav-item:first-of-type[b-ut59ukakmh] {
    padding-top: 0.45rem;
}

.nav-item:last-of-type[b-ut59ukakmh] {
    padding-bottom: 0.45rem;
}

.nav-item[b-ut59ukakmh]  .nav-link {
    color: rgba(232, 244, 251, 0.88);
    background: none;
    border: none;
    border-radius: 0.45rem;
    min-height: 2rem;
    padding: 0.35rem 0.55rem;
    display: flex;
    align-items: center;
    line-height: 1.2;
    width: 100%;
    white-space: nowrap;
    text-decoration: none;
}

.nav-item[b-ut59ukakmh]  a.active {
    background: linear-gradient(90deg, rgba(46, 196, 191, 0.35), rgba(26, 110, 181, 0.35));
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.nav-item[b-ut59ukakmh]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
}

.nav-section-label[b-ut59ukakmh] {
    margin: 0.4rem 0.55rem 0.1rem;
    padding-top: 0.45rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(232, 244, 251, 0.55);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
}

.nav-icon-fa[b-ut59ukakmh] {
    width: 1.15rem;
    margin-right: 0.6rem;
    text-align: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    opacity: 0.95;
}

.nav-text[b-ut59ukakmh] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-scrollable[b-ut59ukakmh] {
    display: none;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 0.5rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ut59ukakmh] {
    display: block;
}

.sidebar-nav.collapsed .sidebar-brand-copy[b-ut59ukakmh],
.sidebar-nav.collapsed .nav-text[b-ut59ukakmh] {
    display: none;
}

.sidebar-nav.collapsed .nav-section-label[b-ut59ukakmh] {
    font-size: 0;
    margin: 0.35rem 0.55rem;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    height: 0;
}

.sidebar-nav.collapsed .sidebar-header[b-ut59ukakmh] {
    flex-direction: column;
    align-items: center;
    padding: 0.55rem 0.3rem;
    gap: 0.45rem;
}

.sidebar-nav.collapsed .sidebar-brand-row[b-ut59ukakmh] {
    justify-content: center;
}

.sidebar-nav.collapsed .sidebar-brand-icon[b-ut59ukakmh] {
    width: 2rem;
    height: 2rem;
}

.sidebar-nav.collapsed .sidebar-collapse-btn[b-ut59ukakmh] {
    margin-top: 0;
    width: 100%;
}

.sidebar-nav.collapsed .nav-item[b-ut59ukakmh] {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.sidebar-nav.collapsed .nav-item[b-ut59ukakmh]  .nav-link {
    justify-content: center;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
}

.sidebar-nav.collapsed .nav-icon-fa[b-ut59ukakmh] {
    margin-right: 0;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ut59ukakmh] {
        display: none;
    }

    .sidebar-collapse-btn[b-ut59ukakmh] {
        display: inline-flex;
    }

    .nav-scrollable[b-ut59ukakmh] {
        display: block;
    }
}

@media (max-width: 640.98px) {
    .sidebar-header[b-ut59ukakmh] {
        padding-right: 3.5rem;
    }

    .sidebar-collapse-btn[b-ut59ukakmh] {
        display: none;
    }
}
/* /Components/Layout/UserMenu.razor.rz.scp.css */
.user-menu[b-188bltsdut] {
    position: relative;
    flex-shrink: 0;
}

.user-menu-trigger[b-188bltsdut] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid #d6d5d5;
    border-radius: 50%;
    background: #fff;
    color: #4a4a4a;
    cursor: pointer;
    line-height: 1;
}

.user-menu-trigger:hover[b-188bltsdut] {
    background: #eef4fb;
    color: #006bb7;
}

.user-menu-trigger .fa-user-circle[b-188bltsdut] {
    font-size: 1.35rem;
    line-height: 1;
}

.user-menu-backdrop[b-188bltsdut] {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: transparent;
}

.user-menu-dropdown[b-188bltsdut] {
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    min-width: 12rem;
    padding: 0.35rem 0;
    background: #fff;
    border: 1px solid #d6d5d5;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}

.user-menu-item[b-188bltsdut],
.user-menu-dropdown[b-188bltsdut]  a.user-menu-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 1rem;
    border: 0;
    background: none;
    color: #212529;
    text-decoration: none;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.4;
    cursor: pointer;
    box-sizing: border-box;
}

.user-menu-item:hover[b-188bltsdut],
.user-menu-dropdown[b-188bltsdut]  a.user-menu-item:hover {
    background: #f8f9fa;
    color: #006bb7;
    text-decoration: none;
}

.user-menu-signout[b-188bltsdut] {
    color: #b02a37;
}

.user-menu-signout:hover[b-188bltsdut],
.user-menu-dropdown[b-188bltsdut]  a.user-menu-signout:hover {
    color: #842029;
    background: #fff5f5;
}

.user-menu-divider[b-188bltsdut] {
    height: 1px;
    margin: 0.25rem 0;
    background: #e9ecef;
}

.user-menu-item i[b-188bltsdut],
.user-menu-signout i[b-188bltsdut] {
    width: 1rem;
    text-align: center;
}
/* /Components/LoadingSpinner.razor.rz.scp.css */
.loading-spinner[b-h23a9k2ivz] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.loading-spinner-centered[b-h23a9k2ivz] {
    min-height: 14rem;
    padding: 2.5rem 1.5rem;
}

.loading-spinner-page[b-h23a9k2ivz] {
    min-height: 24rem;
    padding: 3rem 1.5rem;
}

.loading-spinner-fill[b-h23a9k2ivz] {
    flex: 1 1 auto;
    align-self: stretch;
    min-height: 0;
    padding: 2rem 1.5rem;
}

.loading-spinner-inline[b-h23a9k2ivz] {
    min-height: 7rem;
    padding: 1.5rem;
}

.loading-spinner__visual[b-h23a9k2ivz] {
    position: relative;
    width: 4.75rem;
    height: 4.75rem;
}

.loading-spinner__ring[b-h23a9k2ivz] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 0.3rem solid transparent;
    animation: loading-spinner-rotate-b-h23a9k2ivz 1.1s cubic-bezier(0.55, 0.15, 0.45, 0.85) infinite;
}

.loading-spinner__ring--outer[b-h23a9k2ivz] {
    border-top-color: var(--rs-brand-teal, #2ec4bf);
    border-right-color: rgba(46, 196, 191, 0.35);
    animation-duration: 1.1s;
}

.loading-spinner__ring--inner[b-h23a9k2ivz] {
    inset: 0.85rem;
    border-width: 0.28rem;
    border-top-color: var(--rs-brand-blue, #1a6eb5);
    border-left-color: rgba(26, 110, 181, 0.3);
    animation-duration: 0.85s;
    animation-direction: reverse;
}

.loading-spinner--small .loading-spinner__visual[b-h23a9k2ivz] {
    width: 2.75rem;
    height: 2.75rem;
}

.loading-spinner--small .loading-spinner__ring[b-h23a9k2ivz] {
    border-width: 0.24rem;
}

.loading-spinner--small .loading-spinner__ring--inner[b-h23a9k2ivz] {
    inset: 0.55rem;
    border-width: 0.2rem;
}

@keyframes loading-spinner-rotate-b-h23a9k2ivz {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .loading-spinner__ring[b-h23a9k2ivz] {
        animation-duration: 1.75s;
    }
}
/* /Components/MoneyAmount.razor.rz.scp.css */
.money-amount[b-23qsfapfni] {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
/* /Components/Pages/CloverToQuickbooksTransfer/TransferJobDetail.razor.rz.scp.css */
.job-detail-label[b-uxihgaisil] {
    color: #6c757d;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.2rem;
}

.job-detail-value[b-uxihgaisil] {
    font-size: 0.95rem;
    color: #212529;
}

.job-entry-metadata-row > td[b-uxihgaisil] {
    background: #f8f9fa;
    border-top: 0;
    padding: 0.35rem 0.85rem 0.85rem;
}

.job-entry-metadata-details[b-uxihgaisil] {
    margin: 0;
}

.job-entry-metadata-summary[b-uxihgaisil] {
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0f5f8f;
    user-select: none;
}

.job-entry-metadata-summary:hover[b-uxihgaisil] {
    text-decoration: underline;
}

.job-entry-metadata-pre[b-uxihgaisil] {
    max-height: 14rem;
    overflow: auto;
    margin: 0.5rem 0 0;
    padding: 0.75rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    font-size: 0.8rem;
    line-height: 1.45;
    white-space: pre-wrap;
    word-break: break-word;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-header h1[b-oovckuxxru] {
    font-size: 1.75rem;
}

.home-stat-card[b-oovckuxxru] {
    border: 1px solid #e9ecef;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.04);
}

.home-stat-label[b-oovckuxxru] {
    color: #6c757d;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.home-stat-value[b-oovckuxxru] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0.35rem 0;
    color: #212529;
}

.home-stat-value-sm[b-oovckuxxru] {
    font-size: 1.1rem;
    font-weight: 600;
}

.home-stat-link[b-oovckuxxru] {
    font-size: 0.85rem;
}
/* /Components/Pages/UserAccount/Login.razor.rz.scp.css */
.login-shell[b-96t6713hmz] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.login-brand[b-96t6713hmz] {
    text-align: center;
    color: #fff;
}

.login-logo[b-96t6713hmz] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.85rem;
    object-fit: contain;
    background: #fff;
    padding: 0.35rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    margin-bottom: 0.85rem;
}

.login-title[b-96t6713hmz] {
    font-size: 1.65rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0;
    color: #fff;
}

.login-tagline[b-96t6713hmz] {
    margin: 0.2rem 0 0;
    font-size: 0.8rem;
    color: rgba(232, 244, 251, 0.78);
    letter-spacing: 0.02em;
}

.login-card[b-96t6713hmz] {
    background: #fff;
    border-radius: 1rem;
    padding: 1.75rem 1.75rem 1.5rem;
    box-shadow:
        0 1rem 2.5rem rgba(15, 74, 122, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.12);
}

.login-card-title[b-96t6713hmz] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 0.25rem;
}

.login-card-subtitle[b-96t6713hmz] {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0 0 1.25rem;
}

.login-card .form-label[b-96t6713hmz] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #495057;
}

.login-card .form-control[b-96t6713hmz] {
    border-color: #d5e6f2;
    padding: 0.55rem 0.75rem;
}

.login-card .form-control:focus[b-96t6713hmz] {
    border-color: var(--rs-brand-teal);
}

.login-card .btn-primary[b-96t6713hmz] {
    width: 100%;
    padding: 0.6rem 1rem;
    font-weight: 600;
    margin-top: 0.25rem;
}

.login-divider[b-96t6713hmz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.25rem 0;
    color: #adb5bd;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.login-divider[b-96t6713hmz]::before,
.login-divider[b-96t6713hmz]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e9ecef;
}

.login-google-btn[b-96t6713hmz] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.55rem 1rem;
    font-weight: 600;
    border-color: #d5e6f2;
    color: #495057;
    background: #fff;
}

.login-google-btn:hover[b-96t6713hmz] {
    background: #f4f9fc;
    border-color: #b8d4e8;
    color: #212529;
}

.login-google-icon[b-96t6713hmz] {
    width: 1.1rem;
    height: 1.1rem;
}

.login-footer[b-96t6713hmz] {
    margin: 1.25rem 0 0;
    text-align: center;
    font-size: 0.9rem;
}

.login-footer a[b-96t6713hmz] {
    font-weight: 600;
    text-decoration: none;
}

.login-footer a:hover[b-96t6713hmz] {
    text-decoration: underline;
}
/* /Components/Transfer/Forms/MappingFormSection.razor.rz.scp.css */
.config-form-section + .config-form-section[b-jy17t4hink] {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid #e9ecef;
}

.config-form-section-title[b-jy17t4hink] {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: 1rem;
}
/* /Components/Transfer/TransferPipelineIcons.razor.rz.scp.css */
.transfer-pipeline-icons[b-xd025qsytc] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    line-height: 0;
}

.transfer-pipeline-icons .pipeline-icon[b-xd025qsytc] {
    font-size: 1.35rem;
    line-height: 1;
}

.transfer-pipeline-icons .pipeline-icon-clover[b-xd025qsytc],
.transfer-pipeline-icons .pipeline-icon-qbo[b-xd025qsytc] {
    width: 1.35rem;
    height: 1.35rem;
}

.transfer-pipeline-icons .pipeline-icon-clover[b-xd025qsytc] {
    color: #008033;
}

.transfer-pipeline-icons .pipeline-icon-shopify[b-xd025qsytc] {
    color: #96bf48;
}

.transfer-pipeline-icons .pipeline-icon-qbo[b-xd025qsytc] {
    color: #2ca01c;
}

.transfer-pipeline-icons .pipeline-arrow[b-xd025qsytc] {
    font-size: 0.85rem;
    color: #6c757d;
}
