.dp-root{flex-direction:column;align-items:center;gap:.25rem;display:flex}.dp-field{width:100%;position:relative}.dp-label{color:var(--gray-600);font-size:1rem;font-weight:400;line-height:1.25;font-family:var(--adp-font-family);background:var(--adp-white);pointer-events:none;transition:top .2s,transform .2s,font-size .2s;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.dp-label .dp-required{font-weight:700}@media (min-width:1360px){.dp-label{font-size:1.125rem}}.dp-label--float{padding-inline:.25rem;font-size:.625rem;line-height:1.2;top:0;transform:translateY(-50%)}.dp-value{border:.0625rem solid var(--gray-600);width:100%;font-size:1rem;line-height:1.4;font-family:var(--adp-font-family);color:var(--gray-900);background:0 0;border-radius:.25rem;padding:.75rem 1rem;font-weight:400}@media (min-width:1360px){.dp-value{padding:1rem;font-size:1.125rem}}.dp-value:focus{box-shadow:none;outline:none}.dp-value--error{border-color:var(--magenta-900);caret-color:var(--magenta-900)}.dp-value--placeholder{background-color:var(--gray-300)}.dp-value--error~.dp-label{color:var(--magenta-900)}.dp-value:focus::placeholder{color:var(--gray-600)}.dp-icon{color:var(--gray-600);pointer-events:auto;cursor:pointer;align-items:center;display:flex;position:absolute;top:50%;right:.875rem;transform:translateY(-50%)}.dp-icon--error,.dp-icon--error.dp-icon--placeholder{color:var(--magenta-900)}.dp-icon--placeholder{color:var(--gray-900)}.dp-calendar{background:var(--white);border:.0625rem solid var(--gray-600);border-radius:.25rem;flex-direction:column;gap:.5rem;max-width:25rem;padding:1rem;display:flex;position:absolute;top:calc(100% + .25rem);left:0;right:0}@media (min-width:1360px){.dp-calendar{gap:.75rem;padding:1.5rem}}.dp-cal-header{justify-content:space-between;align-items:center;display:flex}.dp-month-label{color:var(--black-700);font-size:.75rem;font-weight:700;line-height:1.3}@media (min-width:1360px){.dp-month-label{font-size:.875rem;line-height:1.4}}.dp-nav-btn{cursor:pointer;color:var(--gray-600);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:1rem;height:1rem;font-size:.75rem;display:flex}.dp-weekdays{grid-template-columns:repeat(7,1fr);gap:.4375rem;display:grid}.dp-weekday{text-align:center;color:var(--gray-500);letter-spacing:1.5px;font-size:.625rem;font-weight:500;line-height:1.2}.dp-days{grid-template-columns:repeat(7,1fr);justify-content:center;gap:.5rem .4375rem;display:grid}@media (min-width:1360px){.dp-days{gap:0 .75rem}}.dp-day{cursor:pointer;width:1.875rem;height:1.875rem;color:var(--gray-700);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;margin:0 auto;font-size:.875rem;font-weight:500;transition:background .13s;display:flex}@media (min-width:1360px){.dp-day{width:2.5rem;height:2.5rem}}.dp-day:hover:not(:disabled):not(.dp-day--today):not(.dp-day--selected){background:var(--gray-200)}.dp-day--other{color:var(--gray-300);cursor:default}.dp-day--today{color:var(--magenta-900)}.dp-day--selected{background:var(--magenta-900);color:var(--white);font-weight:700}.dp-error{color:var(--magenta-900);width:100%;padding-inline:1rem;font-size:.625rem;line-height:1.2}@media (min-width:1360px){.dp-error{font-size:.75rem;line-height:1}}
