.vd-wrap{position:relative}.vd-field{border:1px solid var(--input);background:var(--background);width:100%;font:inherit;color:var(--foreground);cursor:pointer;text-align:start;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:13px;display:flex}.vd-field:disabled{background:var(--muted);color:var(--muted-foreground);cursor:not-allowed}.vd-field i{color:var(--muted-foreground);font-size:14px}.vd-field .is-empty{color:#71757f}.vd-popup{z-index:80;border:1px solid var(--input);background:var(--gdo-surface);border-radius:12px;width:308px;padding:12px;position:fixed;box-shadow:0 14px 34px #09090b38}.vd-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.vd-month{text-transform:capitalize;font-size:14px;font-weight:600}.vd-arrow{border:1px solid var(--input);cursor:pointer;width:34px;height:34px;color:var(--muted-foreground);background:var(--background);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.vd-arrow:hover{border-color:var(--primary);color:var(--primary)}.vd-grid{grid-template-columns:repeat(7,40px);justify-content:center;gap:2px;display:grid}.vd-day-name{text-align:center;color:var(--muted-foreground);padding:4px 0;font-size:11px;font-weight:600}.vd-day{cursor:pointer;width:40px;height:40px;color:var(--foreground);background:var(--background);border-radius:8px;font-size:14px;box-shadow:0 1px 2px #0000000d}.vd-day:hover{background:var(--primary);color:#fff}.vd-day.is-off{color:var(--muted-foreground);box-shadow:none;background:0 0}.vd-day.is-today{box-shadow:inset 0 0 0 1px var(--primary)}.vd-day.is-selected{background:var(--primary);color:#fff;font-weight:600}.vd-day.is-range-edge{background:var(--primary);color:#fff;opacity:.85;font-weight:600}.vd-day.is-in-range{background:color-mix(in srgb, var(--primary) 16%, var(--background));color:var(--foreground);box-shadow:none}.vd-foot{border-top:1px solid var(--border);justify-content:space-between;margin-top:8px;padding-top:8px;display:flex}.vd-actions{color:var(--muted-foreground);cursor:pointer;border-radius:6px;padding:6px 8px;font-size:12.5px;font-weight:500}.vd-actions:hover{color:var(--primary)}.vd-day:disabled{cursor:default;opacity:.3}.vd-day:disabled:hover{color:inherit;background:0 0}
