.tooltip_content__yWpiK{z-index:50;width:fit-content;border-radius:.375rem;padding:.375rem .75rem;font-size:.75rem;text-wrap:balance;background-color:#171717;color:white}.tooltip_contentOpen__wtML9{animation:tooltip_fadeIn__hq1ur .1s ease-out,tooltip_zoomIn___XpmA .1s ease-out}.tooltip_contentClosed__wT3se{animation:tooltip_fadeOut__ReQIs .1s ease-in,tooltip_zoomOut__ws6qC .1s ease-in}.tooltip_contentBottom__Bbr3A{animation:tooltip_slideInFromTop__fGy_w .1s ease-out}.tooltip_contentLeft__7XjZT{animation:tooltip_slideInFromRight__QSl_P .1s ease-out}.tooltip_contentRight__6Ci8U{animation:tooltip_slideInFromLeft__qUMT_ .1s ease-out}.tooltip_contentTop__G9Mv_{animation:tooltip_slideInFromBottom__ycoxq .1s ease-out}.tooltip_arrow__xeko5{z-index:50;width:.625rem;height:.625rem;transform:translateY(calc(-50% - 2px)) rotate(45deg);border-radius:2px;background-color:#171717;fill:#171717}@keyframes tooltip_fadeIn__hq1ur{0%{opacity:0}to{opacity:1}}@keyframes tooltip_fadeOut__ReQIs{0%{opacity:1}to{opacity:0}}@keyframes tooltip_zoomIn___XpmA{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes tooltip_zoomOut__ws6qC{0%{transform:scale(1)}to{transform:scale(.95)}}@keyframes tooltip_slideInFromTop__fGy_w{0%{transform:translateY(-.5rem)}to{transform:translateY(0)}}@keyframes tooltip_slideInFromRight__QSl_P{0%{transform:translateX(.5rem)}to{transform:translateX(0)}}@keyframes tooltip_slideInFromLeft__qUMT_{0%{transform:translateX(-.5rem)}to{transform:translateX(0)}}@keyframes tooltip_slideInFromBottom__ycoxq{0%{transform:translateY(.5rem)}to{transform:translateY(0)}}.select_selectContainer__xk1k7{position:relative;width:100%}.select_selectTrigger__G1RvX{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;padding:8px 12px;background-color:white!important;border:1px solid var(--input);border-radius:6px;font-size:14px;font-weight:400;color:var(--foreground);cursor:pointer;transition:all .2s ease;outline:none;font-family:Inter,sans-serif}.select_selectTrigger__G1RvX:hover:not(:disabled){border-color:var(--ring)}.select_selectTrigger__G1RvX:focus-visible{outline:none;border-color:var(--ring);box-shadow:0 0 0 1px var(--ring)}.select_selectTrigger__G1RvX:disabled{cursor:not-allowed;opacity:.5;background-color:var(--muted)}.select_selectTriggerOpen__MUYM9{border-color:var(--ring);box-shadow:0 0 0 1px var(--ring)}.select_selectValue__HRUvb{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select_selectIcon__Tk3nJ,.select_selectValue__HRUvb.select_placeholder__ZAlJf{color:var(--muted-foreground)}.select_selectIcon__Tk3nJ{flex-shrink:0;transition:transform .2s ease}.select_selectIconOpen__u_99L{transform:rotate(180deg)}.select_selectContent__bra_e{position:absolute;top:100%;left:0;right:0;z-index:50;margin-top:4px;background-color:white;border:1px solid var(--input);border-radius:6px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);opacity:1;animation:select_slideIn__4Kwq2 .15s ease-out forwards}@keyframes select_slideIn__4Kwq2{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.select_selectViewport____SvZ{max-height:200px;overflow-y:auto;padding:4px;background-color:white;background-color:var(--background);opacity:1}.select_selectItem__d7z2s{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;border:none;background:white;color:var(--foreground);font-size:14px;text-align:left;cursor:pointer;border-radius:4px;transition:background-color .2s ease;outline:none;opacity:1}.select_selectItem__d7z2s:hover:not(:disabled){background-color:var(--muted)}.select_selectItem__d7z2s:focus-visible{outline:none;background-color:var(--muted)}.select_selectItemSelected__5EzLh{background-color:var(--primary);color:var(--primary-foreground)}.select_selectItemSelected__5EzLh:hover{background-color:var(--primary)!important;opacity:.9!important}.select_selectItemDisabled__ANQvm{opacity:.5;cursor:not-allowed;pointer-events:none}.select_selectItemText__BKqMb{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select_selectItemIndicator__LC2SL{flex-shrink:0;margin-left:8px}.select_selectViewport____SvZ::-webkit-scrollbar{width:6px}.select_selectViewport____SvZ::-webkit-scrollbar-track{background:transparent}.select_selectViewport____SvZ::-webkit-scrollbar-thumb{background:var(--muted-foreground);border-radius:3px;opacity:.5}.select_selectViewport____SvZ::-webkit-scrollbar-thumb:hover{opacity:.8}.input_custom_input__e2AiE{display:flex;height:36px;width:100%;min-width:0;border-radius:var(--radius-lg);border:1px solid var(--input);background-color:var(--background);padding:8px 12px;font-size:16px;font-weight:400;line-height:24px;color:var(--foreground);transition:all .2s ease;outline:none;font-family:Inter,sans-serif}.input_custom_input__e2AiE::placeholder{color:var(--muted-foreground)}.input_custom_input__e2AiE::selection{background-color:var(--primary);color:var(--primary-foreground)}.input_custom_input__e2AiE:focus-visible{outline:none;border-color:var(--ring);box-shadow:0 0 0 1px var(--ring)}.input_custom_input__e2AiE[aria-invalid=true]{border-color:var(--destructive);box-shadow:0 0 0 1px var(--destructive)}.input_custom_input__e2AiE:disabled{cursor:not-allowed;opacity:.5;background-color:var(--muted)}.input_custom_input__e2AiE::file-selector-button{display:none}@media (min-width:768px){.input_custom_input__e2AiE{font-size:.875rem}}