/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-yxu9tpabhf] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-yxu9tpabhf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/UploadExcel.razor.rz.scp.css */
.upload-container[b-25s90gf3xh] {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-group[b-25s90gf3xh] {
    margin-bottom: 1.5rem;
}

.form-group label[b-25s90gf3xh] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
}

.file-info[b-25s90gf3xh] {
    margin: 1rem 0;
    padding: 0.75rem;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 0.9rem;
}

.alert[b-25s90gf3xh] {
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 4px;
    font-size: 0.9rem;
}

.alert-error[b-25s90gf3xh] {
    background-color: #fee;
    border: 1px solid #fcc;
    color: #c33;
}

.alert-success[b-25s90gf3xh] {
    background-color: #efe;
    border: 1px solid #cfc;
    color: #3c3;
}

.button-group[b-25s90gf3xh] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn[b-25s90gf3xh] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn:disabled[b-25s90gf3xh] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary[b-25s90gf3xh] {
    background-color: #0066cc;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-25s90gf3xh] {
    background-color: #0052a3;
}

.btn-secondary[b-25s90gf3xh] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover:not(:disabled)[b-25s90gf3xh] {
    background-color: #5a6268;
}

.progress-container[b-25s90gf3xh] {
    margin-top: 1.5rem;
    position: relative;
    height: 30px;
    background-color: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar[b-25s90gf3xh] {
    height: 100%;
    background-color: #0066cc;
    transition: width 0.3s ease;
}

.progress-text[b-25s90gf3xh] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    color: #333;
}

h1[b-25s90gf3xh] {
    color: #333;
    margin-bottom: 1.5rem;
    text-align: center;
}
