/* KursTakip Web — onaylı AnaForm kilitleri (kurstakip-onayli-ui.mdc) */
:root {
    --banner-h: 148px;
    --sidebar-w: 175px;
    --logo: 100px;
    --logo-left: 37px;
    --logo-top: 15px;
    --logo-right: 12px;
    --logo-bottom: 15px;
    --title-left: 191px;
    --title-font: "Great Vibes", "Segoe Script", "Monotype Corsiva", cursive;
    --title-size: 40pt;
    --title-color: rgb(20, 55, 70);
    --banner-bg: rgb(210, 230, 236);
    --sidebar-bg: rgb(232, 238, 242);
    --page-bg: rgb(245, 247, 250);
    --accent: rgb(15, 76, 92);
    --kurs-sonu: rgb(144, 210, 120);
    --durum-h: 28px;
}

html, body {
    margin: 0;
    height: 100%;
    overflow: hidden;
    font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
    background: var(--page-bg);
    color: #222;
}

.kt-shell {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 1000px;
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    overflow: hidden;
    background: var(--page-bg);
}

.kt-banner {
    position: relative;
    height: var(--banner-h);
    flex: 0 0 var(--banner-h);
    background: var(--banner-bg);
    border-bottom: 1px solid #b8c9d0;
}

.kt-uyelik-serit {
    flex: 0 0 auto;
    padding: 7px 16px;
    text-align: center;
    font-size: 10pt;
    font-weight: 600;
    color: #0f4c5c;
    background: #e8f4f2;
    border-bottom: 1px solid #b8c9d0;
}

.kt-uyelik-serit.kt-uyelik-uyari {
    color: #7a4a00;
    background: #fff3cd;
    border-bottom-color: #e0c36a;
}

.kt-logo-slot {
    position: absolute;
    width: var(--logo);
    height: var(--logo);
    top: var(--logo-top);
    box-sizing: border-box;
    border: none;
    background: transparent;
    overflow: visible;
}

.kt-logo-slot.kt-logo-bos {
    border: none;
    background: transparent;
}

.kt-logo-sol-ust {
    left: var(--logo-left);
}

.kt-logo-sag-ust {
    right: var(--logo-right);
}

.kt-logo-img {
    width: 100px;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.kt-logo-edit {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 1px solid #666;
    background: #f5f5f5;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    color: #222;
    cursor: pointer;
    z-index: 5;
    box-sizing: border-box;
}

.kt-logo-edit:hover {
    background: #fff;
    color: #0f4c5c;
}

.kt-logo-panel {
    margin: 14px 0 18px;
    padding: 12px;
    border: 1px solid #c5d0d6;
    background: #f7fafc;
}

.kt-logo-odak {
    border-color: #1565c0;
    box-shadow: 0 0 0 2px rgba(21, 101, 192, 0.2);
}

.kt-logo-onizleme {
    margin: 8px 0;
}

.kt-logo-onizleme img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    border: 1px solid #9aacb5;
    background: #fff;
}

.kt-logo-yukle-satir {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
}

.kt-logo-ipucu {
    margin: 6px 0 0;
    font-size: 9pt;
    color: #5a6a74;
}

.kt-logo-progress {
    position: relative;
    height: 22px;
    margin: 10px 0 4px;
    border: 1px solid #9aacb5;
    background: #e8eef2;
    overflow: hidden;
}

.kt-logo-progress-bar {
    height: 100%;
    background: rgb(15, 76, 92);
    transition: width 0.15s ease;
}

.kt-logo-progress-yazi {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9pt;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 2px #000;
    pointer-events: none;
}

.kt-baslik {
    position: absolute;
    /* Sol logo (37+100) ile sağ logo (12+100) arasında ortala */
    left: calc(var(--logo-left) + var(--logo) + 16px);
    right: calc(var(--logo-right) + var(--logo) + 16px);
    top: 0;
    bottom: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: clamp(22pt, 3.2vw, 40pt);
    color: var(--title-color);
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    border: none !important;
}

