@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif}a{text-decoration:none!important}h1,h2,h3,h4,h5,h6,p{margin:0!important}body{padding:0;margin:0;width:100%;min-height:100vh;background:#322866}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:hsla(0,0%,100%,.06);border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#d924e1,#ff182f);border-radius:10px;box-shadow:0 0 12px rgba(217,36,225,.4);-webkit-transition:all .3s ease;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ff3bc5,#ff4d5e);box-shadow:0 0 18px rgba(255,24,47,.6)}::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.page-wrapper{min-height:100vh;background:#322866;position:relative;overflow:hidden}.landing-page-wrapper,.page-wrapper{display:flex;flex-direction:column}.blur-effect{position:fixed;width:55%;height:45%;border-radius:50%;filter:blur(100px);z-index:1;pointer-events:none;opacity:.75;mix-blend-mode:screen;transition:all .3s ease}.blur-effect.left-top{top:-20%;left:-15%;background:radial-gradient(circle at center,rgba(217,36,225,.6666666667),rgba(217,36,225,.3019607843))}.blur-effect.left-center{top:50%;left:-20%;transform:translateY(-50%);background:radial-gradient(circle at center,rgba(255,24,47,.6666666667),rgba(255,24,47,.2509803922))}.blur-effect.left-bottom{bottom:-20%;left:-15%;background:radial-gradient(circle at center,rgba(217,36,225,.6666666667),rgba(217,36,225,.3019607843))}.blur-effect.right-top{top:-20%;right:-15%;background:radial-gradient(circle at center,rgba(255,24,47,.6666666667),rgba(255,24,47,.2509803922))}.blur-effect.right-center{top:50%;right:-20%;transform:translateY(-50%);background:radial-gradient(circle at center,rgba(217,36,225,.6666666667),rgba(217,36,225,.3019607843))}.blur-effect.right-bottom{bottom:-20%;right:-15%;background:radial-gradient(circle at center,rgba(255,24,47,.6666666667),rgba(255,24,47,.2509803922))}.main-content{flex:1 1;position:relative;z-index:1}.form-control{width:100%;border:1px solid hsla(0,0%,100%,.4)!important;height:45px!important;border-radius:30px!important;font-size:14px;font-weight:400;color:#fff;padding:.7rem 1rem!important;outline:none;box-shadow:none;background:hsla(0,0%,100%,.1019607843)!important}.form-field{width:100%}.form-field .input-field{width:100%;position:relative}.form-field .input-field.icon input{padding-right:2.5rem}.form-field .input-field .dropdown-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer}.form-field .input-field input,.form-field .input-field select,.form-field .input-field textarea{width:100%;border:1px solid hsla(0,0%,100%,.4);height:45px;border-radius:30px;font-size:14px;font-weight:400;color:#fff;padding:0 1rem;outline:none;box-shadow:none;background:hsla(0,0%,100%,.1019607843);transition:all .4s cubic-bezier(.25,.8,.25,1)}.form-field .input-field input::placeholder,.form-field .input-field select::placeholder,.form-field .input-field textarea::placeholder{color:#fff}.form-field .input-field input:-webkit-autofill,.form-field .input-field input:-webkit-autofill:active,.form-field .input-field input:-webkit-autofill:focus,.form-field .input-field input:-webkit-autofill:hover,.form-field .input-field select:-webkit-autofill,.form-field .input-field select:-webkit-autofill:active,.form-field .input-field select:-webkit-autofill:focus,.form-field .input-field select:-webkit-autofill:hover,.form-field .input-field textarea:-webkit-autofill,.form-field .input-field textarea:-webkit-autofill:active,.form-field .input-field textarea:-webkit-autofill:focus,.form-field .input-field textarea:-webkit-autofill:hover{box-shadow:inset 0 0 0 1000px hsla(0,0%,100%,.1019607843)!important;-webkit-text-fill-color:#fff!important;caret-color:#fff!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.form-field .input-field textarea{height:100px;resize:none;border-radius:10px;padding:10px 1rem}.form-field .error-message{font-size:14px;color:#ff3532}.react-datepicker,.react-datepicker-wrapper,.react-datepicker-wrapper input{width:100%}.react-datepicker select{border-color:#e5e7eb!important;color:#2d2d2e!important;height:auto!important;padding:6px 0!important;border-radius:10px!important;background:#fff!important}.auth-page-layout,.user-page-layout{display:flex;flex-direction:column;height:100vh;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;width:100%;overflow-y:auto}.user-page-layout-content{display:flex;flex-direction:column;gap:1rem;flex:1 1;padding-bottom:1rem;padding-top:90px}@media only screen and (max-width:767px){.user-page-layout-content{padding-top:70px}}