.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3,.mt-4{margin-top:3rem}.mb-1{margin-bottom:1rem}.auth-terms-wrapper{display:flex;margin-top:2rem;gap:1rem}.auth-terms-wrapper .auth-terms-wrapper-childs p{font-size:1rem}.auth-terms-wrapper .auth-terms-wrapper-childs p span{color:#28334a;font-weight:700;padding:0 .2rem}.switch{position:relative;display:inline-block;width:53px;height:25px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff}input:checked+.slider{background-color:#4b25e6}input:focus+.slider{box-shadow:0 0 1px #4b25e6}input:checked+.slider:before{transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.global-progress{position:fixed;top:0;left:0;height:100%;width:100%;background:#fff;display:flex;justify-content:center;align-items:center;z-index:100}.global-progress i{font-size:1.6rem;color:#666}.input-label-css{display:flex;justify-content:space-between;align-items:center;color:#5a5a5a;font-size:1.2rem;font-weight:600}.input-label-css a{color:#5c33f4}.input-label-css a:hover{text-decoration:underline}.hide_input{visibility:hidden}.fake-btn-diabaled{padding:1.25rem 0;background:#00245d;color:#fff!important;font-size:1.5rem!important;font-weight:600!important;cursor:not-allowed;text-align:center!important;opacity:.4}.fake-btn-diabaled,.primary-btn{width:100%;outline:none;border:none;border-radius:.5rem;transition:.2s}.primary-btn{padding:1.2rem 0;background:#4b25e6;color:#fff;font-size:1.2rem;font-weight:600;cursor:pointer}.primary-btn:hover{opacity:.8;transition:.2s}.secondary-btn{width:100%;outline:none;border:none;padding:1.2rem 0;background:#34a8cb;color:#fff;border-radius:.5rem;font-size:1.2rem;font-weight:600;cursor:pointer;transition:.2s}.secondary-btn:hover{opacity:.8;transition:.2s}.managedDisabled{opacity:.5;pointer-events:none;cursor:not-allowed}input:disabled{background:#fff}.isPressedValidation{background:#ff7300;padding:1.2rem 0;border-radius:.5rem;display:flex;justify-content:center;align-items:center;opacity:.5}.isPressedValidation p{color:#fff;text-align:center;font-size:1.2rem}.isPressedValidation p i{margin-left:.5rem;animation:spinerAnimation .4s ease-in infinite}.success-modal-container{position:fixed;top:0;left:50%;transform:translateX(-50%);height:100%;width:100%;background:rgba(0,0,0,.821);z-index:124;display:flex;justify-content:center;align-items:center}.success-modal-container .success-modal-inner-container{background:#f5f6fa;width:750px;border-radius:1rem;animation:fadeAnimation .5s linear forwards;padding:.6rem .6rem 2rem}.success-modal-container .success-modal-inner-container .success-modal-image-wrapper{height:14rem;border-radius:1rem;overflow:hidden;position:relative}.success-modal-container .success-modal-inner-container .success-modal-image-wrapper .close_modal{height:2rem;width:2rem;background:#f5f6fa;position:absolute;top:1rem;right:1rem;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:12;transition:.2s;cursor:pointer}.success-modal-container .success-modal-inner-container .success-modal-image-wrapper .close_modal:hover{transition:.2s;opacity:.8}.success-modal-container .success-modal-inner-container .success-modal-image-wrapper .close_modal i{color:#000;font-size:1.2rem}.success-modal-container .success-modal-inner-container .success-modal-image-wrapper .modal_overlay{position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.4);z-index:10}.success-modal-container .success-modal-inner-container .success-modal-image-wrapper img{height:14rem;width:100%;object-position:top;object-fit:cover}.success-modal-container .success-modal-inner-container .success-modal-image-wrapper h1{color:#fff;position:absolute;top:45%;left:50%;transform:translate(-50%);font-size:2rem;z-index:12;text-align:center;text-shadow:0 0 1rem #000}.success-modal-container .success-modal-inner-container p{text-align:center;font-size:1.4rem;margin:1rem 0;color:#646464}.success-modal-container .success-modal-inner-container .modal-double-btn{display:flex;gap:1rem}.success-modal-container .success-modal-inner-container .success-modal-info-action{text-align:center}.success-modal-container .success-modal-inner-container .success-modal-info-action button{outline:none;border:none;padding:.6rem 4rem;font-size:1.2rem;background:#4b25e6;border-radius:.4rem;color:#fff;font-weight:600;transition:.2s;cursor:pointer}.success-modal-container .success-modal-inner-container .success-modal-info-action button:hover{transition:.2s;opacity:.8}.login-page{min-height:100vh;overflow:hidden;background:linear-gradient(180deg,#8160ef,#49369b);justify-content:center;padding:3rem 1.6rem;font-family:Poppins,sans-serif}.login-page,.login-page .content{width:100%;position:relative;display:flex;align-items:center}.login-page .content{max-width:40rem;flex-direction:column;gap:2rem;z-index:5}.login-page .logo{height:auto;width:16rem}.login-page .card{width:100%;background:#fff;border-radius:1.4rem;padding:3.2rem;box-shadow:1.2rem 1.4rem 2.2rem rgba(0,0,0,.2)}.login-page .card .heading{margin-bottom:2.4rem}.login-page .card .heading h2{color:#28235a;font-size:2.6rem;font-weight:600;line-height:1.3;margin-bottom:.6rem}.login-page .card .heading h2 span{font-size:2.4rem}.login-page .card .heading p{color:#8683a0;font-size:1.4rem;font-weight:500;line-height:1.6}.login-page .card form{display:flex;flex-direction:column;gap:2rem}.login-page .card .field{display:flex;flex-direction:column;gap:.8rem}.login-page .card .field label{color:#28235a;font-size:1.4rem;font-weight:600}.login-page .card .field .password-head{display:flex;align-items:center;justify-content:space-between}.login-page .card .field .password-head button{border:none;background:transparent;color:#5c33f4;font-size:1.1rem;font-weight:600;cursor:pointer}.login-page .card .field .input-box{height:4.4rem;border:.1rem solid #eae9ee;border-radius:.8rem;padding:0 1.4rem;display:flex;align-items:center;gap:.8rem}.login-page .card .field .input-box img,.login-page .card .field .input-box svg{width:1.8rem;height:1.8rem;flex-shrink:0}.login-page .card .field .input-box input{width:100%;border:none;outline:none;background:transparent;color:#28235a;font-size:1.4rem;font-weight:500;font-family:inherit}.login-page .card .field .input-box input::placeholder{color:#8683a0}.login-page .card .remember{margin-top:-.2rem}.login-page .card .remember label{display:flex;align-items:center;gap:.8rem;cursor:pointer}.login-page .card .remember label input{width:1.6rem;height:1.6rem;accent-color:#5c33f4}.login-page .card .remember label span{color:#8683a0;font-size:1.3rem;font-weight:500}.login-page .card .submit-btn{width:100%;height:5rem;border:none;border-radius:.8rem;background:#4b25e6;color:#fff;font-size:1.8rem;font-weight:600;cursor:pointer;transition:.3s ease}.login-page .card .submit-btn:hover{background:#3f1ddb}.login-page .card .divider{display:flex;align-items:center;gap:1rem}.login-page .card .divider span{flex:1 1;height:.1rem;background:#eae9ee}.login-page .card .divider p{color:#8683a0;font-size:1.1rem;font-weight:600;white-space:nowrap}.login-page .card .signup{display:flex;justify-content:center}.login-page .card .signup p{color:#8683a0;font-size:1.4rem;font-weight:500;display:flex;align-items:center;gap:.4rem}.login-page .card .signup button{border:none;background:transparent;color:#5c33f4;font-size:1.4rem;font-weight:600;cursor:pointer}.login-page .copyright{color:#fff;font-size:1.3rem;font-weight:400;text-align:center}.login-page .floating-image{position:absolute;object-fit:cover;z-index:2}.login-page .image-left-top{width:20rem;height:20rem;left:6rem;top:9rem}.login-page .image-left-bottom{width:14rem;height:14rem;left:14rem;top:44rem}.login-page .image-right-top{width:16rem;height:16rem;right:18rem;top:11rem}.login-page .image-right-center{width:12rem;height:12rem;right:1rem;top:24rem}.login-page .image-right-bottom{width:17rem;height:17rem;right:4rem;bottom:10rem}.login-page .bubble{position:absolute;-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem);z-index:1}.login-page .top-left{width:4.5rem;height:4.5rem;left:28rem;top:4rem}.login-page .mid-left{width:2.5rem;height:2.5rem;left:8rem;top:40rem}.login-page .top-right{width:4rem;height:4rem;right:8rem;top:6rem}.login-page .mid-right{width:5rem;height:5rem;right:10rem;top:38rem}.login-page .bottom-left{width:7rem;height:7rem;left:16rem;bottom:14rem}.login-page .circle{position:absolute;border-radius:50%;border:.1rem solid hsla(0,0%,100%,.15);background:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,0))}.login-page .large-left{width:32rem;height:32rem;left:-10rem;bottom:10rem}.login-page .large-right{width:54rem;height:54rem;right:-15rem;bottom:-18rem}.login-page .dots{position:absolute;display:grid;grid-template-columns:repeat(4,.6rem);grid-gap:1rem;gap:1rem;z-index:1}.login-page .dots span{width:.6rem;height:.6rem;border-radius:50%;background:#9c94ef}.login-page .left-dots{left:24rem;top:34rem}.login-page .top-dots{right:26rem;top:3rem}@media(max-width:991px){.login-page{padding:2.4rem 1.6rem}.login-page .floating-image{display:none}.login-page .logo{font-size:4rem}.login-page .card{padding:2.6rem}}@media(max-width:767px){.login-page .content{max-width:100%}.login-page .logo{font-size:3.2rem}.login-page .card{padding:2rem}.login-page .card .heading h2{font-size:2.2rem}.login-page .card .heading p{font-size:1.3rem}.login-page .card .submit-btn{height:4.6rem;font-size:1.6rem}}@media(max-width:480px){.login-page{padding:1.6rem 1.2rem}.login-page .logo{font-size:2.8rem}.login-page .card{padding:1.8rem 1.6rem}.login-page .card .field .input-box{height:4rem}.login-page .card .field .input-box input{font-size:1.3rem}.login-page .copyright{font-size:1.2rem}}.welcome-section{background:#f5f6fa}.welcome-section .welcome-wrapper{padding:4rem;display:flex;height:100vh}.welcome-section .welcome-wrapper .welcome-parent:first-child{flex:1 1}.welcome-section .welcome-wrapper .welcome-parent:first-child img{height:auto;width:80%}.welcome-section .welcome-wrapper .welcome-parent:first-child h1{font-size:3rem;margin:12rem 0 10rem;font-weight:500}.welcome-section .welcome-wrapper .welcome-parent:first-child h1 span{color:#ee2023}.welcome-section .welcome-wrapper .welcome-parent:last-child{flex:2 1;position:relative}.welcome-section .welcome-wrapper .welcome-parent:last-child img{height:auto;width:140%;position:absolute;top:50%;left:80%;transform:translate(-50%,-50%)}.another-option-wrapper{text-align:end;margin:2rem 0}.another-option-wrapper a{color:#5a5a5a}.remember{margin-bottom:2rem}.remember label{display:inline-flex;align-items:center;gap:1rem;cursor:pointer;position:relative}.remember label input{display:none}.remember label input:checked+.checkmark{background:#5c33f4;border-color:#5c33f4}.remember label input:checked+.checkmark svg{opacity:1;transform:scale(1)}.remember label .checkmark{width:1.5rem;height:1.5rem;border-radius:.4rem;border:.1rem solid #d9d9d9;display:flex;align-items:center;justify-content:center;background:#fff;transition:.3s ease}.remember label .checkmark svg{opacity:0;transform:scale(.5);transition:.3s ease}.remember label p{color:#8683a0;font-size:1.2rem;font-weight:600;line-height:1}.authsignup{width:100%;display:flex;flex-direction:column;gap:2.143rem;padding-top:1rem}.authsignup .divider{width:100%;padding:1rem 0;display:flex;align-items:center;justify-content:center;gap:1rem}.authsignup .divider span{flex:1 1;height:.1rem;background:#eae9ee}.authsignup .divider p{color:#8683a0;font-size:1.2rem;font-weight:700;line-height:1;white-space:nowrap}.authsignup .signup-text{width:100%;gap:1.339rem;text-align:center}.authsignup .signup-text,.authsignup .signup-text p{display:flex;justify-content:center;align-items:center}.authsignup .signup-text p{color:#8683a0;font-size:1.2rem;font-weight:500;line-height:1.607rem;gap:.4rem;flex-wrap:wrap}.authsignup .signup-text p a{color:#5c33f4;font-weight:600;text-decoration:none;transition:.3s ease}.authsignup .signup-text p a:hover{opacity:.8;text-decoration:underline}.global-form-block{display:block!important}.form-group-container-alt{margin-bottom:1rem}.global-form-wrapper .user-info-input-wrapper{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:1.5rem;gap:1.5rem}.global-form-wrapper .user-info-input-wrapper .form-group-container:first-child{display:none}.global-form-wrapper .user-info-input-wrapper .form-group-container:last-child{grid-column:1/-1}.global-form-wrapper .user-info-input-wrapper .user-info-input{position:relative}.global-form-wrapper .user-info-input-wrapper .user-info-input input{margin:.5rem 0;width:100%;padding:1rem;border:none;border:2px solid rgba(0,0,0,.22);border-radius:.6rem;background:transparent;font-size:1.3rem;font-weight:500;color:#7d7d7d;outline:none}.global-form-wrapper .user-info-input-wrapper .user-info-input input::placeholder{color:#7d8994}.global-form-wrapper .user-info-input-wrapper .user-info-input .password-privacy-icon{position:absolute;top:1.8rem;right:1rem}.global-form-wrapper .user-info-input-wrapper .user-info-input .password-privacy-icon i{font-size:1.5rem;color:#7d8994;cursor:pointer}.global-form-wrapper .user-info-input-wrapper .user-info-input .show-password-strength-wrapper p{font-size:1rem;font-weight:600;text-transform:uppercase}.global-form-wrapper .user-info-input-wrapper .user-info-input .show-password-strength-wrapper span{color:#c1c1c1}.global-form-wrapper .user-info-input-wrapper .user-info-input .error_message{color:red;font-weight:500;display:none}.global-form-wrapper .user-info-input-wrapper .user-info-input .error_message i{margin-right:.5rem}input:invalid[focused=true]~.error_message{display:flex!important}.shakeAnimation{animation:shake .5s ease-in-out alternate-reverse forwards}.auth-main-heading{background:#f5f6fa;text-align:center;padding:2rem 0}.auth-main-heading img{height:auto;width:20rem}.authheading{margin-bottom:2.4rem}.authheading h2{color:#28235a;font-size:2.5rem;font-weight:600;line-height:1.4;display:flex;align-items:center;gap:.6rem}.authheading h2 span{font-size:2.5rem;line-height:1}.authheading p{color:#8683a0;font-size:1.3rem;font-weight:600;line-height:1.7;margin-top:.8rem}.top-logo{display:flex;justify-content:center;align-items:center}.top-logo img{height:auto;width:16rem}.auth-container{width:100%;max-width:40rem;z-index:5;border-radius:.8rem}.auth-container-wrapper{background:#fff;padding:2rem;margin:2rem 1rem;border-radius:1rem;box-shadow:16px 18px 28.1px 0 rgba(0,0,0,.25)}.signs-tab{display:flex;gap:1rem}.signs-tab a{width:100%}.signs-tab a .signs-tab-child button{width:100%;outline:none;border:2px solid #4b25e6;border-radius:.4rem;background:#4b25e6;color:#fff;font-size:1.2rem;padding:.5rem;cursor:pointer;transition:.2s;font-weight:600}.signs-tab a .signs-tab-child button:hover{transition:.2s;opacity:.8}.signs-tab a .signs-tab-child .tab-active{background:transparent;color:#34a8cb;border:2px solid #34a8cb}.signs-tab a .signs-tab-child .tab-active:hover{transition:.2s;background:#34a8cb;color:#fff}.navigation-container{background:#f5f6fa;border-bottom:1px solid rgba(0,0,0,.201)}.navigation-container .navigation-wrapper .navigation-parent{display:flex;justify-content:space-between;align-items:center;padding:2rem 0}.navigation-container .navigation-wrapper .navigation-parent .navigation-childs:last-child img{height:auto;width:18rem}.navigation-container .navigation-wrapper .navigation-parent .navigation-childs:first-child .navigation-icon{height:2.5rem;width:2.5rem;background-color:#18202b;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.2s}.navigation-container .navigation-wrapper .navigation-parent .navigation-childs:first-child .navigation-icon:hover{transition:.2s;opacity:.9}.navigation-container .navigation-wrapper .navigation-parent .navigation-childs:first-child .navigation-icon i{color:#fff;font-size:1.2rem}.show-journey-details-nagative{margin:1rem 0}.show-journey-details-nagative p{font-size:1.4rem}.show-journey-details-nagative h2{font-size:1.6rem}.show-journey-details-nagative h3{font-size:1.8rem;text-align:center;color:red}.landing-section{margin-top:3rem}.landing-section .landing-wrapper .landing-bg-image{height:32rem;border-radius:1rem;overflow:hidden;position:relative}.landing-section .landing-wrapper .landing-bg-image img{height:32rem;width:100%;object-fit:cover;object-position:center}.landing-section .landing-wrapper .landing-bg-image .landing-overlay{position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.286)}.landing-section .landing-wrapper .landing-bg-image h1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;font-size:4.375rem;width:100%}.landing-section .landing-wrapper .landing-bg-image .landing-action-wrapper{position:absolute;bottom:3rem;left:0;width:100%;text-align:center}.landing-section .landing-wrapper .landing-bg-image .landing-action-wrapper button{color:#fff;background:transparent;border:2px solid #fff;font-size:1.4rem;padding:.4rem 3rem;border-radius:2rem;cursor:pointer;transition:.2s}.landing-section .landing-wrapper .landing-bg-image .landing-action-wrapper button:hover{transition:.2s;background:rgba(89,89,89,.639)}.landing-section .landing-wrapper .landing-bg-image .landing-action-wrapper button i{color:#4b25e6}.zoom-effect{animation:zoomIn 6s ease-in-out infinite}@keyframes zoomIn{0%{transform:scale(1)}to{transform:scale(1.15)}}.div-heading h1{text-align:center;font-size:3rem}.div-heading p{font-size:1.4rem;color:#5a5a5a}.div-heading p,.trusted-container{text-align:center}.trusted-container img{height:auto;width:100%}.trusted-container h1{font-size:1.2rem;margin:3rem 0 1rem;font-weight:500;color:#5a5a5a}.different-wrapper{padding:3rem 0}.different-wrapper .different-parent{display:flex;gap:.5rem}.different-wrapper .different-parent .different-childs{flex:1 1;margin:4rem 0}.different-wrapper .different-parent .different-childs .different-image-wrapper img{height:16rem;width:100%;border-radius:1rem;background-size:cover;background-position:50%}.different-wrapper .different-parent .different-childs .different-image-wrapper h3{margin-top:-5rem;margin-left:1.4rem;color:#fff}.different-wrapper .different-parent .different-childs .different-image-wrapper p{margin-left:1.4rem;margin-bottom:5rem;color:#4b25e6}.different-wrapper .different-parent .different-childs .different-info{display:flex}.different-wrapper .different-parent .different-childs .different-info .different-info-childs svg{height:auto;width:2rem;margin-right:2rem}.different-wrapper .different-parent .different-childs .different-info .different-info-childs h3{font-size:1.4rem}.different-wrapper .different-parent .different-childs .different-info .different-info-childs p{margin-top:2rem;font-size:1.1rem;color:#5a5a5a}.sidebar{width:30.6rem;min-width:30.6rem;min-height:100vh;background:#fdfdff;padding:3.7rem 2.8rem;justify-content:space-between;border-right:.1rem solid #f1f1f6}.sidebar,.sidebar .top{display:flex;flex-direction:column}.sidebar .top{gap:4rem}.sidebar .logo{display:flex;align-items:center;gap:1.2rem}.sidebar .logo .logo-box{width:3.2rem;height:3.2rem;border-radius:.8rem;background:#1f1f39}.sidebar .logo h2{color:#1f1f39;font-size:2.4rem;font-weight:700;line-height:1}.sidebar .menu{display:flex;flex-direction:column;gap:.4rem}.sidebar .menu .menu-item{width:100%;border:none;background:transparent;padding:1.2rem;border-radius:.8rem;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;cursor:pointer;transition:.3s ease}.sidebar .menu .menu-item .left{display:flex;align-items:center;gap:1.2rem;flex:1 1}.sidebar .menu .menu-item .icon{width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center}.sidebar .menu .menu-item .icon svg{width:100%;height:100%;fill:#8683a0}.sidebar .menu .menu-item .label{color:#8683a0;font-size:1.5rem;font-weight:600;line-height:2.4rem}.sidebar .menu .menu-item .badge{min-width:3.2rem;height:3.2rem;border-radius:.4rem;background:#f6f4fe;display:flex;align-items:center;justify-content:center;padding:0 .8rem;color:#362ffb;font-size:1.5rem;font-weight:600}.sidebar .menu .menu-item:hover{background:#f8f7ff}.sidebar .menu .menu-item.active{background:#f6f4fe}.sidebar .menu .menu-item.active .icon svg{fill:#362ffb}.sidebar .menu .menu-item.active .label{color:#362ffb;font-weight:700}.sidebar .bottom{display:flex;flex-direction:column;gap:2.4rem}.sidebar .balance-card{background:#fff;border:.1rem solid #eae9ee;border-radius:1rem;padding:1.6rem;display:flex;flex-direction:column;gap:1.6rem}.sidebar .balance-card .title{color:#5b5f71;font-size:1.4rem;font-weight:500;line-height:2.24rem}.sidebar .balance-card h3{color:#28235a;font-size:2.4rem;font-weight:600;line-height:3.84rem}.sidebar .balance-card p{color:#5b5f71;font-size:1.2rem;font-weight:600;line-height:1.92rem}.sidebar .balance-card button{width:100%;height:4rem;border:none;border-radius:.4rem;background:#4641fd;color:#fff;font-size:1.2rem;font-weight:600;cursor:pointer;transition:.3s ease}.sidebar .balance-card button:hover{opacity:.9}.sidebar .refer-card{background:#f6f5fd;border:.1rem solid #eae9ee;border-radius:1rem;padding:1.6rem;display:flex;justify-content:space-between;gap:1.6rem}.sidebar .refer-card .refer-content{display:flex;flex-direction:column;gap:1.6rem;flex:1 1}.sidebar .refer-card .refer-content h4{color:#28235a;font-size:2rem;font-weight:600;line-height:3.2rem}.sidebar .refer-card .refer-content p{color:#5b5f71;font-size:1.2rem;font-weight:600;line-height:1.92rem}.sidebar .refer-card .refer-content button{width:100%;height:4rem;border-radius:.4rem;border:.1rem solid #eae9ee;background:#f9fafa;color:#4641fd;font-size:1.2rem;font-weight:600;cursor:pointer}.sidebar .refer-card .refer-icon{width:4.2rem;height:4.2rem;flex-shrink:0}.sidebar .refer-card .refer-icon svg{width:100%;height:100%;fill:#362ffb}@media(max-width:991px){.sidebar{width:100%;min-width:100%;min-height:auto;padding:2.4rem 2rem;gap:3rem}.sidebar .menu{flex-direction:row;flex-wrap:wrap}.sidebar .menu .menu-item{width:calc(50% - .2rem)}.sidebar .bottom{flex-direction:column}}@media(max-width:767px){.sidebar{padding:2rem 1.6rem}.sidebar .logo h2{font-size:2rem}.sidebar .menu .menu-item{width:100%}.sidebar .refer-card{flex-direction:column}.sidebar .refer-card .refer-icon{width:3.6rem;height:3.6rem}}.newdashboard{min-height:100vh;display:flex}.newdashboard .main{flex:1 1;display:flex;flex-direction:column;min-width:0}.newdashboard .content{flex:1 1;padding:2rem;background:#f8f9fc;overflow-y:auto}@media(max-width:768px){.newdashboard{flex-direction:column}.newdashboard .content{padding:1.6rem}}.newsidebar{position:-webkit-sticky;position:sticky;top:0;width:20rem;overflow:scroll;z-index:2;height:100vh;background:#fdfdff;box-shadow:0 .2rem 1rem rgba(0,0,0,.06);display:flex;flex-direction:column;justify-content:space-between;padding:0 1rem 3rem}.newsidebar::-webkit-scrollbar{width:0;height:0}.newsidebar .top{display:flex;flex-direction:column;gap:2rem}.newsidebar .logo{display:flex;justify-content:space-between;align-items:center;padding:2rem 0}.newsidebar .logo .logo-icon{display:flex;align-items:center;gap:.5rem}.newsidebar .logo .logo-icon img{width:2.2rem;height:2.2rem}.newsidebar .logo .logo-icon .llogo{height:auto;width:8rem}.newsidebar .logo .close-btn{background:transparent;border:none;font-size:1.5rem;cursor:pointer}.newsidebar .menu{display:flex;flex-direction:column;gap:.4rem}.newsidebar .menu .menu-item{width:100%;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;border-radius:.8rem;transition:.2s}.newsidebar .menu .menu-item .left{display:flex;align-items:center;gap:.7rem}.newsidebar .menu .menu-item .left svg{width:2.4rem;height:2.4rem;color:#8683a0}.newsidebar .menu .menu-item .left span{color:#8683a0;font-size:1rem;font-weight:600}.newsidebar .menu .menu-item .left .icon svg{height:auto;width:1.5rem}.newsidebar .menu .menu-item .badge{min-width:3rem;height:2rem;background:#f6f4fe;border-radius:.4rem;display:flex;align-items:center;justify-content:center;color:#362ffb;font-size:1rem;font-weight:600}.newsidebar .menu .menu-item.active{background:#f6f4fe}.newsidebar .menu .menu-item.active span,.newsidebar .menu .menu-item.active svg{color:#362ffb}.newsidebar .menu .menu-item.active span{font-weight:700}.newsidebar .menu .menu-item:hover{background:#f8f7ff}.newsidebar .bottom{display:flex;flex-direction:column;gap:2.4rem}.newsidebar .balance-card{padding:1.6rem;background:#fff;border:.1rem solid #eae9ee;border-radius:1rem;display:flex;flex-direction:column;gap:1.2rem}.newsidebar .balance-card span{color:#5b5f71;font-size:1rem;font-weight:500}.newsidebar .balance-card h3{color:#28235a;font-size:2rem;font-weight:600}.newsidebar .balance-card p{color:#5b5f71;font-size:1rem;font-weight:600}.newsidebar .balance-card button{padding:.8rem 1rem}.newsidebar .refer-card{background:#f6f5fd;border:.1rem solid #eae9ee;border-radius:1rem;overflow:hidden;display:flex;justify-content:space-between;gap:1.6rem}.newsidebar .refer-card .content h4{color:#28235a;font-size:1.2rem;font-weight:600;margin-bottom:.4rem}.newsidebar .refer-card .content p{color:#5b5f71;font-size:1rem;font-weight:600;line-height:1.6;margin-bottom:1.6rem}.newsidebar .refer-card .content .rfbtn{display:flex;justify-content:space-between;align-items:center;gap:1rem}.newsidebar .refer-card .content .rfbtn button{padding:.8rem 1rem;border:.1rem solid #eae9ee;background:#fff;color:#4641fd}.newsidebar .refer-card .content .rfbtn svg{height:auto;width:5rem}@media(max-width:991px){.newsidebar{width:100%;max-width:100%;border-right:none;border-bottom:.1rem solid #eae9ee;padding:2rem}.newsidebar .bottom{margin-top:3rem}}@media(max-width:768px){.newsidebar .refer-card{flex-direction:column}.newsidebar .refer-card .illustration{align-self:center}}.welcome-card{width:100%;padding:1rem 0;display:flex;flex-direction:column;gap:.5rem}.welcome-card h1{font-size:1.2rem;font-weight:600;line-height:1.4;color:#28235a;margin:0}.welcome-card h1 span{font-weight:400}.welcome-card p{font-size:1rem;font-weight:600;line-height:1.5;color:#8683a0;margin:0}@media(max-width:768px){.welcome-card{display:none;padding:1rem 1.6rem}.welcome-card h1{font-size:2rem}.welcome-card p{font-size:1.4rem}}.stats-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;padding:1rem 0}.stat-card{background:#fff;border-radius:1.2rem;padding:1rem;display:flex;align-items:flex-start;gap:.5rem}.stat-card .icon{display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;border-radius:50%;flex-shrink:0}.stat-card .icon.violet{background:#6d66f9}.stat-card .icon.green{background:#47bf7a}.stat-card .icon.orange{background:#fbaf42}.stat-card .icon.blue{background:#3a90fb}.stat-card .details{flex:1 1;display:flex;flex-direction:column;gap:.8rem}.stat-card .details span{font-size:1rem;font-weight:500;color:#5b5f71}.stat-card .details h3{font-size:1.5rem;font-weight:600;line-height:1;color:#28235a;margin:0}.stat-card .details .progress{display:flex;align-items:center;gap:.8rem}.stat-card .details .progress .track{flex:1 1;height:.4rem;background:#f0e6fa;border-radius:.4rem;overflow:hidden}.stat-card .details .progress .track .fill{height:100%;background:#3f3cfb;border-radius:.4rem}.stat-card .details .progress strong{font-size:1.2rem;font-weight:600;color:#5b5f71}.stat-card .details button{width:-moz-fit-content;width:fit-content;border:none;background:transparent;padding:0;font-size:.9rem;font-weight:400;color:#3f3cfb;cursor:pointer}@media(max-width:1200px){.stats-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats-cards{grid-template-columns:2,1fr}}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:1;width:100%;padding:1rem;background:#fafbff;justify-content:space-between;gap:1.8rem}.navbar,.navbar .menu-btn{display:flex;align-items:center}.navbar .menu-btn{width:2.8rem;height:2.8rem;border:none;background:transparent;cursor:pointer;color:#28235a;justify-content:center}.navbar .menu-btn svg{width:2rem;height:2rem}.navbar .right-section{display:flex;align-items:center;justify-content:flex-end;gap:3.6rem;flex:1 1}.navbar .search-box{width:100%;max-width:22rem;padding:.7rem 1rem;border:.1rem solid #eae9ee;border-radius:3rem;background:#fff;display:flex;align-items:center;gap:.7rem}.navbar .search-box svg{width:1.4rem;height:1.4rem;color:#8683a0;flex-shrink:0}.navbar .search-box input{flex:1 1;border:none;outline:none;background:transparent;color:#8683a0;font-size:.8rem;font-weight:400;font-family:inherit}.navbar .search-box input::placeholder{color:#8683a0}.navbar .actions{display:flex;align-items:center;gap:2rem;flex-shrink:0}.navbar .notification{width:2.8rem;height:2.8rem;border:none;background:transparent;position:relative;cursor:pointer;color:#8683a0;display:flex;align-items:center;justify-content:center}.navbar .notification svg{width:2.2rem;height:2.2rem}.navbar .notification span{position:absolute;top:4%;right:7%;width:1.1rem;height:1.1rem;border-radius:50%;background:#5c33f4;color:#fff;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center}.navbar .profile{display:flex;align-items:center;gap:.8rem}.navbar .profile .avatar{width:4rem;height:4rem;overflow:hidden;flex-shrink:0;display:flex;justify-content:center;align-items:center}.navbar .profile .avatar img{width:2.5rem;height:auto;object-fit:cover}.navbar .profile .info{display:flex;flex-direction:column}.navbar .profile .info h4{font-size:1rem;font-weight:600;color:#28235a;line-height:2rem}.navbar .profile .info p{font-size:.8rem;font-weight:400;color:#737791;line-height:1.8rem}.navbar .profile .dropdown{width:2rem;height:2rem;border:none;background:transparent;cursor:pointer;color:#616161;display:flex;align-items:center;justify-content:center}.navbar .profile .dropdown svg{width:1.5rem;height:1.5rem}@media(max-width:992px){.navbar{padding:1.8rem}.navbar .right-section{gap:2rem}.navbar .search-box{max-width:28rem}}@media(max-width:768px){.navbar{flex-direction:column;align-items:stretch}.navbar .right-section{flex-direction:column-reverse;align-items:stretch;gap:1.6rem}.navbar .search-box{max-width:100%}.navbar .actions{justify-content:space-between}}@media(max-width:480px){.navbar{padding:1.4rem}.navbar .profile .info h4{font-size:1.3rem}.navbar .profile .info p{font-size:1rem}}.task-progress{width:100%;background:#fff;border:.1rem solid #e2f0ff;border-radius:1.2rem;padding:2rem;display:flex;flex-direction:column;gap:3.2rem}.task-progress .top{display:flex;align-items:center;justify-content:space-between;gap:1.6rem}.task-progress .top h2{font-size:1.3rem;font-weight:600;color:#28235a;line-height:1.3}.task-progress .top .badge{padding:1rem;background:#fafbff;border-radius:.4rem;font-size:1rem;font-weight:700;color:#333;line-height:2rem;white-space:nowrap}.task-progress .chart-wrapper{width:100%}.task-progress .chart-wrapper .recharts-cartesian-axis-tick-value{font-size:1.4rem;fill:#949596}.task-progress .chart-tooltip{background:#fff;border:.1rem solid #ececf2;border-radius:1.2rem;padding:1rem;box-shadow:0 .8rem 2rem rgba(0,0,0,.08);display:flex;flex-direction:column;gap:.6rem}.task-progress .chart-tooltip span{color:#8683a0;font-size:1rem;font-weight:500}.task-progress .chart-tooltip strong{color:#28235a;font-size:1.2rem;font-weight:600}.task-progress .stats{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;border-top:.1rem solid #ececf2}.task-progress .stats .divider{width:.1rem;background:#ececf2}.task-progress .stats .item{display:flex;flex-direction:column;align-items:center;gap:.4rem}.task-progress .stats .item span{color:#8181a5;font-size:1rem;font-weight:400;line-height:2.1rem}.task-progress .stats .item strong{color:#28235a;font-size:1.5rem;font-weight:600;line-height:1.2;display:flex;align-items:center;gap:.4rem}.task-progress .stats .item strong em{color:#00ac4f;font-style:normal}.task-progress .stats .item strong small{color:#5b5f71;font-size:1.5rem;font-weight:600}.task-progress .stats .item strong.blue{color:#3f3cfb}@media(max-width:992px){.task-progress{padding:2rem}.task-progress .stats .item strong{font-size:2.4rem}.task-progress .stats .item strong small{font-size:1.6rem}}@media(max-width:768px){.task-progress .top{flex-direction:column;align-items:flex-start}.task-progress .stats{gap:2rem}.task-progress .stats .divider{width:100%;height:.1rem}}@media(max-width:480px){.task-progress{padding:1.6rem}.task-progress .top h2{font-size:1.8rem}.task-progress .chart-wrapper{min-height:24rem}}.recent-task{width:100%;background:#fff;border:.1rem solid #e2f0ff;border-radius:1.2rem;padding:1.8rem;display:flex;flex-direction:column;gap:1.6rem}.recent-task .header{display:flex;align-items:center;justify-content:space-between}.recent-task .header h2{font-size:1.3rem;font-weight:600;color:#28235a;line-height:1.3}.recent-task .header button{border:none;background:transparent;cursor:pointer;font-size:1rem;font-weight:700;color:#3f3cfb}.recent-task .list{display:flex;flex-direction:column}.recent-task .task{display:flex;align-items:center;gap:.5rem;padding:1.4rem 0}.recent-task .task.bordered{border-bottom:.1rem solid #eae9ee}.recent-task .task .thumb{width:6rem;height:6rem;border-radius:.8rem;background:#f7f7f9;flex-shrink:0;display:flex;align-items:center;justify-content:center}.recent-task .task .thumb img{width:70%;height:70%;object-fit:contain}.recent-task .task .details{flex:1 1;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.recent-task .task .details .rcontent{flex:1 1;min-width:0}.recent-task .task .details .rcontent h3{color:#28235a;font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:.4rem}.recent-task .task .details .rcontent span{color:#3f3cfb;font-size:1rem;font-weight:600}.recent-task .task .details .meta{width:11rem;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.5rem}.recent-task .task .details .meta .status{padding:.5rem 1rem;border-radius:2rem;text-align:center;font-size:1rem;font-weight:700}.recent-task .task .details .meta .status.completed{background:#e9f8ef;color:#3da862}.recent-task .task .details .meta .status.in-review{background:#fef4e7;color:#fdb55d}.recent-task .task .details .meta .status.pending{background:#f3f2f7;color:#858da2}.recent-task .task .details .meta p{color:#5b5f71;font-size:1rem;text-align:center;line-height:1.4}.recent-task .task .arrow{width:2rem;height:2rem;border:none;background:transparent;cursor:pointer;color:#8683a0;flex-shrink:0}.recent-task .task .arrow svg{width:100%;height:100%}@media(max-width:992px){.recent-task .task .details .rcontent h3{font-size:1.5rem}}@media(max-width:768px){.recent-task .task{align-items:flex-start}.recent-task .task .details{flex-direction:column;align-items:flex-start}.recent-task .task .details .meta{width:100%;display:flex;flex-direction:row;align-items:center}.recent-task .task .details .meta .status{width:-moz-fit-content;width:fit-content}.recent-task .task .details .meta p{text-align:left}}@media(max-width:480px){.recent-task{padding:1.4rem}.recent-task .header h2{font-size:1.6rem}.recent-task .task{gap:1rem}.recent-task .task .thumb{width:5rem;height:5rem}.recent-task .task .details .rcontent h3{font-size:1.4rem}}.newcontainer{display:flex;padding-bottom:1rem}.newcontainer>*{flex:1 1}.newcontainermod{display:flex;padding-bottom:1rem}.newcontainermod>:first-child{flex:2 1}.newcontainermod>:last-child{flex:1 1}.gap{gap:1rem}.fdc{flex-direction:row}.monthly-earning{width:100%;padding:1.5rem;background:#fff;border:.0625rem solid #e2f0ff;border-radius:.75rem}.monthly-earning .top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.monthly-earning .top .mcontent{display:flex;flex-direction:column;gap:.75rem}.monthly-earning .top .mcontent h2{margin:0;color:#28235a;font-size:1.25rem;font-weight:600;line-height:1.3}.monthly-earning .top .mcontent h3{margin:0;color:#28235a;font-size:1.5rem;font-weight:600;line-height:1}.monthly-earning .top .stats{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.monthly-earning .top .stats .month{border:0;cursor:pointer;display:flex;align-items:center;gap:.25rem;padding:.625rem;border-radius:.25rem;background:#fafbff}.monthly-earning .top .stats .month span{color:#333;font-size:.75rem;font-weight:700}.monthly-earning .top .stats .month svg{font-size:.875rem;color:#8683a0}.monthly-earning .top .stats .growth{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.monthly-earning .top .stats .growth .percentage{display:flex;align-items:center;gap:.25rem}.monthly-earning .top .stats .growth .percentage svg{color:#00ac4f;font-size:.875rem}.monthly-earning .top .stats .growth .percentage span{color:#00ac4f;font-size:.75rem;font-weight:700}.monthly-earning .top .stats .growth p{margin:0;color:#5b5f71;font-size:.75rem;font-weight:500}.monthly-earning .chart{display:flex;gap:.75rem}.monthly-earning .chart .y-axis{width:2.5rem;display:flex;flex-direction:column;justify-content:space-between;height:12rem}.monthly-earning .chart .y-axis span{color:#949596;font-size:.75rem;text-align:right}.monthly-earning .chart .graph{flex:1 1;min-width:0;position:relative}.monthly-earning .chart .graph .grid{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.monthly-earning .chart .graph .grid span{width:100%;border-top:.0625rem solid #ececf1}.monthly-earning .chart .graph .bars{height:12rem;display:grid;grid-template-columns:repeat(23,1fr);align-items:end;grid-gap:.125rem;gap:.125rem;position:relative;z-index:2}.monthly-earning .chart .graph .bars .bar{width:100%;border-radius:.1875rem .1875rem 0 0;background:#dcd dfe;min-height:.5rem}.monthly-earning .chart .graph .bars .bar:nth-child(odd){background:#d5d7fe}.monthly-earning .chart .graph .bars .bar:nth-child(3n){background:#b8b9f6}.monthly-earning .chart .graph .bars .bar.active{background:#7976ff}.monthly-earning .chart .graph .x-axis{display:flex;justify-content:space-between;margin-top:.75rem}.monthly-earning .chart .graph .x-axis span{color:#949596;font-size:.75rem;font-weight:400}@media(max-width:991px){.monthly-earning{padding:1.25rem}.monthly-earning .top{gap:1rem}}@media(max-width:768px){.monthly-earning{padding:1rem}.monthly-earning .top{flex-direction:column;align-items:flex-start}.monthly-earning .top .stats{width:100%;flex-direction:row;justify-content:space-between;align-items:center}.monthly-earning .chart{overflow-x:auto;min-width:100%}.monthly-earning .chart .graph{min-width:35rem}}@media(max-width:480px){.monthly-earning .mcontent h2{font-size:1.125rem}.monthly-earning .mcontent h3{font-size:1.375rem}.monthly-earning .graph{min-width:32rem}}.earning-breakdown{width:100%}.earning-breakdown h2{margin:0;color:#28235a;font-size:1.25rem;font-weight:600;line-height:1.3}.earning-breakdown .econtent{margin-top:2rem;display:flex;align-items:center;gap:3rem}.earning-breakdown .chart-wrapper{flex-shrink:0}.earning-breakdown .donut-chart{position:relative;width:14rem;height:14rem;border-radius:50%;background:conic-gradient(#4641fb 0 60%,#3b92fd 60% 84%,#18c35f 84% 100%);display:flex;align-items:center;justify-content:center}.earning-breakdown .donut-chart:after{content:"";position:absolute;width:9rem;height:9rem;background:#fff;border-radius:50%}.earning-breakdown .donut-chart .center-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:.35rem}.earning-breakdown .donut-chart .center-content span{color:#28235a;font-size:1rem;font-weight:600}.earning-breakdown .donut-chart .center-content strong{color:#28235a;font-size:1.5rem;font-weight:600;line-height:1}.earning-breakdown .details{flex:1 1;display:flex;flex-direction:column;gap:1.5rem}.earning-breakdown .details .item{display:flex;flex-direction:column;gap:.4rem}.earning-breakdown .details .item .heading{display:flex;align-items:center;gap:.5rem}.earning-breakdown .details .item .heading .dot{width:.75rem;height:.75rem;border-radius:50%;flex-shrink:0}.earning-breakdown .details .item .heading h3{margin:0;color:#28235a;font-size:1rem;font-weight:600;line-height:1.4}.earning-breakdown .details .item .values{padding-left:1.25rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.earning-breakdown .details .item .values span:first-child{color:#28235a;font-size:.875rem;font-weight:600}.earning-breakdown .details .item .values span:last-child{color:#5b5f71;font-size:.875rem;font-weight:600}@media(max-width:991px){.earning-breakdown .econtent{gap:2rem}.earning-breakdown .donut-chart{width:12rem;height:12rem}.earning-breakdown .donut-chart:after{width:7.5rem;height:7.5rem}}@media(max-width:768px){.earning-breakdown{padding:1rem}.earning-breakdown .details{width:100%}.earning-breakdown .donut-chart{width:11rem;height:11rem}.earning-breakdown .donut-chart:after{width:7rem;height:7rem}.earning-breakdown .donut-chart .center-content strong{font-size:1.25rem}.earning-breakdown .donut-chart .center-content span{font-size:.875rem}}@media(max-width:480px){.earning-breakdown h2{font-size:1.125rem}.earning-breakdown .details .item .heading h3{font-size:.9375rem}.earning-breakdown .details .item .values span{font-size:.8125rem}}.project-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;width:100%}.project-stats .card{padding:1rem;background:#fff;border-radius:.75rem;display:flex;align-items:flex-start;gap:1rem;border:.0625rem solid #eef3ff}.project-stats .card .icon-wrapper{width:3.5rem;height:3.5rem;min-width:3.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.project-stats .card .icon-wrapper svg{color:#fff;font-size:1.6rem}.project-stats .card .info{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.project-stats .card .info p{margin:0;color:#5b5f71;font-size:.75rem;font-weight:500;line-height:1.4}.project-stats .card .info h3{margin:0;color:#28235a;font-size:1.5rem;font-weight:600;line-height:1}.project-stats .card .info button{padding:0;border:0;background:transparent;display:flex;align-items:center;gap:.35rem;color:#3f3cfb;font-size:.75rem;font-weight:400;cursor:pointer;width:-moz-fit-content;width:fit-content}.project-stats .card .info button svg{font-size:.8rem}@media(max-width:1200px){.project-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.project-stats{grid-template-columns:1fr}.project-stats .card .icon-wrapper{width:3rem;height:3rem;min-width:3rem}.project-stats .card .icon-wrapper svg{font-size:1.4rem}.project-stats .card .info h3{font-size:1.25rem}}.activity-summary{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.5rem;gap:.5rem;width:100%}.activity-summary .card{padding:.5rem;background:#fff;border-radius:.75rem;border:.0625rem solid #eef3ff}.activity-summary .card .icon-wrapper{width:3.5rem;height:3.5rem;min-width:3.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.activity-summary .card .icon-wrapper svg{color:#fff;font-size:1.6rem}.activity-summary .card .info{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.activity-summary .card .info p{margin:0;color:#5b5f71;font-size:.75rem;font-weight:500;line-height:1.4}.activity-summary .card .info h3{margin:0;color:#28235a;font-size:1.5rem;font-weight:600;line-height:1}.activity-summary .card button{padding:0;border:0;background:transparent;color:#5b5f71;font-size:.75rem;font-weight:400;cursor:pointer;width:-moz-fit-content;width:fit-content}@media(max-width:1200px){.activity-summary{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.activity-summary{grid-template-columns:1fr}.activity-summary .card .icon-wrapper{width:3rem;height:3rem;min-width:3rem}.activity-summary .card .icon-wrapper svg{font-size:1.4rem}.activity-summary .card .info h3{font-size:1.25rem}}.projects-table{width:100%;padding:1rem 0}.projects-table .filters{display:flex;gap:1rem;margin-bottom:1rem}.projects-table .filters .dropdown,.projects-table .filters .search{height:3rem;padding:0 1rem;background:#fff;border:.1rem solid #eae9ee;border-radius:.8rem;display:flex;align-items:center;color:#5b5f71;font-size:1rem}.projects-table .filters .search{width:25rem}.projects-table .filters .dropdown{flex:1 1;width:max-content;justify-content:space-between}.projects-table .table-card{background:#fff;border:.1rem solid #e2f0ff;border-radius:1.2rem;padding:2rem}.projects-table .table-head{display:grid;grid-template-columns:3fr 1fr 1fr 1fr 1fr 1.2fr;grid-gap:1.6rem;gap:1.6rem;padding-bottom:1.6rem;border-bottom:.1rem solid #eae9ee}.projects-table .table-head div{color:#28235a;font-size:1rem;font-weight:600}.projects-table .row{display:grid;grid-template-columns:3fr 1fr 1fr 1fr 1fr 1.2fr;grid-gap:1.6rem;gap:1.6rem;align-items:center;padding:1.6rem 0;border-bottom:.1rem solid #eae9ee}.projects-table .row>div{color:#28235a;font-size:1.3rem;font-weight:600}.projects-table .row .project{display:flex;align-items:center;gap:.8rem}.projects-table .row .project img{width:4.8rem;height:4.8rem;object-fit:cover;border-radius:.8rem;background:#f7f7f9}.projects-table .row .project .details h4{margin:0;color:#28235a;font-size:1rem;font-weight:600;line-height:1.8rem}.projects-table .row .project .details span{color:#5b5f71;font-size:1rem;font-weight:600}.projects-table .row .gain{color:#0dae42}.projects-table .row .submiton span{color:#8683a0;font-size:1rem;font-weight:600}.projects-table .row .status{padding:.4rem 1rem;border-radius:.4rem;font-size:1rem;font-weight:700;display:inline-flex;align-items:center}.projects-table .row .status.completed{background:#e9f8ef;color:#3da862}.projects-table .row .status.review{background:#fef4e7;color:#fdb55d}.projects-table .row .status.pending{background:#f3f2f7;color:#858da2}.projects-table .row .status.active{background:#f5f4fd;color:#3821f6}.projects-table .row button{border:none;cursor:pointer;background:#3013fc;color:#fff;border-radius:.4rem;padding:.8rem 1.8rem;font-size:1rem;font-weight:700;white-space:nowrap}.projects-table .pagination{display:flex;justify-content:space-between;align-items:center;padding-top:2rem}.projects-table .pagination .rows,.projects-table .pagination p{color:#5b5f71;font-size:1rem}.projects-table .pagination .pages{display:flex;gap:.6rem}.projects-table .pagination .pages span{width:2.8rem;height:2.8rem;border:.1rem solid #d1d5db;border-radius:.3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;font-weight:600}.projects-table .pagination .pages span.active{background:#f5f4fd;color:#3821f6}.projects-table .pagination .rows{display:flex;align-items:center;gap:.8rem}.projects-table .pagination .rows strong{border:.1rem solid #eae9ee;border-radius:.4rem;padding:.4rem 1rem;color:#333}@media(max-width:992px){.projects-table .filters{flex-wrap:wrap}.projects-table .filters .dropdown,.projects-table .filters .search{width:100%;flex:unset}.projects-table .table-head{display:none}.projects-table .row{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.8rem 0}.projects-table .pagination{flex-direction:column;gap:1.6rem}}@media(max-width:576px){.projects-table{padding:1rem}.projects-table .table-card{padding:1.4rem}}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem}.modal-content{width:100%;max-width:75rem;max-height:90vh;background:#fff;border-radius:1.2rem;padding:1.5rem;position:relative;animation:popup .25s ease;overflow:auto}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem;margin-bottom:1rem}.modal-header .mocontent{flex:1 1}.modal-header .mocontent h2{margin:0 0 .2rem;color:#28235a;font-size:1.1rem;font-weight:600;line-height:1.4rem}.modal-header .mocontent p{margin:0;color:#8683a0;font-size:.8rem;font-weight:500;line-height:1.2rem;max-width:32rem}.modal-header .close-btn{width:2.2rem;height:2.2rem;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modal-header .close-btn svg{width:1.4rem;height:1.4rem}.modal-header .close-btn:hover{opacity:.7}.project-card{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;background:#fff}.project-card img{width:4.4rem;height:4.4rem;border-radius:.5rem;object-fit:cover;background:#f7f7f9;flex-shrink:0}.project-card .info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.3rem}.project-card .info .mocontent{display:flex;flex-direction:column;gap:.1rem}.project-card .info .mocontent h4{margin:0;color:#28235a;font-size:.85rem;font-weight:600;line-height:1.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-card .info .mocontent .category{color:#5b5f71;font-size:.7rem;font-weight:500;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-card .info .status-wrap{display:flex;align-items:center}.project-card .info .status{padding:.2rem .6rem;border-radius:.3rem;font-size:.65rem;font-weight:700;line-height:1rem}.project-card .info .status.completed{background:#e9f8ef;color:#3da862}.project-card .info .status.review{background:#fef4e7;color:#fdb55d}.project-card .info .status.pending{background:#f3f2f7;color:#858da2}.project-card .info .status.active{background:#f5f4fd;color:#3821f6}.due-date{width:13rem;display:flex;flex-direction:column;gap:.5rem;padding-top:.4rem}.due-date label{color:#5b5f71;font-size:.8rem;font-weight:600;line-height:1rem}.due-date .date-field{height:2.4rem;padding:0 .7rem;background:#fff;border:.1rem solid #eae9ee;border-radius:.5rem;display:flex;align-items:center;gap:.4rem}.due-date .date-field .calendar{width:1.4rem;height:1.4rem;flex-shrink:0;color:#5b5f71;display:flex;align-items:center;justify-content:center}.due-date .date-field .calendar svg{width:1rem;height:1rem}.due-date .date-field span{flex:1 1;min-width:0;color:#5b5f71;font-size:.72rem;font-weight:500;line-height:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.due-date .date-field .arrow{width:1rem;height:1rem;flex-shrink:0;color:#28235a;display:flex;align-items:center;justify-content:center}.due-date .date-field .arrow svg{width:100%;height:100%}.product-wrapper{margin-top:1rem}.product-wrapper label{display:block;margin-bottom:.6rem;color:#5b5f71;font-size:.85rem;font-weight:600}.product-wrapper .product-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}@media(max-width:991px){.product-wrapper .product-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.product-wrapper .product-cards{grid-template-columns:1fr}}.product-wrapper .product-card1{min-width:0;padding:.8rem;border:.1rem solid #e2f0ff;border-radius:.6rem;background:#fff;display:flex;flex-direction:column;gap:.8rem}.product-wrapper .product-card1 .product-info{display:flex;gap:.5rem}.product-wrapper .product-card1 .product-info img{width:3.8rem;height:5.4rem;border-radius:.4rem;object-fit:cover;flex-shrink:0}.product-wrapper .product-card1 .product-info .cacontent{flex:1 1;min-width:0}.product-wrapper .product-card1 .product-info .cacontent h4{margin:0 0 .4rem;color:#28235a;font-size:.8rem;font-weight:600;line-height:1.1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-wrapper .product-card1 .product-info .cacontent .pricing{padding:.5rem;border-radius:.5rem;background:#fff6f7}.product-wrapper .product-card1 .product-info .cacontent .pricing .top-row{display:flex;justify-content:space-between;gap:.4rem}.product-wrapper .product-card1 .product-info .cacontent .pricing .item{flex:1 1}.product-wrapper .product-card1 .product-info .cacontent .pricing .item span{display:block;color:#fe1f47;font-size:.65rem;line-height:.9rem}.product-wrapper .product-card1 .product-info .cacontent .pricing .item strong{display:block;color:#fe1f47;font-size:.8rem;font-weight:600;line-height:1rem}.product-wrapper .product-card1 .product-info .cacontent .pricing .item.right{text-align:right}.product-wrapper .product-card1 .product-info .cacontent .pricing .total{margin-top:.3rem;display:flex;justify-content:space-between;align-items:center}.product-wrapper .product-card1 .product-info .cacontent .pricing .total span{color:#fe1f47;font-size:.65rem;font-weight:600}.product-wrapper .product-card1 .product-info .cacontent .pricing .total strong{color:#fe1f47;font-size:.8rem;font-weight:600}.product-wrapper .product-card1 .recommended h5{margin:0 0 .4rem;font-size:.8rem;font-weight:600;color:#5b5f71}.product-wrapper .product-card1 .recommended .tags{display:flex;gap:.4rem}.product-wrapper .product-card1 .recommended .tags .tag{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:.3rem}.product-wrapper .product-card1 .recommended .tags .tag .icon{width:2rem;height:2rem;border-radius:50%;background:#fff6f7;display:flex;justify-content:center;align-items:center}.product-wrapper .product-card1 .recommended .tags .tag span{font-size:.65rem;line-height:.9rem;text-align:center;color:#5b5f71}.product-wrapper .product-card1 .actions{display:flex;flex-direction:column;gap:.4rem}.product-wrapper .product-card1 .actions .action-row{display:flex;gap:.4rem}.product-wrapper .product-card1 .actions button{flex:1 1;height:2.1rem;padding:0 .4rem;border:none;border-radius:.3rem;font-size:.7rem;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem}.product-wrapper .product-card1 .actions .like,.product-wrapper .product-card1 .actions .share{padding:.5rem 0;background:#fff6f7;color:#fe1f47}.product-wrapper .product-card1 .actions .dislike{background:#f7f6fb;color:#2f3653}.product-wrapper .product-card2{min-width:0;padding:.8rem;border:.1rem solid #e2f0ff;border-radius:.6rem;background:#fff;display:flex;flex-direction:column;gap:.8rem}.product-wrapper .product-card2 .product-info{display:flex;gap:.5rem}.product-wrapper .product-card2 .product-info img{width:3.8rem;height:5.4rem;border-radius:.4rem;object-fit:cover;flex-shrink:0}.product-wrapper .product-card2 .product-info .cacontent{flex:1 1;min-width:0}.product-wrapper .product-card2 .product-info .cacontent h4{margin:0 0 .4rem;color:#28235a;font-size:.8rem;font-weight:600;line-height:1.1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-wrapper .product-card2 .product-info .cacontent .pricing{padding:.5rem;border-radius:.5rem;background:#f7f9fe}.product-wrapper .product-card2 .product-info .cacontent .pricing .top-row{display:flex;justify-content:space-between;gap:.4rem}.product-wrapper .product-card2 .product-info .cacontent .pricing .item{flex:1 1}.product-wrapper .product-card2 .product-info .cacontent .pricing .item span{display:block;color:#2069fc;font-size:.65rem;line-height:.9rem}.product-wrapper .product-card2 .product-info .cacontent .pricing .item strong{display:block;color:#2069fc;font-size:.8rem;font-weight:600;line-height:1rem}.product-wrapper .product-card2 .product-info .cacontent .pricing .item.right{text-align:right}.product-wrapper .product-card2 .product-info .cacontent .pricing .total{margin-top:.3rem;display:flex;justify-content:space-between;align-items:center}.product-wrapper .product-card2 .product-info .cacontent .pricing .total span{color:#2069fc;font-size:.65rem;font-weight:600}.product-wrapper .product-card2 .product-info .cacontent .pricing .total strong{color:#2069fc;font-size:.8rem;font-weight:600}.product-wrapper .product-card2 .recommended h5{margin:0 0 .4rem;font-size:.8rem;font-weight:600;color:#5b5f71}.product-wrapper .product-card2 .recommended .tags{display:flex;gap:.4rem}.product-wrapper .product-card2 .recommended .tags .tag{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:.3rem}.product-wrapper .product-card2 .recommended .tags .tag .icon{width:2rem;height:2rem;border-radius:50%;background:#f7f9fe;display:flex;justify-content:center;align-items:center}.product-wrapper .product-card2 .recommended .tags .tag span{font-size:.65rem;line-height:.9rem;text-align:center;color:#5b5f71}.product-wrapper .product-card2 .actions{display:flex;flex-direction:column;gap:.4rem}.product-wrapper .product-card2 .actions .action-row{display:flex;gap:.4rem}.product-wrapper .product-card2 .actions button{flex:1 1;height:2.1rem;padding:0 .4rem;border:none;border-radius:.3rem;font-size:.7rem;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem}.product-wrapper .product-card2 .actions .like,.product-wrapper .product-card2 .actions .share{padding:.5rem 0;background:#f7f9fe;color:#2069fc}.product-wrapper .product-card2 .actions .dislike{background:#f7f9fe;color:#2069fc}.product-wrapper .product-card3{min-width:0;padding:.8rem;border:.1rem solid #e2f0ff;border-radius:.6rem;background:#fff;display:flex;flex-direction:column;gap:.8rem}.product-wrapper .product-card3 .product-info{display:flex;gap:.5rem}.product-wrapper .product-card3 .product-info img{width:3.8rem;height:5.4rem;border-radius:.4rem;object-fit:cover;flex-shrink:0}.product-wrapper .product-card3 .product-info .cacontent{flex:1 1;min-width:0}.product-wrapper .product-card3 .product-info .cacontent h4{margin:0 0 .4rem;color:#28235a;font-size:.8rem;font-weight:600;line-height:1.1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-wrapper .product-card3 .product-info .cacontent .pricing{padding:.5rem;border-radius:.5rem;background:#f6f5fd}.product-wrapper .product-card3 .product-info .cacontent .pricing .top-row{display:flex;justify-content:space-between;gap:.4rem}.product-wrapper .product-card3 .product-info .cacontent .pricing .item{flex:1 1}.product-wrapper .product-card3 .product-info .cacontent .pricing .item span{display:block;color:#4423e3;font-size:.65rem;line-height:.9rem}.product-wrapper .product-card3 .product-info .cacontent .pricing .item strong{display:block;color:#4423e3;font-size:.8rem;font-weight:600;line-height:1rem}.product-wrapper .product-card3 .product-info .cacontent .pricing .item.right{text-align:right}.product-wrapper .product-card3 .product-info .cacontent .pricing .total{margin-top:.3rem;display:flex;justify-content:space-between;align-items:center}.product-wrapper .product-card3 .product-info .cacontent .pricing .total span{color:#4423e3;font-size:.65rem;font-weight:600}.product-wrapper .product-card3 .product-info .cacontent .pricing .total strong{color:#4423e3;font-size:.8rem;font-weight:600}.product-wrapper .product-card3 .recommended h5{margin:0 0 .4rem;font-size:.8rem;font-weight:600;color:#5b5f71}.product-wrapper .product-card3 .recommended .tags{display:flex;gap:.4rem}.product-wrapper .product-card3 .recommended .tags .tag{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:.3rem}.product-wrapper .product-card3 .recommended .tags .tag .icon{width:2rem;height:2rem;border-radius:50%;background:#f6f5fd;display:flex;justify-content:center;align-items:center}.product-wrapper .product-card3 .recommended .tags .tag span{font-size:.65rem;line-height:.9rem;text-align:center;color:#5b5f71}.product-wrapper .product-card3 .actions{display:flex;flex-direction:column;gap:.4rem}.product-wrapper .product-card3 .actions .action-row{display:flex;gap:.4rem}.product-wrapper .product-card3 .actions button{flex:1 1;height:2.1rem;padding:0 .4rem;border:none;border-radius:.3rem;font-size:.7rem;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem}.product-wrapper .product-card3 .actions .like,.product-wrapper .product-card3 .actions .share{padding:.5rem 0;background:#f6f5fd;color:#4423e3}.product-wrapper .product-card3 .actions .dislike{background:#f6f5fd;color:#4423e3}.submission-note{gap:.5rem;padding:.8rem;margin-top:.8rem;border-radius:.8rem;background:#f6f5fd;display:flex;align-items:center}.submission-note .icon{width:1.6rem;height:1.6rem;flex-shrink:0}.submission-note p{margin:0;color:#4423e3;font-size:.72rem;font-weight:500;line-height:1rem}@keyframes popup{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.profile-card-wrapper,.profile-card-wrapper .profile-card{width:100%;height:100%;border-radius:.75rem}.profile-card-wrapper .profile-card{padding:1.75rem 1.5rem;background:#fff;display:flex;gap:1rem;align-items:flex-start}.profile-card-wrapper .profile-card .avatar{width:8.75rem;height:8.75rem;position:relative;flex-shrink:0}.profile-card-wrapper .profile-card .avatar .circle{width:100%;height:100%;background:#1f1f39;border-radius:50%}.profile-card-wrapper .profile-card .avatar .edit-icon-bg{position:absolute;bottom:.5rem;right:.5rem;width:2.3rem;height:2.3rem;border-radius:50%;background:#fff;border:.0625rem solid #eae9ee;display:flex;align-items:center;justify-content:center}.profile-card-wrapper .profile-card .avatar .avatar-img{position:absolute;width:5rem;height:5rem;top:1.75rem;left:2rem}.profile-card-wrapper .profile-card .procontent{flex:1 1;display:flex;flex-direction:column;gap:1rem}.profile-card-wrapper .profile-card .procontent .top{display:flex;justify-content:space-between;align-items:flex-start}.profile-card-wrapper .profile-card .procontent .top .left{display:flex;gap:.5rem}.profile-card-wrapper .profile-card .procontent .top .left .name-block{display:flex;flex-direction:column;gap:.5rem}.profile-card-wrapper .profile-card .procontent .top .left .name-block h2{font-size:1.5rem;font-weight:600;color:#28235a;margin:0}.profile-card-wrapper .profile-card .procontent .top .left .name-block p{font-size:.875rem;font-weight:700;color:#5b5f71;margin:0}.profile-card-wrapper .profile-card .procontent .top .left .proverified{display:flex;justify-content:center;align-items:center;gap:.25rem;height:max-content;padding:.5rem 1rem;background:#f6f5fd;border-radius:.25rem;font-size:.75rem;font-weight:700;color:#3821f6}.profile-card-wrapper .profile-card .procontent .top .edit-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:.0625rem solid #eae9ee;border-radius:.5rem;background:#fff;cursor:pointer;font-size:.875rem;color:#5b5f71;font-weight:600}.profile-card-wrapper .profile-card .procontent .bottom{display:flex;justify-content:space-between;gap:1rem}.profile-card-wrapper .profile-card .procontent .bottom .info{display:flex;flex-direction:column;gap:.5rem}.profile-card-wrapper .profile-card .procontent .bottom .info .row{display:flex;align-items:center;gap:.625rem;font-size:.75rem;color:#2f3653}.profile-card-wrapper .profile-card .procontent .bottom .stats{width:19.8rem;display:flex;align-items:center}.profile-card-wrapper .profile-card .procontent .bottom .stats .box{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.profile-card-wrapper .profile-card .procontent .bottom .stats .box .title{font-size:.75rem;font-weight:600;color:#28235a}.profile-card-wrapper .profile-card .procontent .bottom .stats .box .value{font-size:1.125rem;font-weight:600;color:#4423e3}.profile-card-wrapper .profile-card .procontent .bottom .stats .box .sub{font-size:.75rem;font-weight:600;color:#5b5f71}.profile-card-wrapper .profile-card .procontent .bottom .stats .divider{width:.125rem;height:3.9375rem;background:#ececf2;margin:0 1rem}.profile-card-wrapper .profile-card .procontent .bottom .stats .gain .value{color:#0dae42;font-size:1rem}.profile-card-wrapper .profile-card .procontent .bottom .stats .gain .trend{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#5b5f71}@media(max-width:768px){.profile-card-wrapper .profile-card{flex-direction:column;height:auto;gap:1.25rem;padding:1.25rem}.profile-card-wrapper .profile-card .avatar{width:6rem;height:6rem;margin:0 auto}.profile-card-wrapper .profile-card .procontent .top{flex-direction:column;gap:.75rem;align-items:flex-start}.profile-card-wrapper .profile-card .procontent .top .left{flex-wrap:wrap;gap:.75rem}.profile-card-wrapper .profile-card .procontent .top .edit-btn{align-self:flex-start}.profile-card-wrapper .profile-card .procontent .bottom{flex-direction:column;gap:1rem}.profile-card-wrapper .profile-card .procontent .bottom .info{width:100%}.profile-card-wrapper .profile-card .procontent .bottom .stats{width:100%;flex-wrap:wrap;justify-content:space-between}.profile-card-wrapper .profile-card .procontent .bottom .stats .box{min-width:45%}.profile-card-wrapper .profile-card .procontent .bottom .stats .divider{display:none}.profile-card-wrapper .profile-card .procontent .bottom .stats .gain{width:100%;margin-top:.5rem}}.profile-completion-card{width:100%;padding:1rem;background:#fff;border-radius:.75rem;display:flex;flex-direction:column;gap:1rem}.profile-completion-card .header{display:flex;flex-direction:column;gap:.5rem}.profile-completion-card .header h2{font-size:1.25rem;font-weight:600;color:#28235a;margin:0}.profile-completion-card .header p{font-size:.75rem;font-weight:600;color:#5b5f71;margin:0}.profile-completion-card .body{display:flex;gap:1rem;align-items:flex-start}.profile-completion-card .body .progress{width:6rem;height:6rem;position:relative;flex-shrink:0}.profile-completion-card .body .progress svg{width:100%;height:100%;display:block}.profile-completion-card .body .list{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.profile-completion-card .body .list .item{display:flex;align-items:center;gap:.75rem;font-size:.75rem;font-weight:600;color:#28235a}.profile-completion-card .body .list .item .icon{width:1.25rem;height:1.25rem;display:inline-block;border-radius:50%}.profile-completion-card .body .list .item .icon.pending{border:.125rem solid #eae9ee;background:transparent}@media(max-width:768px){.profile-completion-card .progress{width:5rem;height:5rem}.profile-completion-card .list{width:100%;align-items:flex-start}.profile-completion-card .list .item{justify-content:flex-start}}.breadcrumb{display:flex;align-items:center;gap:.625rem}.breadcrumb span{font-size:1rem;font-weight:600;color:#5b5f71;line-height:1.5}.breadcrumb .active{color:#4b25e6}.breadcrumb svg{flex-shrink:0}.tabs-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.tabs-wrapper .tabs{display:flex;align-items:center;gap:.5rem}.tabs-wrapper .tabs .tab{flex:1 1;background:transparent;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.5rem 1rem;color:#5b5f71;font-size:.75rem;font-weight:600;line-height:1.18rem;border:none;border-bottom:.0625rem solid transparent}.tabs-wrapper .tabs .tab.active{color:#3821f6;border-bottom-color:#3821f6}.tabs-wrapper .date-filter{width:16.75rem;height:2.5rem;display:flex;align-items:center;padding:0 1rem;background:#fff;border:.0625rem solid #eae9ee;border-radius:.5rem}.tabs-wrapper .date-filter span{color:#5b5f71;font-size:.875rem;font-weight:400;white-space:nowrap}@media(max-width:768px){.tabs-wrapper{flex-direction:column;align-items:stretch;padding:1rem}.tabs-wrapper .tabs{overflow-x:auto;flex-wrap:nowrap}.tabs-wrapper .tabs::-webkit-scrollbar{display:none}.tabs-wrapper .tabs .tab{flex:0 0 auto;min-width:6rem}.tabs-wrapper .date-filter{width:100%}}.parent1{display:grid;grid-template-columns:2fr 1fr;grid-gap:8px;gap:8px}.parent1 .div1{grid-column:1}.parent1 .div2{grid-column:2}.parent2{display:grid;grid-template-columns:2fr 1fr;grid-gap:8px;gap:8px}.parent2 .div1{padding:1.5rem;background:#fff;border-radius:.625rem;outline:1px solid #e2f0ff}.parent2 .div1 .activity-header{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem}.parent2 .div1 .activity-header .title{font-size:1.25rem;font-weight:600;color:#28235a;margin:0}.parent2 .div1 .activity-header .badge{padding:.625rem .75rem;background:#fafbff;border-radius:.25rem;font-size:.75rem;font-weight:700;color:#333;display:flex;align-items:center;gap:.25rem}.parent2 .div2{grid-column:1;grid-row:2}.parent2 .div3{grid-column:2;grid-row:1/span 2}.earnings-card{width:100%;padding:1.5rem;background:#fff;border-radius:.625rem;border:.0625rem solid #e2f0ff;display:flex;flex-direction:column;gap:1rem}.earnings-card .header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.earnings-card .header h2{margin:0;font-size:1.25rem;font-weight:600;color:#28235a}.earnings-card .header .dropdown{border:0;padding:.625rem;border-radius:.25rem;background:#fafbff;display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;color:#333;cursor:pointer}.earnings-card .body{display:flex;gap:.75rem;align-items:stretch}.earnings-card .summary{width:10.5rem;min-width:10.5rem;padding:1.5rem 1rem;background:#fbfbfd;border:.0625rem solid #eae9ee;border-radius:.625rem;display:flex;flex-direction:column;justify-content:space-between}.earnings-card .summary .top{display:flex;flex-direction:column;gap:1rem}.earnings-card .summary .top h3{margin:0;font-size:.75rem;font-weight:600;color:#28235a}.earnings-card .summary .top h1{margin:0;font-size:1.5rem;font-weight:600;line-height:1;color:#28235a}.earnings-card .summary .growth{display:flex;flex-direction:column;gap:.25rem}.earnings-card .summary .growth .percent{font-size:.75rem;font-weight:700;color:#00ac4f}.earnings-card .summary .growth p{margin:0;font-size:.75rem;font-weight:500;color:#5b5f71}.earnings-card .chart{flex:1 1;min-height:16rem}.earnings-card .chart .recharts-wrapper{font-family:inherit}.earnings-card .chart .recharts-cartesian-grid-horizontal line{stroke:#f1f1f4}.earnings-card .chart .recharts-tooltip-wrapper{outline:none}@media(max-width:48rem){.earnings-card .body{flex-direction:column}.earnings-card .summary{width:100%;min-width:100%}.earnings-card .chart{width:100%;overflow-x:auto}}.recent-achievement{width:100%;height:100%;padding:1.5rem 1rem;background:#fff;border-radius:.625rem;outline:1px solid #e2f0ff;display:flex;flex-direction:column;gap:1rem}.recent-achievement .header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.recent-achievement .header h2{margin:0;font-size:1.25rem;font-weight:600;color:#28235a}.recent-achievement .header button{border:0;background:transparent;padding:0;color:#3f3cfb;font-size:.75rem;font-weight:700;cursor:pointer}.recent-achievement .achievement-list{display:flex;flex-direction:column}.recent-achievement .achievement-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 0;border-bottom:.0625rem solid #eae9ee}.recent-achievement .achievement-item:last-child{border-bottom:none}.recent-achievement .achievement-item .badge{width:4rem;height:4rem;flex-shrink:0;border:.0469rem solid #eae9ee;border-radius:.375rem;background:#fefefd;display:flex;align-items:center;justify-content:center}.recent-achievement .achievement-item .badge .icon{font-size:2rem;line-height:1}.recent-achievement .achievement-item .racontent{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.recent-achievement .achievement-item .racontent h3{margin:0;font-size:.875rem;font-weight:600;line-height:1.4rem;color:#28235a}.recent-achievement .achievement-item .racontent p{margin:0;font-size:.75rem;font-weight:500;line-height:1rem;color:#5b5f71}.recent-achievement .achievement-item .racontent span{font-size:.625rem;font-weight:400;line-height:.75rem;color:#5b5f71}@media(max-width:48rem){.recent-achievement{padding:1rem}.recent-achievement .achievement-item{align-items:flex-start}.recent-achievement .achievement-item .badge{width:3.5rem;height:3.5rem}.recent-achievement .achievement-item .badge .icon{font-size:1.5rem}}.withdraw-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:.5rem;gap:.5rem}.withdraw-grid .withdraw-form{grid-column:1;grid-row:1}.withdraw-grid .withdraw-history{grid-column:1;grid-row:2}.withdraw-grid .bank-details{grid-column:2;grid-row:1}.withdraw-grid .withdraw-tips{grid-column:2;grid-row:2}@media(max-width:768px){.withdraw-grid{grid-template-columns:1fr}.withdraw-grid .bank-details,.withdraw-grid .withdraw-form,.withdraw-grid .withdraw-history,.withdraw-grid .withdraw-tips{grid-column:auto;grid-row:auto}}.select-currency{padding:1.5rem;background:#fff;border-radius:.625rem;display:flex;flex-direction:column;gap:1rem}.select-currency h2{font-size:1.25rem;font-weight:600;color:#28235a}.select-currency .currency-list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.5rem;gap:.5rem}.select-currency .currency-card{padding:.5rem;border:.0625rem solid #eae9ee;border-radius:.5rem;display:flex;align-items:center;gap:1rem}.select-currency .currency-card img{height:auto;width:2rem}.select-currency .currency-card .content10{flex:1 1}.select-currency .currency-card .content10 h3{font-size:1rem;font-weight:600;color:#28235a;margin-bottom:.375rem}.select-currency .currency-card .content10 span{font-size:.75rem;color:#5b5f71}.select-currency .currency-card .radio{width:1.25rem;height:1.25rem;border-radius:50%;border:.125rem solid #d9d9d9}.select-currency .currency-card.active{border-color:#4423e3}.select-currency .currency-card.active .radio{border-color:#4423e3;background:#4423e3;box-shadow:inset 0 0 0 .25rem #fff}@media(max-width:992px){.select-currency .currency-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.select-currency .currency-list{grid-template-columns:1fr}}.withdraw-card{background:#fff;border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.75rem}.withdraw-card h3{font-size:1.25rem;font-weight:600;color:#28235a}.withdraw-card .details-section,.withdraw-card .network-section{display:flex;flex-direction:column;gap:1rem}.withdraw-card .network-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.withdraw-card .network-item{border:.0625rem solid #eae9ee;border-radius:.5rem;padding:.5rem;display:flex;align-items:center;gap:1rem;cursor:pointer;position:relative}.withdraw-card .network-item.active{border-color:#4423e3}.withdraw-card .network-item .icon{width:2.5rem;height:2.5rem}.withdraw-card .network-item .icon img{width:100%;display:block}.withdraw-card .network-item .content11{flex:1 1}.withdraw-card .network-item .content11 h4{font-size:1rem;font-weight:600;color:#28235a}.withdraw-card .network-item .content11 p{font-size:.75rem;color:#5b5f71;margin-top:.375rem}.withdraw-card .network-item .radio{width:1.25rem;height:1.25rem;border-radius:50%;border:.125rem solid #4423e3}.withdraw-card .network-item .radio.active{background:#4423e3}.withdraw-card .network-note{background:#f8f7fc;border-radius:.5rem;padding:.75rem;display:flex;align-items:flex-start;gap:.5rem}.withdraw-card .network-note p{font-size:.75rem;color:#5b5f71;line-height:1.5}.withdraw-card .field{display:flex;flex-direction:column;gap:.75rem}.withdraw-card .field label{font-size:1rem;font-weight:600;color:#5b5f71}.withdraw-card .field small{font-size:.75rem;color:#8683a0}.withdraw-card .input-group{display:flex;align-items:center}.withdraw-card .input-group input{flex:1 1;height:3rem;border:.0625rem solid #eae9ee;padding:0 1rem;font-size:1rem;outline:none}.withdraw-card .input-group .currency,.withdraw-card .input-group button{height:3rem;padding:0 1rem;border:.0625rem solid #eae9ee;background:#fff;display:flex;align-items:center;justify-content:center}.withdraw-card .input-group button{color:#3821f6;font-weight:500;cursor:pointer}.withdraw-card .input-group .icon-btn{min-width:3rem}.withdraw-card .summary{background:#f8f7fd;border:.0625rem solid #eae9ee;border-radius:.625rem;padding:1.5rem;display:flex;justify-content:space-between;gap:2rem}.withdraw-card .summary .total span{font-size:.75rem;font-weight:600;color:#28235a}.withdraw-card .summary .total h2{margin-top:1rem;font-size:1.5rem;font-weight:600;color:#28235a}.withdraw-card .summary .stats{flex:1 1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.withdraw-card .summary .stats span{display:block;font-size:.625rem;color:#8683a0;margin-bottom:1rem}.withdraw-card .summary .stats strong{font-size:1rem;color:#28235a}.withdraw-card .confirm-btn{width:100%;height:2.75rem;border:none;border-radius:.25rem;background:#4641fd;color:#fff;font-size:.75rem;font-weight:600;cursor:pointer}@media(max-width:768px){.withdraw-card .network-list{grid-template-columns:1fr}.withdraw-card .summary{flex-direction:column}.withdraw-card .summary .stats{grid-template-columns:1fr}.withdraw-card .input-group{flex-wrap:wrap}}.withdraw-summary{background:#fff;border:.0625rem solid #e2f0ff;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.withdraw-summary .header{display:flex;align-items:center;justify-content:space-between}.withdraw-summary .header h3{font-size:1.25rem;font-weight:600;color:#28235a}.withdraw-summary .header button{border:0;background:transparent;color:#3f3cfb;font-size:.75rem;font-weight:700;cursor:pointer}.withdraw-summary .details{display:flex;flex-direction:column;gap:1.5rem}.withdraw-summary .details .row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.withdraw-summary .details .row>span{font-size:.875rem;font-weight:600;color:#8683a0}.withdraw-summary .details .row p{font-size:.875rem;font-weight:500;color:#5b5f71;text-align:right;word-break:break-all}.withdraw-summary .details .row .currency{display:flex;align-items:center;gap:.75rem}.withdraw-summary .details .row .currency img{width:1.25rem;height:1.25rem}.withdraw-summary .details .row .currency span{color:#5b5f71;font-size:1rem;font-weight:500}.withdraw-summary .details .row .badge{background:#f5f4fd;color:#3821f6;padding:.125rem .625rem;border-radius:.25rem;font-size:.75rem;font-weight:700}.withdraw-summary .details .row.receive span{color:#28235a}.withdraw-summary .details .row.receive strong{font-size:1rem;font-weight:700;color:#3bc46f}.withdraw-summary .details .divider{height:.0625rem;background:#eae9ee}.withdraw-summary .processing{background:#f8f7fc;border-radius:.5rem;padding:.625rem;display:flex;align-items:flex-start;gap:.75rem}.withdraw-summary .processing .icon{flex-shrink:0}.withdraw-summary .processing .icon img{width:1.5rem;height:1.5rem}.withdraw-summary .processing .content12 h4{color:#5b5f71;font-size:.75rem;font-weight:600;line-height:1.25rem;margin-bottom:.25rem}.withdraw-summary .processing .content12 p{color:#5b5f71;font-size:.75rem;font-weight:400;line-height:1.25rem}@media(max-width:768px){.withdraw-summary{padding:1rem}.withdraw-summary .details .row{flex-direction:column;align-items:flex-start}.withdraw-summary .details .row p,.withdraw-summary .details .row strong{text-align:left}}.withdraw-tip{padding:1.5rem;background:#fff;border-radius:.75rem;border:.0625rem solid #e2f0ff}.withdraw-tip .header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.withdraw-tip .header .icon{width:2rem;height:2rem;flex-shrink:0}.withdraw-tip .header .icon svg{width:100%;height:100%}.withdraw-tip .header h3{font-size:1.25rem;font-weight:600;color:#28235a;margin:0}.withdraw-tip .tips-list{display:flex;flex-direction:column;gap:1rem;margin:0;padding-left:1.25rem}.withdraw-tip .tips-list li{color:#8683a0;font-size:.875rem;font-weight:600;line-height:1.5rem}.earning-overview{padding:1.5rem 1rem;background:#fff;border:.0625rem solid #e2f0ff;border-radius:.75rem}.earning-overview .header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.earning-overview .header h3{margin:0;font-size:1.25rem;font-weight:600;color:#28235a}.earning-overview .header .badge{padding:.625rem;background:#fafbff;border-radius:.25rem;font-size:.75rem;font-weight:700;color:#333}.earning-overview .chart-wrapper{width:100%;height:18rem}@media(max-width:768px){.earning-overview{padding:1rem}.earning-overview .header{flex-direction:column;align-items:flex-start}.earning-overview .chart-wrapper{height:16rem}}.earning-breakdown{background:#fff;border:.0625rem solid #e2f0ff;border-radius:.75rem;padding:1.5rem}.earning-breakdown .header{margin-bottom:1.5rem}.earning-breakdown .header h3{margin:0;font-size:1rem;font-weight:600;color:#28235a}.earning-breakdown .content13{display:flex;align-items:center;gap:2.5rem}.earning-breakdown .content13 .chart-wrapper{flex-shrink:0}.earning-breakdown .content13 .donut-chart{width:19rem;height:19rem;border-radius:50%;position:relative;background:conic-gradient(#4641fb 0 50%,#9588fd 50% 75%,#18c35f 75% 90%,#3b92fd 90% 100%)}.earning-breakdown .content13 .donut-chart:before{content:"";position:absolute;inset:4rem;background:#fff;border-radius:50%}.earning-breakdown .content13 .donut-chart .center{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center}.earning-breakdown .content13 .donut-chart .center span{font-size:1.125rem;font-weight:600;color:#28235a}.earning-breakdown .content13 .donut-chart .center strong{margin-top:.5rem;font-size:2rem;font-weight:700;color:#28235a;line-height:1}.earning-breakdown .content13 .legend{flex:1 1;display:flex;flex-direction:column;gap:1.25rem}.earning-breakdown .content13 .legend .legend-item .title{display:flex;align-items:center;gap:.75rem;margin-bottom:.375rem}.earning-breakdown .content13 .legend .legend-item .title .dot{width:.75rem;height:.75rem;border-radius:50%;flex-shrink:0}.earning-breakdown .content13 .legend .legend-item .title h4{margin:0;font-size:1rem;font-weight:600;color:#28235a}.earning-breakdown .content13 .legend .legend-item .values{display:flex;justify-content:space-between;padding-left:1.5rem}.earning-breakdown .content13 .legend .legend-item .values span{font-size:.875rem;font-weight:600;color:#5b5f71}.earning-breakdown .content13 .legend .legend-item .values span:first-child{color:#28235a}@media(max-width:768px){.earning-breakdown{padding:1rem}.earning-breakdown .content13{flex-direction:column;gap:1.5rem}.earning-breakdown .content13 .donut-chart{width:14rem;height:14rem}.earning-breakdown .content13 .donut-chart:before{inset:3rem}.earning-breakdown .content13 .donut-chart .center span{font-size:1rem}.earning-breakdown .content13 .donut-chart .center strong{font-size:1.5rem}.earning-breakdown .content13 .legend{width:100%}.earning-breakdown .content13 .legend .legend-item .title h4{font-size:.9375rem}.earning-breakdown .content13 .legend .legend-item .values span{font-size:.75rem}}.recent-transactions{background:#fff;border:.0625rem solid #e2f0ff;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.recent-transactions .header{padding-bottom:1rem;border-bottom:.0625rem solid #eae9ee}.recent-transactions .header h3{margin:0;font-size:1.25rem;font-weight:600;color:#28235a}.recent-transactions .table{display:flex;flex-direction:column;overflow:auto}.recent-transactions .table-head,.recent-transactions .table-row{display:grid;grid-template-columns:7rem minmax(12rem,2fr) 8rem 6rem 7rem;align-items:center;grid-gap:1rem;gap:1rem}.recent-transactions .table-head{padding-bottom:.75rem;border-bottom:.0625rem solid #eae9ee}.recent-transactions .table-head span{font-size:.75rem;font-weight:600;color:#8683a0}.recent-transactions .table-row{padding:1rem 0;border-bottom:.0625rem solid #eae9ee}.recent-transactions .table-row span{font-size:.75rem;color:#5b5f71}.recent-transactions .table-row .description{line-height:1.4}.recent-transactions .table-row .amount{color:#0dae42;font-weight:600}.recent-transactions .table-row .status,.recent-transactions .table-row .type{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .5rem;border-radius:.25rem;font-size:.625rem;font-weight:600;white-space:nowrap}.recent-transactions .table-row .product-review{background:#f6f5fd;color:#4423e3}.recent-transactions .table-row .survey{background:#f7f9fe;color:#2069fc}.recent-transactions .table-row .referral-bonus,.recent-transactions .table-row .status{background:#ebfaf5;color:#3da862}.recent-transactions .view-all{border:none;background:transparent;color:#3f3cfb;font-size:.875rem;cursor:pointer;align-self:flex-start;padding:0}@media(max-width:48rem){.recent-transactions .table-head{display:none}.recent-transactions .table-row{grid-template-columns:1fr;gap:.75rem;padding:1rem}.recent-transactions .table-row span{display:block}}.earnings-sidebar{display:flex;flex-direction:column;gap:1rem}.payout-history{background:#fff;border:.0625rem solid #e2f0ff;border-radius:.75rem;padding:1.5rem}.payout-history .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.payout-history .header h3{margin:0;font-size:1.25rem;font-weight:600;color:#28235a}.payout-history .header button{border:none;background:transparent;padding:0;cursor:pointer;font-size:.75rem;font-weight:700;color:#3f3cfb}.payout-history .list{display:flex;flex-direction:column}.payout-history .item{display:flex;align-items:center;gap:1rem;padding:.75rem 0}.payout-history .item.bordered{border-bottom:.0625rem solid #eae9ee}.payout-history .item .icon-box{width:4rem;height:4rem;border-radius:.5rem;background:#f6f7fd;flex-shrink:0;display:flex;align-items:center;justify-content:center}.payout-history .item .icon-box img{width:1.875rem;height:1.875rem;object-fit:contain}.payout-history .item .details{flex:1 1;min-width:0}.payout-history .item .details .date{display:block;margin-bottom:.25rem;font-size:.75rem;font-weight:600;color:#5b5f71}.payout-history .item .details h4{margin:0;font-size:1rem;font-weight:600;line-height:1.6;color:#28235a}.payout-history .item .amount{text-align:right;flex-shrink:0}.payout-history .item .amount strong{display:block;margin-bottom:.25rem;font-size:1rem;font-weight:700;color:#28235a}.payout-history .item .amount span{font-size:.625rem;font-weight:600;color:#3da862}.help-center-card{background:#f6f4ff;border:.0625rem solid #e2f0ff;border-radius:.75rem;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.help-center-card .content14{flex:1 1}.help-center-card .content14 h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#28235a}.help-center-card .content14 p{margin:0 0 1rem;font-size:1rem;font-weight:400;color:#8683a0;line-height:1.5}.help-center-card .content14 button{padding:.625rem 1rem;border:.0625rem solid #eae9ee;border-radius:.5rem;background:#fff;font-size:.875rem;font-weight:600;color:#4423e3;cursor:pointer}.help-center-card .image{flex-shrink:0}.help-center-card .image img{width:5.15rem;height:auto;display:block}@media(max-width:768px){.payout-history .item{gap:.75rem}.payout-history .item .icon-box{width:3rem;height:3rem}.payout-history .item .amount strong,.payout-history .item .details h4{font-size:.875rem}.help-center-card{flex-direction:column;text-align:center}.help-center-card .content14{display:flex;flex-direction:column;align-items:center}}.earnings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;padding-top:1rem}.earnings-grid>*{min-width:0}@media(max-width:768px){.earnings-grid{grid-template-columns:1fr}}.earning-overview2{background:#fff;border:.0625rem solid #e2f0ff;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.earning-overview2 .header{display:flex;justify-content:space-between;align-items:center}.earning-overview2 .header h3{margin:0;font-size:1.25rem;font-weight:600;color:#28235a}.earning-overview2 .header .badge{padding:.625rem;background:#fafbff;border-radius:.25rem;font-size:.75rem;font-weight:700;color:#333}.earning-overview2 .chart-section{display:flex;flex-direction:column;gap:1rem}.earning-overview2 .legend{display:flex;gap:2rem}.earning-overview2 .legend .item{display:flex;align-items:center;gap:.25rem}.earning-overview2 .legend .item span{font-size:.75rem;font-weight:600}.earning-overview2 .legend .item .dot{width:.5rem;height:.5rem;border-radius:50%}.earning-overview2 .legend .item .dot.completed{background:#4641fb}.earning-overview2 .legend .item .dot.submitted{background:#8683a0}.earning-overview2 .chart-wrapper{display:flex;gap:1rem;height:14rem}.earning-overview2 .y-axis{width:1.5rem;display:flex;flex-direction:column;justify-content:space-between}.earning-overview2 .y-axis span{font-size:.875rem;color:#949596}.earning-overview2 .chart{flex:1 1;position:relative;height:100%}.earning-overview2 .chart .grid-line{height:1px;background:#f0f2f7;margin-bottom:2.7rem}.earning-overview2 .chart .line{position:absolute;inset:0;width:100%;height:100%}.earning-overview2 .chart .line path{stroke-width:.1875rem}.earning-overview2 .chart .completed-line path{stroke:#4641fb}.earning-overview2 .chart .submitted-line path{stroke:#8683a0}.earning-overview2 .x-axis{padding-left:2.5rem;display:grid;grid-template-columns:repeat(5,1fr)}.earning-overview2 .x-axis span{text-align:center;font-size:.75rem;color:#949596}@media(max-width:768px){.earning-overview2{padding:1rem}.earning-overview2 .header{flex-direction:column;align-items:flex-start;gap:.75rem}.earning-overview2 .chart-wrapper{height:11rem}.earning-overview2 .x-axis{gap:.5rem}.earning-overview2 .x-axis span{font-size:.6875rem}}.activities-by-type{background:#fff;border:.0625rem solid #e2f0ff;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.activities-by-type .header h3{margin:0;color:#28235a;font-size:1.25rem;font-weight:600}.activities-by-type .content14{display:flex;align-items:center;gap:2.5rem}.activities-by-type .chart-section{flex-shrink:0}.activities-by-type .donut-chart{width:12rem;height:12rem;border-radius:50%;position:relative;background:conic-gradient(#4641fb 0 42.9%,#9588fd 42.9% 67.9%,#18c35f 67.9% 89.3%,#3b92fd 89.3% 100%)}.activities-by-type .donut-chart:before{content:"";position:absolute;inset:2.5rem;background:#fff;border-radius:50%}.activities-by-type .donut-chart .center{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center}.activities-by-type .donut-chart .center span{color:#28235a;font-size:.95rem;font-weight:600}.activities-by-type .donut-chart .center strong{color:#28235a;font-size:1.5rem;font-weight:600;line-height:1}.activities-by-type .legend{flex:1 1;display:flex;flex-direction:column;gap:1rem}.activities-by-type .legend .legend-item{display:flex;flex-direction:column;gap:.25rem}.activities-by-type .legend .legend-item .title{display:flex;align-items:center;gap:.5rem}.activities-by-type .legend .legend-item .title .dot{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.activities-by-type .legend .legend-item .title h4{margin:0;color:#28235a;font-size:.875rem;font-weight:600}.activities-by-type .legend .legend-item .values{padding-left:1rem;display:flex;gap:.25rem}.activities-by-type .legend .legend-item .values span{font-size:.75rem;font-weight:600}.activities-by-type .legend .legend-item .values span:first-child{color:#28235a}.activities-by-type .legend .legend-item .values span:last-child{color:#5b5f71}@media(max-width:768px){.activities-by-type .content14{flex-direction:column;gap:1.5rem}.activities-by-type .donut-chart{width:10rem;height:10rem}.activities-by-type .donut-chart:before{inset:2rem}.activities-by-type .legend{width:100%}}.performance-projects{background:#fff;border:.0625rem solid #e2f0ff;border-radius:.75rem;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1.5rem}.performance-projects .header{padding-bottom:1rem;border-bottom:.0625rem solid #eae9ee}.performance-projects .header h3{margin:0;font-size:1.25rem;font-weight:600;color:#28235a}.performance-projects .table-head{display:grid;grid-template-columns:2fr 1fr 1fr .8fr .8fr;grid-gap:1rem;gap:1rem;padding-bottom:.75rem;border-bottom:.0625rem solid #eae9ee}.performance-projects .table-head div{font-size:.625rem;font-weight:600;color:#8683a0;text-transform:uppercase}.performance-projects .rows{display:flex;flex-direction:column}.performance-projects .row{display:grid;grid-template-columns:2fr 1fr 1fr .8fr .8fr 1.5rem;align-items:center;grid-gap:1rem;gap:1rem;padding:1rem 0;border-bottom:.0625rem solid #eae9ee}.performance-projects .project-info{display:flex;align-items:center;gap:.75rem}.performance-projects .project-info img{width:2rem;height:2rem;border-radius:.333rem;object-fit:cover;background:#f7f7f9}.performance-projects .project-info .details{display:flex;flex-direction:column}.performance-projects .project-info .details span{font-size:.625rem;font-weight:500;color:#5b5f71;line-height:1rem}.performance-projects .project-info .details small{font-size:.625rem;color:#5b5f71;line-height:1rem}.performance-projects .badge{width:-moz-fit-content;width:fit-content;padding:.125rem .5rem;border-radius:.25rem;font-size:.625rem;font-weight:600;line-height:1.25rem}.performance-projects .badge.review{background:#f6f5fd;color:#4423e3}.performance-projects .badge.survey{background:#f7f9fe;color:#2069fc}.performance-projects .badge.project{background:#fef4e7;color:#fdb55d}.performance-projects .badge.completed,.performance-projects .badge.referral{background:#ebfaf5;color:#3da862}.performance-projects .badge.progress{background:#f7f9fe;color:#2069fc}.performance-projects .activities,.performance-projects .earnings{font-size:.625rem;font-weight:600;color:#28235a}.performance-projects .arrow{border:none;background:transparent;cursor:pointer;color:#28235a;font-size:1rem}.performance-projects .view-all{display:flex;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content;border:none;background:transparent;color:#3f3cfb;font-size:.75rem;cursor:pointer;padding:0}@media(max-width:48rem){.performance-projects{overflow-x:auto}.performance-projects .table-head{display:none}.performance-projects .row{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.performance-projects .project-info{width:100%}.performance-projects .activities,.performance-projects .badge,.performance-projects .earnings{font-size:.75rem}.performance-projects .arrow{align-self:flex-end}}.earnings-section{display:flex;flex-direction:column;gap:1rem}.insights-card,.top-earning-categories{background:#fff;border:.0625rem solid #e2f0ff;border-radius:.75rem}.top-earning-categories{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.top-earning-categories h3{margin:0;font-size:1.25rem;font-weight:600;color:#28235a}.top-earning-categories .categories{display:flex;flex-direction:column;gap:.75rem}.top-earning-categories .category{display:flex;align-items:center;gap:1rem}.top-earning-categories .category .name{width:6rem;flex-shrink:0;color:#5b5f71;font-size:1rem;font-weight:600}.top-earning-categories .category .progress{flex:1 1;height:.5rem;border-radius:.3125rem;background:#ecebff;overflow:hidden}.top-earning-categories .category .progress .fill{height:100%;border-radius:inherit;background:#a59ef6}.top-earning-categories .category .progress .fill.primary{background:#4423e3}.top-earning-categories .category .amount{min-width:5.5rem;text-align:right;color:#28235a;font-size:1rem;font-weight:700}.insights-card{padding:1.5rem;display:flex;gap:1rem;align-items:flex-start}.insights-card .icon{width:2.5rem;height:2.5rem;flex-shrink:0}.insights-card .icon img{width:100%;display:block}.insights-card .content15{flex:1 1;display:flex;flex-direction:column;gap:.625rem}.insights-card .content15 h4{margin:0;font-size:1rem;font-weight:600;color:#28235a}.insights-card .content15 p{margin:0;color:#8683a0;font-size:1rem;line-height:1.5}.insights-card .content15 button{padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;gap:.5rem;color:#3f3cfb;font-size:.75rem;font-weight:400}@media(max-width:768px){.top-earning-categories{padding:1rem}.top-earning-categories .category{flex-wrap:wrap}.top-earning-categories .category .name{width:100%}.top-earning-categories .category .progress{order:2;width:100%}.top-earning-categories .category .amount{order:1;min-width:auto}.insights-card{padding:1rem;flex-direction:column}.insights-card .icon{width:2rem;height:2rem}.insights-card .content15 p{font-size:.875rem}}.card{width:100%;background:#fff;outline:.0625rem solid #e2f0ff;padding:1.5rem 1.5rem 2.5rem;flex-direction:column;gap:1.5rem}.card .header h2{font-size:1.25rem;font-weight:600;color:#28235a}.card .content16{gap:2rem}.card .content16,.card .left{display:flex;align-items:center}.card .left{flex:1 1;gap:1.5rem}.card .visual{position:relative;width:13.75rem;height:13.75rem;flex-shrink:0}.card .visual .circle{position:absolute;inset:0;background:#f4f2fd;border-radius:50%}.card .visual img{width:100%;height:100%;object-fit:contain;position:relative}.card .info{display:flex;flex-direction:column;gap:.75rem}.card .info h3{font-size:1.25rem;font-weight:600;color:#28235a}.card .info p{font-size:1rem;color:#8683a0}.card .btn{margin-top:.5rem;width:-moz-fit-content;width:fit-content;gap:.75rem;padding:.625rem 1.5rem;background:#4641fd;border-radius:.25rem;border:none;color:#fff;font-size:1rem;font-weight:600;cursor:pointer}.card .btn,.card .btn .icon{display:flex;align-items:center}.card .btn .icon{justify-content:center;width:1.25rem;height:1.25rem}.card .divider{width:.125rem;align-self:stretch;background:#ececf2}.card .right{flex:1 1;display:flex;flex-direction:column;gap:1.5rem}.card .right .item{display:flex;align-items:flex-start;gap:1rem}.card .right .item .dot{width:3rem;height:3rem;border-radius:50%;background:#f6f5fd;flex-shrink:0;display:flex;justify-content:center;align-items:center}.card .right .item .text h4{font-size:1rem;font-weight:600;color:#28235a}.card .right .item .text p{font-size:1rem;color:#8683a0;margin-top:.25rem}@media(max-width:64rem){.card .content16{flex-direction:column;align-items:stretch}.card .divider{width:100%;height:.0625rem}}@media(max-width:48rem){.card{padding:1.25rem}.card .left{flex-direction:column;text-align:center}.card .visual{width:10rem;height:10rem}.card .btn{margin:0 auto}}.contact{width:100%;padding:2rem 1.5rem;background:#fff;border-radius:.75rem;outline:.0625rem solid #e2f0ff;display:flex;flex-direction:column;gap:2rem}.header h2{font-size:1.25rem;font-weight:600;color:#28235a}.header p{margin-top:.25rem;font-size:1rem;font-weight:500;color:#8683a0}.grid{gap:2rem;align-items:stretch}.card,.grid{display:flex}.card{flex:1 1;padding:1.25rem;border:.0625rem solid #eae9ee;border-radius:.75rem;gap:1rem}.iconWrap{width:3rem;height:3rem;border-radius:50%;background:#f6f5fd;flex-shrink:0}.iconWrap,.iconWrap .icon{display:flex;align-items:center;justify-content:center}.iconWrap .icon{width:1.25rem;height:1.25rem;border-radius:.25rem}.content17{display:flex;flex-direction:column;gap:.5rem}.content17 h3{font-size:1rem;font-weight:600;color:#28235a}.content17 p{font-size:.875rem;color:#5b5f71}.content17 .info{font-size:.875rem;font-weight:600;color:#3821f6;margin-top:.25rem}.btn{margin-top:.75rem;width:-moz-fit-content;width:fit-content;padding:.375rem 1rem;border-radius:.25rem;border:none;background:#f6f5fd;color:#4423e3;font-size:.75rem;font-weight:600;cursor:pointer}@media(max-width:64rem){.grid{flex-direction:column}.card{width:100%}}@media(max-width:48rem){.contact{padding:1.25rem}.card{flex-direction:column;align-items:flex-start}}.support-page{width:100%;max-width:70rem;margin:0 auto;display:flex;flex-direction:column;gap:2rem;padding:1.5rem}@media(max-width:64rem){.support-page{gap:1.5rem}}@media(max-width:48rem){.support-page{padding:1rem;gap:1.25rem}}.popular-category-wrapper .popular-slider-container{margin-top:3rem}.popular-category-wrapper .popular-slider-container .popular-slider-wrapper{height:20rem;position:relative;overflow:hidden;border-radius:.4rem}.popular-category-wrapper .popular-slider-container .popular-slider-wrapper img{height:20rem;width:100%;background-size:cover;background-position:50%}.popular-category-wrapper .popular-slider-container .popular-slider-wrapper .popular-slider-overlay{position:absolute;height:100%;width:100%;top:0;left:0;background:rgba(0,0,0,.175)}.popular-category-wrapper .popular-slider-container .popular-slider-wrapper h3{position:absolute;bottom:1rem;left:1rem;width:100%;color:#fff;font-size:1.2rem}.slick-list{margin:0 -5px}.slick-slide>div{padding:0 5px}.excellent-review-container{padding:4rem 0}.excellent-review-container .excellent-review-parent{margin-top:2rem;display:flex;gap:2rem}.excellent-review-container .excellent-review-parent .excellent-review-childs{border:1px solid #c3c3c3;border-radius:.5rem;padding:2rem}.excellent-review-container .excellent-review-parent .excellent-review-childs svg{height:auto;width:3rem}.excellent-review-container .excellent-review-parent .excellent-review-childs h2{margin:1.4rem 0;font-size:1.4rem}.excellent-review-container .excellent-review-parent .excellent-review-childs .excellent-sub-parent{display:flex;align-items:center;gap:1rem}.excellent-review-container .excellent-review-parent .excellent-review-childs .excellent-sub-parent .excellent-sub-childs img{border-radius:50%}.excellent-review-container .excellent-review-parent .excellent-review-childs .excellent-sub-parent .excellent-sub-childs h4{font-size:1.2rem}.excellent-review-container .excellent-review-parent .excellent-review-childs .excellent-sub-parent .excellent-sub-childs p{font-size:1.1rem;color:#5a5a5a;font-weight:400}.freelancer-container .freelancer-parent{margin-top:3rem}.freelancer-container .freelancer-parent .freelancer-childs{border:1px solid #c3c3c3;border-radius:.4rem;overflow:hidden}.freelancer-container .freelancer-parent .freelancer-childs .freelancer-image-wrapper{display:flex;justify-content:center;align-items:center;background:#f5f6fa;padding:1.5rem 0}.freelancer-container .freelancer-parent .freelancer-childs .freelancer-image-wrapper img{height:auto;width:6rem}.freelancer-container .freelancer-parent .freelancer-childs .freelancer-info{padding:1rem}.freelancer-container .freelancer-parent .freelancer-childs .freelancer-info h1{font-size:1.2rem}.freelancer-container .freelancer-parent .freelancer-childs .freelancer-info ul{padding:0 0 0 2rem;margin:.5rem 0}.freelancer-container .freelancer-parent .freelancer-childs .freelancer-info ul li{font-size:1rem;list-style-type:disc}.freelancer-container .freelancer-parent .freelancer-childs .freelancer-rating{display:flex;align-items:center;margin:1rem 0}.freelancer-container .freelancer-parent .freelancer-childs .freelancer-rating svg{height:auto;width:1.4rem;margin-right:.5rem}.freelancer-container .freelancer-parent .freelancer-childs .freelancer-rating h4{font-size:1rem}.freelancer-container .freelancer-parent .freelancer-childs .freelancer-rating h4 span{font-weight:400;color:#5a5a5a}.freelancer-container .freelancer-parent .freelancer-childs .freelancer-rate{padding:0 1rem 1rem}.freelancer-container .freelancer-parent .freelancer-childs .freelancer-rate p{font-size:1rem;color:#5a5a5a}.freelancer-container .freelancer-parent .freelancer-childs .freelancer-rate h6{font-size:1rem}.freelancer-container .freelancer-parent .freelancer-childs .freelancer-rate h6 span{color:#5a5a5a;font-weight:400}.trending-container{padding:3rem 0}.trending-container .trending-parent{margin-top:3rem}.trending-container .trending-parent .trending-childs{border:1px solid #c3c3c3;border-radius:.4rem;overflow:hidden}.trending-container .trending-parent .trending-childs .trending-image-wrapper img{height:12rem;width:100%;background-size:cover;background-position:50%}.trending-container .trending-parent .trending-childs .trending-info{padding:1rem}.trending-container .trending-parent .trending-childs .trending-info h2{font-size:1.2rem}.trending-container .trending-parent .trending-childs .trending-info .trending-info-more{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.trending-container .trending-parent .trending-childs .trending-info .trending-info-more h6{font-size:1.4rem}.trending-container .trending-parent .trending-childs .trending-info .trending-info-more p{font-size:1rem;color:#5a5a5a}.globally-trusted-wrapper .globally-trusted-parent{background:#0a0f27;display:flex;border-radius:.4rem}.globally-trusted-wrapper .globally-trusted-parent .globally-trusted-childs{flex:1 1;padding:0 2rem}.globally-trusted-wrapper .globally-trusted-parent .globally-trusted-childs p{color:#4b25e6;font-size:1rem;font-weight:600;margin:6rem 0 1rem}.globally-trusted-wrapper .globally-trusted-parent .globally-trusted-childs h2{font-size:3rem;color:#fff;margin-bottom:6rem}.navbar-overlay{position:absolute;z-index:14;top:7rem;left:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(.2rem);backdrop-filter:blur(.2rem);height:100%;width:100%}.navbar-extended-container{background:#fff;position:absolute;width:18%;height:100vh;left:0;top:7rem;z-index:15;padding:3rem 2rem}.navbar-extended-container .navbar-extended-wrapper .navbar-extended-parent{display:flex}.navbar-extended-container .navbar-extended-wrapper .navbar-extended-parent .navbar-extended-childs{flex:1 1}.navbar-extended-container .navbar-extended-wrapper .navbar-extended-parent .navbar-extended-childs:first-child img{height:8rem;width:8rem;background-size:cover;background-position:50%;border-radius:50%}.navbar-extended-container .navbar-extended-wrapper .navbar-extended-parent .navbar-extended-childs:first-child h3{color:#fff;font-size:1.4rem;margin-top:2rem}.navbar-extended-container .navbar-extended-wrapper .navbar-extended-parent .navbar-extended-childs:first-child h6{color:hsla(0,0%,100%,.693);font-size:1rem;cursor:pointer}.navbar-extended-container .navbar-extended-wrapper .navbar-extended-parent .navbar-extended-childs:first-child p{color:#4b25e6;font-size:1rem;margin-top:.2rem}.navbar-extended-container .navbar-extended-wrapper .navbar-extended-parent .navbar-extended-childs ul{border-top:1px solid #949494;margin-right:1rem}.navbar-extended-container .navbar-extended-wrapper .navbar-extended-parent .navbar-extended-childs ul li{margin:.8rem 0}.navbar-extended-container .navbar-extended-wrapper .navbar-extended-parent .navbar-extended-childs ul li a{color:#fff;font-size:1.1rem;font-weight:400;transition:.2s}.navbar-extended-container .navbar-extended-wrapper .navbar-extended-parent .navbar-extended-childs ul li a:hover{transition:.2s;color:#4b25e6}.logout-btn-container{margin-top:2rem}.logout-btn-container button{font-size:.9rem;padding:.6rem 1rem}.deposit-section{padding:3rem 0;background:#f5f6fa;height:100vh}.deposit-section .deposit-history-wrapper{margin-top:2rem}.deposit-section .deposit-history-wrapper .deposit-history-parent{padding:1rem;border:1px solid rgba(0,0,0,.149);border-radius:.4rem;margin:1rem 0;background:#fff;display:flex;justify-content:space-between;align-items:center}.deposit-section .deposit-history-wrapper .deposit-history-parent .deposit-history-childs:first-child h3,.deposit-section .deposit-history-wrapper .deposit-history-parent .deposit-history-childs:first-child p{font-size:1.2rem}.deposit-section .deposit-history-wrapper .deposit-history-parent .deposit-history-childs:first-child h1{font-size:1.2rem;color:#34a8cb;margin-top:2rem}.deposit-section .deposit-history-wrapper .deposit-history-parent .deposit-history-childs:last-child .deposited-type{background:green;border-radius:1rem;text-align:center;font-size:.8rem;font-weight:600;color:#fff;padding:.4rem .6rem}.deposit-section .deposit-history-wrapper .deposit-history-parent .deposit-history-childs:last-child h6{font-size:1rem;margin-top:.2rem;color:#5a5a5a}.footer-container{background:#18202b;padding:3rem 0;margin-top:3rem}.footer-container .footer-parent{display:flex;justify-content:space-between;align-items:center}.footer-container .footer-parent img{height:auto;width:16rem}.footer-container .footer-parent p{color:#5b6678}.journey-section .journey-wrapper{background:#18202b;border-radius:1rem;margin:1rem;padding:3rem;position:relative}.journey-section .journey-wrapper .journey-deco-image{position:absolute;top:0;right:0;height:auto;width:30%;z-index:5}.journey-section .journey-wrapper .journey-info-wrapper{z-index:12;position:relative}.journey-section .journey-wrapper .journey-info-wrapper .journey-data-info p{color:#98999c;text-align:center;font-size:1.5rem;margin-top:4rem}.journey-section .journey-wrapper .journey-info-wrapper .journey-data-info h1{color:#fff;font-size:3.5rem;text-align:center;margin-top:1rem}.journey-section .journey-wrapper .journey-info-wrapper .journey-data-info-alt{display:flex;gap:1rem;margin-top:4rem}.journey-section .journey-wrapper .journey-info-wrapper .journey-data-info-alt-parent{flex:1 1}.journey-section .journey-wrapper .journey-info-wrapper .journey-data-info-alt-parent .journey-data-info-alt-childs{background:#5b6678;display:flex;justify-content:space-between;align-items:center;padding:1rem;border-radius:.4rem}.journey-section .journey-wrapper .journey-info-wrapper .journey-data-info-alt-parent .journey-data-info-alt-childs .journey-data-info-alt-childs-inner:first-child{display:flex;align-items:center}.journey-section .journey-wrapper .journey-info-wrapper .journey-data-info-alt-parent .journey-data-info-alt-childs .journey-data-info-alt-childs-inner:first-child img{height:auto;width:4rem;margin-right:1rem}.journey-section .journey-wrapper .journey-info-wrapper .journey-data-info-alt-parent .journey-data-info-alt-childs .journey-data-info-alt-childs-inner:first-child p{font-size:1.2rem;color:#fff}.journey-section .journey-wrapper .journey-info-wrapper .journey-data-info-alt-parent .journey-data-info-alt-childs .journey-data-info-alt-childs-inner h3{font-size:1.6rem;color:#fff}.journey-section .journey-wrapper .journey-submit-btn{margin-top:2rem;margin-bottom:2rem}.breadcrumb-wrapper .breadcrumb-wrapper-parent{display:flex;justify-content:space-between;align-items:center}.breadcrumb-wrapper .breadcrumb-wrapper-parent .breadcrumb-wrapper-childs{flex:1 1}.breadcrumb-wrapper .breadcrumb-wrapper-parent .breadcrumb-wrapper-childs:nth-child(2){text-align:center}.breadcrumb-wrapper .breadcrumb-wrapper-parent .breadcrumb-wrapper-childs a{transition:.2s}.breadcrumb-wrapper .breadcrumb-wrapper-parent .breadcrumb-wrapper-childs a:hover{transition:.2s;opacity:.8}.breadcrumb-wrapper .breadcrumb-wrapper-parent .breadcrumb-wrapper-childs .breadcrumb-back-link{height:2.5rem;width:2.5rem;background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center}.breadcrumb-wrapper .breadcrumb-wrapper-parent .breadcrumb-wrapper-childs .breadcrumb-back-link i{color:#18202b;font-size:1.2rem}.breadcrumb-wrapper .breadcrumb-wrapper-parent .breadcrumb-wrapper-childs h1{font-size:1.8rem;color:#fff}.breadcrumbAlt .breadcrumb-wrapper-childs .breadcrumb-back-link{height:2rem;width:2rem;background:rgba(24,32,43,.757)!important}.breadcrumbAlt .breadcrumb-wrapper-childs .breadcrumb-back-link i{color:#fff!important}.breadcrumbAlt .breadcrumb-wrapper-childs h1{font-size:1.6rem;color:#18202b!important}.history-section{padding:3rem 0;background:#f5f6fa;min-height:100vh}.history-section .history-card-wrapper .history-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));grid-gap:1rem;gap:1rem}.history-section .history-card-wrapper .history-wrapper .history-card-container .history-card-parent{display:flex;background:#fff;border:1px solid rgba(0,0,0,.184);overflow:hidden;border-radius:.6rem}.history-section .history-card-wrapper .history-wrapper .history-card-container .history-card-parent .history-card-childs:first-child{flex:1 1}.history-section .history-card-wrapper .history-wrapper .history-card-container .history-card-parent .history-card-childs:first-child img{height:16rem;width:100%;object-fit:cover;object-position:center;border-right:1px solid rgba(0,0,0,.136)}.history-section .history-card-wrapper .history-wrapper .history-card-container .history-card-parent .history-card-childs:last-child{flex:2 1;padding:1rem}.history-section .history-card-wrapper .history-wrapper .history-card-container .history-card-parent .history-card-childs:last-child .history-card-status{display:flex;justify-content:space-between;align-items:center}.history-section .history-card-wrapper .history-wrapper .history-card-container .history-card-parent .history-card-childs:last-child .history-card-status p{padding:.4rem .6rem;border-radius:.4rem;text-transform:uppercase;font-size:.8rem;font-weight:600;color:#fff}.history-section .history-card-wrapper .history-wrapper .history-card-container .history-card-parent .history-card-childs:last-child .history-card-status h6{font-size:1rem;color:#5a5a5a;font-weight:500}.history-section .history-card-wrapper .history-wrapper .history-card-container .history-card-parent .history-card-childs:last-child .history-card-heading{margin:1rem 0}.history-section .history-card-wrapper .history-wrapper .history-card-container .history-card-parent .history-card-childs:last-child .history-card-heading h2{font-size:1rem}.history-section .history-card-wrapper .history-wrapper .history-card-container .history-card-parent .history-card-childs:last-child .history-card-info ul li{display:flex;justify-content:space-between;align-items:center;margin:1rem 0}.history-section .history-card-wrapper .history-wrapper .history-card-container .history-card-parent .history-card-childs:last-child .history-card-info ul li p{font-size:1.1rem;color:#5a5a5a}.history-section .history-card-wrapper .history-wrapper .history-card-container .history-card-parent .history-card-childs:last-child .history-card-info ul li h3{font-size:1.2rem}.history-filter{margin-top:3rem}.history-filter ul{display:flex;justify-content:center;align-items:center;gap:1rem}.history-filter ul li{flex:1 1}.history-filter ul li button{width:100%;outline:none;padding:.6rem;border-radius:.4rem;text-align:center;font-size:1rem;font-weight:600;text-transform:uppercase;cursor:pointer;color:#34a8cb;background:#fff;border:2px solid #34a8cb;transition:.2s}.history-filter ul li button:hover{transition:.2s;opacity:.8}.history-active{background:#4b25e6!important;color:#fff!important;font-size:1rem!important;font-weight:700!important;border:2px solid #4b25e6!important}.data-not-found{display:flex;justify-content:center;align-items:center;height:70vh}.data-not-found img{height:auto;width:40%}.link-wallet-section{background:#28334a;min-height:100vh;padding:3rem 0}.link-wallet-section .link-wallet-wrapper .link-wallet-parent{display:flex;gap:2rem}.link-wallet-section .link-wallet-wrapper .link-wallet-parent .link-wallet-childs:first-child{flex:1 1;display:flex;justify-content:center;align-items:center}.link-wallet-section .link-wallet-wrapper .link-wallet-parent .link-wallet-childs:first-child img{height:100%;width:100%}.link-wallet-section .link-wallet-wrapper .link-wallet-parent .link-wallet-childs:last-child{flex:2 1;padding-top:6rem}.link-wallet-wrapper{margin:3rem}.link-wallet-wrapper .link-wallet-parent .link-wallet-child{display:flex;justify-content:center}.link-wallet-wrapper .link-wallet-parent .link-wallet-child img{height:auto;width:6rem;margin-top:2rem}.link-wallet-wrapper .link-wallet-parent .add-wallet-note{margin-top:1rem;margin-bottom:2rem;text-align:center}.link-wallet-wrapper .link-wallet-parent .add-wallet-note h1{color:#98999c;font-size:1.8rem;margin:.4rem 0;font-weight:600}.link-wallet-wrapper .link-wallet-parent .add-wallet-note p{font-size:1.4rem;color:#98999c;font-weight:500}.sub-form-container .sub-form-group{margin-bottom:2rem}.sub-form-container .sub-form-group p{font-size:1rem;color:#fff;font-weight:500}.sub-form-container .sub-form-group input{width:100%;padding:.6rem 1rem;border-radius:.4rem;outline:none;border:none;margin-top:.4rem;font-size:1.2rem}.transaction-history-section{padding:3rem 0;background:#f5f6fa;height:100vh}.transaction-history-section .transaction-history-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:1rem;gap:1rem;margin-top:2rem}.transaction-history-section .transaction-history-container .transaction-history-parent{background:#fff;border:1px solid rgba(0,0,0,.158);border-radius:.4rem;padding:1rem}.transaction-history-section .transaction-history-container .transaction-history-parent .transaction-history-childs .transaction-history-heading{display:flex;justify-content:space-between;align-items:center}.transaction-history-section .transaction-history-container .transaction-history-parent .transaction-history-childs .transaction-history-heading .transaction-history-childs h1{color:#28334a;font-size:1.5rem;font-weight:700}.transaction-history-section .transaction-history-container .transaction-history-parent .transaction-history-childs .transaction-history-heading .transaction-history-childs p{color:#34a8cb;font-size:1.2rem;font-weight:600}.transaction-history-section .transaction-history-container .transaction-history-parent .transaction-history-childs .transaction-history-heading .transaction-history-childs:last-child h2{background:pink;text-transform:uppercase;font-size:.8rem;text-align:center;border-radius:1rem;color:#fff;padding:.4rem .6rem;margin-bottom:.5rem}.transaction-history-section .transaction-history-container .transaction-history-parent .transaction-history-childs .transaction-history-heading .transaction-history-childs:last-child h4{font-size:1rem;font-weight:500;color:#5a5a5a}.transaction-history-section .transaction-history-container .transaction-history-parent .transaction-details-parent{display:flex;align-items:center;margin:1rem 0}.transaction-history-section .transaction-history-container .transaction-history-parent .transaction-details-parent .transaction-details-childs{flex:1 1}.transaction-history-section .transaction-history-container .transaction-history-parent .transaction-details-parent .transaction-details-childs p{font-size:1.2rem;color:#5a5a5a}.transaction-history-section .transaction-history-container .transaction-history-parent .transaction-details-parent .transaction-details-childs h6{font-size:1.2rem;color:#5a5a5a;color:#18202b}.terms-condition{display:flex;justify-content:flex-start;align-items:center}.terms-condition input{height:1.3rem;width:1.3rem;margin-right:1rem;accent-color:#31dee5}.terms-condition label{font-size:1.3rem}.submit-journey-section{background:#f5f6fa;height:100vh;padding:1rem}.submit-journey-section .submit-journey-container{border-radius:1rem;overflow:hidden}.submit-journey-section .submit-journey-container .submit-journey-parent{display:flex;gap:2rem}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs{flex:1 1}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-journey-image-wrapper{height:50rem;border-radius:1rem;overflow:hidden;position:relative}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-journey-image-wrapper .submit-journey-back-btn{position:absolute;top:1rem;left:1rem;height:2.5rem;width:2.5rem;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.114);display:flex;justify-content:center;align-items:center;box-shadow:0 0 1rem rgba(0,0,0,.244);cursor:pointer}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-journey-image-wrapper .submit-journey-back-btn i{color:#000}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-journey-image-wrapper img{height:50rem;width:100%;object-fit:cover;object-position:center}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-journey-info-wrapper .rating{display:flex}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-journey-info-wrapper .rating li{list-style-type:none;color:#c4c4c4;font-size:1.5rem;margin-right:.4rem;cursor:pointer}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-journey-info-wrapper .rating .active{color:#4b25e6}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-journey-details-parent .submit-journey-details-childs{display:flex;justify-content:space-between;align-items:center;background:#fff;margin:1rem 0;padding:1rem;border-radius:.4rem;border:1px solid rgba(0,0,0,.133)}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-journey-details-parent .submit-journey-details-childs .submit-journey-details-childs-inner:first-child{display:flex;align-items:center;gap:1rem}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-journey-details-parent .submit-journey-details-childs .submit-journey-details-childs-inner:first-child img{height:auto;width:4rem}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-journey-details-parent .submit-journey-details-childs .submit-journey-details-childs-inner:first-child p{color:#3b3b3b;font-size:1.2rem}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-journey-details-parent .submit-journey-details-childs .submit-journey-details-childs-inner h1{font-size:1.6rem;font-weight:600;color:#3b3b3b}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-people-info{background:#fff;padding:1rem;border-radius:.4rem;border:1px solid rgba(0,0,0,.133);margin-top:1rem}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-people-info .submit-people-name{display:flex;align-items:center;gap:1rem}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-people-info .submit-people-name svg{height:auto;width:3rem}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-people-info .submit-people-name h6{font-size:1.6rem}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-people-info ul{margin-top:2rem}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-people-info ul li{display:flex;justify-content:space-between;align-items:center;margin:.5rem 0}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-people-info ul li p{font-size:1rem}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-people-info ul li h2{font-size:1.1rem;font-weight:700}.rating-parent{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;border-top:2px solid #f7f7f7;border-bottom:2px solid #f7f7f7;padding-top:1rem;padding-bottom:1rem}.rating-parent .rating-childs h4{font-size:1.2rem;color:#525252;font-weight:600}.rating-parent .rating-childs ul{display:flex}.rating-parent .rating-childs ul li{list-style-type:none;color:#d5e4e1;font-size:2rem;margin-right:.4rem;cursor:pointer}.rating-parent .rating-childs ul .active{color:#002389}.recovery-section{background:#28334a;min-height:100vh;padding:3rem 0}.recovery-section .recovery-wrapper{margin-top:4rem}.recovery-section .recovery-wrapper .recovery-parent{display:flex;gap:2rem}.recovery-section .recovery-wrapper .recovery-parent .recovery-childs{flex:1 1}.recovery-section .recovery-wrapper .recovery-parent .recovery-childs:first-child img{height:auto;width:100%}.recovery-section .recovery-wrapper .recovery-parent .recovery-childs:last-child .sub-form-container .sub-form-group{position:relative}.recovery-section .recovery-wrapper .recovery-parent .recovery-childs:last-child .sub-form-container .sub-form-group .show-hide-icon{position:absolute;top:42px;right:12px;cursor:pointer}.recovery-section .recovery-wrapper .recovery-parent .recovery-childs:last-child .sub-form-container .sub-form-group .show-hide-icon i{color:#5a5a5a;font-size:1.2rem}.support-section{background:#28334a;height:100vh;padding:3rem 0}.support-section .support-wrapper{margin:6rem 0 0}.support-section .support-wrapper .support-parent{display:flex;gap:1rem}.support-section .support-wrapper .support-parent .support-childs{flex:1 1}.support-section .support-wrapper .support-parent .support-childs .support-quatation svg{height:auto;width:3rem}.support-section .support-wrapper .support-parent .support-childs:first-child h1{font-size:4rem;color:#fff;font-weight:600;margin-top:3rem}.support-section .support-wrapper .support-parent .support-childs:first-child h1 span{color:#4b25e6}.support-section .support-wrapper .support-parent .support-childs:first-child p{color:#fff;font-size:1.2rem;margin:1rem 0 3rem}.support-section .support-wrapper .support-parent .support-childs:last-child p{font-size:1.2rem;color:#fff}.support-section .support-wrapper .support-parent .support-childs:last-child h4{color:#000;text-align:center;font-size:1.4rem;background:#fff;border-radius:.4rem;padding:1rem;margin:2rem 0}.withdraw-section{background:#f5f6fa;padding:3rem 0;height:100vh}.withdraw-section .withdraw-wrapper .withdrawal-wrapper-parent{display:flex;margin-top:3rem}.withdraw-section .withdraw-wrapper .withdrawal-wrapper-parent .withdrawal-wrapper-childs{flex:1 1}.withdraw-section .withdraw-wrapper .withdrawal-wrapper-parent .withdrawal-wrapper-childs:first-child .withdrawal-wrapper-info{background:#18202b;border-radius:1rem;text-align:center;position:relative}.withdraw-section .withdraw-wrapper .withdrawal-wrapper-parent .withdrawal-wrapper-childs:first-child .withdrawal-wrapper-info img{position:absolute;top:0;right:0;height:auto;width:60%;z-index:1}.withdraw-section .withdraw-wrapper .withdrawal-wrapper-parent .withdrawal-wrapper-childs:first-child .withdrawal-wrapper-info .withdrawal-wrapper-title{background:#4b25e6;border-radius:1rem;padding:1rem 0;position:relative;z-index:2}.withdraw-section .withdraw-wrapper .withdrawal-wrapper-parent .withdrawal-wrapper-childs:first-child .withdrawal-wrapper-info .withdrawal-wrapper-title h1{color:#fff;font-size:1.2rem}.withdraw-section .withdraw-wrapper .withdrawal-wrapper-parent .withdrawal-wrapper-childs:first-child .withdrawal-wrapper-info .withdrawal-wrapper-more-info{padding:10rem 0 16rem;position:relative;z-index:2}.withdraw-section .withdraw-wrapper .withdrawal-wrapper-parent .withdrawal-wrapper-childs:first-child .withdrawal-wrapper-info .withdrawal-wrapper-more-info p{color:#98999c;font-size:1.4rem}.withdraw-section .withdraw-wrapper .withdrawal-wrapper-parent .withdrawal-wrapper-childs:first-child .withdrawal-wrapper-info .withdrawal-wrapper-more-info h3{color:#fff;font-size:4rem;font-weight:600;margin:1rem 0 2rem}.withdraw-section .withdraw-wrapper .withdrawal-wrapper-parent .withdrawal-wrapper-childs:first-child .withdrawal-wrapper-info .withdrawal-wrapper-more-info .withdrawal-wrapper-more-info-link a{background:#34a8cb;color:#fff;padding:.6rem 1.2rem;border-radius:.4rem;font-size:.9rem;font-weight:600}.withdraw-section .withdraw-wrapper .withdrawal-wrapper-parent .withdrawal-wrapper-childs:last-child .withdrawal-tab-wrapper{padding:0 2rem}.withdraw-section .withdrawal-form-container{padding:2rem}.withdraw-section .withdrawal-form-container .sub-form-container .sub-form-group{position:relative}.withdraw-section .withdrawal-form-container .sub-form-container .sub-form-group p{color:#000!important}.withdraw-section .withdrawal-form-container .sub-form-container .sub-form-group .allBtnFunc{position:absolute;top:42px;right:12px;font-weight:700;cursor:pointer;text-decoration:underline;color:#5a5a5a}.withdraw-section .withdrawal-form-container .sub-form-container .sub-form-group input{border:1px solid rgba(0,0,0,.177)}.withdraw-section .withdrawal-form-container .sub-form-container .sub-form-group .show-hide-icon{position:absolute;top:42px;right:12px;cursor:pointer}.withdraw-section .withdrawal-form-container .sub-form-container .sub-form-group .show-hide-icon i{color:#5a5a5a;font-size:1.2rem}.withdrawal-info-wrapper ul{margin:1rem 0}.withdrawal-info-wrapper ul li h1{font-size:1rem;font-weight:500;color:#000}.withdrawal-info-wrapper ul li .info-details{background:#fff;border:1px solid rgba(0,0,0,.177);border-radius:.4rem;padding:.5rem .8rem;margin-top:.4rem;opacity:.8}.withdrawal-info-wrapper ul li .info-details h6{font-size:1.2rem;font-weight:400}.form-sub-heading h1{font-size:1.4rem;font-weight:600}.amount-options{margin:0 0 2rem}.amount-options .amount-option-parent{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.amount-options .amount-option-parent .amount-option-childs{padding:.5rem 1rem;text-align:center;cursor:pointer;border-radius:8px;background:#fff;border:2px solid #34a8cb;transition:.2s}.amount-options .amount-option-parent .amount-option-childs:hover{transition:.2s;background:#4b25e6;border:2px solid #4b25e6}.amount-options .amount-option-parent .amount-option-childs:hover h3{color:#fff!important}.amount-options .amount-option-parent .amount-option-childs h3{font-size:1rem;font-weight:600;text-align:center;color:#34a8cb}.withdrawal-success-receipt-container{width:100%;height:100%;position:fixed;background:rgba(0,0,0,.65);z-index:12;display:flex;justify-content:center;align-items:center}.withdrawal-success-receipt-container .withdrawal-success-receipt-inner{width:750px;background:#fff;border-radius:.4rem;padding:2rem;animation:fadeAnimation .5s linear forwards;position:relative}.withdrawal-success-receipt-container .withdrawal-success-receipt-inner .company-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.withdrawal-success-receipt-container .withdrawal-success-receipt-inner .company-watermark img{height:auto;width:12rem;opacity:.1}.withdrawal-success-receipt-container .withdrawal-success-receipt-inner .withdrawal-receipt-check,.withdrawal-success-receipt-container .withdrawal-success-receipt-inner .withdrawal-success-heading{text-align:center}.withdrawal-success-receipt-container .withdrawal-success-receipt-inner .withdrawal-success-heading h1{font-size:1.6rem;color:#373636}.withdrawal-success-receipt-container .withdrawal-success-receipt-inner .withdrawal-success-heading p{font-size:1.3rem;color:#373636}.withdrawal-success-receipt-container .withdrawal-success-receipt-inner .withdrawal-receipt-break{border:1px dashed rgba(0,0,0,.401);width:100%;margin:2rem 0}.withdrawal-success-receipt-container .withdrawal-success-receipt-inner .withdrawal-receipt-details ul li{display:flex;justify-content:space-between;align-items:center;margin:1rem 0}.withdrawal-success-receipt-container .withdrawal-success-receipt-inner .withdrawal-receipt-details ul li p{font-size:1.1rem;color:rgba(0,0,0,.78)}.withdrawal-success-receipt-container .withdrawal-success-receipt-inner .withdrawal-receipt-details ul li h5{font-size:1.1rem;color:#000;font-weight:500}.withdrawal-success-receipt-container .withdrawal-success-receipt-inner .withdrawal-receipt-details ul .channel h5,.withdrawal-success-receipt-container .withdrawal-success-receipt-inner .withdrawal-receipt-details ul .status h5{font-size:.8rem;color:#fff;padding:.4rem .6rem;border-radius:.4rem}.withdrawal-success-receipt-container .withdrawal-success-receipt-inner .withdrawal-receipt-details ul .channel h5{background:#262a2e}.withdrawal-success-receipt-container .withdrawal-success-receipt-inner .withdrawal-receipt-details ul .status h5{background:green}.withdrawal-success-receipt-container .wallet-receipt-action{display:flex;gap:1rem}.withdrawal-success-receipt-container .wallet-receipt-action button{flex:1 1;font-size:1.1rem;outline:none;border:none;background:rgba(0,36,93,.145);border:1px solid rgba(0,36,93,.145);border-radius:.4rem;padding:.5rem 0;color:#262a2e;font-weight:600;cursor:pointer}.withdrawal-success-receipt-container .wallet-receipt-action button:hover{opacity:.8}.withdrawal-success-receipt-container .confirm-with{margin:1rem 0 0}.withdrawal-success-receipt-container .confirm-with p{text-align:center;font-size:1rem;color:#0047c1;font-weight:500;cursor:pointer}.withdrawal-success-receipt-container .confirm-with p:hover{color:#000}.withdrawal-to-info{margin:0 2rem 2rem;border-radius:16px;border:1px solid #e5effd;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);padding:2rem}.withdrawal-to-info h2{font-weight:700;font-size:1.4rem}.withdrawal-to-info p{font-size:1.2rem;font-weight:500;color:#575757}.withdrawal-to-info .withdrawal-to-type{display:flex;margin-top:1rem;gap:1rem;margin-bottom:2rem}.withdrawal-to-info .withdrawal-to-type h5{background:rgba(0,36,93,.173);color:#31dee5;padding:.6rem 1rem;font-size:1rem;border-radius:.4rem}.security-details-wrapper{padding:0 2rem}.security-details-wrapper .security-tab{margin-top:2rem;display:flex;border-radius:.5rem;background:rgba(69,85,85,.5);box-shadow:inset 0 3px 6px 0 rgba(0,0,0,.02)}.security-details-wrapper .security-tab a{width:100%}.security-details-wrapper .security-tab a button{width:100%;outline:none;border:none;padding:1rem 0;color:#fff;font-size:1.5rem;font-weight:600;cursor:pointer;background:none}.security-details-wrapper .security-tab a .button-active{background:#fff;color:#000;box-shadow:0 0 4px 0 #5e6a84;border-radius:.5rem}.invite-section .invite-image{text-align:center}.invite-section .invite-image img{height:auto;width:60%;filter:invert(1) brightness(2)}.invite-section .invite-section-wrapper{padding:2rem}.invite-section .invite-section-wrapper .invite-details{text-align:center}.invite-section .invite-section-wrapper .invite-details h2{color:#e5e5e5;font-size:2.5rem}.invite-section .invite-section-wrapper .invite-details h3{font-size:1.5rem;padding-top:0;font-weight:500;color:#ececec}.invite-section .invite-section-wrapper .invite-details .invite-code-wrapper{display:flex;justify-content:center;align-items:center}.invite-section .invite-section-wrapper .invite-details .invite-code-wrapper .invite-code{display:flex;background-color:#fff;width:-moz-fit-content;width:fit-content;gap:2rem;padding:1rem 2rem;border-radius:.5rem;margin:2rem 0 5rem;filter:drop-shadow(0 0 4px rgba(0,0,0,.25))}.invite-section .invite-section-wrapper .invite-details .invite-code-wrapper .invite-code h2{font-size:1.8rem;color:#111827}.invite-section .invite-section-wrapper .invite-details .invite-code-wrapper .invite-code button{padding:.5rem 1.3rem;background:#ce3185;border-radius:.3rem;color:#fff;border:none;font-size:1.3rem;font-weight:600}.profile-section{background:#18202b;min-height:100vh;padding:3rem 0}.profile-section .profile-wrapper{padding:2rem 0}.profile-section .profile-wrapper .profile-parent .user-info{padding-bottom:0}.profile-section .profile-wrapper .profile-parent .user-info .profile-wrapper{display:flex;justify-content:center}.profile-section .profile-wrapper .profile-parent .user-info .profile-wrapper .profile-img{height:10rem;width:10rem;background:#f5f5f5;border-radius:50%}.profile-section .profile-wrapper .profile-parent .user-info .profile-wrapper .profile-img img{height:10rem;width:10rem;border-radius:100%;object-fit:cover;object-position:center;box-shadow:0 0 10px rgba(0,0,0,.338)}.profile-section .profile-wrapper .profile-parent .user-info .profile-info h3{text-align:center;font-size:1.6rem;font-weight:600;color:#fff}.profile-section .profile-wrapper .profile-parent .user-info .profile-info h4{text-align:center;font-size:1.4rem;font-weight:600;color:#4b25e6}.profile-section .profile-wrapper .profile-parent .user-info .profile-info .sidebar-progress-bar{margin:1rem 0}.profile-section .profile-wrapper .profile-parent .user-info .profile-info .sidebar-progress-bar .sidebar-progress-bar-parent{display:flex;justify-content:center}.profile-section .profile-wrapper .profile-parent .user-info .profile-info .sidebar-progress-bar .sidebar-progress-bar-parent .sidebar-progress-bar-childs{width:100%}.profile-section .profile-wrapper .profile-parent .user-info .profile-info .sidebar-progress-bar .sidebar-progress-bar-parent .sidebar-progress-bar-childs .progressbar-track{height:.4rem;position:relative;border-radius:.5rem;background:#eee;margin-top:1rem}.profile-section .profile-wrapper .profile-parent .user-info .profile-info .sidebar-progress-bar .sidebar-progress-bar-parent .sidebar-progress-bar-childs .progressbar-track .progressbar-thumb{height:100%;background:#34a8cb;border-radius:1rem;position:absolute;top:0;left:0;display:flex;justify-content:flex-end;align-items:center}.profile-section .profile-wrapper .profile-parent .user-info .profile-info .sidebar-progress-bar .sidebar-progress-bar-parent .sidebar-progress-bar-childs .progressbar-track .progressbar-thumb p{background:#34a8cb;font-size:.8rem;padding:.2rem 1rem;border-radius:.4rem;color:#fff;font-weight:400}.profile-account-details-container{display:flex;gap:1rem}.profile-account-details-container .profile-account-details-parent{display:flex;justify-content:space-between;align-items:center;background:#5b6678;padding:1rem;border-radius:.4rem;flex:1 1}.profile-account-details-container .profile-account-details-parent .profile-account-details-childs{display:flex;align-items:center;gap:1rem}.profile-account-details-container .profile-account-details-parent .profile-account-details-childs .profile-account-details-icon img{height:auto;width:3rem}.profile-account-details-container .profile-account-details-parent .profile-account-details-childs .profile-account-details-icon p{font-size:1.1rem;color:#fff}.profile-account-details-container .profile-account-details-parent .profile-account-details-childs h1{color:#fff;font-size:1.4rem}.membership-section .membership-heading{margin:6rem 0 5rem}.membership-section .membership-heading h1{text-align:center;color:#fff;font-size:1.6rem;font-weight:500}.membership-section .membership-wrapper-parent{padding:1rem;display:flex;gap:1rem;border-radius:.4rem}.membership-section .membership-wrapper-parent .membership-wrapper-childs{background:#fff;flex:1 1;padding:1rem;text-align:center;border-radius:.5rem}.membership-section .membership-wrapper-parent .membership-wrapper-childs img{height:auto;width:10rem;margin-top:-6rem}.membership-section .membership-wrapper-parent .membership-wrapper-childs .membership-wrapper-info{padding-bottom:1rem}.membership-section .membership-wrapper-parent .membership-wrapper-childs .membership-wrapper-info h2{font-size:1.5rem;font-weight:600}.membership-section .membership-wrapper-parent .membership-wrapper-childs .membership-wrapper-info p{font-size:1rem;color:#5a5a5a}.certificate-section .certificate-wrapper{display:flex;justify-content:center;align-items:center;padding:3rem}.certificate-section .certificate-wrapper .certifiacte-parent img{height:100%;width:100%;object-fit:cover;object-position:center}.about-us-page-wrapper img{height:auto;width:100%}.about-us-page-wrapper .about-page-details-wrapper{padding:3rem 2rem}.about-us-page-wrapper .about-page-details-wrapper p{font-size:1.5rem}.about-us-page-wrapper .about-page-details-wrapper p span{font-weight:700}.about-us-desktop-view,.about-us-mobile-view{margin-top:2rem}.about-us-desktop-view img,.about-us-mobile-view img{height:auto;width:100%}.content-section{padding:3rem 0}.content-section .content-wrapper{margin-top:3rem}.dashboard-wrapper .dashboard-wrapper-inner-wrapper .dashboard-top-navbar{padding:1rem 2rem;margin-bottom:12rem}.dashboard-wrapper .dashboard-wrapper-inner-wrapper .dashboard-top-navbar .mysvg{height:auto;width:100%;position:absolute;top:-6rem;left:0;z-index:10}.dashboard-wrapper .dashboard-wrapper-inner-wrapper .dashboard-top-navbar .dashboard-top-navbar-parent{position:relative;z-index:12;display:flex;justify-content:space-between;margin-top:3rem}.dashboard-wrapper .dashboard-wrapper-inner-wrapper .dashboard-top-navbar .dashboard-top-navbar-parent .dashboard-top-navbar-childs:first-child img{height:auto;width:100%}.product-review{padding:1rem 0;margin-bottom:2rem}.product-review .review-container{width:100%;margin-top:.6rem;padding:1.2rem;border-radius:.4rem;outline:none;background:#fff;color:#000;border:none;font-size:1.2rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;border:1px solid rgba(0,0,0,.241)}.product-review .reviews-list-wrapper{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;height:100%;background:rgba(0,0,0,.722);z-index:50;cursor:pointer}.product-review .reviews-list-wrapper .reviews-list{background:#fff;position:absolute;bottom:0;left:0;border-radius:1rem 1rem 0 0;padding:1rem;width:100%;max-height:70%;overflow-y:scroll}.product-review .reviews-list-wrapper .reviews-list::-webkit-scrollbar{width:4px;height:0}.product-review .reviews-list-wrapper .reviews-list::-webkit-scrollbar-track{background-color:#f8f8f8}.product-review .reviews-list-wrapper .reviews-list::-webkit-scrollbar-thumb{background-color:#e9e9e9;border-radius:0}.product-review .reviews-list-wrapper .reviews-list::-webkit-scrollbar-thumb:hover{background-color:#555}.product-review .reviews-list-wrapper .reviews-list li{background:rgba(56,56,95,.055);border-radius:.5rem;padding:1rem;margin:1rem 0;font-size:1.4rem;font-weight:600}.product-review .reviews-list-wrapper .reviews-list li:hover{background:rgba(56,56,95,.102)}.product-review .reviews-list-wrapper .reviews-list .review-close-btn{padding:1rem 0 4rem}.product-review .reviews-list-wrapper .reviews-list .review-close-btn button{width:100%;background:#31dee5;color:#fff;border:none;outline:none;padding:1rem;border-radius:1rem;font-size:1.2rem;cursor:pointer}.product-review .reviews-list-wrapper .reviews-list .review-close-btn button:hover{opacity:.8}.right-icon{height:3.5rem!important;width:3.5rem!important}.left-icon{height:4rem!important;width:4rem!important}.fetchNextData{height:100%;width:100%;background:rgba(0,0,0,.807);position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;z-index:12}.fetchNextData h3{color:#fff;font-size:1.2rem}.fetchNextData h3 i,.loading_animation{animation:spinerAnimation .5s ease-in-out infinite}.sliderFaseAnimation{animation:fadeAnimation .5s ease-in-out forwards;transition:.4s}.rotating-spinner{animation:spinerAnimationLoading .8s ease-out infinite;margin-left:1rem}.pageAnimation{animation:fadeAnimation .5s ease-in-out forwards}@keyframes fadeAnimation{0%{opacity:0}to{opacity:1}}@keyframes fadeUpAnimation{0%{opacity:0;transform:translateY(4rem)}to{opacity:1;transform:translateY(0)}}@keyframes spinerAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinerAnimationLoading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.about-us-mobile-view{display:none}.about-us-desktop-view{display:block}@media only screen and (max-width:768px){html{font-size:calc(100% - (767px - 100vw)*.015)}.welcome-section .welcome-wrapper{flex-direction:column;padding:2rem}.welcome-section .welcome-wrapper .welcome-parent:first-child h1{margin:4rem 0}.welcome-get-started-btn{position:absolute;left:50%;top:90%;transform:translate(-50%,-50%);width:90%;z-index:12}.welcome-section .welcome-wrapper .welcome-parent:last-child img{top:23%}.success-modal-container .success-modal-inner-container{width:90%}.landing-section .landing-wrapper .landing-bg-image h1{font-size:2rem}.landing-section .landing-wrapper .landing-bg-image .landing-action-wrapper{padding:0 2rem}.different-wrapper .different-parent{flex-direction:column}.different-wrapper .different-parent .different-childs .different-image-wrapper img{height:26rem}.different-wrapper .different-parent .different-childs{margin:2rem 0}.different-wrapper .different-parent .different-childs .different-image-wrapper p{margin-bottom:3rem}.popular-category-wrapper .popular-slider-container .popular-slider-wrapper,.popular-category-wrapper .popular-slider-container .popular-slider-wrapper img{height:26rem}.excellent-review-container .excellent-review-parent{flex-direction:column}.trending-container .trending-parent .trending-childs .trending-image-wrapper img{height:18rem}.globally-trusted-wrapper .globally-trusted-parent{flex-direction:column}.globally-trusted-wrapper .globally-trusted-parent .globally-trusted-image{padding:16rem}.footer-container .footer-parent{flex-direction:column}.footer-container .footer-parent p{margin-top:1rem}.navbar-extended-container .navbar-extended-wrapper .navbar-extended-parent{flex-direction:column}.navbar-extended-wrapper{position:relative}.logout-btn-container{position:absolute;bottom:-2rem;left:0;width:100%;margin:auto}.navbar-profile{margin-bottom:2rem}.navbar-extended-container .navbar-extended-wrapper .navbar-extended-parent .navbar-extended-childs ul li{margin:1.6rem 0}.journey-section .journey-wrapper .journey-info-wrapper .journey-data-info-alt{flex-direction:column}.submit-journey-section .submit-journey-container .submit-journey-parent{flex-direction:column;padding-bottom:6rem}.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-journey-image-wrapper,.submit-journey-section .submit-journey-container .submit-journey-parent .submit-journey-childs .submit-journey-image-wrapper img{height:30rem}.membership-section .membership-wrapper-parent,.profile-account-details-container{flex-direction:column}.membership-section .membership-wrapper-parent .membership-wrapper-childs{margin-bottom:5rem}.history-section .history-card-wrapper .history-wrapper{grid-template-columns:repeat(auto-fit,minmax(335px,1fr))}.link-wallet-section .link-wallet-wrapper .link-wallet-parent,.support-section .support-wrapper .support-parent,.withdraw-section .withdraw-wrapper .withdrawal-wrapper-parent{flex-direction:column}.withdraw-section .withdraw-wrapper .withdrawal-wrapper-parent .withdrawal-wrapper-childs:last-child .withdrawal-tab-wrapper{padding:0;margin-top:2rem;margin-bottom:2rem}.withdraw-section .withdrawal-form-container{padding:0}.withdraw-section .withdrawal-form-container .sub-form-container .sub-form-group .allBtnFunc{top:27px}.withdraw-section .withdrawal-form-container .sub-form-container .sub-form-group .show-hide-icon{top:28px}.withdrawal-action-btn{padding:0 0 3rem}.transaction-history-section .transaction-history-container{grid-template-columns:repeat(auto-fit,minmax(345px,1fr))}.global-form-wrapper .user-info-input-wrapper{grid-template-columns:repeat(auto-fit,minmax(288px,1fr))}.journey-section .journey-wrapper{padding:3rem 1rem}.withdrawal-success-receipt-container .withdrawal-success-receipt-inner{width:95%}.recovery-section .recovery-wrapper .recovery-parent{flex-direction:column}.recovery-section .recovery-wrapper .recovery-parent .recovery-childs:first-child{text-align:center;margin-bottom:2rem}.recovery-section .recovery-wrapper .recovery-parent .recovery-childs:first-child img{width:60%}.recovery-section .recovery-wrapper .recovery-parent .recovery-childs:last-child .sub-form-container .sub-form-group .show-hide-icon{top:27px}.about-us-mobile-view{display:block}.about-us-desktop-view{display:none}.fdc{flex-direction:column}.stat-card .icon svg{height:20px;width:20px}}