@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-45rqp2rzbl] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.navbar[b-45rqp2rzbl] {
    background: #0078d4;
    color: white;
    padding: 1rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.nav-container[b-45rqp2rzbl] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.nav-brand h2[b-45rqp2rzbl] {
    margin: 0;
    color: white;
}

.nav-menu[b-45rqp2rzbl] {
    display: flex;
    gap: 2rem;
}

.nav-link[b-45rqp2rzbl] {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.3s;
}

    .nav-link:hover[b-45rqp2rzbl] {
        opacity: 0.8;
        text-decoration: underline;
    }

.main-content[b-45rqp2rzbl] {
    flex: 1;
    min-height: 70vh;
}

.footer[b-45rqp2rzbl] {
    background: #f5f5f5;
    padding: 2rem 0;
    margin-top: auto;
}

.footer-content[b-45rqp2rzbl] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.footer-section h4[b-45rqp2rzbl] {
    margin: 0 0 0.5rem 0;
    color: #0078d4;
}

.footer-section p[b-45rqp2rzbl] {
    margin: 0.25rem 0;
    color: #666;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .nav-container[b-45rqp2rzbl] {
        flex-direction: column;
        gap: 1rem;
        padding: 0 1rem;
    }

    .nav-menu[b-45rqp2rzbl] {
        gap: 1rem;
    }

    .footer-content[b-45rqp2rzbl] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}
/* /Layout/TreeMenu.razor.rz.scp.css */
/* Fix height and enable scrolling */
.vertical-menu[b-p6zu15f8lt] {
    height: 100%;
    border-right: 1px solid var(--neutral-stroke-rest);
}

[b-p6zu15f8lt] .vertical-menu .fluent-nav-menu {
    height: 100%;
    padding: 1rem 0;
}

[b-p6zu15f8lt] .vertical-menu .fluent-nav-link {
    padding: 0.5rem 1rem;
    margin: 0.25rem 0;
}

[b-p6zu15f8lt] .vertical-menu .fluent-nav-group {
    margin: 0.5rem 0;
}

.grid[b-p6zu15f8lt] {
    height: 25rem;
    overflow-y: auto;
}

    .grid[b-p6zu15f8lt]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-p6zu15f8lt] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-p6zu15f8lt] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-p6zu15f8lt] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
