.borderAnimate{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:-1}.borderAnimate span:first-child{position:absolute;top:0;right:0;width:100%;height:3px;background:linear-gradient(90deg,#171618,#4747eb);animation:animate1 2s linear infinite}@keyframes animate1{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.borderAnimate span:nth-child(2){position:absolute;top:0;right:0;height:100%;width:3px;background:linear-gradient(180deg,#171618,#ba47eb);animation:animate2 2s linear infinite;animation-delay:1s}@keyframes animate2{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.borderAnimate span:nth-child(3){position:absolute;bottom:0;right:0;width:100%;height:3px;background:linear-gradient(270deg,#171618,#4747eb);animation:animate3 2s linear infinite}@keyframes animate3{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.borderAnimate span:nth-child(4){position:absolute;top:0;left:0;height:100%;width:3px;background:linear-gradient(0deg,#171618,#ba47eb);animation:animate4 2s linear infinite;animation-delay:1s}@keyframes animate4{0%{transform:translateY(100%)}to{transform:translateY(-100%)}}.form_form__zxMf2{display:flex;flex-direction:column;gap:24px}.form_buttonRow__BhXNe{display:grid;grid-template-columns:180px 2fr;gap:24px}.form_eta__86S9u{display:flex;align-items:center;color:hsla(0,0%,63%,.9)}@media (max-width:700px){.form_buttonRow__BhXNe{grid-template-columns:100%}.form_eta__86S9u{justify-content:center}}.form_error__HfF_3{color:var(--errorTextColor);padding:10px 12px;background-color:var(--errorBgColor)}.form_status__uakcV{color:var(--statusTextColor);padding:10px 12px;background-color:var(--statusBgColor)}.form_footer__xF2cf{min-width:20rem;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.5rem;padding:1.25rem 2rem}@media (max-width:700px){.form_footer__xF2cf{font-size:.4rem}}.formField_label__dwPJZ{font-weight:500;font-size:14px;margin-bottom:8px;display:block}.formField_helpText__tLV2G{margin-bottom:12px;color:var(--textColorMuted);display:block}.textInput_input__xTfjZ{box-shadow:var(--inputBoxShadow);color:var(--textColor);background:var(--inputBackground);border-radius:8px;padding:8px 16px;outline:none;border:none;display:block;width:100%;font-size:14px;line-height:24px}.textInput_input__xTfjZ::placeholder{color:var(--textColorMuted)}.textInput_input__xTfjZ:hover{box-shadow:var(--inputBoxShadowHover)}.textInput_input__xTfjZ:focus{box-shadow:var(--inputBoxShadowFocus)}.selectInput_select__5QJDy{box-shadow:var(--inputBoxShadow);background:var(--inputBackground);color:var(--textColor);width:100%;display:flex;align-items:center;outline:none;border:none;padding:8px 16px;line-height:24px;border-radius:8px;cursor:pointer}.selectInput_select__5QJDy:hover{box-shadow:var(--inputBoxShadowHover)}.selectInput_select__5QJDy:focus{box-shadow:var(--inputBoxShadowFocus)}.selectInput_icon__jiZVB{margin-left:auto}.selectInput_content__eI2Q8{z-index:1;width:var(--radix-select-trigger-width);margin:0;border-radius:8px;border-width:0;background:var(--selectinputBackground);color:var(--textColor);padding:8px 0;box-shadow:0 0 0 1px hsla(0,0%,100%,.1)}.selectInput_select__5QJDy[data-placeholder]{color:var(--textColorMuted)}.selectInput_item__wXKaC{padding:8px 16px;cursor:pointer;outline:none}.selectInput_item__wXKaC:focus{background:rgba(131,168,255,.706);color:var(--textColor)}.texarea_textarea__dltYM{box-shadow:var(--inputBoxShadow);color:var(--textColor);background:var(--inputBackground);border-radius:8px;padding:8px 16px;outline:none;border:none;display:block;width:100%;font-size:14px;line-height:24px;resize:vertical;min-height:100px}.texarea_textarea__dltYM[data-error=true]{box-shadow:0 0 0 1px #fd1b1b}.texarea_textarea__dltYM[data-error=true]::placeholder{color:#fd1b1b}.texarea_textarea__dltYM:focus::placeholder,.texarea_textarea__dltYM:hover::placeholder{color:var(--textColorMuted)}.texarea_textarea__dltYM:hover{box-shadow:var(--inputBoxShadowHover)}.texarea_textarea__dltYM:focus{box-shadow:var(--inputBoxShadowFocus)}.checkbox_checkbox__YnSyO,.checkbox_label__t_tvc{display:flex;align-items:center;cursor:pointer}.checkbox_checkbox__YnSyO{box-shadow:var(--inputBoxShadow);color:var(--textColor);background:var(--inputBackground);width:24px;height:24px;justify-content:center;border-radius:6px;outline:none;border:none;margin-right:8px}.checkbox_checkbox__YnSyO:hover{box-shadow:var(--inputBoxShadowHover)}.checkbox_checkbox__YnSyO[data-state=checked]{background:var(--inputBackgroundSelected);color:#fff}.button_button__R22vJ{padding:8px 16px;font-weight:500;background:#4747eb;color:var(--buttontextColor);border-radius:8px;outline:none;border:none;display:block;max-width:100%;line-height:24px;transition:background .15s linear;position:relative}.button_button__R22vJ:not(:disabled){cursor:pointer}.button_button__R22vJ:hover:not(:disabled){background:#5c5cfb}.button_button__R22vJ:disabled{background:var(--inputBackground);color:#7f7e80}.button_spinner__kCj_B{--size:18px;position:absolute;left:50%;top:50%;width:var(--size);height:var(--size);border:2px solid var(--textColor);border-bottom:2px solid transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:button_rotation__fVsfk 1s linear infinite}@keyframes button_rotation__fVsfk{0%{transform:translate3d(-50%,-50%,0) rotate(0deg)}70%{transform:translate3d(-50%,-50%,0) rotate(200deg)}to{transform:translate3d(-50%,-50%,0) rotate(1turn)}}.notification_notification__bc4Hp[data-color=blue]{--notificationBgColor:#3a88ff}.notification_notification__bc4Hp[data-color=red]{--notificationBgColor:#dd2323}.notification_notification__bc4Hp[data-color=green]{--notificationBgColor:#00c000}.notification_notification__bc4Hp{justify-content:center;align-items:center;position:fixed;top:0;right:0;max-width:400px;border-radius:8px;outline-offset:-6px;padding:10px 42px 10px 18px;margin:10px;word-wrap:break-word;color:#fff;background:var(--notificationBgColor);z-index:100}.notification_animationOpen__XixEi{-webkit-animation:notification_moveOpen__hyff2 5s;-webkit-animation-iteration-count:1;-webkit-animation-fill-mode:forwards}@-webkit-keyframes notification_moveOpen__hyff2{0%{-webkit-transform:translateY(-100px);opacity:0}6%{-webkit-transform:translateY(8px);opacity:.8}9%{-webkit-transform:translateY(10px);opacity:.8}13%{-webkit-transform:translateY(8px);opacity:1}83%{-webkit-transform:translateY(8px);opacity:1}87%{-webkit-transform:translateY(13px);opacity:1}to{-webkit-transform:translateY(-100px);opacity:0}}.notification_crossStyling__gu16C{position:absolute;top:10px;right:10px;display:flex;justify-content:center;align-items:center;border-radius:3px;padding:2px;background:none;color:#ffffffc0;font-size:20px;cursor:pointer}.notification_crossStyling__gu16C:hover{color:#fff}.theme_toggleButtonBox___L42k{border-radius:40px;position:fixed;top:0;right:0;padding:15px;margin:20px;z-index:100}.theme_toggleButton__jhVcB{border:1px solid red;scale:2.3}@media (max-width:700px){.theme_toggleButtonBox___L42k{padding:10px;margin:10px}}.theme-toggle.theme-toggle--reversed .theme-toggle__around{transform:scaleX(-1)}.theme-toggle{--theme-toggle__around--duration:.5s}.theme-toggle__around *{transform-origin:center;transition:transform calc(var(--theme-toggle__around--duration) * .6) ease}.theme-toggle__around>g g circle{transition-duration:calc(var(--theme-toggle__around--duration) * .2)}.theme-toggle__around>g g :first-child{transition-delay:calc(var(--theme-toggle__around--duration)*.253)}.theme-toggle__around>g g :nth-child(2){transition-delay:calc(var(--theme-toggle__around--duration)*.348)}.theme-toggle__around>g g :nth-child(3){transition-delay:calc(var(--theme-toggle__around--duration)*.443)}.theme-toggle__around>g g :nth-child(4){transition-delay:calc(var(--theme-toggle__around--duration)*.538)}.theme-toggle__around>g g :nth-child(5){transition-delay:calc(var(--theme-toggle__around--duration)*.633)}.theme-toggle__around>g g :nth-child(6){transition-delay:calc(var(--theme-toggle__around--duration)*.728)}.theme-toggle__around>:first-child path{transition-property:transform,d}.theme-toggle--toggled.theme-toggle .theme-toggle__around *{transition-delay:0s;transition-duration:var(--theme-toggle__around--duration)}.theme-toggle--toggled.theme-toggle .theme-toggle__around>g>circle{transform:scale(1.4)}.theme-toggle--toggled.theme-toggle .theme-toggle__around>g g circle{transform:scale(0);transition-duration:calc(var(--theme-toggle__around--duration) * .4)}.theme-toggle--toggled.theme-toggle .theme-toggle__around>:first-child{transform:rotate(-90deg)}.theme-toggle--toggled.theme-toggle .theme-toggle__around>:first-child path{d:path("M-12-14h42v30a1 1 0 00-16 13H0Z")}@supports not (d:path("")){.theme-toggle--toggled.theme-toggle .theme-toggle__around:first-child path{transform:translate3d(-12px,-14px,0)}}.theme-toggle{border:none;background:0 0;cursor:pointer}@media (prefers-reduced-motion:reduce){.theme-toggle:not(.theme-toggle--force-motion) *{transition:none!important}}