/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-v15tlh53pb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v15tlh53pb] {
    flex: 1;
}

.sidebar[b-v15tlh53pb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-v15tlh53pb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-v15tlh53pb]  a, .top-row[b-v15tlh53pb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-v15tlh53pb]  a:hover, .top-row[b-v15tlh53pb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-v15tlh53pb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-v15tlh53pb] {
        justify-content: space-between;
    }

    .top-row[b-v15tlh53pb]  a, .top-row[b-v15tlh53pb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-v15tlh53pb] {
        flex-direction: row;
    }

    .sidebar[b-v15tlh53pb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-v15tlh53pb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-v15tlh53pb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-v15tlh53pb], article[b-v15tlh53pb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qz70aaya6h] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-qz70aaya6h] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qz70aaya6h] {
    font-size: 1.1rem;
}

.bi[b-qz70aaya6h] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-qz70aaya6h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-qz70aaya6h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-qz70aaya6h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-qz70aaya6h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qz70aaya6h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qz70aaya6h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qz70aaya6h]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-qz70aaya6h]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-qz70aaya6h]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qz70aaya6h] {
        display: none;
    }

    .collapse[b-qz70aaya6h] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-qz70aaya6h] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/ExcelYukle.razor.rz.scp.css */
.yukle-container[b-y9lggnn8j0] {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
    min-height: 100vh;
    background: #f8fafc;
}

.yukle-card[b-y9lggnn8j0] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 2rem 2.5rem;
    width: 100%;
    max-width: 680px;
    height: fit-content;
}

.card-header[b-y9lggnn8j0] {
    text-align: center;
    margin-bottom: 2rem;
}

    .card-header h2[b-y9lggnn8j0] {
        font-size: 1.6rem;
        font-weight: 700;
        color: #1e293b;
        margin: 0 0 0.4rem;
    }

.subtitle[b-y9lggnn8j0] {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0;
}

.adimlar[b-y9lggnn8j0] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.adim[b-y9lggnn8j0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}

.adim-numara[b-y9lggnn8j0] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    color: #94a3b8;
    background: white;
    transition: all 0.3s;
}

.adim-label[b-y9lggnn8j0] {
    font-size: 0.75rem;
    color: #94a3b8;
    white-space: nowrap;
    transition: color 0.3s;
}

.adim.aktif .adim-numara[b-y9lggnn8j0] {
    border-color: #3b82f6;
    background: #3b82f6;
    color: white;
}

.adim.aktif .adim-label[b-y9lggnn8j0] {
    color: #3b82f6;
    font-weight: 600;
}

.adim.tamamlandi .adim-numara[b-y9lggnn8j0] {
    border-color: #22c55e;
    background: #22c55e;
    color: white;
}

.adim.tamamlandi .adim-label[b-y9lggnn8j0] {
    color: #22c55e;
}

.adim-cizgi[b-y9lggnn8j0] {
    width: 60px;
    height: 2px;
    background: #e2e8f0;
    margin-bottom: 1.2rem;
    transition: background 0.3s;
}

    .adim-cizgi.tamamlandi[b-y9lggnn8j0] {
        background: #22c55e;
    }

.dosya-alan[b-y9lggnn8j0] {
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 3rem 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s;
    background: #f8fafc;
    margin-bottom: 1.5rem;
}

    .dosya-alan:hover[b-y9lggnn8j0],
    .dosya-alan.surukle-aktif[b-y9lggnn8j0] {
        border-color: #3b82f6;
        background: #eff6ff;
    }

.dosya-ikon[b-y9lggnn8j0] {
    font-size: 3rem;
    margin-bottom: 0.75rem;
}

.dosya-baslik[b-y9lggnn8j0] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #334155;
    margin: 0 0 0.25rem;
}

.dosya-alt[b-y9lggnn8j0] {
    color: #94a3b8;
    font-size: 0.9rem;
    margin: 0.4rem 0;
}

.dosya-format[b-y9lggnn8j0] {
    color: #94a3b8;
    font-size: 0.8rem;
    margin: 0.75rem 0 0;
}

.btn-sec[b-y9lggnn8j0] {
    background: white;
    border: 2px solid #3b82f6;
    color: #3b82f6;
    padding: 0.55rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
    margin: 0.5rem 0;
}

    .btn-sec:hover[b-y9lggnn8j0] {
        background: #3b82f6;
        color: white;
    }