/* /Pages/AdayMenti/AdayMentiListe.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-byv4jpgqv7] {
    height: 25rem;
    overflow-y: auto;
}

    .grid[b-byv4jpgqv7]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-byv4jpgqv7] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-byv4jpgqv7] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-byv4jpgqv7] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
/* /Pages/AdayMentor/AdayMentorListe.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-tsj6t4ysno] {
    height: 25rem;
    overflow-y: auto;
}

    .grid[b-tsj6t4ysno]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-tsj6t4ysno] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-tsj6t4ysno] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-tsj6t4ysno] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
/* /Pages/KareKod/QrCode.razor.rz.scp.css */
.qr-container[b-btrk8gxtei] {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.qr-card[b-btrk8gxtei] {
    padding: 30px;
    text-align: center;
}

.input-section[b-btrk8gxtei] {
    margin-bottom: 30px;
}

.button-group[b-btrk8gxtei] {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.qr-display[b-btrk8gxtei] {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid var(--neutral-stroke-divider-rest);
    border-radius: 8px;
    background: var(--neutral-fill-secondary-rest);
}

.qr-image-container[b-btrk8gxtei] {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.qr-image[b-btrk8gxtei] {
    max-width: 300px;
    max-height: 300px;
    border: 2px solid var(--neutral-stroke-control-default);
    border-radius: 8px;
    background: white;
    padding: 10px;
}

.qr-text[b-btrk8gxtei] {
    font-weight: bold;
    word-break: break-all;
    margin: 15px 0;
    color: var(--neutral-foreground-rest);
}
/* /Pages/Kullanici/KullaniciListe.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-ba4ndiprl6] {
    height: 25rem;
    overflow-y: auto;
}

    .grid[b-ba4ndiprl6]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-ba4ndiprl6] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-ba4ndiprl6] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-ba4ndiprl6] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
/* /Pages/Kullanici/YonetUser.razor.rz.scp.css */
.contact-container[b-hom18pzcle] {
    width: 100%;
}

.container[b-hom18pzcle] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.page-header[b-hom18pzcle] {
    background: linear-gradient(135deg, #0078d4 0%, #106ebe 100%);
    color: white;
    padding: 3rem 0;
    text-align: center;
    margin-bottom: 4rem;
}

.header-icon[b-hom18pzcle] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-header h1[b-hom18pzcle] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 1rem 0;
}

.page-header p[b-hom18pzcle] {
    font-size: 1.25rem;
    opacity: 0.9;
}

.contact-grid[b-hom18pzcle] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
}

.form-card[b-hom18pzcle], .info-card[b-hom18pzcle] {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

    .form-card h2[b-hom18pzcle], .info-card h3[b-hom18pzcle] {
        color: #0078d4;
        margin-bottom: 1.5rem;
        font-weight: 600;
    }

.form-row[b-hom18pzcle] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group[b-hom18pzcle] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-hom18pzcle] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: #333;
    }

    .form-group input[b-hom18pzcle],
    .form-group select[b-hom18pzcle],
    .form-group textarea[b-hom18pzcle] {
        width: 100%;
        padding: 0.75rem;
        border: 2px solid #e0e0e0;
        border-radius: 0.5rem;
        font-size: 1rem;
        transition: border-color 0.3s;
    }

        .form-group input:focus[b-hom18pzcle],
        .form-group select:focus[b-hom18pzcle],
        .form-group textarea:focus[b-hom18pzcle] {
            outline: none;
            border-color: #0078d4;
        }

.submit-btn[b-hom18pzcle] {
    width: 100%;
    background: #0078d4;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

    .submit-btn:hover:not(:disabled)[b-hom18pzcle] {
        background: #106ebe;
        transform: translateY(-1px);
    }

    .submit-btn:disabled[b-hom18pzcle] {
        opacity: 0.7;
        cursor: not-allowed;
    }

.success-message[b-hom18pzcle] {
    background: #d4edda;
    color: #155724;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
    border: 1px solid #c3e6cb;
}

.contact-item[b-hom18pzcle] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-icon[b-hom18pzcle] {
    font-size: 1.5rem;
    margin-top: 0.25rem;
}

.contact-item strong[b-hom18pzcle] {
    display: block;
    color: #333;
    margin-bottom: 0.25rem;
}

.contact-item p[b-hom18pzcle] {
    margin: 0;
    color: #666;
    line-height: 1.4;
}

.hours-item[b-hom18pzcle] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

    .hours-item:last-child[b-hom18pzcle] {
        border-bottom: none;
    }

.social-links[b-hom18pzcle] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.social-link[b-hom18pzcle] {
    display: inline-block;
    color: #0078d4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

    .social-link:hover[b-hom18pzcle] {
        color: #106ebe;
    }

.faq-section[b-hom18pzcle] {
    background: #f8f9fa;
    padding: 3rem;
    border-radius: 1rem;
    margin-top: 3rem;
}

    .faq-section h2[b-hom18pzcle] {
        text-align: center;
        color: #0078d4;
        margin-bottom: 2rem;
        font-weight: 600;
    }

.faq-grid[b-hom18pzcle] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.faq-item[b-hom18pzcle] {
    background: white;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

    .faq-item h4[b-hom18pzcle] {
        color: #333;
        margin-bottom: 0.75rem;
        font-weight: 600;
    }

    .faq-item p[b-hom18pzcle] {
        color: #666;
        line-height: 1.5;
        margin: 0;
    }

.validation-message[b-hom18pzcle] {
    color: #d32f2f;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .contact-grid[b-hom18pzcle] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .form-row[b-hom18pzcle] {
        grid-template-columns: 1fr;
    }

    .faq-grid[b-hom18pzcle] {
        grid-template-columns: 1fr;
    }

    .page-header h1[b-hom18pzcle] {
        font-size: 2rem;
    }

    .form-card[b-hom18pzcle], .info-card[b-hom18pzcle] {
        padding: 1.5rem;
    }
}
/* /Pages/Mesaj/Contact.razor.rz.scp.css */
.contact-container[b-gb6p3kzf0c] {
    width: 100%;
}

.container[b-gb6p3kzf0c] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.page-header[b-gb6p3kzf0c] {
    background: linear-gradient(135deg, #0078d4 0%, #106ebe 100%);
    color: white;
    padding: 3rem 0;
    text-align: center;
    margin-bottom: 4rem;
}

.header-icon[b-gb6p3kzf0c] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-header h1[b-gb6p3kzf0c] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 1rem 0;
}

.page-header p[b-gb6p3kzf0c] {
    font-size: 1.25rem;
    opacity: 0.9;
}

.contact-grid[b-gb6p3kzf0c] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
}

.form-card[b-gb6p3kzf0c], .info-card[b-gb6p3kzf0c] {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

    .form-card h2[b-gb6p3kzf0c], .info-card h3[b-gb6p3kzf0c] {
        color: #0078d4;
        margin-bottom: 1.5rem;
        font-weight: 600;
    }

.form-row[b-gb6p3kzf0c] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group[b-gb6p3kzf0c] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-gb6p3kzf0c] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: #333;
    }

    .form-group input[b-gb6p3kzf0c],
    .form-group select[b-gb6p3kzf0c],
    .form-group textarea[b-gb6p3kzf0c] {
        width: 100%;
        padding: 0.75rem;
        border: 2px solid #e0e0e0;
        border-radius: 0.5rem;
        font-size: 1rem;
        transition: border-color 0.3s;
    }

        .form-group input:focus[b-gb6p3kzf0c],
        .form-group select:focus[b-gb6p3kzf0c],
        .form-group textarea:focus[b-gb6p3kzf0c] {
            outline: none;
            border-color: #0078d4;
        }

.submit-btn[b-gb6p3kzf0c] {
    width: 100%;
    background: #0078d4;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

    .submit-btn:hover:not(:disabled)[b-gb6p3kzf0c] {
        background: #106ebe;
        transform: translateY(-1px);
    }

    .submit-btn:disabled[b-gb6p3kzf0c] {
        opacity: 0.7;
        cursor: not-allowed;
    }

.success-message[b-gb6p3kzf0c] {
    background: #d4edda;
    color: #155724;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
    border: 1px solid #c3e6cb;
}

.contact-item[b-gb6p3kzf0c] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-icon[b-gb6p3kzf0c] {
    font-size: 1.5rem;
    margin-top: 0.25rem;
}

.contact-item strong[b-gb6p3kzf0c] {
    display: block;
    color: #333;
    margin-bottom: 0.25rem;
}

.contact-item p[b-gb6p3kzf0c] {
    margin: 0;
    color: #666;
    line-height: 1.4;
}

.hours-item[b-gb6p3kzf0c] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

    .hours-item:last-child[b-gb6p3kzf0c] {
        border-bottom: none;
    }

.social-links[b-gb6p3kzf0c] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.social-link[b-gb6p3kzf0c] {
    display: inline-block;
    color: #0078d4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

    .social-link:hover[b-gb6p3kzf0c] {
        color: #106ebe;
    }

.faq-section[b-gb6p3kzf0c] {
    background: #f8f9fa;
    padding: 3rem;
    border-radius: 1rem;
    margin-top: 3rem;
}

    .faq-section h2[b-gb6p3kzf0c] {
        text-align: center;
        color: #0078d4;
        margin-bottom: 2rem;
        font-weight: 600;
    }

.faq-grid[b-gb6p3kzf0c] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.faq-item[b-gb6p3kzf0c] {
    background: white;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

    .faq-item h4[b-gb6p3kzf0c] {
        color: #333;
        margin-bottom: 0.75rem;
        font-weight: 600;
    }

    .faq-item p[b-gb6p3kzf0c] {
        color: #666;
        line-height: 1.5;
        margin: 0;
    }

.validation-message[b-gb6p3kzf0c] {
    color: #d32f2f;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .contact-grid[b-gb6p3kzf0c] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .form-row[b-gb6p3kzf0c] {
        grid-template-columns: 1fr;
    }

    .faq-grid[b-gb6p3kzf0c] {
        grid-template-columns: 1fr;
    }

    .page-header h1[b-gb6p3kzf0c] {
        font-size: 2rem;
    }

    .form-card[b-gb6p3kzf0c], .info-card[b-gb6p3kzf0c] {
        padding: 1.5rem;
    }
}
/* /Pages/Mesaj/Talep.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-zq3r1blegk] {
    height: 25rem;
    overflow-y: auto;
}

    .grid[b-zq3r1blegk]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-zq3r1blegk] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-zq3r1blegk] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-zq3r1blegk] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
/* /Pages/Mesaj/TalepYonet.razor.rz.scp.css */
.contact-container[b-ay29o0jri9] {
    width: 100%;
}

.container[b-ay29o0jri9] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.page-header[b-ay29o0jri9] {
    background: linear-gradient(135deg, #0078d4 0%, #106ebe 100%);
    color: white;
    padding: 3rem 0;
    text-align: center;
    margin-bottom: 4rem;
}

.header-icon[b-ay29o0jri9] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-header h1[b-ay29o0jri9] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 1rem 0;
}

.page-header p[b-ay29o0jri9] {
    font-size: 1.25rem;
    opacity: 0.9;
}

.contact-grid[b-ay29o0jri9] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
}

.form-card[b-ay29o0jri9], .info-card[b-ay29o0jri9] {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

    .form-card h2[b-ay29o0jri9], .info-card h3[b-ay29o0jri9] {
        color: #0078d4;
        margin-bottom: 1.5rem;
        font-weight: 600;
    }

.form-row[b-ay29o0jri9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group[b-ay29o0jri9] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-ay29o0jri9] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: #333;
    }

    .form-group input[b-ay29o0jri9],
    .form-group select[b-ay29o0jri9],
    .form-group textarea[b-ay29o0jri9] {
        width: 100%;
        padding: 0.75rem;
        border: 2px solid #e0e0e0;
        border-radius: 0.5rem;
        font-size: 1rem;
        transition: border-color 0.3s;
    }

        .form-group input:focus[b-ay29o0jri9],
        .form-group select:focus[b-ay29o0jri9],
        .form-group textarea:focus[b-ay29o0jri9] {
            outline: none;
            border-color: #0078d4;
        }

.submit-btn[b-ay29o0jri9] {
    width: 100%;
    background: #0078d4;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

    .submit-btn:hover:not(:disabled)[b-ay29o0jri9] {
        background: #106ebe;
        transform: translateY(-1px);
    }

    .submit-btn:disabled[b-ay29o0jri9] {
        opacity: 0.7;
        cursor: not-allowed;
    }

.success-message[b-ay29o0jri9] {
    background: #d4edda;
    color: #155724;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
    border: 1px solid #c3e6cb;
}

.contact-item[b-ay29o0jri9] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-icon[b-ay29o0jri9] {
    font-size: 1.5rem;
    margin-top: 0.25rem;
}

.contact-item strong[b-ay29o0jri9] {
    display: block;
    color: #333;
    margin-bottom: 0.25rem;
}

.contact-item p[b-ay29o0jri9] {
    margin: 0;
    color: #666;
    line-height: 1.4;
}

.hours-item[b-ay29o0jri9] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

    .hours-item:last-child[b-ay29o0jri9] {
        border-bottom: none;
    }

.social-links[b-ay29o0jri9] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.social-link[b-ay29o0jri9] {
    display: inline-block;
    color: #0078d4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

    .social-link:hover[b-ay29o0jri9] {
        color: #106ebe;
    }

.faq-section[b-ay29o0jri9] {
    background: #f8f9fa;
    padding: 3rem;
    border-radius: 1rem;
    margin-top: 3rem;
}

    .faq-section h2[b-ay29o0jri9] {
        text-align: center;
        color: #0078d4;
        margin-bottom: 2rem;
        font-weight: 600;
    }

.faq-grid[b-ay29o0jri9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.faq-item[b-ay29o0jri9] {
    background: white;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

    .faq-item h4[b-ay29o0jri9] {
        color: #333;
        margin-bottom: 0.75rem;
        font-weight: 600;
    }

    .faq-item p[b-ay29o0jri9] {
        color: #666;
        line-height: 1.5;
        margin: 0;
    }

.validation-message[b-ay29o0jri9] {
    color: #d32f2f;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .contact-grid[b-ay29o0jri9] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .form-row[b-ay29o0jri9] {
        grid-template-columns: 1fr;
    }

    .faq-grid[b-ay29o0jri9] {
        grid-template-columns: 1fr;
    }

    .page-header h1[b-ay29o0jri9] {
        font-size: 2rem;
    }

    .form-card[b-ay29o0jri9], .info-card[b-ay29o0jri9] {
        padding: 1.5rem;
    }
}
/* /Pages/Personel/PersonelListe.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-datldps8gr] {
    height: 25rem;
    overflow-y: auto;
}

    .grid[b-datldps8gr]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-datldps8gr] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-datldps8gr] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-datldps8gr] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
