/* /Components/Features/Authorization/Login.razor.rz.scp.css */
.login-page[b-vppfj4h32j] {
    position: relative;
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 28px 16px;
    background:
        radial-gradient(circle at 85% 15%, rgba(17, 99, 86, .12), transparent 30%),
        radial-gradient(circle at 10% 85%, rgba(49, 152, 152, .10), transparent 32%),
        var(--mud-palette-background);
}

[b-vppfj4h32j] .login-container {
    position: relative;
    z-index: 1;
}

[b-vppfj4h32j] .login-card {
    padding: 32px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 75%, transparent);
    border-radius: 22px;
    background: color-mix(in srgb, var(--mud-palette-surface) 96%, transparent);
    box-shadow: 0 18px 55px rgba(11, 62, 55, .12);
}

.login-brand[b-vppfj4h32j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.login-logo-wrap[b-vppfj4h32j] {
    display: flex;
    width: 116px;
    height: 116px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 8px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--mud-palette-primary) 8%, var(--mud-palette-surface));
}

[b-vppfj4h32j] .login-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

[b-vppfj4h32j] .login-title {
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

[b-vppfj4h32j] .login-subtitle {
    max-width: 310px;
    margin-top: 4px;
    color: var(--mud-palette-text-secondary);
}

[b-vppfj4h32j] .login-divider {
    margin: 24px 0;
}

[b-vppfj4h32j] .login-field .mud-input-outlined-border {
    border-radius: 11px !important;
}

[b-vppfj4h32j] .login-alert {
    border-radius: 10px;
}

.login-validation[b-vppfj4h32j] {
    color: var(--mud-palette-error);
    font-size: .85rem;
}

.login-validation:empty[b-vppfj4h32j] {
    display: none;
}

.login-validation[b-vppfj4h32j]  ul {
    margin: 0;
    padding-right: 18px;
}

[b-vppfj4h32j] .login-submit {
    min-height: 48px;
    border-radius: 12px;
    font-size: 1rem;
    box-shadow: 0 8px 18px color-mix(in srgb, var(--mud-palette-primary) 25%, transparent);
}

[b-vppfj4h32j] .login-footer {
    display: block;
    margin-top: 16px;
    color: var(--mud-palette-text-secondary);
    text-align: center;
}

.login-decoration[b-vppfj4h32j] {
    position: absolute;
    border: 1px solid rgba(17, 99, 86, .08);
    border-radius: 50%;
    pointer-events: none;
}

.login-decoration-top[b-vppfj4h32j] {
    top: -150px;
    right: -110px;
    width: 360px;
    height: 360px;
}

.login-decoration-bottom[b-vppfj4h32j] {
    bottom: -190px;
    left: -120px;
    width: 420px;
    height: 420px;
}

@media (max-width: 600px) {
    .login-page[b-vppfj4h32j] {
        min-height: 100vh;
        padding: 18px 8px;
    }

    [b-vppfj4h32j] .login-card {
        padding: 24px 20px;
        border-radius: 18px;
    }

    .login-logo-wrap[b-vppfj4h32j] {
        width: 96px;
        height: 96px;
    }
}
/* /Components/Features/Finance/Invoices.razor.rz.scp.css */
.invoice-filter-field[b-hz4v87q726]  .mud-input-outlined-border {
    border-radius: 10px !important;
}

.invoice-table[b-hz4v87q726] {
    overflow: hidden;
}

.invoice-actions-cell[b-hz4v87q726] {
    min-width: 180px;
    white-space: nowrap;
}
/* /Components/Features/Patients/PatientFileDialog.razor.rz.scp.css */
.patient-file-dialog[b-uh96k45kx6] {
    --patient-file-border: color-mix(in srgb, var(--mud-palette-lines-default) 70%, transparent);
    --patient-file-soft: color-mix(in srgb, var(--mud-palette-primary) 7%, var(--mud-palette-surface));
    border-radius: 20px;
}

.patient-file-title[b-uh96k45kx6] {
    padding: 2px 0;
}

.patient-file-title-icon[b-uh96k45kx6],
.patient-file-card-icon[b-uh96k45kx6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, transparent);
}

