/* /Components/DynamicFormRenderer.razor.rz.scp.css */
.dynamicform-card[b-56dp3sd8nv] {
    margin-bottom: 1.1em;
    background: #fcfdff;
    border-radius: 13px;
    border: 1.5px solid #d0e6f4;
    box-shadow: 0 2px 10px #dff1f950;
    padding: 1.05em 1.12em .8em 1.15em;
    transition: box-shadow 0.18s;
}

.dynamicform-card-title[b-56dp3sd8nv] {
    font-size: 1.18em;
    font-weight: 700;
    color: #153052;
    margin-bottom: .3em;
    letter-spacing: .01em;
}

.dynamicform-card-desc[b-56dp3sd8nv] {
    color: #5b6c89;
    font-size: 0.97em;
    margin-bottom: .78em;
}

.dynamicform-field-label[b-56dp3sd8nv] {
    display: block;
    font-weight: 600;
    color: #204066;
    margin-bottom: 3px;
    font-size: 1.01em;
    letter-spacing: 0.02em;
}

.dynamicform-radio-row[b-56dp3sd8nv] {
    /* Remove background and border-radius here if present */
    display: flex;
    align-items: center;
    margin-bottom: 0.69em;
    border: none;
    background: none;
    box-shadow: none;
}

.dynamicform-radio-group[b-56dp3sd8nv],
.dynamicform-textbox[b-56dp3sd8nv],
.dynamicform-dropdown[b-56dp3sd8nv] {
    margin-bottom: 0.7em;
}

.dynamicform-textbox[b-56dp3sd8nv] {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.3em;
    width: 100%;
}

.dynamicform-textbox input[type="text"][b-56dp3sd8nv],
.dynamicform-textbox input[type="date"][b-56dp3sd8nv] {
    border-radius: 6px;
    border: 1.5px solid #b7cbe7;
    padding: 0.32em 0.9em;
    font-size: 1.08em;
    background: #f7fbfd;
    margin-top: 4px;
    width: 100%;
    box-sizing: border-box;
}

.dynamicform-textbox-inner[b-56dp3sd8nv] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

.dynamicform-textbox-inner input[type="text"][b-56dp3sd8nv] {
    width: 100%;
    box-sizing: border-box;
}

.dynamicform-textbox-inner .text-danger[b-56dp3sd8nv] {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    text-align: left !important;
    margin: 0.18em 0 0.11em 0;
    padding: 0;
    box-sizing: border-box;
}

.text-danger[b-56dp3sd8nv], .field-validation-message[b-56dp3sd8nv] {
    color: #d04040 !important;
    font-size: 0.97em;
    margin-top: 0.18em;
    margin-bottom: 0.11em;
    line-height: 1.33;
    font-weight: 500;
    display: block;
    width: 100%;
    white-space: normal !important;
    word-break: break-word !important;
    text-align: left;
}

/* Updated Dropdown Styles */
.dynamicform-dropdown[b-56dp3sd8nv] {
    display: flex;
    flex-direction: column;
    gap: 0.23em;
    width: 100%;
}

.dynamicform-dropdown select[b-56dp3sd8nv] {
    border: 1.5px solid #b7cbe7;
    border-radius: 6px;
    padding: 0.34em 1em 0.34em 0.8em;
    font-size: 1.08em;
    min-width: 180px; /* wider default */
    width: 100%; /* fills parent */
    background: #f7fbfd;
    margin-top: 0.1em;
    margin-bottom: 0.12em;
    box-sizing: border-box;
    transition: border 0.13s;
    display: block; /* ensure full width */
}

.dynamicform-dropdown select:focus[b-56dp3sd8nv] {
    border-color: #3585b7;
    outline: none;
    background: #f0f7fd;
}

.dynamicform-displayfield[b-56dp3sd8nv] {
    font-size: 1.09em;
    color: #226a91;
    margin-bottom: 0.5em;
}

.dynamicform-displayvalue[b-56dp3sd8nv] {
    color: #3585b7;
    font-weight: 600;
    margin-left: 0.22em;
}

.dynamicform-helptext[b-56dp3sd8nv] {
    display: block;
    margin-top: 2px;
    color: #6c757d; /* Bootstrap's "text-muted" */
    font-size: 0.95em;
    font-style: italic;
    line-height: 1.3;
}

@media (max-width: 700px) {
    .dynamicform-card[b-56dp3sd8nv] {
        padding: .7em .5em .4em .5em;
        border-radius: 10px;
    }

    .dynamicform-dropdown select[b-56dp3sd8nv] {
        min-width: 100px;
        font-size: 1em;
    }
}
/* /Components/LoadingSpinner.razor.rz.scp.css */
.centered-spinner[b-8yzktfyk33] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(255,255,255,0.7);
}

    .centered-spinner i[b-8yzktfyk33] {
        margin-bottom: 1rem;
    }
/* /Components/RedirectToLogin.razor.rz.scp.css */
.session-expired-page[b-a2ydog2h7o] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-6, 1.5rem);
}

.session-expired-page .content-card[b-a2ydog2h7o] {
    width: 100%;
    max-width: 420px;
    padding: var(--space-8, 2rem);
    text-align: center;
    border: 1px solid #d7e4ee;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 24px rgba(60, 90, 120, 0.14);
}

.session-expired-icon[b-a2ydog2h7o] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0 auto 0.75rem;
    border-radius: 999px;
    color: #5f7388;
    background: rgba(228, 238, 247, 0.7);
}

.session-expired-icon i[b-a2ydog2h7o] {
    font-size: 1.25rem;
    line-height: 1;
}

.session-expired-page h2[b-a2ydog2h7o] {
    margin: 0 0 0.5rem;
    color: #18304b;
    font-size: clamp(1.35rem, 1.22rem + 0.35vw, 1.55rem);
    font-weight: 600;
}

.session-expired-page p[b-a2ydog2h7o] {
    margin: 0 0 1.25rem;
    color: #475467;
}

.session-expired-page .btn-primary[b-a2ydog2h7o] {
    min-width: 200px;
    padding: var(--space-3, 0.75rem) var(--space-6, 1.5rem);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-72r3efmh83] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.frame-header-row[b-72r3efmh83] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 64px;
    padding: 12px 6px 10px;
}

.frame-brand[b-72r3efmh83] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.frame-brand-logo[b-72r3efmh83] {
    display: block;
    width: 104px;
    height: auto;
    flex-shrink: 0;
}

.frame-title[b-72r3efmh83] {
    color: #7b8794;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
}

.header-actions[b-72r3efmh83] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin-left: auto;
}

.header-utility-btn[b-72r3efmh83] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.45rem 0.65rem;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #6f7a86;
    cursor: pointer;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.header-utility-btn:hover[b-72r3efmh83] {
    background: rgba(148, 163, 184, 0.12);
    color: #394452;
}

.header-utility-btn:focus-visible[b-72r3efmh83] {
    outline: none;
    background: rgba(148, 163, 184, 0.16);
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.14);
    color: #26313d;
}

.header-utility-btn i[b-72r3efmh83] {
    font-size: 0.98rem;
}

@media (max-width: 640.98px) {
    .frame-header-row[b-72r3efmh83] {
        min-height: 56px;
        padding: 10px 4px 8px;
    }

    .frame-brand[b-72r3efmh83] {
        gap: 8px;
    }

    .frame-brand-logo[b-72r3efmh83] {
        width: 82px;
    }

    .frame-title[b-72r3efmh83] {
        font-size: 0.875rem;
        letter-spacing: 0.01em;
    }

    .header-utility-btn[b-72r3efmh83] {
        padding: 0.42rem 0.55rem;
        font-size: 0.88rem;
    }
}

main[b-72r3efmh83] {
    flex: 1;
}

.sidebar[b-72r3efmh83] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-72r3efmh83] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-72r3efmh83]  a, .top-row[b-72r3efmh83]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

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

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

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

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

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

    .sidebar[b-72r3efmh83] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-72r3efmh83] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-72r3efmh83]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-72r3efmh83], article[b-72r3efmh83] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/AdminOrders.razor.rz.scp.css */
.content-card[b-r8wfkrg3k3] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 12px;
}

.adminorders-page[b-r8wfkrg3k3] {
    color: #243447;
    padding-inline: 1.25rem;
}

