@import "https://fonts.googleapis.com/css2?family=Magra:wght@400;700&display=swap";
body{color:var(--text);background-color:var(--body-bg);margin:0;padding:0;font-size:16px;font-family:Inter,sans-serif!important}*{box-sizing:border-box}ul,ol{margin:0;padding:0;list-style:none}:root{--splash-bg:#f5d998;--golden-text:#7a5514;--loading-text:#a38746;--heading-color:#1f2230;--text:#797c8c;--body-bg:#fdfdfe;--primary-color:#eaad20;--secondary-color:red;--black:#1f1f1f;--para-text:#383e58;--input-bg:#fff;--input-border:#d4d6e2;--input-text:#a5a7b0;--input-focus-border-color:#181a25;--input-placehoder-color:#181a25;--back-arrow-bg:#e9ebf8;--nav-text:#7a7e8f;--main-bg:#f8f9fd;--bg-gradient:linear-gradient(180deg,#fff 0%,#fcf6b6 147.46%);--active-bg-color:#f0f2fa}img{max-width:100%;height:auto!important}a{text-decoration:none;outline:none!important}h1{color:var(--heading-color);font-size:36px;font-weight:600}p{color:var(--para-text)}h2{color:var(--heading-color);font-size:32px;font-weight:600;line-height:140%}.mb-40{margin-bottom:40px}.mb-48{margin-bottom:48px}.mb-32{margin-bottom:32px}.mb-24{margin-bottom:24px}.p-50{padding:50px 0}.font-20{font-size:20px}.btn-theme{text-align:center;cursor:pointer;border:0;border-radius:12px;padding:12px 20px;font-size:20px;font-weight:600;transition:all .5s;display:inline-block}.btn-black{color:#01004f;background:#fff;border:1px solid #01004f}.btn-black:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--black)}.btn-white{min-width:150px;color:var(--black);background-color:#fff;font-size:15px;font-weight:400}.btn-white:hover{color:var(--primary-color)}.btn-yellow-border{color:var(--black);border:1px solid var(--primary-color);background-color:#fff}.my-splash{background-color:var(--splash-bg);justify-content:center;align-items:center;min-height:100svh;padding:10px 20px;display:flex}.logo-splash-mobile img{margin-bottom:10px}.logo-splash-mobile p{color:var(--black);font-weight:600;line-height:20px}.splash-loading{justify-content:center;align-items:center;display:flex}.splash-box{margin-bottom:95px}.loader-box{justify-content:center;align-items:center;width:60px;display:flex;position:relative}.loader{justify-content:center;align-items:center;display:flex}.loader:first-child{width:30px;height:30px;animation:4s linear infinite spin}.loader:nth-child(2){width:24px;height:24px;animation:4s linear infinite reverseSpin;position:absolute;top:-22px;left:0}.gear{background-color:var(--golden-text);border-radius:50%;width:100%;height:100%;position:relative}.gear .tooth{background-color:var(--golden-text);border-radius:0;width:125%;height:20%;position:absolute;top:40%;left:-13%}.gear .tooth:first-child{transform:rotate(0)}.gear .tooth:nth-child(2){transform:rotate(45deg)}.gear .tooth:nth-child(3){transform:rotate(90deg)}.gear .tooth:nth-child(4){transform:rotate(135deg)}.gear .core{background-color:var(--splash-bg);border-radius:50%;width:50%;height:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-text{color:var(--loading-text)}.container{max-width:1100px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes reverseSpin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.global-loader-overlay{z-index:9999;pointer-events:none;position:fixed;inset:0}.global-loader-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000014;position:absolute;inset:0}.global-loader-content{pointer-events:auto;background:#fff;border-radius:999px;align-items:center;gap:10px;padding:8px 18px;display:flex;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000014}.global-loader-spinner{border:2px solid #eaad2033;border-top-color:#eaad20;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite globalLoaderSpin}.global-loader-text{color:#383e58;font-size:14px}@keyframes globalLoaderSpin{to{transform:rotate(360deg)}}.auth-form{-o-transition:all .3s;flex-direction:column;flex:none;justify-content:center;width:700px;max-width:100%;min-height:100svh;padding:80px 40px;transition:all .3s;display:flex;position:relative;overflow:hidden}.auth-form:before{content:"";background-image:url(../media/login-bg.db51970b.png);background-repeat:no-repeat;background-size:cover;width:100%;height:454px;position:absolute;bottom:0;left:0;right:0}.form-control,.form-select{background-color:var(--input-bg);border-radius:12px;padding:6px 14px;box-shadow:none!important;border:1px solid var(--input-border)!important}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{padding:16px 24px!important}input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0px 1000px var(--input-bg)inset!important;-webkit-text-fill-color:var(--bs-body-color)!important}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{background-color:var(--bs-white);height:auto;padding:2px;line-height:100%;transform:scale(.85)translateY(-11px)translate(.15rem)}.form-floating>label{opacity:1;color:#8c8c8c;font-size:16px;left:14px}.form-floating .form-control:focus{box-shadow:none!important;border-color:#181a25!important}.form-control:focus~label{color:#181a25!important}.auth-info{background-position:0;background-repeat:no-repeat;flex-direction:column;flex:1;justify-content:center;min-height:100vh;padding:20px 0;transition:all .3s;display:flex;position:relative}.bgImg{background-position:50%;background-repeat:no-repeat;background-size:cover;border-top-left-radius:56px;border-bottom-left-radius:56px;width:100%;height:100%}.auth-logo{margin-bottom:16px}.auth-form p{margin-bottom:48px}.max-card{z-index:1;max-width:380px;margin:0 auto;position:relative}.pass-container{cursor:pointer;justify-content:center;align-items:center;width:60px;height:58px;display:flex;position:absolute;top:0;right:0}.pass-container img{filter:brightness(.6)}.link-underline-text{color:var(--black);font-weight:500;transition:all .5s}.link-underline-text.under-line-text{text-underline-offset:4px;font-weight:500;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.link-underline-text:hover{color:var(--primary-color)}.link-underline-text svg{margin-right:8px}.btn-yellow{background:var(--primary-color);border:1px solid var(--primary-color);color:var(--black)}.btn-yellow:hover{background:var(--black);border:1px solid var(--black);color:var(--bs-white)}.d-flex.align-items-center.justify-content-center.or{margin-bottom:16px}.social-auth a{background:var(--black);width:48px;height:48px;color:var(--bs-white);border-radius:50%;justify-content:center;align-items:center;display:flex}.social-auth .d-flex{gap:12px}.back-btn .icon{background:var(--back-arrow-bg);width:40px;height:40px;color:var(--black);border-radius:50%;justify-content:center;align-items:center;transition:all .5s;display:flex;box-shadow:0 0 2px #0000001f}.back-btn .icon:hover{background-color:var(--black);color:var(--bs-white)}.create-account.mb-48{margin-top:0}.head-toolbar{z-index:3;background:var(--bg-gradient);padding:16px 0;position:relative;top:0}.search-head-box{margin-top:24px}.head-toolbar.head-stretch{margin-bottom:-70px;padding-bottom:70px}.back-icon .icon{background:var(--bs-white);width:48px;height:48px;color:var(--black);border-radius:50%;justify-content:center;align-items:center;transition:all .5s;display:flex;box-shadow:0 0 2px #0000001f}.back-icon .icon:hover{background:var(--black);color:var(--bs-white)}.head-toolbar .flex-grow-1{width:calc(100% - 100px);flex:none!important}.mx-540{max-width:540px;margin:0 auto}.my-inbox svg{color:var(--primary-color)}.app-sidebar{background-color:var(--bs-white);border-right:2px solid #f0f2fa;width:120px;height:100svh;padding:16px 0;position:fixed;top:0;left:0}.sidebar-logo{margin-bottom:56px}.sidebar-content{text-align:center;flex-direction:column;height:100%;display:flex}.sidebar-nav li{margin-bottom:32px}.app-sidebar .sidebar-link{color:var(--nav-text);flex-direction:column;align-items:center;gap:8px;font-size:14px;transition:all .5s;display:flex}.app-sidebar .sidebar-link:hover{color:var(--primary-color)}.logout-link .sidebar-link-text{color:#df1738}.sidebar-nav li.active .sidebar-link{color:var(--primary-color);font-weight:600}.sidebar-cta{margin-top:auto}.main-content{width:calc(100% - 120px);min-height:100vh;margin-left:120px;padding:16px}.bg-content{background:var(--main-bg)}.sec-profile-card .container{max-width:1400px}.search-bar input{color:#7a7e8f;border:1px solid #e9ebf8;border-radius:30px;outline:none;width:100%;height:48px;padding:16px 80px 16px 17px;font-size:14px;font-weight:500}.search-bar .position-relative{flex:1}.search-bar .icon-search{color:#7a7e8f;background:0 0;border:0;border-left:1px solid #e9ebf8;outline:none;justify-content:center;align-items:center;width:72px;height:48px;display:flex;position:absolute;top:0;right:0}.search-bar{gap:16px;max-width:536px;margin:0 auto 16px;display:flex}.filter-button{background:var(--bs-white);color:#333850;border:1px solid #e9ebf8;border-radius:50%;outline:none;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.profile-detail-row{display:flex}.swiper.profileSwiper{width:100%;height:calc(100vh - 100px);min-height:430px}.swiper.profileSwiper .swiper-slide img{object-fit:cover;object-position:top;border-radius:24px;width:100%;height:100%!important}.swiper.profileSwiper .swiper-slide video{border-radius:24px}.slide-content{max-width:536px;height:100%;margin:0 auto;position:relative}.actions{flex-direction:column;align-items:center;gap:20px;display:flex;position:absolute;bottom:0;right:-70px}.actions-links{flex-direction:column;align-items:center;gap:4px;display:flex}.actions .actions-links .icon{background:var(--bs-white);color:#626368;border:1px solid #d4d6e2;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .5s;display:flex}.actions .actions-links:hover .icon{background-color:var(--primary-color);color:var(--bs-white);border-color:var(--bs-white)}.actions .actions-links p{transition:all .5s}.actions .actions-links:hover:hover p{color:var(--primary-color)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{width:48px;height:48px;color:var(--black);background:var(--bs-white);border-radius:50%;box-shadow:0 0 2px #0000001f;left:auto!important;right:0!important}.swiper-vertical .swiper-button-prev:hover,.swiper-vertical .swiper-button-next:hover,.swiper-vertical~.swiper-button-prev:hover,.swiper-vertical~.swiper-button-next:hover{background-color:var(--primary-color);color:var(--bs-white)}.swiper-vertical .swiper-button-prev svg,.swiper-vertical .swiper-button-next svg,.swiper-vertical~.swiper-button-prev svg,.swiper-vertical~.swiper-button-next svg{width:10px;height:auto}.profileSwiper.swiper-vertical .swiper-button-next{margin-bottom:-60px;bottom:50%}.profileSwiper.swiper-vertical .swiper-button-prev{margin-top:-60px;top:50%}.user-auth{gap:16px;display:flex;position:absolute;bottom:0;left:-340px}.swiper.profileSwiper .swiper-slide .user-auth img{border-radius:50%!important;width:50px!important;height:50px!important}.user-auth .auth-right{max-width:230px}.user-auth .auth-right h5{color:var(--black);margin-bottom:5px;font-size:20px;font-weight:600;line-height:130%}.user-auth .auth-right p{color:#7a7e8f;font-size:14px}.actions-links .btn{border:0;padding:0;background-color:#0000!important}.actions-links .btn:after{display:none}.modal-content{box-shadow:none;border:0;border-radius:32px}.btn-close-btn.btn.btn-link{width:60px;height:60px;color:var(--black);border:10px solid var(--bs-white);background:#edeff9;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:-30px;right:26px}.modal-title{text-transform:capitalize;color:#262626;margin-bottom:0;font-size:24px;font-weight:600;line-height:140%}.modal-header{border-bottom:1px solid #edeff9;padding:20px 24px}.modal-footer{border-top:1px solid #edeff9}.modal-body{padding:24px}.filter-tab .nav-link{color:#606579;border-bottom:1px solid #edeff9;border-radius:0;padding:20px;font-weight:500;position:relative;background:0 0!important}.filter-tab .nav-link.active{color:#1f2230;border-left-color:var(--primary-color)}.flex-column.nav-modal.nav.nav-pills{border-right:1px solid #edeff9;width:150px;min-height:400px}.filter-tab .nav-link:before{content:"";background:0 0;border-top-right-radius:8px;border-bottom-right-radius:8px;width:6px;height:100%;position:absolute;top:0;bottom:0;left:0}.filter-tab .nav-link.active:before{background-color:var(--primary-color)}.filter-tab .tab-content{flex:1;padding:20px 24px}.checkbox-container{cursor:pointer;-webkit-user-select:none;user-select:none;color:#01002b;margin-bottom:12px;padding-left:28px;font-size:20px;display:block;position:relative}.checkbox-container input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkbox-container .checkmark{border:1px solid #d4d6e2;border-radius:4px;width:20px;height:20px;position:absolute;top:5px;left:0}.checkbox-container input:checked~.checkmark{background-color:var(--primary-color);border-color:var(--primary-color)}.checkbox-container .checkmark:after{content:"";display:none;position:absolute}.checkbox-container input:checked~.checkmark:after{display:block}.checkbox-container .checkmark:after{border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;top:3px;left:7px;transform:rotate(45deg)}.filter-title{color:#7a7e8f;font-size:14px;font-weight:500;line-height:140%}.expert-card{background:#f5f6fc;border-radius:16px;padding:24px}.expert-card .d-flex{gap:16px}.expert-card .d-flex .useImgbox img{border-radius:50%;flex:none;width:56px;height:56px!important}.expert-card .name{color:var(--black);margin-bottom:4px;font-size:20px;font-weight:600;line-height:130%}.expert-card .role{color:#606579;font-size:14px}.expert-price{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.expert-price h4{color:#3ea924;margin-bottom:0;font-size:16px;font-weight:600}.expert-price p{color:#3ea924;margin-bottom:0;font-size:14px;font-weight:600}.sec-discover-user [class*=col-]{margin-bottom:16px}.filters-discover .btn-primary{border-radius:30px;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex;background:var(--bs-white)!important;color:var(--black)!important;border:1px solid #f0f2fa!important}.filters-flex{flex-wrap:wrap;gap:8px}.filters-discover .btn-primary:after{display:none}.expert-info{justify-content:space-between;gap:15px;display:flex}@media (max-width:1380px){.search-bar,.slide-content{max-width:400px}.user-auth{gap:10px;left:-250px}.swiper.profileSwiper .swiper-slide .user-auth img{width:40px!important;height:40px!important}.user-auth .auth-right h5{font-size:16px}.user-auth .auth-right p{font-size:12px}.user-auth .auth-right{max-width:170px}}@media (max-width:1199px){.user-auth{background:#00000052;padding:10px;bottom:20px;left:20px}.user-auth .auth-right h5{color:#fff}.user-auth .auth-right p{color:#fff;opacity:.5}.actions{bottom:115px;right:20px}.actions .actions-links .icon{color:#fff;background:linear-gradient(360deg,#fff3 0%,#1f223033 100%);border:0;width:44px;height:44px}.actions-links p{color:#fff;font-size:14px}.video-button{border-radius:8px!important;padding:7px!important;font-size:12px!important}}@media (max-width:1280px){.auth-form{width:480px}}@media (max-width:991px){.auth-form{width:100%;padding:16px 20px}.auth-info{display:none}.max-card{flex-direction:column;max-width:100%;height:100%;display:flex}.create-account{margin-top:auto}}@media (min-width:576px){.modal-sm{--bs-modal-width:500px}}@media (max-width:767px){.container{padding:0 20px}.my-splash{background-color:#eaad20}.logo-splash-mobile{z-index:1;position:relative}.my-splash:before{content:"";mix-blend-mode:plus-lighter;background-image:url(../media/splash-mob-bg.6691e6ea.png);background-position:bottom;background-repeat:no-repeat;width:100%;height:211px;position:absolute;bottom:0;left:0;right:0}h1{font-size:24px;line-height:130%}body{font-size:14px}.auth-form p{margin-bottom:34px}.forgot-link{margin-bottom:16px;text-align:right!important}.auth-form .btn-theme{margin-bottom:24px}.auth-form:before{height:274px}.auth-form:after{content:"";background:var(--bg-gradient);width:100%;height:70px;position:absolute;top:0;left:0;right:0}.back-icon .icon{width:40px;height:40px}.back-icon .icon svg{width:20px;height:auto}.back-btn .icon{background-color:var(--bs-white)}.p-50{padding:24px 0}h2{font-size:24px}.head-toolbar{padding:8px 0}.search-head-box{margin-top:8px}.app-sidebar{border:0;width:100%;height:auto;padding:0;top:auto;bottom:0}.sidebar-content{height:auto}.sidebar-logo{display:none}.sidebar-nav{justify-content:space-between;align-items:center;display:flex}.sidebar-cta{display:none}.sidebar-nav li{margin-bottom:0}.search-bar{display:none}.profile-bg{padding:0}.main-content{width:100%;height:100svh;margin:0}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{display:none}.swiper.profileSwiper .swiper-slide img,.swiper.profileSwiper .swiper-slide video{border-radius:0}.app-sidebar .sidebar-link svg{width:28px;height:auto}.app-sidebar .sidebar-link{gap:4px;padding:16px 10px;font-size:13px}.swiper.profileSwiper{height:calc(100svh - 87px);min-height:300px}.sidebar-nav li.active .sidebar-link{border-top:4px solid var(--primary-color)}.user-auth{background-color:#0000;padding:0}.user-auth .auth-right p{opacity:1}.top-action-bar{z-index:1;width:100%;padding:50px 20px;position:absolute;top:0;left:0;right:0}.top-action-bar .ic-box{color:#fff;border:0;border-radius:50%;outline:none;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;display:flex;background:linear-gradient(360deg,#fff3 0%,#1f223033 100%)!important}.top-action-bar .ic-box:after{display:none}.top-action-bar .d-flex{gap:8px}.top-action-bar .me-auto .ic-box{width:70px;height:39px;border-radius:30px!important}.search-bar,.slide-content{max-width:100%}}.bg-img:before{content:"";background:url(../media/left-img-bg.6ca320d0.png) 50%/cover no-repeat;width:400px;height:690px;position:fixed;top:50%;left:0;transform:translateY(-50%)}.bg-img:after{content:"";background:url(../media/right-img-bg.c64eb04e.png) 50%/cover no-repeat;width:400px;height:690px;position:fixed;bottom:0;right:0}.role-sec .container-sm-box{max-width:540px;margin:0 auto}.role-sec .top-img-box img{border-radius:0 0 26px 26px;display:block}.role-sec .bottom-text-box{margin:24px 0 55px}.role-sec h2{letter-spacing:0;color:var(--heading-color);font-weight:600}.role-sec .nav-tabs{border:none;flex-wrap:wrap;margin:0 -10px;padding:0;display:flex}.role-sec .nav-tabs .nav-item{width:calc(50% - 20px);margin:24px 10px 0}.role-sec .nav-tabs .nav-item a{border:1px solid #d4d6e2;border-radius:16px;padding:24px}.role-sec .nav-tabs .nav-item a.active{border-color:var(--input-placehoder-color);background:var(--active-bg-color)}.role-sec .nav-box .icons{margin-bottom:12px}.role-sec .nav-box h3{letter-spacing:0;color:var(--input-placehoder-color);margin-bottom:4px;font-size:20px;font-weight:600;line-height:130%}.role-sec .nav-box p{letter-spacing:0;margin:0;font-size:14px;font-weight:400;line-height:130%}.pb-40{padding-bottom:24px}.top-role-box{min-height:calc(100svh - 427px)}@media only screen and (max-width:1260px){.bg-img:after,.bg-img:before{width:210px;height:348px}}@media only screen and (max-width:767px){.role-sec .container{padding:0}.bg-img:after,.bg-img:before{display:none}.top-role-box{background:var(--input-bg);z-index:1;border-radius:24px 24px 0 0;min-height:calc(100svh - 284px);margin-top:-40px;padding:27px 20px;position:relative}.role-sec .top-img-box img{object-fit:cover;height:324px!important}.role-sec .bottom-text-box{margin:0 0 40px}.role-sec .top-img-box img{border-radius:0}.role-sec .nav-tabs{margin:0}.role-sec .nav-tabs .nav-item{width:100%;margin:8px 0}.top-role-box .pb-40{padding:0}.top-role-box .btn-theme.btn-yellow{width:100%;font-size:16px;font-weight:500;line-height:24px}.role-sec .nav-tabs .nav-item a{padding:16px}.role-sec .nav-box .icons{width:40px;margin:0 12px 0 0}.role-sec .nav-box .text-box{width:calc(100% - 52px)}.role-sec .nav-box h3{font-size:16px}.role-sec .nav-box p{font-size:10px}}.verify-tab-sec .container{max-width:1100px;padding:0 93px}.verify-tab-sec .heading-box{padding:32px 0 0}.verify-tab-sec h2{color:var(--heading-color)}.verify-tab-sec ul{border:none;grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.verify-tab-sec ul li.nav-item button{text-align:center;letter-spacing:0;width:100%;color:var(--heading-color);border:1px solid #e9ebf8;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:16px;font-size:16px;font-weight:500;line-height:140%;display:flex;position:relative}.verify-tab-sec ul li.nav-item button .tab-icon{border:1px solid #d4d6e2;border-radius:100px;width:18px;height:18px;display:block;position:relative}.verify-tab-sec ul li.nav-item button.active .tab-icon:before{content:""}.verify-tab-sec ul li.nav-item button.active .tab-icon{border-color:#1f2230}.verify-tab-sec ul li.nav-item button.active .tab-icon:before{content:"";background:#1f2230;border-radius:100px;width:12px;height:12px;position:absolute;top:2px;left:2px}.verify-tab-sec ul li.nav-item button.active{border-color:var(--heading-color);background:var(--active-bg-color)}.verifyId-sec .tab-content{margin-top:32px}.verifyId-sec .verify-com-box{flex-wrap:wrap;margin:0 -12px;display:flex}.verifyId-sec .verify-com-box .verify-box{width:calc(50% - 24px);margin:12px}.verifyId-sec .verify-com-box .verify-box .upload-box{cursor:pointer;border:4px dashed #d4d6e2;border-radius:12px;width:100%;height:250px;padding:35px}.verifyId-sec .upload-box h6{letter-spacing:0;color:var(--heading-color);margin:12px 0 2px;font-size:16px;font-weight:500;line-height:130%}.verifyId-sec .upload-box p{letter-spacing:0;color:#606579;margin:0;font-size:14px;font-weight:400;line-height:150%}.verifyId-sec .upload-box .upload-text-img{letter-spacing:0;color:#1f2230;background:#f0f2fa;border-radius:50px;gap:7px;width:max-content;margin:16px auto 0;font-size:14px;font-weight:500;line-height:150%;padding:5px 50px!important}.verifyId-sec .verify-com-box .verify-box .image-box{background:#f0f2fa;border:4px dashed #d4d6e2;border-radius:12px;width:100%;height:250px;padding:35px}.verifyId-sec .verify-com-box .verify-box .image-box img{object-fit:cover;border-radius:15px;display:block;width:100%!important;height:171px!important}button.remove-btn{letter-spacing:0;color:#df1738;background:#fce8eb;border:none;border-radius:99px;padding:8px 12px;font-size:14px;font-weight:500;line-height:140%}.verifyId-sec .verify-com-box .verify-box .image-box .btn-box{margin:0 auto;position:absolute;bottom:14px;left:0;right:0}button.change-btn{letter-spacing:0;color:#1f2230;background:#fce8eb;border:none;border-radius:99px;padding:8px 12px;font-size:14px;font-weight:500;line-height:140%}@media only screen and (max-width:991px){.verify-tab-sec .container{padding:0 15px}.verify-tab-sec ul li.nav-item button{padding:16px 12px}}@media only screen and (max-width:767px){.verify-tab-sec ul{grid-template-columns:repeat(2,1fr)}.verify-tab-sec .heading-box{padding:24px 0 6px}.verify-tab-sec ul li.nav-item button{padding:16px 11px;font-size:15px}.verifyId-sec .verify-com-box{margin:0}.verifyId-sec .verify-com-box .verify-box{width:100%}.verifyId-sec .verify-com-box .verify-box .upload-box,.verifyId-sec .verify-com-box .verify-box .image-box{border:2px dashed #d4d6e2;height:200px;padding:15px}.verifyId-sec .verify-com-box .verify-box .image-box .btn-box{bottom:2px}.btn-theme.btn-yellow.submit-btn{width:100%}.modal-title{font-size:20px}.filter-tab .nav-link{font-size:13px}.flex-column.nav-modal.nav.nav-pills{min-height:376px}.checkbox-container{font-size:14px}.checkbox-container .checkmark{top:0}.btn-theme{font-size:16px}.expert-card{border-radius:12px;padding:16px}.expert-card .d-flex .useImgbox img{width:66px;height:66px!important}.expert-card .d-flex{gap:12px}.expert-card .name{margin-bottom:4px;font-size:16px}.desc{display:none}.expert-info{flex-direction:column;gap:8px}.expert-price{flex-direction:row;align-items:start}.price-box{align-items:center;gap:5px;display:flex}.expert-price h4,.expert-price p{font-size:14px}}.head-toolbar h2{letter-spacing:0;margin-bottom:0;font-size:24px;font-weight:600;line-height:130%}.search-head-box input{letter-spacing:0;border-radius:100px;padding:12px 16px;font-size:16px;font-weight:400;line-height:150%;background:#0000000f!important;border:1px solid #1f223012!important}.search-head-box input::placeholder{color:#808188}.search-head-box .btn-search{top:4px}.bg-gredient-box{background:linear-gradient(#fff 0%,#fcf6b6 147.46%);width:100%;height:184px;position:absolute;top:0}.bg-gredient-box~.head-toolbar{background:0 0}.tabs-box-chat ul.grey-bg-tabs{border:none}.chat-box-tab-sec{z-index:4;position:relative}.tabs-box-chat ul.grey-bg-tabs li{text-align:center;width:33.33%}.tabs-box-chat ul.grey-bg-tabs li button{letter-spacing:0;color:#606579;border:none;border-bottom:4px solid #0000;width:100%;padding:12px;font-size:20px;font-weight:500;line-height:130%;background:0 0!important}.tabs-box-chat ul.grey-bg-tabs li button.active{border-bottom-color:var(--input-placehoder-color)}.tabs-box-chat .chat-list-sec .head-chat-box{background:#f8f9fd;padding:12px 0}.btn.btn-white{background:var(--input-bg);letter-spacing:0;opacity:1;color:#1f2230;border:1px solid #f5f6fc;border-radius:100px;padding:6px 30px;font-size:16px;font-weight:500;line-height:150%}.btn.btn-white.active,.btn.btn-white:hover{background:#eaad2033;border-color:#eaad20}.tabs-box-chat .chat-list{border-bottom:1px solid #f0f2fa;padding:16px 0}.tabs-box-chat .chat-list .img-chat{width:48px;height:48px}.tabs-box-chat .chat-list img{border-radius:100px;width:100%;height:100%;display:block}.tabs-box-chat .chat-list .chat-details{width:calc(100% - 64px)}.tabs-box-chat .chat-list h6{letter-spacing:0;color:#1f2230;margin-bottom:4px;font-size:20px;font-weight:500;line-height:130%}.tabs-box-chat .chat-list p{color:#606579;font-size:14px;font-weight:400;line-height:130%}.tabs-box-chat .chat-list .count-chat{letter-spacing:0;color:#fdfdfe;text-align:center;background:#1f2230;border-radius:100px;justify-content:center;align-items:center;width:30px;height:30px;margin:2px auto 0;font-size:14px;font-weight:600;line-height:130%;display:flex}.right-chat .btn{width:40px;height:40px;margin-left:16px}.reject-btn{letter-spacing:0;color:#626368;border:2px solid #df1738;border-radius:99px;padding:8px 16px;font-size:14px;font-weight:500;line-height:130%;transition:all .5s}.reject-btn:hover{color:#df1738;background:#ffe3e7}.accept-btn{letter-spacing:0;color:#626368;border:2px solid #3ea924;border-radius:99px;padding:8px 16px;font-size:14px;font-weight:500;line-height:130%;transition:all .5s}.accept-btn svg,.reject-btn svg{width:14px;height:14px}.accept-btn:hover{color:#3ea924;background:#e5ffde}.drop-down-box button:after{display:none}.empty-item{flex-direction:column;justify-content:center;align-items:center;height:calc(100svh - 270px);display:flex}.empty-item h6{letter-spacing:0;color:#1f2230;margin:16px 0 10px;font-size:20px;font-weight:600;line-height:130%}.empty-item p{margin:0}.empty-box{max-width:335px;margin:0 auto}@media only screen and (max-width:767px){.tabs-box-chat ul.grey-bg-tabs{padding:0}.tabs-box-chat ul.grey-bg-tabs li button{border-bottom:2px solid #0000;padding:12px 0;font-size:16px}.btn.btn-white{min-width:50px;padding:5px 12px;font-size:14px}.tabs-box-chat .chat-list h6{font-size:16px}.tabs-box-chat .chat-list .count-chat{width:22px;height:22px}.reject-btn span,.accept-btn span{display:none}.accept-btn,.reject-btn{padding:7px}.tabs-box-chat .chat-list .left-list{width:calc(100% - 70px)}}.resize-none{resize:none}.upload-box-sec .upload-box{cursor:pointer;background:#f5f6fc;border:2px dashed #808188;border-radius:12px;justify-content:center;align-items:center;width:100%;height:200px;padding:35px;display:flex}.upload-box-sec .upload-box span{letter-spacing:.2px;text-align:center;text-transform:capitalize;margin-top:8px;font-size:16px;font-weight:400;line-height:140%;display:block}.upload-box-sec .uploaded-file-preview{border-radius:20px;width:100%;overflow:hidden;height:200px!important}.upload-box-sec .uploaded-file-preview video{object-fit:cover;border-radius:20px;width:100%;height:200px}.upload-box-sec .uploaded-file-preview button.btn{z-index:1;background:#fff;border:none;border-radius:100px;width:35px;height:35px;position:absolute;top:10px;right:10px}.upload-box-sec .uploaded-file-preview button.btn svg{display:block}.floting-select-box{height:40px!important}.tag-input-wrapper{border-radius:12px;position:absolute;top:0;left:0;right:0}.floting-box{color:#808188;cursor:pointer;background:#f5f6fc;border-radius:4px;align-items:center;gap:4px;height:31px;margin:10px 0 0 10px;padding:4px 8px;font-size:15px;display:flex}.tag-input-field{background:0 0;background-color:var(--input-bg);border:none;border-radius:12px;outline:none;flex-grow:1;max-width:100px;margin:0;padding:1rem .75rem;font-size:1rem;line-height:1.25;box-shadow:none!important}.tag-input-field:focus{box-shadow:none;outline:none}.label-active label{transform:scale(.85)translateY(-1.65rem)translate(.25rem);opacity:.65!important}.floting-select-box label{background:#fff;height:auto;padding:10px 11px;line-height:1.25px;top:12px;opacity:1!important}.auto-box{border-radius:12px;position:relative;border:1px solid var(--input-border)!important;min-height:54px!important;max-height:80px!important;overflow:auto!important}.preview-post-sec .preview-img-box img{object-fit:cover;border-radius:18px;width:100%;display:block;height:calc(100svh - 218px)!important}.preview-post-sec .preview-text{padding:16px;position:absolute;bottom:0;left:0}.preview-post-sec .preview-text .img-box{width:60px;height:60px}.preview-post-sec .preview-text h3{letter-spacing:0;color:#fdfdfe;margin:0;font-size:20px;font-weight:600;line-height:130%}.preview-post-sec .preview-text p{letter-spacing:0;color:#a5a7b0;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:400;line-height:130%;display:-webkit-box;overflow:hidden}.preview-post-sec .preview-text .text-box{width:calc(100% - 68px)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-color);background:0 0}.h-205 .bg-gredient-box{min-height:205px}.sec-discover-user{padding:20px 0;display:block}.block-title{color:#282c3e;margin-bottom:24px;font-size:18px;font-weight:500;line-height:150%}.d-flex.align-items-center.justify-content-center.or .px-0{background:#d4d6e2;flex:1;height:1px;font-size:0;position:relative}.auth-title{color:#1f2230;margin-bottom:2px;font-size:20px;font-weight:600;line-height:130%}.auth-designation .p{color:#606579;font-size:14px;font-weight:400;line-height:130%}.sec-message-area{height:calc(100svh - 160px);padding:16px 0}.sec-message-area .container{height:100%}.chat-container{flex:1;height:100%;padding-right:20px;overflow:auto}.chat-container .text-box{flex:1}.chat-container .bubble p{color:#1f2230;margin-bottom:0}.chat-container .bubble .message-time{text-align:center;align-items:center;gap:5px;font-size:13px;font-weight:500;line-height:100%;display:flex;position:absolute;bottom:10px;right:10px}.chat-container .bubble{background:#f0f2fa;border:1px solid #f0f2fa;border-top-right-radius:12px;border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:max-content;min-width:100px;max-width:800px;margin-bottom:8px;padding:16px 24px 28px 16px;position:relative}.chat-container .message.user .bubble{text-align:right;background-color:#fcf6b6;border-color:#fcf6b6;border-radius:12px 0 12px 12px;margin-left:auto}.chat-container .message{margin-bottom:24px}.message-writing-box{background:#fff;align-items:center;gap:16px;padding:16px 20px;display:flex;position:relative}.message-writing-box textarea.form-control{color:#a3a6b2;border:1px solid #e9ebf8;border-radius:30px;height:60px;padding:17px 20px;resize:none!important}.message-writing-box .send-button{background:var(--primary-color);color:var(--black);border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:all .5s;display:flex}.message-writing-box .send-button:hover{background-color:var(--black);color:var(--bs-white)}.file-upload input{display:none}.file-upload .file-btn{cursor:pointer;flex-direction:column;align-items:center;gap:7px;font-size:12px;font-weight:500;display:flex}.upload-box-filter .dropdown-menu{border:1px solid #e9ebf8;border-radius:12px;padding:16px;box-shadow:0 2px 1px #00000014}.upload-box-filter{position:absolute;top:0;right:0}.upload-box-filter .btn{border:0;width:60px;height:60px;padding:0;color:#7a7e8f!important;background-color:#0000!important}.upload-box-filter .btn:after{display:none}.upload-box-filter .dropdown-menu{padding:12px}.file-upload .file-btn{font-size:12px}.action-bar .btn{border:0;width:32px;height:32px;padding:0;color:#181a25!important;background-color:#0000!important}.action-bar .btn:after{display:none}.date-pic-link a{color:var(--black)}.profile-details-box .img-box img{border-radius:50%;width:134px;height:134px!important}.profile-text-details h2{margin-bottom:2px;font-size:32px;font-weight:600;line-height:130%}.profile-details-box .img-box{margin-bottom:16px}.profile-text-details{margin-bottom:30px}.profile-text-details span{color:#606579}.rated-box{color:#333850;margin-bottom:20px}.total-review{margin-bottom:24px}.box-list{background:#f0f2fa;border-radius:8px;flex-direction:column;height:100%;padding:12px 16px;display:flex}.box-list h6{color:#1f2230;margin-bottom:5px;font-size:20px;font-weight:600}.box-list span{color:#1f2230;font-size:14px}.rated-list svg{min-width:24px}.text-ellips{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media only screen and (max-width:1024px){.chat-container .bubble{max-width:450px;padding:12px 16px 28px}}@media only screen and (max-width:767px){.search-head-box input{height:38px;font-size:14px}.search-head-box .btn-search svg{width:20px}.filters-discover .btn-primary{font-size:12px}.filters-flex{gap:4px}.chat-container .bubble{max-width:215px}.message-writing-box{gap:12px;padding:10px 0}.message-writing-box .send-button{width:40px;height:40px}.message-writing-box textarea.form-control{height:51px;padding:13px 16px;font-size:14px}.chat-container .bubble{min-width:75px;position:relative}.head-toolbar h2{font-size:18px}}.rs-picker-input-group.rs-input-group.rs-input-group-inside{height:58px;border:1px solid var(--input-border)!important;box-shadow:none!important;border-radius:12px!important}.rs-picker-date>.rs-input-group.rs-input-group-inside .rs-input{border-radius:12px;padding:12px 24px;font-size:16px;box-shadow:none!important}.rs-input-group-addon{color:#8c8c8c!important;font-size:18px!important}.rs-input-group:focus-within,.rs-input-group:not(.rs-input-group-disabled).rs-input-group-focus{box-shadow:none!important;outline:none!important}.time-box{position:relative}.time-box .time-label{z-index:1;color:#8c8c8c;background:#fff;padding:2px;font-size:14px;line-height:100%;position:absolute;top:-10px;left:14px}.card-ttl{color:#1f2230;margin-bottom:12px;font-size:18px;font-weight:500;line-height:130%}.card-boardred{background:#fff;border:1px solid #e9ebf8;border-radius:12px;margin:-2px;padding:20px}.bg-booking-session{background:#f0f2fa;border:1px solid #e9ebf8;border-radius:12px}.rs-picker-toggle-wrapper{display:block!important}.foot-booking{padding:8px;font-size:16px}.summery-box{background:#fff;border:1px solid #e9ebf8;border-radius:12px;padding:16px}.summery-box h4{color:#606579;margin-bottom:8px;font-size:16px;font-weight:400;line-height:130%}.mentor{background:#f0f2fa;border:1px solid #e9ebf8;border-radius:12px;align-items:center;gap:16px;margin-bottom:20px;padding:12px 16px;display:flex}.mentor img{border-radius:50%;width:56px;height:56px!important}.mentor h3{color:#1f2230;margin-bottom:2px;font-size:16px;font-weight:600;line-height:130%}.mentor p{color:#606579;margin-bottom:4px;font-size:14px;line-height:130%}.coin img{width:20px;display:block;height:20px!important}.coin{display:block}.coin .d-flex{color:#3ea924;gap:10px;font-weight:600}.summery-details li{color:#606579;margin-bottom:12px}.summery-details li .text-end{color:#1f2230}.fee{border-color:#d4d6e2;border-top-style:dashed;border-top-width:1px;padding-top:12px}.fee h2{font-size:24px;font-weight:600;line-height:130%}.fee .text-end{color:#389a21;font-size:24px;font-weight:700}.modal-success{background:var(--primary-color);border-radius:32px;justify-content:center;align-items:center;min-height:500px;display:flex}.modal-success-content{animation:1.2s ease-in-out infinite bounce}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.summery-details .session-list li:last-child{margin-bottom:0}.btn-view-detail{color:#1f2230;border:1px solid #e9ebf8;border-radius:30px;align-items:center;gap:10px;padding:10px 16px;font-size:16px;transition:all .5s;display:inline-flex}.btn-view-detail:hover{color:var(--primary-color);border-color:var(--primary-color)}.card-session .mentor{margin-bottom:40px}.summery-details h3{color:#1f2230;background:#f0f2fa;border:1px solid #e9ebf8;border-radius:8px;width:100%;margin-bottom:0;padding:12px;font-size:20px;font-weight:500;line-height:130%;display:block}.summeru-foot .d-flex{gap:10px;margin-top:22px}.btn-theme.font-14{font-size:14px}.btn-theme.font-14 svg{color:var(--primary-color);vertical-align:-1px;margin-right:7px}.font-medium{font-weight:500}.start-rating{margin-bottom:14px;font-size:30px}.modal-body textarea.form-control{resize:none;height:200px}.button-filter{border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:48px;height:48px;padding:0;display:flex;box-shadow:1px 1px #1f223012;background:linear-gradient(360deg,#fff3 0%,#1f223033 100%)!important}.booking-tabs ul.grey-bg-tabs li{width:50%}.booking-title{color:#606579;font-size:16px;font-weight:500;line-height:130%}.booking-list .booking-list-item{background:#fff;margin-bottom:4px;padding:20px}.booking-content{gap:15px}.booking-list .booking-list-item .icon{border:1px solid var(--primary-color);color:#1f1f1f;background:#fdf7e9;border-radius:8px;flex:none;justify-content:center;align-items:center;width:54px;height:54px;margin-right:16px;display:flex}.booking-content .me-auto h4{color:#1f2230;margin-bottom:4px;font-size:20px;font-weight:500;line-height:130%}.booking-content .me-auto p{color:#606579;margin-bottom:0}.booking-content .ms-auto p{color:#606579;margin-bottom:8px;font-size:14px;font-style:italic}.booking-content .ms-auto img{flex:none;width:24px;margin-right:8px;height:24px!important}.booking-content .ms-auto .d-flex{color:#1f2230;font-size:14px;font-weight:500}.card-booking{margin-bottom:16px}.about-section .link-underline-text{color:#333850;text-underline-offset:4px;background:0 0;border:0;padding:0;font-size:14px;text-decoration:underline;text-decoration-thickness:2px}.about-section .link-underline-text:hover{color:var(--primary-color)}.post-item{border-radius:12px;position:relative;overflow:hidden}.post-item img,.post-item video{display:block;height:100%!important}.sec-post .d-flex{gap:12px}.social-link{color:var(--bs-white);align-items:center;gap:5px;padding:10px;font-size:12px;display:flex;position:absolute;bottom:0}.playIocn{width:32px;height:32px;color:var(--primary-color);background:linear-gradient(360deg,#fff6 0%,#1f223066 100%);border-radius:50%;justify-content:center;align-items:center;margin-top:-32px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,50%)}.card-review{border:1px solid #a3a6b2;border-radius:16px;padding:20px}.card-review .head-review{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.card-review .head-review .rating-reveiw{color:#333850;align-items:center;gap:5px;display:flex}.card-review .head-review .rating-reveiw svg{vertical-align:-2px;color:#df7111}.card-review p{color:#1f2230;margin-bottom:0}.auth-box img{object-fit:cover;border-radius:50%;width:20px!important;height:20px!important}.auth-box{color:#1f2230;align-items:center;gap:10px;margin-top:16px;display:flex}.about-section h2{margin:8px 0;font-size:20px;font-weight:700;line-height:130%}.about-section ul{color:#333850}.about-section ul li{margin-bottom:5px}.chip-box{color:#1f2230;border:1px solid #f0f2fa;border-radius:8px;gap:10px;padding:12px 16px;font-size:14px;font-weight:500}.chip-box li{align-items:center;gap:5px;display:flex;margin:0!important}.chip-box li strong{color:#3ea924}.tabs-profile.nav.nav-pills{border:2px solid #e9ebf8;border-radius:30px;justify-content:space-between;margin-bottom:48px;padding:3px}.tabs-profile.nav.nav-pills .nav-link{text-align:center;vertical-align:middle;color:#606579;border-radius:30px;padding:7px 32px;font-size:14px;font-weight:500;line-height:24px}.tabs-profile.nav.nav-pills .nav-link.active{color:#fff;background:#01004f}.students-review{border-top:1px solid #edeff9;margin-top:40px;padding-top:24px}.header-drop .btn{border:0;border-radius:50%;width:48px;height:48px;box-shadow:0 0 2px #0000001f;color:var(--black)!important;background-color:var(--bs-white)!important}@media only screen and (min-width:991px){.about-section .tab-content>.tab-pane{opacity:1;margin-bottom:24px;display:block}.about-section .tabs-profile.nav.nav-pills{display:none}}@media only screen and (max-width:991px){.about-section{margin-top:30px}}@media only screen and (max-width:767px){.card-ttl{font-size:14px}.mb-40.form-floating{margin-bottom:20px}.card-boardred{padding:16px}.foot-booking{font-size:12px}.card-session{margin-bottom:20px}.time-box .time-label{font-size:12px;top:-8px}.summery-box h4{font-size:12px}.mentor h3{font-size:14px}.mentor p{font-size:12px}.mentor{gap:12px}.summery-details li{margin-bottom:8px;font-size:14px}.fee h2,.fee .text-end{font-size:14px}.fee .text-end img{width:16px;height:auto!important}.rs-picker-date>.rs-input-group.rs-input-group-inside .rs-input{font-size:12px}.sec-book-your-session .form-floating>label{padding:18px 0;font-size:12px}.rs-picker-popup .rs-calendar.rs-calendar-only-time{width:140px!important}.rs-calendar-only-time .rs-calendar-time-dropdown-column{min-width:40px!important}.rs-calendar-time-dropdown-column-title{font-size:10px!important}.rs-calendar-time-dropdown-cell{font-size:11px!important}.modal-success{min-height:300px}.modal-success-content svg{width:90px;height:auto}.font-20{font-size:16px}.btn-white{min-width:120px}.card-session .mentor{margin-bottom:24px}.summery-details h3{font-size:14px}.btn-view-detail{gap:8px;padding:8px;font-size:14px}.btn-view-detail svg{width:18px;height:auto}.btn-theme.font-14{padding:12px 5px;font-size:12px}.btn-theme.font-14 svg{vertical-align:-2.5px;margin-right:7px}.modal-body textarea.form-control{height:176px}.button-filter{width:38px;height:38px}.button-filter svg{width:18px}.search-head-box .btn-search{top:0}.booking-content .me-auto h4{font-size:16px}.booking-content .ms-auto{margin-left:0!important}.booking-content{flex-direction:column;gap:12px}.right-chat .btn{width:24px;height:34px;margin-left:10px;padding:0!important}.booking-title{margin-bottom:8px;font-size:13px}.header-drop .btn{width:40px;height:40px}.profile-details-box{text-align:center}.profile-details-box .img-box img{width:124px;height:124px!important}.profile-text-details h2{font-size:20px}.profile-text-details{margin-bottom:24px}.box-list{padding:8px}.box-list h6{margin-bottom:2px;font-size:16px}.box-list span{font-size:11px}.btn-box-bottom .btn-theme{font-size:14px;font-weight:400}.total-review{margin-bottom:20px}.about-section{margin-top:0}.tabs-profile.nav.nav-pills{margin-bottom:28px}.about-section h2{margin-top:0;margin-bottom:18px;font-size:18px}.students-review [class*=col-]:not(:last-child){margin-bottom:20px}.figure-box-img.mb-40{margin-bottom:32px}}.wallet-card{background:linear-gradient(90deg,#66ea6a 0%,#a0f4a2 100%);border-radius:12px;min-height:127px;margin-bottom:-15px;padding:16px;position:relative}.wallet-card:before,.wallet-card:after{content:"";position:absolute}.wallet-card:before{background-image:url(../media/wallet-shape-right.26d846b5.png);width:127px;height:127px;top:0;right:0}.wallet-card:after{background-image:url(../media/wallet-shape-left.6e2754fe.png);width:67px;height:35px;bottom:0;left:0}.wallet-card .wallet-title{color:var(--black);text-transform:uppercase;letter-spacing:3px;margin-bottom:14px;font-size:14px;font-weight:600;line-height:130%}.wallet-card .d-flex{gap:8px}.wallet-card .d-flex img{flex:none;width:42px}.wallet-text-right h4{color:var(--black);margin-bottom:1px;font-size:22px;font-weight:700}.wallet-text-right .wallet-sub{color:var(--black);margin-bottom:0}.wallet-btn{color:var(--primary-color);z-index:1;background:#1f2230;justify-content:center;align-items:center;gap:10px;font-size:16px;font-weight:500;display:flex;position:relative}.wallet-btn:hover{background-color:var(--primary-color);color:var(--black)}.profile-header{background:#f5f6fc;border-radius:16px;align-items:center;gap:16px;margin-bottom:32px;padding:24px;display:flex}.profile-header img{border:1px solid #fff;border-radius:50%;width:64px;height:64px!important}.profile-header h3{color:var(--black);margin-bottom:0;font-size:20px;font-weight:500;line-height:130%}.profile-header .email{color:#606579;margin-bottom:0}.profile-header .edit-btn{color:#1f2230;background:#fff;border:1px solid #e9ebf8;border-radius:30px;align-items:center;gap:8px;padding:8px 16px;transition:all .5s;display:flex}.profile-header .edit-btn:hover{background-color:var(--black);color:var(--bs-white)}.menu-list{border-radius:16px;width:100%;overflow:hidden}.menu-list li:not(:last-child){margin-bottom:2px}.menu-list .menu-link{color:#1f2230;background:#f5f6fc;align-items:center;gap:12px;padding:16px;transition:all .5s;display:flex}.menu-list .menu-link:hover,.menu-list .menu-link:hover .icon{color:var(--primary-color)}.menu-list.logout-menu .menu-link .icon,.menu-list.logout-menu .menu-link{color:#df1738}.menu-list .menu-link .arrow{margin-left:auto}.menu-list .menu-link .icon{color:#000021;background:#fff;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .5s;display:flex}.btn-share{background:var(--bs-white);width:48px;height:48px;color:var(--black);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 0 2px #0000001f}.sec-post.card-post-profile .d-flex{grid-template-columns:auto auto auto auto auto}.sec-post.card-post-profile h4{color:#1f2230;margin-bottom:8px;font-size:14px;font-weight:500;line-height:24px}.head-share{margin-left:auto}.sec-profile-post .profile-header{background-color:#0000;padding:0}.common-modal-body.modal-booking:before{content:"";border-top-left-radius:24px;border-top-right-radius:24px;width:100%;height:50%;position:absolute;top:0;left:0;right:0}.common-modal-body.modal-booking{border-radius:24px;padding:32px}.bg-yellow .check-icon{color:var(--primary-color);margin-bottom:16px}.bg-green .check-icon{color:#389a21;margin-bottom:16px}.common-modal-body.modal-booking.bg-yellow:before{background-color:var(--primary-color)}.common-modal-body.modal-booking.bg-green:before{background-color:#389a21}.modal-booking .modal-top{margin-bottom:24px}.modal-booking .modal-top h2{margin-bottom:8px;font-size:20px;line-height:130%}.modal-booking h4{color:#606579;margin-bottom:8px;font-size:16px;font-weight:400;line-height:130%}.modal-booking h3{color:#1f2230;margin-bottom:20px;font-size:20px;line-height:130%}.mentor-box{align-items:center;gap:8px;margin-bottom:20px;display:flex}.mentor-box img{width:56px;height:56px!important}.mentor-box .modal-content-right{flex:1}.mentor-box .modal-content-right h5{color:#1f2230;margin-bottom:2px;font-size:20px;font-weight:500;line-height:130%}.mentor-box .modal-content-right p{color:#606579;margin-bottom:0}.modal-details li{color:#606579;justify-content:space-between;align-items:center;gap:10px;display:flex}.modal-details ul{flex-direction:column;gap:12px;margin-bottom:0;display:flex}.modal-details li .cont-right{font-weight:500}.modal-details li .cont-right.black{color:#1f2230}.total-paid{justify-content:space-between;align-items:center;gap:10px;display:flex;position:relative}.total-paid .text-total{color:#606579;font-size:24px;font-weight:700;line-height:130%}.total-paid .coin-box{color:#181a25;align-items:center;gap:5px;font-size:24px;font-weight:700;line-height:130%;display:flex}.modal-booking.bg-yellow .modal-top h2{color:var(--black)}.modal-booking.bg-yellow .modal-top p{color:#383e58;max-width:353px;margin:0 auto}.modal-booking.bg-yellow .btn-close-btn.btn.btn-link{border-color:var(--primary-color);color:#644602;background:#f8e6ba}.modal-booking.bg-green .btn-close-btn.btn.btn-link{color:#1a470f;background:#c3e4bb;border-color:#389a21}.modal-card{background:#f0f2fa;border-radius:16px;margin-bottom:24px;padding:20px}.modal-card .modal-white-card{background-color:#fff;border-radius:16px;padding:16px;position:relative}.modal-white-card.dash-border:before{content:"";color:#f0f2fa;border-top:2px dashed;width:calc(100% - 60px);height:2px;display:block;position:absolute;top:0;left:30px}.modal-button .btn-theme{font-size:16px;font-weight:500}.box-circle{background:#f0f2fa;border:1px solid #fff;border-radius:50%;width:14px;height:14px;display:flex;position:absolute;top:-7px}.box-circle.circle-left{left:14px}.box-circle.circle-right{right:14px}.modal-button.position-relative{justify-content:space-between;align-items:center;gap:12px;display:flex}.card-language-selector .d-flex.align-items-center.position-relative{background-color:var(--input-bg);border-radius:12px;height:58px;padding:0 14px;box-shadow:none!important;border:1px solid var(--input-border)!important;max-width:100%!important}.form-labl{opacity:1;color:#8c8c8c;z-index:1;background:#fff;padding:2px 3px;font-size:14px;line-height:100%;position:absolute;top:-10px;left:14px}.card-language-selector .d-flex.align-items-center.position-relative .form-control{height:55px;border:0!important}.card-language-selector .d-flex.align-items-center.position-relative .btn{background-color:#0000;border:0;padding:0 2px}.card-language-selector.mobile-filed .d-flex.align-items-center.position-relative .btn span:nth-child(2),.card-language-selector.country-filed .d-flex.align-items-center.position-relative .form-control,.card-language-selector.country-filed .d-flex.align-items-center.position-relative .ms-2.text-muted{display:none}.card-language-selector.country-filed .d-flex.align-items-center.position-relative .dropdown.me-2{width:100%;margin:0!important}.card-language-selector.country-filed .d-flex.align-items-center.position-relative .btn{width:100%}.dropdown-arrow{pointer-events:none;background:#fff;position:absolute;top:15px;right:12px}.dropdown-arrow svg{color:#000;width:17px;height:auto}.form-edit-profile textarea.form-control{resize:none;height:172px}.profile-picture{flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.profile-picture img{border:2px solid #edeff9;border-radius:50%;width:134px;height:134px!important}.profile-picture .upload-btn{color:#006fff;cursor:pointer;font-weight:500;transition:all .5s}.profile-picture .upload-btn:hover{color:var(--primary-color)}.profile-picture input{display:none}.btn-view-profile{color:#197edb;border:1px solid;border-radius:30px;align-items:center;gap:5px;margin-top:30px;padding:8px 16px;transition:all .5s;display:flex}.btn-view-profile:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--black)}.head-save .save-button{color:#006fff;font-size:20px;font-weight:500;transition:all .5s}.head-save .save-button:hover{color:var(--primary-color);font-size:20px;font-weight:500}.rs-picker-popup{z-index:999999!important}.icon-card{position:absolute;top:16px;right:15px}.switch{width:44px;height:24px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#bfbfbf;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;width:16px;height:16px;transition:all .4s;position:absolute;bottom:4px;left:4px;box-shadow:0 3px 8px #00000026}input:checked+.slider{background-color:var(--primary-color)}input:checked+.slider:before{transform:translate(20px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.setting-item h5{color:#262626;margin-bottom:2px;font-size:16px;font-weight:500}.setting-item p{color:#6d6d6d}.setting-card-bg .setting-item{border-bottom:1px solid #f0f2fa;gap:20px;margin-bottom:16px;padding-bottom:16px}.accordion{border-radius:12px;overflow:hidden;box-shadow:0 0 20px #52307f14}.accordion-body p{color:#626368}.accordion-button,.accordion-button:not(.collapsed){color:var(--black);background-color:var(--white-bg);height:auto;font-weight:500;line-height:initial;padding:20px;font-size:20px;box-shadow:none!important}.sec-about-main{justify-content:center;align-items:center;min-height:calc(100svh - 80px);display:flex}.about-exp{padding:20px 0}.about-exp img{margin-bottom:8px}.about-exp h3{color:var(--black);margin-bottom:15px;font-size:13px;font-weight:600;line-height:15px}.about-exp p{color:#606579;margin-bottom:8px;line-height:140%}.about-exp h4{color:#181a25;margin-bottom:0;font-size:20px;font-weight:400;line-height:140%}.wallet-group-btn .left-btn{border-right:1px solid #8a8aae;border-top-right-radius:0;border-bottom-right-radius:0}.wallet-group-btn .right-btn{border-top-left-radius:0;border-bottom-left-radius:0}@media only screen and (max-width:991px){.sec-account [class*=col-]{margin-bottom:24px}}@media only screen and (max-width:767px){.wallet-card{margin-bottom:-30px;padding:12px}.wallet-card .wallet-title{margin-bottom:8px;font-size:11px}.wallet-btn{font-size:14px}.profile-header{border-radius:12px;gap:12px;margin-bottom:24px;padding:12px}.profile-header img{width:48px;height:48px!important}.profile-header h3{font-size:16px}.profile-header .email{font-size:14px}.profile-header .edit-btn{display:none}.menu-list .menu-link{padding:8px 12px}.menu-list.mb-32{margin-bottom:24px}.sec-post.card-post-profile .d-flex{grid-template-columns:auto auto auto}.btn-share{width:40px;height:40px}.btn-share svg{width:16px}.check-icon svg{width:46px;height:auto}.common-modal-body.modal-booking{padding:22px}.modal-booking .modal-top{margin-bottom:17px}.modal-card{border-radius:12px;padding:10px}.modal-card .modal-white-card{border-radius:12px}.modal-booking h4{font-size:14px}.modal-booking h3{margin-bottom:16px;font-size:15px}.mentor-box img{width:42px;height:42px!important}.mentor-box .modal-content-right h5{margin-bottom:2px;font-size:15px}.total-paid .text-total,.total-paid .coin-box{font-size:16px}.modal-button .btn-theme{padding:9px;font-size:14px}.head-save .save-button{color:#006fff;font-size:20px;font-weight:500}.profile-picture img{width:86px;height:86px!important}.profile-picture{gap:8px}.btn-view-profile{display:none}.upload-picture{margin-bottom:44px}.head-save .save-button{font-size:14px}.setting-item h5{margin-bottom:2px;font-size:14px}.setting-item p{font-size:12px}.setting-card-bg .setting-item{margin-bottom:10px;padding-bottom:10px}.accordion-button,.accordion-button:not(.collapsed){padding:14px 12px;font-size:14px}}.notifications-list .list-box{border-bottom:1px solid #f0f2fa;padding:16px 20px;transition:all .5s}.notifications-list .list-box .notification-right{width:140px}.notifications-list .list-box .notification-left{width:calc(100% - 140px)}.notifications-list .list-box .icons-box{border-radius:100px;justify-content:center;align-items:center;width:48px;height:48px;padding:8px;display:flex}.notifications-list .list-box .icons-box svg{display:block}.notifications-list .text-box h4{letter-spacing:0;color:#1f2230;margin-bottom:4px;font-size:20px;font-weight:500;line-height:130%}.notifications-list p{letter-spacing:0;color:#606579;margin:0;font-size:14px;font-weight:400;line-height:130%}.notifications-list a{color:#d59d1d;text-underline-offset:3px;font-weight:500;text-decoration:underline}.notifications-list .list-box .notification-right p{font-weight:500}.red-box{color:#fff;background:#df1738}.yellow-box{color:#fff;background:#eda705}.green-box{color:#fff;background:#389a21}.default-box{color:#1f2230;background:#f0f2fa}.notifications-list .list-box .notification-right span{color:#fff;letter-spacing:0;background:#1f2230;border-radius:50px;width:21px;height:21px;margin-top:5px;margin-left:auto;margin-right:10px;font-size:14px;font-weight:600;line-height:130%}.notifications-list .list-box.active,.notifications-list .list-box:hover{background:#fdf7e9}.notifications-list.show-two .list-box:nth-child(n+5){display:none}button.view-more{letter-spacing:0;text-align:center;text-underline-offset:4px;background:0 0;border:none;width:100%;padding:40px 0;font-size:16px;font-weight:600;line-height:130%;text-decoration:underline}@media only screen and (max-width:767px){.notifications-list .list-box{padding:16px 12px}.notifications-list .list-box .notification-left{width:100%}.notifications-list .list-box .notification-right{width:100%;position:absolute;top:14px;right:14px}.notifications-list .text-box h4{font-size:16px}.notifications-list .list-box .notification-left .text-box{width:100%}}.sec-rating-reviews .rating-feedbak-list ul li{margin:2px 0}.goodRating .purple-rating-box{border:1px solid #e7e7e7;border-top-left-radius:8px;border-bottom-left-radius:8px;width:100%;padding:16px}.purple-btn{color:#fff;letter-spacing:.4px;text-transform:uppercase;background:#df7111;border-radius:40px;align-items:center;gap:8px;margin:0;padding:8px 12px;font-size:20px;font-weight:700;line-height:24px;display:inline-flex}.goodRating .list-unstyled{width:100%;padding:16px 0}.rating-feedbak-list .goodRating ul li .progress{height:4px}.goodRating .bar-progress{gap:12px}.RatingsNum{color:#262626;gap:4px;font-size:16px;font-weight:500;line-height:20px}.goodRating .progress{width:100%}.bg-pink{background:#db8ae8}.sec-rating-reviews .rating-feedbak-list ul li .progress .progress-bar{background:#df7111!important}.goodRating .rating-progress{color:#606579;font-size:14px;font-weight:500;line-height:20px}.profile-tabs-sec ul.nav-tabs{border:2px solid #e9ebf8;border-radius:100px;width:max-content;margin:0;padding:4px}.profile-tabs-sec ul.nav-tabs button{letter-spacing:0;text-align:center;vertical-align:middle;color:#606579;border-radius:100px;padding:7px 40px;font-size:16px;font-weight:500;line-height:24px}.profile-tabs-sec ul.nav-tabs button.active{color:#fff;background:#01004f}.veryGood h6{letter-spacing:.4px;text-transform:uppercase;color:#1f2230;font-size:20px;font-weight:700;line-height:24px}.veryGood h6 span{color:#1f2230;text-transform:initial;font-size:16px;font-weight:400;line-height:24px}.userReview-box .usre-box .content-box{padding-left:10px}.userReview-box .usre-box .content-box h6{color:#1f2230;font-size:20px;font-weight:500;line-height:140%}.userReview-box .usre-box .content-box p{vertical-align:middle;color:#606579;font-size:14px;font-weight:500;line-height:140%}.userRatingstar span{color:#383e58;letter-spacing:0;font-size:14px;font-weight:500;line-height:24px}.usertext p{letter-spacing:.1px;color:#383e58;font-size:16px;font-weight:500;line-height:170%}.read-more-box .read-more{letter-spacing:.4px;vertical-align:middle;color:#1f2230;text-underline-offset:3px;font-size:16px;font-weight:600;line-height:140%;text-decoration:underline}.rating-feedbak-list{position:sticky;top:20px}.review-text{line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;transition:all .3s;display:-webkit-box;overflow:hidden}.review-text.active{-webkit-line-clamp:unset;line-clamp:unset}.read-toggle{cursor:pointer;color:#df7111;font-weight:500}@media only screen and (max-width:767px){.profile-tabs-sec ul.nav-tabs button{padding:7px 20px;font-size:14px}.veryGood h6{font-size:16px}.veryGood h6 span{font-size:14px}.purple-btn,.userReview-box .usre-box .content-box h6{font-size:16px}.userReview-box .usre-box .content-box p,.userRatingstar span{font-size:12px}.usre-box .img-box img{border-radius:100px;width:40px;height:40px;display:block}.usertext p{font-size:14px;line-height:150%}.read-more-box .read-more{font-size:14px}}.default-sec h2{letter-spacing:0;margin-bottom:8px;font-size:16px;font-weight:500;line-height:140%}.default-sec p{letter-spacing:0;color:#606579;margin-bottom:8px;font-size:14px;font-weight:400;line-height:140%}.default-sec ul{padding-top:0;padding-left:24px;list-style-type:disc}.default-sec ul li{letter-spacing:0;color:#606579;font-size:14px;font-weight:400;line-height:140%}.transections-sec .head-transections{margin-bottom:24px}.transections-sec .head-transections h2{letter-spacing:0;margin:0;font-size:20px;font-weight:600;line-height:120%}.transections-sec .head-transections button{letter-spacing:0;border:none;border-radius:6px;padding:6px 10px;font-size:14px;font-weight:400;line-height:140%;box-shadow:0 1px 3px #0000000a;color:#595959!important;background:#fff!important}.transections-sec .head-transections button:after{display:none}.transections-sec .transections-card{background:#fff;border-radius:16px;margin-bottom:10px;padding:16px}.transections-sec .icons-box{background:#f5f5f5;border-radius:100px;justify-content:center;align-items:center;width:32px;height:32px;padding:8px;display:flex}.transections-sec .text-box{width:calc(100% - 40px)}.transections-sec .left-transections{width:calc(100% - 98px)}.transections-sec .right-transections{width:90px}.transections-sec .text-box h5{letter-spacing:0;color:#1f1f1f;margin:0;font-size:16px;font-weight:500;line-height:140%}.transections-sec .text-box p{letter-spacing:0;color:#595959;font-size:14px;font-weight:400;line-height:140%}.transections-sec .transections-text{letter-spacing:0;color:#1f1f1f;font-size:16px;font-weight:700;line-height:140%}.transections-sec .text-bottom{letter-spacing:0;font-size:13px;font-weight:400;line-height:100%}.yellow-card .text-bottom{color:#d89805}.green-card .text-bottom{color:#3ea924}.red-card .text-bottom{color:#df1738}.light-green-bg{background:#f5f6fc}.box-withdrawal .form-control{color:#1f1f1f;background-color:#fdf7e9;border-radius:0;height:85px;padding:15px 80px 15px 14px;font-size:32px;font-weight:700;border:0!important;border-bottom:2px solid #eaad20!important}.box-withdrawal .form-control::placeholder{color:var(--black)}.box-withdrawal .coin-modny{position:absolute;top:20px;right:20px}.Withdraw-option h4{color:#1f2230;margin-bottom:8px;font-size:16px;font-weight:500}.Withdraw-option-list{border:1px solid #edeff9;border-radius:12px;gap:16px;padding:16px}.Withdraw-option-list .icon{background:#f0f0f0;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Withdraw-option-list h3{color:#282828;margin-bottom:2px;font-size:20px;font-weight:700;line-height:100%}.Withdraw-option-list h3 span{font-weight:400}.Withdraw-option-list p{color:#282828;margin-bottom:0;font-size:14px;line-height:100%}.Withdrawing-bg p{margin-bottom:0}.Withdrawing-bg{background:#f5f6fc;border-radius:4px;margin-top:32px;margin-left:-24px;margin-right:-24px;padding:8px 20px}.btn-download-invoice{color:#1f2230;background:0 0;border:1px solid #e9ebf8;border-radius:30px;justify-content:center;align-items:center;gap:5px;padding:10px 16px;transition:all .5s;display:inline-flex}.btn-download-invoice:hover{color:var(--primary-color);border-color:var(--primary-color)}.modal-details li .cont-right img{vertical-align:middle;width:12px}.session-summery{border:1px solid #e9ebf8;border-radius:16px;margin-bottom:24px;padding:20px}.session-summery .mentor-box{background:#f0f2fa;border:1px solid #e9ebf8;border-radius:12px;margin-bottom:12px;padding:12px}.session-summery-title{color:#1f2230;margin-bottom:12px;line-height:130%}.session-summery .mentor-box .modal-content-right h5{font-size:14px}.session-summery .mentor-box .modal-content-right p{font-size:12px}.session-summery .mentor-box img{width:40px;height:40px!important}.session-summery .Withdraw-option-list{background:#e9ebf8;margin-bottom:10px}.session-summery .Withdraw-option-list .icon{background:#fff}.coins-text{position:absolute;top:17px;right:50px}.info-text{color:#606579;background:#f5f6fc;border-radius:0 0 8px 8px;margin-top:-10px;padding:20px 12px 12px;font-size:13px}@media only screen and (max-width:767px){.transections-sec .transections-card{padding:8px}.transections-sec .text-box h5{font-size:14px}.transections-sec .text-box p{font-size:11px}.transections-sec .transections-text{font-size:14px}.transections-sec .text-bottom{font-size:10px}.transections-sec .right-transections{width:60px}.transections-sec .transections-text img{width:16px;height:16px}.transections-sec .left-transections{width:calc(100% - 64px)}button.btn-download-invoice{color:#1f2230;background:0 0;border:1px solid #e9ebf8;border-radius:30px;justify-content:center;align-items:center;gap:5px;padding:10px 16px;display:inline-flex}.Withdraw-option h4{font-size:12px}.Withdraw-option-list{border-radius:8px;padding:12px}.Withdraw-option-list h3{font-size:16px}.Withdraw-option-list h3 span,.Withdraw-option-list p{font-size:12px}.upload-box-filter .btn{width:55px;height:50px}}.sec-discover-user .link-underline-text{color:#333850;text-underline-offset:4px;background:0 0;border:0;padding:0;font-size:14px;text-decoration:underline;text-decoration-thickness:2px}.sec-discover-user .link-underline-text:hover{color:var(--primary-color)}.mentor-box img{border-radius:50%}button.actions-links.active>.icon{color:#fff;background:#eaad20}button.actions-links.active>p{color:#eaad20}button.actions-links{background:0 0;border:none}.usd-main .d-block{font-size:24px}.usd-main{top:14px;right:20px}.donation-button-group{justify-content:space-between;gap:10px;margin-top:15px;margin-bottom:8px}.btn-donation{color:#1f2230;background:#f0f2fa;border:1px solid #f0f2fa;border-radius:8px;flex:1;width:50px;height:50px;font-size:16px;font-weight:500}.list-modal-bottom{color:#7a7e8f;margin-bottom:20px;font-size:12px;font-weight:500}.btn-donation.active{background:#fdf7e9;border-color:#eaad20}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0)scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0)perspective(400px)}30%{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
