/* Local Jalali Datepicker (no CDN) */
.jdp-container { position: fixed; background:#fff; border:1px solid #e5e7eb; border-radius:12px; box-shadow:0 16px 40px rgba(0,0,0,.18); width:320px; z-index:10050; display:none; overflow:hidden; }
.jdp-header { display:flex; justify-content:space-between; align-items:center; padding:10px 12px; border-bottom:1px solid #f1f5f9; background:#f8fafc; font-weight:700; }
.jdp-header button { background:transparent; border:0; font-size:18px; cursor:pointer; color:#334155; }
.jdp-grid { display:grid; grid-template-columns: repeat(7,1fr); gap:6px; padding:10px; }
.jdp-grid div { text-align:center; padding:8px 0; border-radius:8px; cursor:pointer; }
.jdp-grid .jdp-dayname { font-weight:600; cursor:default; color:#64748b; }
.jdp-grid .jdp-day:hover { background:#eff6ff; }
.jdp-grid .is-today { border:1px solid #93c5fd; }
.jdp-grid .is-out { color:#cbd5e1; cursor:default; }


/* ===== Nahad Program Reports date picker polish v2.04.09 ===== */
.npr-date{display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:10px;align-items:end}
.npr-date label{grid-column:1 / -1;margin-bottom:0}
.npr-date input[data-jdp]{min-height:48px;border-radius:14px;border:1px solid #dbe4ef;background:#fff;padding:10px 14px;box-shadow:0 1px 0 rgba(15,23,42,.02)}
.npr-date__btn{width:48px;height:48px;border-radius:14px;border:1px solid #dbe4ef;background:#fff;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 24px rgba(15,23,42,.08)}
.npr-date__btn:hover{background:#f8fbff;border-color:#bfdbfe}
.jdp-container{border:1px solid #dbe4ef;border-radius:20px;box-shadow:0 26px 60px rgba(15,23,42,.18);overflow:hidden}
.jdp-header{padding:14px 16px;border-bottom:1px solid #e9eff7;background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 34%),linear-gradient(135deg,#f8fbff,#eef7ff);font-weight:800;color:#0f172a}
.jdp-header button{width:34px;height:34px;border-radius:10px;background:#fff;border:1px solid #dbe4ef;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 14px rgba(15,23,42,.08)}
.jdp-grid{gap:8px;padding:12px}
.jdp-grid div{padding:10px 0;border-radius:12px}
.jdp-grid .jdp-day:hover{background:#eef7ff}
.jdp-grid .is-today{border-color:#60a5fa;background:#eff6ff}
