/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-wbsetfgd0h] {
    height: 100%;
}

[b-wbsetfgd0h] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
}

[b-wbsetfgd0h] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary, var(--DS-primary-90)) 0%, var(--bs-black, #000) 150%);
}

[b-wbsetfgd0h] .navigation-drawer > .dxbl-drawer-content {
    overflow: auto;
}

[b-wbsetfgd0h] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
    background: none;
}

[b-wbsetfgd0h] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header > .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-wbsetfgd0h] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-wbsetfgd0h] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
    background: none;
}

[b-wbsetfgd0h] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-wbsetfgd0h] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-wbsetfgd0h] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-wbsetfgd0h] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-wbsetfgd0h] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-wbsetfgd0h] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

[b-wbsetfgd0h] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-wbsetfgd0h] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-wbsetfgd0h] {
        display: none;
        visibility: hidden;
    }

    [b-wbsetfgd0h] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-wbsetfgd0h] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4vnu5qms9f] {
    height: 100%;
    font-family: var(--bs-font-sans-serif, var(--DS-font-family-sans-serif));
    min-height: 0;
}

[b-4vnu5qms9f] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-4vnu5qms9f] .icon-back {
    --icon-mask-image: var(--icon-back-mask-image);
}

[b-4vnu5qms9f] .icon-close {
    --icon-mask-image: var(--icon-close-mask-image);
}

[b-4vnu5qms9f] .icon-menu {
    --icon-mask-image: var(--icon-menu-mask-image);
}

[b-4vnu5qms9f] .icon-log-in {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-4vnu5qms9f] .icon-log-out {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-4vnu5qms9f] .icon-user {
    --icon-mask-image: var(--icon-user-mask-image);
}

[b-4vnu5qms9f] .docs-icon {
    --icon-mask-image: var(--icon-docs-mask-image);
}

[b-4vnu5qms9f] .demos-icon {
    --icon-mask-image: var(--icon-demos-mask-image);
}

[b-4vnu5qms9f] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-4vnu5qms9f] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-4vnu5qms9f] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-4vnu5qms9f] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-4vnu5qms9f] {
    display: inline-flex;
}

.menu-button-nav[b-4vnu5qms9f] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-4vnu5qms9f] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-4vnu5qms9f]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-4vnu5qms9f]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-w2m2n61b9f] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-w2m2n61b9f] {
    text-align: center;
}

[b-w2m2n61b9f] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-w2m2n61b9f] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-w2m2n61b9f] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;

    background-color: inherit;
}

    [b-w2m2n61b9f] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-w2m2n61b9f] .menu-item {
    color: var(--bs-white, #fff);
}

[b-w2m2n61b9f] .icon {
    margin-left: 0.5rem;
}

[b-w2m2n61b9f] .home-icon {
    --icon-mask-image: var(--icon-home-mask-image);
}

[b-w2m2n61b9f] .weather-icon {
    --icon-mask-image: var(--icon-weather-mask-image);
}

[b-w2m2n61b9f] .counter-icon {
    --icon-mask-image: var(--icon-counter-mask-image);
}

[b-w2m2n61b9f] .settings-icon {
    --icon-mask-image: var(--icon-settings-mask-image);
}

[b-w2m2n61b9f] .log-in-icon {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-w2m2n61b9f] .log-out-icon {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-w2m2n61b9f] .user-icon {
    --icon-mask-image: var(--icon-user-mask-image);
}

@media (max-width: 768px) {
    #sidebar[b-w2m2n61b9f] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-w2m2n61b9f] {
        text-align: inherit;
    }
}
/* /Components/Pages/AnaSayfa.razor.rz.scp.css */
/* Use dynamic viewport height to avoid mobile browser chrome issues and account for fixed header */
.fullpage-wrapper[b-sjoyovxsr9] {
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scroll-behavior: auto;
}

.fullpage-section[b-sjoyovxsr9] {
    min-height: 100%;
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #ffffff;
    padding: 0;
    box-sizing: border-box;
    overflow-y: auto;
}

/* Section-1 (carousel) - wrapper'�n y�ksekli�ini a�mas�n */
.section-1[b-sjoyovxsr9] {
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
}

/* Section-2, 3, 4 i�eri�e g�re otomatik y�kseklik - �st ve alt bo�luk yok */
.section-2[b-sjoyovxsr9],
.section-3[b-sjoyovxsr9],
.section-4[b-sjoyovxsr9] {
    height: auto;
    min-height: auto;
    padding: 2rem 0;
}