.btn-yukle[b-y9lggnn8j0] {
    width: 100%;
    background: #3b82f6;
    color: white;
    border: none;
    padding: 0.85rem;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 1rem;
}

    .btn-yukle:hover:not(:disabled)[b-y9lggnn8j0] {
        background: #2563eb;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(59,130,246,0.4);
    }

    .btn-yukle:disabled[b-y9lggnn8j0] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-kategorile[b-y9lggnn8j0] {
    background: #8b5cf6;
    color: white;
    border: none;
    padding: 0.65rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 0.5rem;
    white-space: nowrap;
}

    .btn-kategorile:hover[b-y9lggnn8j0] {
        background: #7c3aed;
    }

.secilen-dosya[b-y9lggnn8j0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.85rem 1rem;
    margin-bottom: 0.5rem;
}

.dosya-bilgi-ikon[b-y9lggnn8j0] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.dosya-bilgi[b-y9lggnn8j0] {
    flex: 1;
    min-width: 0;
}

.dosya-adi[b-y9lggnn8j0] {
    display: block;
    font-weight: 600;
    color: #1e293b;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dosya-boyutu[b-y9lggnn8j0] {
    color: #64748b;
    font-size: 0.8rem;
}

.btn-kaldir[b-y9lggnn8j0] {
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.25rem;
    transition: color 0.2s;
}

    .btn-kaldir:hover[b-y9lggnn8j0] {
        color: #ef4444;
    }

.ilerleme-alan[b-y9lggnn8j0] {
    text-align: center;
    padding: 2.5rem 1rem;
}

.spinner-buyuk[b-y9lggnn8j0] {
    width: 56px;
    height: 56px;
    border: 4px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto 1.25rem;
}

@@keyframes spin {
    to[b-y9lggnn8j0] {
        transform: rotate(360deg);
    }
}

.ilerleme-mesaj[b-y9lggnn8j0] {
    font-size: 1rem;
    font-weight: 600;
    color: #334155;
    margin: 0 0 1.25rem;
}

.ilerleme-bar-kapsam[b-y9lggnn8j0] {
    background: #e2e8f0;
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.ilerleme-bar[b-y9lggnn8j0] {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    border-radius: 999px;
    transition: width 0.4s ease;
}

.ilerleme-yuzde[b-y9lggnn8j0] {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
}

.sonuc-kutu[b-y9lggnn8j0] {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 12px;
    padding: 1.25rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

    .sonuc-kutu.basarili[b-y9lggnn8j0] {
        background: #f0fdf4;
        border: 1px solid #86efac;
    }

    .sonuc-kutu.tamamlandi[b-y9lggnn8j0] {
        background: #faf5ff;
        border: 1px solid #d8b4fe;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

.sonuc-ikon[b-y9lggnn8j0] {
    font-size: 2rem;
    flex-shrink: 0;
}

.sonuc-detay p[b-y9lggnn8j0] {
    margin: 0.15rem 0;
    color: #1e293b;
    font-size: 0.95rem;
}

.uyari[b-y9lggnn8j0] {
    color: #d97706 !important;
    font-size: 0.85rem !important;
}

.tamamlandi-butonlar[b-y9lggnn8j0] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn-dashboard[b-y9lggnn8j0] {
    flex: 1;
    background: #3b82f6;
    color: white;
    border: none;
    padding: 0.8rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-dashboard:hover[b-y9lggnn8j0] {
        background: #2563eb;
        transform: translateY(-1px);
    }

.btn-yeniden[b-y9lggnn8j0] {
    flex: 1;
    background: white;
    color: #64748b;
    border: 2px solid #e2e8f0;
    padding: 0.8rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-yeniden:hover[b-y9lggnn8j0] {
        border-color: #94a3b8;
        color: #334155;
    }

.hata-kutu[b-y9lggnn8j0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fef2f2;
    border: 1px solid #fca5a5;
    border-radius: 10px;
    padding: 0.85rem 1rem;
    margin-top: 1rem;
    color: #dc2626;
    font-size: 0.9rem;
    gap: 1rem;
}

.hata-kapat[b-y9lggnn8j0] {
    background: none;
    border: none;
    color: #dc2626;
    cursor: pointer;
    font-size: 1rem;
    opacity: 0.7;
    transition: opacity 0.2s;
}

    .hata-kapat:hover[b-y9lggnn8j0] {
        opacity: 1;
    }
