@import url("https://fonts.googleapis.com/css2?family=Lexend+Mega:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");:root{--body-font:"Urbanist",sans-serif;--heading-font:"Lexend Mega",sans-serif;--f-size-XXXL: ;--f-size-XXL:42px;--f-size-XL:30px;--f-size-L:24px;--f-size-M:20px;--f-size-S:16px;--f-size-SM:14px;--f-size-Body:18px;--clr-white:#fff;--clr-black:#000;--clr-black-light:#222;--clr-dark:#1c1c1c;--clr-gray:#555;--clr-green:#2ecc71;--clr-violet-primary:#6358f4}*{box-sizing:border-box}body{font-size:var(--f-size-Body);margin:0;padding:0;line-height:1.4;font-weight:400;color:var(--clr-gray)}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);margin:0 0 20px;padding:0;line-height:1.3;font-weight:700;color:var(--clr-dark);letter-spacing:-1px}h1{font-size:var(--f-size-XXL)}h2{font-size:var(--f-size-XL)}h3{font-size:var(--f-size-L)}h4{font-size:var(--f-size-M)}h5{font-size:var(--f-size-S)}h6{font-size:var(--f-size-SM)}p{margin:0 0 30px;padding:0;line-height:1.5;font-size:var(--f-size-Body);color:var(--clr-dark)}menu,ol,ul{list-style:none;padding:0}.btn.small-border{padding:11px 14px;background:transparent;color:var(--clr-violet-primary);font-family:var(--heading-font);font-size:var(--f-size-SM);font-weight:600}.btn.small-border,.btn.small-border:hover{border:1px solid var(--clr-violet-primary)}.btn.small-border:hover{background:var(--clr-violet-primary);color:var(--clr-white)}.btn.border{background:transparent;color:var(--clr-violet-primary);border:1px solid var(--clr-violet-primary)}.btn.border:hover{background:var(--clr-violet-primary);color:var(--clr-white)}.comn-padding{padding:80px 0}.padding-top{padding-top:80px}.padding-bottom{padding-bottom:80px}.cross-btn{display:none}.site-logo{padding:60px 0;text-align:center}.sidebarmenu ul li a{cursor:pointer;padding:18px;font-family:var(--body-font);font-weight:400;margin-bottom:5px;color:var(--clr-white);text-decoration:none;border:1px solid transparent;border-radius:18px;display:flex;column-gap:10px;align-items:center}.sidebarmenu ul li.active a,.sidebarmenu ul li:hover a{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 44px 0 #1416420f;border:1px solid hsla(0,0%,100%,.5);background:hsla(0,0%,100%,.1)}.sidebarmenu ul li.active a{font-weight:600;color:var(--clr-white)}.sidebarmenu ul li a span img{min-width:24px;height:auto}header.dashboard-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--clr-white);padding:20px 50px}.main-wrap{display:flex}.left-siderbar{width:350px;background-color:var(--clr-violet-primary);height:100vh;overflow:auto;position:fixed;top:0;left:0;padding:20px;flex-shrink:0}.right-wrap{flex-direction:column;flex-grow:1;background:url(/images/auth-content-bg.png) no-repeat 50%/cover;width:calc(100% - 350px);margin-left:350px;min-height:100vh}.top-header-wrap .title-holder{display:flex;align-items:center;margin-bottom:10px;column-gap:15px}.top-header-wrap .dashboard-header-title p,.top-header-wrap .title-holder h2.h2{margin-bottom:0;color:var(--clr-white)}.top-header-wrap a.upgradebtn{background:var(--clr-white);color:var(--clr-violet-primary);text-decoration:none;padding:6px 15px;border-radius:30px;font-size:var(--f-size-SM);font-weight:600}.top-header-wrap .dashboard-profile{display:flex;align-items:center;column-gap:15px}.top-header-wrap .header-dp-img{width:50px;height:50px;overflow:hidden}.top-header-wrap .header-dp-img img{border-radius:50%;width:100%;height:100%;object-fit:cover}.top-header-wrap .dashboard-profile p.header-dp-name{margin-bottom:0;font-weight:500;color:var(--clr-white)}.left-siderbar::-webkit-scrollbar{width:5px}.left-siderbar::-webkit-scrollbar-track{background:#463cc9}.left-siderbar::-webkit-scrollbar-thumb{background-color:#463cc9;border-radius:10px;border:3px solid #463cc9}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--light-gray)}::-webkit-scrollbar-thumb{background-color:var(--clr-dark);border-radius:10px;border:3px solid var(--clr-dark)}.main-body{padding:20px 50px}.valuationintro{display:flex;align-items:center;justify-content:center}.valuationintro-card{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid hsla(0,0%,100%,.6);background:#ffffff4d;border-radius:30px;padding:60px 65px;max-width:784px;text-align:center}.valuationintro-card p{max-width:430px}.productholder-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.productholder-title h3{margin-bottom:0}.productholder-area{display:flex;flex-wrap:wrap}.productcard{flex:0 0 auto;width:calc(25% - 66px);background:#ffffff4d;border:1px solid #ffffff99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:20px;border-radius:20px;margin:0 12px 24px}.productcard-img{position:relative;padding-bottom:47%;margin-bottom:20px}.productcard-img img{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;object-fit:cover}.productcard-img .chipsold{position:absolute;top:10px;right:10px;color:var(--clr-black-light);z-index:9;background:var(--clr-green);border-radius:20px;padding:3px 12px;display:block}.productcard-img .chipsold.chiporange{background:orange}a.viewall{color:var(--clr-violet-primary);text-decoration:none}.productcard-info h4{border-bottom:1px solid #ccc;margin-bottom:10px;padding-bottom:10px}.priceholder p{color:var(--clr-dark);display:flex;flex-wrap:wrap;font-weight:600;line-height:1;column-gap:15px;margin-bottom:10px}.priceholder p span.discount{border-left:1px solid var(--clr-dark);padding-left:10px}.uploadholder{position:relative}input.choosefile{position:absolute;left:0;right:0;top:0;bottom:0;opacity:0;cursor:pointer;display:none}.upload-option{border:1px solid #ffffff99;background:#ffffff4d;border-radius:30px;padding:30px;text-align:center;margin-bottom:50px}.uploadicon{background:#ffffff59;width:90px;height:90px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 20px}.customfield .MuiInputBase-formControl{border-radius:30px;border:0!important;background:transparent}.customfield input{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.customfield .MuiSelect-root,.customfield input{box-shadow:none!important;background:hsla(0,0%,100%,.6);border-radius:30px;box-shadow:0 4px 44px 0 #1416420f;border:1px solid #ffffff99}.customfield .MuiSelect-root{padding:13px 20px;margin-top:0}.customfield label{color:#000;opacity:1;z-index:9}.customfield label.selectlabel{left:20px}.customfield :after,.customfield :before{display:none}.customfield fieldset{border:0!important}textarea.customfield{resize:none;width:calc(100% - 16px)!important;margin:8px;padding:13px 15px;min-height:157px;color:#000;opacity:1;font-size:18px;background:hsla(0,0%,100%,.6);border-radius:30px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 44px 0 #1416420f;border:1px solid #ffffff99}.itemformholder .customfield{width:calc(50% - 16px)}.itemformholder{background:#ffffff4d;border:1px solid #ffffff99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:30px;border-radius:30px}.uploadholder .btn.small-border{padding:20px 30px}.btnsubmit{text-align:center;margin-top:50px}.product-details-holder{display:flex;margin:30px 0;column-gap:30px}.product-details-left,.product-details-right{width:50%}.product-details-left{position:relative;padding-bottom:28%}.product-details-left img{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;object-fit:cover;border-radius:30px}.whitebox{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid hsla(0,0%,100%,.6);background:#ffffff4d;border-radius:30px;padding:20px 30px}.flex{display:flex}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-0{margin-bottom:0}.mt-0{margin-top:0}.mvalueholder .flex,.spriceholder .flex{align-items:center;justify-content:space-between}.mvalueholder h2,.mvalueholder p{margin-bottom:0}.spriceholder p.estprofit{color:#888;font-size:var(--f-size-S)}.spriceholder p.estprofit strong{color:var(--clr-dark)}.productquality ul{margin:0}.productquality ul li{display:flex;align-items:center;justify-content:space-between;font-size:var(--f-size-S);padding:0 0 10px;position:relative;margin-bottom:10px;color:var(--clr-gray)}.productquality ul li span{color:var(--clr-dark)}.productquality ul li:not(:last-child):before{position:absolute;left:0;right:0;bottom:0;content:"";height:1px;width:100%;background:linear-gradient(90deg,#eee,#ccc 50.48%,#eee)}.productquality{box-shadow:0 4px 44px 0 #1416421a;border-radius:20px}table.brandinfo tr th{font-weight:400;padding:5px 0;font-size:var(--f-size-SM);color:var(--clr-gray)}table.brandinfo tr td,table.brandinfo tr th{text-align:left;font-family:var(--body-font)}table.brandinfo tr td{font-weight:600;padding:5px 20px 5px 0;font-size:var(--f-size-Body);color:var(--clr-dark)}table.brandinfo{width:50%}.product-condition p span{display:block;font-size:var(--f-size-SM);color:var(--clr-gray);font-weight:400}.product-condition p{font-weight:600;font-size:var(--f-size-Body);color:var(--clr-dark);font-family:var(--body-font)}.btncenter{align-items:center;justify-content:center;column-gap:20px}.Modal-wrap.folder-modal{background:hsla(0,0%,100%,.9);border:1px solid hsla(0,0%,100%,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 20px 0 #14164226}.folder-modal-holder .customfield{width:80%}.folder-modal-holder .MuiSelect-select{display:flex;align-items:center;column-gap:10px;opacity:1}.folder-modal .btn.solid{width:288px}.alignCtrl{display:flex;align-items:center;column-gap:10px}.profile-info-holder{display:flex;flex-wrap:wrap;column-gap:30px;max-width:1001px;justify-content:space-between;margin:0 auto}.profile-info-holder-card{margin-bottom:30px;border-radius:20px;width:calc(50% - 77px);display:flex;align-items:flex-start;column-gap:10px}.profile-info-holder-card h4{font-family:var(--body-font);margin-bottom:0}.profile-info-holder-card h4 span{display:block;font-size:var(--f-size-SM);font-weight:600;color:var(--clr-gray)}.proiconleft img{width:24px}.profile-info-holder-title{width:100%;margin-bottom:30px;display:flex;align-items:center;justify-content:space-between}.profile-info-holder-title-left{display:flex;align-items:flex-start;column-gap:20px}.profile-info-holder-title-left h3{font-family:var(--body-font);letter-spacing:0;margin-bottom:0}.profile-info-holder-title-left h3 span{display:block;font-weight:500;font-size:var(--f-size-S)}.profile-info-holder-title .btn.solid{min-width:170px}.profile-info-holder-title-left .probtn{background:var(--clr-white);color:var(--clr-violet-primary);text-decoration:none;padding:11px 37px;border-radius:30px;font-size:var(--f-size-S);font-weight:600;border:1px solid var(--clr-violet-primary)}.token-price-wrap{display:flex;align-items:center;justify-content:space-between;background:#6358f41a;border-radius:20px;padding:20px;margin:0 40px}.token-price-wrap p,.token-quantity p{margin-bottom:0!important}.token-quantity{display:flex;align-items:center;justify-content:space-between;border-radius:20px;padding:20px;margin:20px 40px;border:1px solid #d9d9d999}.quantityHolder .btnMinus,.quantityHolder .btnPlus{border:1px solid var(--clr-gray);width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:35px;color:var(--clr-gray)}.quantityHolder .btnMinus:hover,.quantityHolder .btnPlus:hover{border:1px solid var(--clr-violet-primary);background:var(--clr-violet-primary);color:var(--clr-white)}.quantityHolder{display:flex;align-items:center;justify-content:center}.quantityHolder input[type=number]{background:transparent;border:0;width:40px;text-align:center;font-size:var(--f-size-S);font-weight:700;padding:0 0 0 10px}.devider{height:1px;margin:0 40px 20px;background:linear-gradient(90deg,#eee,#ccc 50.48%,#eee)}.buttonspurchase h2,.buttonspurchase p{margin-bottom:0!important;text-align:left}.buttonspurchase{display:flex;margin:0 40px;align-items:center;justify-content:space-between}.or p{position:relative;display:inline-block;color:#888}.or p:before{left:-100px}.or p:after,.or p:before{position:absolute;width:86px;height:1px;content:"";background:#ccc;top:14px}.or p:after{right:-100px}.css-1ew92b2-MuiFormLabel-root-MuiInputLabel-root.Mui-focused{color:var(--clr-gray)!important}.foldersholder-area{display:flex;flex-wrap:wrap}.foldersCard{display:flex;align-items:center;column-gap:10px;border-radius:20px;padding:20px;width:calc(25% - 66px);margin:0 12px 24px}.foldersCard .foldersCard-img{width:70px;height:70px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:10px}.foldersCard-info h4,.foldersCard-info p{margin-bottom:0}.search-holder-wrap{justify-content:space-between;margin-bottom:45px;align-items:center;gap:15px}.search-holder-wrap .back-btn{margin-bottom:0!important}.search-holder.flex{column-gap:20px}.search-holder .searchbox{width:429px}.search-holder .searchbox .MuiInputBase-colorPrimary{border:1px solid #fff;background:#ffffff1a;padding:0 20px;border-radius:30px;height:58px;color:#fff;opacity:1}.search-holder .searchbox :before,.search-holder :after{display:none!important}.search-holder .MuiAutocomplete-endAdornment.css-1uhhrmm-MuiAutocomplete-endAdornment{display:none}select.form-select{border:0;padding:0 30px;border-radius:30px;height:58px;min-width:130px;font-size:var(--f-size-Body);appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 30px center}select.form-select:focus-visible{outline:0 none!important}select.form-select option{text-align:left}.popover .MuiButton-contained{width:58px;min-width:auto;height:58px;border-radius:50%;color:var(--clr-white);background:var(--clr-violet-primary);border:1px solid #ffffff80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 44px 0 #1416420f;cursor:pointer}.popover .MuiButton-contained avg{font-size:40px}.MuiPopover-paper .popoverItem{line-height:1!important;font-size:var(--f-size-Body);padding:7px 0!important;margin:0 20px!important;border-bottom:1px solid #333}.MuiPopover-paper .popoverItem:last-child{border-bottom:0;padding-bottom:0}.MuiPopover-paper .popoverItem a{display:flex;column-gap:10px;justify-content:space-between;text-decoration:none;color:var(--clr-gray)}.popover .MuiButton-contained[aria-describedby=simple-popover]{background:var(--clr-violet-primary)}.btnwrap{justify-content:space-between;margin-bottom:20px}.valoationIdpage .folder-modal-holder .customfield{width:100%;min-width:370px}.valoationIdpage .alignright{display:flex;justify-content:space-between;width:100%;flex-direction:row-reverse}.valoationIdpage .alignright svg.MuiSvgIcon-root{color:var(--clr-violet-primary)}.valoationIdpage .folder-modal-holder svg.MuiSelect-icon{display:none}.valoationIdpage .customfield .MuiSelect-root{padding:8px 20px}.ctrl15{padding:15px 20px}.bottomwrapperholder{display:flex;align-items:flex-start;justify-content:space-between;column-gap:30px;margin-top:30px}.bottomwrapperholder .spriceholder.whitebox{width:50%;min-height:155px}.selectedlisted .folder-modal-holder .customfield{width:100%}.bottomwrapperholder .mvalueholder p{margin-bottom:20px}.Sfeedback{display:flex;align-items:center;justify-content:center;margin:30px auto 0;column-gap:30px}.Sfeedback .btn{min-width:350px}.googleadd{background:#fff;border-radius:10px;position:relative;padding:20px;max-width:830px;margin:30px auto;cursor:pointer}.googleadd .close{position:absolute;right:20px;top:20px}.googleadd p{margin-bottom:0;text-align:center}.googleadd.d-none{display:none}.createfoldermodal{padding:0 40px}.createfoldermodal .customfield{width:100%;margin-bottom:20px}* :focus-visible{outline:0 none!important}.overlayholder{position:relative}.overlayholder:before{position:fixed;left:370px;right:0;top:0;bottom:0;content:"";z-index:1;background:rgba(0,0,0,.3);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.overlayholder-inner{position:absolute;z-index:2;display:flex;width:300px;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center;top:50%;left:50%;transform:translate(-50%,50%)}.overlayholder-inner h2{color:#fff}.lockicon svg{color:#fff;font-size:80px}.tabsarea{max-width:802px;margin:0 auto}.tabsareaGraph .MuiTabList-sizeSm{display:inline-flex;justify-content:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid hsla(0,0%,100%,.6);background:#ffffff4d;border-radius:50px;padding:5px;column-gap:10px;width:max-content;margin:0 auto}.tabsareaGraph{background:transparent!important}.MuiTabList-sizeSm{background:transparent}.tabsareaGraph .MuiTabList-sizeSm .MuiTab-horizontal.Mui-selected,.tabsareaGraph .MuiTabList-sizeSm .MuiTab-horizontal:hover{background:#fff}.tabsareaGraph .MuiTabList-sizeSm .Mui-selected:after{display:none}.tabsareaGraph .MuiTabList-sizeSm .MuiTab-horizontal{border-radius:30px;font-size:var(--f-size-Body);border:0;padding:16px 55px;font-weight:700}.tabsContent p{font-weight:600;margin-bottom:0}.tabsContent h5{font-weight:400}.tabsContent h5 span{font-weight:700}.tabsContent h2{margin:10px 0}.referholder,.subscriptionholder{max-width:600px;margin:0 auto}.referholder .btn.solid,.subscriptionholder .btn.solid{width:100%}.referral-box{justify-content:space-between;background:#fff;padding:10px 30px;border-radius:50px}.referral-box button{background:transparent;border:0;cursor:pointer;display:flex;align-items:center;column-gap:10px}.referral-box input[type=text]{background:transparent;font-weight:600;border:0}.referholder .align-center{text-align:center}.delete-mode-btn{padding:8px 16px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;margin-left:10px}.delete-mode-btn:hover{background-color:#e0e0e0}.delete-mode-btn.active{background-color:#ffebee;border-color:#ef9a9a}.delete-bar{position:-webkit-sticky;position:sticky;top:0;background-color:hsla(0,0%,100%,.9);padding:10px 20px;box-shadow:0 2px 5px rgba(0,0,0,.1);z-index:100;display:flex;justify-content:center}.delete-bar-content{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:center}.delete-bar-actions{display:flex;gap:10px}.delete-btn{padding:8px 16px;background-color:#ff5252;color:#fff;border:none;border-radius:4px;cursor:pointer}.delete-btn:hover{background-color:#ff1744}.cancel-btn{padding:8px 16px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer}.cancel-btn:hover{background-color:#e0e0e0}.productcard.delete-mode{position:relative}.productcard.delete-mode:hover,.productcard.selected{box-shadow:0 0 0 2px #2196f3}.productcard.selected{background-color:#e3f2fd}.checkbox-container{position:absolute;top:10px;left:10px;z-index:10}.product-checkbox{width:20px;height:20px;cursor:pointer}.hover-pointer:hover{cursor:pointer}.loading{pointer-events:none}.menu-icon{display:none}.chat-wrap.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.chat-wrap.hide-scrollbar::-webkit-scrollbar{display:none}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.btn{font-size:var(--f-size-S);padding:20px 33px;background:var(--clr-violet-primary);color:var(--clr-white);border:1px solid transparent;text-transform:capitalize;line-height:1.1;border-radius:50px;font-family:var(--heading-font);cursor:pointer}.btn:hover{background:transparent;color:var(--clr-violet-primary);border:1px solid var(--clr-violet-primary)}.back-btn .btn:hover{background:var(--clr-violet-primary)}.btn.black-solid{background:var(--clr-black);color:var(--clr-white);border:1px solid var(--clr-black)}.btn.black-border,.btn.black-solid:hover{background:transparent;color:var(--clr-black);border:1px solid var(--clr-black)}.btn.black-border:hover{background:var(--clr-black);color:var(--clr-white);border:1px solid var(--clr-black)}.btn.violet-border{background:transparent;padding:15px 17px;color:var(--clr-violet-primary);border:1px solid #ccc}.btn.violet-border.active,.btn.violet-border:hover{background:var(--clr-violet-primary);color:var(--clr-white);border:1px solid var(--clr-violet-primary)}.btn.solid-small{padding:16px 26px}.auth-sec .auth-row{display:flex;flex-wrap:wrap}.auth-sec .auth-row .image-wrap{background:url(/images/auth-logo-bg.png) no-repeat 50%/cover;height:100vh;display:flex;align-items:center;justify-content:center;width:40%;position:-webkit-sticky;position:sticky;top:0}.auth-sec .auth-row .auth-content{background:url(/images/auth-content-bg.png) no-repeat 50%/cover;display:flex;align-items:center;justify-content:center;width:60%}.auth-content .auth-form-wrap{max-width:600px;width:100%;padding:120px 0 0}.auth-content .auth-form-wrap .auth-form{margin-bottom:30px}.auth-content .auth-form-wrap h1,.auth-content .auth-form-wrap p{margin:0 0 30px;line-height:1}.form-control{display:block!important;margin-bottom:20px!important}.form-control,.form-control .MuiInputBase-formControl{width:100%!important;background:transparent}.form-control input{width:100%!important;border:1px solid #ffffff80!important;border-radius:30px!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 44px 0 #1416420f;padding:15px 25px;margin-bottom:5px}.form-control .MuiOutlinedInput-notchedOutline{border:none!important}.form-control .MuiInputBase-formControl:after,.form-control .MuiInputBase-formControl:before{content:none!important}.form-control .MuiInputBase-formControl:hover{background:none}.form-control label{font-size:14px;letter-spacing:1px;color:var(--clr-gray);font-family:var(--body-font)!important;top:0;left:9px}.auth-content .forgot-pass{text-decoration:none;font-size:var(--f-size-SM);color:var(--clr-black-light);display:block;text-align:end;width:-moz-fit-content;width:fit-content;margin-right:0;margin-left:auto}.auth-content button{width:100%;margin-top:30px}.login-method-wrap p{text-align:center;color:#888!important;position:relative;z-index:2}.login-method-wrap p:after{left:0;right:65%}.login-method-wrap p:after,.login-method-wrap p:before{content:"";position:absolute;height:1px;z-index:1;background:#888;top:8px}.login-method-wrap p:before{left:65%;right:0}.login-method-wrap .btn{margin-top:0;margin-bottom:20px}.bottom-link p{text-align:center;color:var(--clr-gray)!important}.bottom-link p link{color:var(--clr-black)}.bottom-link{margin-top:100px}.bottom-link p{color:var(--clr-gray)}.bottom-link p a{color:var(--clr-black);text-decoration:none;font-weight:600}.login-method-wrap .social-btn{display:flex;align-items:center;justify-content:center}.login-method-wrap .social-btn img{margin-right:5px}.login-method-wrap .social-btn.black-border:hover img{filter:brightness(0) invert(1)}.top-loader-wrap{padding-bottom:66px;position:relative}.top-loader-wrap .back-btn{position:absolute;left:-100px;top:-25px}.back-btn .btn{color:var(--clr-white);line-height:1;width:60px;height:60px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#ffffff4d;padding:0}.back-btn .btn svg{width:30px;height:24px;padding-left:10px}.top-loader-wrap ul{display:flex;padding:0;margin:0;list-style:none}.top-loader-wrap ul li{width:30%;height:10px;background:var(--clr-white);border-radius:20px}.top-loader-wrap ul li:not(:last-child){margin-right:10px}.top-loader-wrap ul li.active{background:var(--clr-violet-primary)}.input-wrap{position:relative}.input-wrap:not(:last-child){margin-bottom:20px}.input-wrap label{width:100%;border:1px solid #ffffff99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 44px 0 #1416420f;background:#ffffff33;display:block;padding:20px;border-radius:30px;line-height:1;max-width:558px;position:relative}.input-wrap label:after{content:"";background:url(/images/purple-check.png);background-repeat:no-repeat;background-size:contain;background-position:50%;position:absolute;width:20px;height:20px;top:50%;transform:translateY(-50%);right:20px;opacity:0}.input-wrap input{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;opacity:0;z-index:2}.input-wrap input:checked~label{background:transparent;border:1px solid #6358f44d;background:#6358f41a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 44px 0 #1416420f}.input-wrap input:checked~label:after{opacity:1}.text-radio-wrap{border:1px solid #ffffff99;background:#ffffff4d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 44px 0 #1416420f;padding:23px;border-radius:30px}.text-radio-wrap:not(:last-child){margin-bottom:20px}.text-radio-wrap .radio-input-wrap{display:flex;justify-content:space-between;align-items:center}.text-radio-wrap .radio-input-wrap input{width:20px;height:20px;border:1px solid var(--clr-violet-primary)}.text-radio-wrap textarea{width:100%;display:none;margin-top:16px;resize:none;padding:15px;background:transparent;border:1px solid #ffffff99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 44px 0 #1416420f;border-radius:10px;max-width:517px;outline:0}.text-radio-wrap:has(.radio-input-wrap .text-radio-input:checked) .form-text{display:block}.top-row{margin-bottom:30px}.profile-sec .profile-box{max-width:948px;margin:0 auto 60px}.profile-sec .profile-box .profile-top{padding:30px;background:#ffffff4d;border:1px solid #ffffff99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:30px;margin-bottom:20px}.profile-sec .profile-box .profile-top ul{padding:0;margin:0;list-style:none}.profile-sec .profile-box .profile-top ul li{display:flex;justify-content:space-between}.profile-sec .profile-box .profile-top ul li:not(:last-child){margin-bottom:30px}.profile-sec .profile-box .profile-top ul li p{margin:0;color:#333}.profile-sec .profile-box .profile-top ul li p:last-child{font-weight:600}.profile-bottom-row{display:flex;justify-content:space-between}.profile-bottom-row .profile-bottom-left{margin-right:10px;display:flex;align-items:center;position:relative}.profile-bottom-right,.profile-bottom-row .profile-bottom-left{width:calc(50% - 5px);background:#ffffff4d;border:1px solid #ffffff99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 44px 0 #1416421a;padding:30px;border-radius:30px}.profile-bottom-right{margin-left:10px;text-align:center}.profile-bottom-row{margin-bottom:20px}.profile-bottom-row .profile-bottom-left .content-wrap{width:calc(100% - 150px)}.profile-bottom-row .profile-bottom-left .content-wrap h4{color:var(--clr-black-light)}.profile-bottom-row .profile-bottom-left .content-img{position:absolute;right:0;top:0;bottom:0;max-width:200px}.profile-bottom-row .profile-bottom-left .content-img img{width:100%;height:100%;object-fit:cover;border-radius:0 0 30px 0}.profile-bottom-row .profile-bottom-right h4,.profile-bottom-row .profile-bottom-right p{margin-bottom:20px;color:var(--clr-black-light)}.purchase-history-wrap{background:#ffffff4d;border:1px solid #ffffff99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:30px;border-radius:30px}.purchase-history-wrap h4{color:var(--clr-black);margin:0 0 20px}.purchase-history-wrap .purchase-history-box{padding:30px;background:#ffffff4d;border:1px solid #ffffff99;border-radius:30px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 44px 0 #1416421a;margin-bottom:20px}.purchase-history-wrap .purchase-history-box ul{padding:0;margin:0;list-style:none}.purchase-history-wrap .purchase-history-box ul li{display:flex;align-items:center;justify-content:space-between;padding:20px 0}.purchase-history-wrap .purchase-history-box ul li:not(:last-child){border-bottom:1px solid #eee}.purchase-history-wrap .purchase-history-box ul li:first-child{padding-top:0}.purchase-history-wrap .purchase-history-box ul li:last-child{padding-bottom:0}.purchase-history-wrap .purchase-history-box ul li p{margin:0}.purchase-history-wrap .purchase-history-box ul li p:first-child{color:var(--clr-black-light)}.purchase-history-wrap .purchase-history-box ul li p:last-child{color:var(--clr-gray)}.profile-form{max-width:576px;margin:30px auto;text-align:center;background:#ffffff4d;border:1px solid #ffffff99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:50px 30px;border-radius:30px}.profile-form h2{color:var(--clr-black);margin-bottom:30px}.profile-form .btn{width:100%}.Modal-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:611px;border:1px solid var(--clr-violet-primary);background:var(--clr-white);padding:50px 0;text-align:center;border-radius:30px;outline:0}.Modal-wrap h2{color:var(--clr-black);margin-bottom:15px}.Modal-wrap p{margin-bottom:40px}.Modal-wrap .buttons-wrap{max-width:300px;margin:0 auto}.Modal-wrap .buttons-wrap .btn{width:100%;display:block;margin-bottom:10px}.css-113d811-MuiFormLabel-root-MuiInputLabel-root{transform:translate(14px,-16px) scale(.75)!important}.css-113d811-MuiFormLabel-root-MuiInputLabel-root.Mui-focused{color:var(--clr-gray)!important}.choose-plan-wrap{position:relative;margin:80px 0}.choose-plan-wrap .back-btn{position:absolute;top:0;left:-110px}.choose-plan-wrap h1{margin-bottom:40px;color:var(--clr-white)}.plan-box{background:#ffffff4d;border:1px solid #ffffff99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:30px;border-radius:30px;margin-bottom:20px;width:100%;max-width:600px}.plan-box .plan-box-top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.plan-box .plan-box-top-row .btn{width:-moz-fit-content;width:fit-content;padding:20px 22px;letter-spacing:-2px;font-weight:600;margin-top:0}.plan-box .plan-box-top-row .price-wrap p{margin-bottom:0;color:var(--clr-black)}.plan-box .plan-box-top-row .price-wrap h2{font-weight:400;font-family:var(--body-font);margin-bottom:0;color:var(--clr-black)}.plan-box .plan-box-top-row .price-wrap h2 span{font-weight:700;font-size:36px}.plan-box .plan-box-bottom ul{margin:0;padding:0;list-style:none}.plan-box .plan-box-bottom ul li:not(:last-child){margin-bottom:10px}.plan-box .plan-box-bottom ul li{position:relative;padding-left:30px;color:var(--clr-black)}.plan-box .plan-box-bottom ul li:after{content:"";background:url(/images/purple-check-circle.png);background-repeat:no-repeat;background-size:contain;background-position:50%;width:20px;height:20px;left:0;top:50%;transform:translateY(-50%);position:absolute}.summery-box{padding:30px;background:#ffffff4d;border:1px solid #ffffff99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:30px;display:flex;align-items:center;width:100%;max-width:867px;margin:0 auto 20px}.summery-box .image-wrap{width:100%;max-width:306px;position:relative;padding:20% 0 0;margin-right:20px}.summery-box .image-wrap img{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;object-fit:cover;border-radius:20px;object-fit:contain}.summery-box .content-wrap{width:calc(100% - 326px)}.summery-box .content-wrap h2,.summery-box .content-wrap p{margin-bottom:10px}.summery-box .content-wrap h2{margin-bottom:10px;letter-spacing:-4px;color:var(--clr-black)}.summery-box .content-wrap ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;max-width:300px}.summery-box .content-wrap ul li:not(:last-child){width:-moz-fit-content;width:fit-content;margin-bottom:10px}.summery-box .content-wrap ul li{width:100%}.chat-sec .top-row{display:flex;align-items:center}.chat-sec .top-row .back-btn{margin:0 10px 0 0}.chat-sec .top-row h3{margin:0}.chat-wrap{margin-top:20px;max-height:650px;overflow-y:auto;overflow-x:hidden}.chat-wrap .chat-box{padding-bottom:100px}.chat-wrap .chat-box .message{width:-moz-fit-content;width:fit-content;padding:15px;max-width:700px}.chat-wrap .chat-box .message:not(:last-child){margin-bottom:10px}.chat-wrap .chat-box .message p{margin:0;font-size:14px}.chat-wrap .chat-box .message.sent{background:var(--clr-white);margin-left:0;margin-right:auto;border-radius:30px 30px 30px 0}.chat-wrap .chat-box .message.recieved{background:var(--clr-violet-primary);margin-right:0;margin-left:auto;border-radius:30px 30px 0 30px}.chat-wrap .chat-box .message.sent p{color:var(--clr-black-light)}.chat-wrap .chat-box .message.recieved p{color:var(--clr-white)}.chat-wrap .chat-box .message ul li{font-size:14px}.common-question-wrap{margin-bottom:20px}.common-question-wrap ul{display:flex;align-items:center;margin:0;padding:0;list-style:none;justify-content:center}.common-question-wrap ul li{width:-moz-fit-content;width:fit-content;font-size:14px;padding:20px;border-radius:30px;margin:0;color:var(--clr-black);background:var(--clr-white);line-height:1}.common-question-wrap ul li:not(:last-child){margin-right:10px}.chat-bottom-sec{padding:20px 0;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);border-top:1px solid #ffffff99;position:absolute;bottom:0;left:0;right:0;z-index:5;-webkit-backdrop-filter:blur(33px);backdrop-filter:blur(33px)}.chat-bottom-sec .input-box{max-width:1000px;margin:0 auto}.chat-bottom-sec .chat-input-wrap{background:var(--clr-white);display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-radius:30px}.chat-bottom-sec .chat-input-wrap input{position:relative;width:calc(100% - 40px)!important;padding:15px 30px;border:none;margin-bottom:0!important;font-size:14px}.chat-bottom-sec .chat-input-wrap input:focus{outline:none}.chat-bottom-sec .chat-input-wrap button{background:transparent;padding:0;border:none;line-height:1;cursor:pointer;flex:0 0 auto}.right-wrap{position:relative}.image-preview{margin-bottom:30px}.image-preview img{width:100%;height:auto;max-height:700px;border-radius:20px;object-fit:cover}.custom-password button{position:absolute;z-index:9;right:30px;margin:0;left:auto;width:30px;height:30px;top:50%;transform:translateY(-50%)}.css-jupps9-MuiInputBase-root-MuiOutlinedInput-root{padding-right:0!important}.productholder-area{justify-content:center;padding-top:80px}.no-valuation-wrap{text-align:center;max-width:350px}.folder-modal-holder .customfield .MuiInputBase-root{margin-bottom:30px}p.Mui-error{margin-top:10px!important}.MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.Mui-disabled.MuiInputBase-formControl.css-quhxjy-MuiInputBase-root-MuiOutlinedInput-root{margin-top:0}.mb-0{margin-bottom:0!important}.custom-saleprice{width:100%}.custom-saleprice .MuiInputBase-root{margin-bottom:0!important}.css-113d811-MuiFormLabel-root-MuiInputLabel-root{top:-3px!important}.sendfeedback{margin-top:10px}.feedbackHolder .btnwrap{display:flex;justify-content:center;column-gap:15px}.loader-wrap{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:999;display:flex;align-items:center;justify-content:center}.foldersholder-area{justify-content:start}.search-holder select.form-select{padding:0 50px 0 20px}.input-btm-wrap{display:flex;align-items:baseline;gap:20px}.input-btm-wrap .MuiInputBase-root{margin-bottom:0!important}.managestep .dynamic-fields .subcategory,.managestep .form-control{width:calc(50% - 20px)!important;margin-bottom:8px!important}.managestep .dynamic-fields,.managestep-category{display:flex;flex-wrap:wrap;column-gap:20px}.managestep .form-control fieldset,.managestep .form-control textarea{width:100%!important;border:1px solid #ffffff80!important;border-radius:30px!important;line-height:1;box-shadow:0 4px 44px 0 #1416420f;padding:15px 25px;margin-bottom:5px}.managestep .form-control .MuiInputBase-formControl{padding:0}.customfield .MuiSelect-root{background:hsla(0,0%,100%,.3);border:1px solid #ffffff99!important}@media only screen and (max-width:1799px){:root{--f-size-XXL:30px;--f-size-XL:24px;--f-size-L:20px;--f-size-M:18px;--f-size-S:16px;--f-size-SM:14px;--f-size-Body:16px}.priceholder p{column-gap:10px;font-size:14px}.foldersCard{padding:15px;width:calc(25% - 58px)}.chat-wrap{max-height:430px}}@media only screen and (max-width:1699px){.chat-wrap .chat-box{padding-bottom:130px}.chat-wrap{max-height:420px}}@media only screen and (max-width:1599px){.chat-wrap{max-height:340px}}@media only screen and (max-width:1399px){.left-siderbar{height:100vh}.btn{padding:13px 33px}.login-method-wrap .btn{padding:10px 30px}.bottom-link{margin-top:30px}.auth-content .auth-form-wrap{padding:40px 0 20px}.input-wrap label{padding:14px}.top-loader-wrap .back-btn{left:-90px}.back-btn a{width:50px;height:50px}.text-radio-wrap{padding:13px}.btn.solid-small{padding:13px 20px}.foldersCard{padding:15px;width:calc(33.33% - 58px)}.auth-content .auth-form-wrap h1,.auth-content .auth-form-wrap p{margin:0 0 20px!important}.form-control input{padding:13px 25px}.site-logo{padding:30px 0}.sidebarmenu ul li a{padding:10px 18px;border-radius:10px}.sidebarmenu ul li a span img{min-width:20px!important;width:20px}header.dashboard-header{padding:10px 50px}.top-header-wrap .title-holder{margin-bottom:0}.top-header-wrap .header-dp-img{width:40px;height:40px}.profile-info-holder-title-left .probtn{padding:5px 37px}.profile-info-holder-title{margin-bottom:15px}.profile-info-holder{column-gap:15px}.profile-info-holder-card{margin-bottom:15px;width:calc(50% - 15px)}.customfield input{padding:13px 26px}.customfield .MuiSelect-root{padding:10px 20px}.customfield label.selectlabel{top:-4px}.uploadholder .btn.small-border{padding:13px 30px}.Modal-wrap{width:480px!important}.quantityHolder .btnMinus,.quantityHolder .btnPlus{width:30px;height:30px;font-size:20px}.Modal-wrap.folder-modal p{max-width:80%;margin:0 auto 20px}.valuationintro-card{padding:35px}.productcard{width:calc(25% - 45px);padding:15px;margin:0 6px 12px}.productcard-img{padding-bottom:75%;margin-bottom:10px}.priceholder p{margin-bottom:5px}.productcard-info h4{font-size:var(--f-size-SM)}.left-siderbar{width:230px}.right-wrap{width:calc(100% - 230px);margin-left:230px}.token-quantity{padding:16px}.valoationIdpage .folder-modal-holder .customfield{width:100%;min-width:250px}}@media only screen and (max-width:1199px){h1,h2,h3,h4,h5,h6{letter-spacing:-2px}:root{--f-size-XXXL: ;--f-size-XXL:22px;--f-size-XL:22px;--f-size-L:20px;--f-size-M:18px;--f-size-S:16px;--f-size-SM:14px;--f-size-Body:16px}.comn-padding{padding:40px 0}.padding-top{padding-top:40px}.padding-bottom{padding-bottom:40px}.profile-info-holder-title{flex-wrap:wrap}.profile-info-holder-title .btn.solid{margin-top:20px}.plan-box .plan-box-top-row .price-wrap h2 span{font-size:30px}.plan-box .plan-box-top-row .btn{padding:13px 12px}.plan-box{padding:20px}.choose-plan-wrap .back-btn{top:9px;left:-40px}.productcard{width:calc(33.333% - 45px);padding:15px;margin:0 6px 12px}.css-unhb03-MuiNativeSelect-root-MuiSelect-select-MuiInputBase-input-MuiInput-input.css-unhb03-MuiNativeSelect-root-MuiSelect-select-MuiInputBase-input-MuiInput-input.css-unhb03-MuiNativeSelect-root-MuiSelect-select-MuiInputBase-input-MuiInput-input{padding-right:0!important}.valoationIdpage .folder-modal-holder .customfield{min-width:210px}.back-btn .btn,.popover .MuiButton-contained{width:45px;height:45px}.productcard{width:calc(50% - 14px)}.productholder-area{padding-top:0}.search-holder .searchbox{width:300px}.product-details-holder{align-items:flex-start}.product-details-left{padding-bottom:44%}.product-details-left img{height:auto}.foldersCard{width:calc(50% - 24px)}.profile-bottom-row .profile-bottom-left .content-img img{height:180px}.profile-bottom-row .profile-bottom-left .content-img{top:auto}.profile-bottom-row .profile-bottom-left .content-wrap{width:calc(100% - 80px)}.profile-bottom-row .profile-bottom-left{padding:20px}.chat-wrap{max-height:390px}}@media only screen and (max-width:991px){.productcard{width:calc(50% - 6px);margin:0 3px 6px;padding:5px;border-radius:4px}span.graphimg img{width:10px}.main-body{padding:20px 15px}header.dashboard-header{padding:10px 15px}.search-holder.flex{flex-wrap:wrap;justify-content:flex-end;column-gap:10px}.search-holder .searchbox{margin-bottom:15px}select.form-select{padding:0 20px;height:45px;background-position:right 20px center}.popover .MuiButton-contained{width:45px;height:45px}.search-holder .searchbox .MuiInputBase-colorPrimary{height:45px}.product-details-holder{flex-wrap:wrap}.product-details-left,.product-details-right{width:100%}.product-details-left img{height:100%}.product-details-left{padding-bottom:72%;margin-bottom:20px}.Sfeedback .btn{min-width:auto}.bottomwrapperholder{column-gap:10px}.profile-bottom-row .profile-bottom-left{align-items:flex-start}.profile-bottom-row .profile-bottom-left .content-wrap{width:100%}.profile-bottom-row .profile-bottom-left .content-img img{height:140px}.search-holder-wrap{align-items:flex-start}.summery-box .image-wrap{max-width:250px;padding:54% 0 0}}@media only screen and (max-width:767px){.bottomwrapperholder{flex-wrap:wrap}.bottomwrapperholder .spriceholder.whitebox{width:100%;margin-bottom:20px}.btn{padding:13px 20px}.Sfeedback{column-gap:10px}.foldersCard{width:calc(100% - 24px)}.cross-btn{display:block;position:absolute;right:10px;top:10px;color:var(--clr-white)}.summery-box{display:block;padding:15px}.summery-box .image-wrap{max-width:100%;padding:75% 0 0}.summery-box .content-wrap{width:100%}.common-question-wrap ul li{font-size:12px;padding:10px;border-radius:10px}.common-question-wrap ul{margin:0 10px;align-items:flex-start}.btnsubmit{margin-top:25px}.menu-icon{color:var(--clr-white);display:block}.left-siderbar{position:fixed;left:0;top:0;height:100vh!important;z-index:9;transform:translateX(-100%);width:300px!important;transition:.3s ease}.menu-open .left-siderbar{transform:translateX(0);transition:.3s ease}header.dashboard-header{padding:10px}.top-header-wrap .dashboard-profile p.header-dp-name{display:none}.main-body{padding:15px}.profile-bottom-row .profile-bottom-left{width:100%!important;padding-bottom:350px!important;margin-bottom:20px;margin-right:0!important}.profile-bottom-row .profile-bottom-left .content-wrap{width:100%!important}.profile-bottom-row .profile-bottom-left .content-img{top:170px!important;width:100%!important;bottom:0;max-width:320px!important}.profile-bottom-right{width:100%!important;margin-left:0!important}.purchase-history-wrap{padding:15px!important}.profile-info-holder,.profile-info-holder-title,.profile-info-holder-title-left{display:block}.profile-info-holder-title-left .probtn{padding:5px 37px;margin:10px 0;display:block;width:-moz-fit-content;width:fit-content}.profile-info-holder-card,.profile-info-holder-title{width:100%}.auth-sec .auth-row{display:block!important}.auth-sec .auth-row .image-wrap{position:relative!important;height:120px!important;width:100%!important}.auth-sec .auth-row .image-wrap img{height:40px}.plan-box .plan-box-top-row .price-wrap h2 span{font-size:24px}.plan-box .plan-box-top-row .btn{padding:14px 20px}.css-1fwnb9c .MuiTextField-root{margin:0 0 10px!important;width:100%}.choose-plan-wrap{position:relative;margin:40px 0!important}.choose-plan-wrap h1{margin-bottom:20px!important}.auth-sec .auth-row .auth-content{width:100%!important;padding:0 10px}.plan-box .plan-box-top-row{display:block!important}.plan-box .plan-box-top-row .btn{margin-top:10px!important;width:100%!important;text-align:center}.right-wrap{width:100%;margin-left:0}.top-header-wrap .title-holder h2.h2{font-size:var(--f-size-S)}.priceholder p span.discount{padding-left:5px}.priceholder p{align-items:center;column-gap:5px;font-size:12px}.dashboard-header-title{flex:auto;padding-left:10px}.menu-icon svg{font-size:30px}.top-header-wrap .title-holder{line-height:1}.top-header-wrap .dashboard-header-title p{line-height:1;font-size:var(--f-size-SM)}.whitebox{border-radius:20px;padding:20px}textarea.customfield{margin:0}.itemformholder .customfield{width:100%!important;margin:0 0 8px!important}.itemformholder{padding:20px;border-radius:20px}.profile-bottom-row{flex-wrap:wrap}.profile-bottom-row .profile-bottom-left .content-img img{height:100%}.purchase-history-wrap .purchase-history-box ul li{padding:10px 0}.profile-form{padding:20px}.custom-password button{right:18px}.btn.solid-small{padding:13px 15px}.search-holder-wrap{flex-wrap:wrap}.search-holder-wrap h3{margin-bottom:20px}.chat-wrap{height:380px}.chat-wrap .chat-box{padding-bottom:20px}.auth-content .auth-form-wrap{padding:40px 24px 20px}.form-control label{left:0}.btn{letter-spacing:-2px}}@media only screen and (max-width:380px){header.dashboard-header{padding:10px}.btn{font-size:var(--f-size-SM)}.mvalueholder .flex{flex-wrap:wrap}.folder-modal-holder .customfield .MuiInputBase-root{margin:10px 0 0}.search-holder .searchbox{width:275px}.tabsareaGraph .MuiTabList-sizeSm .MuiTab-horizontal{padding:10px 35px}.css-1oy18r0{padding-right:0}}@media only screen and (max-width:360px){.priceholder p{font-size:10px}.top-header-wrap .title-holder h2.h2{font-size:var(--f-size-SM);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:103px}.Sfeedback{flex-wrap:wrap}.Sfeedback .btn{min-width:100%;margin:5px 0}.chat-wrap{height:315px}.choose-plan-wrap .back-btn{top:0;left:0;position:relative}}@media only screen and (max-width:320px){.chat-wrap{height:240px}}.text-red{color:#e4380d}.text-green{color:#15ce15}.typing-indicator{padding:6px 12px;display:flex}.typing-bubble{background:#f1f1f1;border-radius:18px;padding:6px 10px;display:inline-flex;gap:6px;align-items:center}.typing-bubble .dot{width:6px;height:6px;background:#888;border-radius:50%;display:inline-block;animation:blink 1s infinite}.typing-bubble .dot:nth-child(2){animation-delay:.2s}.typing-bubble .dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,60%,to{opacity:.25}30%{opacity:1}}.policy-links{text-align:center;margin-top:20px;font-size:14px}.policy-links a{color:#888;text-decoration:none;transition:color .2s ease}.policy-links a:hover{color:var(--clr-violet-primary)}.policy-links .separator{margin:0 10px;color:#ccc}.public-policy-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 20px;position:relative}.public-policy-container{max-width:900px;margin:0 auto;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:60px;box-shadow:0 20px 60px rgba(0,0,0,.3);position:relative;transition:all .3s ease}.public-policy-container:hover{box-shadow:0 25px 70px rgba(0,0,0,.4)}.back-btn-hover{position:absolute;top:30px;left:30px;opacity:0;transform:translateX(-10px);transition:all .3s ease;z-index:10}.public-policy-container:hover .back-btn-hover{opacity:1;transform:translateX(0)}.btn-back-public{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.4)}.btn-back-public:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(102,126,234,.6)}.btn-back-public svg{width:20px;height:20px;margin-left:-4px}.policy-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:2px solid rgba(102,126,234,.2)}.policy-title{font-size:48px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 15px;letter-spacing:-1px}.policy-subtitle{font-size:18px;color:#666;margin:0;font-weight:400}.policy-content{color:#333;line-height:1.8;font-size:16px}.policy-content h1,.policy-content h2,.policy-content h3{color:#2d3748;font-weight:600;margin-top:35px;margin-bottom:20px}.policy-content h1{font-size:32px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.policy-content h2{font-size:26px;color:#4a5568}.policy-content h3{font-size:20px;color:#4a5568}.policy-content p{margin-bottom:20px;color:#4a5568}.policy-content ol,.policy-content ul{margin:20px 0;padding-left:30px}.policy-content li{margin-bottom:12px;color:#4a5568}.policy-content strong{color:#2d3748;font-weight:600}.policy-content a{color:#667eea;text-decoration:none;border-bottom:1px solid rgba(102,126,234,.3);transition:all .2s ease}.policy-content a:hover{color:#764ba2;border-bottom-color:#764ba2}@media (max-width:768px){.public-policy-container{padding:40px 30px}.policy-title{font-size:36px}.back-btn-hover{opacity:1;transform:translateX(0)}}@media (max-width:480px){.public-policy-page{padding:20px 15px}.public-policy-container{padding:30px 20px}.policy-title{font-size:28px}.policy-subtitle{font-size:16px}}.public-terms-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 20px;position:relative}.public-terms-container{max-width:900px;margin:0 auto;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:60px;box-shadow:0 20px 60px rgba(0,0,0,.3);position:relative;transition:all .3s ease}.public-terms-container:hover{box-shadow:0 25px 70px rgba(0,0,0,.4)}.public-terms-container:hover .back-btn-hover{opacity:1;transform:translateX(0)}.terms-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:2px solid rgba(102,126,234,.2)}.terms-title{font-size:48px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 15px;letter-spacing:-1px}.terms-subtitle{font-size:18px;color:#666;margin:0;font-weight:400}.terms-content{color:#333;line-height:1.8;font-size:16px}.terms-content h1,.terms-content h2,.terms-content h3{color:#2d3748;font-weight:600;margin-top:35px;margin-bottom:20px}.terms-content h1{font-size:32px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.terms-content h2{font-size:26px;color:#4a5568}.terms-content h3{font-size:20px;color:#4a5568}.terms-content p{margin-bottom:20px;color:#4a5568}.terms-content ol,.terms-content ul{margin:20px 0;padding-left:30px}.terms-content li{margin-bottom:12px;color:#4a5568}.terms-content strong{color:#2d3748;font-weight:600}.terms-content a{color:#667eea;text-decoration:none;border-bottom:1px solid rgba(102,126,234,.3);transition:all .2s ease}.terms-content a:hover{color:#764ba2;border-bottom-color:#764ba2}@media (max-width:768px){.public-terms-container{padding:40px 30px}.terms-title{font-size:36px}}@media (max-width:480px){.public-terms-page{padding:20px 15px}.public-terms-container{padding:30px 20px}.terms-title{font-size:28px}.terms-subtitle{font-size:16px}}