.adminorders-hero[b-r8wfkrg3k3] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.adminorders-hero h1[b-r8wfkrg3k3] {
    margin: 0;
    color: #18304b;
    font-size: clamp(1.75rem, 1.68rem + 0.38vw, 1.95rem);
    font-weight: 500;
    line-height: 1.1;
}

.adminorders-subtitle[b-r8wfkrg3k3] {
    margin: 0;
    color: #44495a;
    font-size: 1.03rem;
    line-height: 1.55;
    max-width: 38rem;
}

.adminorders-toolbar-section[b-r8wfkrg3k3],
.adminorders-table-section[b-r8wfkrg3k3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.adminorders-toolbar[b-r8wfkrg3k3] {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.adminorders-filter[b-r8wfkrg3k3],
.adminorders-pager[b-r8wfkrg3k3] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.adminorders-filter[b-r8wfkrg3k3] {
    flex: 1 1 auto;
    max-width: 36rem;
}

.adminorders-table-footer[b-r8wfkrg3k3] {
    display: flex;
    padding-bottom: 0.5rem;
}

.adminorders-pager[b-r8wfkrg3k3] {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
    padding: 0.85rem 1rem;
    border: 1px solid #d7e4ee;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(246, 250, 253, 0.96), rgba(238, 245, 251, 0.9));
    box-shadow: 0 8px 20px rgba(25, 53, 80, 0.05);
}

.adminorders-pager-nav[b-r8wfkrg3k3] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
    margin-left: auto;
}

.adminorders-pager-meta[b-r8wfkrg3k3] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    min-height: 40px;
}

.adminorders-count[b-r8wfkrg3k3] {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 0;
    padding: 0 0.75rem;
    border-radius: 999px;
    background: rgba(51, 137, 201, 0.08);
    color: #426076;
    font-size: 0.92rem;
    font-weight: 600;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.adminorders-bulk-actions[b-r8wfkrg3k3] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
}

.adminorders-input[b-r8wfkrg3k3],
.adminorders-btn[b-r8wfkrg3k3] {
    min-height: 40px;
    border-radius: 8px;
    font-size: 0.98rem;
}

.adminorders-input[b-r8wfkrg3k3] {
    flex: 1 1 15rem;
    min-width: 0;
    padding: 0.625rem 0.95rem;
    border: 1px solid #b4c6d3;
    background: #fff;
    color: #233244;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.adminorders-input[b-r8wfkrg3k3]::placeholder {
    color: #8190a1;
}

.adminorders-input:focus[b-r8wfkrg3k3] {
    border-color: #3389c9;
    box-shadow: 0 0 0 3px rgba(51, 137, 201, 0.12);
}

.adminorders-btn[b-r8wfkrg3k3] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 1rem;
    border: none;
    background: #3389c9;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 1.5px 6px rgba(0, 0, 0, 0.05);
    transition: background-color 0.18s ease, opacity 0.18s ease;
}

.adminorders-btn:hover[b-r8wfkrg3k3],
.adminorders-btn:focus-visible[b-r8wfkrg3k3] {
    background: #256eb7;
}

.adminorders-btn:focus-visible[b-r8wfkrg3k3] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(51, 137, 201, 0.16);
}

.adminorders-btn-secondary[b-r8wfkrg3k3] {
    background: rgba(51, 137, 201, 0.1);
    color: #28587e;
    box-shadow: none;
}

.adminorders-btn-secondary:hover[b-r8wfkrg3k3],
.adminorders-btn-secondary:focus-visible[b-r8wfkrg3k3] {
    background: rgba(51, 137, 201, 0.16);
    color: #1f4f77;
}

.adminorders-btn:disabled[b-r8wfkrg3k3] {
    opacity: 0.58;
    cursor: not-allowed;
}