.patient-file-title-icon[b-uh96k45kx6] {
    width: 46px;
    height: 46px;
    border-radius: 14px;
}

.patient-file-card-icon[b-uh96k45kx6] {
    width: 34px;
    height: 34px;
    border-radius: 10px;
}

.patient-file-title-text[b-uh96k45kx6] {
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

.patient-file-muted[b-uh96k45kx6] {
    color: var(--mud-palette-text-secondary);
}

.patient-file-content[b-uh96k45kx6] {
    max-height: min(72vh, 780px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 4px;
}

.patient-file-card[b-uh96k45kx6] {
    height: 100%;
    min-height: 250px;
    overflow: hidden;
    border: 1px solid var(--patient-file-border);
    border-radius: 16px;
    background: var(--mud-palette-surface);
    box-shadow: 0 7px 22px rgba(15, 55, 50, 0.05);
}

.patient-file-card-header[b-uh96k45kx6] {
    padding: 14px 16px 10px;
    border-bottom: 1px solid var(--patient-file-border);
    background: linear-gradient(135deg, var(--patient-file-soft), transparent);
}

.patient-file-card-content[b-uh96k45kx6] {
    height: 190px;
    overflow-y: auto;
    padding: 10px 14px 14px;
}

.patient-file-list[b-uh96k45kx6] {
    padding: 0;
}

.patient-file-list[b-uh96k45kx6]  .mud-list-item {
    min-height: 42px;
    margin-bottom: 6px;
    padding: 7px 8px;
    border-radius: 10px;
    background: var(--patient-file-soft);
}

.patient-file-list[b-uh96k45kx6]  .mud-list-item-text {
    display: flex;
    align-items: center;
    gap: 9px;
}

.patient-file-index[b-uh96k45kx6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    border-radius: 8px;
    color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 13%, transparent);
    font-size: .78rem;
    font-weight: 700;
}

.patient-file-empty[b-uh96k45kx6] {
    display: flex;
    min-height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--mud-palette-text-secondary);
    text-align: center;
}

.patient-file-empty[b-uh96k45kx6]  .mud-icon-root {
    font-size: 34px;
    opacity: .55;
}

.patient-file-media-list[b-uh96k45kx6] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.patient-file-media-row[b-uh96k45kx6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px;
    border-radius: 12px;
    background: var(--patient-file-soft);
}

.patient-file-media-copy[b-uh96k45kx6] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.patient-file-preview-link[b-uh96k45kx6],
.patient-file-attachment[b-uh96k45kx6] {
    color: inherit;
    text-decoration: none;
}

.patient-file-preview-link[b-uh96k45kx6] {
    flex: 0 0 66px;
    width: 66px;
    height: 58px;
    overflow: hidden;
    border: 1px solid var(--patient-file-border);
    border-radius: 9px;
    background: #fff;
}

[b-uh96k45kx6] .patient-file-preview {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.patient-file-attachment-grid[b-uh96k45kx6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.patient-file-attachment[b-uh96k45kx6] {
    position: relative;
    height: 126px;
    overflow: hidden;
    border: 1px solid var(--patient-file-border);
    border-radius: 12px;
    background: #fff;
}

.patient-file-attachment-label[b-uh96k45kx6] {
    position: absolute;
    right: 6px;
    bottom: 6px;
    padding: 3px 8px;
    border-radius: 7px;
    color: #fff;
    background: rgba(17, 99, 86, .88);
    font-size: .72rem;
}

.patient-file-skeleton[b-uh96k45kx6] {
    border-radius: 16px;
}

.patient-file-close[b-uh96k45kx6] {
    min-width: 110px;
    border-radius: 11px;
}

@media (max-width: 600px) {
    .patient-file-content[b-uh96k45kx6] {
        max-height: 68vh;
        padding: 0;
    }

    .patient-file-card[b-uh96k45kx6] {
        min-height: 230px;
    }

    .patient-file-card-content[b-uh96k45kx6] {
        height: 172px;
    }
}