.dx-carousel-container[b-sjoyovxsr9] {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.dx-carousel-full[b-sjoyovxsr9] {
    height: 100%;
    max-height: 100%;
}

.carousel-img[b-sjoyovxsr9] {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Section background colors for visibility */
.section-2[b-sjoyovxsr9] {
    /*background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/
    background: rgba(250, 250, 250, 0.98046875) !important;
    color: #000000;
}

.section-3[b-sjoyovxsr9] {
    /*background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/
    background: #ffffff;
    color: #000000;
}

.section-4[b-sjoyovxsr9] {
    background: #ffffff;
    color: #000000;
}

/* Services Section Styles */
.services-container[b-sjoyovxsr9] {
    width: 100%;
    max-width: 1200px;
    padding: 3rem 2rem;
    text-align: center;
}

.services-title[b-sjoyovxsr9] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #2c3e50;
}

.services-grid[b-sjoyovxsr9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.service-card[b-sjoyovxsr9] {
    background: white;
    border-radius: 12px;
    padding: 2.5rem 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.service-card:hover[b-sjoyovxsr9] {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.service-icon-circle[b-sjoyovxsr9] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f0f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon-circle[b-sjoyovxsr9] {
    background: #22c55e;
    transform: scale(1.1);
}

.service-icon[b-sjoyovxsr9] {
    width: 48px;
    height: 48px;
    color: #22c55e;
    transition: color 0.3s ease;
}

.service-card:hover .service-icon[b-sjoyovxsr9] {
    color: white;
}

.service-title[b-sjoyovxsr9] {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e293b;
}

.service-description[b-sjoyovxsr9] {
    font-size: 1rem;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* Ba�kan resmi: carousel �zerinde sol kenarda, yukar�dan ba�layarak tam g�r�n�r */
.baskan-img[b-sjoyovxsr9] {
    position: absolute;
    left: 16px;
    top: 10%;
    width: 224px;
    height: auto;
    max-height: 50%;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
    z-index: 60;
    object-fit: contain;
}

/* Duyurular kutusu: Ba�kan resminin tam alt�nda, bo�luklu */
.duyurular-container[b-sjoyovxsr9] {
    position: absolute;
    left: 16px;
    top: calc(6% + 50% + 4px);
    width: 224px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 60;
}

/* Duyurular ba�l�k �eridi */
.duyurular-header[b-sjoyovxsr9] {
    background: linear-gradient(135deg, #fff5f5 0%, #ff3838 100%);
    color: black;
    padding: 8px 12px;
    font-size: 11pt;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.duyurular-liste[b-sjoyovxsr9] {
    height: 150px;
    position: relative;
    overflow: hidden;
}

.duyurular-scroll[b-sjoyovxsr9] {
    animation: scrollVertical-b-sjoyovxsr9 20s linear infinite;
}

.duyuru-item[b-sjoyovxsr9] {
    padding: 10px 12px;
    font-size: 10pt;
    line-height: 1.5;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.duyuru-item:last-child[b-sjoyovxsr9] {
    border-bottom: none;
}

/* Dikey yukar� do�ru kayd�rma animasyonu */
@keyframes scrollVertical-b-sjoyovxsr9 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

.down-arrow[b-sjoyovxsr9] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 2px 8px rgba(0,0,0,0.2);
    z-index: 30;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 20px);
    transition: all 0.3s ease;
    animation: bounce-b-sjoyovxsr9 2s infinite;
    cursor: pointer;
}

.down-arrow:hover[b-sjoyovxsr9] {
    background: linear-gradient(135deg, rgba(255,255,255,0.25), rgba(255,255,255,0.15));
    transform: translateX(-50%) translateY(-3px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.4), 0 4px 12px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.5);
}

.down-arrow:active[b-sjoyovxsr9] {
    transform: translateX(-50%) translateY(0px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

.arrow-icon[b-sjoyovxsr9] {
    display: block;
    width: 20px;
    height: 20px;
    border-left: 3px solid #000000;
    border-bottom: 3px solid #000000;
    position: relative;
}

.arrow-icon.down[b-sjoyovxsr9] {
    transform: rotate(-45deg);
    margin-top: -5px;
}

.arrow-icon.up[b-sjoyovxsr9] {
    transform: rotate(135deg);
    margin-bottom: -5px;
}

.section-3 .arrow-icon[b-sjoyovxsr9] {
    border-left-color: #2c3e50;
    border-bottom-color: #2c3e50;
    /*color: #000000;*/
}

.section-3 .down-arrow[b-sjoyovxsr9] {
    background: linear-gradient(135deg, rgba(44,62,80,0.15), rgba(44,62,80,0.05));
    border-color: rgba(44,62,80,0.3);
    /*color: #000000;*/
}

    .section-3 .down-arrow:hover[b-sjoyovxsr9] {
        background: linear-gradient(135deg, rgba(44,62,80,0.25), rgba(44,62,80,0.15));
        border-color: rgba(44,62,80,0.5);
        /*color: #000000;*/
    }

@keyframes bounce-b-sjoyovxsr9 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

html[b-sjoyovxsr9], body[b-sjoyovxsr9], .page[b-sjoyovxsr9], .page > main[b-sjoyovxsr9] {
    height: 100%;
}

@media (max-width: 992px) {
    .services-grid[b-sjoyovxsr9] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .down-arrow[b-sjoyovxsr9] {
        width: 50px;
        height: 50px;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 16px);
    }

    .arrow-icon[b-sjoyovxsr9] {
        width: 16px;
        height: 16px;
        border-left-width: 2.5px;
        border-bottom-width: 2.5px;
    }

    .baskan-img[b-sjoyovxsr9] {
        display: none !important;
    }

    .duyurular-container[b-sjoyovxsr9] {
        display: none;
    }

    .services-title[b-sjoyovxsr9] {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .services-grid[b-sjoyovxsr9] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .service-card[b-sjoyovxsr9] {
        padding: 2rem 1.25rem;
    }

    .service-icon-circle[b-sjoyovxsr9] {
        width: 80px;
        height: 80px;
    }

    .service-icon[b-sjoyovxsr9] {
        width: 40px;
        height: 40px;
    }
}
/* /Components/Pages/Duyurular.razor.rz.scp.css */
.duyurular-wrapper[b-jy486w5ogj] {
    min-height: 100vh;
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 2rem 0;
}

.duyurular-page[b-jy486w5ogj] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.page-header[b-jy486w5ogj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 12px;
    /*border: 1px solid rgba(255, 255, 255, 0.2);*/
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.header-icon[b-jy486w5ogj] {
    width: 48px;
    height: 48px;
    color: white;
    stroke-width: 2;
}

.page-title[b-jy486w5ogj] {
    font-size: 24pt;
    font-weight: 700;
    color: white;
    margin: 0;
}

.loading-container[b-jy486w5ogj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.spinner[b-jy486w5ogj] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(102, 126, 234, 0.2);
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-jy486w5ogj 1s linear infinite;
}

@keyframes spin-b-jy486w5ogj {
    to { transform: rotate(360deg); }
}

.loading-container p[b-jy486w5ogj] {
    margin-top: 1rem;
    color: #333;
    font-size: 1.1rem;
}

.results-info[b-jy486w5ogj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #667eea;
    font-size: 0.95rem;
    font-weight: 600;
}

.results-count[b-jy486w5ogj] {
    color: #667eea;
}

.page-info[b-jy486w5ogj] {
    color: #666;
}

.duyurular-table-container[b-jy486w5ogj] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0 0 8px 8px;
    overflow-x: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.duyurular-table[b-jy486w5ogj] {
    width: 100%;
    border-collapse: collapse;
}

.duyurular-table thead[b-jy486w5ogj] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.duyurular-table thead th[b-jy486w5ogj] {
    padding: 1rem;
    text-align: left;
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.tarih-column[b-jy486w5ogj] {
    width: 150px;
}

.duyuru-column[b-jy486w5ogj] {
    width: auto;
}

.duyurular-table tbody tr[b-jy486w5ogj] {
    border-bottom: 1px solid rgba(102, 126, 234, 0.1);
    transition: background-color 0.2s ease;
}

.duyurular-table tbody tr:hover[b-jy486w5ogj] {
    background-color: rgba(102, 126, 234, 0.05);
}

.duyurular-table tbody tr:last-child[b-jy486w5ogj] {
    border-bottom: none;
}

.tarih-cell[b-jy486w5ogj] {
    padding: 1rem;
    vertical-align: middle;
}

.tarih-badge[b-jy486w5ogj] {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
}

.duyuru-cell[b-jy486w5ogj] {
    padding: 1rem;
    color: #333;
    line-height: 1.6;
    font-size: 0.95rem;
}

.pagination-container[b-jy486w5ogj] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    flex-wrap: wrap;
}

.btn-page[b-jy486w5ogj] {
    padding: 0.6rem 1.2rem;
    background: rgba(255, 255, 255, 0.95);
    color: #667eea;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.btn-page:hover:not(:disabled)[b-jy486w5ogj] {
    background: white;
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.btn-page:disabled[b-jy486w5ogj] {
    opacity: 0.4;
    cursor: not-allowed;
}

.page-numbers[b-jy486w5ogj] {
    display: flex;
    gap: 0.3rem;
    flex-wrap: wrap;
}

.btn-page-number[b-jy486w5ogj] {
    width: 40px;
    height: 40px;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #667eea;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-page-number:hover[b-jy486w5ogj] {
    background: white;
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.btn-page-number.active[b-jy486w5ogj] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.empty-state[b-jy486w5ogj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.empty-state svg[b-jy486w5ogj] {
    width: 80px;
    height: 80px;
    color: #667eea;
    margin-bottom: 1.5rem;
}

.empty-state p[b-jy486w5ogj] {
    color: #666;
    font-size: 1.2rem;
    margin: 0;
}

@media (max-width: 768px) {
    .duyurular-wrapper[b-jy486w5ogj] {
        padding: 1rem 0;
    }

    .page-header[b-jy486w5ogj] {
        padding: 1rem;
        gap: 0.5rem;
    }

    .header-icon[b-jy486w5ogj] {
        width: 36px;
        height: 36px;
    }

    .page-title[b-jy486w5ogj] {
        font-size: 20pt;
    }

    .results-info[b-jy486w5ogj] {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.75rem 1rem;
        text-align: center;
    }

    .duyurular-table thead th[b-jy486w5ogj] {
        padding: 0.75rem;
        font-size: 0.9rem;
    }

    .tarih-column[b-jy486w5ogj] {
        width: 120px;
    }

    .tarih-cell[b-jy486w5ogj],
    .duyuru-cell[b-jy486w5ogj] {
        padding: 0.75rem;
        font-size: 0.85rem;
    }

    .tarih-badge[b-jy486w5ogj] {
        padding: 0.3rem 0.6rem;
        font-size: 0.8rem;
    }

    .pagination-container[b-jy486w5ogj] {
        gap: 0.3rem;
        padding: 1rem;
    }

    .btn-page[b-jy486w5ogj] {
        padding: 0.5rem 0.8rem;
        font-size: 0.85rem;
    }

    .btn-page-number[b-jy486w5ogj] {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .page-title[b-jy486w5ogj] {
        font-size: 18pt;
    }

    .tarih-column[b-jy486w5ogj] {
        width: 100px;
    }

    .duyurular-table thead th[b-jy486w5ogj] {
        padding: 0.5rem;
        font-size: 0.85rem;
    }

    .tarih-cell[b-jy486w5ogj],
    .duyuru-cell[b-jy486w5ogj] {
        padding: 0.5rem;
        font-size: 0.8rem;
    }

    .tarih-badge[b-jy486w5ogj] {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }

    .btn-page span[b-jy486w5ogj] {
        display: none;
    }

    .btn-page[b-jy486w5ogj]::before {
        content: '�';
        font-size: 1.2rem;
    }

    .btn-page:last-of-type[b-jy486w5ogj]::before {
        content: '�';
    }

    .btn-page:first-of-type[b-jy486w5ogj]::before {
        content: '�';
    }

    .btn-page:nth-last-of-type(2)[b-jy486w5ogj]::before {
        content: '�';
    }
}
/* /Components/Pages/Iletisim.razor.rz.scp.css */
.iletisim-wrapper[b-s8f2x2r7nh] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.iletisim-page[b-s8f2x2r7nh] {
    flex: 1;
    background: #f5f7fa;
}

/* Hero Banner Section */
.hero-banner[b-s8f2x2r7nh] {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url('/images/bina.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 4rem;
    overflow: hidden;
}

.hero-overlay[b-s8f2x2r7nh] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-title[b-s8f2x2r7nh] {
    position: relative;
    z-index: 2;
    font-size: 48px;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding-left: 10%;
    max-width: 50%;
    text-align: left;
}

/* Content Section */
.page-container[b-s8f2x2r7nh] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.contact-content[b-s8f2x2r7nh] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.contact-cards[b-s8f2x2r7nh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.contact-card[b-s8f2x2r7nh] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact-card:hover[b-s8f2x2r7nh] {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.card-icon[b-s8f2x2r7nh] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.contact-card:hover .card-icon[b-s8f2x2r7nh] {
    transform: scale(1.1);
}

.card-icon svg[b-s8f2x2r7nh] {
    width: 40px;
    height: 40px;
    stroke: white;
}

.card-title[b-s8f2x2r7nh] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 1rem 0;
}

.card-text[b-s8f2x2r7nh] {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
}

.card-text strong[b-s8f2x2r7nh] {
    color: #667eea;
    font-size: 1.2rem;
}

/* Info Banner */
.info-banner[b-s8f2x2r7nh] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
}

.banner-icon[b-s8f2x2r7nh] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.banner-icon svg[b-s8f2x2r7nh] {
    width: 32px;
    height: 32px;
    stroke: white;
}

.banner-content[b-s8f2x2r7nh] {
    flex: 1;
}

.banner-content h3[b-s8f2x2r7nh] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0 0 0.5rem 0;
}

.banner-content p[b-s8f2x2r7nh] {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    line-height: 1.6;
}

/* Contact Form Section */
.contact-form-section[b-s8f2x2r7nh] {
    background: white;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.form-section-title[b-s8f2x2r7nh] {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 0.5rem 0;
}

.form-section-subtitle[b-s8f2x2r7nh] {
    font-size: 0.95rem;
    color: #718096;
    margin: 0 0 2rem 0;
}

.success-message[b-s8f2x2r7nh] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    color: #155724;
    margin-bottom: 2rem;
    animation: slideDown-b-s8f2x2r7nh 0.3s ease-out;
}

.success-message svg[b-s8f2x2r7nh] {
    width: 24px;
    height: 24px;
    stroke: #155724;
    flex-shrink: 0;
}

.success-message span[b-s8f2x2r7nh] {
    font-size: 1.05rem;
    font-weight: 500;
}

@keyframes slideDown-b-s8f2x2r7nh {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-form[b-s8f2x2r7nh] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row[b-s8f2x2r7nh] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.form-group[b-s8f2x2r7nh] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label[b-s8f2x2r7nh] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2563eb;
    margin: 0;
}

.form-input[b-s8f2x2r7nh],
.form-textarea[b-s8f2x2r7nh] {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    color: #2d3748;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.2s ease;
    font-family: inherit;
}

.form-input:focus[b-s8f2x2r7nh],
.form-textarea:focus[b-s8f2x2r7nh] {
    outline: none;
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-input[b-s8f2x2r7nh]::placeholder,
.form-textarea[b-s8f2x2r7nh]::placeholder {
    color: #a0aec0;
}

.form-textarea[b-s8f2x2r7nh] {
    resize: vertical;
    min-height: 120px;
}

.form-actions[b-s8f2x2r7nh] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.btn-submit[b-s8f2x2r7nh] {
    padding: 0.875rem 3rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: white;
    background: #2563eb;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.btn-submit:hover:not(:disabled)[b-s8f2x2r7nh] {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}

.btn-submit:active:not(:disabled)[b-s8f2x2r7nh] {
    transform: translateY(0);
}

.btn-submit:disabled[b-s8f2x2r7nh] {
    background: #cbd5e0;
    cursor: not-allowed;
    box-shadow: none;
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-banner[b-s8f2x2r7nh] {
        height: 350px;
        padding: 0 3rem;
    }

    .hero-title[b-s8f2x2r7nh] {
        font-size: 42px;
        padding-left: 5%;
    }

    .contact-cards[b-s8f2x2r7nh] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-banner[b-s8f2x2r7nh] {
        height: 300px;
        padding: 0 2rem;
    }

    .hero-title[b-s8f2x2r7nh] {
        font-size: 36px;
        padding-left: 0;
        max-width: 70%;
    }

    .page-container[b-s8f2x2r7nh] {
        padding: 2rem 1.5rem;
    }

    .contact-cards[b-s8f2x2r7nh] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contact-card[b-s8f2x2r7nh] {
        padding: 1.5rem;
    }

    .card-icon[b-s8f2x2r7nh] {
        width: 70px;
        height: 70px;
    }

    .card-icon svg[b-s8f2x2r7nh] {
        width: 35px;
        height: 35px;
    }

    .card-title[b-s8f2x2r7nh] {
        font-size: 1.3rem;
    }

    .card-text[b-s8f2x2r7nh] {
        font-size: 1rem;
    }

    .info-banner[b-s8f2x2r7nh] {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .banner-content h3[b-s8f2x2r7nh] {
        font-size: 1.3rem;
    }

    .banner-content p[b-s8f2x2r7nh] {
        font-size: 1rem;
    }

    .contact-form-section[b-s8f2x2r7nh] {
        padding: 2rem 1.5rem;
    }

    .form-row[b-s8f2x2r7nh] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .form-section-title[b-s8f2x2r7nh] {
        font-size: 1.75rem;
    }
}

@media (max-width: 576px) {
    .hero-banner[b-s8f2x2r7nh] {
        height: 250px;
        padding: 0 1.5rem;
        justify-content: center;
    }

    .hero-title[b-s8f2x2r7nh] {
        font-size: 32px;
        padding-left: 0;
        max-width: 90%;
        text-align: center;
    }

    .page-container[b-s8f2x2r7nh] {
        padding: 1.5rem 1rem;
    }

    .contact-content[b-s8f2x2r7nh] {
        gap: 2rem;
    }

    .contact-card[b-s8f2x2r7nh] {
        padding: 1.25rem;
    }

    .card-icon[b-s8f2x2r7nh] {
        width: 60px;
        height: 60px;
    }

    .card-icon svg[b-s8f2x2r7nh] {
        width: 30px;
        height: 30px;
    }

    .card-title[b-s8f2x2r7nh] {
        font-size: 1.2rem;
    }

    .info-banner[b-s8f2x2r7nh] {
        padding: 1.25rem;
    }

    .banner-icon[b-s8f2x2r7nh] {
        width: 50px;
        height: 50px;
    }

    .banner-icon svg[b-s8f2x2r7nh] {
        width: 28px;
        height: 28px;
    }

    .banner-content h3[b-s8f2x2r7nh] {
        font-size: 1.2rem;
    }

    .contact-form-section[b-s8f2x2r7nh] {
        padding: 1.5rem 1rem;
    }

    .form-section-title[b-s8f2x2r7nh] {
        font-size: 1.5rem;
    }

    .btn-submit[b-s8f2x2r7nh] {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
}
/* /Components/Pages/Index.razor.rz.scp.css */
[b-a0brd5bkij] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-a0brd5bkij] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-a0brd5bkij] .title {
    text-align: center;
}

[b-a0brd5bkij] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-a0brd5bkij] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color, var(--DS-primary-90));
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-a0brd5bkij] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-a0brd5bkij] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-a0brd5bkij] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-a0brd5bkij] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Components/Pages/KabirDetay.razor.rz.scp.css */
.kabir-detay-page[b-tj3sm109ta] {
    min-height: 100vh;
    background: #f5f7fa;
    padding: 1rem 0.5rem;
    padding-bottom: 2rem; /* Alt tarafta boşluk ekle */
}

.page-container[b-tj3sm109ta] {
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 2rem; /* Container'a da alt boşluk ekle */
}

.back-button-section[b-tj3sm109ta] {
    margin-bottom: 1rem;
}

.btn-back[b-tj3sm109ta] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #6c757d;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(108, 117, 125, 0.3);
}

    .btn-back:hover[b-tj3sm109ta] {
        background: #5a6268;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(108, 117, 125, 0.4);
    }

.loading-section[b-tj3sm109ta] {
    text-align: center;
    padding: 4rem 2rem;
}

.content-layout[b-tj3sm109ta] {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 2rem;
    align-items: start;
}


/* #region Sağ ve Sol Panel Özellikleri */
.left-panel[b-tj3sm109ta] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
/* Right panel için ek ayar */
.right-panel[b-tj3sm109ta] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 2rem; /* Sağ panele de alt boşluk */
}
/* #endregion */

/* #region Kabir Resmi ve Kabir Resmi Yoksa Görünecek İcon Özellikleri */
.kabir-image-section[b-tj3sm109ta] {
    position: relative;
    width: 100%;
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.kabir-image[b-tj3sm109ta] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay[b-tj3sm109ta] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.4);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.hide-overlay[b-tj3sm109ta] {
    display: none !important;
}

.kabir-image.has-image[b-tj3sm109ta] {
    cursor: pointer;
}

.kabir-image.no-image[b-tj3sm109ta] {
    cursor: default;
}

.overlay-icon[b-tj3sm109ta] {
    font-size: 3rem;
    color: white;
}
/* #endregion */


/* #region Defin Bilgileri Başlığı Özellikleri */
.section-header[b-tj3sm109ta] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    /*background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);*/
    background: #ffffff;
    color: black;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.section-icon[b-tj3sm109ta] {
    font-size: 1.5rem;
}

.section-title[b-tj3sm109ta] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
}
/* #endregion */

/* #region Mezarlık Bilgi Panelinin Özellikleri */
.mezarlik-card[b-tj3sm109ta] {
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.08);*/
    display: flex;
    flex-direction: column;
    gap: 0rem;
    /*border-left: 4px solid #28a745;*/
}

.mezarlik-label[b-tj3sm109ta] {
    font-size: 0.85rem;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mezarlik-value[b-tj3sm109ta] {
    font-size: 1.1rem;
    color: #28a745;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
/* #endregion */

/* #region Kabir No Bilgi Panelinin Özellikleri */
.kabir-no-card[b-tj3sm109ta] {
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.08);*/
    display: flex;
    flex-direction: column;
    gap: 0rem;
    /*border-left: 4px solid #0066cc;*/
}

.kabir-no-label[b-tj3sm109ta] {
    font-size: 0.85rem;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kabir-no-value[b-tj3sm109ta] {
    font-size: 1.4rem;
    color: #0066cc;
    font-weight: 700;
}
/* #endregion */

/* #region Yol Tarifi Düğmesinin Özellikleri */
.btn-route[b-tj3sm109ta] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

    .btn-route:hover[b-tj3sm109ta] {
        background: linear-gradient(135deg, #218838 0%, #1aa67d 100%);
        transform: translateY(-3px);
        /*box-shadow: 0 6px 20px rgba(40, 167, 69, 0.5);*/
    }
/* #endregion */



/* #region Defin Bilgileri Panelinin Özellikleri */
.info-cards[b-tj3sm109ta] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    width: 100%;
}

.bilgi-satir[b-tj3sm109ta] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
}

.bilgi-label[b-tj3sm109ta] {
    font-weight: 700;
    color: #4a5568;
    font-size: 1.2rem;
    min-width: 150px;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.label-text[b-tj3sm109ta] {
    text-align: left;
}

.label-colon[b-tj3sm109ta] {
    margin-left: auto;
    padding-left: 0.25rem;
}

.bilgi-deger[b-tj3sm109ta] {
    color: #1a202c;
    font-weight: 700;
    font-size: 1.2rem;
    flex: 1;
}

/*.info-card {
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    border-left: 4px solid #0066cc;
    transition: all 0.3s ease;
    width: 100%;  Tam genişlik 
    box-sizing: border-box;  Padding dahil 
}*/

/*    .info-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    }*/

.info-label[b-tj3sm109ta] {
    font-size: 0.95rem;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 140px;
    flex-shrink: 0;
}

.info-value[b-tj3sm109ta] {
    font-size: 1.1rem;
    color: #333;
    font-weight: 700;
    flex: 1;
}

.name-value[b-tj3sm109ta] {
    font-weight: 900;
    font-size: 1.5rem !important;
    color: #0066cc !important;
    font-weight: 700 !important;
}

.gender-badge[b-tj3sm109ta] {
    font-size: 0.85rem;
    color: #666;
    font-weight: 600;
    margin-left: 0.5rem;
}
/* #endregion */

/* #region Fatiha ve Yasin Ayetleri Seslendirme Panelinin Özellikleri */
.dua-section[b-tj3sm109ta] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dua-player[b-tj3sm109ta] {
    background: white;
    border-radius: 10px;
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.08);*/
    padding: 0.5rem;
    /*border-left: 4px solid #17a2b8;*/
}

.dua-header[b-tj3sm109ta] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0rem;

}

.dua-icon[b-tj3sm109ta] {
    font-size: 1.5rem;
    color: #17a2b8;
}

.dua-title[b-tj3sm109ta] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    padding: 0rem;
}

.audio-player[b-tj3sm109ta] {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    padding: 0rem;
}

    .audio-player[b-tj3sm109ta]::-webkit-media-controls-panel {
        background-color: #f8f9fa;
    }
/* #endregion */


.map-card[b-tj3sm109ta] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    margin-bottom: 2rem; /* Harita kartına alt margin ekle */
}

.map-header[b-tj3sm109ta] {
    /*background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);*/
    background: #ffffff;
    color: black;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.map-icon[b-tj3sm109ta] {
    font-size: 1.75rem;
}

.map-title[b-tj3sm109ta] {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700;
}

.map-container[b-tj3sm109ta] {
    width: 100%;
    height: 500px;
    background: #e9ecef;
    position: relative; /* Leaflet haritası için */
    z-index: 1; /* Z-index ayarla */
}

.mezar-id-badge[b-tj3sm109ta] {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-left: auto;
}

.error-card[b-tj3sm109ta] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 3rem;
    text-align: center;
}

.error-icon[b-tj3sm109ta] {
    font-size: 4rem;
    color: #ffc107;
    display: block;
    margin-bottom: 1rem;
}

.error-card p[b-tj3sm109ta] {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
}

.btn-back-error[b-tj3sm109ta] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #0066cc;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-back-error:hover[b-tj3sm109ta] {
        background: #0052a3;
        transform: translateY(-2px);
    }

/*.btn-test {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #ffc107;
    color: #000;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(255, 193, 7, 0.3);
    margin-left: 1rem;
}

    .btn-test:hover {
        background: #ffb300;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 193, 7, 0.4);
    }

    .btn-db-test {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.75rem 1.5rem;
        background: #17a2b8;
        color: white;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-size: 1rem;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 2px 6px rgba(23, 162, 184, 0.3);
        margin-left: 1rem;
    }

    .btn-db-test:hover {
        background: #138496;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(23, 162, 184, 0.4);
    }*/

@media (max-width: 1024px) {
    .content-layout[b-tj3sm109ta] {
        grid-template-columns: 1fr;
    }

    .left-panel[b-tj3sm109ta] {
        max-width: 500px;
        margin: 0 auto;
    }

    .info-cards[b-tj3sm109ta] {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .map-container[b-tj3sm109ta] {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .kabir-image-section[b-tj3sm109ta] {
        height: 250px;
    }

    .left-panel[b-tj3sm109ta] {
        max-width: 100%;
    }

    .info-cards[b-tj3sm109ta] {
        grid-template-columns: 1fr;
    }

    .map-container[b-tj3sm109ta] {
        height: 350px;
    }
}



/* /Components/Pages/MezarlikAdabi.razor.rz.scp.css */
.mezarlik-adabi-wrapper[b-ilcbdeux5i] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.mezarlik-adabi-page[b-ilcbdeux5i] {
    flex: 1;
    background: #f5f7fa;
    padding: 2rem 1rem;
}

.page-container[b-ilcbdeux5i] {
    max-width: 1000px;
    margin: 0 auto;
}

.page-header[b-ilcbdeux5i] {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.header-icon[b-ilcbdeux5i] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.header-icon svg[b-ilcbdeux5i] {
    width: 40px;
    height: 40px;
    stroke: white;
}

.page-title[b-ilcbdeux5i] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 0.75rem 0;
}

.page-subtitle[b-ilcbdeux5i] {
    font-size: 1.15rem;
    color: #4a5568;
    margin: 0;
    font-weight: 500;
}

.content-container[b-ilcbdeux5i] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

.content-section[b-ilcbdeux5i] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.content-section:hover[b-ilcbdeux5i] {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.section-header[b-ilcbdeux5i] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.section-number[b-ilcbdeux5i] {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
}

.section-title[b-ilcbdeux5i] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

.section-content[b-ilcbdeux5i] {
    padding: 2rem;
    color: #2d3748;
    line-height: 1.8;
}

.section-content p[b-ilcbdeux5i] {
    margin: 0 0 1rem 0;
    font-size: 1.05rem;
}

.dua-box[b-ilcbdeux5i] {
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    border-left: 4px solid #00acc1;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 172, 193, 0.15);
}

.dua-text[b-ilcbdeux5i] {
    color: #006064;
    font-size: 1.05rem;
    margin: 0.5rem 0;
    font-style: italic;
}

.hadis-box[b-ilcbdeux5i] {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    border-left: 4px solid #f57c00;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(245, 124, 0, 0.15);
    position: relative;
}

.hadis-box svg[b-ilcbdeux5i] {
    width: 24px;
    height: 24px;
    stroke: #f57c00;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    opacity: 0.3;
}

.hadis-box p[b-ilcbdeux5i] {
    color: #e65100;
    font-size: 1.05rem;
    margin: 0 0 0.5rem 0;
    font-weight: 500;
}

.hadis-kaynak[b-ilcbdeux5i] {
    color: #f57c00;
    font-size: 0.9rem;
    font-style: italic;
}

.content-list[b-ilcbdeux5i] {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.content-list li[b-ilcbdeux5i] {
    position: relative;
    padding: 0.75rem 0 0.75rem 2.5rem;
    margin: 0.5rem 0;
    font-size: 1.05rem;
    line-height: 1.7;
}

.content-list li[b-ilcbdeux5i]::before {
    content: "?";
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 1.75rem;
    height: 1.75rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.warning-list li[b-ilcbdeux5i]::before {
    content: "!";
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.benefit-list li[b-ilcbdeux5i]::before {
    content: "?";
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

@media (max-width: 768px) {
    .mezarlik-adabi-page[b-ilcbdeux5i] {
        padding: 1rem 0.5rem;
    }

    .page-header[b-ilcbdeux5i] {
        padding: 1.5rem 1rem;
        margin-bottom: 2rem;
    }

    .header-icon[b-ilcbdeux5i] {
        width: 60px;
        height: 60px;
    }

    .header-icon svg[b-ilcbdeux5i] {
        width: 30px;
        height: 30px;
    }

    .page-title[b-ilcbdeux5i] {
        font-size: 2rem;
    }

    .page-subtitle[b-ilcbdeux5i] {
        font-size: 1rem;
    }

    .content-container[b-ilcbdeux5i] {
        gap: 1.5rem;
    }

    .section-header[b-ilcbdeux5i] {
        padding: 1.25rem 1.5rem;
    }

    .section-number[b-ilcbdeux5i] {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }

    .section-title[b-ilcbdeux5i] {
        font-size: 1.25rem;
    }

    .section-content[b-ilcbdeux5i] {
        padding: 1.5rem;
    }

    .section-content p[b-ilcbdeux5i],
    .content-list li[b-ilcbdeux5i],
    .dua-text[b-ilcbdeux5i],
    .hadis-box p[b-ilcbdeux5i] {
        font-size: 1rem;
    }

    .dua-box[b-ilcbdeux5i],
    .hadis-box[b-ilcbdeux5i] {
        padding: 1.25rem;
    }

    .content-list li[b-ilcbdeux5i] {
        padding-left: 2rem;
    }

    .content-list li[b-ilcbdeux5i]::before {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .page-title[b-ilcbdeux5i] {
        font-size: 1.75rem;
    }

    .page-subtitle[b-ilcbdeux5i] {
        font-size: 0.95rem;
    }

    .section-header[b-ilcbdeux5i] {
        padding: 1rem;
        gap: 0.75rem;
    }

    .section-number[b-ilcbdeux5i] {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }

    .section-title[b-ilcbdeux5i] {
        font-size: 1.1rem;
    }

    .section-content[b-ilcbdeux5i] {
        padding: 1.25rem;
    }

    .dua-box[b-ilcbdeux5i],
    .hadis-box[b-ilcbdeux5i] {
        padding: 1rem;
    }
}
/* /Components/Pages/MezarlikHaritasiHizli.razor.rz.scp.css */
.mezarlik-haritasi-wrapper[b-0nksuls11b] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.mezarlik-haritasi-page[b-0nksuls11b] {
    min-height: 100vh;
    background: #f5f7fa;
    padding: 2rem 1rem;
}

.page-container[b-0nksuls11b] {
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-0nksuls11b] {
    text-align: center;
    margin-bottom: 2rem;
}

.page-title[b-0nksuls11b] {
    font-size: 24pt;
    font-weight: 700;
    color: #0066cc;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 102, 204, 0.1);
}

.page-subtitle[b-0nksuls11b] {
    font-size: 12pt;
    color: #28a745;
    margin-top: 0.5rem;
    font-weight: 600;
}

.selector-section[b-0nksuls11b] {
    margin-bottom: 2rem;
}

.selector-card[b-0nksuls11b] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    max-width: 600px;
    margin: 0 auto;
}

.selector-label[b-0nksuls11b] {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.mezarlik-selector[b-0nksuls11b] {
    width: 100%;
}

.loading-section[b-0nksuls11b] {
    text-align: center;
    padding: 3rem 2rem;
}

.error-section[b-0nksuls11b] {
    margin: 2rem auto;
    max-width: 600px;
}

.error-message[b-0nksuls11b] {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.error-icon[b-0nksuls11b] {
    font-size: 2rem;
    color: #ffc107;
    flex-shrink: 0;
}

.error-content[b-0nksuls11b] {
    flex: 1;
}

.error-content strong[b-0nksuls11b] {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #856404;
}

.error-content p[b-0nksuls11b] {
    margin: 0;
    color: #856404;
}

.map-section[b-0nksuls11b] {
    margin-top: 2rem;
}

.map-card[b-0nksuls11b] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
}

.map-container[b-0nksuls11b] {
    width: 100%;
    height: 650px;
    background: #e9ecef;
}

@media (max-width: 768px) {
    .page-title[b-0nksuls11b] {
        font-size: 20pt;
    }

    .selector-card[b-0nksuls11b] {
        padding: 1.5rem;
    }

    .map-container[b-0nksuls11b] {
        height: 500px;
    }
}

@media (max-width: 576px) {
    .page-title[b-0nksuls11b] {
        font-size: 18pt;
    }

    .mezarlik-haritasi-page[b-0nksuls11b] {
        padding: 1rem 0.5rem;
    }

    .selector-card[b-0nksuls11b] {
        padding: 1rem;
    }

    .map-container[b-0nksuls11b] {
        height: 400px;
    }
}
/* /Components/Pages/SehitListesi.razor.rz.scp.css */
/* #region Global Mobil Düzeltmeler */
*[b-4di5je2hvj] {
    box-sizing: border-box;
}

body[b-4di5je2hvj] {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}
/* #endregion */

/* #region Şehit Listesi Sayfa Özellikleri */
.sehit-listesi-wrapper[b-4di5je2hvj] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 100px);
    width: 100%;
    max-width: 100vw; /* Viewport genişliğini aşmasın */
    overflow-x: hidden; /* Yatay taşmayı engelle */
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.sehit-listesi-page[b-4di5je2hvj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1rem 2rem 2rem 2rem;
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box; /* Padding'i genişliğe dahil et */
}

.page-header[b-4di5je2hvj] {
    text-align: center;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.page-title[b-4di5je2hvj] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
    text-shadow: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.page-subtitle[b-4di5je2hvj] {
    font-size: 0.95rem;
    margin: 0.25rem 0 0 0;
    color: #4a5568;
    font-weight: 400;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}
/* #endregion */

/* #region Sayfa Yüklenmesi Hata Mesajları  */
.loading-section[b-4di5je2hvj],
.error-section[b-4di5je2hvj] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    flex: 1;
}

.error-message[b-4di5je2hvj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 1.5rem;
    max-width: 600px;
}

.error-icon[b-4di5je2hvj] {
    font-size: 2rem;
    color: #ff6b6b;
}

.error-content strong[b-4di5je2hvj] {
    display: block;
    color: #856404;
    margin-bottom: 0.5rem;
}

.error-content p[b-4di5je2hvj] {
    color: #856404;
    margin: 0;
}
/* #endregion */

.content-container[b-4di5je2hvj] {
    display: grid;
    /* ✅ YENİ: Harita daha geniş (1.5fr), Liste daha dar (350px) */
    grid-template-columns: 1fr 550px;
    gap: 1.5rem;
    flex: 1;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* #region Harita Seçimi */
.map-section[b-4di5je2hvj] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.map-card[b-4di5je2hvj] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 700px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.map-title[b-4di5je2hvj] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 1rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e2e8f0;
}

.map-container[b-4di5je2hvj] {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    min-height: 600px;
    background: #f7fafc;
    width: 100%;
    max-width: 100%;
    position: relative;
}

/* Leaflet harita kontrolleri - Mobil uyumluluk */
[b-4di5je2hvj] .leaflet-container {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
}

[b-4di5je2hvj] .leaflet-pane {
    width: 100% !important;
    max-width: 100% !important;
}

#sehitlerMap[b-4di5je2hvj] {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    touch-action: manipulation; /* Mobilde pinch-zoom ve pan'e izin ver ama double-tap zoom'u engelle */
}
}
/* #endregion */


/* #region Şehit Listesinden Seçim Yapma */
.list-section[b-4di5je2hvj] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.list-card[b-4di5je2hvj] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* ✅ ARKA PLAN RESMİ */
    position: relative;
    background-image: url('/images/asker.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

    /* ✅ Okunabilirlik için beyaz yarı saydam katman */
    .list-card[b-4di5je2hvj]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.92); /* %92 beyaz overlay */
        z-index: 0;
        pointer-events: none; /* Tıklamalara engel olmasın */
        border-radius: 12px; /* Kartın köşelerine uyum sağlasın */
    }

    /* ✅ İçerik overlay'in üstünde görünsün */
    .list-card > *[b-4di5je2hvj] {
        position: relative;
        z-index: 1;
    }

.list-title[b-4di5je2hvj] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #254b7a;
    margin: 0 0 1rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e2e8f0;
}
/* #endregion */


/* #region DevExpress Grid Özelleştirmeleri */
[b-4di5je2hvj] .sehit-grid {
    background-color: transparent !important; 
    border-color: transparent !important;
    border-radius: 8px;
    overflow: hidden;
    width: 100% !important; /* Mobil uyumluluk */
    max-width: 100% !important; /* Mobil uyumluluk */
}

[b-4di5je2hvj] .dxbl-grid {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
}

[b-4di5je2hvj] .dxbl-grid-container {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
}
    [b-4di5je2hvj] .sehit-grid .dxbl-grid-header-content {
        background: linear-gradient(135deg, #e5e5e5 0%, #9e9e9e 100%);
        color: #000000;
        /*background: rgba(158, 158, 158, 0.85) !important;*/  /*Gri ton %85 */
        backdrop-filter: blur(8px);
        font-weight: 700;
    }

     /* Grid tablo genişlik kontrolü */
    [b-4di5je2hvj] .sehit-grid .dxbl-grid-table {
        max-width: 100% !important;
        overflow-x: auto !important;
    }

     /* Grid scroll kontrolü */
    [b-4di5je2hvj] .dxbl-grid-content {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch; /* iOS için smooth scroll */
    }

     /*Pager (sayfalama) transparan*/ 
    [b-4di5je2hvj] .sehit-grid .dxbl-grid-pager {
        background: rgba(255, 255, 255, 0.80) !important;
        backdrop-filter: blur(5px);
    }

     /*Arama kutusu transparan*/
    [b-4di5je2hvj] .sehit-grid .dxbl-grid-search-box {
        /*background: rgba(255, 255, 255, 0.85) !important;*/
        background: transparent !important;
        backdrop-filter: blur(5px);
    }


     /*✅ SATIR HOVER EFEKTİ - Geliştirilmiş*/
    [b-4di5je2hvj] .sehit-grid .dxbl-grid-data-row {
        background: rgba(255, 255, 255, 0.75) !important; /* %75 beyaz */
/*        background: transparent !important;
        background-color: transparent !important;*/
        backdrop-filter: blur(2px); /*Hafif bulanıklık efekti */
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        /*transition: all 0.3s ease;*/
        position: relative;       
    }

         /*Hover durumunda daha belirgin*/ 
        [b-4di5je2hvj] .sehit-grid .dxbl-grid-data-row:hover {
            background: rgba(255, 255, 255, 0.90) !important;  /*%90 beyaz */
            backdrop-filter: blur(4px);
        }

    [b-4di5je2hvj] .sehit-grid .dxbl-grid-data-row-selected::after {
        width: 100%;
        background: linear-gradient(to right, #3182ce, #2c5282);
        height: 3px;
    }
     /*✅ SEÇİLİ SATIR STİLİ - Geliştirilmiş*/ 
    [b-4di5je2hvj] .sehit-grid .dxbl-grid-data-row-selected {
        background: linear-gradient(135deg, #bee3f8 0%, #90cdf4 100%) !important;
        /*background: rgba(190, 227, 248, 0.85) !important;*/  /*Mavi ton*/ 
        backdrop-filter: blur(3px);
        border-left: 5px solid #3182ce;
        box-shadow: inset 0 1px 3px rgba(49, 130, 206, 0.2);
        font-weight: 500;
    }
        [b-4di5je2hvj] .sehit-grid .dxbl-grid-data-row-selected .dxbl-grid-cell {
            background: transparent !important;
            color: #1a202c;
        }
        [b-4di5je2hvj] .sehit-grid .dxbl-grid-data-row-selected:hover {
            background: linear-gradient(135deg, #90cdf4 0%, #63b3ed 100%) !important;
            transform: translateX(4px) scale(1.01);
            box-shadow: 0 4px 12px rgba(49, 130, 206, 0.3), inset 0 1px 3px rgba(49, 130, 206, 0.2);
            backdrop-filter: blur(5px);
        }
     /*Alternatif satırlar için (varsa)*/ 
    [b-4di5je2hvj] .sehit-grid .dxbl-grid-data-row:nth-child(even) {
        background: rgba(247, 250, 252, 0.70) !important;  /*Daha açık gri*/ 
    }

    [b-4di5je2hvj] .sehit-grid .dxbl-grid-data-row:nth-child(odd) {
        background: rgba(255, 255, 255, 0.75) !important;  /*Beyaz */
    }

/* #endregion */


/* #region Konum Badge */
.konum-badge[b-4di5je2hvj] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.7rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.konum-var[b-4di5je2hvj] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.konum-yok[b-4di5je2hvj] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
/* #endregion */

/* #region Harita Popup Stil */
[b-4di5je2hvj] .sehit-popup {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 0.5rem;
}

    [b-4di5je2hvj] .sehit-popup h4 {
        margin: 0 0 0.75rem 0;
        color: #2d3748;
        font-size: 1.1rem;
        font-weight: 700;
        border-bottom: 2px solid #667eea;
        padding-bottom: 0.5rem;
    }

    [b-4di5je2hvj] .sehit-popup p {
        margin: 0.4rem 0;
        font-size: 0.9rem;
        color: #4a5568;
    }

    [b-4di5je2hvj] .sehit-popup strong {
        color: #2d3748;
    }
/* #endregion */

/* #region ✅ Harita Detaylı Popup Stili */
[b-4di5je2hvj] .sehit-popup-detay {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 0.75rem;
}

    [b-4di5je2hvj] .sehit-popup-detay h4 {
        margin: 0 0 0.75rem 0;
        color: #2d3748;
        font-size: 1.1rem;
        font-weight: 700;
        border-bottom: 2px solid #e53e3e;
        padding-bottom: 0.5rem;
    }

    [b-4di5je2hvj] .sehit-popup-detay img {
        width: 100%;
        max-height: 200px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 0.75rem;
        border: 3px solid #e53e3e;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }

    [b-4di5je2hvj] .sehit-popup-detay p {
        margin: 0.4rem 0;
        font-size: 0.9rem;
        color: #4a5568;
        line-height: 1.5;
    }

    [b-4di5je2hvj] .sehit-popup-detay strong {
        color: #2d3748;
        font-weight: 600;
    }
/* #endregion */

/* #region Leaflet Popup Mobil Düzeltmeler */
/* Leaflet popup genel mobil ayarları */
[b-4di5je2hvj] .leaflet-popup {
    max-width: 90vw !important; /* Ekranın %90'ından fazlasını kaplamasın */
    z-index: 1000 !important; /* Diğer elementlerin üstünde görünsün */
}

[b-4di5je2hvj] .leaflet-popup-content-wrapper {
    max-width: 90vw !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important; /* Daha belirgin gölge */
}

[b-4di5je2hvj] .leaflet-popup-content {
    max-width: 90vw !important;
    margin: 8px !important;
}

/* Popup tip (ok işareti) */
[b-4di5je2hvj] .leaflet-popup-tip-container {
    z-index: 999 !important;
}

/* Mobil popup stilleri */
@media (max-width: 768px) {
    [b-4di5je2hvj] .leaflet-popup {
        max-width: 85vw !important;
        pointer-events: auto !important; /* Touch event'lerini etkinleştir */
    }

    /* Popup'ın harita dışına çıkmasını engelle */
    [b-4di5je2hvj] .leaflet-popup-pane {
        z-index: 1000 !important;
        pointer-events: auto !important;
    }

    [b-4di5je2hvj] .leaflet-popup-content-wrapper {
        max-width: 85vw !important;
        padding: 0 !important;
        touch-action: pan-y !important; /* Dikey scroll'a izin ver */
    }

    [b-4di5je2hvj] .leaflet-popup-content {
        max-width: 85vw !important;
        margin: 6px !important;
        font-size: 0.85rem !important;
        -webkit-overflow-scrolling: touch !important; /* iOS için smooth scroll */
    }

    /* Popup içerik container'ları */
    [b-4di5je2hvj] .sehit-popup,
    [b-4di5je2hvj] .sehit-popup-detay {
        padding: 0.4rem !important;
        min-width: auto !important;
        max-width: 100% !important;
    }

    /* Başlıklar */
    [b-4di5je2hvj] .sehit-popup h4,
    [b-4di5je2hvj] .sehit-popup-detay h4 {
        font-size: 0.95rem !important;
        margin: 0 0 0.5rem 0 !important;
        padding-bottom: 0.4rem !important;
    }

    /* Resimler */
    [b-4di5je2hvj] .sehit-popup-detay img {
        max-height: 120px !important;
        margin-bottom: 0.5rem !important;
        border-width: 2px !important;
    }

    /* Paragraflar */
    [b-4di5je2hvj] .sehit-popup p,
    [b-4di5je2hvj] .sehit-popup-detay p {
        font-size: 0.8rem !important;
        margin: 0.3rem 0 !important;
        line-height: 1.3 !important;
    }

    /* Popup close butonu */
    [b-4di5je2hvj] .leaflet-popup-close-button {
        font-size: 20px !important;
        padding: 4px 8px !important;
    }
}

@media (max-width: 480px) {
    [b-4di5je2hvj] .leaflet-popup {
        max-width: 75vw !important; /* Daha dar popup */
    }

    [b-4di5je2hvj] .leaflet-popup-content-wrapper {
        max-width: 75vw !important; /* Daha dar wrapper */
        will-change: transform; /* Performans optimizasyonu */
        padding: 2px !important; /* Daha az padding */
    }

    /* Popup tip (ok işareti) konumu */
    [b-4di5je2hvj] .leaflet-popup-tip-container {
        margin-top: -1px !important; /* Popup ile marker arasındaki boşluğu azalt */
    }

    [b-4di5je2hvj] .leaflet-popup-content {
        max-width: 75vw !important;
        margin: 3px !important; /* Daha az margin */
        font-size: 0.7rem !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        max-height: 50vh !important; /* Ekranın maksimum %50'si kadar yükseklik */
    }

    /* Popup içerik */
    [b-4di5je2hvj] .sehit-popup,
    [b-4di5je2hvj] .sehit-popup-detay {
        padding: 0.2rem !important; /* Daha az padding */
    }

    /* Başlıklar */
    [b-4di5je2hvj] .sehit-popup h4,
    [b-4di5je2hvj] .sehit-popup-detay h4 {
        font-size: 0.75rem !important; /* Daha küçük başlık */
        margin: 0 0 0.3rem 0 !important;
        padding-bottom: 0.2rem !important;
        border-width: 1px !important;
    }

    /* Resimler */
    [b-4di5je2hvj] .sehit-popup-detay img {
        max-height: 90px !important; /* Daha küçük resim */
        margin-bottom: 0.3rem !important;
    }

    /* Paragraflar ve tablolar */
    [b-4di5je2hvj] .sehit-popup p,
    [b-4di5je2hvj] .sehit-popup-detay p {
        font-size: 0.65rem !important; /* Daha küçük font */
        margin: 0.1rem 0 !important;
        line-height: 1.2 !important;
    }

    /* Tablo hücreleri */
    [b-4di5je2hvj] .sehit-popup-detay table {
        font-size: 0.65rem !important; /* Daha küçük tablo */
    }

    [b-4di5je2hvj] .sehit-popup-detay td {
        padding: 1px 3px !important; /* Daha sıkı hücre */
    }
}
/* #endregion */

/* #region Şehit Detay Paneli Kartı */
.sehit-detay-card[b-4di5je2hvj] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 0.5rem; /* ✅ ÜST/ALT PADDING EKLENDİ */
    /* ✅ FLEXBOX LAYOUT - Butonları alta sabitle */
    display: flex;
    flex-direction: column;
    height: 100%; /* ✅ Harita ile aynı yükseklik */
    min-height: 700px; /* ✅ Harita ile eşleşen min-height */
    overflow: hidden; /* ✅ overflow-y kaldırıldı, alt bileşene taşındı */
}

.sehit-detay-header[b-4di5je2hvj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.5rem; /* ✅ ÜST PADDING EKLENDİ */
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
    flex-shrink: 0; /* ✅ Boyut değiştirmesin */
}

.sehit-foto[b-4di5je2hvj] {
    width: 150px;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 1rem;
    border: none; /* 3px solid #e53e3e;  ✅ Kırmızı çerçeve kaldırıldı */
    background: #f7fafc;
}

.sehit-foto-placeholder[b-4di5je2hvj] {
    width: 150px;
    height: 180px;
    background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

    .sehit-foto-placeholder .oi[b-4di5je2hvj] {
        font-size: 4rem;
        color: white;
    }

.sehit-adi[b-4di5je2hvj] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.sehit-detay-bilgiler[b-4di5je2hvj] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    /* ✅ SCROLL EDİLEBİLİR ALAN */
    flex: 1; /* Kalan alanı doldur */
    overflow-y: auto; /* Scroll bar */
    overflow-x: hidden;
    padding: 0.5rem 0.25rem 0.5rem 0; /* Sağdan biraz boşluk */
    margin-bottom: 0; /* margin kaldırıldı */
    /* ✅ ÖZEL SCROLLBAR STİLİ */
    scrollbar-width: thin;
    scrollbar-color: #e53e3e #f7fafc;
}

    /* ✅ Webkit (Chrome/Safari) için özel scrollbar */
    .sehit-detay-bilgiler[b-4di5je2hvj]::-webkit-scrollbar {
        width: 8px;
    }

    .sehit-detay-bilgiler[b-4di5je2hvj]::-webkit-scrollbar-track {
        background: #f7fafc;
        border-radius: 10px;
    }

    .sehit-detay-bilgiler[b-4di5je2hvj]::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #e53e3e 0%, #c53030 100%);
        border-radius: 10px;
        transition: background 0.3s ease;
    }

    .sehit-detay-bilgiler[b-4di5je2hvj]::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, #c53030 0%, #9b2c2c 100%);
        }

.bilgi-satir[b-4di5je2hvj] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    padding: 0.25rem 0.5rem;
    /*background: #f7fafc;*/
    /*border-radius: 6px;*/
    /*border-left: 3px solid #e53e3e;*/
    gap: 0.5rem;
    /*transition: all 0.2s ease;*/ /* ✅ Animasyon */
}

    /* ✅ HOVER EFEKTİ */
/*    .bilgi-satir:hover {
        background: #edf2f7;
        border-left-width: 4px;
        padding-left: 0.6rem;
        transform: translateX(2px);
    }*/

.bilgi-label[b-4di5je2hvj] {
    font-weight: 600;
    color: #4a5568;
    font-size: 0.9rem;
    min-width: 150px;
    flex-shrink: 0;
    /* ✅ FLEXBOX İLE ":" SABİTLE */
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}


.label-text[b-4di5je2hvj] {
    /* Label metni sol hizada */
    text-align: left;
}

.label-colon[b-4di5je2hvj] {
    /* ":" karakteri sabit sağda */
    margin-left: auto;
    padding-left: 0.25rem;
}

.bilgi-deger[b-4di5je2hvj] {
    color: #1a202c;
    font-size: 0.95rem;
    flex: 1;
}

.sehit-detay-ayrac[b-4di5je2hvj] {
    height: 1px;
    background: linear-gradient(to right, transparent, #e2e8f0, transparent);
    margin: 0.75rem 0; /* ✅ Margin azaltıldı */
    flex-shrink: 0; /* ✅ Boyut değiştirmesin */
}

.sehit-detay-butonlar[b-4di5je2hvj] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    flex-shrink: 0; /* ✅ Boyut değiştirmesin */
    padding-top: 0.1rem; /* ✅ ÜST PADDING ARTIRILDI */
    padding-bottom: 0.1rem; /* ✅ ALT PADDING EKLENDİ */
}

    .sehit-detay-butonlar .btn[b-4di5je2hvj] {
        padding: 0.6rem 1.25rem;
        font-size: 0.95rem;
        font-weight: 600;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        transition: all 0.3s ease;
    }

    .sehit-detay-butonlar .btn-secondary[b-4di5je2hvj] {
        background: #718096;
        color: white;
    }

        .sehit-detay-butonlar .btn-secondary:hover[b-4di5je2hvj] {
            background: #4a5568;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

    .sehit-detay-butonlar .btn-primary[b-4di5je2hvj] {
        background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
        color: white;
    }

        .sehit-detay-butonlar .btn-primary:hover[b-4di5je2hvj] {
            background: linear-gradient(135deg, #c53030 0%, #9b2c2c 100%);
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(229, 62, 62, 0.3);
        }
/* #endregion */

/* Responsive Tasarım */
@media (max-width: 1400px) {
    .content-container[b-4di5je2hvj] {
        grid-template-columns: 1fr 500px;
    }
}

@media (max-width: 1200px) {
    .content-container[b-4di5je2hvj] {
        grid-template-columns: 1fr;
    }

    .map-card[b-4di5je2hvj] {
        min-height: 500px;
    }

    .map-container[b-4di5je2hvj] {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    body[b-4di5je2hvj] {
        overflow-x: hidden !important;
    }

    .sehit-listesi-wrapper[b-4di5je2hvj] {
        overflow-x: hidden !important;
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .sehit-listesi-page[b-4di5je2hvj] {
        padding: 0.5rem !important;
        width: 100% !important;
        max-width: 100vw !important;
        margin: 0 !important;
        overflow-x: hidden !important;
    }

    .page-title[b-4di5je2hvj] {
        font-size: 1.5rem;
    }

    .page-subtitle[b-4di5je2hvj] {
        font-size: 0.9rem;
    }

    .content-container[b-4di5je2hvj] {
        grid-template-columns: 1fr !important; /* Tek sütun */
        gap: 0.75rem !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow-x: hidden !important;
    }

    .map-section[b-4di5je2hvj],
    .list-section[b-4di5je2hvj] {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .map-card[b-4di5je2hvj],
    .list-card[b-4di5je2hvj] {
        padding: 0.75rem !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        margin: 0 !important;
    }

    /* Grid kolonları için mobil ayarlar */
    [b-4di5je2hvj] .sehit-grid {
        width: 100% !important;
        max-width: 100% !important;
    }

    [b-4di5je2hvj] .sehit-grid .dxbl-grid-column {
        min-width: 80px !important;
    }

    [b-4di5je2hvj] .sehit-grid .dxbl-grid-data-column[data-field="MerhumAdiSoyadi"] {
        min-width: 120px !important;
        width: auto !important;
        max-width: 200px !important;
    }

    [b-4di5je2hvj] .sehit-grid .dxbl-grid-data-column[data-field="UnvanRutbe"] {
        min-width: 100px !important;
        width: auto !important;
        max-width: 150px !important;
    }

    [b-4di5je2hvj] .sehit-grid .dxbl-grid-cell {
        padding: 0.4rem !important;
        font-size: 0.85rem !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    [b-4di5je2hvj] .dxbl-grid-content {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .map-card[b-4di5je2hvj] {
        min-height: 400px;
    }

    .map-container[b-4di5je2hvj] {
        min-height: 300px !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    #sehitlerMap[b-4di5je2hvj] {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .sehit-detay-card[b-4di5je2hvj] {
        padding: 1rem;
        overflow: hidden; /* Taşmayı engelle */
    }

    .sehit-foto[b-4di5je2hvj],
    .sehit-foto-placeholder[b-4di5je2hvj] {
        width: 120px;
        height: 150px;
    }

    .sehit-adi[b-4di5je2hvj] {
        font-size: 1.2rem;
        word-wrap: break-word; /* Uzun kelimeleri böl */
        overflow-wrap: break-word;
    }

    .bilgi-satir[b-4di5je2hvj] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .bilgi-label[b-4di5je2hvj] {
        min-width: auto;
        font-size: 0.85rem;
    }

    .bilgi-deger[b-4di5je2hvj] {
        font-size: 0.9rem;
        word-wrap: break-word; /* Uzun kelimeleri böl */
        overflow-wrap: break-word;
    }

    .sehit-detay-butonlar[b-4di5je2hvj] {
        flex-direction: column;
    }

        .sehit-detay-butonlar .btn[b-4di5je2hvj] {
            width: 100%;
            justify-content: center;
        }
}

@media (max-width: 480px) {
    html[b-4di5je2hvj], body[b-4di5je2hvj] {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }

    .sehit-listesi-wrapper[b-4di5je2hvj] {
        width: 100vw !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    .sehit-listesi-page[b-4di5je2hvj] {
        padding: 0.25rem !important;
        width: 100% !important;
        max-width: 100vw !important;
        margin: 0 !important;
    }

    .page-header[b-4di5je2hvj] {
        padding: 0.25rem 0;
        margin-bottom: 0.75rem;
    }

    .page-title[b-4di5je2hvj] {
        font-size: 1.3rem;
        word-wrap: break-word; /* Uzun kelimeleri böl */
    }

    .page-subtitle[b-4di5je2hvj] {
        font-size: 0.85rem;
    }

    /* Grid için çok küçük ekranlar */
    [b-4di5je2hvj] .sehit-grid {
        font-size: 0.8rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    [b-4di5je2hvj] .sehit-grid .dxbl-grid-data-column[data-field="MerhumAdiSoyadi"] {
        width: 110px !important;
        min-width: 110px !important;
        max-width: 150px !important;
    }

    [b-4di5je2hvj] .sehit-grid .dxbl-grid-data-column[data-field="UnvanRutbe"] {
        width: 80px !important;
        min-width: 80px !important;
        max-width: 120px !important;
    }

    [b-4di5je2hvj] .sehit-grid .dxbl-grid-cell {
        padding: 0.3rem 0.2rem !important;
        font-size: 0.75rem !important;
    }

    [b-4di5je2hvj] .sehit-grid .dxbl-grid-header-content {
        font-size: 0.8rem !important;
        padding: 0.4rem !important;
    }

    [b-4di5je2hvj] .sehit-grid .dxbl-grid-search-box {
        font-size: 0.85rem !important;
    }

    .map-section[b-4di5je2hvj],
    .list-section[b-4di5je2hvj] {
        width: 100% !important;
        max-width: 100vw !important;
    }

    .map-card[b-4di5je2hvj] {
        min-height: 300px !important;
        padding: 0.5rem !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 8px !important;
    }

    .map-container[b-4di5je2hvj] {
        min-height: 350px !important; /* Popup için daha fazla alan */
        width: 100% !important;
        max-width: 100% !important;
    }

    .list-card[b-4di5je2hvj] {
        padding: 0.5rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .list-title[b-4di5je2hvj],
    .map-title[b-4di5je2hvj] {
        font-size: 1rem !important;
        word-wrap: break-word !important;
    }

    .konum-badge[b-4di5je2hvj] {
        font-size: 0.75rem; /* Daha küçük font */
        padding: 0.2rem 0.5rem; /* Daha küçük padding */
    }
}

/* #region Kabir Resmini Tam Ekran Görüntülemek İçin */
.image-modal[b-4di5je2hvj] {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.95);
}

.image-modal-content[b-4di5je2hvj] {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    animation: zoom-b-4di5je2hvj 0.3s;
}

@keyframes zoom-b-4di5je2hvj {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.image-modal-close[b-4di5je2hvj] {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
}

    .image-modal-close:hover[b-4di5je2hvj],
    .image-modal-close:focus[b-4di5je2hvj] {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.image-modal-caption[b-4di5je2hvj] {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .image-modal-content[b-4di5je2hvj] {
        max-width: 95%;
    }

    .image-modal-close[b-4di5je2hvj] {
        top: 10px;
        right: 20px;
        font-size: 40px;
    }
}
/* #endregion */
/* /Components/Pages/VefatEdenler.razor.rz.scp.css */
/* #region Bugün Vefat Edenler Bölümü Genel Özellikler */
.vefat-edenler-wrapper[b-qram270o64] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.vefat-edenler-page[b-qram270o64] {
    min-height: 100vh;
    background: transparent;
    padding: 2rem;
    flex: 1;
}
/* #endregion */

/* #region Sayfa Üstü ve Başlık Özellikleri */
.page-header[b-qram270o64] {
    max-width: 1600px;
    margin: 0 auto 2rem;
    text-align: center;
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.page-title[b-qram270o64] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000 !important;
    margin: 0 0 1.5rem 0;
    text-shadow: none !important;
}
/* #endregion */

/* #region Tarih Seçici Nesnesi Özellikleri*/
.tarih-filter-container[b-qram270o64] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.tarih-label[b-qram270o64] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4a5568;
}

.tarih-input[b-qram270o64] {
    padding: 0.5rem 1.5rem !important;
    font-size: 1.25rem !important;
    min-height: auto !important;
    line-height: 1.2 !important;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    color: #2d3748;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.tarih-input:hover[b-qram270o64] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-color: #667eea;
}

.tarih-input:focus[b-qram270o64] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
/* #endregion */

/* #region Bugüne Dön Düğmesi Özellikleri */
.btn-bugun[b-qram270o64] {
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    /*border: none !important;*/
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    background: #ffffff;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /*box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);*/
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.btn-bugun svg[b-qram270o64] {
    width: 20px;
    height: 20px;
    stroke: black;
}

.btn-bugun:hover[b-qram270o64] {
/*        background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
    transform: translateY(-2px);*/
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-color: #667eea;
}
.btn-bugun:focus[b-qram270o64] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.btn-bugun:active[b-qram270o64] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}
/* #endregion */

/* #region veri yüklenirken gösterilen yükleme kutusunun (loading container) genel görünümünü ve konumunu belirler.*/
.loading-container[b-qram270o64] {
    text-align: center;
    padding: 4rem;
    background: white;
    border-radius: 16px;
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
/* #endregion */

/* #region Dönen yükleme animasyonu (loading spinner) oluşturmak için kullanılıyor. */
.spinner[b-qram270o64] {
    border: 4px solid rgba(102, 126, 234, 0.2);
    border-top: 4px solid #667eea;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-qram270o64 1s linear infinite;
    margin: 0 auto 1rem;
}


/* Dönme hareketini tanımlar */
    @keyframes spin-b-qram270o64 {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
/* #endregion */

/* #region VefatEdenler.razor sayfasında veri yüklenirken (API'den vefat kayıtları çekilirken) gösterilen "Yükleniyor..." veya "Veriler yükleniyor..." gibi mesajın stilini belirler. */
.loading-container p[b-qram270o64] {
    font-size: 1.1rem;
    color: #718096;
    font-weight: 600;
}
/* #endregion */

/* #region Sayfada 'Toplmada 7 kayıt bulundu'  ve 'Sayfa 1/1' bilgilerinin gösterildiği şeridin tüm özelliklerini ayarlar */
.results-info[b-qram270o64] {
    max-width: 1600px;
    margin: 0 auto 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.results-count[b-qram270o64] {
    font-size: 1rem;
    font-weight: 600;
    /*color: #667eea;*/
    color: #000000;
}

.page-info[b-qram270o64] {
    font-size: 0.95rem;
    /*color: #718096;*/
    color: #000000;
    font-weight: 600;
}
/* #endregion */

/*  #region Vefat Kartları Listesi Genel Özellikleri */
    .vefat-grid[b-qram270o64] {
        max-width: 1600px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .vefat-card[b-qram270o64] {
        background: white;
        border-radius: 16px;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .vefat-card:hover[b-qram270o64] {
        transform: translateY(-8px);
        box-shadow: 0 12px 40px rgba(102, 126, 234, 0.25);
    }
/* #endregion */

/*  #region Vefat Kartları Özellikleri */
    .card-header[b-qram270o64] {
        /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
        background: rgb(240, 240, 240);
        padding: 0.75rem 1rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        color: #000000;
    }

    .card-icon[b-qram270o64] {
        width: 36px;
        height: 36px;
        /*background: rgba(255, 255, 255, 0.2);*/
        background: rgb(224, 224, 224);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .card-icon svg[b-qram270o64] {
        width: 20px;
        height: 20px;
        stroke: white;
    }

    .card-title[b-qram270o64] {
        font-size: 1.1rem;
        font-weight: 700;
        margin: 0;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex: 1;
        color: #000000;
    }

    .card-body[b-qram270o64] {
        padding: 1rem;
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .card-footer[b-qram270o64] {
        background: #f7fafc;
        padding: 0.75rem 1rem;
        border-top: 2px solid #e2e8f0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.6rem;
    }
/* #endregion */

/*  #region Vefat Edene ait Bilgi Satırları (Anne Adı, Baba Adı, Doğum Tarihi, Ölüm Tarihi gibi) Özellikleri */
.info-item[b-qram270o64] {
    display: flex;
    justify-content: space-between;
    /*align-items: flex-start;*/
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    /*padding-bottom: 0.45rem;*/
    border-bottom: 1px solid #f0f0f0;
}

.info-item:last-child[b-qram270o64] {
    border-bottom: none;
}

.info-item.full-width[b-qram270o64] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.info-item .label[b-qram270o64] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #666;
    /*text-transform: uppercase;*/
    letter-spacing: 0.3px;
    flex-shrink: 0;
}

.info-item .value[b-qram270o64] {
/*            font-size: 0.95rem;
    color: #2d3748;
    font-weight: 500;
    text-align: right;*/
    color: #333;
    font-size: 1.05rem;
    font-weight: 700;
    text-align: right;
    word-break: break-word;
}

.info-item.full-width .value[b-qram270o64] {
    text-align: left;
    width: 100%;
}
 /* #endregion */

/*  #region Vefat Kartlarında Cinsiyet Bilgisini Göstermek İçin */
    .badge[b-qram270o64] {
        color: #667eea;
        font-weight: 500;
        font-size: 0.8rem;
    }
/* #endregion */

/*  #region Mezarlık Adı Bilgi Satırı Özellikleri */
.mezarlik-banner[b-qram270o64] {
    background: #ffc8c8;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    color: black;
    font-weight: 700;
    font-size: 1.05rem;
    /*text-shadow: 0 2px 4px rgba(0,0,0,0.2);*/
}

    .mezarlik-banner svg[b-qram270o64] {
        width: 18px;
        height: 18px;
        stroke: black;
        flex-shrink: 0;
    }

/* #endregion */

/* #region Yol ve Kabri Göster Butonları Özellikleri */
.btn-route[b-qram270o64], .btn-map[b-qram270o64] {
    /*display:  flex;*/
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 0.5rem !important;
    /*justify-content: center;*/
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.btn-action[b-qram270o64] {
/*        display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.65rem 0.75rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;*/
}

.btn-action svg[b-qram270o64] {
    width: 16px;
    height: 16px;

}

.btn-route:hover[b-qram270o64] {
    background: #c8f0c8 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-color: #5ac86e;
}

.btn-map:hover[b-qram270o64] {
    background: #b0d2ff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-color: #667eea;
}
/* #endregion */

/*  #region Sayfa numaralarını içeren kutunun (pagination container) genel görünümünü ve yerleşimini belirler.
    (1, 2, 3...), "Önceki" ve "Sonraki" butonlarını içeren beyaz, ortalanmış, yuvarlatılmış köşeli bir kutu oluşturur. */
.pagination-container[b-qram270o64] {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.btn-page[b-qram270o64] {
    padding: 0.75rem 1.25rem;
    background: white;
    color: #667eea;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-page:hover:not(:disabled)[b-qram270o64] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.btn-page:disabled[b-qram270o64] {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: #dee2e6;
    color: #6c757d;
}   

.page-numbers[b-qram270o64] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn-page-number[b-qram270o64] {
    min-width: 45px;
    padding: 0.75rem;
    background: white;
    color: #667eea;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-page-number:hover[b-qram270o64] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-color: #667eea;
    transform: translateY(-2px);
}

.btn-page-number.active[b-qram270o64] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
/* #endregion */


/*  #region Boşluk Durumu davranış biçimi */    
    .empty-state[b-qram270o64] {
        max-width: 600px;
        margin: 4rem auto;
        text-align: center;
        padding: 3rem;
        background: white;
        border-radius: 16px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    }

    .empty-state svg[b-qram270o64] {
        width: 80px;
        height: 80px;
        margin: 0 auto 1.5rem;
        stroke: #cbd5e0;
    }

    .empty-state p[b-qram270o64] {
        font-size: 1.1rem;
        color: #718096;
        margin: 0;
    }
/* #endregion */

/*  #region Ekran Çözünürlüğü 1400 piksel, 768 piksel, 480 piksel çözünürlük lerindeki davranış biçimi */
@media (max-width: 1400px) {
    .vefat-grid[b-qram270o64] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .vefat-grid[b-qram270o64] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .vefat-edenler-page[b-qram270o64] {
        padding: 1rem;
    }

    .page-header[b-qram270o64] {
        padding: 1.5rem;
    }

    .page-title[b-qram270o64] {
        font-size: 2rem;
    }

    .tarih-filter-container[b-qram270o64] {
        flex-direction: column;
    }

    .tarih-input[b-qram270o64], .btn-bugun[b-qram270o64] {
        width: 100%;
        max-width: 300px;
    }

    .vefat-grid[b-qram270o64] {
        grid-template-columns: 1fr;
    }

    .results-info[b-qram270o64] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .pagination-container[b-qram270o64] {
        flex-wrap: wrap;
        padding: 1rem;
    }

    .card-header[b-qram270o64] {
        padding: 0.65rem 0.85rem;
    }

    .card-title[b-qram270o64] {
        font-size: 1rem;
    }

    .card-body[b-qram270o64] {
        padding: 0.85rem;
    }

    .info-item[b-qram270o64] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

        .info-item .value[b-qram270o64] {
            text-align: left;
        }

    .card-footer[b-qram270o64] {
        grid-template-columns: 1fr;
        padding: 0.75rem 0.85rem;
    }

    .btn-action[b-qram270o64] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .mezarlik-banner[b-qram270o64] {
        font-size: 0.85rem;
        padding: 0.55rem 0.75rem;
    }

        .mezarlik-banner svg[b-qram270o64] {
            width: 16px;
            height: 16px;
        }
}
/* #endregion */
/* /Components/Pages/YeniKabirSorgulama.razor.rz.scp.css */
.form-bookmark[b-dzdswexsdg],
.results-bookmark[b-dzdswexsdg] {
    position: relative;
    top: -90px;
    visibility: hidden;
    height: 0;
    width: 0;
    pointer-events: none;
}

.kabir-sorgulama-wrapper[b-dzdswexsdg] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.kabir-sorgulama-page[b-dzdswexsdg] {
    min-height: 100vh;
    background: #f5f7fa;
    position: relative;
    flex: 1;
}

.page-container[b-dzdswexsdg] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem 4rem 1rem;
}

.search-section[b-dzdswexsdg] {
    margin-bottom: 2rem;
}

.search-card[b-dzdswexsdg] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 2.5rem;
}

.page-header[b-dzdswexsdg] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.page-icon[b-dzdswexsdg] {
    font-size: 2rem;
    color: #0066cc;
}

.page-title[b-dzdswexsdg] {
    font-size: 2.5rem;
    color: #333;
    margin: 0;
}

.page-description[b-dzdswexsdg] {
    color: #666;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.search-form[b-dzdswexsdg] {
    max-width: 1200px;
    margin: 0 auto;
}

.form-row[b-dzdswexsdg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group[b-dzdswexsdg] {
    display: flex;
    flex-direction: column;
}

.search-input[b-dzdswexsdg] {
    width: 100%;
}

/* BIG INPUT */
.big-input input[b-dzdswexsdg],
.big-input .dxbl-edit-input[b-dzdswexsdg],
.big-input .dxbl-dropdown-input[b-dzdswexsdg] {
    font-size: 20px !important;
    padding: 20px 16px !important;
    height: 60px !important;
    line-height: 1.5 !important;
}

.big-input .dxbl-edit[b-dzdswexsdg] {
    min-height: 60px !important;
    height: 60px !important;
}

.big-input .dxbl-edit-input-container[b-dzdswexsdg] {
    padding: 20px 16px !important;
    min-height: 60px !important;
}

[b-dzdswexsdg] .big-input input,
[b-dzdswexsdg] .big-input .dxbl-edit-input,
[b-dzdswexsdg] .big-input .dxbl-dropdown-input,
[b-dzdswexsdg] .big-input .dxbl-textbox input,
[b-dzdswexsdg] .big-input .dxbl-combobox input {
    font-size: 20px !important;
    padding: 20px 16px !important;
    height: 60px !important;
    line-height: 1.5 !important;
}

[b-dzdswexsdg] .big-input .dxbl-edit {
    min-height: 60px !important;
    height: 60px !important;
}

[b-dzdswexsdg] .big-input .dxbl-edit-input-container {
    padding: 20px 16px !important;
    min-height: 60px !important;
    height: 60px !important;
}

.button-group[b-dzdswexsdg] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

[b-dzdswexsdg] .btn-search,
[b-dzdswexsdg] .btn-clear {
    min-width: 180px !important;
    height: 56px !important;
    font-size: 1.125rem !important;
    padding: 0 2rem !important;
    font-weight: 600 !important;
}

.btn-search[b-dzdswexsdg], .btn-clear[b-dzdswexsdg] {
    min-width: 180px;
    height: 56px;
}

.loading-section[b-dzdswexsdg] {
    margin-top: 3rem;
    text-align: center;
}


/* #region Hata oluştuğunda gösterilecek mesajın özellikleri*/
.error-section[b-dzdswexsdg] {
    margin-top: 2rem;
}

.error-message[b-dzdswexsdg] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #fff3cd 0%, #ffe69c 100%);
    border-left: 5px solid #ffc107;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.2);
    animation: slideDown-b-dzdswexsdg 0.3s ease-out;
}

.error-icon[b-dzdswexsdg] {
    font-size: 1.75rem;
    color: #856404;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.error-content[b-dzdswexsdg] {
    flex: 1;
}

.error-content strong[b-dzdswexsdg] {
    display: block;
    color: #856404;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.error-content p[b-dzdswexsdg] {
    color: #856404;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}
/* #endregion */

/* #region Listenin Gösteriliş animasyonu Ayarları */
@keyframes slideDown-b-dzdswexsdg {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* #endregion */

/* #region Sonuçlar Listesi vew kart listelerinin zemin Başlık bilgi satırı özellikleri */
.results-section[b-dzdswexsdg] {
    margin-top: 2rem;
}

.results-card[b-dzdswexsdg] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 2.5rem;
}

.results-header[b-dzdswexsdg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;

}

.results-title[b-dzdswexsdg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.results-title h2[b-dzdswexsdg] {
    color: #333; /* Sorgulama Sonuçları ifadesinin rengi */
    margin: 0;
    font-size: 1.75rem;
}

.results-title .oi[b-dzdswexsdg] {
    font-size: 1.5rem;
    color: #0066cc;  /* Sorgulama Sonuçları ifadesinin önündeki noktalar sembolünün rengi */
}

.results-actions[b-dzdswexsdg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
/* #endregion */

/* #region 'Toplam 96 kayıt bulundu' ifadesinin Görünüm Özellikleri */
.results-count[b-dzdswexsdg] {
/*    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: black;*/
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    color: #000000;
    padding: 0.5rem 1.25rem;
    /*border-radius: 25px;*/
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);
}
/* #endregion */

/* #region Yeni Sorgu Düğmesi Özellikleri */
.btn-new-search[b-dzdswexsdg], .btn-new-search-alt[b-dzdswexsdg] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    color: #000000;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(40, 167, 69, 0.3);
}

.btn-new-search:hover[b-dzdswexsdg], .btn-new-search-alt:hover[b-dzdswexsdg] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-color: #667eea;
}

.btn-new-search:active[b-dzdswexsdg], .btn-new-search-alt:active[b-dzdswexsdg] {
    transform: translateY(0);
}

.btn-new-search-alt[b-dzdswexsdg] {
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}
/* #endregion */

/* #region SAYFALAMA */
.pagination-info[b-dzdswexsdg] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    margin-bottom: 2rem;
    font-size: 1rem;
    color: #495057;
    font-weight: 500;
}

.pagination-info .separator[b-dzdswexsdg] {
    color: #dee2e6;
    font-weight: 300;
}

.pagination-controls[b-dzdswexsdg] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.btn-page[b-dzdswexsdg] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: white;
    color: #0066cc;
    border: 2px solid #0066cc;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-page:hover:not(:disabled)[b-dzdswexsdg] {
    background: #0066cc;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.btn-page:disabled[b-dzdswexsdg] {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: #dee2e6;
    color: #6c757d;
}

.page-numbers[b-dzdswexsdg] {
    display: flex;
    gap: 0.25rem;
}

.btn-page-number[b-dzdswexsdg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: white;
    color: #495057;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-page-number:hover[b-dzdswexsdg] {
    background: #f8f9fa;
    border-color: #0066cc;
    color: #0066cc;
}

.btn-page-number.active[b-dzdswexsdg] {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: white;
    border-color: #0066cc;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.4);
}

.card-view-container[b-dzdswexsdg] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}
/* #endregion */

/* #region Kabir Kartının ve Hover durumunun Genel Özellikleri */
.kabir-card[b-dzdswexsdg] {
    /*background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);*/
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.kabir-card:hover[b-dzdswexsdg] {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    border-color: #0066cc;
}
/* #endregion */

/* #region Kabir Kartının Başlık Özellikleri */
.card-header[b-dzdswexsdg] {
/*    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: white;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;*/

    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    background: rgb(240, 240, 240);
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #000000;
    flex-shrink: 0;
}

.card-icon[b-dzdswexsdg] {
    font-size: 1.5rem;
}

.card-name[b-dzdswexsdg] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.card-body[b-dzdswexsdg] {
    padding: 1.5rem;
    flex: 1;
}

.card-info-row[b-dzdswexsdg] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.card-info-row:last-child[b-dzdswexsdg] {
    border-bottom: none;
}
/* #endregion */

/* #region Kabir Kartındaki satırların 
           (Anne Adı, Baba Adı, Doğum Tarihi, Kabir No gibi satırların)
           Defin bilgilerinin görünüm özellikleri */
.info-label[b-dzdswexsdg] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    flex-shrink: 0;
}

.info-value[b-dzdswexsdg] {
/*    color: #333;
    font-weight: 600;
    font-size: 1rem;*/

    color: #333;
    font-size: 1.05rem;
    font-weight: 700;
    text-align: right;
    word-break: break-word;
}

.gender-badge[b-dzdswexsdg] {
    color: #0015ff;     /* Cinsaiyet (Oğlu) yada (Kızı) ifadelerinin rengi */
    font-size: 0.85rem;
    font-weight: 500;
}

.grave-number-text[b-dzdswexsdg] {
    color: #0066cc !important;  /* Kabir Numarası 'Mezarlık No - Ada - Parsel - Kabir' değerinin rengi */
    font-weight: 700 !important;
}

.card-footer-buttons[b-dzdswexsdg] {
    background: #f8f9fa;    /* Yol Tarifi ve Kabri Göster düğmelerinin olduğu şeridin zemin rengi */
    padding: 1rem 1.5rem;
    border-top: 1px solid #e0e0e0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    flex-shrink: 0;
    margin-top: auto;
}
/* #endregion */



/* #region Yol ve Kabri Göster Butonları Özellikleri */
.btn-route[b-dzdswexsdg], .btn-map[b-dzdswexsdg] {
    /*    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;*/

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem !important;
    justify-content: center;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.btn-route[b-dzdswexsdg] {
/*    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    box-shadow: 0 2px 6px rgba(40, 167, 69, 0.3);*/
}

.btn-route:hover[b-dzdswexsdg] {
/*        background: linear-gradient(135deg, #218838 0%, #1aa67d 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);*/
        
    background: #c8f0c8 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-color: #5ac86e;
}

.btn-map[b-dzdswexsdg] {
/*    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: white;
    box-shadow: 0 2px 6px rgba(0, 102, 204, 0.3);*/
}

.btn-map:hover[b-dzdswexsdg] {
/*        background: linear-gradient(135deg, #0052a3 0%, #004085 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.4);*/

    background: #b0d2ff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-color: #667eea;
}
/* #endregion */

/* #region kabir sorgulama sonucunda hiç kayıt bulunamadığında
           kullanıcıya gösterilecek olan "sonuç bulunamadı" mesajını stilize etmek için kullanılıyor. */
.no-results[b-dzdswexsdg] {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
}

.no-results-icon[b-dzdswexsdg] {
    font-size: 3.5rem;
    color: #ffc107;
    display: block;
    margin-bottom: 1.5rem;
}

.no-results p[b-dzdswexsdg] {
    font-size: 1.3rem;
    color: #495057;
    margin: 0 0 0.75rem 0;
    font-weight: 500;
}

.no-results small[b-dzdswexsdg] {
    color: #6c757d;
    font-size: 1rem;
    display: block;
    margin-bottom: 1.5rem;
}
/* #endregion */


/*  #region Ekran Çözünürlüğü 768 piksel çözünürlük lerindeki davranış biçimi */
@media (max-width: 768px) {
    .page-container[b-dzdswexsdg] {
        padding: 1rem 0.5rem 3rem 0.5rem;
    }

    .search-card[b-dzdswexsdg], .results-card[b-dzdswexsdg] {
        padding: 1.5rem 1rem;
    }

    .page-title[b-dzdswexsdg] {
        font-size: 1.5rem;
    }

    .form-row[b-dzdswexsdg] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .button-group[b-dzdswexsdg] {
        flex-direction: column;
    }

    .btn-search[b-dzdswexsdg], .btn-clear[b-dzdswexsdg] {
        width: 100%;
    }

    .results-header[b-dzdswexsdg] {
        flex-direction: column;
        text-align: center;
    }

    .results-title[b-dzdswexsdg] {
        justify-content: center;
    }

    .results-actions[b-dzdswexsdg] {
        flex-direction: column;
        width: 100%;
    }

    .btn-new-search[b-dzdswexsdg] {
        width: 100%;
        justify-content: center;
    }

    .card-view-container[b-dzdswexsdg] {
        grid-template-columns: 1fr;
    }

    .card-footer-buttons[b-dzdswexsdg] {
        grid-template-columns: 1fr;
    }

    .pagination-controls[b-dzdswexsdg] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .page-numbers[b-dzdswexsdg] {
        order: -1;
    }

}
/* #endregion */
/* /Components/Pages/YetkiliDefinler.razor.rz.scp.css */
.yetkili-definler-wrapper[b-ykyiyiigav] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 2rem 1rem;
}

.definler-container[b-ykyiyiigav] {
    max-width: 1400px;
    margin: 0 auto;
}

/* Header Section */
.page-header[b-ykyiyiigav] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.header-content[b-ykyiyiigav] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-back[b-ykyiyiigav] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    background: #f8fafc;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-back:hover[b-ykyiyiigav] {
    background: #667eea;
    color: white;
    transform: translateX(-3px);
}

.btn-back svg[b-ykyiyiigav] {
    width: 20px;
    height: 20px;
}

.page-title[b-ykyiyiigav] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

/* Filter Section */
.filter-section[b-ykyiyiigav] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.filter-container[b-ykyiyiigav] {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.filter-group[b-ykyiyiigav] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 300px;
}

.filter-label[b-ykyiyiigav] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #475569;
    white-space: nowrap;
}

.filter-label svg[b-ykyiyiigav] {
    width: 20px;
    height: 20px;
    stroke: #667eea;
}

.filter-input[b-ykyiyiigav] {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.filter-input:focus[b-ykyiyiigav] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.btn-today[b-ykyiyiigav] {
    padding: 0.75rem 1.5rem;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-today:hover[b-ykyiyiigav] {
    background: #667eea;
    border-color: #667eea;
    color: white;
}

.btn-new-defin[b-ykyiyiigav] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
    white-space: nowrap;
}

.btn-new-defin:hover[b-ykyiyiigav] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
}

.btn-new-defin svg[b-ykyiyiigav] {
    width: 20px;
    height: 20px;
}

/* Results Info */
.results-info[b-ykyiyiigav] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.results-count[b-ykyiyiigav] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #475569;
}

.results-count svg[b-ykyiyiigav] {
    width: 20px;
    height: 20px;
    stroke: #667eea;
}

.date-info[b-ykyiyiigav] {
    font-size: 1rem;
    color: #64748b;
    font-weight: 500;
}

/* Definler Grid */
.definler-grid[b-ykyiyiigav] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 1.5rem;
}

.defin-card[b-ykyiyiigav] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.defin-card:hover[b-ykyiyiigav] {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.card-header[b-ykyiyiigav] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 2px solid #e2e8f0;
}

.header-left[b-ykyiyiigav] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.card-icon[b-ykyiyiigav] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card-icon svg[b-ykyiyiigav] {
    width: 26px;
    height: 26px;
    stroke: white;
}

.card-name[b-ykyiyiigav] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
}

.badge[b-ykyiyiigav] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-blue[b-ykyiyiigav] {
    background: #dbeafe;
    color: #1e40af;
}

.badge-pink[b-ykyiyiigav] {
    background: #fce7f3;
    color: #be185d;
}

.card-actions[b-ykyiyiigav] {
    display: flex;
    gap: 0.5rem;
}

.btn-action[b-ykyiyiigav] {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-action svg[b-ykyiyiigav] {
    width: 18px;
    height: 18px;
}

.btn-edit[b-ykyiyiigav] {
    background: #dbeafe;
    color: #1d4ed8;
}

.btn-edit:hover[b-ykyiyiigav] {
    background: #3b82f6;
    color: white;
    transform: scale(1.1);
}

.btn-delete[b-ykyiyiigav] {
    background: #fee2e2;
    color: #dc2626;
}

.btn-delete:hover[b-ykyiyiigav] {
    background: #ef4444;
    color: white;
    transform: scale(1.1);
}

.card-body[b-ykyiyiigav] {
    padding: 1.25rem 1.5rem;
}

.info-grid[b-ykyiyiigav] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-item[b-ykyiyiigav] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.info-item:last-child[b-ykyiyiigav] {
    border-bottom: none;
}

.info-label[b-ykyiyiigav] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #64748b;
    min-width: 120px;
}

.info-value[b-ykyiyiigav] {
    font-size: 0.95rem;
    color: #1e293b;
    font-weight: 500;
    text-align: right;
}

.info-full[b-ykyiyiigav] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid #e2e8f0;
}

.info-text[b-ykyiyiigav] {
    margin: 0.5rem 0 0 0;
    font-size: 0.95rem;
    color: #1e293b;   
    line-height: 1.6;
}

/* Loading */
.loading-container[b-ykyiyiigav] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.spinner[b-ykyiyiigav] {
    width: 60px;
    height: 60px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-ykyiyiigav 0.8s linear infinite;
    margin-bottom: 1.5rem;
}

@keyframes spin-b-ykyiyiigav {
    to {
        transform: rotate(360deg);
    }
}

.loading-container p[b-ykyiyiigav] {
    font-size: 1.125rem;
    color: #64748b;
    margin: 0;
}

/* Empty State */
.empty-state[b-ykyiyiigav] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.empty-state svg[b-ykyiyiigav] {
    width: 80px;
    height: 80px;
    stroke: #cbd5e1;
    margin-bottom: 1.5rem;
}

.empty-state h3[b-ykyiyiigav] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #475569;
    margin: 0 0 0.5rem 0;
}

.empty-state p[b-ykyiyiigav] {
    font-size: 1rem;
    color: #64748b;
    margin: 0 0 2rem 0;
}

.btn-empty-action[b-ykyiyiigav] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.btn-empty-action:hover[b-ykyiyiigav] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.btn-empty-action svg[b-ykyiyiigav] {
    width: 20px;
    height: 20px;
    stroke: white;
}

/* Confirmation Dialog */
.confirm-overlay[b-ykyiyiigav] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 1rem;
    animation: fadeIn-b-ykyiyiigav 0.2s ease;
}

@keyframes fadeIn-b-ykyiyiigav {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.confirm-dialog[b-ykyiyiigav] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 450px;
    width: 100%;
    padding: 2rem;
    text-align: center;
    animation: slideUp-b-ykyiyiigav 0.3s ease;
}

@keyframes slideUp-b-ykyiyiigav {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.confirm-icon[b-ykyiyiigav] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: #fee2e2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-icon svg[b-ykyiyiigav] {
    width: 40px;
    height: 40px;
    stroke: #dc2626;
}

.confirm-dialog h3[b-ykyiyiigav] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 1rem 0;
}

.confirm-dialog p[b-ykyiyiigav] {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 2rem 0;
}

.confirm-actions[b-ykyiyiigav] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.btn[b-ykyiyiigav] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

.btn:disabled[b-ykyiyiigav] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-ykyiyiigav] {
    background: white;
    color: #64748b;
    border: 2px solid #e2e8f0;
}

.btn-secondary:hover:not(:disabled)[b-ykyiyiigav] {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.btn-danger[b-ykyiyiigav] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.btn-danger:hover:not(:disabled)[b-ykyiyiigav] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
}

.spinner-small[b-ykyiyiigav] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    display: inline-block;
    animation: spin-b-ykyiyiigav 0.6s linear infinite;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-header[b-ykyiyiigav] {
        padding: 1.25rem 1.5rem;
    }

    .page-title[b-ykyiyiigav] {
        font-size: 1.5rem;
    }

    .filter-section[b-ykyiyiigav] {
        padding: 1.25rem 1.5rem;
    }

    .filter-container[b-ykyiyiigav] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group[b-ykyiyiigav] {
        flex-direction: column;
        align-items: stretch;
        min-width: auto;
    }

    .btn-today[b-ykyiyiigav],
    .btn-new-defin[b-ykyiyiigav] {
        width: 100%;
        justify-content: center;
    }

    .definler-grid[b-ykyiyiigav] {
        grid-template-columns: 1fr;
    }

    .results-info[b-ykyiyiigav] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .info-item[b-ykyiyiigav] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .info-label[b-ykyiyiigav] {
        min-width: auto;
    }
    
    .info-value[b-ykyiyiigav] {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .yetkili-definler-wrapper[b-ykyiyiigav] {
        padding: 1rem;
    }

    .page-header[b-ykyiyiigav] {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .filter-section[b-ykyiyiigav] {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .card-header[b-ykyiyiigav] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .card-actions[b-ykyiyiigav] {
        width: 100%;
        justify-content: flex-end;
    }

    .confirm-dialog[b-ykyiyiigav] {
        padding: 1.5rem;
    }

    .confirm-icon[b-ykyiyiigav] {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem;
    }

    .confirm-icon svg[b-ykyiyiigav] {
        width: 30px;
        height: 30px;
    }

    .confirm-dialog h3[b-ykyiyiigav] {
        font-size: 1.25rem;
    }

    .confirm-actions[b-ykyiyiigav] {
        flex-direction: column-reverse;
    }

    .btn[b-ykyiyiigav] {
        width: 100%;
    }
}
/* /Components/Pages/YetkiliGiris.razor.rz.scp.css */
.login-wrapper[b-pcgvzxzuza] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 2rem 1rem;
}

.login-container[b-pcgvzxzuza] {
    width: 100%;
    max-width: 450px;
}

.login-card[b-pcgvzxzuza] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    padding: 3rem 2.5rem;
    animation: slideUp-b-pcgvzxzuza 0.5s ease-out;
}

@keyframes slideUp-b-pcgvzxzuza {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-header[b-pcgvzxzuza] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-icon[b-pcgvzxzuza] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-icon svg[b-pcgvzxzuza] {
    width: 40px;
    height: 40px;
    stroke: white;
}

.login-title[b-pcgvzxzuza] {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
}

.login-subtitle[b-pcgvzxzuza] {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
}

.error-message[b-pcgvzxzuza] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #fee2e2;
    color: #dc2626;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border-left: 4px solid #ef4444;
}

.error-message svg[b-pcgvzxzuza] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.login-form[b-pcgvzxzuza] {
    margin-bottom: 1.5rem;
}

.form-group[b-pcgvzxzuza] {
    margin-bottom: 1.5rem;
}

.form-label[b-pcgvzxzuza] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.form-label svg[b-pcgvzxzuza] {
    width: 18px;
    height: 18px;
    stroke: #667eea;
}

.form-input[b-pcgvzxzuza] {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-input:focus[b-pcgvzxzuza] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-input:disabled[b-pcgvzxzuza] {
    background-color: #f8fafc;
    cursor: not-allowed;
}

.form-actions[b-pcgvzxzuza] {
    margin-top: 2rem;
}

.btn-login[b-pcgvzxzuza] {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.btn-login:hover:not(:disabled)[b-pcgvzxzuza] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.btn-login:disabled[b-pcgvzxzuza] {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner-small[b-pcgvzxzuza] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-pcgvzxzuza 0.8s linear infinite;
}

@keyframes spin-b-pcgvzxzuza {
    to {
        transform: rotate(360deg);
    }
}

.login-footer[b-pcgvzxzuza] {
    margin-top: 1.5rem;
}

.info-box[b-pcgvzxzuza] {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    background-color: #f1f5f9;
    border-radius: 10px;
    border-left: 4px solid #667eea;
}

.info-box svg[b-pcgvzxzuza] {
    width: 20px;
    height: 20px;
    stroke: #667eea;
    flex-shrink: 0;
    margin-top: 2px;
}

.info-box p[b-pcgvzxzuza] {
    margin: 0;
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .login-card[b-pcgvzxzuza] {
        padding: 2rem 1.5rem;
    }

    .login-title[b-pcgvzxzuza] {
        font-size: 1.5rem;
    }

    .login-icon[b-pcgvzxzuza] {
        width: 60px;
        height: 60px;
    }

    .login-icon svg[b-pcgvzxzuza] {
        width: 30px;
        height: 30px;
    }
}
/* /Components/Pages/YetkiliMenusu.razor.rz.scp.css */
.yetkili-menu-wrapper[b-9iw86x25jm] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-container[b-9iw86x25jm] {
    width: 100%;
    max-width: 1000px;
    animation: fadeInUp-b-9iw86x25jm 0.6s ease-out;
}

@keyframes fadeInUp-b-9iw86x25jm {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu-header[b-9iw86x25jm] {
    text-align: center;
    margin-bottom: 3rem;
}

.header-icon[b-9iw86x25jm] {
    width: 90px;
    height: 90px;
    margin: 0 auto 1.5rem;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #e2e8f0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.header-icon svg[b-9iw86x25jm] {
    width: 45px;
    height: 45px;
    stroke: #667eea;
}

.menu-title[b-9iw86x25jm] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 0.75rem 0;
}

.menu-subtitle[b-9iw86x25jm] {
    font-size: 1.125rem;
    color: #64748b;
    margin: 0;
    font-weight: 400;
}

.menu-grid[b-9iw86x25jm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.menu-card[b-9iw86x25jm] {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.menu-card[b-9iw86x25jm]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.menu-card:hover[b-9iw86x25jm]::before {
    transform: scaleX(1);
}

.menu-card:hover[b-9iw86x25jm] {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.card-icon-wrapper[b-9iw86x25jm] {
    margin-bottom: 1.5rem;
}

.card-icon[b-9iw86x25jm] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.menu-card:hover .card-icon[b-9iw86x25jm] {
    transform: scale(1.1) rotate(5deg);
}

.card-icon svg[b-9iw86x25jm] {
    width: 40px;
    height: 40px;
    stroke: white;
}

.card-content[b-9iw86x25jm] {
    flex: 1;
}

.card-title[b-9iw86x25jm] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 0.75rem 0;
}

.card-description[b-9iw86x25jm] {
    font-size: 1rem;
    color: #718096;
    line-height: 1.6;
    margin: 0;
}

.card-footer[b-9iw86x25jm] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.card-link[b-9iw86x25jm] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #667eea;
    transition: all 0.3s ease;
}

.card-link svg[b-9iw86x25jm] {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.menu-card:hover .card-link[b-9iw86x25jm] {
    color: #764ba2;
}

.menu-card:hover .card-link svg[b-9iw86x25jm] {
    transform: translateX(5px);
}

.menu-actions[b-9iw86x25jm] {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-back[b-9iw86x25jm],
.btn-logout[b-9iw86x25jm] {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-back[b-9iw86x25jm] {
    background: white;
    color: #667eea;
    border: 2px solid #e2e8f0;
}

.btn-back:hover[b-9iw86x25jm] {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    border-color: #667eea;
}

.btn-logout[b-9iw86x25jm] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.btn-logout:hover[b-9iw86x25jm] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
}

.btn-back svg[b-9iw86x25jm],
.btn-logout svg[b-9iw86x25jm] {
    width: 20px;
    height: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .menu-title[b-9iw86x25jm] {
        font-size: 2rem;
    }

    .menu-subtitle[b-9iw86x25jm] {
        font-size: 1rem;
    }

    .header-icon[b-9iw86x25jm] {
        width: 70px;
        height: 70px;
    }

    .header-icon svg[b-9iw86x25jm] {
        width: 35px;
        height: 35px;
    }

    .menu-grid[b-9iw86x25jm] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .menu-card[b-9iw86x25jm] {
        padding: 2rem 1.5rem;
    }

    .card-icon[b-9iw86x25jm] {
        width: 70px;
        height: 70px;
    }

    .card-icon svg[b-9iw86x25jm] {
        width: 35px;
        height: 35px;
    }

    .card-title[b-9iw86x25jm] {
        font-size: 1.5rem;
    }

    .menu-actions[b-9iw86x25jm] {
        flex-direction: column;
        gap: 1rem;
    }

    .btn-back[b-9iw86x25jm],
    .btn-logout[b-9iw86x25jm] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .yetkili-menu-wrapper[b-9iw86x25jm] {
        padding: 1rem;
    }

    .menu-header[b-9iw86x25jm] {
        margin-bottom: 2rem;
    }

    .menu-title[b-9iw86x25jm] {
        font-size: 1.75rem;
    }
}
/* /Components/Shared/BilgiBaglanti.razor.rz.scp.css */
.bilgi-baglanti-wrapper[b-af9pw2ywsu] {
    width: 100%;
    background: #000000 !important;
    padding: 2rem 0 0.75rem;
    color: white;
}

.footer-container[b-af9pw2ywsu] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.info-grid[b-af9pw2ywsu] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-bottom: 1rem;
    align-items: start;
}

.info-section[b-af9pw2ywsu] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: visible;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

    .info-section:hover[b-af9pw2ywsu] {
        background: rgba(255, 255, 255, 0.08);
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }

/* Logo Section Styles */
.logo-section[b-af9pw2ywsu] {
    background: transparent;
    border: none;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0.75rem 0.5rem;
    gap: 0.75rem;
    overflow: visible;
}

    .logo-section:hover[b-af9pw2ywsu] {
        transform: none;
        background: transparent;
    }

.logo-container[b-af9pw2ywsu] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer-logo[b-af9pw2ywsu] {
    max-width: 100%;
    height: auto;
    max-height: 50px;
    object-fit: contain;
}

.social-icons-footer[b-af9pw2ywsu] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

.social-icon-footer[b-af9pw2ywsu] {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

    .social-icon-footer:hover[b-af9pw2ywsu] {
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-2px);
    }

    .social-icon-footer svg[b-af9pw2ywsu] {
        width: 20px;
        height: 20px;
    }

.section-header[b-af9pw2ywsu] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 0.5rem 1rem;
    flex-shrink: 0;
    border-radius: 8px 8px 0 0;
    margin: 0;
}

.section-title[b-af9pw2ywsu] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff !important;
    margin: 0;
    line-height: 1.2;
}

.section-content[b-af9pw2ywsu] {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Bağlantılar Styles */
.links-list[b-af9pw2ywsu] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.link-item[b-af9pw2ywsu] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.8rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    font-size: 0.95rem;
}

    .link-item:hover[b-af9pw2ywsu] {
        background: rgba(102, 126, 234, 0.2);
        border-color: rgba(102, 126, 234, 0.5);
        transform: translateX(5px);
    }

    .link-item svg[b-af9pw2ywsu] {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }

/* Konum Styles */
.map-container[b-af9pw2ywsu] {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

    .map-container iframe[b-af9pw2ywsu] {
        display: block;
        width: 100%;
        height: 250px;
        filter: brightness(0.9) contrast(1.1);
    }

.map-footer[b-af9pw2ywsu] {
    text-align: center;
    margin-top: auto;
}

.map-link[b-af9pw2ywsu] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
}

    .map-link:hover[b-af9pw2ywsu] {
        color: white;
        background: rgba(102, 126, 234, 0.2);
    }

    .map-link svg[b-af9pw2ywsu] {
        width: 16px;
        height: 16px;
    }

/* İletişim Styles */
.contact-list[b-af9pw2ywsu] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

.contact-item[b-af9pw2ywsu] {
    display: flex;
    gap: 0.75rem;
}

.contact-icon[b-af9pw2ywsu] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .contact-icon svg[b-af9pw2ywsu] {
        width: 20px;
        height: 20px;
        stroke: white;
    }

.contact-details[b-af9pw2ywsu] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.contact-label[b-af9pw2ywsu] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.contact-value[b-af9pw2ywsu] {
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
    transition: color 0.3s ease;
}

    .contact-value:hover[b-af9pw2ywsu] {
        color: #667eea;
    }

.contact-details p.contact-value[b-af9pw2ywsu] {
    margin: 0;
}

/* Footer Copyright */
.footer-copyright[b-af9pw2ywsu] {
    text-align: center;
    padding: 0.75rem 1rem 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

    .footer-copyright p[b-af9pw2ywsu] {
        margin: 0.25rem 0;
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.9rem;
    }

.developed-by[b-af9pw2ywsu] {
    font-size: 0.85rem !important;
}

    .developed-by a[b-af9pw2ywsu] {
        color: #667eea;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.3s ease;
    }

        .developed-by a:hover[b-af9pw2ywsu] {
            color: #764ba2;
        }

/* Responsive */
@media (max-width: 1200px) {
    .info-grid[b-af9pw2ywsu] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .logo-section[b-af9pw2ywsu] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .bilgi-baglanti-wrapper[b-af9pw2ywsu] {
        padding: 1.5rem 0 0.5rem;
    }

    .footer-container[b-af9pw2ywsu] {
        padding: 0 1rem;
    }

    .info-grid[b-af9pw2ywsu] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .logo-section[b-af9pw2ywsu] {
        grid-column: 1;
        padding: 0 0.5rem 0.4rem;
    }

    .footer-logo[b-af9pw2ywsu] {
        max-height: 40px;
    }

    .section-header[b-af9pw2ywsu] {
        padding: 0.4rem 0.75rem;
    }

    .section-title[b-af9pw2ywsu] {
        font-size: 1rem;
    }

    .section-content[b-af9pw2ywsu] {
        padding: 0.75rem;
    }

    .link-item[b-af9pw2ywsu] {
        font-size: 0.85rem;
        padding: 0.5rem 0.6rem;
    }

    .contact-list[b-af9pw2ywsu] {
        gap: 0.6rem;
    }

    .map-container iframe[b-af9pw2ywsu] {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .footer-logo[b-af9pw2ywsu] {
        max-height: 36px;
    }

    .section-header[b-af9pw2ywsu] {
        padding: 0.35rem 0.6rem;
    }

    .section-title[b-af9pw2ywsu] {
        font-size: 0.9rem;
    }

    .section-content[b-af9pw2ywsu] {
        padding: 0.6rem;
    }

    .contact-item[b-af9pw2ywsu] {
        flex-direction: row;
        align-items: flex-start;
    }

    .link-item[b-af9pw2ywsu] {
        font-size: 0.8rem;
        padding: 0.45rem 0.55rem;
    }

    .map-container iframe[b-af9pw2ywsu] {
        height: 150px;
    }
}
/* /Components/Shared/BugunVefatEdenler.razor.rz.scp.css */
/* #region Bugün Vefat Edenler Bölümü Genel Özellikler */
.bugun-vefat-edenler[b-sc16sdfgm6] {
    width: 100%;
    max-width: 1400px;
    padding: 2rem;
    box-sizing: border-box;
    background: rgba(250, 250, 250, 0.98046875) !important;
}
/* #endregion */

/* #region Bölüm Üstü ve Başlığı Özellikleri */
.section-header[b-sc16sdfgm6] {
    text-align: center;
    margin-bottom: 3rem;
    animation: fadeInDown-b-sc16sdfgm6 0.6s ease-out;
    /*background: linear-gradient(135deg, #ffffff 0%, #e6e9f7 100%);*/
    background: #ffffff !important;
    /*color: #ffffff !important;*/
}

.section-header .section-title[b-sc16sdfgm6] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000 !important;
    margin: 0 0 1rem 0;
    text-shadow: none !important;
    /*text-shadow: 0 2px 10px rgba(0,0,0,0.3);*/
}

.section-header[b-sc16sdfgm6] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000000 !important;
    text-shadow: none !important;
    /*text-shadow: 0 2px 8px rgba(0,0,0,0.3);*/
}
/* #endregion */

/* #region Tarih Seçici Nesnesi Özellikleri*/
.tarih-secici-container[b-sc16sdfgm6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/*.calendar-icon {
    width: 20px;
    height: 20px;*/
    /*stroke: currentColor;*/
    /*stroke: black;
    flex-shrink: 0;
}*/

.tarih-label[b-sc16sdfgm6] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000000 !important;
    text-shadow: none !important;
}

.tarih-secici[b-sc16sdfgm6] {
    padding: 0.5rem 1.5rem !important;
    font-size: 1.25rem !important;
    min-height: auto !important;
    line-height: 1.2 !important;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    color: #2d3748;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.tarih-secici:hover[b-sc16sdfgm6] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-color: #667eea;
}

.tarih-secici:focus[b-sc16sdfgm6] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
/* #endregion */

/* #region Bugüne Dön Düğmesi Özellikleri */
.bugune-don-btn[b-sc16sdfgm6] {
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    /*border: none !important;*/
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    background: #ffffff;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /*box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);*/
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.bugune-don-btn .calendar-icon[b-sc16sdfgm6] {
    width: 20px;
    height: 20px;
    /*stroke: currentColor;*/
    stroke: black;
    flex-shrink: 0;
}

.bugune-don-btn:hover[b-sc16sdfgm6] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-color: #667eea;
}

.bugune-don-btn:focus[b-sc16sdfgm6] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.bugune-don-btn:active[b-sc16sdfgm6] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}
/* #endregion */

/* #region Vefat Kartlarını Kaydırma nesnesi Sağ ve Sol Ok Özellikleri */
.carousel-container[b-sc16sdfgm6] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    animation: fadeInUp-b-sc16sdfgm6 0.8s ease-out;
    
}

.carousel-arrow[b-sc16sdfgm6] {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);    
}

.carousel-arrow:hover:not(:disabled)[b-sc16sdfgm6] {
    background: linear-gradient(135deg, rgba(255,255,255,0.25), rgba(255,255,255,0.15));
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.5);
}

.carousel-arrow:active:not(:disabled)[b-sc16sdfgm6] {
    transform: scale(0.95);
}

.carousel-arrow:disabled[b-sc16sdfgm6] {
    opacity: 0.3;
    cursor: not-allowed;
}

.carousel-arrow .arrow-icon[b-sc16sdfgm6] {
    width: 16px;
    height: 16px;
    border-left: 3px solid #000000;
    border-bottom: 3px solid #000000;
}

.carousel-arrow .arrow-icon.left[b-sc16sdfgm6] {
    transform: rotate(45deg);
    margin-left: 4px;
}

.carousel-arrow .arrow-icon.right[b-sc16sdfgm6] {
    transform: rotate(-135deg);
    margin-right: 4px;
}
/* #endregion */

/*  #region Vefat Kartları Listesi Genel Özellikleri */
.vefat-listesi[b-sc16sdfgm6] {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    min-height: 320px;
}
/* #endregion */

/*  #region Vefat Kartları Özellikleri */
.vefat-card[b-sc16sdfgm6] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.vefat-card:hover[b-sc16sdfgm6] {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Vefat Kartlarının başlığı */
.vefat-header[b-sc16sdfgm6] {
    /*background: linear-gradient(135deg, #c8d4fa 0%, #f7f7f7 100%);*/
    background: rgb(240, 240, 240);
    padding: 0.85rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
/*    border: 2px solid #ffc8c8;
    border-radius: 12px;*/
    color: #000000 !important;
}

.vefat-icon[b-sc16sdfgm6] {
    width: 40px;
    height: 40px;
    background: rgb(224, 224, 224);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vefat-icon svg[b-sc16sdfgm6] {
    width: 20px;
    height: 20px;
    color: white;
}

.vefat-info[b-sc16sdfgm6] {
    flex: 1;
    min-width: 0;
}

.vefat-isim[b-sc16sdfgm6] {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vefat-body[b-sc16sdfgm6] {
    padding: 1rem 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.vefat-footer[b-sc16sdfgm6] {
    background: #f8f9fa;
    padding: 0.75rem 1rem;
    border-top: 1px solid #e0e0e0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
}

/* #endregion */

/*  #region Vefat Edene ait Bilgi Satırları (Anne Adı, Baba Adı, Doğum Tarihi, Ölüm Tarihi gibi) Özellikleri */
.info-row[b-sc16sdfgm6] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid #f0f0f0;
    gap: 0.5rem;
}

.info-row:last-child[b-sc16sdfgm6] {
    border-bottom: none;
    padding-bottom: 0;
}

.info-row-full[b-sc16sdfgm6] {
    flex-direction: column;
    align-items: flex-start;
}

.info-row-full .info-value[b-sc16sdfgm6] {
    width: 100%;
    text-align: left;
    margin-top: 0.25rem;
}

.info-label[b-sc16sdfgm6] {
    color: #666;
    font-weight: 600;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.info-value[b-sc16sdfgm6] {
    color: #333;
    font-size: 1.05rem;
    font-weight: 700;
    text-align: right;
    word-break: break-word;
}

.cinsiyet-badge[b-sc16sdfgm6] {
    color: #667eea;
    font-weight: 500;
    font-size: 0.8rem;
}

.info-row-full .info-label[b-sc16sdfgm6] {
    /*color: #667eea;*/
    color: #ffffff;
}
/* #endregion*/

/*  #region Mezarlık Adı Bilgi Satırı Özellikleri */
.mezarlik-banner[b-sc16sdfgm6] {
    /*background: linear-gradient(135deg, #fff0f0 0%, #ffc8c8 100%);*/
    background: #ffc8c8;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    color: black;
    font-weight: 700;
    font-size: 1.05rem;
    /*text-shadow: 0 2px 4px rgba(0,0,0,0.2);*/
}

.mezarlik-banner svg[b-sc16sdfgm6] {
    width: 20px;
    height: 20px;
    stroke: black;
    flex-shrink: 0;
}
/* #endregion */

/*  #region Yol ve Harita Bilgisi Düğmeleri Özellikleri */
.btn-route[b-sc16sdfgm6], .btn-map[b-sc16sdfgm6] {
    /*display:  flex;*/
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 0.5rem !important;
    /*justify-content: center;*/
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.btn-route svg[b-sc16sdfgm6], .btn-map svg[b-sc16sdfgm6] {
    width: 16px;
    height: 16px;
/*        stroke: currentColor;*/
    stroke: black;
    flex-shrink: 0;
}

.btn-route[b-sc16sdfgm6] {
    /*background: linear-gradient(135deg, #28a745 0%, #20c997 100%);*/
/*    background: #ffffff;
    color: #000000;*/
    /*box-shadow: 0 2px 6px rgba(40, 167, 69, 0.3);*/
}

.btn-route:hover[b-sc16sdfgm6] {
    /*background: linear-gradient(135deg, #f0faf0 0%, #c8f0c8 100%);*/
    background: #c8f0c8 !important;
    /*transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);*/
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-color: #5ac86e;
}

.btn-map[b-sc16sdfgm6] {
/*    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: white;
    box-shadow: 0 2px 6px rgba(0, 102, 204, 0.3);*/
}

.btn-map:hover[b-sc16sdfgm6] {
    background: #b0d2ff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-color: #667eea;
}

.sayfa-gostergesi[b-sc16sdfgm6] {
    text-align: center;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: black;
    font-size: 1.1rem;
    font-weight: 500;
}
/* #endregion */

.pagination-dots[b-sc16sdfgm6] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.pagination-dots .dot[b-sc16sdfgm6] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.pagination-dots .dot:hover[b-sc16sdfgm6] {
    background: rgba(255,255,255,0.5);
    transform: scale(1.2);
}

.pagination-dots .dot.active[b-sc16sdfgm6] {
    background: rgba(255,255,255,0.9);
    transform: scale(1.3);
}

.bos-mesaj[b-sc16sdfgm6] {
    text-align: center;
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    animation: fadeInUp-b-sc16sdfgm6 0.8s ease-out;
}

.bos-icon-svg[b-sc16sdfgm6] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    stroke: #4a5568;
    opacity: 0.7;
}

.bos-mesaj p[b-sc16sdfgm6] {
    font-size: 1.1rem;
    color: #4a5568;
    margin: 0;
}

@keyframes fadeInDown-b-sc16sdfgm6 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp-b-sc16sdfgm6 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*  #region Ekran Çözünürlüğü 1200 piksel, 768 piksel, 480 piksel çözünürlük lerindeki davranış biçimi */
@media (max-width: 1200px) {
    .vefat-listesi[b-sc16sdfgm6] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .bugun-vefat-edenler[b-sc16sdfgm6] {
        padding: 1rem;
    }

    .section-title[b-sc16sdfgm6] {
        font-size: 1.85rem;
    }

    .tarih-secici-container[b-sc16sdfgm6] {
        flex-direction: column;
    }

    .tarih-label[b-sc16sdfgm6] {
        font-size: 1.1rem;
    }

    .tarih-secici[b-sc16sdfgm6], .bugune-don-btn[b-sc16sdfgm6] {
        width: 100%;
        max-width: 300px;
    }

    .carousel-container[b-sc16sdfgm6] {
        flex-direction: column;
    }

    .carousel-arrow[b-sc16sdfgm6] {
        width: 50px;
        height: 50px;
        color: #000000;
    }

    .carousel-arrow-left[b-sc16sdfgm6],
    .carousel-arrow-right[b-sc16sdfgm6] {
        display: none;
        color: #000000;
    }

    .vefat-listesi[b-sc16sdfgm6] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .vefat-header[b-sc16sdfgm6] {
        padding: 0.75rem 0.85rem;
    }

    .vefat-body[b-sc16sdfgm6] {
        padding: 0.85rem 1rem;
        gap: 0.4rem;
    }

    .info-row[b-sc16sdfgm6] {
        padding-bottom: 0.35rem;
    }

    .mezarlik-banner[b-sc16sdfgm6] {
        font-size: 0.95rem;
        padding: 0.65rem 0.85rem;
    }

    .vefat-footer[b-sc16sdfgm6] {
        padding: 0.65rem 0.85rem;
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .btn-route[b-sc16sdfgm6], .btn-map[b-sc16sdfgm6] {
        padding: 0.65rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .section-title[b-sc16sdfgm6] {
        font-size: 1.6rem;
    }

    .vefat-isim[b-sc16sdfgm6] {
        font-size: 1.05rem;
    }

    .info-label[b-sc16sdfgm6] {
        font-size: 0.8rem;
    }

    .info-value[b-sc16sdfgm6] {
        font-size: 0.85rem;
    }

    .vefat-header[b-sc16sdfgm6] {
        padding: 0.65rem 0.75rem;
    }

    .vefat-body[b-sc16sdfgm6] {
        padding: 0.75rem 0.85rem;
        gap: 0.35rem;
    }

    .info-row[b-sc16sdfgm6] {
        padding-bottom: 0.3rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .info-value[b-sc16sdfgm6] {
        text-align: left;
    }

    .mezarlik-banner[b-sc16sdfgm6] {
        font-size: 0.9rem;
        padding: 0.6rem 0.75rem;
    }

    .mezarlik-banner svg[b-sc16sdfgm6] {
        width: 18px;
        height: 18px;
    }
}
/* #endregion */
/* /Components/Shared/DefinFormModal.razor.rz.scp.css */
.modal-overlay[b-2kkzbfu76z] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 1rem;
    animation: fadeIn-b-2kkzbfu76z 0.2s ease;
}

.modal-overlay.show[b-2kkzbfu76z] {
    display: flex;
}

@keyframes fadeIn-b-2kkzbfu76z {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-container[b-2kkzbfu76z] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    animation: slideUp-b-2kkzbfu76z 0.3s ease;
}

@keyframes slideUp-b-2kkzbfu76z {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-2kkzbfu76z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 2px solid #e2e8f0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px 16px 0 0;
}

.modal-title[b-2kkzbfu76z] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.modal-title svg[b-2kkzbfu76z] {
    width: 28px;
    height: 28px;
    stroke: #667eea;
}

.btn-close[b-2kkzbfu76z] {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    background: #f1f5f9;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-close:hover[b-2kkzbfu76z] {
    background: #ef4444;
    color: white;
    transform: rotate(90deg);
}

.btn-close svg[b-2kkzbfu76z] {
    width: 20px;
    height: 20px;
}

.modal-body[b-2kkzbfu76z] {
    padding: 2rem;
    overflow-y: auto;
    flex: 1;
}

.loading[b-2kkzbfu76z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.spinner[b-2kkzbfu76z] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-2kkzbfu76z 0.8s linear infinite;
    margin-bottom: 1rem;
}

.spinner-small[b-2kkzbfu76z] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    display: inline-block;
    animation: spin-b-2kkzbfu76z 0.6s linear infinite;
}

@keyframes spin-b-2kkzbfu76z {
    to {
        transform: rotate(360deg);
    }
}

.form-section[b-2kkzbfu76z] {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e2e8f0;
}

.form-section:last-child[b-2kkzbfu76z] {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-title[b-2kkzbfu76z] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #475569;
    margin: 0 0 1.5rem 0;
}

.form-row[b-2kkzbfu76z] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-row:last-child[b-2kkzbfu76z] {
    margin-bottom: 0;
}

.form-group[b-2kkzbfu76z] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group.full-width[b-2kkzbfu76z] {
    grid-column: 1 / -1;
}

label[b-2kkzbfu76z] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
}

label.required[b-2kkzbfu76z]::after {
    content: ' *';
    color: #ef4444;
}

.form-control[b-2kkzbfu76z] {
    padding: 0.75rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    color: #1e293b;
    background: white;
    transition: all 0.3s ease;
}

.form-control:focus[b-2kkzbfu76z] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-control:disabled[b-2kkzbfu76z] {
    background: #f1f5f9;
    cursor: not-allowed;
}

select.form-control[b-2kkzbfu76z] {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1.25rem;
    padding-right: 2.5rem;
}

textarea.form-control[b-2kkzbfu76z] {
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
}

.alert[b-2kkzbfu76z] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    margin-top: 1.5rem;
}

.alert svg[b-2kkzbfu76z] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.alert-error[b-2kkzbfu76z] {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.alert-error svg[b-2kkzbfu76z] {
    stroke: #dc2626;
}

.modal-footer[b-2kkzbfu76z] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.5rem 2rem;
    border-top: 2px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 0 0 16px 16px;
}

.btn[b-2kkzbfu76z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

.btn:disabled[b-2kkzbfu76z] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn svg[b-2kkzbfu76z] {
    width: 18px;
    height: 18px;
}

.btn-primary[b-2kkzbfu76z] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.btn-primary:hover:not(:disabled)[b-2kkzbfu76z] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.btn-secondary[b-2kkzbfu76z] {
    background: white;
    color: #64748b;
    border: 2px solid #e2e8f0;
}

.btn-secondary:hover:not(:disabled)[b-2kkzbfu76z] {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-container[b-2kkzbfu76z] {
        max-width: 100%;
        max-height: 100vh;
        border-radius: 0;
    }

    .modal-header[b-2kkzbfu76z] {
        padding: 1.25rem 1.5rem;
        border-radius: 0;
    }

    .modal-title[b-2kkzbfu76z] {
        font-size: 1.25rem;
    }

    .modal-body[b-2kkzbfu76z] {
        padding: 1.5rem;
    }

    .form-row[b-2kkzbfu76z] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .modal-footer[b-2kkzbfu76z] {
        padding: 1rem 1.5rem;
        border-radius: 0;
    }
}

@media (max-width: 480px) {
    .modal-overlay[b-2kkzbfu76z] {
        padding: 0;
    }

    .modal-header[b-2kkzbfu76z] {
        padding: 1rem;
    }

    .modal-title[b-2kkzbfu76z] {
        font-size: 1.125rem;
    }

    .modal-title svg[b-2kkzbfu76z] {
        width: 24px;
        height: 24px;
    }

    .modal-body[b-2kkzbfu76z] {
        padding: 1rem;
    }

    .form-section[b-2kkzbfu76z] {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .section-title[b-2kkzbfu76z] {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .form-row[b-2kkzbfu76z] {
        gap: 0.75rem;
        margin-bottom: 1rem;
    }

    .modal-footer[b-2kkzbfu76z] {
        flex-direction: column-reverse;
        padding: 1rem;
    }

    .btn[b-2kkzbfu76z] {
        width: 100%;
    }
}
/* /Pages/OnemliBilgiler.razor.rz.scp.css */
.iletisim-wrapper[b-su8pql6r68] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.iletisim-page[b-su8pql6r68] {
    flex: 1;
    background: #f5f7fa;
}

.hero-banner[b-su8pql6r68] {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url('/images/bina.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 4rem;
    overflow: hidden;
}

.hero-overlay[b-su8pql6r68] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-title[b-su8pql6r68] {
    position: relative;
    z-index: 2;
    font-size: 48px;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding-left: 10%;
    max-width: 50%;
    text-align: left;
}

.page-container[b-su8pql6r68] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

/* #region Düğmelerin Görünüm Özellikleri*/
.info-content[b-su8pql6r68] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info-buttons[b-su8pql6r68] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap; /* Mobilde alt alta geçmesi için */
    justify-content: center; /* Ortada hizalamak için */
}
.info-btn[b-su8pql6r68] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 2rem 2.5rem;
    min-width: 260px;
    max-width: 340px;
    flex: 1; /* Eşit genişlik için */
    text-decoration: none;
    color: #222;
    transition: box-shadow 0.2s, transform 0.2s;
}
.info-btn-icon[b-su8pql6r68] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    margin-bottom: 1rem;
}
.info-btn-icon svg[b-su8pql6r68] {
    width: 28px;
    height: 28px;
    stroke: white;
}
.info-btn:hover[b-su8pql6r68] {
    box-shadow: 0 4px 24px rgba(0,0,0,0.16);
    transform: translateY(-4px) scale(1.03);
    color: #0066cc;
}
.info-btn-title[b-su8pql6r68] {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.info-btn-desc[b-su8pql6r68] {
    font-size: 1rem;
    color: #555;
}
/* #endregion */

@media (max-width: 768px) {
    .hero-title[b-su8pql6r68] {
        font-size: 32px;
        padding-left: 0;
        max-width: 100%;
        text-align: center;
    }
    .hero-banner[b-su8pql6r68] {
        padding: 0 1rem;
        height: 220px;
    }
    .info-buttons[b-su8pql6r68] {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
    .info-btn[b-su8pql6r68] {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding: 1.2rem 1rem;
    }
}
