.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:rgba(255,255,255,.7);transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.react-toggle{touch-action:pan-x;display:inline-block;position:relative;cursor:pointer;background-color:transparent;border:0;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.react-toggle-screenreader-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.react-toggle--disabled{cursor:not-allowed;opacity:.5;-webkit-transition:opacity .25s;transition:opacity .25s}.react-toggle-track{width:50px;height:24px;padding:0;border-radius:30px;background-color:#4D4D4D;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#000000}.react-toggle--checked .react-toggle-track{background-color:#19AB27}.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#128D15}.react-toggle-track-check{position:absolute;width:14px;height:10px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;line-height:0;left:8px;opacity:0;-webkit-transition:opacity .25s ease;-moz-transition:opacity .25s ease;transition:opacity .25s ease}.react-toggle--checked .react-toggle-track-check,.react-toggle-track-x{opacity:1;-webkit-transition:opacity .25s ease;-moz-transition:opacity .25s ease;transition:opacity .25s ease}.react-toggle-track-x{position:absolute;width:10px;height:10px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;line-height:0;right:10px}.react-toggle--checked .react-toggle-track-x{opacity:0}.react-toggle-thumb{transition:all .5s cubic-bezier(.23,1,.32,1) 0s;position:absolute;top:1px;left:1px;width:22px;height:22px;border:1px solid #4d4d4d;border-radius:50%;background-color:#FAFAFA;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;transition:all .25s ease}.react-toggle--checked .react-toggle-thumb{left:27px;border-color:#19AB27}.react-toggle--focus .react-toggle-thumb{-webkit-box-shadow:0 0 3px 2px #0099E0;-moz-box-shadow:0 0 3px 2px #0099E0;box-shadow:0 0 2px 3px #0099E0}.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{-webkit-box-shadow:0 0 5px 5px #0099E0;-moz-box-shadow:0 0 5px 5px #0099E0;box-shadow:0 0 5px 5px #0099E0}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_e8ce0c{font-family:Inter,Inter Fallback;font-style:normal}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:Inter var,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}abbr:where([title]){-webkit-text-decoration:underline dotted}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-image:none}fieldset,legend{padding:0}[hidden]{display:none}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:Inter var,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}@media (min-width:320px){.container{max-width:320px}}.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.bottom-0{bottom:0}.bottom-6{bottom:1.5rem}.bottom-\[-100\%\]{bottom:-100%}.bottom-\[-12px\]{bottom:-12px}.bottom-\[73px\]{bottom:73px}.left-0{left:0}.right-0{right:0}.right-1{right:.25rem}.right-6{right:1.5rem}.right-\[-100\%\]{right:-100%}.right-\[-12px\]{right:-12px}.top-0{top:0}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.col-span-3{grid-column:span 3/span 3}.row-start-2{grid-row-start:2}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.\!mb-\[5px\]{margin-bottom:5px!important}.\!mt-\[10px\]{margin-top:10px!important}.-mb-\[2px\]{margin-bottom:-2px}.-mt-14{margin-top:-3.5rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.me-3{margin-inline-end:.75rem}.ml-1{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.box-border{box-sizing:border-box}.inline-table{display:inline-table}.contents{display:contents}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[100\%\]{height:100%}.h-\[18px\]{height:18px}.h-\[36px\]{height:36px}.h-\[400px\]{height:400px}.h-\[450px\]{height:450px}.h-\[86px\]{height:86px}.h-dvh{height:100dvh}.h-fit{height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-12{max-height:3rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[100dvh\]{max-height:100dvh}.max-h-\[70\%\]{max-height:70%}.min-h-12{min-height:3rem}.min-h-20{min-height:5rem}.min-h-96{min-height:24rem}.min-h-\[500px\]{min-height:500px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-\[100\%\]{width:100%}.w-\[175px\]{width:175px}.w-\[18px\]{width:18px}.w-\[36px\]{width:36px}.w-\[80\%\]{width:80%}.w-\[95\%\]{width:95%}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-\[300px\]{min-width:300px}.min-w-\[44rem\]{min-width:44rem}.max-w-3xl{max-width:48rem}.max-w-\[872px\]{max-width:872px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.origin-left-right{transform-origin:0 50%}.origin-top-left{transform-origin:top left}@keyframes progress{0%{transform:translateX(0) scaleX(0)}40%{transform:translateX(0) scaleX(.4)}to{transform:translateX(100%) scaleX(.5)}}.animate-progress{animation:progress 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[min-content_1fr_min-content\]{grid-template-columns:min-content 1fr min-content}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-x-2{column-gap:.5rem}.gap-x-4{column-gap:1rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.self-end{align-self:flex-end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-normal{overflow-wrap:normal;word-break:normal}.break-all{word-break:break-all}.rounded-2xl{border-radius:1rem}.rounded-\[100px\]{border-radius:100px}.rounded-\[12px\]{border-radius:12px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.\!border-0{border-width:0!important}.border-0{border-width:0}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-4{border-bottom-width:4px}.border-b-\[1px\]{border-bottom-width:1px}.border-l-0{border-left-width:0}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.border-none{border-style:none}.border-\[\#1a1c201a\]{border-color:#1a1c201a}.border-\[\#747775\]{--tw-border-opacity:1;border-color:rgb(116 119 117/var(--tw-border-opacity,1))}.border-\[\#7BB1FF\]{--tw-border-opacity:1;border-color:rgb(123 177 255/var(--tw-border-opacity,1))}.border-\[\#E8EAED\]{--tw-border-opacity:1;border-color:rgb(232 234 237/var(--tw-border-opacity,1))}.border-\[\#E9F3FF\]{--tw-border-opacity:1;border-color:rgb(233 243 255/var(--tw-border-opacity,1))}.border-\[\#e5e7eb\]{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-purple-500{--tw-border-opacity:1;border-color:rgb(139 92 246/var(--tw-border-opacity,1))}.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.border-violet-300{--tw-border-opacity:1;border-color:rgb(196 181 253/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-t-gray-200{--tw-border-opacity:1;border-top-color:rgb(229 231 235/var(--tw-border-opacity,1))}.\!bg-\[\#f6f7f8\]{--tw-bg-opacity:1!important;background-color:rgb(246 247 248/var(--tw-bg-opacity,1))!important}.bg-\[\#3A83F7\]{--tw-bg-opacity:1;background-color:rgb(58 131 247/var(--tw-bg-opacity,1))}.bg-\[\#8B5CF6\]{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}.bg-\[\#E8EAED\]{--tw-bg-opacity:1;background-color:rgb(232 234 237/var(--tw-bg-opacity,1))}.bg-\[\#E9F3FF\]{--tw-bg-opacity:1;background-color:rgb(233 243 255/var(--tw-bg-opacity,1))}.bg-\[\#F7F8F9\]{--tw-bg-opacity:1;background-color:rgb(247 248 249/var(--tw-bg-opacity,1))}.bg-\[\#FEF9C3\]{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-\[\#FFF7ED\]{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-\[\#c6e0ff\]{--tw-bg-opacity:1;background-color:rgb(198 224 255/var(--tw-bg-opacity,1))}.bg-black\/50{background-color:rgb(0 0 0/.5)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-900{--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(239 233 254/var(--tw-bg-opacity,1))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}.bg-purple-500\/10{background-color:rgb(139 92 246/.1)}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(113 58 237/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-900{--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-violet-100{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-bottom{background-position:bottom}.bg-top{background-position:top}.bg-no-repeat{background-repeat:no-repeat}.fill-\[\#2A2E34\]{fill:#2A2E34}.fill-\[\#3A83F7\]{fill:#3A83F7}.stroke-\[\#2A2E34\]{stroke:#2A2E34}.stroke-\[\#3A83F7\]{stroke:#3A83F7}.stroke-\[\#F97316\]{stroke:#F97316}.stroke-white{stroke:#fff}.stroke-1{stroke-width:1}.stroke-2{stroke-width:2}.object-contain{object-fit:contain}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pe-4{padding-inline-end:1rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-0{padding-right:0}.pr-4{padding-right:1rem}.ps-0{padding-inline-start:0}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-\[7px\]{padding-top:7px}.text-center{text-align:center}.font-sans{font-family:Inter var,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[18px\]{font-size:18px}.text-\[8px\]{font-size:8px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.not-italic{font-style:normal}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.text-\[\#0066ff\]{--tw-text-opacity:1;color:rgb(0 102 255/var(--tw-text-opacity,1))}.text-\[\#1A1C20\]{--tw-text-opacity:1;color:rgb(26 28 32/var(--tw-text-opacity,1))}.text-\[\#2A2E34\]{--tw-text-opacity:1;color:rgb(42 46 52/var(--tw-text-opacity,1))}.text-\[\#3A83F7\]{--tw-text-opacity:1;color:rgb(58 131 247/var(--tw-text-opacity,1))}.text-\[\#3C414A\]{--tw-text-opacity:1;color:rgb(60 65 74/var(--tw-text-opacity,1))}.text-\[\#4F5762\]{--tw-text-opacity:1;color:rgb(79 87 98/var(--tw-text-opacity,1))}.text-\[\#656F7D\]{--tw-text-opacity:1;color:rgb(101 111 125/var(--tw-text-opacity,1))}.text-\[\#87909E\]{--tw-text-opacity:1;color:rgb(135 144 158/var(--tw-text-opacity,1))}.text-\[\#8B5CF6\]{--tw-text-opacity:1;color:rgb(139 92 246/var(--tw-text-opacity,1))}.text-\[\#ADB3BD\]{--tw-text-opacity:1;color:rgb(173 179 189/var(--tw-text-opacity,1))}.text-\[\#fff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-alabaster-500{--tw-text-opacity:1;color:rgb(102 128 145/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-purple-500{--tw-text-opacity:1;color:rgb(139 92 246/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.opacity-10{opacity:.1}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline-\[\#2B6BD1\]{outline-color:#2B6BD1}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1))}.ring-opacity-5{--tw-ring-opacity:0.05}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-500{transition-duration:.5s}.\[grid-template-areas\:\'chat_chat\'\]{grid-template-areas:"chat chat"}.\[grid-template-areas\:\'right_right\'\]{grid-template-areas:"right right"}.\[grid-template-columns\:1fr\]{grid-template-columns:1fr}.\[grid-template-rows\:1fr\]{grid-template-rows:1fr}.\[text-shadow\:0px_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.30\)\]{text-shadow:0 4px 4px rgba(0,0,0,.3)}@media only screen and (min-width:1024px){*{-webkit-touch-callout:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}select{-webkit-appearance:none;-moz-appearance:none;background:transparent;background-image:url("data:image/svg+xml;utf8,<svg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 70 20' style='enable-background:new 0 0 30.021 30.021;' xml:space='preserve'><g><path style='fill: gray' d='M28.611,13.385l-11.011,9.352c-0.745,0.633-1.667,0.949-2.589,0.949c-0.921,0-1.842-0.316-2.589-0.949L1.411,13.385c-1.684-1.43-1.89-3.954-0.46-5.638c1.431-1.684,3.955-1.89,5.639-0.459l8.421,7.151l8.42-7.151c1.686-1.43,4.209-1.224,5.639,0.459C30.5,9.431,30.294,11.955,28.611,13.385z'/></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>");background-position-x:100%;background-position-y:5px;background-repeat:no-repeat}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.gray_text{color:#828282}.content_wrapper{min-height:100vh;width:100%}@media only screen and (min-width:1024px){.content_wrapper{margin-left:255px;width:calc(100% - 255px)}}input[type=radio]{-webkit-appearance:none;background-color:#fff;border:1px solid #706e83;border-radius:50%;cursor:pointer;display:inline-block;height:16px;position:relative;width:16px}input[type=radio]:checked{border:1px solid #4085f1}input[type=radio]:checked:after{background-color:#4085f1;border-radius:50%;content:"";display:block;height:8px;left:3px;position:relative;top:3px;width:8px}.ignore_padding{margin-left:-16px;margin-right:-16px;margin-top:-32px}@media only screen and (min-width:1024px){.ignore_padding{margin-left:-32px;margin-right:-32px}}.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track .react-toggle-track-x{background-color:#000}.react-toggle .react-toggle-track .react-toggle-track-x{background-color:#4d4d4d}.toggle .react-toggle--checked .react-toggle-track{background-color:#4f46e5!important}.toggle .react-toggle-track-check{visibility:hidden}.toggle .react-toggle-track{background-color:#e5e7eb!important}.toggle .react-toggle .react-toggle-track .react-toggle-track-x{visibility:hidden}.toggle .react-toggle-thumb{border:none}h1{color:#0c1b3a;font-size:24px;font-weight:700;line-height:32px}@media only screen and (min-width:1024px){h1{font-size:36px;font-weight:800;line-height:40px}}h2{color:#111827;font-size:24px;font-weight:700;line-height:32px}@media only screen and (min-width:1024px){h2{font-size:20px;font-weight:800;line-height:28px}}h3{color:#111827;font-size:16px;font-weight:600;line-height:24px}@media only screen and (min-width:1024px){h3{font-size:18px;font-weight:500;line-height:24px}}p{font-size:14px;font-weight:500;line-height:20px}@media only screen and (min-width:1024px){p{font-weight:400}}h1,h2,h3,h4,h5,h6,p{font-family:Inter,sans-serif;font-style:normal}.StatusTag-module_tag__I7sqJ{border-radius:10px;padding:2px 10px}.StatusTag-module_default_tag__DHhD1{background:#3a83f7;color:#fff;width:max-content}.AppActionsDropdown-module_actions_wrapper__cv-li{background:#fff;border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);max-width:109px;padding:6px 16px}.AppActionsDropdown-module_open_actions_wrapper__7oRoq{background:#fff;border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);min-width:150px;width:fit-content}.AppActionsDropdown-module_arrow__-IiMb{max-width:20px}.AppActionsDropdown-module_rotated_arrow__fKg5r{transform:rotate(180deg)}.AppActionsDropdown-module_dropdown_item__LNwcT{padding:8px 16px}.AppActionsDropdown-module_dropdown_item__LNwcT:hover{background-color:#fbf2e6;border-radius:6px}.CompanyAvatar-module_company_wrapper__u5NZ8{border-radius:50%;height:57px;min-height:57px;min-width:57px;overflow:hidden;width:57px}.CompanyAvatar-module_recruiter_wrapper__ncuPR{border-radius:50%;height:57px;min-height:29px;min-width:29px;overflow:hidden;width:57px}@media only screen and (min-width:768px){.CompanyAvatar-module_recruiter_wrapper__ncuPR{height:29px;width:29px}}.CompanyAvatar-module_image__OmcW1:before{align-items:center;background:#3a83f7;content:attr(data-content);display:flex;font-size:1.5rem;font-weight:600;height:100%;justify-content:center;left:0;line-height:2rem;position:absolute;top:0;width:100%}@media only screen and (min-width:768px){.CompanyAvatar-module_image__OmcW1:before{font-size:1.125rem;line-height:1.75rem}}.CompanyAvatar-module_history_size__0SjFx{font-size:1rem}.CompanyAvatar-module_active_size__SCtIT{font-size:1.5rem}.Button-module_normal_button__z--3T .Button-module_button_text__KOAVW{color:#fff}.Button-module_blue_button__p76B8{background:#f0f9ff}.Button-module_blue_button__p76B8:hover{background:#e9f5f8}.Button-module_blue_button__p76B8:active{background:#daedf4}.Button-module_blue_button__p76B8 .Button-module_button_text__KOAVW{color:#3482f6}.Button-module_ghost_button__5eqVq,.Button-module_white_button__-CL6i{border:1px solid #d1d5db}.Button-module_ghost_button__5eqVq .Button-module_button_text__KOAVW{color:#1f2937}.Button-module_gray_button__h-zs1{background-color:#6b7280;border:1px solid #d1d5db}.Button-module_gray_button__h-zs1 .Button-module_button_text__KOAVW,.Button-module_reject_button__cJOq7 .Button-module_button_text__KOAVW{color:#fff}.Button-module_green_button__O5-B3{background:#fff;border:1px solid #059669;border-radius:6px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.Button-module_green_button__O5-B3 .Button-module_button_text__KOAVW{color:#059669}.Button-module_red_button__qVKfb{background:#fff;border:1px solid #dc2626;border-radius:6px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.Button-module_red_button__qVKfb .Button-module_button_text__KOAVW{color:#dc2626}.Button-module_gray_accepted_button__cLsdy{background-color:#ff8a8a}.Button-module_disabled_button__99o3y{background-color:#d1d5db}.Button-module_icon__e6k7c{max-width:22px}.Button-module_button_text__KOAVW{width:max-content}:is(.Button-module_normal_button__z--3T,.Button-module_blue_button__p76B8,.Button-module_white_button__-CL6i,.Button-module_ghost_button__5eqVq,.Button-module_gray_button__h-zs1,.Button-module_reject_button__cJOq7,.Button-module_green_button__O5-B3,.Button-module_red_button__qVKfb){box-shadow:0 1px 2px rgba(0,0,0,.05);height:40px;padding:9px 17px}.Slots-module_yes__6-kLY{background:#d1fae5;color:#065f46}.Slots-module_no__-mCf-{background:#fee2e2;color:#991b1b}.Slots-module_no__-mCf-,.Slots-module_yes__6-kLY{border-radius:10px;font-size:12px;font-weight:500;line-height:16px;max-width:fit-content;padding:2px 10px;width:100%}.Slots-module_assign_button__CWRRN{background:#fff;border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#374151;padding:6px 8px}.Slots-module_tag__-BVLQ{width:fit-content}.Slots-module_activate_deactivate_button__niZCm{background:#fff;border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#374151;max-width:100px;padding:6px 8px}.Specialization-module_tag__bAfUn{border-radius:10px;margin-right:2px;padding:2px 10px}.Separator-module_separator__O65J4{background:#e5e7eb;height:1px}.Separator-module_vertical_separator__g6POr{background:#e5e7eb;height:88px;width:1px}.Combobox-module_input_wrapper__YXUUk{border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:9px 13px;width:100%}.Combobox-module_input_wrapper__YXUUk input{width:calc(100% - 32px)}.Combobox-module_input_wrapper__YXUUk:focus{border-color:#9ca3af;box-shadow:1px 2px 2px rgba(0,0,0,.05);transform:scale(1.01);transition:all .04s}@media only screen and (min-width:1024px){.Combobox-module_input_wrapper__YXUUk svg:hover path{stroke:#fe2116}}.Combobox-module_dropdown_placement__bgBKe{box-shadow:0 0 0 1px rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);max-height:180px;top:70px}.Input-module_container__OLQCo{padding-top:12px}@media only screen and (min-width:768px){.Input-module_container__OLQCo{border-bottom:1px solid #e5e7eb;padding-top:unset}}.Input-module_input_wrapper__A4Kem{border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:9px 13px;width:100%}.Input-module_input_wrapper__A4Kem:focus{border-color:#9ca3af;box-shadow:1px 2px 2px rgba(0,0,0,.05);transform:scale(1.01);transition:all .04s}.Input-module_input_wrapper__A4Kem:focus[aria-invalid=true]{border-color:#fe2116}@media only screen and (min-width:1024px){.Input-module_input_wrapper__A4Kem{max-width:320px}.Input-module_input_wrapper__A4Kem svg:hover path{stroke:#fe2116}}.Input-module_label__hbsRU{max-width:352px}.Input-module_error__doieC{bottom:-20px;color:#ff7f7f;right:0}@media only screen and (min-width:768px){.Input-module_error__doieC{right:unset}}.Input-module_input_icon__2sQaX{max-width:20px}.Input-module_add_more__43ON7{border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:9px 13px;width:100%}@media only screen and (min-width:1024px){.Input-module_add_more__43ON7{max-width:320px}}.Input-module_add_more__43ON7:hover,.Input-module_input_focus__yfi6r{border-color:#9ca3af;box-shadow:1px 2px 2px rgba(0,0,0,.05)}.Input-module_input_focus__yfi6r{transform:scale(1.01);transition:all .04s}.Input-module_full_input_wrapper__3hR-c{border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:9px 13px;width:100%}.Input-module_full_input_wrapper__3hR-c:focus{border-color:#9ca3af;box-shadow:1px 2px 2px rgba(0,0,0,.05);transform:scale(1.01);transition:all .04s}@media only screen and (min-width:1024px){.Input-module_full_input_wrapper__3hR-c svg:hover path{stroke:#fe2116}}.Input-module_email_input_wrapper__ZgUd2{border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:7px 13px;width:100%}.Input-module_email_input_wrapper__ZgUd2:focus{border-color:#9ca3af;box-shadow:1px 2px 2px rgba(0,0,0,.05);transform:scale(1.01);transition:all .04s}@media only screen and (min-width:1024px){.Input-module_email_input_wrapper__ZgUd2{max-width:320px}.Input-module_email_input_wrapper__ZgUd2 svg:hover path{stroke:#fe2116}}.Input-module_full_email_input_wrapper__NdKCQ{padding:7px 13px}@media only screen and (min-width:1024px){.Input-module_full_email_input_wrapper__NdKCQ{max-width:unset}}input[type=file],input[type=file]::-webkit-file-upload-button{cursor:pointer}.NotableHires-module_container__zRNaV{padding-top:12px}@media only screen and (min-width:1024px){.NotableHires-module_container__zRNaV{padding-top:unset}}.NotableHires-module_input_icon__RQU31{max-width:20px}.NotableHires-module_input_icon__RQU31:hover path{stroke:#fe2116}.NotableHires-module_add_more__CCsE8{border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);max-width:100px;padding:9px 13px;width:100%}.NotableHires-module_add_more__CCsE8:hover{border-color:#9ca3af;box-shadow:1px 2px 2px rgba(0,0,0,.05)}.NotableHires-module_inputs_container__vzZmf{width:100%}@media only screen and (min-width:768px){.NotableHires-module_inputs_container__vzZmf{width:32.5%}}.UrlInput-module_container__mpmbu{padding-top:12px}@media only screen and (min-width:768px){.UrlInput-module_container__mpmbu{border-bottom:1px solid #e5e7eb;padding-top:unset}}.UrlInput-module_http_container__nYpFZ{background:#f9fafb;border-bottom-left-radius:5px;border-right:1px solid #d1d5db;border-top-left-radius:5px;padding:7px 13px}@media only screen and (min-width:1024px){.UrlInput-module_http_container__nYpFZ{max-width:80px;width:100%}}.UrlInput-module_input_wrapper__qbKtn{border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);width:100%}@media only screen and (min-width:1024px){.UrlInput-module_input_wrapper__qbKtn{max-width:320px}}.UrlInput-module_input_wrapper__qbKtn input{outline:none;width:100%}.UrlInput-module_full_input_wrapper__S9pJ4{border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);width:100%}.UrlInput-module_full_input_wrapper__S9pJ4 input{outline:none;width:100%}.UrlInput-module_input_focus__dQC-P{border-color:#9ca3af;box-shadow:1px 2px 2px rgba(0,0,0,.05);transform:scale(1.01);transition:all .04s}.UrlInput-module_label__EruJv{max-width:352px}.UrlInput-module_error__RKDGh{bottom:-20px;color:#ff7f7f;right:0}@media only screen and (min-width:768px){.UrlInput-module_error__RKDGh{right:unset}}.PastClients-module_container__RUrfq{padding-top:12px}@media only screen and (min-width:1024px){.PastClients-module_container__RUrfq{padding-top:unset}}.PastClients-module_input_icon__OoxX7{max-width:20px}.PastClients-module_input_icon__OoxX7:hover path{stroke:#fe2116}.PastClients-module_add_more__ll6se{border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);max-width:100px;padding:9px 13px;width:100%}.PastClients-module_add_more__ll6se:hover{border-color:#9ca3af;box-shadow:1px 2px 2px rgba(0,0,0,.05)}.PastClients-module_inputs_container__2e4EG{width:100%}@media only screen and (min-width:768px){.PastClients-module_inputs_container__2e4EG{width:48.5%}}.Testimonials-module_container__voCu1{padding-top:12px}@media only screen and (min-width:1024px){.Testimonials-module_container__voCu1{padding-top:unset}}.Testimonials-module_input_icon__3LIXH{max-width:20px}.Testimonials-module_input_icon__3LIXH:hover path{stroke:#fe2116}.Testimonials-module_add_more__xFLv9{border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);max-width:100px;padding:9px 13px;width:100%}.Testimonials-module_add_more__xFLv9:hover{border-color:#9ca3af;box-shadow:1px 2px 2px rgba(0,0,0,.05)}.Testimonials-module_inputs_container__wjog8{width:100%}@media only screen and (min-width:768px){.Testimonials-module_inputs_container__wjog8{width:48.5%}}.Textarea-module_container__d3O9s{padding-top:12px}@media only screen and (min-width:768px){.Textarea-module_container__d3O9s{border-bottom:1px solid #e5e7eb;padding-top:unset}}.Textarea-module_error__-92oy{bottom:-20px;color:#ff7f7f;right:0}@media only screen and (min-width:768px){.Textarea-module_error__-92oy{right:unset}}.Textarea-module_textarea_icon__Sligz{max-width:20px}.Textarea-module_textarea_focus__X-2ug{border-color:#9ca3af;box-shadow:1px 2px 2px rgba(0,0,0,.05);transform:scale(1.01);transition:all .04s}.Textarea-module_full_textarea_wrapper__wcNel{border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);min-height:133px;padding:9px 13px;width:100%}.Textarea-module_full_textarea_wrapper__wcNel:focus{border-color:#9ca3af;box-shadow:1px 2px 2px rgba(0,0,0,.05);transform:scale(1.01);transition:all .04s}@media only screen and (min-width:1024px){.Textarea-module_full_textarea_wrapper__wcNel svg:hover path{stroke:#fe2116}}.Pagination-module_page_square__odPik{background:transparent;border-top:unset;color:#6b7280;outline:none;padding-top:16px;width:41px}.Pagination-module_page_square__odPik:hover{color:#6fa5fc}.Pagination-module_active__E0Lhe{border-top:2px solid #3a83f7;color:#3a83f7;padding-top:10px;transform:scale(1.4)}.Pagination-module_active__E0Lhe:hover{color:#3a83f7}.Pagination-module_arrow__P0QE1{height:10px;width:16px}.Pagination-module_right_arrow__SBszJ{transform:rotate(180deg)}.Pagination-module_pagination_wrapper__GVZWk{height:50px}.InteractiveTable-module_table_cell__Gk559{color:#111827}.InteractiveTable-module_header_cell__baioE{color:#6b7280;font-size:12px}.InteractiveTable-module_header_row__7dyyv{background:#f9fafb;width:100%}.InteractiveTable-module_table_row__o1ZWr{background:#fff}.InteractiveTable-module_table_row__o1ZWr:hover{background:#eff6ff}.InteractiveTable-module_table_row__o1ZWr.InteractiveTable-module_dark_row__0P3xM{background:#fff}.InteractiveTable-module_table_row__o1ZWr.InteractiveTable-module_dark_row__0P3xM:hover{background:#eff6ff}.InteractiveTable-module_table_body__q-sHQ{position:relative;width:100%}.InteractiveTable-module_header_cell__baioE,.InteractiveTable-module_table_cell__Gk559{align-items:center;border-bottom:1px solid hsla(0,0%,40%,.08);display:flex;overflow:hidden;padding:16px 8px}.InteractiveTable-module_header_cell__baioE:first-child,.InteractiveTable-module_table_cell__Gk559:first-child{padding-left:16px}.InteractiveTable-module_interactive_table__fkZsN{border-style:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);min-width:fit-content}.InteractiveTable-module_table_wrapper__851X2{border:none;overflow-x:auto;padding:1px;width:100%}.SidebarItem-module_active_item__3gfrU{background:#3a83f7;border-radius:8px}.SidebarItem-module_active_item__3gfrU>.SidebarItem-module_item_title__DklIJ{color:#fbf2e6}.SidebarItem-module_active_item__3gfrU>div>svg{stroke:#fbf2e6}.SidebarItem-module_item_title__DklIJ{color:#d1d5db}.SidebarItem-module_sidebar_icon__aUHi4{max-width:24px}.SidebarItem-module_beta__4WVC0{height:20px;margin-left:10px;width:39px}.SidebarItem-module_collapsed__9TXTi{display:none}.SidebarLink-module_active_item__Dm5DE{background:#3a83f7;border-radius:8px}.SidebarLink-module_active_item__Dm5DE>.SidebarLink-module_item_title__DJCzP{color:#fbf2e6}.SidebarLink-module_active_item__Dm5DE>div>svg{stroke:#fbf2e6}.SidebarLink-module_item_title__DJCzP{color:#d1d5db}.SidebarLink-module_sidebar_icon__KB6UK{max-width:24px}.SidebarLink-module_collapsed__lugUa{display:none}.MobileSidebar-module_sidebar_wrapper__0OpZ2{background:#fff;height:calc(var(--vh, 1vh)*100);padding:20px 8px;width:100%}.MobileSidebar-module_logo__5LE1w{height:37px;max-width:158px}.MobileSidebar-module_active_item__4PdNm{background:#3a83f7}.MobileSidebar-module_item_title__4qBPb{color:#fbf2e6}.MobileSidebar-module_sidebar_icon__o8f1M{max-width:24px}.MobileSidebar-module_hamburger_icon__mJ4Ra{height:25px;max-width:25px}.MobileSidebar-module_hamburger_container__0RBJE{background:#fff;justify-content:space-between}.MobileSidebar-module_close_wrapper__KjMB-{background:#fff}.MobileSidebar-module_close_icon__-55lQ{max-width:40px}.MobileSidebar-module_profile_section__Kh6Wr{border-top:1px solid #fff;padding-top:20px}.Modal-module_modal_container__813uy{background:rgba(0,0,0,.4);width:100vw;z-index:20}@media only screen and (min-width:1024px){.Modal-module_modal_container__813uy{width:calc(100vw - 254px)}}.Modal-module_modal__AetKL{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);max-height:100vh;max-height:calc(var(--vh, 1px)*100);max-height:100%;max-width:384px;width:100%}@media only screen and (min-width:768px){.Modal-module_modal__AetKL{margin:0 2px 8px}}.Modal-module_button__C3KR7{max-width:448px}.Modal-module_img_wrapper__oNv0H{background:#fbf2e6;border-radius:24px}.NotableHireCard-module_card_wrapper__xJwF5{box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);display:flex;flex-direction:row;height:90px;justify-content:space-between;margin:0 auto;width:85%}@media only screen and (min-width:768px){.NotableHireCard-module_card_wrapper__xJwF5{margin:unset;width:100%}}.SetupProfileCard-module_setup_card__P22QF{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:24px 28px 30px 24px}.Breadcrumbs-module_breadcrumbs_header_wrapper__NeA6j{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);min-height:81px;padding:16px 13px 15px 12px}@media only screen and (min-width:768px){.Breadcrumbs-module_breadcrumbs_header_wrapper__NeA6j{min-height:120px}}.Breadcrumbs-module_minibreadcrumbs_header_wrapper__xtEh6{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.CompanyInfo-module_label__VdUQT{max-width:305px}.CompanyInfo-module_preview_role_container__eg-GK>div:nth-child(odd),.CompanyInfo-module_preview_role_container_admin__SPE-O>div:nth-child(2n){background-color:#f9fafb}.CompanyInfo-module_preview_role_container__eg-GK,.CompanyInfo-module_preview_role_container_admin__SPE-O{background-color:#fff;box-shadow:0 0 3px rgba(0,0,0,.1),0 0 2px rgba(0,0,0,.06)}.CompanyInfo-module_fit_content__8VtY6{width:fit-content}.CompanyInfo-module_container_spacing__KjC4y{padding:20px 16px}@media only screen and (min-width:1024px){.CompanyInfo-module_container_spacing__KjC4y{padding:20px 24px}}.CompanyInfo-module_bottom_radius__bxH5e{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.CompanyInfo-module_input_wrapper__yImat{border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:9px 13px;width:100%}.CompanyInfo-module_input_wrapper__yImat:focus{border-color:#9ca3af;box-shadow:1px 2px 2px rgba(0,0,0,.05);transform:scale(1.01);transition:all .04s}@media only screen and (min-width:1024px){.CompanyInfo-module_input_wrapper__yImat{max-width:320px}.CompanyInfo-module_input_wrapper__yImat svg:hover path{stroke:#fe2116}}.CompanyInfo-module_error__MWjZN{bottom:-20px;color:#ff7f7f;right:0}@media only screen and (min-width:768px){.CompanyInfo-module_error__MWjZN{right:unset}}.CompanyInfo-module_dropdown_wrapper__l-dvx{border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:9px 13px;width:100%}@media only screen and (min-width:1024px){.CompanyInfo-module_dropdown_wrapper__l-dvx{max-width:469px}}.CompanyInfo-module_dropdown_wrapper__l-dvx:hover{border-color:#9ca3af;box-shadow:1px 2px 2px rgba(0,0,0,.05);transform:scale(1.01);transition:all .04s}.job-detail ol,.job-detail p,.job-detail ul{font-size:1rem;line-height:1.5rem;margin-bottom:1rem}.job-detail p{margin-bottom:.5rem}.job-detail ul{list-style-type:disc;margin-left:1.5rem}.job-detail ol{list-style-type:decimal;margin-bottom:1rem;margin-left:1.5rem}.job-detail ol ol,.job-detail ol ul,.job-detail ul ol,.job-detail ul ul{list-style-type:circle;margin-left:1.5rem}.focus-within\:outline-purple-500:focus-within{outline-color:#8b5cf6}.hover\:border-b-4:hover{border-bottom-width:4px}.hover\:border-\[\#7BB1FF\]:hover{--tw-border-opacity:1;border-color:rgb(123 177 255/var(--tw-border-opacity,1))}.hover\:border-\[\#C3DEFF\]:hover{--tw-border-opacity:1;border-color:rgb(195 222 255/var(--tw-border-opacity,1))}.hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.hover\:border-purple-500:hover{--tw-border-opacity:1;border-color:rgb(139 92 246/var(--tw-border-opacity,1))}.hover\:bg-\[\#C3DEFF\]:hover{--tw-bg-opacity:1;background-color:rgb(195 222 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}.hover\:bg-purple-500\/20:hover{background-color:rgb(139 92 246/.2)}.hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgb(113 58 237/var(--tw-bg-opacity,1))}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.focus\:bg-\[\#F7F8F9\]:focus{--tw-bg-opacity:1;background-color:rgb(247 248 249/var(--tw-bg-opacity,1))}.focus\:shadow-\[0px_0px_0px_4px_rgba\(58\2c 131\2c 247\2c 0\.20\)\]:focus{--tw-shadow:0px 0px 0px 4px rgba(58,131,247,0.20);--tw-shadow-colored:0px 0px 0px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.active\:bg-blue-900:active{--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity,1))}.active\:bg-gray-200:active{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.active\:bg-red-900:active{--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity,1))}.active\:bg-yellow-600:active{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.disabled\:bg-\[\#9EC8FF\]:disabled{--tw-bg-opacity:1;background-color:rgb(158 200 255/var(--tw-bg-opacity,1))}.disabled\:text-\[\#E9F3FF\]:disabled{--tw-text-opacity:1;color:rgb(233 243 255/var(--tw-text-opacity,1))}.group:hover .group-hover\:bg-\[\#F7F8F9\]{--tw-bg-opacity:1;background-color:rgb(247 248 249/var(--tw-bg-opacity,1))}@media not all and (min-width:1024px){.max-lg\:hidden{display:none}.max-lg\:justify-center{justify-content:center}.max-lg\:px-2{padding-left:.5rem;padding-right:.5rem}}@media not all and (min-width:768px){.max-md\:flex{display:flex}.max-md\:hidden{display:none}.max-md\:justify-center{justify-content:center}.max-md\:overflow-x-auto{overflow-x:auto}.max-md\:text-center{text-align:center}}@media not all and (min-width:640px){.max-sm\:h-\[48px\]{height:48px}}@media (min-width:320px){.xs\:hidden{display:none}}@media (min-width:640px){.sm\:hidden{display:none}.sm\:h-\[86px\]{height:86px}}@media (min-width:768px){.md\:m-20{margin:5rem}.md\:\!mb-0{margin-bottom:0!important}.md\:\!mt-0{margin-top:0!important}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-24{margin-bottom:6rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-8{margin-bottom:2rem}.md\:ml-5{margin-left:1.25rem}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-\[404px\]{width:404px}.md\:w-\[45\%\]{width:45%}.md\:w-\[552px\]{width:552px}.md\:w-\[900px\]{width:900px}.md\:min-w-\[450px\]{min-width:450px}.md\:max-w-5xl{max-width:64rem}.md\:max-w-\[35\%\]{max-width:35%}.md\:shrink-0{flex-shrink:0}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-wrap{flex-wrap:wrap}.md\:items-center{align-items:center}.md\:justify-center{justify-content:center}.md\:border-b-0{border-bottom-width:0}.md\:p-10{padding:2.5rem}.md\:p-12{padding:3rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-base{font-size:1rem}.md\:leading-6,.md\:text-base{line-height:1.5rem}.md\:leading-8{line-height:2rem}.md\:leading-9{line-height:2.25rem}.md\:\[grid-template-areas\:\'chatList_chat\'\]{grid-template-areas:"chatList chat"}}@media (min-width:1024px){.lg\:mt-20{margin-top:5rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-\[56px\]{height:56px}.lg\:h-\[95dvh\]{height:95dvh}.lg\:h-auto{height:auto}.lg\:min-h-0{min-height:0}.lg\:max-w-\[512px\]{max-width:512px}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:pe-\[15rem\]{padding-inline-end:15rem}.lg\:ps-\[15rem\]{padding-inline-start:15rem}.lg\:\[grid-template-areas\:\'left_right\'\]{grid-template-areas:"left right"}.lg\:\[grid-template-columns\:minmax\(600px\2c 1fr\)_2fr\]{grid-template-columns:minmax(600px,1fr) 2fr}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.border{border-width:1px}.italic{font-style:italic}.underline{text-decoration-line:underline}.outline{outline-style:solid}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgb(0 0 0/0.1)) drop-shadow(0 1px 1px rgb(0 0 0/0.06))}.drop-shadow,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.rdp-root{--rdp-accent-color:#8b5cf6;--rdp-accent-background-color:#f0f0ff;--rdp-font-family:Inter,sans-serif;--rdp-day-font:Inter,sans-seri;--rdp-day-height:2.50rem;--rdp-day-width:2.50rem;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:var(--rdp-day-width);--rdp-day_button-width:var(--rdp-day-height);--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-selected-font:bold large var(--rdp-font-family);--rdp-disabled-opacity:0.5;--rdp-outside-opacity:0.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:0.5rem;--rdp-month_caption-font:bold larger var(--rdp-font-family);--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:0.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-font:normal medium var(--rdp-font-family);--rdp-range_middle-foreground-color:white;--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction),transparent 50%,var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color) 50%,transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-font:400 small var(--rdp-font-family);--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:0.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-font:500 smaller var(--rdp-font-family);--rdp-weekday-opacity:0.70;--rdp-weekday-padding:0.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root{position:relative;color:#1a1c20}.rdp-root,.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);font:var(--rdp-day-font);text-align:center;font-size:14px}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_previous:disabled{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:#adb3bd}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font:var(--rdp-month_caption-font);font-weight:500}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-moz-fit-content;max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font:var(--rdp-weekday-font);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font:var(--rdp-week_number-font);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font:var(--rdp-selected-font)}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border);font-weight:500;background-color:var(--rdp-accent-color);color:white;font-size:14px}.rdp-selected.rdp-range_middle .rdp-day_button{border:var(--rdp-accent-background-color);font-weight:500;background-color:var(--rdp-accent-background-color);color:#1a1c20}.rdp-day_button:focus-visible{outline:2px solid var(--rdp-accent-color)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity);cursor:not-allowed}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color);font:var(--rdp-range_middle-font)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}