.custom-date-picker{height:100%;font-family:var(--font-body,sans-serif);align-items:center;min-width:0;display:flex;position:relative}.cdp-trigger{cursor:pointer;color:#424656;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.375rem;height:auto;padding:.375rem .5rem;transition:all .2s;display:flex}.cdp-trigger:hover{background:#f6f3f2}@media (min-width:640px){.cdp-trigger{background:#f6f3f2;border-radius:.875rem;height:3.25rem;padding:0 1rem}.cdp-trigger:hover{background:#ebe7e7}}.cdp-trigger.has-value{color:#fff;background:#0050cb;padding-right:1.75rem}@media (min-width:640px){.cdp-trigger.has-value{padding-right:2.25rem}}.cdp-trigger.has-value:hover{background:#0044ab}.cdp-icon{flex-shrink:0}.cdp-value{font-family:var(--font-body,sans-serif);white-space:nowrap;font-size:.875rem;font-weight:700}.cdp-placeholder{color:#424656;font-weight:500}.cdp-variant-full{width:100%}.cdp-variant-full .cdp-trigger{color:#2b3140;box-sizing:border-box;background:#ebe7e7;border-radius:.75rem;justify-content:flex-start;width:100%;min-width:0;height:44px;min-height:44px;padding:.625rem .875rem;transition:background .2s,color .2s,box-shadow .2s;overflow:hidden}.cdp-variant-full .cdp-trigger:hover{background:#e5e2e1}.cdp-variant-full .cdp-trigger.has-value{color:#fff;background:#0084ff;padding-right:1.75rem}.cdp-variant-full .cdp-trigger.has-value:hover{background:#0073e6}.cdp-variant-full .cdp-value{text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.cdp-variant-full .cdp-placeholder{color:var(--color-text-secondary,#5a6070);font-weight:600}.cdp-clear{color:#fff;cursor:pointer;z-index:10;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;transition:background .2s;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.cdp-clear:hover{background:#fff6}.cdp-native-input{appearance:none;min-width:0;max-width:100%}.cdp-popover{z-index:100;background:#fff;border:1px solid #e5e2e1;border-radius:1rem;width:280px;padding:1rem;animation:.2s fadeIn;position:absolute;top:calc(100% + .5rem);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.cdp-popover-open-left{left:auto;right:0}.cdp-popover-open-right{left:0;right:auto}.cdp-popover-contained{max-width:calc(100vw - 1rem)}@media (max-width:389px){.cdp-variant-full .cdp-trigger{height:40px;min-height:40px;padding:.5rem .75rem}.cdp-variant-full .cdp-trigger.has-value{padding-right:1.55rem}.cdp-variant-full .cdp-value{font-size:.8125rem}.cdp-clear{width:1.35rem;height:1.35rem;right:.375rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cdp-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.cdp-nav-btn{color:#1c1b1b;cursor:pointer;background:#f6f3f2;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background .2s;display:flex}.cdp-nav-btn:hover{background:#ebe7e7}.cdp-month-label{font-family:var(--font-display,sans-serif);color:#1c1b1b;font-size:1rem;font-weight:700}.cdp-grid-header{grid-template-columns:repeat(7,1fr);margin-bottom:.5rem;display:grid}.cdp-weekday{text-align:center;color:#727687;text-transform:uppercase;padding:.25rem 0;font-size:.75rem;font-weight:600}.cdp-grid-body{grid-template-columns:repeat(7,1fr);gap:.25rem;display:grid}.cdp-day{aspect-ratio:1;color:#1c1b1b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.cdp-day:hover:not(.empty){background:#f6f3f2}.cdp-day.today{color:#0050cb;font-weight:800}.cdp-day.selected{color:#fff;background:#0050cb;font-weight:700;box-shadow:0 4px 8px #0050cb33}.cdp-day.empty{visibility:hidden}
