.calendarButton-component{padding:.5rem;border-radius:9999px;display:flex;border:none;cursor:pointer;margin:0 .125rem;outline:none}.calendarButton-component.disabled{color:#9ca3af}.calendarButton-component.active:hover{background-color:#c3c4f0}.calendarButton-component.active:active{background-color:#191c68}.calendarButton-component.focused{box-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);--ring-color:#7c3aed;--ring-offset-width:2px;box-shadow:0 0 0 var(--ring-offset-width) var(--ring-offset-color),var(--ring-shadow)}.fieldButton-component{display:flex;align-items:center;justify-content:center;padding:0 16px;margin-left:-1px;transition-property:background-color,border-color,color,fill,stroke,outline,transform;transition-duration:.3s;transition-timing-function:ease-in-out;outline:0;border:0;border-radius:3px;border-top-left-radius:0;border-bottom-left-radius:0;cursor:pointer;background-color:#f1f1f4;outline-color:transparent}.fieldButton-component.pressed{background-color:#dddde5}.fieldButton-component.invalid{border-color:#e71700}.fieldButton-component:focus-visible{outline:1px auto #191c68;transform:scale(1.02)}.mobileModal-component{opacity:1;animation:mobileModal-fadeinDelay 0s,mobileModal-fadein .1s linear 0s;position:fixed;z-index:6;top:0;left:0;right:0;display:flex;flex-direction:column;width:100vw;height:100vh;background:rgba(0,0,0,.4);backdrop-filter:blur(1px);animation:fadein .2s linear}.mobileModal-component.hide{transition:opacity .2s linear;opacity:0}.mobileModal-children{margin:auto auto 16px}.mobileModal-closeButton{-moz-appearance:none;-webkit-appearance:none;outline:none;border:none;appearance:none;display:flex;margin:16px auto auto;width:48px;height:48px;min-width:48px;min-height:48px;max-width:48px;max-height:48px;background-color:#fff;box-shadow:0 4px 32px -4px rgba(25,28,104,.18);cursor:pointer}.mobileModal-closeButton>svg{width:16.5px;height:16.5px;margin:auto}.tooltip-component{position:relative;display:flex;align-items:center}.tooltip-children{position:relative;display:flex;color:#84848f}.tooltip-children.inheritColor{color:inherit!important}.tooltip-children.question{cursor:help}.tooltip-content{margin:6px;max-width:414px;padding:16px;background-color:#fff;box-shadow:0 4px 32px -4px rgba(25,28,104,.18);color:#42424e;opacity:1;animation:fadeinDelay 0s,fadein .2s linear 0s}@media only screen and (max-width:767px){.tooltip-content{width:90vw}}.tooltip-content p:first-child{margin-top:0}.tooltip-content>p:last-child{margin-bottom:0}.tooltip-content strong{font-size:16px}@media only screen and (max-width:767px){.tooltip-content{font-weight:400;font-size:14px;line-height:20px}}.tooltip-content.center{text-align:center}.tooltip-content h4{margin-bottom:8px;font-size:20px!important;line-height:28.8px!important;font-weight:500!important;color:#09091f}.tooltip-content h5{margin-bottom:8px;font-size:16px!important;line-height:1.2!important}.select-component{display:flex;flex-direction:column;color:#42424e;position:relative}.select-component.isDisabled .select-container>button{cursor:auto;background-color:#f7f7fa}.select-component.isDisabled .select-container>button .select-displayLabel{color:#84848f}.select-component{--accent-color: ;--accent-background:#191c68}.select-component ul{overflow:auto;overflow:scroll;overflow:scroll auto;padding:9px 0 0}.select-component ul::-webkit-scrollbar{width:0;height:9px;background-color:transparent}.select-component ul::-webkit-scrollbar-thumb{background:#dddde5;background-clip:content-box;border:3px solid transparent;border-radius:7px;padding:2px 0;background:#000}.select-component ul::-webkit-scrollbar-thumb:hover{background-color:#c4c4ca;background-color:#000}@supports(display:contents) and (not (scrollbar-gutter:stable)){.select-component ul::-webkit-scrollbar{height:9px}.select-component ul::-webkit-scrollbar-thumb{border:1px solid transparent}}@supports(-moz-appearance:none){.select-component ul{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#dddde5 #fff;padding:0;scrollbar-color:#000}}@supports(-webkit-touch-callout:none){.select-component ul{padding:0!important}}.select-component button[disabled]{cursor:not-allowed;background:#f7f7fa}.select-component button{position:relative;display:inline-flex;flex-direction:row;align-items:center;justify-content:space-between;outline:none;color:#42424e;min-width:220px;width:100%;background:#fff;appearance:none;margin:0!important;box-sizing:border-box;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;height:56px;padding:16px;border-radius:6px;border:2px solid #dddde5;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.select-component button[data-placeholder=true] span{opacity:.5}.select-component button.focused{border-color:#191c68;box-shadow:0 4px 32px -4px rgba(25,28,104,.12)}.select-component button.focused .label{background:linear-gradient(0deg,#fff,#fbfbfd 60%)}.select-component button.focused .label span{color:#e71700}.select-component button svg{width:24px;height:24px;margin-left:15px;padding:1px;color:#42424e;border-radius:4px}.select-component .popover{position:absolute;z-index:10;top:0;min-width:220px;width:100%;pointer-events:none}.select-component .popover>*{pointer-events:auto;border:1px solid #dddde5;box-shadow:0 4px 32px -4px rgba(25,28,104,.12);border-radius:6px;background:#fff}.select-component [role=listbox]{overflow:auto;outline:none;padding:2px;margin:0;box-sizing:border-box}.select-component [role=option]{margin:2px;border-radius:6px;outline:none;cursor:default;display:flex;align-items:center;padding:8px 8px 8px 24px;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit}.select-component [role=option] svg{width:20px;height:20px;margin-right:4px}.select-component [role=option][aria-selected=true]{color:var(--accent-color);font-weight:500;padding-left:4px}.select-component [role=option]:focus{color:#fff;background:var(--accent-background);cursor:pointer}.select-component [data-key=placeholder]{opacity:.5}.select-label{display:flex;font-size:13px;white-space:pre;color:#42424e;cursor:default;background:linear-gradient(0deg,#fff,#fbfbfd 60%);left:16px;top:2px;position:absolute;z-index:1;width:fit-content;padding:0 4px;line-height:4px;height:3px}.select-label>span+div{margin-left:4px}.select-label>span{margin-left:2px}.select-container{position:relative}.select-container>button{cursor:pointer}.select-displayLabel{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select-component{padding:2px 0}