/* _content/IhracatProje/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-yypewsts04] {
    background: #ffffff;
    bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: none;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: auto;
    max-width: 90%;
    z-index: 1000;
    border-radius: 8px;
    border-left: 4px solid #ef4444;
    /* Red for errors */
    font-size: 0.9rem;
    color: #1e293b;
    align-items: center;
    gap: 1rem;
}

#blazor-error-ui .reload[b-yypewsts04] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    margin-left: 0.5rem;
}

#blazor-error-ui .dismiss[b-yypewsts04] {
    cursor: pointer;
    color: #94a3b8;
    margin-left: 1rem;
    font-size: 1.1rem;
}
/* _content/IhracatProje/Components/Pages/Ihracat/DosyaOlustur.razor.rz.scp.css */
/* Card */
.create-file-card[b-p4h8heinwz] {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
}
.create-file-card .card-body[b-p4h8heinwz] { padding: 1rem; }

.section-title[b-p4h8heinwz] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e2e8f0;
}

/* Stepper */
.stepper-nav .nav-link[b-p4h8heinwz] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #64748b;
    font-weight: 500;
    border-radius: 6px;
    margin-bottom: 0.25rem;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    background: transparent;
}
.stepper-nav .nav-link:hover[b-p4h8heinwz] { background-color: #f8fafc; color: #1e293b; }
.stepper-nav .nav-link.active[b-p4h8heinwz] {
    background-color: #eff6ff;
    color: #2563eb;
    font-weight: 600;
}
.stepper-icon[b-p4h8heinwz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background-color: #f1f5f9;
    color: #94a3b8;
    margin-right: 12px;
    font-size: 13px;
}
.stepper-nav .nav-link.active .stepper-icon[b-p4h8heinwz] { background-color: #2563eb; color: #fff; }
.stepper-text[b-p4h8heinwz] { font-size: 0.9rem; }

/* Buttons */
.btn-primary[b-p4h8heinwz] {
    background-color: #2563eb !important;
    border-color: #2563eb !important;
    color: #fff !important;
    font-weight: 500;
    padding: 0.6rem 1.25rem;
    border-radius: 6px;
}
.btn-primary:hover[b-p4h8heinwz] { background-color: #1d4ed8 !important; }
.btn-light-brand[b-p4h8heinwz] {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-weight: 500;
    padding: 0.6rem 1.25rem;
    border-radius: 6px;
}
.btn-light-brand:hover[b-p4h8heinwz] { background-color: #eff6ff; border-color: #bfdbfe; color: #1d4ed8; }

/* Form */
.form-label[b-p4h8heinwz] {
    font-weight: 600;
    color: #475569;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.35rem;
}
[b-p4h8heinwz] .form-control,
[b-p4h8heinwz] .form-select {
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    padding: 0.55rem 0.85rem;
    font-size: 0.9rem;
    color: #1e293b;
}
[b-p4h8heinwz] .form-control:focus,
[b-p4h8heinwz] .form-select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
[b-p4h8heinwz] .form-check-input:checked { background-color: #2563eb; border-color: #2563eb; }
[b-p4h8heinwz] .validation-message {
    color: #dc2626;
    font-size: 0.78rem;
    margin-top: 0.2rem;
}
