.Card-module__--JNXq__cardContainer{background-color:#f4a300;border:1px solid #e0e0e0;border-radius:8px;width:70%;margin-top:20px;overflow:hidden}.Card-module__--JNXq__tableHeader,.Card-module__--JNXq__heading{font-size:18px;font-weight:"semi-bold";color:#333;align-items:center;padding:10px 0 0 10px;display:flex}.Card-module__--JNXq__headingIcon{color:#f4a300;margin-right:8px;font-size:18px}
.paymentHistory-module__Tpg8OG__container{background-color:#f7f7f8;max-width:100%;margin:auto;padding:20px}.paymentHistory-module__Tpg8OG__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.paymentHistory-module__Tpg8OG__header h2{margin:0;font-size:20px}.paymentHistory-module__Tpg8OG__header p{color:#6b7280;font-size:14px}.paymentHistory-module__Tpg8OG__downloadAll{background-color:#1677ff;border-radius:5px}.paymentHistory-module__Tpg8OG__downloadAll:hover{background-color:#125cc0}.paymentHistory-module__Tpg8OG__downloadBtn{color:#1677ff;font-weight:500}.paymentHistory-module__Tpg8OG__downloadBtn:hover{color:#125cc0}.paymentHistory-module__Tpg8OG__customCard{width:100%!important;max-width:none!important}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.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);align-items:center;left:50%;transform:translate(-50%)}.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);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;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;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@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%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}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)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Logo-module__up42kG__logoWrapper{text-align:center;-webkit-user-select:none;user-select:none;margin-bottom:2rem}.Logo-module__up42kG__logoWrapper h1{margin:0;font-size:2rem;line-height:1.2}.Logo-module__up42kG__logoWrapper p{color:#666;margin:.5rem 0 0;font-size:14px}
.AuthLayout-module__5yOJIa__container{background-color:#fff;width:100%;height:600px;overflow:hidden}.AuthLayout-module__5yOJIa__loginContainer{width:100%;height:100%;display:flex}.AuthLayout-module__5yOJIa__imageSection{background-color:#f5f5f5;flex:1.05;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.AuthLayout-module__5yOJIa__imageWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.AuthLayout-module__5yOJIa__image{object-fit:scale-down;object-position:center;background-color:#fff;width:100%;height:100%}.AuthLayout-module__5yOJIa__formSection{background-color:#fff;flex-direction:column;flex:.95;padding:2rem;display:flex}.AuthLayout-module__5yOJIa__slideEnter{opacity:0;transform:translate(100%)}.AuthLayout-module__5yOJIa__slideEnterActive{opacity:1;transition:all .3s ease-in-out;transform:translate(0)}.AuthLayout-module__5yOJIa__slideExit{opacity:1;transform:translate(0)}.AuthLayout-module__5yOJIa__slideExitActive{opacity:0;transition:all .3s ease-in-out;transform:translate(-100%)}.AuthLayout-module__5yOJIa__formWrapper{flex-direction:column;width:100%;max-width:400px;margin:0 auto;display:flex}.AuthLayout-module__5yOJIa__logo{text-align:center;-webkit-user-select:none;user-select:none;margin-bottom:2rem}.AuthLayout-module__5yOJIa__title{color:#333;text-align:center;margin:0 1rem 2rem 0;font-size:24px}.AuthLayout-module__5yOJIa__forgotPassword{color:teal;margin-top:10px;font-size:14px;text-decoration:none}.AuthLayout-module__5yOJIa__signupText{text-align:center}.AuthLayout-module__5yOJIa__signupLink{color:teal;font-size:16px;text-decoration:none}@media (max-width:768px){.AuthLayout-module__5yOJIa__imageSection{display:none}.AuthLayout-module__5yOJIa__formSection{flex:1}}
.SignupForm-module__NAUZqG__container{height:100vh;display:flex}.SignupForm-module__NAUZqG__leftPanel{color:#fff;background-color:#f5f5f5;flex-direction:column;justify-content:center;align-items:center;width:50%;padding:20px;display:flex}.SignupForm-module__NAUZqG__searchColBtn{justify-content:flex-end;align-items:center;display:flex}.SignupForm-module__NAUZqG__image{max-width:80%;height:auto;margin-bottom:20px}.SignupForm-module__NAUZqG__a{color:#6b4eff}.SignupForm-module__NAUZqG__rightPanel{background-color:#f9f7fc;flex-direction:column;justify-content:center;align-items:center;width:50%;padding:40px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;display:flex;box-shadow:0 4px 6px #0000001a}.SignupForm-module__NAUZqG__heading{margin-bottom:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:20px;font-weight:500}.SignupForm-module__NAUZqG__formWrapper{width:100%;max-width:400px;min-height:450px;margin:0 auto}.SignupForm-module__NAUZqG__form{flex-direction:column;justify-content:center;width:100%;display:flex}.SignupForm-module__NAUZqG__input{border:2px solid #d1c4e9;border-radius:15px;font-size:16px;box-shadow:0 2px 4px #0000001a}.SignupForm-module__NAUZqG__input:hover,.SignupForm-module__NAUZqG__input:focus{border-color:#90a6f5!important;box-shadow:0 0 0 2px #0080801a!important}.SignupForm-module__NAUZqG__inlineFields{justify-content:space-between;display:flex}.SignupForm-module__NAUZqG__inlineFields input,.SignupForm-module__NAUZqG__inlineFields select{width:48%}.SignupForm-module__NAUZqG__recaptcha{margin:10px 0}.SignupForm-module__NAUZqG__submitButton{background-color:#6b4eff;height:40px!important;font-size:16px!important}.SignupForm-module__NAUZqG__text{margin-top:10px}.SignupForm-module__NAUZqG__loginText{text-align:center;color:#666;margin-top:16px;font-size:14px}.SignupForm-module__NAUZqG__loginLink{color:#390ff7;cursor:pointer;margin-left:4px;font-weight:500;text-decoration:underline}.SignupForm-module__NAUZqG__loginLink:hover{color:#3e97f6;text-decoration:none}.SignupForm-module__NAUZqG__successMessage{color:#fff;text-align:center;font-feature-settings:inherit;font-variation-settings:inherit;background-color:teal;border-radius:5px;margin-top:10px;padding:10px;font-family:inherit;animation:4s ease-in-out SignupForm-module__NAUZqG__fadeOut}@keyframes SignupForm-module__NAUZqG__fadeOut{0%{opacity:1}90%{opacity:1}to{opacity:0}}.SignupForm-module__NAUZqG__signuptext{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px}.SignupForm-module__NAUZqG__logo{text-align:center;margin-bottom:20px}.SignupForm-module__NAUZqG__logo h1{color:#222;font-size:40px;font-weight:700}.SignupForm-module__NAUZqG__logo span{color:#555}.SignupForm-module__NAUZqG__logo p{color:#555;margin:0;font-size:14px;font-weight:700}@media (max-width:426px){.SignupForm-module__NAUZqG__leftPanel{display:none!important}.SignupForm-module__NAUZqG__rightPanel{flex:1;width:fit-content;height:100vh;overflow:hidden}.SignupForm-module__NAUZqG__formWrapper{padding:20px}}
.ForgetPassword-module__dV6KzW__container{background-color:#f5f5f5;height:100vh;display:flex;overflow:hidden}.ForgetPassword-module__dV6KzW__forgetContainer{width:100%;display:flex}.ForgetPassword-module__dV6KzW__imageSection{pointer-events:none;-webkit-user-select:none;user-select:none;background-color:#f5f5f5;flex:1;justify-content:center;align-items:center;display:flex}.ForgetPassword-module__dV6KzW__image{object-fit:cover;pointer-events:auto;-webkit-user-select:auto;user-select:auto;max-width:100%;max-height:100%}.ForgetPassword-module__dV6KzW__formSection{background-color:#f9f7fc;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;display:flex;box-shadow:0 4px 6px #0000001a}.ForgetPassword-module__dV6KzW__heading{margin-bottom:10px;font-size:20px;font-weight:500}.ForgetPassword-module__dV6KzW__ant-form-item{width:100%}.ForgetPassword-module__dV6KzW__ant-input,.ForgetPassword-module__dV6KzW__ant-btn{width:100%;max-width:400px}.ForgetPassword-module__dV6KzW__ant-btn{margin-top:10px}.ForgetPassword-module__dV6KzW__button{color:#fff;background-color:#6b4eff;border:none}.ForgetPassword-module__dV6KzW__logo h1{color:#222;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:40px;font-weight:700}.ForgetPassword-module__dV6KzW__authLinks{justify-content:space-between;display:flex}.ForgetPassword-module__dV6KzW__loginLink{color:#007bff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px;text-decoration:underline}.ForgetPassword-module__dV6KzW__signinLink{color:#007bff;cursor:pointer;margin-left:2px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px;text-decoration:underline}.ForgetPassword-module__dV6KzW__link:hover{color:#0056b3}.ForgetPassword-module__dV6KzW__logo{text-align:center;margin-bottom:20px}.ForgetPassword-module__dV6KzW__logo span{color:#555}.ForgetPassword-module__dV6KzW__logo p{color:#555;margin:0;font-size:14px;font-weight:700}@media (max-width:426px){.ForgetPassword-module__dV6KzW__imageSection{display:none!important}.ForgetPassword-module__dV6KzW__formSection{flex:1;width:fit-content;height:100vh;overflow:hidden}}.ForgetPassword-module__dV6KzW__formWrapper{width:100%;max-width:400px;min-height:450px;margin:0 auto}.ForgetPassword-module__dV6KzW__form{width:100%}.ForgetPassword-module__dV6KzW__input{border:2px solid #d1c4e9;border-radius:15px;height:50px;font-size:16px;box-shadow:0 2px 4px #0000001a}.ForgetPassword-module__dV6KzW__input:hover,.ForgetPassword-module__dV6KzW__input:focus{border-color:#4f0080!important;box-shadow:0 0 0 2px #0080801a!important}.ForgetPassword-module__dV6KzW__submitButton{background-color:#6b4eff;height:40px!important;font-size:16px!important}.ForgetPassword-module__dV6KzW__authLinks{text-align:center;margin-top:24px;font-size:14px}.ForgetPassword-module__dV6KzW__loginLink,.ForgetPassword-module__dV6KzW__signinLink{color:#390ff7;cursor:pointer;margin-left:5px;font-weight:600;text-decoration:underline;transition:color .3s}.ForgetPassword-module__dV6KzW__loginLink:hover,.ForgetPassword-module__dV6KzW__signinLink:hover{color:#3e97f6;text-decoration:none}@media (max-width:426px){.ForgetPassword-module__dV6KzW__formWrapper{padding:20px}}
.AuthModal-module__ipg3jq__authModal .ant-modal-content{border-radius:8px;flex-direction:column;padding:0;display:flex;overflow:hidden}.AuthModal-module__ipg3jq__modalContainer{min-height:600px}.AuthModal-module__ipg3jq__imageSection{background-color:#f5f5f5;flex:1.05;position:relative;overflow:hidden}.AuthModal-module__ipg3jq__imageWrapper{width:100%;height:100%;position:absolute;top:0;left:0}.AuthModal-module__ipg3jq__image{object-fit:cover;width:100%;height:100%}.AuthModal-module__ipg3jq__formSection{background-color:#fff;flex:.95;padding:2rem}.AuthModal-module__ipg3jq__formContent{width:100%;max-width:400px;margin:0 auto}.AuthModal-module__ipg3jq__slideEnter{opacity:0;transform:translate(100%)}.AuthModal-module__ipg3jq__slideEnterActive{opacity:1;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translate(0)}.AuthModal-module__ipg3jq__slideExit{opacity:1;transform:translate(0)}.AuthModal-module__ipg3jq__slideExitActive{opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translate(-100%)}@media (max-width:768px){.AuthModal-module__ipg3jq__imageSection{display:none}.AuthModal-module__ipg3jq__formSection{flex:1}}
.home-module__gsEHRa__fullScreenBackground{background-image:url(/background.jpg);background-position:100%;background-repeat:no-repeat;background-size:120%;width:100%;min-height:100vh;position:relative}.home-module__gsEHRa__fullScreenBackground:before{content:"";z-index:1;background-color:#eae0fd4d;position:absolute;inset:0}.home-module__gsEHRa__fullScreenBackground>*{z-index:2;position:relative}.home-module__gsEHRa__footer{color:#fff;z-index:2;background-color:#13135d;justify-content:space-between;align-items:center;height:35px;margin:0;padding:0 20px;font-size:12px;display:flex;position:relative}.home-module__gsEHRa__footerLeft,.home-module__gsEHRa__footerCenter,.home-module__gsEHRa__footerRight{flex:1}.home-module__gsEHRa__footerLeft{text-align:left}.home-module__gsEHRa__footerCenter{text-align:center}.home-module__gsEHRa__footerRight{text-align:right}.home-module__gsEHRa__contentArea{flex-direction:column;align-items:center;height:100%;margin-top:50px;padding:10px 25px;display:flex}.home-module__gsEHRa__contentArea p{color:"#555";font-size:1.1rem}.home-module__gsEHRa__footer a{cursor:pointer}.home-module__gsEHRa__footer a:hover{color:#fff;text-decoration:underline}.home-module__gsEHRa__searchContainer{width:100%;min-width:250px;max-width:800px;margin-top:20px;position:relative}.home-module__gsEHRa__searchInput{box-sizing:border-box;transition:all .3s;width:100%!important}.home-module__gsEHRa__searchInput:focus{border-color:teal;box-shadow:0 0 0 2px #00808033}.home-module__gsEHRa__searchInput input{padding:12px 16px!important;font-size:16px!important}.home-module__gsEHRa__searchInput:focus-within{border-color:teal;box-shadow:0 0 0 2px #00808033}.home-module__gsEHRa__searchResults{z-index:10;background-color:#fff;border:1px solid #d9d9d9;border-radius:8px;width:100%;max-height:300px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.home-module__gsEHRa__title{font-size:4rem}@media (max-width:768px){.home-module__gsEHRa__fullScreenBackground{background-position:80%;background-size:150%}.home-module__gsEHRa__title{font-size:3rem}.home-module__gsEHRa__searchContainer{max-width:90%}.home-module__gsEHRa__footer{padding:0 15px}}@media (max-width:425px){.home-module__gsEHRa__fullScreenBackground{background-position:75%;background-size:180%}.home-module__gsEHRa__title{font-size:2.5rem}.home-module__gsEHRa__searchContainer{min-width:200px;max-width:100%}.home-module__gsEHRa__footer{text-align:center;flex-direction:column;justify-content:center;height:auto;padding:0 10px;line-height:1.5}.home-module__gsEHRa__footerLeft,.home-module__gsEHRa__footerRight{text-align:center}}@media (max-width:375px){.home-module__gsEHRa__fullScreenBackground{background-position:70%;background-size:200%}.home-module__gsEHRa__title{font-size:2rem}.home-module__gsEHRa__searchContainer{max-width:95%}}@media (max-width:320px){.home-module__gsEHRa__fullScreenBackground{background-position:65%;background-size:220%}.home-module__gsEHRa__title{font-size:2rem}.home-module__gsEHRa__searchContainer{min-width:180px;max-width:100%}}.home-module__gsEHRa__recentVisitsLink{color:#1890ff}.home-module__gsEHRa__tableHeader{background-color:#f3f4f6;border:1px solid #d1d5db;justify-content:space-between;align-items:center;margin-bottom:16px;padding:.75rem;font-weight:600;display:flex}.home-module__gsEHRa__heading{color:#333;align-items:center;padding:10px 0 0 10px;font-size:18px;font-weight:600;display:flex}.home-module__gsEHRa__headingIcon{color:#f4a300;margin-right:8px;font-size:18px}.home-module__gsEHRa__createTeamButton{color:#fff;background-color:#007bff;border-color:#007bff;border-radius:4px;padding:6px 12px;font-size:14px}.home-module__gsEHRa__tableContainer{border:1px solid #e0e0e0;border-radius:8px;width:70%;margin-top:20px;overflow:hidden}.home-module__gsEHRa__ant-table-thead>tr>th{text-align:left;background-color:#f0f0f0;font-weight:700}.home-module__gsEHRa__ant-table-thead th,.home-module__gsEHRa__ant-table-tbody td{border-bottom:1px solid #e0e0e0;padding:12px 16px}.home-module__gsEHRa__ant-table-tbody>tr:hover{background-color:#fafafa}.home-module__gsEHRa__companyName{color:#0056b3;font-size:1.25rem;font-weight:700;text-decoration:none}.home-module__gsEHRa__companyDescription{color:#888;font-size:12px}.home-module__gsEHRa__iconCell{text-align:right}.home-module__gsEHRa__modalHeader{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.home-module__gsEHRa__companyTable{border-collapse:separate;border-spacing:0 .5rem;width:100%}.home-module__gsEHRa__tableData{background-color:#fff;border:1px solid #d1d5db;padding:.75rem}.home-module__gsEHRa__status{color:#16a34a}.home-module__gsEHRa__modalContainer{background-color:#fff;border-radius:10px;width:100%;max-width:500px;margin:auto;padding:20px;box-shadow:0 4px 6px #0000001a}.home-module__gsEHRa__payModalHeader{color:#1d4ed8;text-align:left;margin-bottom:15px;font-size:1.5rem;font-weight:700}.home-module__gsEHRa__paymentOptions{flex-direction:column;gap:1rem;margin-bottom:20px;display:flex}.home-module__gsEHRa__payOption{cursor:pointer;color:#374151;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:1rem;transition:background-color .3s,border-color .3s;display:flex}.home-module__gsEHRa__availableCredits{color:#6b7280;font-size:.875rem}.home-module__gsEHRa__payOption.home-module__gsEHRa__selected{background-color:#e0f2fe;border-color:#0b63ce}.home-module__gsEHRa__payButton{color:#fff;cursor:pointer;border:none;border-radius:20px;align-self:flex-end;margin-top:10px;padding:.5rem 1.5rem;font-size:1rem}.home-module__gsEHRa__payButton:hover{background-color:#0a4ca8}.home-module__gsEHRa__buyCreditsBox{background-color:#fde8e8;border:1px solid #fecaca;border-radius:8px;justify-content:space-between;align-items:center;margin:20px 0;padding:1rem;display:flex}.home-module__gsEHRa__discountIcon{color:#fff;background-color:#f97316;border-radius:50%;margin-right:8px;padding:.25rem .5rem;font-weight:700}.home-module__gsEHRa__buyCreditsText{color:#374151;font-size:1rem}.home-module__gsEHRa__buyCreditsText .home-module__gsEHRa__highlight{color:#1d4ed8;font-weight:700}.home-module__gsEHRa__buyCreditsButton{color:#fff;cursor:pointer;background-color:#0b63ce;border:none;border-radius:20px;padding:.5rem 1.5rem;font-size:1rem}.home-module__gsEHRa__buyCreditsButton:hover{background-color:#0a4ca8}.home-module__gsEHRa__additionalInfo{color:#374151;margin-top:20px;font-size:.875rem}.home-module__gsEHRa__additionalInfo strong{font-weight:700}.home-module__gsEHRa__additionalInfo ul{margin-top:.5rem;padding-left:20px;list-style-type:disc}.home-module__gsEHRa__separator{border:none;border-top:1px solid #d1d5db;margin:20px 0}.home-module__gsEHRa__closeIcon{color:#ef4444;cursor:pointer;font-size:1.5rem;position:absolute;top:10px;right:10px}.home-module__gsEHRa__demoCompaniesSection{text-align:center;margin-top:16px;margin-bottom:24px}.home-module__gsEHRa__demoCompaniesList{flex-wrap:wrap;gap:12px;display:flex}.home-module__gsEHRa__demoCompanyCard:hover{border-color:#780a8b;box-shadow:2px 4px 16px #0080801f}
.Modal-module__SjOCNq__modalHeader{background-color:#f9f7fc;justify-content:space-between;align-items:center;margin-top:20px;display:flex}.Modal-module__SjOCNq__companyName{font-size:1.25rem;font-weight:700}.Modal-module__SjOCNq__modalHeader{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.Modal-module__SjOCNq__companyName{color:#1d4ed8;font-size:1.25rem;font-weight:700}.Modal-module__SjOCNq__companyTable{border-collapse:separate;border-spacing:0 .5rem;width:100%}.Modal-module__SjOCNq__tableHeader{background-color:#f3f4f6;border:1px solid #d1d5db;padding:.75rem;font-weight:600}.Modal-module__SjOCNq__tableData{background-color:#fff;border:1px solid #d1d5db;padding:.75rem}.Modal-module__SjOCNq__status{color:#16a34a}.Modal-module__SjOCNq__payModalHeader{color:#1d4ed8;text-align:left;background-color:#f9f7fc;margin-bottom:15px;font-size:1.5rem;font-weight:700}.Modal-module__SjOCNq__availableCredits{color:#6b7280;font-size:.875rem}.Modal-module__SjOCNq__payOption.Modal-module__SjOCNq__selected{background-color:#e0f2fe;border-color:#0b63ce}.Modal-module__SjOCNq__payButton{color:#fff;cursor:pointer;background-color:#0b63ce;border:none;border-radius:20px;align-self:flex-end;margin-top:10px;padding:.5rem 1.5rem;font-size:1rem}.Modal-module__SjOCNq__payButton:hover{background-color:#0a4ca8}.Modal-module__SjOCNq__buyCreditsBox{background-color:#fde8e8;border:1px solid #fecaca;border-radius:8px;justify-content:space-between;align-items:center;margin:20px 0;padding:1rem;display:flex}.Modal-module__SjOCNq__discountIcon{color:#fff;background-color:#f97316;border-radius:50%;margin-right:8px;padding:.25rem .5rem;font-weight:700}.Modal-module__SjOCNq__buyCreditsText{color:#374151;font-size:1rem}.Modal-module__SjOCNq__buyCreditsText .Modal-module__SjOCNq__highlight{color:#1d4ed8;font-weight:700}.Modal-module__SjOCNq__buyCreditsButton{color:#fff;cursor:pointer;background-color:#0b63ce;border:none;border-radius:20px;padding:.5rem 1.5rem;font-size:1rem}.Modal-module__SjOCNq__buyCreditsButton:hover{background-color:#0a4ca8}.Modal-module__SjOCNq__additionalInfo{color:#374151;margin-top:20px;font-size:.875rem}.Modal-module__SjOCNq__additionalInfo strong{font-weight:700}.Modal-module__SjOCNq__additionalInfo ul{margin-top:.5rem;padding-left:20px;list-style-type:disc}.Modal-module__SjOCNq__separator{border:none;border-top:1px solid #d1d5db;margin:20px 0}.Modal-module__SjOCNq__closeIcon{color:#ef4444;cursor:pointer;font-size:1.5rem;position:absolute;top:10px;right:10px}.Modal-module__SjOCNq__inactiveStatus{color:red}.Modal-module__SjOCNq__modal-content{width:100%;padding:24px}.Modal-module__SjOCNq__credit-option{text-align:center;background-color:#dbd1e4;border-radius:8px;margin-bottom:24px;padding:24px}.Modal-module__SjOCNq__credit-option h3{margin-bottom:16px;font-size:18px;font-weight:700}.Modal-module__SjOCNq__credit-option .Modal-module__SjOCNq__price-highlight{color:#ff5722;font-weight:700}.Modal-module__SjOCNq__credit-option input{text-align:center;border:1px solid #ccc;border-radius:4px;width:calc(100% - 24px);height:40px;margin-top:16px;padding:8px}.Modal-module__SjOCNq__credit-option p{color:#666;margin-top:8px;font-size:14px}.Modal-module__SjOCNq__credit-option button{color:#fff;cursor:pointer;background-color:#9b4ae2;border:none;border-radius:4px;width:100%;height:40px;margin-top:16px;transition:background-color .3s;display:inline-block}.Modal-module__SjOCNq__credit-option button:hover{background-color:#dec8ea}.Modal-module__SjOCNq__about-credits,.Modal-module__SjOCNq__contact-us{margin-top:24px;font-size:14px}.Modal-module__SjOCNq__about-credits ul{margin-left:20px;list-style-type:disc}.Modal-module__SjOCNq__contact-us a{color:#4a90e2;text-decoration:none}.Modal-module__SjOCNq__modalContainer .ant-modal-content{background-color:#f9f7fc;color:#000!important}.Modal-module__SjOCNq__tokenBalance{padding:10px}.Modal-module__SjOCNq__paymentOptions{flex-direction:column;gap:1rem;margin-bottom:20px;display:flex}.Modal-module__SjOCNq__radioGroup{flex-direction:column;gap:1rem;display:flex}.Modal-module__SjOCNq__payOption{cursor:pointer;color:#374151;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;padding:.75rem 1rem;font-size:1rem;transition:background-color .3s,border-color .3s;display:flex}.Modal-module__SjOCNq__payOption .Modal-module__SjOCNq__ant-radio-wrapper{align-items:center;width:100%;margin:0;display:flex}.Modal-module__SjOCNq__radioLabel{cursor:pointer;align-items:center;width:100%;height:100%;margin:0;display:flex}
.PrivacyPolicyModal-module__nF0ZMa__container{color:#333;background-color:#f8f9fa;padding:20px;line-height:1.6}.PrivacyPolicyModal-module__nF0ZMa__heading{color:#2c3e50;text-align:center;border-bottom:3px solid #3498db;margin-bottom:30px;padding-bottom:15px;font-size:1.8rem;font-weight:700}.PrivacyPolicyModal-module__nF0ZMa__section{background-color:#fafbfc;border-radius:0 5px 5px 0;margin-bottom:2px;padding:1px}.PrivacyPolicyModal-module__nF0ZMa__section p{margin-left:15px}.PrivacyPolicyModal-module__nF0ZMa__sectionHeading{color:#34495e;border-left:4px solid #3498db;margin-top:30px;margin-bottom:15px;padding-left:10px;font-size:1.1rem}.PrivacyPolicyModal-module__nF0ZMa__sectionNumber{color:#3498db;font-size:1.1em;font-weight:700}.PrivacyPolicyModal-module__nF0ZMa__contactInfo{background-color:#e8f4f8;border:1px solid #3498db;border-radius:8px;margin:20px 0;padding:20px}.PrivacyPolicyModal-module__nF0ZMa__highlight{background-color:#fff3cd;border-left:4px solid #ffc107;border-radius:0 5px 5px 0;margin:15px 0;padding:15px}.PrivacyPolicyModal-module__nF0ZMa__effectiveDate{text-align:center;color:#666;background-color:#ecf0f1;border-radius:5px;margin-bottom:30px;padding:10px;font-style:italic}.PrivacyPolicyModal-module__nF0ZMa__footer{text-align:center;color:#666;border-top:2px solid #ecf0f1;margin-top:40px;padding-top:20px;font-style:italic}.PrivacyPolicyModal-module__nF0ZMa__list{padding-left:25px}.PrivacyPolicyModal-module__nF0ZMa__listItem{margin-bottom:8px}.PrivacyPolicyModal-module__nF0ZMa__link{color:#3498db;text-decoration:none}.PrivacyPolicyModal-module__nF0ZMa__strong{color:#2c3e50}
.Purchase-module__5WaxQG__historyContainer{background:#f8f8f8;padding:20px}.Purchase-module__5WaxQG__tableHeader{align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.Purchase-module__5WaxQG__giftIcon{color:#28a745;margin-right:5px}.Purchase-module__5WaxQG__expiringText{color:#555;font-size:12px}.Purchase-module__5WaxQG__customCard{width:100%!important;max-width:none!important}
