@import '_content/Edoeap.Web.Shared/Edoeap.Web.Shared.imwe4w8r2e.bundle.scp.css';
@import '_content/Edoeap.Web.Theming/Edoeap.Web.Theming.3p9kbzsud2.bundle.scp.css';

/* /Components/Pages/ProviderSubmission/ProviderSubmission.razor.rz.scp.css */
.ps-menu[b-cneqm2duzj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    max-width: 760px;
}

.ps-card[b-cneqm2duzj] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    text-align: left;
    padding: 1.3rem 1.4rem;
    background: var(--edoeap-color-white);
    border: 1px solid var(--edoeap-color-system-20);
    border-radius: 0.9rem;
    cursor: pointer;
    box-shadow: var(--dxds-box-shadow-xs);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.ps-card:hover[b-cneqm2duzj] {
    transform: translateY(-2px);
    border-color: var(--kind-accent);
    box-shadow: var(--dxds-box-shadow-md);
}

.ps-card-title[b-cneqm2duzj] {
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--edoeap-color-neutral);
}

.ps-card-desc[b-cneqm2duzj] {
    color: var(--edoeap-color-neutral-2);
    font-size: 0.9rem;
    line-height: 1.4;
}

.ps-done h2[b-cneqm2duzj] {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}
/* /Components/Pages/ProviderSubmission/ProviderUploadStep.razor.rz.scp.css */
.ps-file-ok[b-c6328cecui] {
    margin-top: 0.4rem;
    color: var(--dxds-color-content-success-default-rest);
    font-size: 0.88rem;
}

.ps-note[b-c6328cecui] {
    margin-top: 0.4rem;
    color: var(--edoeap-color-neutral-2);
    font-size: 0.82rem;
    line-height: 1.4;
}

.ps-add-btn[b-c6328cecui] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    border: 1px dashed var(--kind-accent);
    border-radius: 0.6rem;
    color: var(--kind-accent-dark);
    font-weight: 600;
    cursor: pointer;
    background: color-mix(in srgb, var(--kind-accent) 6%, var(--edoeap-color-white));
}

/* The native file input is visually hidden; the styled label is the click target.
   ::deep pierces the InputFile child component to reach its rendered <input>. */
.ps-add-btn[b-c6328cecui]  input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    overflow: hidden;
}

.ps-file-list[b-c6328cecui] {
    list-style: none;
    margin: 0.75rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.ps-file-list li[b-c6328cecui] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.45rem 0.7rem;
    background: var(--edoeap-color-system-5);
    border: 1px solid var(--edoeap-color-system-20);
    border-radius: 0.5rem;
    font-size: 0.88rem;
}

.ps-remove[b-c6328cecui] {
    border: none;
    background: transparent;
    color: var(--dxds-color-content-danger-default-rest);
    cursor: pointer;
    font-size: 0.95rem;
    line-height: 1;
}
