.react-datepicker-wrapper,.react-datepicker__input-container,.react-datepicker__input-container input{width:100%}.react-datepicker{font-family:Inter,sans-serif;background-color:var(--blue-500);border:1px solid var(--blue-400);border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.2)}.react-datepicker__header{background-color:var(--blue-400);border-bottom:1px solid var(--blue-300);border-top-left-radius:8px;border-top-right-radius:8px;padding-top:12px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:var(--white-1000);font-weight:600;font-size:16px}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:var(--grey-300);width:2.5rem;line-height:2.5rem;margin:.166rem}.react-datepicker__day:hover{background-color:var(--blue-400);border-radius:50%;color:var(--white-1000)}.react-datepicker__day--keyboard-selected,.react-datepicker__day--selected{background-color:var(--purple-500);border-radius:50%;color:var(--white-1000);font-weight:600}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__day--selected:hover{background-color:var(--purple-400)}.react-datepicker__day--disabled{color:var(--grey-400);cursor:not-allowed}.react-datepicker__day--disabled:hover{background-color:rgba(0,0,0,0)}.react-datepicker__navigation{top:12px}.react-datepicker__navigation-icon:before{border-color:var(--white-1000)}.react-datepicker__navigation:hover :before{border-color:var(--purple-500)}.react-datepicker__month-select,.react-datepicker__year-select{background-color:var(--blue-500);color:var(--white-1000);border:1px solid var(--blue-400);border-radius:4px;padding:4px 8px;font-weight:500;cursor:pointer}.react-datepicker__month-select:hover,.react-datepicker__year-select:hover{background-color:var(--blue-400)}.react-datepicker__month-select option,.react-datepicker__year-select option{background-color:var(--blue-500);color:var(--white-1000)}.react-datepicker__triangle{display:none}.react-datepicker-popper{z-index:9999}html{overflow:hidden}:root{--auth-card-min:782px}.auth-modal-body{position:relative;animation:modalPop .25s ease-out}.auth-modal-body .close-btn{position:absolute;top:24px;right:24px}.auth-modal-body .search-modal-header{display:flex;justify-content:space-between}*{font-family:Inter,sans-serif}.auth-modal-container{background-color:#050b18;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;height:100%;min-height:var(--auth-card-min)}@media screen and (max-width:1024px){.auth-modal-container{grid-template-columns:1fr}}@media screen and (max-width:767.98px){.auth-modal-container{min-height:auto}}.auth-modal-container.auth-page .box-1{background-image:url(/_next/static/media/auth-side-img.6158dbe9.png);background-position:50%;background-size:cover;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px}@media screen and (max-width:1024px){.auth-modal-container.auth-page .box-1{display:none}}.auth-modal-container.auth-page .box-1 .logo{width:444.32px;height:auto}.auth-modal-container.auth-page .box-1 .bottom-text{position:absolute;bottom:20px;width:100%;text-align:center;font-size:16px;font-weight:400;color:#fff;padding:0 20px;opacity:.8}.auth-modal-container.auth-page .box-1 .bottom-text span{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;cursor:pointer}.auth-modal-container>.box-1,.auth-modal-container>.box-2{height:100%}.auth-modal-container .referral-section{width:100%;border-top:1px solid var(--blue-500);border-bottom:1px solid var(--blue-500);display:flex;flex-direction:column;cursor:pointer;justify-content:space-between;padding:.25rem}.auth-modal-container .referral-section .referral-header{display:flex;justify-content:space-between;align-items:center;padding:14px 0;cursor:pointer;font-size:16px;font-weight:400;color:var(--white-1000)}.auth-modal-container .referral-section .referral-header .arrow-icon{transform:rotate(0deg)}.auth-modal-container .referral-section .referral-header .arrow-icon.open{transform:rotate(180deg)}.auth-modal-container .referral-section .referral-content{max-height:0;overflow:hidden;opacity:0;padding:0;transition:all .35s ease}.auth-modal-container .referral-section .referral-content.open{max-height:120px;opacity:1;padding:10px 0 14px}.auth-modal-container .box-2{height:100%;padding:50px 80px;display:flex;justify-content:center;align-items:center;background-color:var(--grey-500)}@media screen and (max-width:767.98px){.auth-modal-container .box-2{padding:40px 20px}}.auth-modal-container .box-2 .login-card{width:100%;max-width:500px;min-height:var(--auth-card-min);display:flex;flex-direction:column}.auth-modal-container .box-2 .login-card .auth-tabs{display:flex;gap:20px;margin-bottom:25px}.auth-modal-container .box-2 .login-card .auth-tab-wrapper{position:relative;display:flex;justify-content:space-between;border-bottom:2px solid #232325;margin-bottom:32px}.auth-modal-container .box-2 .login-card .auth-tab-item{flex:1;padding-bottom:12px;text-align:center;cursor:pointer;font-size:15px;font-weight:500;transition:color .25s ease}.auth-modal-container .box-2 .login-card .auth-tab-item.active,.auth-modal-container .box-2 .login-card .auth-tab-underline.login~.auth-tab-item:nth-child(2),.auth-modal-container .box-2 .login-card .auth-tab-underline.register~.auth-tab-item:first-child{color:var(--purple-500)!important}.auth-modal-container .box-2 .login-card .auth-tab-underline{position:absolute;bottom:-1px;left:0;width:50%;height:2px;background-color:var(--purple-500);transition:transform .3s ease}.auth-modal-container .box-2 .login-card .auth-tab-underline.login{transform:translateX(100%)}.auth-modal-container .box-2 .login-card .auth-tab-underline.register{transform:translateX(0)}.auth-modal-container .box-2 .login-card .logo-cnt{display:flex;justify-content:center;padding-bottom:50px}@media screen and (max-width:767.98px){.auth-modal-container .box-2 .login-card .logo-cnt{padding-bottom:32px}}.auth-modal-container .box-2 .login-card .logo-cnt img{width:290px}@media screen and (max-width:767.98px){.auth-modal-container .box-2 .login-card .logo-cnt img{width:200px}}.auth-modal-container .box-2 .login-card .card-body{flex:1}.auth-modal-container .box-2 .login-card .card-body .form-container{display:grid;gap:20px}.auth-modal-container .box-2 .login-card .card-body .blue-gradient-button{border:1px solid var(--blue-400);background:linear-gradient(180deg,#bdccec -39.42%,#22479c 92.11%);border-radius:8px;padding:10px;font-size:20px;font-weight:500;line-height:1;color:var(--text-light);text-align:center}@media screen and (max-width:767.98px){.auth-modal-container .box-2 .login-card .card-body .blue-gradient-button{font-size:16px}}.auth-modal-container .box-2 .login-card .card-body .purple-button{background:var(--purple-500);border-radius:8px;padding:17px 10px;font-size:20px;font-weight:500;line-height:1;color:var(--text-light);text-align:center;box-shadow:inset 0 4px 16px 0 rgba(238,238,238,.04);cursor:pointer}@media screen and (max-width:767.98px){.auth-modal-container .box-2 .login-card .card-body .purple-button{font-size:16px}}.auth-modal-container .box-2 .login-card .card-body .grey-button{background:#232325;border-radius:8px;padding:17px 10px;font-size:20px;font-weight:500;line-height:1;color:var(--text-light);text-align:center;box-shadow:inset 0 4px 16px 0 rgba(238,238,238,.0392156863),inset 0 -4px 16px 0 rgba(238,238,238,.0392156863);cursor:pointer}@media screen and (max-width:767.98px){.auth-modal-container .box-2 .login-card .card-body .grey-button{font-size:16px}}.auth-modal-container .box-2 .login-card .card-body .forgot-password-link{font-size:14px;font-weight:400;color:var(--grey-300);text-decoration:underline;text-underline-offset:5px}.auth-modal-container .box-2 .login-card .card-body .signWithTitle{display:flex;justify-content:center;align-items:center;position:relative}@media screen and (max-width:767.98px){.auth-modal-container .box-2 .login-card .card-body .signWithTitle{margin:45px 0}}.auth-modal-container .box-2 .login-card .card-body .signWithTitle .whiteLine{height:2px;background-color:#fff;flex-grow:1}@media screen and (max-width:767.98px){.auth-modal-container .box-2 .login-card .card-body .signWithTitle .whiteLine{height:1px}}.auth-modal-container .box-2 .login-card .card-body .signWithTitle p{position:relative;z-index:2;display:inline-block;text-align:center;padding:8px}@media screen and (max-width:767.98px){.auth-modal-container .box-2 .login-card .card-body .signWithTitle p{font-size:12px}}.auth-modal-container .box-2 .login-card .card-body .otherLoginOptionCnt{display:flex;justify-content:center;align-items:center;gap:16px}@media screen and (max-width:767.98px){.auth-modal-container .box-2 .login-card .card-body .otherLoginOptionCnt button{width:129px}}.auth-modal-container .box-2 .login-card .card-body .otherLoginOptionCnt button{border:1px solid #e6e6e6;gap:17px;padding:12px 18px;display:flex;justify-content:center;align-items:center;font-weight:400;font-size:18px;line-height:25px;letter-spacing:0;border-radius:10px;background-color:rgba(0,0,0,0)}@media screen and (max-width:767.98px){.auth-modal-container .box-2 .login-card .card-body .otherLoginOptionCnt button{font-size:16px}.auth-modal-container .box-2 .login-card .resend-otp{font-size:14px}}.auth-page-container{background-color:var(--grey-500);position:fixed;top:0;left:0;height:100%;width:100%;overflow:auto;z-index:10000;display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width:1024px){.auth-page-container{grid-template-columns:1fr}}.auth-page-container.auth-page .box-1{height:100vh;max-height:100%;background-image:url(/_next/static/media/auth-side-img.6158dbe9.png);background-position:50%;background-size:cover;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;position:sticky}@media screen and (max-width:1024px){.auth-page-container.auth-page .box-1{display:none}}.auth-page-container.auth-page .box-1 .logo{width:444.32px;height:auto}.auth-page-container.auth-page .box-1 .bottom-text{position:absolute;bottom:20px;width:100%;text-align:center;font-size:16px;font-weight:400;color:#fff;padding:0 20px;opacity:.8}.auth-page-container.auth-page .box-1 .bottom-text span{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;cursor:pointer}.auth-page-container.register-page .box-1{background-image:url(/_next/static/media/signup-side-img.e888f7de.png)}.auth-page-container.forgot-password-screen .box-1{background-image:url(/_next/static/media/forgot-password-side-img.6dba054d.png)}.auth-page-container.verify-otp-screen .box-1{background-image:url(/_next/static/media/verify-otp-side-img.c63be84f.png)}.auth-page-container.reset-password-screen .box-1{background-image:url(/_next/static/media/reset-password-side-img.bc75cb12.png)}.auth-page-container.success-message-screen .box-1{background-image:url(/_next/static/media/success-message-side-img.58a2742f.png)}.auth-page-container .referral-section{width:100%;border-top:1px solid var(--blue-500);border-bottom:1px solid var(--blue-500);display:flex;flex-direction:column;cursor:pointer;justify-content:space-between;padding:.25rem}.auth-page-container .referral-section .referral-header{display:flex;justify-content:space-between;align-items:center;padding:14px 0;cursor:pointer;font-size:16px;font-weight:400;color:var(--white-1000)}.auth-page-container .referral-section .referral-header .arrow-icon{transform:rotate(0deg);transition:transform .3s ease}.auth-page-container .referral-section .referral-header .arrow-icon.open{transform:rotate(180deg)}.auth-page-container .referral-section .referral-content{max-height:0;overflow:hidden;opacity:0;padding:0;transition:all .35s ease}.auth-page-container .referral-section .referral-content.open{max-height:120px;opacity:1;padding:10px 0 14px}.auth-page-container .box-2{height:100%;padding:60px 80px;display:flex;justify-content:center;align-items:center;background-color:var(--grey-500)}@media screen and (max-width:767.98px){.auth-page-container .box-2{padding:40px 20px}}.auth-page-container .box-2 .login-card{width:100%;max-width:500px}.auth-page-container .box-2 .login-card .auth-tabs{display:flex;gap:20px;margin-bottom:25px}.auth-page-container .box-2 .login-card .auth-tab-wrapper{position:relative;display:flex;justify-content:space-between;border-bottom:2px solid #232325;margin-bottom:32px}.auth-page-container .box-2 .login-card .auth-tab-item{flex:1;padding:12px 0;text-align:center;cursor:pointer;font-size:15px;font-weight:500;transition:color .25s ease}.auth-page-container .box-2 .login-card .auth-tab-item.active,.auth-page-container .box-2 .login-card .auth-tab-underline.login~.auth-tab-item:nth-child(2),.auth-page-container .box-2 .login-card .auth-tab-underline.register~.auth-tab-item:first-child{color:var(--purple-500)!important}.auth-page-container .box-2 .login-card .auth-tab-underline{position:absolute;bottom:-1px;left:0;width:50%;height:2px;background-color:var(--purple-500);transition:transform .3s ease}.auth-page-container .box-2 .login-card .auth-tab-underline.login{transform:translateX(100%)}.auth-page-container .box-2 .login-card .auth-tab-underline.register{transform:translateX(0)}.auth-page-container .box-2 .login-card .logo-cnt{display:flex;justify-content:center;padding-bottom:50px}@media screen and (max-width:767.98px){.auth-page-container .box-2 .login-card .logo-cnt{padding-bottom:32px}}.auth-page-container .box-2 .login-card .logo-cnt img{width:290px}@media screen and (max-width:767.98px){.auth-page-container .box-2 .login-card .logo-cnt img{width:200px}}.auth-page-container .box-2 .login-card .card-body .form-container{display:grid;gap:20px}.auth-page-container .box-2 .login-card .card-body .blue-gradient-button{border:1px solid var(--blue-400);background:linear-gradient(180deg,#bdccec -39.42%,#22479c 92.11%);border-radius:8px;padding:10px;font-size:20px;font-weight:500;line-height:1;color:var(--text-light);text-align:center}@media screen and (max-width:767.98px){.auth-page-container .box-2 .login-card .card-body .blue-gradient-button{font-size:16px}}.auth-page-container .box-2 .login-card .card-body .purple-button{background:var(--purple-500);border-radius:8px;padding:17px 10px;font-size:20px;font-weight:500;line-height:1;color:var(--text-light);text-align:center;box-shadow:inset 0 4px 16px 0 rgba(238,238,238,.04);cursor:pointer}@media screen and (max-width:767.98px){.auth-page-container .box-2 .login-card .card-body .purple-button{font-size:16px}}.auth-page-container .box-2 .login-card .card-body .forgot-password-link{font-size:14px;font-weight:400;color:var(--grey-300);text-decoration:underline;text-underline-offset:5px}.auth-page-container .box-2 .login-card .card-body .signWithTitle{display:flex;justify-content:center;align-items:center;position:relative}@media screen and (max-width:767.98px){.auth-page-container .box-2 .login-card .card-body .signWithTitle{margin:45px 0}}.auth-page-container .box-2 .login-card .card-body .signWithTitle .whiteLine{height:2px;background-color:#fff;flex-grow:1}@media screen and (max-width:767.98px){.auth-page-container .box-2 .login-card .card-body .signWithTitle .whiteLine{height:1px}}.auth-page-container .box-2 .login-card .card-body .signWithTitle p{position:relative;z-index:2;display:inline-block;text-align:center;padding:8px}@media screen and (max-width:767.98px){.auth-page-container .box-2 .login-card .card-body .signWithTitle p{font-size:12px}}.auth-page-container .box-2 .login-card .card-body .otherLoginOptionCnt{display:flex;justify-content:center;align-items:center;gap:16px}@media screen and (max-width:767.98px){.auth-page-container .box-2 .login-card .card-body .otherLoginOptionCnt button{width:129px}}.auth-page-container .box-2 .login-card .card-body .otherLoginOptionCnt button{border:1px solid #e6e6e6;gap:17px;padding:12px 18px;display:flex;justify-content:center;align-items:center;font-weight:400;font-size:18px;line-height:25px;letter-spacing:0;border-radius:10px;background-color:rgba(0,0,0,0)}@media screen and (max-width:767.98px){.auth-page-container .box-2 .login-card .card-body .otherLoginOptionCnt button{font-size:16px}.auth-page-container .box-2 .login-card .resend-otp{font-size:14px}}.auth-page .title{font-size:24px;font-weight:600;margin-bottom:12px;text-align:center}@media screen and (max-width:767.98px){.auth-page .title{font-size:16px;margin-bottom:6px}}.auth-page .sub-title{margin-bottom:24px;font-size:16px;font-weight:400;color:var(--grey-300)}@media screen and (max-width:767.98px){.auth-page .sub-title{font-size:14px}}.auth-page .purple-button{margin-top:32px}.forgot-password-screen .title{font-size:20px;font-weight:600;margin-bottom:12px}@media screen and (max-width:767.98px){.forgot-password-screen .title{font-size:16px;margin-bottom:6px}}.forgot-password-screen .sub-title{margin-bottom:12px;font-weight:300}@media screen and (max-width:767.98px){.forgot-password-screen .sub-title{font-size:14px}}.forgot-password-screen .blue-gradient-button{margin-top:40px}.reset-password-screen .form{display:grid;gap:40px 0}@media screen and (max-width:767.98px){.reset-password-screen .form{gap:30px 0}}.reset-password-screen .title{font-size:20px;font-weight:600;margin-bottom:12px}@media screen and (max-width:767.98px){.reset-password-screen .title{font-size:16px;margin-bottom:6px}}.reset-password-screen .sub-title{margin-bottom:12px;font-weight:300}@media screen and (max-width:767.98px){.reset-password-screen .sub-title{font-size:14px;margin-bottom:6px}.reset-password-screen .form-input-control,.reset-password-screen .gold-gradient-button{font-size:14px}}.custom-otp-container .separator{width:8px}@media screen and (max-width:768px){.custom-otp-container .separator{width:8px}}.custom-otp-container input{width:60px!important;height:60px!important;font-size:24px;font-weight:400;line-height:24px;letter-spacing:-.02em;text-align:center;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--text-light);background:var(--blue-500);border-radius:8px;border:1px solid rgba(0,0,0,0);-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.custom-otp-container input.filled,.custom-otp-container input:focus,.custom-otp-container input:focus-visible{outline:1px solid var(--blue-400)}.custom-otp-container input.is-invalid{outline:1px solid #ff4747}@media screen and (max-width:768px){.custom-otp-container input{width:40px!important;height:40px!important;font-size:18px}}.text-danger{color:#ff4747}