@charset "UTF-8";
/* CSS Document */

/* ── Tatil günleri – daterangepicker takvim vurgusu ── */
.daterangepicker td.holiday-day {
    background-color: #fff0f0 !important;
    color: #c0392b !important;
    position: relative;
}
.daterangepicker td.holiday-day::after {
    content: '✕';
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 2px;
    color: #c0392b;
    line-height: 1;
}
.daterangepicker td.holiday-day.off {
    background-color: transparent !important;
}

/* ── Tatil günü araç listesi yerine gösterilen banner ── */
.holiday-notice-box {
    background: linear-gradient(135deg, #fff8f0 0%, #fff3e0 100%);
    border: 2px solid #f39c12;
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(243, 156, 18, 0.15);
}
.holiday-notice-icon {
    font-size: 52px;
    margin-bottom: 12px;
    line-height: 1;
}
.holiday-notice-title {
    font-size: 22px;
    font-weight: 700;
    color: #d35400;
    margin-bottom: 20px;
}
.holiday-notice-content {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: left;
}
.holiday-notice-hint {
    font-size: 13px;
    color: #888;
    margin-top: 16px;
    border-top: 1px solid #f0dcc0;
    padding-top: 14px;
}
.holiday-notice-hint i {
    color: #f39c12;
    margin-right: 5px;
}
