html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Arkaplan saydanlık başlangıç  */
.bg-saydam-00 {
    background-color: rgba(245, 245, 245, 0.0);
}
.bg-saydam-01 {
    background-color: rgba(245, 245, 245, 0.1);
}
.bg-saydam-02 {
    background-color: rgba(245, 245, 245, 0.2);
}
.bg-saydam-03 {
    background-color: rgba(245, 245, 245, 0.3);
}
.bg-saydam-04 {
    background-color: rgba(245, 245, 245, 0.4);
}
.bg-saydam-05 {
    background-color: rgba(245, 245, 245, 0.5);
}
.bg-saydam-06 {
    background-color: rgba(245, 245, 245, 0.6);
}
.bg-saydam-07 {
    background-color: rgba(245, 245, 245, 0.7);
}
.bg-saydam-08 {
    background-color: rgba(245, 245, 245, 0.8);
}
.bg-saydam-09 {
    background-color: rgba(245, 245, 245, 0.9);
}
/* Arkaplan saydanlık bitiş  */

/* Layout ve Genel Stiller */
/*body {
    background: url('/Image/mtokulArkaPlan.webp') no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
    padding-bottom: 50px;*/ /* Footer payı */
    /*margin: 0;
}

header {
    position: static;
    top: 0;
    width: 100%;
    z-index: 1030;
}

.nav-link {
    color: white !important;
}*/

/* Dropdown Menü İyileştirmeleri */
/*.dropdown-menu {
    border: none;*/ /* Bootstrap border'ını kaldır, shadow kullanıyoruz */
/*}

    .dropdown-menu .dropdown-submenu {
        position: relative;
    }

        .dropdown-menu .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -1px;
        }

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5);
    }*/


/* Bu stilleri site.css dosyasına taşımak daha düzenli bir yapı sağlar */
body {
    background: url(/Image/mtokulArkaPlan.webp) no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
    padding-top: 0; /* Boşluğu kaldırıyoruz */
    padding-bottom: 50px; /* Alt footer için kalabilir veya ihtiyacınıza göre düzenleyebilirsiniz */
    margin: 0;
    padding: 0;
}

header {
    position: static;
    top: 0;
    width: 100%;
    z-index: 1030;
}

.nav-link {
    color: white;
}

.public-site-shell {
    background: linear-gradient(rgba(7, 24, 39, .38), rgba(7, 24, 39, .72)), var(--public-background, url('/Image/mtokulArkaPlan.webp')) no-repeat center center fixed;
    background-size: cover;
}

.public-header,
.public-footer {
    background-color: rgba(7, 24, 39, .78);
    backdrop-filter: blur(8px);
}

.public-header .nav-link:hover,
.public-header .nav-link:focus {
    color: var(--bs-warning) !important;
}

.min-vh-75 {
    min-height: 75vh;
}

.layout-header-surface {
    background-color: rgba(169, 217, 255, 0.20);
}

.layout-footer-surface {
    background-color: rgba(169, 217, 255, 0.9);
}

.layout-refresh-button {
    width: 24px;
    height: 24px;
}

.layout-profile-image {
    width: 63px;
    height: 84px;
    padding: 2px;
}

.bilgi-formu-body {
    background: url('/Image/mtokulArkaPlan.webp') no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
    margin: 0;
    padding: 0 0 50px;
}

#mainNavbarContent .nav-link {
    color: var(--bs-white) !important;
}

#mainNavbarContent .nav-link > i {
    color: var(--bs-warning) !important;
}

#mainNavbarContent .nav-link:hover,
#mainNavbarContent .nav-link:focus,
#mainNavbarContent .nav-item.show > .nav-link {
    color: var(--bs-warning) !important;
}

#mainNavbarContent .nav-link:hover > i,
#mainNavbarContent .nav-link:focus > i,
#mainNavbarContent .nav-item.show > .nav-link > i {
    color: var(--bs-white) !important;
}

#mainNavbarContent .dropdown-item:hover > i,
#mainNavbarContent .dropdown-item:focus > i {
    color: var(--bs-warning) !important;
}

.dropdown-menu .dropdown-submenu {
    position: relative;
}

    .dropdown-menu .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

    /* GÜNCELLEME: Seçilen/tıklanan menü butonunun etrafındaki çerçeveyi incelttik */
    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5);
    }


