/* Kuafor724 profesyonel arayüz katmanı – mevcut Materialize yapısını bozmaz. */
:root {
    --app-primary: #147d73;
    --app-primary-dark: #0f635b;
    --app-primary-soft: #e8f5f2;
    --app-accent: #f0a35b;
    --app-bg: #f5f7fa;
    --app-surface: #ffffff;
    --app-text: #263238;
    --app-muted: #66757f;
    --app-border: #e3e8ec;
    --app-danger: #d85c5c;
    --app-success: #3a9b70;
    --app-shadow: 0 8px 28px rgba(31, 52, 66, .08);
    --app-radius: 12px;
}

body {
    color: var(--app-text);
    background: var(--app-bg);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.content-area .container.over,
.content-area .container.has-pagehead {
    position: relative;
}

.tab-content,
.app-card,
.content-area .section > .row:not(.no-card) {
    border-radius: var(--app-radius);
}

.tab-content {
    padding: 18px 14px 22px;
    background: var(--app-surface);
    box-shadow: var(--app-shadow);
    border: 1px solid rgba(227, 232, 236, .8);
}

.sec-tit,
.pagetitle {
    letter-spacing: .02em;
    font-weight: 700;
}

.tabs {
    height: auto;
    min-height: 48px;
    padding: 5px;
    border: 1px solid var(--app-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(31, 52, 66, .05);
}

.tabs .tab {
    min-width: 120px;
    line-height: 40px;
    height: 40px;
}

.tabs .tab a {
    border-radius: 9px;
    color: var(--app-muted) !important;
    font-weight: 650;
    text-transform: none;
}

.tabs .tab a.active,
.tabs .tab a:hover {
    color: var(--app-primary-dark) !important;
    background: var(--app-primary-soft);
}

.tabs .indicator {
    display: none;
}

/* Form alanları */
.no-material-select,
.customer-search-input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea.materialize-textarea {
    border-radius: 8px !important;
}

.no-material-select {
    border-color: var(--app-border) !important;
    background-color: #fff !important;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.no-material-select:hover {
    border-color: #b9c7ce !important;
}

.no-material-select:focus,
.customer-search-input:focus {
    border-color: var(--app-primary) !important;
    box-shadow: 0 0 0 3px rgba(20, 125, 115, .12) !important;
}

.input-field .prefix {
    color: #7a8b94;
}

.input-field input:focus + label,
.input-field textarea:focus + label,
.input-field .prefix.active {
    color: var(--app-primary) !important;
}

.input-field input:focus,
.input-field textarea:focus {
    border-bottom-color: var(--app-primary) !important;
    box-shadow: 0 1px 0 0 var(--app-primary) !important;
}

/* Butonlar */
.btn,
.btn-large,
.fullscreen-btn {
    border-radius: 9px !important;
    text-transform: none;
    font-weight: 700;
    letter-spacing: .01em;
    box-shadow: 0 5px 14px rgba(20, 125, 115, .18);
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.btn:hover,
.btn-large:hover,
.fullscreen-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(20, 125, 115, .22);
}

.btn.red,
.btn.red.lighten-2 {
    background-color: var(--app-danger) !important;
    box-shadow: 0 5px 14px rgba(216, 92, 92, .16);
}

.btn.green,
.green.btn,
.green.lighten-2 {
    background-color: var(--app-success) !important;
}

.btn[disabled],
.btn.disabled,
.btn-large[disabled] {
    transform: none !important;
    box-shadow: none !important;
}

/* Tablolar */
.table-scroll,
.app-table-wrap,
div[style*="overflow-x:auto"] {
    border-radius: var(--app-radius);
    scrollbar-width: thin;
}

table.app-table,
table.highlight,
table.colored {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: #fff;
    box-shadow: 0 6px 24px rgba(31, 52, 66, .06);
}

table.app-table thead,
table.highlight thead,
table.colored thead {
    background: linear-gradient(135deg, #eff8f6 0%, #f7fafb 100%);
}

table.app-table th,
table.highlight th,
table.colored th {
    padding: 13px 12px;
    border-bottom: 1px solid #dce7e5;
    color: #36535a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
    white-space: nowrap;
}

table.app-table td,
table.highlight td,
table.colored td {
    padding: 12px;
    border-bottom: 1px solid #edf1f3;
    vertical-align: middle;
}

table.app-table tbody tr:last-child td,
table.highlight tbody tr:last-child td,
table.colored tbody tr:last-child td {
    border-bottom: 0;
}

table.app-table tbody tr,
table.highlight tbody tr,
table.colored tbody tr {
    transition: background-color .15s ease, transform .15s ease;
}

table.app-table tbody tr:hover,
table.highlight tbody tr:hover,
table.colored tbody tr:hover {
    background-color: #f6fbfa !important;
}

table input[type="text"],
table input[type="number"],
table input[type="password"] {
    min-width: 110px;
    margin: 0 !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
    border: 1px solid transparent !important;
    border-bottom: 1px solid #cad5da !important;
    background: rgba(255, 255, 255, .85) !important;
}

table input:focus {
    border: 1px solid var(--app-primary) !important;
    box-shadow: 0 0 0 3px rgba(20, 125, 115, .10) !important;
}

.app-empty-state {
    padding: 30px 15px !important;
    color: var(--app-muted);
    text-align: center;
}

.app-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 9px;
    border-radius: 999px;
    background: var(--app-primary-soft);
    color: var(--app-primary-dark);
    font-size: 12px;
    font-weight: 750;
}

/* Modallar */
.modal:not(.fullscreen-modal),
.appointment-modal-box {
    border-radius: 14px !important;
    box-shadow: 0 24px 70px rgba(22, 41, 52, .24) !important;
}

.modal .modal-content {
    padding: 24px;
}

.modal .sec-tit {
    margin-top: 0;
}

/* Alt menü */
.footer-menu {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.footer-menu a.active {
    color: var(--app-primary) !important;
}

.footer-menu a.active i {
    transform: translateY(-1px);
}

/* Arama alanları */
.customer-search-wrap,
.app-search-wrap {
    border-radius: 10px;
}

.customer-search-input,
.app-search-input {
    transition: border-color .18s ease, box-shadow .18s ease;
}

/* Seçilen hizmet */
.item-selected {
    border-color: var(--app-primary) !important;
    box-shadow: 0 0 0 4px rgba(20, 125, 115, .14), 0 8px 22px rgba(31, 52, 66, .12);
}

.service-title {
    color: #3d515a;
    font-weight: 650;
}

/* Yükleniyor durumu */
.app-loading {
    position: relative;
    pointer-events: none !important;
    opacity: .7 !important;
}

.app-loading::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    border: 2px solid rgba(255,255,255,.55);
    border-top-color: #fff;
    border-radius: 50%;
    vertical-align: -3px;
    animation: appSpin .7s linear infinite;
}

@keyframes appSpin { to { transform: rotate(360deg); } }

@media (max-width: 600px) {
    .tab-content {
        padding: 14px 9px 18px;
        border-radius: 10px;
    }

    .tabs {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }

    .tabs .tab {
        flex: 0 0 auto;
        min-width: 128px;
    }

    table.app-table th,
    table.highlight th,
    table.colored th,
    table.app-table td,
    table.highlight td,
    table.colored td {
        padding: 10px 9px;
        font-size: 12px;
    }

    .btn,
    .btn-large {
        min-height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}

/* Uygulama durum ve hata kutuları */
.report-error,
.app-error-box {
    margin: 14px 0;
    padding: 14px 16px;
    border: 1px solid #f3c9c6;
    border-left: 4px solid #e46b63;
    border-radius: 10px;
    background: #fff5f4;
    color: #8c332e;
    box-shadow: 0 5px 16px rgba(140, 51, 46, .06);
}

.app-success-box {
    margin: 14px 0;
    padding: 14px 16px;
    border: 1px solid #c5e5d8;
    border-left: 4px solid #4aa985;
    border-radius: 10px;
    background: #f3fbf7;
    color: #276a51;
}

/* İşlem düğmeleri */
.btnMusteriDuzenle,
.btnTarifeGuncelle,
.btnPersonelDuzenle {
    background: var(--app-primary) !important;
}

.btnAdisyonTamamla {
    background: #4fa887 !important;
}

.btnMusteriSil,
.btnPersonelSil,
.btnGiderSil {
    background: #df726b !important;
}

.btnMusteriDuzenle:hover,
.btnTarifeGuncelle:hover,
.btnPersonelDuzenle:hover,
.btnAdisyonTamamla:hover,
.btnMusteriSil:hover,
.btnPersonelSil:hover,
.btnGiderSil:hover {
    filter: brightness(.96);
}

/* Tablo içindeki aksiyonların hizası */
table.app-table td .btn,
table.highlight td .btn,
table.colored td .btn {
    white-space: nowrap;
    margin: 2px 0;
}

/* Küçük bilgi rozeti */
.app-badge {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 3px 9px;
    border: 1px solid #d9e4e6;
    border-radius: 999px;
    background: #f7fafb;
    color: #60737a;
    font-size: 12px;
    font-weight: 650;
}

/* =====================================================================
   KUAFOR724 - GECE MODU GÖRÜNÜRLÜK HOTFIX
   Not: Bu blok kuafor724-pro.css dosyasının EN ALTINDA kalmalıdır.
   style.css içindeki tema renklerinden sonra yüklendiği için tabloların
   açık arka plan / açık yazı çakışmasını burada kesin olarak düzeltir.
===================================================================== */

body[data-site_mode="dark"],
body[data-site-mode="dark"] {
    --app-bg: #263942;
    --app-surface: #30434c;
    --app-text: #f1f6f7;
    --app-muted: #bdcbd0;
    --app-border: #50656f;
    --app-primary-soft: #284f4c;
    color: var(--app-text) !important;
    background-color: var(--app-bg) !important;
}

body[data-site_mode="dark"] .tab-content,
body[data-site-mode="dark"] .tab-content,
body[data-site_mode="dark"] .app-card,
body[data-site-mode="dark"] .app-card {
    background: var(--app-surface) !important;
    color: var(--app-text) !important;
    border-color: var(--app-border) !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .18) !important;
}

body[data-site_mode="dark"] .tabs,
body[data-site-mode="dark"] .tabs {
    background: #293c45 !important;
    border-color: var(--app-border) !important;
}

body[data-site_mode="dark"] .tabs .tab a,
body[data-site-mode="dark"] .tabs .tab a {
    color: #c7d4d8 !important;
}

body[data-site_mode="dark"] .tabs .tab a.active,
body[data-site-mode="dark"] .tabs .tab a.active,
body[data-site_mode="dark"] .tabs .tab a:hover,
body[data-site-mode="dark"] .tabs .tab a:hover {
    color: #ffffff !important;
    background: #246f68 !important;
}

/* Standart uygulama tabloları ve rapor özet tabloları.
   Pastel adisyon detay tablosu özellikle hariç tutulur. */
body[data-site_mode="dark"] table.app-table:not(.report-detail-table),
body[data-site-mode="dark"] table.app-table:not(.report-detail-table),
body[data-site_mode="dark"] table.highlight:not(.report-detail-table),
body[data-site-mode="dark"] table.highlight:not(.report-detail-table),
body[data-site_mode="dark"] table.colored:not(.report-detail-table),
body[data-site-mode="dark"] table.colored:not(.report-detail-table) {
    background: #2b3e47 !important;
    color: #eef5f7 !important;
    border-color: #58707a !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .18) !important;
}

body[data-site_mode="dark"] table.app-table:not(.report-detail-table) thead,
body[data-site-mode="dark"] table.app-table:not(.report-detail-table) thead,
body[data-site_mode="dark"] table.highlight:not(.report-detail-table) thead,
body[data-site-mode="dark"] table.highlight:not(.report-detail-table) thead,
body[data-site_mode="dark"] table.colored:not(.report-detail-table) thead,
body[data-site-mode="dark"] table.colored:not(.report-detail-table) thead {
    background: linear-gradient(135deg, #245a68 0%, #294e5b 100%) !important;
}

body[data-site_mode="dark"] table.app-table:not(.report-detail-table) thead th,
body[data-site-mode="dark"] table.app-table:not(.report-detail-table) thead th,
body[data-site_mode="dark"] table.highlight:not(.report-detail-table) thead th,
body[data-site-mode="dark"] table.highlight:not(.report-detail-table) thead th,
body[data-site_mode="dark"] table.colored:not(.report-detail-table) thead th,
body[data-site-mode="dark"] table.colored:not(.report-detail-table) thead th,
body[data-site_mode="dark"] table.colored:not(.report-detail-table) thead th b,
body[data-site-mode="dark"] table.colored:not(.report-detail-table) thead th b {
    background: transparent !important;
    color: #ffffff !important;
    border-color: #5f7883 !important;
}

body[data-site_mode="dark"] table.app-table:not(.report-detail-table) tbody tr,
body[data-site-mode="dark"] table.app-table:not(.report-detail-table) tbody tr,
body[data-site_mode="dark"] table.highlight:not(.report-detail-table) tbody tr,
body[data-site-mode="dark"] table.highlight:not(.report-detail-table) tbody tr,
body[data-site_mode="dark"] table.colored:not(.report-detail-table) tbody tr,
body[data-site-mode="dark"] table.colored:not(.report-detail-table) tbody tr {
    background: #2b3e47 !important;
    color: #eef5f7 !important;
}

body[data-site_mode="dark"] table.app-table:not(.report-detail-table) tbody tr:nth-child(even),
body[data-site-mode="dark"] table.app-table:not(.report-detail-table) tbody tr:nth-child(even),
body[data-site_mode="dark"] table.highlight:not(.report-detail-table) tbody tr:nth-child(even),
body[data-site-mode="dark"] table.highlight:not(.report-detail-table) tbody tr:nth-child(even),
body[data-site_mode="dark"] table.colored:not(.report-detail-table) tbody tr:nth-child(even),
body[data-site-mode="dark"] table.colored:not(.report-detail-table) tbody tr:nth-child(even) {
    background: #304650 !important;
}

body[data-site_mode="dark"] table.app-table:not(.report-detail-table) tbody td,
body[data-site-mode="dark"] table.app-table:not(.report-detail-table) tbody td,
body[data-site_mode="dark"] table.highlight:not(.report-detail-table) tbody td,
body[data-site-mode="dark"] table.highlight:not(.report-detail-table) tbody td,
body[data-site_mode="dark"] table.colored:not(.report-detail-table) tbody td,
body[data-site-mode="dark"] table.colored:not(.report-detail-table) tbody td,
body[data-site_mode="dark"] table.app-table:not(.report-detail-table) tbody td span,
body[data-site-mode="dark"] table.app-table:not(.report-detail-table) tbody td span,
body[data-site_mode="dark"] table.highlight:not(.report-detail-table) tbody td span,
body[data-site-mode="dark"] table.highlight:not(.report-detail-table) tbody td span,
body[data-site_mode="dark"] table.colored:not(.report-detail-table) tbody td span,
body[data-site-mode="dark"] table.colored:not(.report-detail-table) tbody td span,
body[data-site_mode="dark"] table.colored:not(.report-detail-table) tbody td b,
body[data-site-mode="dark"] table.colored:not(.report-detail-table) tbody td b,
body[data-site_mode="dark"] table.colored:not(.report-detail-table) tbody td strong,
body[data-site-mode="dark"] table.colored:not(.report-detail-table) tbody td strong {
    color: #eef5f7 !important;
    border-color: #435b66 !important;
}

body[data-site_mode="dark"] table.app-table:not(.report-detail-table) tbody tr:hover,
body[data-site-mode="dark"] table.app-table:not(.report-detail-table) tbody tr:hover,
body[data-site_mode="dark"] table.highlight:not(.report-detail-table) tbody tr:hover,
body[data-site-mode="dark"] table.highlight:not(.report-detail-table) tbody tr:hover,
body[data-site_mode="dark"] table.colored:not(.report-detail-table) tbody tr:hover,
body[data-site-mode="dark"] table.colored:not(.report-detail-table) tbody tr:hover,
body[data-site_mode="dark"] table.app-table:not(.report-detail-table) tbody tr:hover td,
body[data-site-mode="dark"] table.app-table:not(.report-detail-table) tbody tr:hover td,
body[data-site_mode="dark"] table.highlight:not(.report-detail-table) tbody tr:hover td,
body[data-site-mode="dark"] table.highlight:not(.report-detail-table) tbody tr:hover td,
body[data-site_mode="dark"] table.colored:not(.report-detail-table) tbody tr:hover td,
body[data-site-mode="dark"] table.colored:not(.report-detail-table) tbody tr:hover td {
    background-color: #38515c !important;
    color: #ffffff !important;
}

/* Raporların pastel adisyon blokları açık kalır, metinleri koyu ve okunaklıdır. */
body[data-site_mode="dark"] table.report-detail-table tbody tr.report-invoice-row td,
body[data-site-mode="dark"] table.report-detail-table tbody tr.report-invoice-row td {
    color: #24373f !important;
}

body[data-site_mode="dark"] table.report-detail-table thead th,
body[data-site-mode="dark"] table.report-detail-table thead th {
    color: #ffffff !important;
    background: #2aa79e !important;
}

body[data-site_mode="dark"] .report-total-row td,
body[data-site-mode="dark"] .report-total-row td,
body[data-site_mode="dark"] table tr.report-total-row td,
body[data-site-mode="dark"] table tr.report-total-row td {
    background: #49616c !important;
    color: #ffffff !important;
    border-color: #607883 !important;
}

body[data-site_mode="dark"] .report-title,
body[data-site-mode="dark"] .report-title,
body[data-site_mode="dark"] .sec-tit,
body[data-site-mode="dark"] .sec-tit,
body[data-site_mode="dark"] .service-title,
body[data-site-mode="dark"] .service-title {
    color: #f4f8f9 !important;
}

body[data-site_mode="dark"] .report-note,
body[data-site-mode="dark"] .report-note {
    background: #514a35 !important;
    color: #fff3c4 !important;
    border: 1px solid #756b48 !important;
}

body[data-site_mode="dark"] .report-invoice-legend,
body[data-site-mode="dark"] .report-invoice-legend {
    background: #293c45 !important;
    color: #d7e3e7 !important;
    border-color: #526974 !important;
}

/* Tablo içindeki form alanları */
body[data-site_mode="dark"] table input[type="text"],
body[data-site-mode="dark"] table input[type="text"],
body[data-site_mode="dark"] table input[type="number"],
body[data-site-mode="dark"] table input[type="number"],
body[data-site_mode="dark"] table input[type="password"],
body[data-site-mode="dark"] table input[type="password"],
body[data-site_mode="dark"] table input[type="date"],
body[data-site-mode="dark"] table input[type="date"] {
    color: #ffffff !important;
    background: #23343c !important;
    border-color: #6d858f !important;
}

body[data-site_mode="dark"] table input::placeholder,
body[data-site-mode="dark"] table input::placeholder {
    color: #aebec4 !important;
}

body[data-site_mode="dark"] table td a:not(.btn),
body[data-site-mode="dark"] table td a:not(.btn) {
    color: #8edbd4 !important;
}

/* Native select ve arama kutuları da gece moduna uyum sağlar. */
body[data-site_mode="dark"] .no-material-select,
body[data-site-mode="dark"] .no-material-select,
body[data-site_mode="dark"] .customer-search-input,
body[data-site-mode="dark"] .customer-search-input,
body[data-site_mode="dark"] .app-search-input,
body[data-site-mode="dark"] .app-search-input {
    color: #f2f7f8 !important;
    background-color: #263942 !important;
    border-color: #617782 !important;
}

body[data-site_mode="dark"] .no-material-select option,
body[data-site-mode="dark"] .no-material-select option {
    color: #263238 !important;
    background: #ffffff !important;
}

body[data-site_mode="dark"] .input-field label,
body[data-site-mode="dark"] .input-field label,
body[data-site_mode="dark"] .input-field .prefix,
body[data-site-mode="dark"] .input-field .prefix {
    color: #bdcbd0 !important;
}

/* =============================================================
   KUAFOR724 - GECE MODU SON DÜZELTMELERİ
   calendar.php + customers.php
   Bu blok kuafor724-pro.css dosyasının EN ALTINDA olmalıdır.
============================================================= */

/* -------------------------------------------------------------
   CUSTOMERS.PHP - PERSONEL TABLOSU BİLGİ ROZETLERİ
   "Giriş yetkisi yok", "Ana yönetici" ve — işaretleri
------------------------------------------------------------- */
body[data-site_mode="dark"] table .app-badge,
body[data-site-mode="dark"] table .app-badge,
body[data-site_mode="dark"] .table-scroll .app-badge,
body[data-site-mode="dark"] .table-scroll .app-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 64px !important;
    min-height: 28px !important;
    padding: 4px 10px !important;
    border: 1px solid #66808b !important;
    border-radius: 999px !important;
    background: #344c56 !important;
    color: #eef6f8 !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

body[data-site_mode="dark"] table .app-badge:hover,
body[data-site-mode="dark"] table .app-badge:hover {
    background: #3d5964 !important;
    color: #ffffff !important;
}

/* Personel tablosundaki şifre alanı */
body[data-site_mode="dark"] table input[type="password"],
body[data-site-mode="dark"] table input[type="password"] {
    color: #f7fbfc !important;
    background-color: #263a43 !important;
    border: 1px solid #6b838d !important;
    border-radius: 7px !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

body[data-site_mode="dark"] table input[type="password"]::placeholder,
body[data-site-mode="dark"] table input[type="password"]::placeholder {
    color: #bdcbd0 !important;
    opacity: 1 !important;
}

/* -------------------------------------------------------------
   CALENDAR.PHP - TARİH GEZİNME ÇUBUĞU
------------------------------------------------------------- */
body[data-site_mode="dark"] .appointment-toolbar,
body[data-site-mode="dark"] .appointment-toolbar {
    background: #293e47 !important;
    color: #f2f7f8 !important;
    border: 1px solid #58717c !important;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .16) !important;
}

body[data-site_mode="dark"] .calendar-title,
body[data-site-mode="dark"] .calendar-title {
    color: #f7fbfc !important;
    text-shadow: none !important;
}

body[data-site_mode="dark"] .appointment-toolbar button,
body[data-site-mode="dark"] .appointment-toolbar button {
    min-width: 42px !important;
    min-height: 38px !important;
    border-radius: 8px !important;
    background: #354e59 !important;
    color: #eef7f8 !important;
    opacity: 1 !important;
}

body[data-site_mode="dark"] .appointment-toolbar button:hover,
body[data-site-mode="dark"] .appointment-toolbar button:hover,
body[data-site_mode="dark"] .appointment-toolbar button:focus,
body[data-site-mode="dark"] .appointment-toolbar button:focus {
    background: #23857b !important;
    color: #ffffff !important;
    outline: none !important;
}

/* Takvim bilgi bandı */
body[data-site_mode="dark"] .calendar-drag-hint,
body[data-site-mode="dark"] .calendar-drag-hint {
    background: #2b414b !important;
    color: #dce9ed !important;
    border-color: #58717c !important;
}

body[data-site_mode="dark"] .calendar-drag-hint i,
body[data-site-mode="dark"] .calendar-drag-hint i {
    color: #6fd8cf !important;
}

/* Takvim ızgarası açık zeminde kaldığı için içindeki yazıları koyu tut. */
body[data-site_mode="dark"] .calendar-corner,
body[data-site-mode="dark"] .calendar-corner,
body[data-site_mode="dark"] .time-slot,
body[data-site-mode="dark"] .time-slot {
    color: #263238 !important;
}

body[data-site_mode="dark"] .calendar-scroll,
body[data-site-mode="dark"] .calendar-scroll {
    border-color: #607984 !important;
}