.kt-govde {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.kt-sidebar {
    width: var(--sidebar-w);
    flex: 0 0 var(--sidebar-w);
    align-self: stretch;
    min-height: 0;
    background: var(--sidebar-bg);
    border-right: 1px solid #c5d0d6;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.kt-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0 12px 12px;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

.kt-menu-btn,
.kt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 40px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #9aacb5;
    border-radius: 2px;
    color: #1a2a32;
    text-decoration: none;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
    padding: 0 4px;
}

.kt-menu-btn:hover,
.kt-btn:hover {
    background: #f0f6f8;
    color: #1a2a32;
}

.kt-menu-btn.active {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.kt-sidebar-alt {
    margin-top: auto;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 0 0 12px;
    align-items: flex-start;
}

.kt-btn {
    width: 150px;
    height: 34px;
    font-size: 9.5pt;
}

.kt-btn-kurs-sonu {
    background: var(--kurs-sonu);
    border-color: #6a9a58;
}

.kt-btn-kullanici-takip {
    background: #c62828;
    border-color: #8e1b1b;
    color: #fff !important;
}

.kt-btn-kullanici-takip:hover {
    background: #b71c1c;
    color: #fff !important;
}

.kt-btn-kullanici-takip.active {
    background: #8e1b1b !important;
    border-color: #6d1515;
    color: #fff !important;
}

.kt-logo-kurum {
    width: var(--logo);
    height: var(--logo);
    margin: 15px 0 15px calc(var(--logo-left) - 12px);
    border: none;
    background: transparent;
    overflow: hidden;
}

.kt-logo-kurum .kt-logo-img {
    border: none;
    width: 100px;
    height: 100px;
}

.kt-icerik {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    padding: 16px;
    overflow: auto;
    background: var(--page-bg);
}

.kt-durum {
    flex: 0 0 var(--durum-h);
    height: var(--durum-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    background: #dfe8ec;
    border-top: 1px solid #b8c9d0;
    font-size: 9pt;
}

.kt-cikis-form {
    margin: 0;
}

.kt-cikis {
    border: none;
    background: transparent;
    color: var(--accent);
    cursor: pointer;
    font-size: 9pt;
    text-decoration: underline;
    font-family: inherit;
}

.kt-placeholder {
    max-width: 640px;
    padding: 20px;
    background: #fff;
    border: 1px solid #c5d0d6;
}

.kt-placeholder h2 {
    margin-top: 0;
    font-size: 14pt;
    color: var(--accent);
}

.kt-giris-sayfa {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #d2e6ec 0%, #f5f7fa 55%, #e8eef2 100%);
}

.kt-giris-kutu {
    position: relative;
    width: 360px;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid #9aacb5;
    box-shadow: 0 8px 24px rgba(15, 76, 92, 0.12);
}

.kt-giris-logo {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
    pointer-events: none;
}

.kt-giris-kutu h1 {
    margin: 0 118px 8px 0;
    font-size: 16pt;
    color: var(--accent);
    outline: none;
    -webkit-user-select: none;
    user-select: none;
}

.kt-giris-kutu h1:focus {
    outline: none;
}

.kt-giris-kutu p {
    margin: 0 0 16px;
    color: #555;
}

.kt-giris-kutu label {
    display: block;
    margin: 10px 0 4px;
}

.kt-giris-kutu input {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #9aacb5;
}

.kt-giris-kutu button,
.kt-giris-btn {
    margin-top: 16px;
    width: 100%;
    height: 36px;
    background: var(--accent);
    color: #fff;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 11pt;
    text-align: center;
    text-decoration: none;
    display: block;
}

.kt-sifremi-unuttum {
    display: block;
    margin: 10px 0 0;
    text-align: center;
    font-size: 10pt;
    color: var(--accent);
    text-decoration: underline;
}

.kt-profil-kutu {
    max-width: 400px;
}

.kt-profil-cikis {
    margin: 0;
}

.kt-readonly {
    background: #eef2f4 !important;
    color: #333;
    cursor: default;
}

.kt-hesap-olustur {
    display: block;
    width: 50%;
    margin: 10px auto 0;
    padding: 0;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-size: 10pt;
    color: var(--accent);
    background: #fff;
    border: 1px solid #9aacb5;
    cursor: pointer;
}

.kt-hata {
    color: #a00;
    margin-bottom: 8px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* —— Kurs form / liste —— */
.kt-form, .kt-liste {
    background: #fff;
    border: 1px solid #c5d0d6;
    padding: 16px 18px 20px;
    max-width: 1100px;
}

.kt-form h2, .kt-liste-baslik h2 {
    margin: 0 0 14px;
    font-size: 14pt;
    color: var(--accent);
}

.kt-form h3 {
    margin: 18px 0 8px;
    font-size: 11pt;
    color: var(--accent);
}

/* Veri girişleri: 2 sütun alan */
.kt-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
    align-items: start;
}
.kt-alan {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 6px 10px;
    align-items: center;
    min-width: 0;
}
.kt-alan-genis {
    grid-column: 1 / -1;
}
.kt-alan-bos {
    visibility: hidden;
    pointer-events: none;
}
.kt-alan label {
    font-weight: bold;
}
.kt-alan input,
.kt-alan select {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 8px;
    border: 1px solid #9aacb5;
    font-family: inherit;
    font-size: 10pt;
}
.kt-alan > div {
    min-width: 0;
}
.kt-alan > div > input,
.kt-alan > div > select {
    width: 100%;
    box-sizing: border-box;
}
.kt-alan .kt-oneri-wrap {
    min-width: 0;
}
.kt-alan .kt-kurum-ara {
    position: relative;
    display: block;
    width: 100%;
}
.kt-alan .kt-kurs-ara {
    position: relative;
    flex: 1;
    min-width: 0;
}
.kt-alan .kt-brans-ara {
    position: relative;
    display: block;
    width: 100%;
}

.kt-haftalik input {
    border: 1px solid #9aacb5;
    font-family: inherit;
    font-size: 10pt;
}

.kt-oneri-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
}

.kt-oneri-wrap input { flex: 1; }

.kt-kurum-ara,
.kt-kurs-ara {
    display: block;
    width: 100%;
}

.kt-kurum-ara input,
.kt-kurs-ara input {
    width: 100%;
    box-sizing: border-box;
}

.kt-oneri-liste {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 300;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    max-height: 220px;
    overflow: auto;
    background: #fff;
    border: 1px solid #9aacb5;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

.kt-oneri-liste li {
    padding: 6px 10px;
    cursor: pointer;
    font-size: 10pt;
}

.kt-oneri-liste li:hover,
.kt-oneri-liste li.secili {
    background: rgb(210,230,236);
}

.kt-saat-etiket {
    white-space: nowrap;
    color: var(--accent);
    font-weight: bold;
}

.kt-hafta-satir {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 0 12px;
    flex-wrap: wrap;
}

.kt-haftalik {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    align-items: start;
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    box-sizing: border-box;
}

.kt-haftalik > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.kt-haftalik label {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    width: 100%;
}

.kt-haftalik input {
    width: 100%;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    padding: 0;
    box-sizing: border-box;
}

.kt-tatil {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0 0 4px;
    white-space: nowrap;
}

.kt-tatil label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: normal;
}

.kt-alt-aksiyon-satir {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 14px;
}

.kt-alt-aksiyon-satir .kt-form-aksiyon {
    margin: 0;
    align-items: flex-end;
}

.kt-form-aksiyon {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.kt-alt-satir {
    display: none;
}

.kt-excel-satir-dis {
    display: none;
}

.kt-excel-alan {
    width: 43.75%;
    min-width: 240px;
    max-width: 455px;
    flex: 0 0 auto;
    margin: 0;
    padding: 8px 10px;
    background: #f7fafc;
    border: 1px solid #c5d0d6;
    box-sizing: border-box;
    text-align: right;
}

.kt-excel-baslik {
    font-weight: bold;
    margin-bottom: 6px;
    color: rgb(15, 76, 92);
    font-size: 9.5pt;
}

.kt-excel-satir {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.kt-excel-input {
    width: 100%;
    max-width: 100%;
    font-size: 9pt;
}

.kt-excel-durum {
    color: #334;
    font-size: 9pt;
    line-height: 1.25;
    word-break: break-word;
}

.kt-excel-kaldir {
    height: 28px;
    font-size: 9pt;
    padding: 0 8px;
}

.kt-excel-not {
    display: none;
}

.kt-uye-filtre {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 10px 0 14px;
}

.kt-uye-filtre input[type="text"],
.kt-uye-filtre input:not([type]) {
    min-width: 220px;
    padding: 5px 8px;
    border: 1px solid #9aacb5;
}

.kt-uye-tablo td,
.kt-uye-tablo th {
    font-size: 9.5pt;
    vertical-align: middle;
}

.kt-uye-sec-th,
.kt-uye-sec-td {
    width: 36px;
    text-align: center;
    vertical-align: middle;
}

.kt-uye-sec-td input[type="checkbox"] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin: 0;
}

.kt-uye-islem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    margin: 0 0 12px;
    padding: 8px 10px;
    border: 1px solid #9aacb5;
    background: #f4f7f9;
    white-space: normal;
}

.kt-uye-islem-bos {
    color: #5a6a74;
    font-size: 9.5pt;
}

.kt-uye-islem-kim {
    font-weight: 700;
    margin-right: 6px;
    color: #1a3a4a;
}

.kt-uye-tarih-duzen {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-left: 4px;
}

.kt-uye-islem .link-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.kt-uye-islem .kt-uye-sil {
    color: #b71c1c;
}

.kt-uye-tablo tbody tr.kt-uye-secili td {
    outline: 2px solid #1565c0;
    outline-offset: -2px;
    background: #e3f2fd;
}

.kt-uye-tablo tbody tr.kt-uye-secili.kt-uye-dolu td {
    background: #c62828;
    color: #fff;
}

.kt-uye-tablo tbody tr.kt-uye-secili.kt-uye-turuncu td {
    background: #ffe0b2;
}

.kt-uye-rol {
    min-width: 110px;
    padding: 3px 4px;
    font-size: 9.5pt;
    border: 1px solid #9aacb5;
}

.kt-uye-uyari {
    background: #fff3cd;
}

.kt-uye-turuncu,
.kt-uye-turuncu td {
    background: #ffe0b2;
    color: #1a1a1a;
}

.kt-uye-dolu,
.kt-uye-dolu td {
    background: #e53935;
    color: #fff;
}

.kt-uye-dolu .link-btn,
.kt-uye-dolu select {
    color: #fff;
}

.kt-modal-arka {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.kt-modal-kutu {
    background: #fff;
    border: 1px solid #9aacb5;
    border-radius: 6px;
    padding: 18px 20px;
    width: min(420px, 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.kt-modal-kutu h3 {
    margin: 0 0 6px;
    font-size: 14pt;
    color: var(--accent);
}

.kt-modal-alt {
    margin: 0 0 12px;
    font-size: 9.5pt;
    color: #555;
}

.kt-modal-kutu label {
    display: block;
    margin: 8px 0 4px;
    font-size: 10pt;
}

.kt-modal-kutu input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    padding: 7px 8px;
    border: 1px solid #9aacb5;
    font-size: 10pt;
}

.kt-modal-aksiyon {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.kt-modal-link {
    width: min(520px, 100%);
}

.kt-link-kutu {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 8px;
    padding: 8px 10px;
    border: 1px solid #9aacb5;
    border-radius: 4px;
    font-family: Consolas, monospace;
    font-size: 9pt;
    line-height: 1.35;
    word-break: break-all;
    white-space: pre-wrap;
    resize: vertical;
    background: #f7fafb;
    color: #222;
}

.kt-form-bilgi,
.kt-form-hata {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.link-btn {
    border: none;
    background: transparent;
    color: var(--accent);
    text-decoration: underline;
    cursor: pointer;
    font-family: inherit;
    font-size: 9pt;
    padding: 0 2px;
}

.kt-aksiyon-ana,
.kt-aksiyon-ikincil,
.kt-aksiyon-tehlike {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 34px;
    padding: 0 14px;
    border: 1px solid #9aacb5;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 10pt;
    box-sizing: border-box;
}

.kt-aksiyon-ana {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.kt-aksiyon-ikincil {
    background: #fff;
    color: #1a2a32;
}

.kt-aksiyon-tehlike {
    background: #fff;
    border-color: #c44;
    color: #a00;
}

.kt-aksiyon-tehlike:disabled {
    opacity: 0.45;
    cursor: default;
}

.kt-aksiyon-ana:disabled,
.kt-aksiyon-ikincil:disabled {
    opacity: 0.45;
    cursor: default;
}

/* Logo sayfası: Yükle her zaman belirgin / tıklanabilir görünsün */
.kt-logo-yukle-satir .kt-aksiyon-ana:not(:disabled) {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.kt-form-hata {
    background: #ffe8e8;
    border: 1px solid #c88;
    color: #800;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.kt-form-bilgi {
    background: #e8f6ec;
    border: 1px solid #8c8;
    color: #164;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.kt-modal-arka {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.kt-modal {
    background: #fff;
    border: 1px solid #9aacb5;
    padding: 18px 20px;
    width: 320px;
}

.kt-modal h3 { margin: 0 0 8px; color: var(--accent); }

.kt-liste-baslik {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.kt-liste-baslik h2 { margin: 0; }

.kt-tablo-wrap { overflow: auto; }

.kt-tablo {
    width: 100%;
    border-collapse: collapse;
    font-size: 10pt;
}

.kt-tablo th, .kt-tablo td {
    border: 1px solid #c5d0d6;
    padding: 6px 8px;
    text-align: left;
}

.kt-tablo th {
    background: #e8eef2;
    text-align: center;
}

.kt-tablo td:first-child,
.kt-tablo th:first-child { text-align: center; }

.kt-bos { text-align: center; color: #666; padding: 20px !important; }

.kt-tablo-bilgi-modu .kt-kurs-satir {
    cursor: pointer;
}
.kt-tablo-bilgi-modu .kt-kurs-satir:hover {
    background: #e8f4f8;
}

.kb-pencere {
    max-width: 1100px;
    margin: 16px auto;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #c5d0d6;
    box-sizing: border-box;
}

.kb-shell {
    min-height: 100vh;
    background: rgb(245, 247, 250);
    font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
    color: #1a2a32;
    padding: 8px;
    box-sizing: border-box;
}

.kt-liste-ozet {
    margin: 10px 0 0;
    color: #555;
    font-size: 9pt;
}

/* —— Kursiyer / Onay (sütun kilitleri) —— */
.ko-sayfa {
    background: #fff;
    border: 1px solid #c5d0d6;
    padding: 12px;
    max-width: 800px;
    margin: 0 auto;
}

.ko-ust {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    min-height: 55px;
    margin-bottom: 8px;
}

.ko-ust-sol, .ko-ust-sag {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ko-ust select {
    min-width: 220px;
    padding: 4px 6px;
    border: 1px solid #9aacb5;
}

.ko-filtre {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.ko-excel-input {
    max-width: 180px;
    font-size: 9pt;
}

.ko-panel {
    padding: 5px;
    overflow: auto;
}

.ko-tablo {
    border-collapse: collapse;
    margin: 0 auto;
    font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
    border: 3px solid #333;
}

.ko-tablo th, .ko-tablo td {
    border: 1px solid #999;
    padding: 2px 4px;
    vertical-align: middle;
}

.ko-tablo th {
    height: 40px;
    text-align: center;
    font-weight: bold;
    background: #eef2f5;
    cursor: default;
}

.ko-tablo th.c-sec { cursor: pointer; }

.ko-tablo .c-sec { width: 36px; text-align: center; }
.ko-tablo .c-sira { width: 50px; text-align: center; }
.ko-tablo .c-tc { width: 100px; text-align: center; }
.ko-tablo .c-ad { width: 194px; text-align: left; }
.ko-tablo .c-cin { width: 75px; text-align: center; }
.ko-tablo .c-gsm { width: 130px; text-align: center; }
.ko-tablo .c-onay { width: 50px; text-align: center; }
.ko-tablo .c-red { width: 50px; text-align: center; }

.ko-tablo .c-cin select {
    width: 100%;
    border: none;
    background: transparent;
    text-align: center;
    font-family: inherit;
}

.dolgu-onay { background: rgb(198, 239, 206) !important; }
.dolgu-red { background: rgb(255, 199, 206) !important; }

.ko-bos {
    text-align: center;
    padding: 24px !important;
    color: #666;
}

.ko-durum {
    margin: 8px 0 0;
    font-size: 9pt;
    color: #444;
}

/* WhatsApp uyarı modal — kilitli sıra */
.wa-modal-arka {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000;
}

.wa-modal {
    width: 520px;
    max-width: 96vw;
    background: #fff;
    border: 1px solid #b8a078;
    display: flex;
    flex-direction: column;
    font-family: "Times New Roman", Times, serif;
}

.wa-baslik {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    background: rgb(252, 250, 245);
    border-top: 3px solid rgb(200, 140, 40);
}

.wa-baslik-metin {
    flex: 1;
    font-size: 13pt;
    font-weight: bold;
    color: rgb(55, 45, 35);
    text-align: left;
}

.wa-ik {
    color: rgb(200, 110, 30);
    font-size: 16pt;
    opacity: 0.55;
    transition: opacity 0.35s;
}

.wa-ik.parlak { opacity: 1; }

.wa-orta {
    margin: 10px 16px;
    padding: 10px;
    min-height: 110px;
    border: 1px solid #999;
    background: #fff;
    resize: vertical;
    font-size: 10.5pt;
    font-family: inherit;
}

.wa-alt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 16px 10px;
    padding: 12px 14px;
    background: #f7f0e0;
    text-align: center;
}

.wa-alt strong {
    font-size: 11.5pt;
    max-width: 380px;
}

.wa-dugmeler {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 10px 16px 14px;
}

.wa-sablon {
    padding: 16px;
    width: 480px;
}

.wa-sablon h3 {
    margin: 0 0 10px;
    color: var(--accent);
}

.wa-sablon label {
    display: block;
    font-weight: bold;
    margin: 8px 0 4px;
}

.wa-sablon select,
.wa-sablon textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    border: 1px solid #9aacb5;
    font-family: inherit;
}

/* —— Haftalık Devamsızlık —— */
.hd-sayfa {
    background: #fff;
    border: 1px solid #c5d0d6;
    padding: 12px;
    max-width: 800px;
    margin: 0 auto;
}
.hd-baslik {
    margin: 0 0 12px;
    text-align: center;
    font-family: "Great Vibes", "Segoe Script", cursive;
    font-weight: 700;
    font-size: 20pt;
    color: var(--title-color);
}
.hd-ust {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}
.hd-ust select { min-width: 280px; padding: 4px 6px; border: 1px solid #9aacb5; }
.hd-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 8px;
}
.hd-hafta-yazi { flex: 1; text-align: center; font-weight: bold; }
.hd-panel { padding: 5px; overflow: auto; }
.hd-tablo {
    border-collapse: collapse;
    margin: 0 auto;
    border: 3px solid #333;
    font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
}
.hd-tablo th, .hd-tablo td { border: 1px solid #999; padding: 2px; vertical-align: middle; }
.hd-tablo th { background: #eef2f5; text-align: center; }
.hd-sira { width: 40px; text-align: center; }
.hd-ad { width: 400px; text-align: left; padding-left: 6px !important; }
.hd-gun { width: 60px; }
.hd-yarim { width: 30px; height: 8px; padding: 0 !important; border-top: none !important; }
.hd-gun-tarih { font-size: 9pt; }
.hd-gun-saat { font-size: 8pt; color: #444; }
.hd-hucre { width: 30px; height: 28px; text-align: center; }
.hd-kutu {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #666;
    font-size: 9pt;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}
.isaret-bos { background: #fff; color: transparent; }
.isaret-arti { background: rgb(198, 239, 206); color: #060; }
.isaret-eksi { background: rgb(255, 199, 206); color: #800; }
.isaret-muaf { background: rgb(189, 215, 238); color: #045; }

/* —— Devamsızlık çizelgesi —— */
.dc-sayfa {
    background: #fff;
    border: 1px solid #c5d0d6;
    padding: 12px;
    max-width: 1000px;
    margin: 0 auto;
}
.dc-baslik {
    margin: 0 0 10px;
    text-align: center;
    font-family: "Great Vibes", "Segoe Script", cursive;
    font-weight: 700;
    font-size: 20pt;
    color: var(--title-color);
}
.dc-ust {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.dc-ust select { min-width: 260px; padding: 4px 6px; border: 1px solid #9aacb5; }
.dc-nav { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.dc-bilgi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}
.dc-kutu {
    border: none;
    padding: 0;
    font-size: 10pt;
    line-height: 1.45;
}
.dc-sayfa-icerik { /* ekran içi tablo; antet/alt gizli */ }
.dc-gunler, .dc-ad-baslik {
  min-width: 120px;
  text-align: center !important;
  vertical-align: middle !important;
  font-weight: bold;
  line-height: 1.2;
  padding: 4px 2px !important;
}
.dc-panel { overflow: auto; padding: 5px; }
.dc-tablo {
    border-collapse: collapse;
    width: 100%;
    border: 3px solid #333;
    font-family: "Times New Roman", Times, serif;
    font-size: 9pt;
}
.dc-tablo th, .dc-tablo td { border: 1px solid #999; padding: 2px 3px; text-align: center; }
.dc-tablo th { background: #eef2f5; }
/* Sıra No başlık: 90°, yatay+dikey ortalı; veri hücreleri normal */
th.dc-sira {
  width: 28px;
  text-align: center;
  vertical-align: middle;
  padding: 2px !important;
}
td.dc-sira {
  width: 28px;
  text-align: center;
  vertical-align: middle;
  writing-mode: horizontal-tb;
  transform: none;
}
.dc-dikey-baslik {
  display: inline-block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
}
.dc-ad { min-width: 140px; text-align: left !important; padding-left: 4px !important; vertical-align: middle; }
.dc-gun { width: 28px; min-width: 24px; }
.dc-gun-tarih { height: 70px; vertical-align: middle; text-align: center; }
.dc-dikey {
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    font-size: 8pt;
}
/* Toplam Devamsızlık başlık: 90° + metin kaydır; veri normal */
th.dc-toplam {
  width: 36px;
  max-width: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 2px !important;
  writing-mode: horizontal-tb;
  transform: none;
}
.dc-toplam-dikey {
  display: inline-block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-height: 7.5em; /* kaydırma bandı */
  line-height: 1.15;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
}
td.dc-toplam {
  width: 36px;
  writing-mode: horizontal-tb;
  transform: none;
  white-space: normal;
  vertical-align: middle;
  text-align: center;
}
.dev-muaf { background: rgb(189, 215, 238) !important; }
.dev-sari { background: rgb(255, 220, 60); }
.dev-kirmizi { background: rgb(220, 60, 60); color: #000; }
.dev-siyah { background: #000; color: #fff; }
.dev-siyah td { color: #fff; border-color: #444; }
.dc-alt { margin-top: 12px; font-size: 9pt; }
.dc-not { color: #555; margin: 4px 0; }

/* Ekranda gizle; baskı önizleme / yazdırmada görün */
#dc-ekran .dc-baski-only { display: none !important; }
#dc-ekran .it-alt-satir { justify-content: flex-end; }
.it-baski-onizleme .dc-baski-only,
#dc-baski-yazdir .dc-baski-only,
.baski-pencere .dc-baski-only {
  display: block !important;
  visibility: visible !important;
}
.it-baski-onizleme .it-antet.dc-baski-only,
#dc-baski-yazdir .it-antet.dc-baski-only,
.baski-pencere .it-antet.dc-baski-only {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.it-baski-onizleme .it-bilgi.dc-baski-only,
#dc-baski-yazdir .it-bilgi.dc-baski-only,
.baski-pencere .it-bilgi.dc-baski-only {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.it-baski-onizleme .it-alt.dc-baski-only,
#dc-baski-yazdir .it-alt.dc-baski-only,
.baski-pencere .it-alt.dc-baski-only {
  display: block !important;
}
.it-baski-onizleme .dc-sayfa {
  max-width: none;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
  overflow: visible;
}
#dc-baski-yazdir {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1100px;
  pointer-events: none;
}
.dc-baski-sayfa { page-break-after: always; break-after: page; }
.dc-baski-sayfa:last-child { page-break-after: auto; break-after: auto; }

@media print {
    html, body {
        overflow: visible !important;
        height: auto !important;
        background: #fff !important;
    }
    /* Web kabuğunu tamamen gizle; yalnızca baskı alanını göster */
    body * { visibility: hidden !important; }
    .baski-alan, .baski-alan * { visibility: visible !important; }
    .baski-alan {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        max-width: none !important;
        background: #fff !important;
    }
    .no-print, .kt-banner, .kt-uyelik-serit, .kt-sidebar, .kt-durum, .kt-logo-edit,
    #blazor-error-ui, .yp-onizleme-ust, .kt-form-aksiyon,
    .yp-sihirbaz > h2, .yp-sihirbaz > .kt-form-hata { display: none !important; visibility: hidden !important; }
    .print-only { display: flex !important; visibility: visible !important; }
    .kt-shell, .kt-govde, .kt-icerik {
        display: block !important;
        position: static !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #fff !important;
        min-width: 0 !important;
    }
    .dc-sayfa, .it-sayfa, .dd-sayfa, .yp-onizleme, .yp-sayfa {
        border: none !important;
        max-width: none !important;
        box-shadow: none !important;
    }
    .dc-tablo { font-size: 8pt; }
    .it-tablo, .yp-tablo { font-size: 9pt; }
    .it-tablo tbody tr { height: 20px; }
    /* Varsayılan baskı; İmza Takip kendi @page kuralını kullanır */
    @page { size: A4 landscape; margin: 1cm 1.5cm; }
    @page imza-takip {
        size: A4 landscape;
        /* Masaüstü kilit: sol/sağ 2,5 cm; üst 1 cm; alt 0,5 cm */
        margin: 1cm 2.5cm 0.5cm 2.5cm;
    }
    .it-sayfa, .it-sayfa.baski-alan { page: imza-takip; }
}

.print-only { display: none; }

/* —— İmza Takip (masaüstü baskı ile aynı düzen) —— */
.it-sayfa { background:#fff; border:1px solid #c5d0d6; padding:12px; max-width:1000px; margin:0 auto; }
.it-baslik { margin:0 0 10px; text-align:center; font-family:"Great Vibes","Segoe Script",cursive; font-weight:700; font-size:20pt; color:var(--title-color); }
.it-ust { display:flex; justify-content:space-between; align-items:center; gap:10px; flex-wrap:wrap; margin-bottom:10px; }
.it-ust select { min-width:260px; padding:4px 6px; border:1px solid #9aacb5; }
.it-nav { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.it-panel { overflow:auto; padding:5px; }

.it-antet { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:10px; text-align:center; }
.it-antet-sol, .it-antet-sag { width:90px; flex:0 0 90px; min-height:80px; }
.it-antet-orta { flex:1 1 auto; line-height:1.35; font-size:10pt; font-family:"Times New Roman",Times,serif; }
.it-kurum { font-weight:bold; text-transform:uppercase; }

.it-bilgi {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:10px;
}
.it-bilgi-kutu {
  width:100%;
  border-collapse:collapse;
  border:none;
  font-family:"Times New Roman",Times,serif;
  font-size:10pt;
  table-layout:fixed;
}
.it-bilgi-kutu th,
.it-bilgi-kutu td {
  border:none;
  padding:3px 6px;
  vertical-align:middle;
  height:20px;
}
.it-bilgi-kutu tr:last-child th,
.it-bilgi-kutu tr:last-child td { border-bottom:none; }
.it-bilgi-kutu th {
  width:140px;
  text-align:left;
  font-weight:bold;
  background:#fff;
  border:none;
}
.it-bilgi-kutu td.it-iki {
  width:14px;
  text-align:right;
  font-weight:bold;
  padding-right:2px;
  border:none;
}
.it-bilgi-kutu td:last-child {
  text-align:left;
  font-weight:normal;
  border:none;
}

.it-tablo {
  border-collapse:collapse;
  width:100%;
  table-layout:fixed;
  border:3px solid #000; /* dış çerçeve kalın */
  font-family:"Times New Roman",Times,serif;
  font-size:9pt;
}
.it-tablo th, .it-tablo td {
  border:1px solid #000; /* gerisi normal çizgi */
  padding:0 3px;
  text-align:center;
  vertical-align:middle;
}
.it-tablo th { background:#fff; font-weight:bold; }
.it-tablo tbody tr { height:20px; }
.it-sira { width:28px; text-align:center; vertical-align:middle; }
.it-dikey {
  display:inline-block;
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  white-space:nowrap;
  line-height:1.1;
  font-weight:bold;
}
.it-gunler, .it-ad-baslik {
  width:17%;
  min-width:120px;
  text-align:center !important;
  vertical-align:middle !important;
  padding:4px 2px !important;
  font-weight:bold;
  line-height:1.2;
}
.it-ad {
  width:17%;
  min-width:120px;
  text-align:left !important;
  padding-left:4px !important;
  vertical-align:middle;
}
.it-gun { width:auto; height:22px; }
.it-tarih {
  height:38px;
  vertical-align:middle;
  font-weight:normal;
  white-space:nowrap;
}
/* İmza alanı (2. görsel): iç çizgiler noktalı */
.it-tablo tbody td.it-imza {
  width:auto;
  height:20px;
  border-style:dotted;
  border-width:1px;
  border-color:#000;
}
/* Ad sütunu ile imza alanı sınırı düz kalsın */
.it-tablo tbody td.it-imza:nth-child(3) {
  border-left-style:solid;
}

.it-alt { margin-top:10px; font-size:10pt; font-family:"Times New Roman",Times,serif; }
.it-tutanak {
  margin:0 0 8px;
  text-indent:30px;
  line-height:1.35;
  text-align:justify;
}
.it-alt-satir {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
}
.it-notlar { flex:1 1 auto; max-width:78%; font-size:9pt; line-height:1.35; }
.it-notlar p { margin:0 0 4px; text-indent:30px; }
.it-imza-ogretmen {
  flex:0 0 22%;
  min-width:140px;
  text-align:center;
  line-height:1.4;
  font-size:10pt;
}
.it-imza-unvan { font-size:9.5pt; margin-top:2px; }
.it-sayfa-icerik { /* ekran içi form gövdesi; ekstra çerçeve yok */ }

/* Ekranda gizle; yalnızca baskı önizleme + yazdırmada görün */
#it-ekran .it-baski-only { display: none !important; }
#it-ekran .it-alt-satir { justify-content: flex-end; }

.it-baski-onizleme .it-baski-only,
#it-baski-yazdir .it-baski-only,
.baski-pencere .it-baski-only {
  display: block !important;
  visibility: visible !important;
}
.it-baski-onizleme .it-antet.it-baski-only,
#it-baski-yazdir .it-antet.it-baski-only,
.baski-pencere .it-antet.it-baski-only {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  visibility: visible !important;
}
.it-baski-onizleme .it-notlar.it-baski-only,
#it-baski-yazdir .it-notlar.it-baski-only,
.baski-pencere .it-notlar.it-baski-only,
.it-baski-onizleme .it-alt.it-baski-only,
#it-baski-yazdir .it-alt.it-baski-only,
.baski-pencere .it-alt.it-baski-only {
  display: block !important;
  visibility: visible !important;
}
.it-baski-onizleme .it-antet-sol,
.it-baski-onizleme .it-antet-sag,
#it-baski-yazdir .it-antet-sol,
#it-baski-yazdir .it-antet-sag,
.baski-pencere .it-antet-sol,
.baski-pencere .it-antet-sag {
  display: block !important;
  visibility: visible !important;
  width: 90px !important;
  flex: 0 0 90px !important;
  min-height: 80px !important;
  overflow: visible !important;
}
.it-baski-onizleme .it-antet img,
#it-baski-yazdir .it-antet img,
.baski-pencere .it-antet img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 80px !important;
  height: 80px !important;
  max-width: 80px !important;
  max-height: 80px !important;
  object-fit: contain !important;
}
@media print {
  .it-baski-only { display: block !important; visibility: visible !important; }
  .it-antet.it-baski-only {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .it-antet-sol,
  .it-antet-sag {
    display: block !important;
    width: 90px !important;
    flex: 0 0 90px !important;
    min-height: 80px !important;
  }
  .it-antet img {
    display: block !important;
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
  }
}

/* Baskı önizleme modalı (masaüstü BaskiOnizlemeForm) */
.it-baski-modal {
  position:fixed; inset:0; z-index:1000;
  background:rgba(40,50,60,.45);
  display:flex; align-items:stretch; justify-content:center;
  padding:12px;
}
.it-baski-pencere {
  flex:1 1 auto; max-width:1200px; margin:0 auto;
  display:flex; flex-direction:column;
  background:#f5f7fa; border:1px solid #b8c9d0;
  box-shadow:0 8px 28px rgba(0,0,0,.25);
  min-height:0;
}
.it-baski-ust {
  flex:0 0 48px; display:flex; align-items:center; gap:8px;
  padding:8px 10px; background:#e8eef2; border-bottom:1px solid #c5d0d6;
}
.it-baski-sayfa-yazi {
  font-weight:bold; color:rgb(20,55,70); font-size:10.5pt; margin-left:6px;
}
.it-baski-ust-sag { margin-left:auto; display:flex; gap:8px; }
.it-baski-govde {
  flex:1 1 auto; min-height:0; display:flex; overflow:hidden;
}
.it-baski-onizleme {
  flex:1 1 auto; min-width:0; overflow:auto;
  background:#d2d6da; padding:16px;
}
.it-baski-onizleme .it-sayfa {
  max-width:none; margin:0 auto; background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,.15);
  overflow:visible;
}
.it-baski-onizleme .it-antet {
  overflow:visible;
}
.it-baski-sag {
  flex:0 0 200px; width:200px;
  background:#eef2f5; border-left:1px solid #c5d0d6;
  padding:12px; display:flex; flex-direction:column; min-height:0;
}
.it-baski-sag-baslik {
  font-weight:bold; color:rgb(20,55,70); font-size:10pt; margin-bottom:6px;
}
.it-baski-secim-ozet { color:#46505a; font-size:9pt; margin-bottom:8px; }
.it-baski-secim-bar { display:flex; gap:8px; margin-bottom:8px; }
.it-baski-secim-bar .kt-aksiyon-ikincil { height:26px; font-size:9pt; padding:0 8px; }
.it-baski-liste {
  flex:1 1 auto; min-height:0; overflow:auto;
  background:#fff; border:1px solid #c5d0d6; padding:4px 6px;
}
.it-baski-satir {
  display:flex; align-items:center; gap:6px;
  padding:4px 4px; margin:0; cursor:pointer;
}
.it-baski-satir.aktif { background:rgb(210,230,236); }
.it-baski-satir-btn {
  border:none; background:none; font:inherit; cursor:pointer;
  text-align:left; padding:0; color:#1a2a32;
}
#it-baski-yazdir {
  position:absolute; left:-9999px; top:0; width:1100px;
  pointer-events:none;
}
.it-baski-sayfa { page-break-after:always; break-after:page; }
.it-baski-sayfa:last-child { page-break-after:auto; break-after:auto; }

/* —— Yıllık Plan —— */
.yp-sayfa { background:#fff; border:1px solid #c5d0d6; padding:14px; max-width:1100px; }
.yp-adim1-grid {
  grid-template-columns: 130px minmax(0, 1fr) !important;
  max-width: 100%;
  align-items: center;
}
.yp-adim1-grid > label {
  font-weight: bold;
  text-align: left;
}
.yp-adim1-grid > input:not([type="checkbox"]),
.yp-adim1-grid > select {
  width: 100%;
  box-sizing: border-box;
  justify-self: stretch;
  padding: 5px 8px;
  border: 1px solid #9aacb5;
  font-family: inherit;
  font-size: 10pt;
}
/* Yaz / Ara tatil kutuları — üstteki seçim alanlarıyla sola hizalı */
.yp-adim1-grid > input.yp-tatil-check {
  justify-self: start;
  align-self: center;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
  accent-color: var(--accent);
}
.yp-haftalik {
  max-width: 100%;
}
.yp-baslik-satir { display:flex; justify-content:space-between; align-items:center; margin-bottom:12px; }
.yp-baslik-satir h2 { margin:0; color:var(--accent); font-size:14pt; }
.yp-liste { width:100%; border-collapse:collapse; font-size:10pt; }
.yp-liste th, .yp-liste td { border:1px solid #c5d0d6; padding:6px 8px; }
.yp-liste th { background:#e8eef2; text-align:center; }
.yp-ad { /* fill */ }
.yp-no { width:65px; text-align:center; }
.yp-ogr, .yp-mud { width:130px; }
.yp-saat { width:70px; text-align:center; }
.yp-tarih { width:130px; text-align:center; }
.yp-islem { width:160px; white-space:nowrap; }
.link-btn { border:none; background:none; color:var(--accent); text-decoration:underline; cursor:pointer; font:inherit; margin-left:8px; }
.yp-sihirbaz h3 { margin:14px 0 8px; color:var(--accent); font-size:11pt; }
.yp-onizleme { margin-top:16px; }
.yp-onizleme-ust { display:flex; gap:10px; align-items:center; flex-wrap:wrap; margin-bottom:8px; }
.yp-tablo { width:100%; border-collapse:collapse; font-size:8.5pt; font-family:"Times New Roman",Times,serif; }
.yp-tablo th, .yp-tablo td { border:1px solid #333; padding:3px 4px; vertical-align:top; }
.yp-tablo th { background:#eef2f5; text-align:center; }
.yp-g, .yp-t, .yp-s { width:48px; text-align:center; vertical-align:middle; }
.yp-i { width:36%; }
.yp-h, .yp-y, .yp-a, .yp-d { width:12%; font-size:7.5pt; }
.yp-tablo.yp-8 { table-layout:fixed; }
.yp-tablo.yp-8 .yp-g { width:20px; }
.yp-tablo.yp-8 .yp-t { width:20px; }
.yp-tablo.yp-8 .yp-s { width:20px; }
.yp-tablo.yp-8 .yp-tarih-dikey {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 7.5pt;
  padding: 2px 0;
}
.yp-modul { font-weight:bold; margin-top:4px; }
.yp-modul-secim { display:grid; grid-template-columns:220px 1fr; gap:14px; margin:12px 0; min-height:280px; }
.yp-modul-liste { display:flex; flex-direction:column; gap:6px; overflow:auto; max-height:360px; }
.yp-modul-liste .kt-btn.active { background:var(--accent); color:#fff; border-color:var(--accent); }
.yp-secim-kutulari { border:1px solid #c5d0d6; padding:12px; background:#fafcfd; display:flex; flex-direction:column; gap:8px; overflow:auto; max-height:360px; position:relative; }
.yp-secim-ust {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:2px;
}
.yp-secim-ust > strong { display:block; flex:1; min-width:0; }
.yp-secim-not {
  flex:0 1 auto;
  max-width:55%;
  text-align:right;
  font-size:8.5pt;
  font-weight:600;
  color:#5a6a72;
  line-height:1.35;
  white-space:normal;
}
.yp-secim-grid {
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:6px 12px;
  align-items:start;
}
.yp-secenek { cursor:pointer; user-select:none; }
.yp-secenek input {
  pointer-events: none;
  flex-shrink: 0;
  margin-top: 2px;
}
.yp-secim-kutulari label, .yp-secim-grid label { display:flex; gap:6px; align-items:flex-start; font-size:10pt; }
.yp-serbest { flex-direction:column; margin-top:6px; gap:4px; font-weight:600; max-width:90%; }
.yp-serbest input { font-weight:normal; width:100%; max-width:100%; padding:6px 8px; border:1px solid #9aacb5; box-sizing:border-box; }
.yp-imza { display:flex; justify-content:space-between; margin-top:28px; padding:0 40px; font-family:"Times New Roman",Times,serif; text-align:center; }
.yp-imza > div { min-width:180px; }

.dd-sayfa, .ks-sayfa { background:#fff; border:1px solid #c5d0d6; padding:14px; max-width:960px; }
.dd-sayfa h2, .ks-sayfa h2 { margin:0 0 12px; color:var(--accent); font-size:14pt; }
.dd-ust, .ks-ust { display:flex; gap:8px; align-items:center; margin-bottom:12px; flex-wrap:wrap; }
.dd-ust select, .ks-ust select { min-width:260px; padding:4px 6px; border:1px solid #9aacb5; }
.ks-liste { list-style:none; margin:0; padding:0; }
.ks-liste li {
  display:grid; grid-template-columns: 220px 1fr auto; gap:10px; align-items:center;
  padding:10px 12px; border:1px solid #c5d0d6; margin-bottom:8px; background:#fafcfd;
}
.ks-liste span { color:#555; font-size:9.5pt; }
.ks-not { margin-top:12px; color:#555; font-size:9pt; }