/* Modern Blur Efekti */
.blur-data {
    filter: blur(1px); /* Metni 6px bulanıklaştır */
    -webkit-filter: blur(1px); /* Safari desteği */
    cursor: pointer; /* Tıklanabilir olduğunu hissettir */
    transition: all 0.4s ease; /* Yumuşak geçiş */
    opacity: 0.6; /* Biraz şeffaflık ekle */
    user-select: none; /* Bulanıkken seçilemesin */
    pointer-events: none; /* Input'a tıklamayı engelle (Sadece butona basılsın) */
}

/* Görünür Hale Gelince */
.clear-data {
    filter: blur(0);
    -webkit-filter: blur(0);
    opacity: 1;
    cursor: text;
    pointer-events: auto;
}
/* Layout Özel Stilleri Bitiş*/

/* =========================================
       1. TEMA RENKLERİ VE KUTU TASARIMLARI
       ========================================= */
:root {
    --logo-mor: #3B235A;
    --logo-altin: #D4AF37;
}

/* Arka plan panelleri için morun saydam tonları */
.bg-panel-mor {
    background-color: rgba(59, 35, 90, 0.3) !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    backdrop-filter: blur(4px);
}

/* Kullanıcı giriş kutusu için biraz daha koyu mor */
.bg-login-kutu {
    background-color: rgba(59, 35, 90, 0.6) !important;
    border: 1px solid rgba(212, 175, 55, 0.4) !important;
    backdrop-filter: blur(6px);
}

/* Giriş Butonu için Altın Sarısı Tema */
.btn-altin {
    background-color: var(--logo-altin);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
}

    .btn-altin:hover {
        background-color: #b8952b;
        color: #fff;
        transform: scale(1.02);
    }

    .btn-altin:disabled {
        background-color: rgba(212, 175, 55, 0.5);
        color: #eaeaea;
    }

/* Input İkonları Rengi */
.icon-altin {
    color: var(--logo-altin);
}

/* Bootstrap 5'in kendi saydamlık yapısına uyumlu Mor Arka Plan */
.bg-mor {
    /* --bs-bg-opacity: 1; satırını tamamen sildik */
    background-color: rgba(59, 35, 90, var(--bs-bg-opacity, 1)) !important;
}


/* =========================================
       2. YILDIZ PARLAMA EFEKTİ CSS
       ========================================= */
.parlak-logo-kapsayici {
    position: relative;
    display: inline-block;
}

.dinamik-yildiz {
    position: absolute;
    color: #ffffff;
    text-shadow: 0 0 8px #ffffff, 0 0 15px #ffd700;
    pointer-events: none;
    opacity: 0;
    font-size: 20px;
    z-index: 10;
    left: var(--x);
    top: var(--y);
    animation: gercek-parilti var(--sure) ease-in-out forwards;
}

@keyframes gercek-parilti {
    0% {
        opacity: 0;
        transform: scale(0) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: scale(var(--boyut)) rotate(90deg);
    }

    100% {
        opacity: 0;
        transform: scale(0) rotate(180deg);
    }
}


#girisCikisTablosu thead th[data-sort] {
    user-select: none;
    white-space: nowrap;
}

    #girisCikisTablosu thead th[data-sort]:hover {
        text-decoration: underline;
    }

.dt-sort-icon {
    color: var(--bs-primary);
}

.dt-foto-kolon {
    width: 1%;
    white-space: nowrap;
}

.dt-foto-zoom-alan {
    overflow: auto;
    max-height: 75vh;
}

.dt-foto-zoom-img {
    transition: transform .2s ease-in-out;
    transform-origin: center center;
}

:root {
  --mtokul: #967d5b;
  --mtokul-rgb: 150, 125, 91;
}

/* Dolu okul background */
.bg-okul {
  background-color: #967d5b !important;
}

/* Dolu okul border */
.border-okul {
  border: 1px solid #967d5b !important;
}

/* Arka plana uygun soft border */
.border-okul-soft {
  border: 1px solid rgba(var(--mtokul-rgb), 0.45) !important;
}

/* Kart/alan için açık background */
.bg-okul-soft {
  background-color: rgba(var(--mtokul-rgb), 0.14) !important;
}

/* Başlık için doluya yakın background */
.bg-okul-header {
  background: linear-gradient( 90deg, rgba(var(--mtokul-rgb), 0.38), rgba(var(--mtokul-rgb), 0.18) ) !important;
}