.adminorders-page-info[b-r8wfkrg3k3] {
    color: #627385;
    font-size: 0.93rem;
    font-weight: 500;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.adminorders-selection-count[b-r8wfkrg3k3] {
    color: #627385;
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
}

.adminorders-message[b-r8wfkrg3k3],
.adminorders-empty-state[b-r8wfkrg3k3],
.adminorders-table-shell[b-r8wfkrg3k3] {
    border: 1px solid #d7e4ee;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.62);
}

.adminorders-message[b-r8wfkrg3k3],
.adminorders-empty-state[b-r8wfkrg3k3] {
    padding: 1.15rem 1.25rem;
    color: #5b6b7c;
}

.adminorders-message-error[b-r8wfkrg3k3] {
    color: #b42318;
}

.adminorders-table-shell[b-r8wfkrg3k3] {
    overflow: hidden;
}

.adminorders-table[b-r8wfkrg3k3] {
    margin: 0;
    background: transparent;
    width: 100%;
    table-layout: fixed;
}

.adminorders-table thead th[b-r8wfkrg3k3] {
    background: rgba(228, 238, 247, 0.92);
    border-bottom: 1px solid #d7e4ee;
    color: #526274;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0.9rem 1rem;
    text-transform: none;
    vertical-align: middle;
}

.adminorders-table tbody td[b-r8wfkrg3k3] {
    background: transparent;
    border-top: 1px solid #e4ebf2;
    color: #243447;
    font-size: 0.9375rem;
    padding: 0.44rem 0.44rem;
    vertical-align: middle;
}

.adminorders-table tbody tr:nth-child(even) td[b-r8wfkrg3k3] {
    background: rgba(255, 255, 255, 0.5);
}

.adminorders-table tbody tr:hover td[b-r8wfkrg3k3] {
    background: rgba(51, 137, 201, 0.04);
}

.adminorders-table :is(th, td).adminorders-col-number[b-r8wfkrg3k3] {
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.adminorders-table :is(th, td).adminorders-col-select[b-r8wfkrg3k3] {
    width: 46px;
    text-align: center;
}

.adminorders-table :is(th, td).adminorders-col-orderid[b-r8wfkrg3k3] {
    width: 70px;
}

.adminorders-table :is(th, td).adminorders-col-user[b-r8wfkrg3k3] {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adminorders-table :is(th, td).adminorders-col-loan[b-r8wfkrg3k3] {
    width: 150px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adminorders-cell-tooltip[b-r8wfkrg3k3] {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.adminorders-table :is(th, td).adminorders-col-date[b-r8wfkrg3k3] {
    width: 100px;
    white-space: nowrap;
}

.adminorders-table :is(th, td).adminorders-col-files[b-r8wfkrg3k3] {
    width: 40px;
}

.adminorders-table :is(th, td).adminorders-col-businesses[b-r8wfkrg3k3] {
    width: 70px;
}

.adminorders-table :is(th, td).adminorders-col-wage-earners[b-r8wfkrg3k3] {
    width: 90px;
}

.adminorders-table :is(th, td).adminorders-col-errors[b-r8wfkrg3k3] {
    width: 50px;
}

.adminorders-col-actions[b-r8wfkrg3k3] {
    text-align: right;
    width: 132px;
    white-space: nowrap;
}

.adminorders-row-actions[b-r8wfkrg3k3] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.adminorders-date-text[b-r8wfkrg3k3] {
    display: inline-block;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.adminorders-open-btn[b-r8wfkrg3k3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #3871a4;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.adminorders-checkbox[b-r8wfkrg3k3] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #3389c9;
}

.adminorders-open-btn i[b-r8wfkrg3k3] {
    font-size: 1rem;
}

.adminorders-open-btn:hover[b-r8wfkrg3k3],
.adminorders-open-btn:focus-visible[b-r8wfkrg3k3] {
    background: rgba(56, 113, 164, 0.1);
    color: #1f5d8d;
}

.adminorders-open-btn:focus-visible[b-r8wfkrg3k3] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(56, 113, 164, 0.12);
}

.adminorders-open-btn:disabled[b-r8wfkrg3k3] {
    opacity: 0.45;
    cursor: not-allowed;
}

.adminorders-download-btn[b-r8wfkrg3k3] {
    color: #9a6400;
}

.adminorders-download-btn:hover[b-r8wfkrg3k3],
.adminorders-download-btn:focus-visible[b-r8wfkrg3k3] {
    background: rgba(154, 100, 0, 0.1);
    color: #7f4f00;
}

.adminorders-download-btn:focus-visible[b-r8wfkrg3k3] {
    box-shadow: 0 0 0 3px rgba(154, 100, 0, 0.12);
}

.adminorders-request-response-btn[b-r8wfkrg3k3] {
    color: #6d3ebd;
}

.adminorders-request-response-btn:hover[b-r8wfkrg3k3],
.adminorders-request-response-btn:focus-visible[b-r8wfkrg3k3] {
    background: rgba(109, 62, 189, 0.1);
    color: #5a32a0;
}

.adminorders-request-response-btn:focus-visible[b-r8wfkrg3k3] {
    box-shadow: 0 0 0 3px rgba(109, 62, 189, 0.12);
}

.adminorders-error-count[b-r8wfkrg3k3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.14);
    color: #5d6b7d;
    font-variant-numeric: tabular-nums;
}

.adminorders-error-count-active[b-r8wfkrg3k3] {
    background: rgba(180, 35, 24, 0.1);
    color: #b42318;
}

@media (max-width: 700px) {
    .content-card[b-r8wfkrg3k3] {
        gap: 1.5rem;
    }

    .adminorders-page[b-r8wfkrg3k3] {
        padding-inline: 0.9rem;
    }

    .adminorders-filter[b-r8wfkrg3k3],
    .adminorders-pager[b-r8wfkrg3k3] {
        width: 100%;
        max-width: none;
    }

    .adminorders-input[b-r8wfkrg3k3] {
        width: 100%;
    }

    .adminorders-pager[b-r8wfkrg3k3] {
        gap: 10px;
        padding: 0.8rem 0.9rem;
    }

    .adminorders-pager-nav[b-r8wfkrg3k3] {
        width: 100%;
        margin-left: 0;
        justify-content: space-between;
    }

    .adminorders-pager-meta[b-r8wfkrg3k3] {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }

    .adminorders-bulk-actions[b-r8wfkrg3k3] {
        width: 100%;
        justify-content: space-between;
    }

    .adminorders-selection-count[b-r8wfkrg3k3] {
        display: none;
    }

    .adminorders-table thead th[b-r8wfkrg3k3],
    .adminorders-table tbody td[b-r8wfkrg3k3] {
        padding: 0.8rem 0.8rem;
    }
}
/* /Pages/Admins.razor.rz.scp.css */
.content-card[b-g072jzlht5] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 920px;
    margin: 0 auto;
    padding-top: 12px;
}

.admins-hero[b-g072jzlht5] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.admins-hero h1[b-g072jzlht5] {
    margin: 0;
    color: #18304b;
    font-size: clamp(1.75rem, 1.68rem + 0.38vw, 1.95rem);
    font-weight: 500;
    line-height: 1.1;
}

.admins-subtitle[b-g072jzlht5] {
    margin: 0;
    color: #44495a;
    font-size: 1.03rem;
    line-height: 1.55;
    max-width: 38rem;
}

.admins-count[b-g072jzlht5] {
    margin: 0;
    color: #6a7888;
    font-size: 0.94rem;
    font-weight: 500;
}

.admins-add-section[b-g072jzlht5],
.admins-table-section[b-g072jzlht5] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.admins-add-row[b-g072jzlht5] {
    display: flex;
    align-items: stretch;
    gap: 8px;
    max-width: 34rem;
}

.admins-input[b-g072jzlht5],
.admins-add-btn[b-g072jzlht5] {
    min-height: 40px;
    border-radius: 8px;
    font-size: 0.98rem;
}

.admins-input[b-g072jzlht5] {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0.625rem 0.95rem;
    border: 1px solid #b4c6d3;
    background: #fff;
    color: #233244;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.admins-input[b-g072jzlht5]::placeholder {
    color: #8190a1;
}

.admins-input:focus[b-g072jzlht5] {
    border-color: #3389c9;
    box-shadow: 0 0 0 3px rgba(51, 137, 201, 0.12);
}

.admins-add-btn[b-g072jzlht5] {
    flex: 0 0 auto;
    padding: 0 1rem;
    border: none;
    background: #3389c9;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 1.5px 6px rgba(0, 0, 0, 0.05);
    transition: background-color 0.18s ease, opacity 0.18s ease;
}

.admins-add-btn:hover[b-g072jzlht5],
.admins-add-btn:focus-visible[b-g072jzlht5] {
    background: #256eb7;
}

.admins-add-btn:focus-visible[b-g072jzlht5] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(51, 137, 201, 0.16);
}

.admins-add-btn:disabled[b-g072jzlht5] {
    opacity: 0.58;
    cursor: not-allowed;
}

.admins-message[b-g072jzlht5] {
    font-size: 0.95rem;
    line-height: 1.45;
}

.admins-message-error[b-g072jzlht5] {
    color: #b42318;
}

.admins-empty-state[b-g072jzlht5],
.admins-table-shell[b-g072jzlht5] {
    border: 1px solid #d7e4ee;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.62);
}

.admins-empty-state[b-g072jzlht5] {
    padding: 1.15rem 1.25rem;
    color: #5b6b7c;
}

.admins-table-shell[b-g072jzlht5] {
    overflow: hidden;
}

.admins-table[b-g072jzlht5] {
    margin: 0;
    background: transparent;
}

.admins-table thead th[b-g072jzlht5] {
    background: rgba(228, 238, 247, 0.92);
    border-bottom: 1px solid #d7e4ee;
    color: #526274;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0.9rem 1rem;
    text-transform: none;
    vertical-align: middle;
}

.admins-table tbody td[b-g072jzlht5] {
    background: transparent;
    border-top: 1px solid #e4ebf2;
    color: #243447;
    padding: 0.95rem 1rem;
    vertical-align: middle;
}

.admins-table tbody tr:nth-child(even) td[b-g072jzlht5] {
    background: rgba(255, 255, 255, 0.5);
}

.you-pill[b-g072jzlht5] {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 400;
    color: var(--color-text-secondary, #6a7888);
    background: var(--color-background-secondary, rgba(228, 238, 247, 0.9));
    border-radius: 999px;
    vertical-align: 1px;
}

.admins-col-number[b-g072jzlht5] {
    text-align: right;
    white-space: nowrap;
}

.admins-table thead th.admins-col-number[b-g072jzlht5] {
    text-align: right;
}

.admins-col-actions[b-g072jzlht5] {
    text-align: right;
    width: 1%;
    white-space: nowrap;
}

.admins-remove-btn[b-g072jzlht5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #a43b4d;
    transition: background-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.admins-remove-btn i[b-g072jzlht5] {
    font-size: 1rem;
}

.admins-remove-btn:hover[b-g072jzlht5],
.admins-remove-btn:focus-visible[b-g072jzlht5] {
    background: rgba(164, 59, 77, 0.1);
    color: #8d2d3e;
}

.admins-remove-btn:focus-visible[b-g072jzlht5] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(164, 59, 77, 0.12);
}

.admins-remove-btn-disabled[b-g072jzlht5],
.admins-remove-btn:disabled[b-g072jzlht5] {
    background: transparent;
    color: #b7c0c9;
    opacity: 1;
    cursor: not-allowed;
    box-shadow: none;
}

.admins-remove-btn-disabled:hover[b-g072jzlht5],
.admins-remove-btn-disabled:focus-visible[b-g072jzlht5] {
    background: transparent;
    color: #b7c0c9;
    box-shadow: none;
}

@media (max-width: 700px) {
    .content-card[b-g072jzlht5] {
        gap: 1.5rem;
    }

    .admins-add-row[b-g072jzlht5] {
        flex-direction: column;
        max-width: none;
    }

    .admins-add-btn[b-g072jzlht5] {
        width: 100%;
    }

    .admins-table thead th[b-g072jzlht5],
    .admins-table tbody td[b-g072jzlht5] {
        padding: 0.8rem 0.8rem;
    }
}
/* /Pages/CreateOrder.razor.rz.scp.css */
.createorder-header[b-88q2xg9qa1] {
    text-align: center;
    text-align: center;
    margin: 28px auto 10px auto;
    max-width: 450px;
    width: 96vw;
}

    .createorder-header h1[b-88q2xg9qa1] {
        font-size: 1.6em;
        font-weight: 700;
        color: #222;
        margin-bottom: 8px;
    }

        .createorder-header h1 span[b-88q2xg9qa1] {
            color: #222;
            font-weight: 600;
        }

.createorder-subtitle[b-88q2xg9qa1] {
    color: #46626e;
    font-size: 1.05em;
    margin-bottom: 10px;
    margin-top: 0;
}

.createorder-formcard[b-88q2xg9qa1] {
    background: #f5f7fa;
    max-width: 330px;
    width: 96vw;
    margin: 0 auto;
    padding: 32px 22px 22px 22px;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0, 58, 92, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.createorder-input[b-88q2xg9qa1] {
    padding: 10px 18px;
    border-radius: 8px;
    border: 1px solid #b4c6d3;
    font-size: 1em;
    margin: 10px 0 0 0;
    text-align: center;
    width: 90%;
    max-width: 220px;
    transition: border .18s;
    outline: none;
    display: block;
    background: #fff;
}

    .createorder-input:focus[b-88q2xg9qa1] {
        border: 1.5px solid #3389c9;
    }

.createorder-btn[b-88q2xg9qa1] {
    background: #3389c9;
    color: #fff;
    font-weight: 600;
    font-size: 1.07em;
    border: none;
    border-radius: 8px;
    padding: 10px 0;
    margin-top: 12px;
    width: 90%;
    max-width: 220px;
    box-shadow: 0 1.5px 6px rgba(0,0,0,0.05);
    cursor: pointer;
    letter-spacing: .04em;
    transition: background 0.18s;
}
    .createorder-btn:disabled[b-88q2xg9qa1] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .createorder-btn:hover[b-88q2xg9qa1],
    .createorder-btn:focus[b-88q2xg9qa1] {
        background: #256eb7;
    }

@media (max-width: 660px) {
    .createorder-header[b-88q2xg9qa1] {
        margin: 18px auto 7px auto;
        max-width: 97vw;
    }

        .createorder-header h1[b-88q2xg9qa1] {
            font-size: 1.17em;
        }

    .createorder-subtitle[b-88q2xg9qa1] {
        font-size: 0.98em;
    }
}

@media (max-width: 500px) {
    .createorder-formcard[b-88q2xg9qa1] {
        padding: 20px 7vw 16px 7vw;
        border-radius: 14px;
    }

    .createorder-btn[b-88q2xg9qa1], .createorder-input[b-88q2xg9qa1] {
        max-width: 98vw;
        width: 98vw;
    }
}
/* /Pages/FnmaQuestionsPage.razor.rz.scp.css */
.summary-section[b-76acvcrzcs] {
    max-width: 650px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fafdff;
    border-radius: 24px;
    box-shadow: 0 2px 15px #c8eafd4d;
    border: 1px solid #e0edae0a;
}

h2[b-76acvcrzcs] {
    font-size: 2rem;
    margin-bottom: 0.35rem;
    color: #18304b;
    font-weight: 700;
}

.subtitle[b-76acvcrzcs] {
    font-size: 1.09rem;
    margin-bottom: 1.15rem;
    color: #34628b;
}

.fnma-btn-row[b-76acvcrzcs] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 2.2em;
    gap: 24px;
    margin-top: 2.7em;
}

.back-btn[b-76acvcrzcs] {
    background: #fff;
    color: #32699d;
    border: 2px solid #dbdbdb;
    font-size: 1.09em;
    border-radius: 7px;
    cursor: pointer;
    box-shadow: 0 2px 7px #b3d7e0ae;
    padding: 0.7em 2em;
    font-weight: bold;
    min-width: 110px;
    margin-right: auto;
    transition: background 0.2s;
}

.back-btn:hover[b-76acvcrzcs] {
    background: #f3f8fc;
}

.submit-btn[b-76acvcrzcs] {
    background-color: #3585b7;
    color: #fff;
    font-size: 1.14em;
    border-radius: 7px;
    font-weight: bold;
    min-width: 120px;
    border: none;
    box-shadow: 0 2px 7px #b3d7e0ae;
    padding: 0.7em 2.5em;
    margin-left: auto;
    cursor: pointer;
    transition: background 0.2s;
}

.submit-btn:disabled[b-76acvcrzcs] {
    opacity: 0.5;
    cursor: not-allowed;
}

.submit-btn:hover[b-76acvcrzcs] {
    background: #226a91;
}

.form-info-msg[b-76acvcrzcs] {
    text-align: right;
    font-weight: bold;
    margin-top: 6px;
    margin-left: auto;
    margin-right: 0;
    color: #cc2f38;
}

@media (max-width: 700px) {
    .form-info-msg[b-76acvcrzcs] {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 14px;
    }
}

@media (max-width: 700px) {
    .summary-section[b-76acvcrzcs] {
        padding: 1.1rem 0.33rem;
        max-width: 99vw;
    }

    .fnma-btn-row[b-76acvcrzcs] {
        flex-direction: column-reverse;
        gap: 12px;
        align-items: stretch;
        padding-top: 2em;
        margin-top: 1.1em;
    }

    .back-btn[b-76acvcrzcs], .submit-btn[b-76acvcrzcs] {
        width: 100%;
        min-width: unset;
        margin: 0 0 6px 0;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    .bg-page[b-76acvcrzcs] {
        min-height: 100vh;
        background: #fafdff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .summary-section[b-76acvcrzcs] {
        max-width: 650px;
        margin: 2rem auto;
        padding: 2rem;
        background: white;
        border-radius: 24px;
        box-shadow: 0 2px 15px #c8eafd4d;
        border: 1px solid #e0edae0a;
        position: relative;
    }

    h2[b-76acvcrzcs] {
        font-size: 2rem;
        margin-bottom: 0.35rem;
        color: #18304b;
        font-weight: 700;
    }

    .subtitle[b-76acvcrzcs] {
        font-size: 1.09rem;
        margin-bottom: 1.15rem;
        color: #34628b;
    }
}
/* /Pages/IncomeCalculationsDetails.razor.rz.scp.css */
.summary-section[b-jt2hlue2gj] {
    max-width: 920px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fafdff;
    border-radius: 24px;
    box-shadow: 0 2px 15px #c8eafd4d;
    border: 1px solid #e0edae0a;
}

h1[b-jt2hlue2gj], h2[b-jt2hlue2gj] {
    font-size: 2rem;
    margin-bottom: 0.4rem;
    color: #18304b;
    font-weight: 700;
}

.subtitle[b-jt2hlue2gj] {
    font-size: 1.06rem;
    margin-bottom: 1.2rem;
    color: #44495a;
}

.borrower-box[b-jt2hlue2gj] {
    background: #f4fafc;
    border-radius: 13px;
    padding: 1.2em 1.2em .5em 1.2em;
    margin-bottom: 1.1em;
    border: 1.5px solid #c3eaf7;
    margin-top: 1.4em;
}

.borrower-header[b-jt2hlue2gj] {
    font-size: 1.18em;
    margin-bottom: 0.7em;
    font-weight: bold;
    color: #222e3d;
}

.business-line[b-jt2hlue2gj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: .7em;
    margin-left: 1.2em;
}

.business-meta[b-jt2hlue2gj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    max-width: 62vw;
}

.business-label[b-jt2hlue2gj] {
    color: #465e71;
    font-size: 0.98em;
    font-weight: 400;
    white-space: nowrap;
}

.business-name[b-jt2hlue2gj] {
    font-weight: 600;
    color: #226a91;
    font-size: 1.08em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 230px;
}

.business-name-list[b-jt2hlue2gj] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.employer-name-line[b-jt2hlue2gj] {
    display: block;
    max-width: none;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.business-year[b-jt2hlue2gj] {
    color: #6f7d88;
    font-size: 0.93em;
    margin-top: -2px;
    margin-left: 2px;
    font-style: italic;
    letter-spacing: 0.01em;
}

.business-status[b-jt2hlue2gj] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    min-width: 220px;
    justify-content: flex-end;
}

.submitted-status[b-jt2hlue2gj] {
    color: #348a00;
    background: #eafce9;
    font-weight: 600;
    border-radius: 6px;
    padding: .32em 1.1em;
    font-size: 1.08em;
    letter-spacing: 0.04em;
    box-shadow: 0 1px 4px #b1e6b91e;
}

.rejected-status[b-jt2hlue2gj] {
    color: #b92c2c; /* Deep red text */
    background: #ffeaea; /* Light red/pink background */
    font-weight: 600;
    border-radius: 6px;
    padding: .32em 1.1em;
    font-size: 1.08em;
    letter-spacing: 0.04em;
    box-shadow: 0 1px 4px #eebaba1e;
}

.start-btn[b-jt2hlue2gj], .add-btn[b-jt2hlue2gj] {
    background: #e4f0fe;
    color: #236aae;
    border: none;
    border-radius: 6px;
    padding: .38em 1.3em;
    font-size: 1.04em;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 2px 4px #bdebf061;
    transition: background 0.1s;
}

    .start-btn:hover[b-jt2hlue2gj], .add-btn:hover[b-jt2hlue2gj] {
        background: #bdebf0;
    }

.add-btn[b-jt2hlue2gj] {
    margin-left: 6px;
}

.not-complete[b-jt2hlue2gj] {
    color: #b95c4e;
    font-weight: 600;
    margin-right: 8px;
}

/* NEW: FNMA сума в зелено */
.fnma-amount[b-jt2hlue2gj] { /* NEW */
    color: #219174;
    font-weight: 600;
    margin-right: 16px;
    font-size: 1.15em;
    letter-spacing: 0.5px;
    text-align: right;
    width: 100px;
}

/* NEW: View и Update бутони (когато има FNMA) */
.view-btn[b-jt2hlue2gj] { /* NEW */
    background: #5D8881 !important;
    color: #fff !important;
    border: none;
    border-radius: 6px;
    padding: .38em 1.3em;
    font-size: 1.04em;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 2px 4px #bdebf061;
    transition: background 0.13s;
}

    .view-btn:hover[b-jt2hlue2gj] {
        background: #226a91 !important;
    }

.update-btn[b-jt2hlue2gj] { /* NEW */
    background: none;
    color: #23527c;
    border: none;
    padding: .38em 1.0em;
    font-size: 1.04em;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    margin-left: 7px;
    transition: color 0.1s;
}

    .update-btn:hover[b-jt2hlue2gj] {
        color: #11344d;
        text-decoration: underline;
    }

/* Основни бутони отдолу */
.btn-row[b-jt2hlue2gj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 1.2rem;
}

.edit-btn[b-jt2hlue2gj], .finish-btn[b-jt2hlue2gj] {
    flex: 1 1 0;
    min-width: 110px;
    max-width: 180px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 1em;
    padding: 0.7em 1.2em;
    box-sizing: border-box;
    box-shadow: 0 2px 7px #b3d7e0ae;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.18s;
}
.view-dropdown-wrap[b-jt2hlue2gj] {
    position: relative;
    display: inline-block;
}

.view-dropdown-menu[b-jt2hlue2gj] {
    position: absolute;
    z-index: 100;
    top: 110%;
    left: 0;
    min-width: 158px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    box-shadow: 0 4px 14px #b3eaf041;
    padding: 3px 0;
    display: flex;
    flex-direction: column;
    animation: fadeIn-b-jt2hlue2gj 0.16s;
}
.view-arrow[b-jt2hlue2gj] {
    font-size: 1.3em;
    position: relative;
    top: 2px; /* леко центриране по височина, ако изглежда off */
}

@keyframes fadeIn-b-jt2hlue2gj {
    from {
        opacity: 0;
        transform: translateY(-7px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.view-dropdown-menu button[b-jt2hlue2gj] {
    border: none;
    background: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
    font-size: 1rem;
    color: #154b5a;
    padding: 8px 18px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.11s;
    font-weight: 500;
}

    .view-dropdown-menu button:hover[b-jt2hlue2gj] {
        background: #e6f8f3;
        color: #19776a;
    }

.view-menu-label[b-jt2hlue2gj] {
    flex: 1;
}

.file-type-badge[b-jt2hlue2gj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
}

.file-type-badge-pdf[b-jt2hlue2gj] {
    background: #fff1e8;
    color: #c45d16;
    border: 1px solid #f3c5a8;
}

.file-type-badge-json[b-jt2hlue2gj] {
    background: #edf8f4;
    color: #1f7a63;
    border: 1px solid #bfe2d5;
}

/* Edit docs (ляв) */
.edit-btn[b-jt2hlue2gj] {
    background: #fff;
    color: #32699d;
    border: 2px solid #dbdbdb;
}

    .edit-btn:hover[b-jt2hlue2gj] {
        background: #f3f8fc;
    }

/* Finish (десен) */
.finish-btn[b-jt2hlue2gj] {
    background-color: #3585b7;
    color: #fff;
}

    .finish-btn:hover[b-jt2hlue2gj] {
        background-color: #2367a4;
    }

    .finish-btn:disabled[b-jt2hlue2gj] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Responsive -- компактно на мобилен */
@media (max-width: 700px) {
    .summary-section[b-jt2hlue2gj] {
        padding: 1.1rem 0.7rem;
    }

    .btn-row[b-jt2hlue2gj] {
        gap: 7px;
    }

    .edit-btn[b-jt2hlue2gj] {
        min-width: 0;
        max-width: 100%;
        font-size: 0.92em;
        padding-left: 0;
        padding-right: 0;
    }

    .borrower-box[b-jt2hlue2gj] {
        padding: 1.1em .4em .5em .7em;
        border-radius: 10px;
    }

    .business-line[b-jt2hlue2gj] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3em;
        margin-left: 0.5em;
    }

    .business-meta[b-jt2hlue2gj] {
        max-width: 96vw;
    }

    .business-name[b-jt2hlue2gj] {
        max-width: 94vw;
        white-space: normal;
    }

    .business-status[b-jt2hlue2gj] {
        margin-left: 0;
        min-width: unset;
        gap: 6px;
        margin-top: .18em;
        width: 100%;
        justify-content: flex-end;
    }
}

/* Едно под друго на тесен мобилен */
@media (max-width: 480px) {
    .btn-row[b-jt2hlue2gj] {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
}
/* /Pages/OrderAccessDenied.razor.rz.scp.css */
.content-card[b-y2678rt48s] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 920px;
    margin: 0 auto;
    padding: 12px 0 24px;
}

.order-denied-panel[b-y2678rt48s] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.order-denied-heading[b-y2678rt48s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.order-denied-heading i[b-y2678rt48s] {
    color: #5f7388;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.order-denied-heading h1[b-y2678rt48s] {
    margin: 0;
    color: #18304b;
    font-size: clamp(1.75rem, 1.68rem + 0.38vw, 1.95rem);
    font-weight: 500;
    line-height: 1.1;
}

.order-denied-orderid[b-y2678rt48s] {
    margin: 0;
    color: #6a7888;
    font-size: 0.94rem;
    font-weight: 500;
}

.order-denied-subtitle[b-y2678rt48s] {
    margin: 0;
    color: #44495a;
    font-size: 1.03rem;
    line-height: 1.55;
    max-width: 36rem;
}

.order-denied-btn[b-y2678rt48s] {
    min-height: 40px;
    padding: 0 1rem;
    border: none;
    border-radius: 8px;
    background: #3389c9;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 1.5px 6px rgba(0, 0, 0, 0.05);
    transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

.order-denied-btn:hover[b-y2678rt48s],
.order-denied-btn:focus-visible[b-y2678rt48s] {
    background: #256eb7;
}

.order-denied-btn:focus-visible[b-y2678rt48s] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(51, 137, 201, 0.16);
}

.order-denied-recent[b-y2678rt48s] {
    border: 1px solid #d7e4ee;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.62);
    overflow: hidden;
}

.order-denied-recent-header[b-y2678rt48s] {
    padding: 1.2rem 1.25rem 1rem;
    border-bottom: 1px solid #e4ebf2;
    background: rgba(228, 238, 247, 0.68);
}

.order-denied-recent-header h2[b-y2678rt48s] {
    margin: 0 0 0.35rem;
    color: #18304b;
    font-size: 1.15rem;
    font-weight: 600;
}

.order-denied-recent-header p[b-y2678rt48s] {
    margin: 0;
    color: #5f6d7d;
    font-size: 0.95rem;
}

.order-denied-empty[b-y2678rt48s] {
    padding: 1.15rem 1.25rem;
    color: #5b6b7c;
}

.order-denied-recent-list[b-y2678rt48s] {
    display: flex;
    flex-direction: column;
}

.order-denied-recent-item[b-y2678rt48s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1rem 1.25rem;
    border: none;
    border-top: 1px solid #e4ebf2;
    background: transparent;
    text-align: left;
    transition: background-color 0.18s ease;
}

.order-denied-recent-item:first-child[b-y2678rt48s] {
    border-top: none;
}

.order-denied-recent-item:hover[b-y2678rt48s],
.order-denied-recent-item:focus-visible[b-y2678rt48s] {
    background: rgba(235, 243, 250, 0.72);
}

.order-denied-recent-item:focus-visible[b-y2678rt48s] {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(51, 137, 201, 0.12);
}

.order-denied-recent-meta[b-y2678rt48s] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    min-width: 0;
}

.order-denied-recent-orderid[b-y2678rt48s] {
    color: #1f3147;
    font-size: 0.96rem;
    font-weight: 600;
}

.order-denied-recent-loan[b-y2678rt48s] {
    color: #617181;
    font-size: 0.93rem;
}

.order-denied-recent-link[b-y2678rt48s] {
    color: #2c73b3;
    font-size: 0.93rem;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .order-denied-heading[b-y2678rt48s] {
        align-items: flex-start;
    }

    .order-denied-heading i[b-y2678rt48s] {
        margin-top: 0.15rem;
    }

    .order-denied-recent-item[b-y2678rt48s] {
        align-items: flex-start;
        flex-direction: column;
    }

    .order-denied-recent-meta[b-y2678rt48s] {
        align-items: flex-start;
        gap: 0.35rem 0.75rem;
    }
}
/* /Pages/OrderNotFound.razor.rz.scp.css */
.content-card[b-7ayswypfwy] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 920px;
    margin: 0 auto;
    padding: 12px 0 24px;
}

.order-not-found-panel[b-7ayswypfwy] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.order-not-found-heading[b-7ayswypfwy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.order-not-found-heading i[b-7ayswypfwy] {
    color: #5f7388;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.order-not-found-heading h1[b-7ayswypfwy] {
    margin: 0;
    color: #18304b;
    font-size: clamp(1.75rem, 1.68rem + 0.38vw, 1.95rem);
    font-weight: 500;
    line-height: 1.1;
}

.order-not-found-subtitle[b-7ayswypfwy] {
    margin: 0;
    color: #44495a;
    font-size: 1.03rem;
    line-height: 1.55;
    max-width: 36rem;
}

.order-not-found-btn[b-7ayswypfwy] {
    min-height: 40px;
    padding: 0 1rem;
    border: none;
    border-radius: 8px;
    background: #3389c9;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 1.5px 6px rgba(0, 0, 0, 0.05);
    transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

.order-not-found-btn:hover[b-7ayswypfwy],
.order-not-found-btn:focus-visible[b-7ayswypfwy] {
    background: #256eb7;
}

.order-not-found-btn:focus-visible[b-7ayswypfwy] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(51, 137, 201, 0.16);
}

.order-not-found-recent[b-7ayswypfwy] {
    border: 1px solid #d7e4ee;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.62);
    overflow: hidden;
}

.order-not-found-recent-header[b-7ayswypfwy] {
    padding: 1.2rem 1.25rem 1rem;
    border-bottom: 1px solid #e4ebf2;
    background: rgba(228, 238, 247, 0.68);
}

.order-not-found-recent-header h2[b-7ayswypfwy] {
    margin: 0 0 0.35rem;
    color: #18304b;
    font-size: 1.15rem;
    font-weight: 600;
}

.order-not-found-recent-header p[b-7ayswypfwy] {
    margin: 0;
    color: #5f6d7d;
    font-size: 0.95rem;
}

.order-not-found-empty[b-7ayswypfwy] {
    padding: 1.15rem 1.25rem;
    color: #5b6b7c;
}

.order-not-found-recent-list[b-7ayswypfwy] {
    display: flex;
    flex-direction: column;
}

.order-not-found-recent-item[b-7ayswypfwy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1rem 1.25rem;
    border: none;
    border-top: 1px solid #e4ebf2;
    background: transparent;
    text-align: left;
    transition: background-color 0.18s ease;
}

.order-not-found-recent-item:first-child[b-7ayswypfwy] {
    border-top: none;
}

.order-not-found-recent-item:hover[b-7ayswypfwy],
.order-not-found-recent-item:focus-visible[b-7ayswypfwy] {
    background: rgba(235, 243, 250, 0.72);
}

.order-not-found-recent-item:focus-visible[b-7ayswypfwy] {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(51, 137, 201, 0.12);
}

.order-not-found-recent-meta[b-7ayswypfwy] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    min-width: 0;
}

.order-not-found-recent-orderid[b-7ayswypfwy] {
    color: #1f3147;
    font-size: 0.96rem;
    font-weight: 600;
}

.order-not-found-recent-loan[b-7ayswypfwy] {
    color: #617181;
    font-size: 0.93rem;
}

.order-not-found-recent-link[b-7ayswypfwy] {
    color: #2c73b3;
    font-size: 0.93rem;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .order-not-found-heading[b-7ayswypfwy] {
        align-items: flex-start;
    }

    .order-not-found-heading i[b-7ayswypfwy] {
        margin-top: 0.15rem;
    }

    .order-not-found-recent-item[b-7ayswypfwy] {
        align-items: flex-start;
        flex-direction: column;
    }

    .order-not-found-recent-meta[b-7ayswypfwy] {
        align-items: flex-start;
        gap: 0.35rem 0.75rem;
    }
}
/* /Pages/UploadDocuments.razor.rz.scp.css */
.container-upload[b-z7gct9usd1] {
    max-width: 650px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fafdff;
    border-radius: 24px;
    box-shadow: 0 2px 15px #c8eafd4d;
    border: 1px solid #e0edae0a;
}

h1[b-z7gct9usd1] {
    font-size: 2rem;
    margin-bottom: 0.35rem;
    color: #18304b;
    font-weight: 700;
}

.subtitle[b-z7gct9usd1] {
    font-size: 1.06rem;
    margin-bottom: 1.1rem;
}

.desc-muted[b-z7gct9usd1] {
    color: #5b6c89;
    font-size: 0.94em;
}

.upload-box[b-z7gct9usd1] {
    border: 2px dashed #7bc0db;
    padding: 2rem 0.5rem;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    background-color: #f8fbfd;
    transition: background-color 0.3s ease;
    position: relative;
}

    .upload-box.hover[b-z7gct9usd1] {
        background-color: #eaf6fa;
    }

.upload-label[b-z7gct9usd1] {
    cursor: pointer;
    display: block;
}

.select-files-link[b-z7gct9usd1] {
    color: #3e8eb6;
    text-decoration: underline;
    font-size: 1.18rem;
    cursor: pointer;
    font-weight: 500;
}

.text-muted[b-z7gct9usd1] {
    color: #7e9aad;
    font-size: 1em;
    margin-top: 0.3em;
}

input[type="file"][b-z7gct9usd1], #fileInput[b-z7gct9usd1] {
    display: none !important;
}

.file-list[b-z7gct9usd1] {
    background: #fafbfd;
    border-radius: 14px;
    padding: 1.2rem 1.1rem .8rem 1.1rem;
    margin-bottom: 1.2rem;
    border: 1.5px solid #e1eef5;
}

.file-entry[b-z7gct9usd1] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: .65rem;
    background: none;
}

.pdf-icon[b-z7gct9usd1] {
    width: 36px;
    margin-right: 0.7rem;
}

.filename[b-z7gct9usd1] {
    flex: 1;
    font-size: 1em;
    color: #2a3f57;
    font-weight: 500;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* PDF иконка с отстояние отгоре */
.pdf-icon.with-margin[b-z7gct9usd1] {
    margin-top: 7px;
}

/* Контейнерът с информацията за файла (за лейаута flex) */
.file-entry .info-container[b-z7gct9usd1] {
    flex: 1 1 0;
    min-width: 0;
}

/* Името на файла: bold, четливо и с отстояние */
.filename.custom-filename[b-z7gct9usd1] {
    display: block;
    font-weight: bold;
    color: #18304b;
    margin-bottom: 2px;
}

/* Блок за OCR информация под името */
.ocr-info-block[b-z7gct9usd1] {
    margin-bottom: 7px;
}

/* Един ред OCR информация (черен цвят, по-малък размер) */
.ocr-info-line[b-z7gct9usd1] {
    font-weight: bold;
    color: #222;
    font-size: 0.8em;
    margin-bottom: 2px;
    display: flex;
    align-items: baseline;
}

    /* Зелена икона за тикче */
    .ocr-info-line .fa-check[b-z7gct9usd1] {
        color: #189954;
        margin-right: 8px;
    }

/* Червен ред за "No income data found" */
.ocr-no-income[b-z7gct9usd1] {
    font-weight: bold;
    color: #d04848;
    font-size: 0.8em;
    display: flex;
    align-items: baseline;
}

    /* Червен Х и разстояние */
    .ocr-no-income .fa-xmark[b-z7gct9usd1] {
        color: #d04848;
        font-size: 1.19em;
        margin-right: 7px;
    }

.remove-btn[b-z7gct9usd1] {
    background: #fff1f1;
    border: 1px solid #f9dadb;
    color: #d44753;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1.3rem;
    transition: background 0.2s;
}

    .remove-btn:hover[b-z7gct9usd1] {
        background: #ffd0d5;
    }

    .remove-btn:disabled[b-z7gct9usd1] {
        background: #f7e7e9;
        color: #d7a1a8;
        cursor: not-allowed;
    }

.btn-row[b-z7gct9usd1] {
    text-align: right;
    padding-top: 1.2rem;
}

.continue-btn[b-z7gct9usd1] {
    background-color: #3e8eb6;
    color: #fafdff;
    padding: 0.7em 2.5em;
    border: none;
    border-radius: 7px;
    font-weight: 600;
    font-size: 1.14em;
    cursor: pointer;
    box-shadow: 0 2px 7px #b3d7e0ae;
}

    .continue-btn:hover[b-z7gct9usd1] {
        background-color: #226a91;
    }

    .continue-btn:disabled[b-z7gct9usd1] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.animated-message[b-z7gct9usd1] {
    min-width: 180px;
    max-width: 450px;
    margin: 15px auto 0 auto;
    background: linear-gradient(90deg,#ffe0e0, #fafdff 85%);
    color: #a23434;
    font-weight: 600;
    border-radius: 20px;
    box-shadow: 0 3px 24px #ecbbbb1e, 0 1px 3px #eebcbc60;
    border: 1.5px solid #ffc3c3;
    padding: 1.05em 1.6em;
    text-align: center;
    font-size: 1.08em;
    letter-spacing: 0.01em;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(.4,0,.2,1), transform 0.5s cubic-bezier(.4,0,.2,1);
    position: relative;
    z-index: 20;
    cursor: pointer;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: pre-line;
    max-width: 95vw;
    box-sizing: border-box;
}

    .animated-message.hidden[b-z7gct9usd1] {
        opacity: 0;
        transform: translateY(-16px) scale(0.98);
        pointer-events: none;
    }

    .animated-message .icon[b-z7gct9usd1] {
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        font-size: 1.08em;
    }

.file-entry.duplicate-flash[b-z7gct9usd1] {
    animation: flash-dupe-b-z7gct9usd1 2s;
    box-shadow: 0 0 8px 4px #ff8b8b96;
    border-radius: 16px;
    border: 2px solid #ff5555;
}

@keyframes flash-dupe-b-z7gct9usd1 {
    0% {
        background: #ffe0e0;
    }

    40% {
        background: #ffd7d7;
    }

    66% {
        background: #ffeae6;
    }

    100% {
        background: transparent;
        border-color: transparent;
    }
}

/* --- CUSTOM PROGRESSBAR FOR UPLOAD/OCR/SUCCESS/ERROR --- */
.styled-progress[b-z7gct9usd1] {
    width: 210px;
    height: 2.3em;
    border-radius: 1.25em;
    overflow: hidden;
    border: 1.5px solid #bdf5ce;
    box-shadow: 0 2px 10px #d5f9eb53;
    position: relative;
    margin: 0 12px;
    display: inline-block;
    vertical-align: middle;
    background: linear-gradient(90deg, #e3ffed 0%, #eafafc 100%);
    /* Пулс само по време на активност, слагай го с "pulsing" клас! */
}

    .styled-progress.pulsing[b-z7gct9usd1] {
        animation: bar-pulse-b-z7gct9usd1 0.95s ease-in-out infinite alternate;
    }

@keyframes bar-pulse-b-z7gct9usd1 {
    0% {
        filter: brightness(1);
        box-shadow: 0 2px 14px #c8fcc880;
    }

    67% {
        filter: brightness(1.18);
        box-shadow: 0 4px 22px #b4fec5ee;
    }

    100% {
        filter: brightness(1);
        box-shadow: 0 2px 14px #c8fcc880;
    }
}
/* Самият вътрешен бар */
.styled-progress .bar[b-z7gct9usd1] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 1.25em;
    background: linear-gradient(90deg, #45df87 0%, #d2ffd9 100%);
    z-index: 1;
    transition: width 0.6s cubic-bezier(0.44,0.06,0.53,0.94);
    overflow: hidden;
    width: 0%;
}
/* Шимер ефект */
.styled-progress .shine[b-z7gct9usd1] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.19) 38%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.19) 62%, rgba(255,255,255,0.05) 100%);
    background-size: 210% 100%;
    animation: bar-shimmer-move-b-z7gct9usd1 1.2s linear infinite;
}

@keyframes bar-shimmer-move-b-z7gct9usd1 {
    0% {
        background-position: -110% 0;
    }

    100% {
        background-position: 110% 0;
    }
}

.styled-progress .label[b-z7gct9usd1] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #189954;
    font-size: 0.9em;
    z-index: 5;
    user-select: none;
    pointer-events: none;
    letter-spacing: 0.01em;
    text-shadow: 0 0.5px 8px #fff9;
}

.styled-progress.green .bar[b-z7gct9usd1] {
    width: 100%;
    background: linear-gradient(90deg, #a1e7bb 0%, #d7fdeb 100%);
}

.styled-progress.green[b-z7gct9usd1] {
    border-color: #bdf5ce;
    background: linear-gradient(90deg, #d6ffe6 0%, #eafafc 100%);
}

    .styled-progress.green .label[b-z7gct9usd1] {
        color: #189954;
    }

.styled-progress.red .bar[b-z7gct9usd1] {
    width: 100%;
    background: linear-gradient(90deg, #f74b4b 0%, #ffdede 100%);
}

.styled-progress.red[b-z7gct9usd1] {
    border-color: #ecbfc8;
    background: linear-gradient(90deg, #ffe0e5 0%, #f8d9e7 100%);
}

    .styled-progress.red .label[b-z7gct9usd1] {
        color: #b4213a;
    }
/* /Pages/UserReviewWageEarner.razor.rz.scp.css */
.user-review-wage-earner-page[b-j1ztbpeoym] {
    max-width: 1020px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.review-page-title[b-j1ztbpeoym] {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
}

.review-page-subtitle[b-j1ztbpeoym] {
    margin-top: 0.5rem;
    margin-bottom: 1.7rem;
    color: #4374a6;
    font-size: 1.15rem;
    text-align: center;
    font-weight: 400;
    letter-spacing: .01em;
    opacity: 0.85;
}

.review-page-identity[b-j1ztbpeoym] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    width: 80%;
    margin: 0 auto 1.15rem;
    padding: 0.85rem 1rem;
    border: 1.5px solid #c7d9f2;
    border-radius: 16px;
    background: #f2f8ff;
    font-size: 0.88rem;
}

.review-page-identity-copy[b-j1ztbpeoym] {
    min-width: 0;
    flex: 1 1 auto;
}

.review-page-identity-name[b-j1ztbpeoym] {
    margin: 0;
    text-align: left;
    font-size: 0.95rem;
    font-weight: 700;
    color: #2b4a73;
}

.review-page-identity-meta[b-j1ztbpeoym] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.3rem 1.1rem;
    margin: 0;
}

.review-page-identity-meta-item[b-j1ztbpeoym] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
}

.review-page-identity-meta-item dt[b-j1ztbpeoym] {
    margin: 0;
    font-size: 0.76rem;
    font-weight: 700;
    color: #5f7491;
}

.review-page-identity-meta-item dd[b-j1ztbpeoym] {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    color: #2b4a73;
    font-variant-numeric: tabular-nums;
}

.review-page-identity-du-row[b-j1ztbpeoym] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: min(100%, 520px);
}

.review-page-identity-du-row .form-label[b-j1ztbpeoym] {
    margin: 0;
    white-space: nowrap;
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #2b4a73;
    min-width: 120px;
    flex-shrink: 0;
}

.review-page-identity-du-row .form-control[b-j1ztbpeoym] {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
}

.content[b-j1ztbpeoym] {
    padding-top: 1.1rem;
}

#paystubContainer[b-j1ztbpeoym] {
    width: 80%;
    margin: 0 auto;
}

.footer-row[b-j1ztbpeoym] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 0 22px 0;
    background: transparent;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group {
    max-width: 1550px;
    margin: 0 auto 1.25rem;
    padding: 0.85rem;
    border: 1.5px solid #c7d9f2;
    border-radius: 16px;
    background: #f2f8ff;
    font-size: 0.88rem;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #2b4a73;
    margin-bottom: 0.2rem;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group-hint {
    font-size: 0.8rem;
    color: #5f7491;
    margin-bottom: 0.5rem;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-children {
    margin-top: 0.85rem;
    margin-left: 12px;
    padding-left: 6px;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-child-node {
    margin-bottom: 0.9rem;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group .paystub-panel {
    margin-bottom: 0.8rem;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-master-card {
    border-top: 4px solid #5b8ecb !important;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-linked-paystub {
    border-top: 4px solid #8bb2e3 !important;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group .paystub-panel .card-header {
    font-size: 0.9rem !important;
    padding: 0.75rem 0.9rem !important;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group .paystub-panel .card-body {
    padding: 0.8rem !important;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group label,
.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group .form-label {
    font-size: 0.78rem !important;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group .form-control,
.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group select,
.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group .dynamicform-dropdown,
.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group input[type="date"] {
    font-size: 0.8rem !important;
    min-height: 1.9rem;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group .table th {
    font-size: 0.78rem !important;
    padding: 0.45rem 0.35rem !important;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group .table td {
    font-size: 0.76rem !important;
    padding: 0.3rem 0.35rem !important;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group .table td .form-control,
.user-review-wage-earner-page[b-j1ztbpeoym]  .employer-paystub-group .table td select {
    font-size: 0.76rem !important;
    min-height: 1.8rem;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel {
    box-shadow: 0 2px 16px rgba(60,80,120,0.06);
    border: 1.5px solid #b7cbe7 !important;
    border-radius: 16px !important;
    background: #fff !important;
    margin-bottom: 2rem;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel:hover {
    box-shadow: 0 8px 24px rgba(60,90,120,0.14);
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel .card-header {
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    background: #f4f8fc;
    font-size: 1.15rem;
    border-bottom: 1.5px solid #d8e5f7;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel .card-body {
    background: #f7fbfd !important;
    padding: 1.5rem;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-doc-type-options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 1rem;
    min-height: 2.1em;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-doc-type-option {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    white-space: nowrap;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-items-content {
    background: #f7fbfd;
    padding: 0 0 1.25rem 0;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .table-responsive {
    overflow-x: auto;
    box-shadow: none;
    background: transparent !important;
    margin-top: 0;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-items-table {
    table-layout: fixed;
    width: 100%;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-items-table col.paystub-col-description {
    width: 180px;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-items-table col.paystub-col-category {
    width: 150px;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-items-table col.paystub-col-numeric {
    width: 80px;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-items-table col.paystub-col-actions {
    width: 44px;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel .table {
    margin-bottom: 0;
    background: transparent !important;
    box-shadow: none;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-actions-header,
.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-row-actions-cell {
    width: 40px;
    text-align: center;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel .table th {
    background: #f4f8fc;
    border-color: #e3ecfa;
    font-weight: 700;
    font-size: 1.07em;
    color: #283648;
    vertical-align: middle;
    padding: 0.75rem 0.5rem;
    text-align: center;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel .table td {
    vertical-align: middle;
    background: transparent;
    border-color: #e7e9f2;
    padding: 0.4rem 0.5rem;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel .form-control,
.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel select {
    border-radius: 8px;
    border: 1px solid #b7cbe7;
    background: #fafdff;
    font-size: 1em;
    min-width: 72px;
    padding: 0.32rem 0.5rem;
    height: 2.1em;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .numeric-input {
    text-align: right;
    font-variant-numeric: tabular-nums;
    width: 100%;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-table-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.55rem;
    padding-right: 0.35rem;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-add-row-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.34rem 0.62rem;
    border: 1px solid #d7e1ee;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    color: #5f7083;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-add-row-btn:hover {
    background: #eef4f9;
    border-color: #c6d5e5;
    color: #415468;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-add-row-btn:focus-visible {
    outline: none;
    border-color: #b6cce4;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.14);
    color: #33475b;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-add-row-btn i,
.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-row-remove i,
.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-document-remove i {
    font-size: 0.92rem;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-ghost-remove-btn,
.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-row-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 7px;
    background: transparent;
    color: #7f8d9d;
    cursor: pointer;
    transition: opacity 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-ghost-remove-btn:hover,
.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-row-remove:hover {
    background: rgba(248, 231, 234, 0.9);
    border-color: #ecc1c9;
    color: #b84c60;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-ghost-remove-btn:focus-visible,
.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-row-remove:focus-visible {
    outline: none;
    background: rgba(248, 231, 234, 0.95);
    border-color: #dfacb8;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.14);
    color: #a34155;
    opacity: 1;
    pointer-events: auto;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-ghost-remove-btn:disabled,
.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-row-remove:disabled {
    background: transparent;
    border-color: transparent;
    color: #c0cad6;
    cursor: not-allowed;
}

@media (hover: hover) and (pointer: fine) {
    .user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-row-remove {
        opacity: 0;
        pointer-events: none;
    }

    .user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-items-table tbody tr:hover .paystub-row-remove,
    .user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-items-table tbody tr:focus-within .paystub-row-remove {
        opacity: 1;
        pointer-events: auto;
    }

    .user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-items-table tbody tr:hover .paystub-row-remove:disabled,
    .user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-items-table tbody tr:focus-within .paystub-row-remove:disabled {
        opacity: 0.42;
    }
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel .form-control:focus,
.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel select:focus {
    border-color: #69a6ef;
    box-shadow: 0 0 0 2px #dbefff;
    background: #ffffff;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-document-remove {
    flex-shrink: 0;
}

.user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel .btn[disabled] {
    opacity: 0.54;
    cursor: not-allowed;
}

@media (max-width: 1000px) {
    .review-page-identity[b-j1ztbpeoym] {
        width: 98%;
    }

    #paystubContainer[b-j1ztbpeoym] {
        width: 98%;
    }
}

@media (max-width: 900px) {
    .user-review-wage-earner-page[b-j1ztbpeoym] {
        max-width: 99vw;
    }
}

@media (max-width: 600px) {
    .review-page-identity[b-j1ztbpeoym] {
        padding: 0.85rem 0.9rem;
    }

    .review-page-identity-name[b-j1ztbpeoym] {
        text-align: center;
    }

    .review-page-identity-du-row[b-j1ztbpeoym] {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .review-page-identity-du-row .form-label[b-j1ztbpeoym] {
        min-width: 0;
        text-align: left;
    }

    .review-page-identity-meta[b-j1ztbpeoym] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
    }

    .user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel .card-body,
    .user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel .card-header {
        padding: 1rem;
        font-size: 1em;
    }

    .user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-items-content {
        padding: 0 0 1rem 0;
    }

    .user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-doc-type-options {
        gap: 0.35rem 0.75rem;
    }

    .user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel .table th,
    .user-review-wage-earner-page[b-j1ztbpeoym]  .paystub-panel .table td {
        font-size: 0.98em;
        padding: 0.32rem 0.25rem;
    }
}
