/* webooq datepicker v104 */
.dp-wrap{border:1px solid #eee;border-radius:12px;padding:10px;margin-top:8px}
.dp-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.dp-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}
.dp-day{border:1px solid #eee;border-radius:8px;min-height:40px;padding:4px;text-align:center;cursor:pointer;user-select:none}
.dp-day.empty{border:none;cursor:default}
.dp-day.disabled{background:#f0f0f0;color:#aaa;cursor:not-allowed}
.dp-day.in-range{background:#e7f1ff}
.dp-day.start,.dp-day.end{background:#cfe2ff;font-weight:600}
.dp-dow{font-weight:600}
.dp-btn{border:1px solid #ccc;background:#fff;border-radius:8px;padding:4px 8px;cursor:pointer}
.dp-btn:disabled{opacity:.5;cursor:not-allowed}
.small-muted{font-size:.85rem;color:#6c757d}
