@tailwind base;@tailwind components;@tailwind utilities;body,*{caret-color:transparent}input,textarea{caret-color:auto}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:100%;z-index:1;opacity:.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:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.banner{background:url(/assets/banner-B21t3AOh.png) no-repeat center center;background-size:cover;border-radius:16px 0 0 16px;padding:1rem;color:#fff;display:flex;flex-direction:column;gap:1.5rem;position:relative}.search-field{background-color:#fff!important;border-radius:24px!important;width:100%;max-width:600px;height:50px;padding:10px;display:flex;align-items:center}.main-content-container{width:100%;padding:1rem 0px 2rem 1rem!important;background-color:#fff!important;border-radius:16px 0 0!important;box-shadow:0 4px 10px #0000001a!important;border:2px solid #CDCCF0!important;position:relative}.main-contentBox{display:flex!important;flex-direction:column!important;gap:1rem!important;min-height:calc(100vh - 64px)!important}.Listing-container{width:100%!important;max-width:100%!important;padding:0!important;margin:0 auto!important;padding:2rem 4rem 2rem 0rem!important;overflow:scroll}._profileSection_pcxfp_1{display:flex;flex-direction:column;width:100%}._profileImage_pcxfp_13{aspect-ratio:1;object-position:center;width:100px;max-width:100%;margin-top:67px;border-radius:50%}@media (width<=991px){._profileImage_pcxfp_13{margin-top:40px}}._email_pcxfp_47{color:#2e2e2e;margin-top:8px;font-weight:400}._emailField_pcxfp_59{white-space:nowrap;background-color:#eaeaea;border-radius:8px;width:403px;max-width:100%;margin-top:10px;padding:8px 24px;border:none}@media (width<=991px){._emailField_pcxfp_59{white-space:initial;padding-left:20px;padding-right:20px}}._password_pcxfp_97{color:#2e2e2e;margin-top:8px;font-weight:400}._passwordField_pcxfp_109{white-space:nowrap;background-color:#eaeaea;border-radius:8px;width:403px;max-width:100%;margin-top:10px;margin-bottom:-42px;padding:8px 24px 12px;font-weight:700}@media (width<=991px){._passwordField_pcxfp_109{white-space:initial;margin-bottom:10px;padding-left:20px;padding-right:20px}}._nameLabels_pcxfp_155{color:#2e2e2e;justify-content:space-between;align-items:stretch;gap:20px;width:288px;max-width:100%;margin-top:8px;font-weight:400;display:flex}._nameInputs_pcxfp_179{white-space:nowrap;align-items:stretch;gap:7px;width:403px;max-width:100%;margin-top:8px;display:flex}@media (width<=991px){._nameInputs_pcxfp_179{white-space:initial}}._firstName_pcxfp_211{background-color:#eaeaea;border-radius:8px;padding:8px 24px;width:198px;border:none}@media (width<=991px){._firstName_pcxfp_211{white-space:initial;padding-left:20px;padding-right:20px;width:100px}}._lastName_pcxfp_249{background-color:#eaeaea;border-radius:8px;padding:8px 24px;width:198px;border:none}@media (width<=991px){._lastName_pcxfp_249{white-space:initial;padding-left:20px;padding-right:20px;width:100px}}._profileContainer_pcxfp_287{display:flex;align-items:center;position:relative;width:100%}._imageWrapper_pcxfp_303{position:relative;display:inline-block}._cameraIcon_pcxfp_313{position:absolute;bottom:5px;right:5px;background-color:#fff;border-radius:50%;padding:5px}._uploadIcon_pcxfp_331{position:absolute!important;bottom:6px;right:2px;background:#fff;border-radius:50%!important;padding:4px!important;width:32px;height:32px;display:flex!important;align-items:center!important;justify-content:center!important}._editIconWrapper_pcxfp_365{position:absolute;top:15vh;left:19vw;background-color:#fff;border-radius:50%;padding:5px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0000001a}._editIcon_pcxfp_365{height:20px;width:20px}._buttonWrapper_pcxfp_401{padding:10px 0;display:flex;gap:10px}._savebtn_pcxfp_413{background-color:#f3b41b!important;padding:5px 30px!important}._container_yc4hk_1{background-color:#fff;border:1px solid #cdccf0;border-radius:16px 0 0;display:flex;flex-direction:column;flex-grow:1;align-items:center;width:100%;padding:30px 16px;box-shadow:14px 28px 45px #7090b033}._wrapper_yc4hk_27{width:1113px;max-width:100%}._content_yc4hk_37{width:1068px;max-width:100%}@media (width <=991px){._container_yc4hk_1{max-width:100%;margin-top:25px;padding:71px 20px 100px}}._profileHeader_yc4hk_63{display:flex;gap:20px}._column_yc4hk_73{display:flex;flex-direction:column;align-items:stretch;width:28%;margin-left:0;line-height:normal}._profileImage_yc4hk_91{aspect-ratio:1.78;object-fit:contain;object-position:center;width:100%}._infoColumn_yc4hk_105{display:flex;flex-direction:column;align-items:stretch;width:72%;margin-left:20px;line-height:normal}._profileInfo_yc4hk_123{display:flex;flex-direction:column;flex-grow:1;align-items:flex-start;font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif;font-weight:600}._name_yc4hk_141{color:#2e2e2e;font-size:32px;line-height:1;margin:0}._title_yc4hk_155{color:#6e6d6a;font-size:20px;line-height:1;font-weight:600;padding:10px 0}._experience_yc4hk_171{color:#2e2e2e;font-size:16px;line-height:1;margin-bottom:0}._experienceYears_yc4hk_185{font-weight:400;color:#6e6d6a}._bio_yc4hk_195{color:#949494;align-self:stretch;margin-top:8px;font-size:14px;font-weight:400;line-height:18px}@media (width <=991px){._profileHeader_yc4hk_63{flex-direction:column;align-items:stretch;gap:0}._column_yc4hk_73{width:100%}._profileImage_yc4hk_91{margin-top:40px}._infoColumn_yc4hk_105{width:100%;margin-left:0}._profileInfo_yc4hk_123{max-width:100%;margin-top:40px}._title_yc4hk_155,._bio_yc4hk_195{max-width:100%}}._conversationContainer_yc4hk_281{background-color:#fbfcff;border:1px solid #d9d9d9;display:flex;flex-wrap:wrap;align-items:flex-start;gap:40px 100px;width:100%;margin-top:24px;padding:39px 80px 39px 39px;font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif}._conversationContent_yc4hk_307{flex:1}._icon_yc4hk_345{color:#6d50e2}._conversationIcon_yc4hk_353{aspect-ratio:1;object-fit:contain;object-position:center;flex-shrink:0;width:48px}@media (width <=991px){._conversationContainer_yc4hk_281{padding-left:20px;padding-right:20px}._conversationContent_yc4hk_307,._sectionTitle_yc4hk_315,._sectionDescription_yc4hk_331{max-width:100%}}._contactContainer_yc4hk_401{color:#6e6d6a;background-color:#fbfcff;border:1px solid #d9d9d9;display:flex;flex-direction:column;align-items:stretch;width:100%;margin-top:24px;padding:31px 38px;font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:500;line-height:1}._sectionTitle_yc4hk_315{color:#2e2e2e;align-self:flex-start;font-size:24px;font-weight:600;margin:0 0 37px}._contactRow_yc4hk_449{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:20px;width:100%;margin-top:25px!important}._contactRow_yc4hk_449:first-of-type{margin-top:0}._contactItem_yc4hk_477{display:flex;justify-content:flex-start;align-items:center;gap:12px;white-space:nowrap}._contactIcon_yc4hk_493{aspect-ratio:1;object-fit:contain;object-position:center;flex-shrink:0;align-self:stretch;width:20px;margin-top:auto;margin-bottom:auto}._contactText_yc4hk_515{align-self:stretch;width:299px;margin-top:auto;margin-bottom:auto}._websiteItem_yc4hk_529{display:flex;justify-content:flex-start;align-items:flex-start;gap:8px}._frame_yc4hk_543{display:flex;gap:10px;min-height:20px;padding-top:1px;padding-bottom:1px}._websiteLink_yc4hk_559{width:444px;text-decoration:underline;color:#6e6d6a}._socialItem_yc4hk_571{display:flex;justify-content:flex-start;align-items:center;gap:8px;text-decoration:underline}._socialText_yc4hk_587{align-self:stretch;width:444px;margin-top:auto;margin-bottom:auto}@media (width <=991px){._contactContainer_yc4hk_401{max-width:100%;padding-left:20px;padding-right:20px}._contactRow_yc4hk_449{max-width:100%}._contactItem_yc4hk_477{white-space:initial}._websiteItem_yc4hk_529,._websiteLink_yc4hk_559,._socialText_yc4hk_587{max-width:100%}}._loanContainer_yc4hk_651{background-color:#fbfcff;border:1px solid #d9d9d9;display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-top:24px;padding:39px 80px 39px 38px;font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif}._loanContent_yc4hk_675{width:100%}._sectionTitle_yc4hk_315{color:#2e2e2e;font-size:24px;font-weight:600;line-height:1;margin:0 0 8px}._sectionDescription_yc4hk_331{color:#6e6d6a;font-size:16px;font-weight:400;margin:0}._getStartedButton_yc4hk_713{color:#fff;text-align:center;text-transform:uppercase;background-color:#5e5acf;border-radius:8px;border:none;align-self:stretch;gap:10px;min-height:54px;margin-top:20px;padding:17px 32px;font-size:24px;font-weight:600;line-height:1;font-family:inherit;cursor:pointer}@media (width <=991px){._loanContainer_yc4hk_651{max-width:100%;padding-left:20px;padding-right:20px}._loanContent_yc4hk_675,._sectionTitle_yc4hk_315,._sectionDescription_yc4hk_331{max-width:100%}._getStartedButton_yc4hk_713{padding-left:20px;padding-right:20px}}@media (max-width: 1200px){._container_yc4hk_1{padding:40px 20px 60px}._wrapper_yc4hk_27,._content_yc4hk_37{width:100%}._profileHeader_yc4hk_63{flex-direction:column;gap:16px}._column_yc4hk_73,._infoColumn_yc4hk_105{width:100%;margin-left:0}._profileImage_yc4hk_91{max-width:300px;margin:0 auto}._servicesContainer_yc4hk_849{flex-direction:column;padding:20px;gap:16px}._servicesColumn_yc4hk_861,._locationColumn_yc4hk_863,._ratingsWrapper_yc4hk_871{width:100%}._conversationContainer_yc4hk_281{flex-direction:column;padding:20px;gap:20px}._conversationContent_yc4hk_307{width:100%}._conversationIcon_yc4hk_353{margin:0 auto}._contactContainer_yc4hk_401{padding:20px}._contactRow_yc4hk_449{flex-direction:column;gap:16px}._contactItem_yc4hk_477,._socialItem_yc4hk_571{width:100%}._contactText_yc4hk_515,._websiteLink_yc4hk_559,._socialText_yc4hk_587{width:100%;max-width:none}._loanContainer_yc4hk_651{padding:20px}._loanContent_yc4hk_675{width:100%}._getStartedButton_yc4hk_713{width:100%;padding:14px 20px}}@media (max-width: 768px){._container_yc4hk_1{padding:20px 10px 40px}._name_yc4hk_141{font-size:24px}._title_yc4hk_155{font-size:16px}._experience_yc4hk_171{font-size:14px}._bio_yc4hk_195{font-size:12px;line-height:16px}._sectionTitle_yc4hk_315{font-size:20px}._serviceText_yc4hk_1031,._sectionDescription_yc4hk_331{font-size:14px}._location_yc4hk_863{font-size:16px}._ratingsCount_yc4hk_1049{font-size:12px;line-height:24px}._getStartedButton_yc4hk_713{font-size:18px;padding:12px 16px;min-height:48px}._star_yc4hk_1071{width:16px}._conversationIcon_yc4hk_353{width:36px}._serviceIcon_yc4hk_1087{width:14px}}.dialog-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.dialog-title{font-weight:600;text-align:center;flex:1;font-size:1.3rem}.dialog-back-btn{background-color:#f7ee96;color:#000;border-radius:999px;padding:6px 16px;font-weight:600;box-shadow:0 2px 6px #0000001a;border:none;cursor:pointer;font-size:.9rem;white-space:nowrap}.dialog-back-btn:hover{background-color:#f3e96e}.question{color:#2e2e2e;font-family:Poppins,sans-serif;font-size:15px;font-weight:600}@media (max-width: 991px){.question{font-size:18px}}@media (max-width: 640px){.question{font-size:16px}}.icon{width:18px;height:18px}.custom-sidebar .css-1umw9bq-MuiSvgIcon-root{height:auto!important}.menu-item{padding:8px 12px;font-size:.875rem;display:flex;align-items:center;gap:12px;border-radius:8px;color:#333;transition:background-color .2s ease;cursor:pointer}.default-icon{color:#b8b8b8}.menu-item.active{background-color:#eae8ff;font-weight:700}.menu-item:hover:not(.logout-item){background-color:#f5f5f5}.active-icon{color:#ffc107!important}.logout-item{color:#333}.logout-item .icon{color:#f44336}.logout-item:hover{background-color:#ffecec}.custom-sidebar{max-height:100%;min-width:250px;height:100%;transform:none;background:#fff;border-radius:16px;margin-left:20px;position:fixed;padding:0 0 10px;box-shadow:0 4px 6px #0000001a,0 1px 3px #0000000f;z-index:50}.custom-sidebar.closed{transform:translate(-100%);opacity:0;pointer-events:none}@media (max-width: 600px){.custom-sidebar{min-width:250px;box-shadow:none;position:fixed;top:64px;left:0;height:calc(100vh - 64px);margin-left:0;border-radius:16px 16px 0 0;box-shadow:0 -2px 10px #0000001a;z-index:2000}}.layout-container{display:flex;background-color:#f9fafb;overflow:hidden;height:95vh;margin-top:5vh}@media screen and (max-width: 599px){.layout-container{height:95vh;margin-top:8vh}}@media screen and (min-width: 600px){.layout-container{height:90vh;margin-top:6vh}}@media screen and (min-width: 960px){.layout-container{height:90vh;margin-top:8vh}}@media screen and (min-width: 1280px){.layout-container{height:85vh;margin-top:13vh}}._headerContainer_at0mm_1{width:100%;padding:16px 29px 8px;position:relative}@media (width<=991px){._headerContainer_at0mm_1{max-width:100%;padding-left:20px;padding-right:20px}}._headerBackground_at0mm_29{z-index:0;border-radius:0;flex-direction:column;width:1088px;max-width:100%;display:flex;position:absolute;bottom:0;right:0}._yellowBackground_at0mm_53{background-color:#fffcf2;border-radius:16px 0 0;flex-shrink:0;height:10v;display:flex}@media (width<=991px){._yellowBackground_at0mm_53{max-width:100%}}._headerContent_at0mm_81{z-index:0;color:#2e2e2e;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px 100px;width:100%;max-width:1030px;font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:500;display:flex;background-color:#fffcf2;padding:10px 20px}@media (width<=991px){._headerContent_at0mm_81{max-width:100%}}._userInfo_at0mm_137{justify-content:start;align-self:stretch;align-items:center;gap:13px;margin-top:auto;margin-bottom:auto;display:flex}._userAvatar_at0mm_157{aspect-ratio:1;object-fit:contain;object-position:center;flex-shrink:0;align-self:stretch;width:40px;margin-top:auto;margin-bottom:auto}._userName_at0mm_179{align-self:stretch;font-size:20px;font-weight:500;margin:0}._optionsIcon_at0mm_197{aspect-ratio:2;object-fit:contain;object-position:center;border-radius:0;flex-shrink:0;align-self:stretch;width:80px;margin-top:auto;margin-bottom:auto}.right-side{flex:1;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.side-card{width:450px;padding:6rem 3rem;border-radius:8px!important;text-align:center;border:2px solid #CDCCF0}.title{color:#5e5acf;font-weight:700}.name-fields{display:flex;gap:10px;margin-top:10px}.password-validation{text-align:left;margin-top:10px}.password-validation p{font-size:14px}.validationtext{font-size:10px!important}.signup-form{margin-top:25px}@media (max-width: 768px){.right-side{flex-direction:column;padding:2rem 1rem}.side-card{width:100%;padding:3rem 1.5rem;border-radius:6px!important}.name-fields{flex-direction:column;gap:.5rem}.btn-login{width:100%;font-size:16px;padding:12px}.title{font-size:24px}.password-validation p{font-size:13px}.validationtext{font-size:9px!important}.signup-form{margin-top:20px}}.login-right{flex:1;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.login-card{width:450px;padding:7rem 3rem;border-radius:8px!important;text-align:center;border:2px solid #CDCCF0}.btn-login{background:linear-gradient(to right,#f4b400,#f4b400);color:#fff;font-weight:700}*{margin:0;padding:0;box-sizing:border-box}.login-container{display:flex;width:100vw;height:100vh}.login-left{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6a00f4,#6f6df8)}.box-right{flex:1;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.inner-card{width:420px;padding:4rem 3rem;border-radius:8px!important;text-align:center;border:2px solid #CDCCF0}.btn-submit{background:linear-gradient(to right,#f4b400,#f4b400);color:#fff;font-weight:700}.btn-login:hover{background:linear-gradient(to right,#f4b400,#f4b400)}.text-primary{color:#6a00f4;font-weight:700;cursor:pointer}.textField{font-size:12px!important;text-align:start;margin-top:20px!important}.back-button{position:absolute;top:20px;left:20px;display:flex;align-items:center;justify-content:center}.back-button img{width:30px;height:30px;cursor:pointer}.banner{background:url(/assets/banner-B21t3AOh.png) no-repeat center center;background-size:cover;padding:1rem;color:#fff;display:flex;flex-direction:column;gap:1.5rem;position:relative;height:100%;border-radius:0!important}
