@import"https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Laila:wght@300;400;500;600;700&display=swap";:root{--background: rgba(240, 240, 240, .998);--primary1: #094a25ff;--primary2: #0c6b37ff;--primary3: #f8b324ff;--primary4: #eb442cff;--primary5: #bc2023ff;--black0: #000;--black1: #111;--black2: #222;--black3: #333;--black4: #444;--black5: #555;--black7: #777;--grey0: #bbb;--grey1: #ccc;--grey2: #ddd;--grey3: #eee;--grey4: #f1f1f1;--white: #fff;--tooltip: #fffdd7;--tab: #094a25ff;--subtab: #f8b324ff;--label: #094a25ff;--heading: #094a25ff;--button: #bc2023ff;--buttonhover: #222;--titlebg: #b9b9b9;--boxbg: #efefef;--titlebgactive: #333;--titlecolor: #094a25ff;--smallmenu: #fff;--smallhover: #ddd;--text: #444;--activetab: #333}:root.dark{background:#191919fe;--primary1: #094a25ff;--primary2: #0c6b37ff;--primary3: #f8b324ff;--primary4: #ff0d1d;--primary5: #eb442cff;--black0: #fff;--black1: #f7f7f7;--black2: #f2f2f2;--black3: #eee;--black4: #ddd;--grey3: #000;--grey4: #333;--white: #000;--activetab: #333;--background: #222;--bbg: #f1f1f1;--titlebg: #000;--titlebgactive: #333;--boxbg: #000;--tooltip: #333;--gborder: #444;--bborder: #ddd;--label: #f8b324ff;--smallhover: #f8b324ff;--heading: #000;--buttonhover: #000;--titlecolor: #fff;--text: #eee}*{box-sizing:border-box;line-height:1;margin:0;padding:0}html{background:#eee;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-gutter:stable}html.noscroll{overflow:hidden}body{color:var(--black3);font-family:Laila,sans-serif;font-size:.92em;font-weight:300}h1,h2,h3,h4,h5,h6{font-family:Asap,sans-serif}h1{color:var(--primary1);font-size:30px;font-weight:900;letter-spacing:.02em}h2{font-weight:800}h3{font-weight:700}h4{font-weight:600}h5{font-weight:500}h6{font-weight:300}.heading{background:var(--heading)}.label{color:var(--label);display:inline-block}.button{background:var(--button)}.titleBG{background:var(--titlebg)}.titleC{color:var(--titlecolor);font-size:16px;font-weight:600}.boxBG{background:var(--boxbg)}.uc{text-transform:uppercase}.cap:first-letter{text-transform:capitalize}.capall{text-transform:capitalize}a,.link{color:var(--primary5);cursor:pointer;font-family:Asap,sans-serif;text-decoration:none}a:hover,.link:hover,.link.active{color:var(--primary2)}.router-link-active,.router-link-active button{cursor:default;pointer-events:none}.router-link-active .svg{background:#333}b,.bold{font-weight:600}p{line-height:1.5}.limit{color:red}img{width:100%}svg text{font-family:Asap,sans-serif;font-size:12px;font-weight:800}.invisible{opacity:0}.overlay{background:#000000b3;height:100%;position:fixed;top:0;width:100%;z-index:28}fieldset{border:0}li{list-style:none}input[type=text],input[type=number],input[type=url],input[type=email],input[type=password],input[type=date]{border-radius:5px;border:1px solid #ccc;color:#272727;font-family:Asap,sans-serif;height:36px;padding:0 5px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}input[type=text].codeInput{height:44px}select{background:#fff;border-radius:4px;border:1px solid #ccc;color:#292929;font-family:Asap,sans-serif;font-weight:400;min-height:36px;padding:1px 5px 4px;width:100%}option{padding:3px 5px}#id_service_categories,#id_product_categories{height:100px}.sublabel{min-width:55px}select[multiple]:focus option:checked{background:var(--primary2) linear-gradient(0deg,var(--primary2) 0%,var(--primary2) 100%)}input[type=checkbox],input[type=radio]{accent-color:var(--primary2);height:18px;width:18px}.radioWrap:not(:last-child){margin-bottom:10px}.radioWrap{display:flex;align-items:center}textarea{border-radius:5px;border:1px solid #ccc;color:#272727;font-family:Asap,sans-serif;font-size:.94em;line-height:1.5;height:100px;max-height:220px;min-height:100px;padding:10px;resize:vertical;width:100%}button{border:none;cursor:pointer}button:disabled{background:var(--grey1);pointer-events:none}.button{border:1px solid transparent}button:hover,.button:hover,button.hover,button.active,.button.active,.router-link-active button,button:hover a{background:var(--buttonhover);color:var(--primary3)}.svg.button:hover svg path{fill:var(--primary3)}.closeWin{align-items:center;background:var(--primary5);border-radius:3px;color:#fff;cursor:pointer;display:flex;font-family:Asap,sans-serif;font-size:13px;font-weight:700;justify-content:center;padding:2px 3px;transition:all .1s;z-index:5}.closeWin:hover{background:#000;transform:scale(1.2)}.dismiss{width:max-content;padding:3px;display:flex;align-items:center;justify-content:center;background:var(--primary5);color:#fff;border-radius:3px;margin-left:20px;cursor:pointer;transition:all .1s}.dismiss:hover{background:var(--primary1);transform:scale(1.1)}.memBtn{color:#fff}.closeBtn{cursor:pointer;left:-3px;max-width:16px;top:-6px;transition:all .2s}.closeBtn:hover{transform:scale(1.3)}.required{color:var(--red);font-size:24px;line-height:0}.mobile{display:none}.loaderContainer{align-items:center;display:flex;height:20%;justify-content:center;left:40%;top:30%;width:20%}.batteryLoader{display:flex;align-items:center;gap:3px}.batteryBody{width:120px;height:50px;border:3px solid #094a25ff;border-radius:6px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.batteryFill{position:absolute;left:0;top:0;height:100%;background:#094a25;transition:width .2s ease}.batteryPercent{position:relative;z-index:1;font-size:14px;font-weight:700;color:#fff;mix-blend-mode:difference}.batteryTip{width:6px;height:20px;background:#094a25;border-radius:0 3px 3px 0}.sloaderWrap{align-items:center;display:flex;height:620px;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:30}.sloader{--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;-webkit-mask-composite:source-out;-webkit-mask:var(--_m);animation:l3 1s infinite linear;aspect-ratio:1;background:#094a25;border-radius:100%;mask-composite:subtract;mask:var(--_m);padding:7px;width:50px;border:15px solid #094a25}@keyframes l3{to{transform:rotate(1turn)}}#contentLoader{text-align:center;justify-content:center;display:flex;min-height:200px;align-items:center}.hb5{width:80%;color:#f0f0f0;height:.5px;border:1px solid;margin-top:20px}.br3{border-radius:3px}.br5{border-radius:5px}.bb1{border-bottom:1px solid #eee}.br7{border-radius:7px}.br10{border-radius:10px}.b1{border:1px solid #333}.b2{border:1px solid #777}.b3{border:1px solid #999}.b4{border:1px solid #aaa}.b5{border:1px solid #ccc}.b6{border:1px solid #eee}.b-r1{border-right:1px solid #e9e9e9}.bs2{box-shadow:1px 1px 2px #777}.m0{margin:0}.mb3{margin-bottom:3px}.mb5{margin-bottom:5px}.mb7{margin-bottom:7px}.mb8{margin-bottom:8px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}.mb25{margin-bottom:25px}.mb30{margin-bottom:30px}.mb45{margin-bottom:45px}.mb50{margin-bottom:50px}.mb70{margin-bottom:70px}.mb100{margin-bottom:100px}.mb150{margin-bottom:150px}.mr5{margin-right:5px}.mr10{margin-right:10px}.mr15{margin-right:15px}.mr20{margin-right:20px}.ml5{margin-left:5px}.ml10{margin-left:10px}.ml15{margin-left:15px}.ml20{margin-left:20px}.mt5{margin-top:5px}.mt10{margin-top:10px}.mt15{margin-top:15px}.mt20{margin-top:20px}.mt30{margin-top:30px}.mt50{margin-top:50px}.m0-10{margin:0 10px}.m0-15{margin:0 15px}.m10-0{margin:10px 0}.m15-0{margin:15px 0}.p0-5{padding:0 5px}.p5-10{padding:5px 10px}.p10-0{padding:10px 0}.p10-5,.p10{padding:10px 5px}.p10-20{padding:10px 20px}.p10-30{padding:10px 30px}.p0-05{padding:0 .5%}.p0-10{padding:0 10px}.p0-15{padding:0 15px}.p0-20{padding:0 20px}.p0-30{padding:0 30px}.p20-50{padding:20px 50px}.p3{padding:3px}.p3-10{padding:3px 10px}.p5{padding:5px}.p5-0{padding:5px 0}.p7{padding:7px}.p8{padding:8px}.p9{padding:9px}.p9-0{padding:9px 0}.p9-5{padding:9px 5px}.p10{padding:10px}.p15{padding:15px}.p20{padding:20px}.p20-10{padding:20px 10px}.p30{padding:30px}.p50{padding:50px}.p60{padding:60px}.p20-0{padding:20px 0}.p30-0{padding:30px 0}.p30-50{padding:30px 50px}.p40-0{padding:40px 0}.p50-0{padding:50px 0}.p55-0{padding:55px 0}.p55-10{padding:55px 10px}.pl50{padding-left:50px}.pr50{padding-right:50px}.pl10{padding-left:10px}.pr10{padding-right:10px}.pl20{padding-left:20px}.pl30{padding-left:30px}.pt30{padding-top:30px}.pt55{padding-top:55px}.f6{font-size:.6rem}.f7{font-size:.7rem}.f8{font-size:.8rem}.f9{font-size:.9rem}.f10{font-size:1rem}.f11{font-size:1.1rem}.f12{font-size:1.2rem}.f13{font-size:1.3rem}.f14{font-size:1.4rem}.f16{font-size:1.6rem}.f17{font-size:1.7rem}.f18{font-size:1.8rem}.f19{font-size:1.9rem}.f22{font-size:2.2rem}.f23{font-size:2.3rem}.f24{font-size:2.4rem}.f25{font-size:2.5rem}.f26{font-size:2.6rem}.f28{font-size:2.8rem}.f30{font-size:3rem}.f32{font-size:3.2rem}.f36{font-size:3.6rem}.f40{font-size:4rem}.fw200{font-weight:200}.fw300{font-weight:300}.fw400{font-weight:400}.fw500{font-weight:500}.fw600{font-weight:600}.fw700{font-weight:700}.fw800{font-weight:800}.fw900{font-weight:900}.lh12{line-height:1.2}.lh13{line-height:1.3}.lh14{line-height:1.4}.lh15{line-height:1.5}.lh16{line-height:1.6}.lh17{line-height:1.7}.lh18{line-height:1.8}.lh19{line-height:1.9}.lh2{line-height:2}.primary1BG{background-color:var(--primary1)}.primary2BG{background-color:var(--primary2)}.primary3BG{background-color:var(--primary3)}.primary4BG{background-color:var(--primary4)}.primary5BG{background-color:var(--primary5)}.black0BG{background-color:var(--black0)}.black1BG{background-color:var(--black1)}.black2BG{background-color:var(--black2)}.black3BG{background-color:var(--black3)}.black4BG{background-color:var(--black4)}.black5BG{background-color:var(--black5)}.grey1BG{background-color:var(--grey1)}.grey2BG{background-color:var(--grey2)}.grey3BG{background-color:var(--grey3)}.grey4BG{background-color:var(--grey4)}.grey5BG{background-color:var(--grey5)}.whiteBG{background-color:var(--white)}.tooltipBG{background-color:var(--tooltip)}.tooltipBBG{background-color:var(--black2)}.primary1C{color:var(--primary1)}.primary2C{color:var(--primary2)}.primary3C{color:var(--primary3)}.primary4C{color:var(--primary4)}.primary5C{color:var(--primary5)}.black0C{color:var(--black0)}.black1C{color:var(--black1)}.black2C{color:var(--black2)}.black3C{color:var(--black3)}.black4C{color:var(--black4)}.black5C{color:var(--black5)}.black7C{color:var(--black7)}.grey0C{color:var(--grey0)}.grey1C{color:var(--grey1)}.grey2C{color:var(--grey2)}.grey3C{color:var(--grey3)}.grey4C{color:var(--grey4)}.grey5C{color:var(--grey5)}.whiteFill{fill:var(--white)}svg.yellowFill{fill:var(--primary3)}.redFill{fill:var(--primary4)}.greenFill{fill:var(--primary2)}.red{color:#c00}.white{color:#fff}.w50{width:50px}.w60{width:60px}.w70{width:70px}.w80{width:80px}.w90{width:90px}.w100{width:100px}.w110{width:110px}.w120{width:120px}.w130{width:130px}.w140{width:140px}.w150{width:150px}.w160{width:160px}.w170{width:170px}.w180{width:180px}.w200{width:200px}.w220{width:220px}.w250{width:250px}.w300{width:300px}.auto{margin:auto}.mc{width:max-content}.col5{width:5%}.col7-5{width:7.5%}.col6{width:16.666666667%}.col7{width:14.285714286%}.col8{width:12.5%}.col9{width:11.11111%}.col10{width:10%}.col15{width:15%}.col20{width:20%}.col25{width:25%}.col30{width:30%}.col33{width:33.333333%}.col35{width:35%}.col40{width:40%}.col45{width:45%}.col50{width:50%}.col55{width:55%}.col60{width:60%}.col65{width:65%}.col70{width:70%}.col75{width:75%}.col80{width:80%}.col85{width:85%}.col90{width:90%}.col95{width:95%}.col100{width:100%}.stretch50{min-width:50px;display:inline-block}.hidden{display:none}.block{display:block}.inlineB{display:inline-block}.flex,.horizontal{display:flex}.column{flex-flow:column}.wrap{flex-wrap:wrap}.justE{justify-content:flex-end}.justC{justify-content:center}.justS{justify-content:flex-start}.alignC{align-items:center}.alignE{align-items:flex-end}.between{justify-content:space-between}.around{justify-content:space-around}.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}.center{text-align:center}.right{text-align:right}.pointer{cursor:pointer}.grab{cursor:grab}.info{cursor:help}.floatL{float:left}.floatR{float:right}.tL{text-align:left}.tR{text-align:right}.pT0{top:0}.t-5{top:-5px}.pT55{top:55px}.pR0{right:-5px}.z1{z-index:1}.z2{z-index:2}.z3{z-index:3}.z4{z-index:4}.z5{z-index:5}.z6{z-index:6}.z7{z-index:7}.z8{z-index:8}.z9{z-index:9}.h20{height:20px}.h25{height:25px}.h30{height:30px}.h40{height:40px}.h50{height:50px}.h60{height:60px}.h70{height:70px}.h80{height:80px}.h100{height:100px}.h120{height:120px}.h130{height:130px}.h140{height:140px}.h150{height:150px}.h160{height:160px}.h180{height:180px}.h190{height:190px}.h200{height:200px}.h230{height:230px}.h250{height:250px}.h300{height:300px}.h350{height:350px}.h400{height:400px}.h450{height:450px}.h500{height:500px}.h550{height:550px}.h600{height:600px}.h700{height:700px}.h100p{height:100%}.contain{object-fit:contain}.cover{object-fit:cover}.fitTop{object-position:top}.cap{text-transform:capitalize}.hover,.hover h4{background-color:var(--black2);color:var(--primary3)}#header{background:var(--white);box-shadow:0 1px 2px -1px var(--black5);height:55px;padding:7px 10px;top:0;transition:top .3s ease-out;width:100vw;z-index:27}#header.open{height:140px}#mobileMenu{background:#fff;box-shadow:0 0 6px -1px #000;padding:20px;top:-600px;transition:top .3s ease-out;width:100%;z-index:25;max-width:600px;transform:translate(-50%);left:50%}#mobileMenu.active{top:50px}.mobileMenu2Btn{width:23%;background:var(--primary4);margin:2px .5%;text-align:center;border-radius:5px;padding:5px}.mobileMenu2Btn.active{background:var(--activetab)}.mobileMenu2Btn.active h4{color:var(--primary3)}.mobileMenu2Btn:hover svg{fill:var(--primary3)}.mobileMenuIcon{background:var(--primary4);border-radius:3px;margin:auto;min-height:62px;min-width:77px;padding:5px 0;text-align:center}.mobileMenuBtn{margin:0 1%}.mobileMenuRow3 .appBtn{margin:0 .5% 5px;width:31%;border-radius:5px}.router-link-active.appBtn{background:var(--black2)}.router-link-active.appBtn h4{color:var(--primary3)}.helpMenu{background:var(--primary1);border-radius:5px;height:35px;margin:auto;padding:4px;width:35px}.helpMenu:hover,.helpMenu.active{background:var(--black3)}#menu-icon.active{transform:rotate(90deg)}.toplogo{max-width:225px;margin-right:15px}.letter{margin-right:4px}.letter img{margin:0 4px}#s{animation:spincw 120s linear infinite}#e{animation:spinccw 120s linear infinite}#s2{animation:spincw 120s linear infinite}#h{animation:spinccw 120s linear infinite}#a{animation:spincw 120s linear infinite}@keyframes spincw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinccw{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}#menu-icon{cursor:pointer;transition:transform .3s ease}#menu-icon:hover rect{fill:#0c6b37}.headerLeft{width:15%}.menuBtn{padding-top:4px;text-align:center;width:8%}.headerCenter{width:73%;padding:0 3px}.headerRight{width:12%}.alertImg{max-height:28px;max-width:30px;transition:all .1s}.alertImg:hover{transform:scale(1.4)}.notification{text-align:center;flex:1}.notificationCount{align-items:center;background:var(--primary2);border-radius:100%;box-shadow:1px 1px 2px #000;color:#fff;display:flex;font-family:Asap,sans-serif;font-size:11px;height:16px;justify-content:center;left:4px;top:-7px;width:16px;z-index:4;font-weight:700}#paymentForm{top:12%;width:40%;left:30%;background:#fff;padding:20px;box-shadow:0 0 15px #000;border-radius:10px;z-index:26}#Messages{background:#000;bottom:-50px;min-height:40px;min-width:40%;opacity:0;padding:15px;right:12%;transition:bottom .2s,opacity .4s ease-in-out;width:-moz-fit-content;width:fit-content;z-index:33}#Messages.show{bottom:34px;opacity:1}.message.success{background-color:var(--primary1)}.message.warning{background-color:var(--primary3);color:#222}.message.error{background-color:var(--primary4)}.tableContainer{overflow:auto}#rightSidebar{background:var(--background);box-shadow:-1px 0 3px -2px #828282;min-height:94vh;padding-top:10px;right:0;top:55px;width:12%;z-index:22}.adExt{left:5px;top:0}.adExt svg{transition:all .2s}.adExt svg:hover{transform:scale(1.15);box-shadow:1px 1px 1px -1px #000;border-radius:100%}.messages{padding:0 20px}.message{color:#fff;font-family:Asap,sans-serif;font-size:16px;margin-bottom:10px}.message a{color:var(--primary5)}.message a:hover{color:var(--primary2)}#addComponent{background:var(--grey4);border-radius:10px;box-shadow:0 0 15px 2px #000;height:70%;left:25%;max-height:70%;overflow-x:hidden;overflow-y:auto;padding:15px;top:7%;width:50%;z-index:33}.photoUpload input[type=file]{width:121px}.page{margin:104px 12% 0 15%;min-height:94vh;transition:all .3s;width:73%}.page.wide{margin:104px 0 50px 45px;width:calc(88% - 45px)}.topMenu{padding:10px}.bronze{background:#a97142;color:#fff}.silver{background:#c4c4c4;color:#333}.gold{background:#d4af37}.bronze,.silver,.gold{min-width:128px;cursor:pointer;text-align:center}.svgWrap{width:40px}.imageWrap{min-height:60px}.alerts{padding:0 10px 10px}.alerts svg{height:auto;transition:all .2s;width:30px}.alerts svg:hover,.alerts a.router-link-active svg{fill:var(--black0);transform:scale(1.1)}.st0{clip-rule:evenodd;fill-rule:evenodd}#leftSidebar{background:var(--background);box-shadow:1px 0 3px -2px #828282;height:100%;left:0;padding-top:7px;top:55px;transition:left .2s;width:15%;z-index:22}#leftSidebar.active{left:-15%;z-index:5}.menuContainer{height:100%;left:-100px;width:51px;z-index:39;top:55px}.menuContainer.active{left:0}.leftBarTop{height:55px}.smallMBtn{background:var(--smallmenu);padding:1px;width:100%}.smallMBtn:hover{background:var(--smallhover)}#leftSmallMenu{background:var(--grey3);box-shadow:0 4px 3px #444;height:100%;left:-50px;top:54px;padding-top:5px;transition:left .1s;width:45px;z-index:40}#leftSmallMenu.active{left:0;z-index:40}.slideImg{background:var(--primary1);border-radius:4px;cursor:pointer;margin:0 5px;max-width:35px}.slideImg:hover,.router-link-active .slideImg{background:var(--black2)}.accButtons.active{left:46px}.fBtn{min-width:50px;padding:4px;height:35px}.sBtn{min-width:50px;padding:4px;height:24px}.p10 br5 w80{min-width:80px;padding:8px}.wBtn{width:100%;padding:10px;border-radius:5px}.smallMenuHolder{height:150px;width:340px;background:#fff;box-shadow:0 5px 3px -4px #6e6e6e;border-radius:0 0 7px;left:-400px;transition:left .05s ease-in-out}.smallMenuHolder.active{left:45px}.smallMenuBtns.active{display:flex}.smallMenuBtns{display:none}.helpTool{top:39px;left:6px}#topMenu li{width:14%}.svg.button{height:40px;display:flex;justify-content:center;align-items:center;width:40px;margin-right:10px}.router-link-active svg path,svg.active path{fill:var(--primary3)}.topMenuImg:hover,.topMenuImg.active,.router-link-active .topMenuImg{background:var(--black1)}.alert-info{background:var(--primary2);color:#fff;border-radius:3px}.alert-warning{background:var(--primary3);color:#222;border-radius:3px}.alert-suspension,.alert-legal{background:var(--primary4);color:#fff;border-radius:3px}.sysalert-info{background:var(--primary1);color:#fff;border-radius:3px}.sysalert-problems{background:var(--primary4);color:#fff;border-radius:3px}.sysalert-new_feature{background:var(--primary2);color:#fff;border-radius:3px}.sysalert-promotion{background:var(--primary3);color:#222;border-radius:3px}.menuInfo{background:var(--titlebg);border-radius:3px;border:1px solid #333;font-size:13px;padding:3px;min-width:60px;width:-moz-max-content;width:max-content;z-index:5;margin-top:3px;text-align:center}.leftbarMenu{margin:0 10px}.legalLinks{bottom:8%;width:100%}#mainMenu li{align-items:center;background:var(--tab);border-radius:5px;color:var(--white);display:flex;margin-bottom:1px;padding:5px}#mainMenu li:hover,#mainMenu li.active,#mainMenu a.router-link-active li,#mainMenu li:hover h5{background:var(--activetab);color:var(--primary3)}#mainMenu li:hover svg,a.router-link-active svg{fill:var(--primary3)}.alerts a.router-link-active svg path{fill:var(--black3)}#mainMenu a{font-size:15px}#mainMenu .router-link-active h5{color:var(--primary3)}#legalLinks li{font-size:13px;margin:0 1px}input[type=color]{border:none;cursor:pointer;height:25px;width:40px}input[type=color]:disabled{cursor:default}.dashBSection{min-height:200px}.overviewItem{padding:0 5px;margin-bottom:10px}.svgBg{align-items:center;background:var(--primary1);border-radius:3px;display:flex;height:35px;justify-content:center;margin:0 5px 2px;width:35px;position:relative}.svgBg:hover,a.router-link-active .svgBg,.svgBg.active{background:var(--black2)}.infoBlock{background:var(--tooltip);border-radius:0 0 5px;box-shadow:2px 4px 5px -1px #000;left:0;top:50px}.stat{padding:5px}.statItem{width:33%;text-align:left}.itemCount,.statWrap{background:var(--tab);border-radius:10px;min-height:125px;padding:15px;margin-bottom:10px}.appCount h4{align-items:center;border-radius:4px;color:var(--primary3);display:flex;height:35px;justify-content:center;margin:0 auto 7px;width:59px;font-size:24px;font-weight:800}.overviewItem a:hover .itemCount,.overviewItem a:hover .itemCount svg,.itemCount:hover h4{background:var(--grey1);fill:var(--primary1);color:var(--primary1)}.overviewItem:hover a h3{color:var(--primary1)}.codeCol input{height:32px}.condeInfoModal{background:#ffe;padding:10px;top:120px;width:70%;left:20%;border-radius:4px;box-shadow:1px 1px 3px -1px #444}.codeinfo{border-radius:100%;padding:3px;background:#111;height:18px;width:18px;display:flex;justify-content:center;align-items:center;margin-left:10px;color:#fff;cursor:pointer;transition:all .1s}.codeinfo:hover{transform:scale(1.2);background:var(--primary4)}#userDetailList h3{min-width:145px}#userDetailList h4{font-weight:500}.formTitle{color:var(--primary1);font-size:22px}.showEpass{max-width:30px;right:105px;top:7px}.showpass{right:2px;top:30px;width:30px}.deleteAcc span{cursor:pointer}#improveOptions{margin-bottom:15px}.np-password-strength-indicator-container{background:#eee;border-radius:3px;height:10px;margin:7px 0 20px}.np-password-strength-indicator{background:#eee;border-radius:6px;height:10px;transition:all .3s;width:33%}.eye{align-items:center;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='12'%20viewBox='0%200%2020%2012'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M1%206s3-5%209-5%209%205%209%205-3%205-9%205-9-5-9-5z'%3e%3c/path%3e%3ccircle%20cx='10'%20cy='6'%20r='2'%3e%3c/circle%3e%3c/svg%3e") no-repeat center center;cursor:pointer;display:flex;height:36px;justify-content:center;right:0;top:0;transition:all .2s;width:40px}.eye:hover{transform:scale(1.2)}#paymentForm .label{width:145px}.accountIntro{min-height:120px}#upgradeList{padding:10px 0}#upgradeList li{line-height:2;width:max-content}#premiumList li,#profList li,#vipList li{line-height:2;padding:5px}#premiumList li:nth-child(2n),#profList li:nth-child(2n),#vipList li:nth-child(2n){background:#eee}#premiumList li span,#profList li span,#vipList li span{display:inline-block;min-width:170px}.mediaBlock{min-height:400px}.legalLabel{margin:0 10px 0 0}.uploadBtn{bottom:30px;display:flex;justify-content:center;left:0;text-align:center;align-items:center;z-index:-1}.remNet h4{color:var(--primary5);cursor:pointer;transition:all .2s}.remNet h4:hover{transform:scale(1.3);color:var(--orange)}#profileForm input[type=text],#profileForm select{color:#444}#profileForm textarea{height:150px;max-height:250px;resize:vertical}.educationForm,.dutyForm,.questionForm,.experiencesForm,.skillsForm{bottom:42%;box-shadow:0 0 10px #000;left:35%;width:30%;z-index:30;min-height:400px;border-radius:5px}.experiencesForm{bottom:26%}.skillsForm{bottom:40%}.skill h4,.education h4,.experience h4{min-width:85px}.skill p,.education p{line-height:1}.experience span,.education span,.questTitle span,.questDescript span,.skill span{display:inline-block;width:145px;color:var(--primary2)}#dob{width:170px}.headerBG{height:365px;object-fit:cover;width:100%}.bgImage,.heroPreview,.heroImg{height:365px;width:100%}#businessPage .bmTip{top:unset;bottom:-11px}.verified{bottom:5px;left:5px}.profileAdd .bmTip{top:36px}.profileLeft{min-height:100vh}.profile_picture{width:100%}.bodyRight{background:#eee}.socialNet{font-family:Asap,sans-serif;font-size:16px;text-transform:capitalize}.galleryVid{object-fit:cover}#addAffiliate{background:#fff;border-radius:10px;bottom:35%;box-shadow:0 0 10px -2px #000;left:40%;padding:20px;width:20%;z-index:9999999}.affiliateLink{display:block}.tagInfoBtn{align-items:center;background:var(--darkgreen);border-radius:100%;color:#fff;display:block;display:flex;font-size:12px;height:13px;justify-content:center;padding:2px;position:absolute;right:0;top:-10px;width:13px}.tagInfo{width:15px}.tagInfoDetail{background:var(--tooltip);border-radius:3px;bottom:30px;box-shadow:0 3px 5px #777;padding:5px;width:400px}.tagInfoDetail p{margin-left:3%;padding:10px}.closeDetail{font-family:Asap,sans-serif;transition:all .2s}.closeDetail:hover{color:var(--primary5);transform:scale(1.2)}.tagInfoBtn.affInfo{cursor:pointer;left:77px;top:-4px}.likeActions{border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8}.userPost{border-bottom:1px solid #e8e8e8}.userPostComments{margin-bottom:20px;max-height:375px;overflow:auto}.pencil{transition:all .2s}.pencil:hover{transform:scale(1.3);fill:var(--primary2)}.noUserProfile{margin-top:48px}#height,#empstatus,#build{margin-right:5px;width:150px}.socialImg{max-width:34px}.gallery:nth-child(odd){background:#eee}.gallery .image:hover,.gallery .video:hover{background:var(--black3)}.modal-overlay{background:#000000e6;height:100%;left:0;overflow:auto;top:0;width:100%;z-index:30}.closeModal:hover{background:var(--primary3);color:var(--white)}.closeModal{background:transparent;border-radius:5px;color:#fff;cursor:pointer;font-size:36px;padding:1px 15px 7px;left:10px;top:10px;z-index:16;font-weight:300;font-family:Asap,sans-serif}.modal-content{position:relative;width:max-content}.modal-content img{max-height:100vh}.modal-controls{position:fixed;bottom:50%;width:99%;display:flex;justify-content:space-between;z-index:15}.next,.prev{padding:10px;cursor:pointer;border-radius:5px}.next:hover,.prev:hover{background:var(--primary3);color:var(--black2)}#helpSidebar{bottom:-100%;height:51%;background:#fffff1;width:73%;left:15%;transition:all .5s;box-shadow:0 -3px 7px -4px #3c3c3c;max-height:750px}#helpSidebar.open{bottom:0}#helpSidebar.wide{width:82%;left:55px}#helpSidebar.notrans{transition:none}.helpContent{padding:20px}.helpTabsContainer{width:100%}.helpContent{margin-top:50px;max-height:100%;overflow:auto;scrollbar-width:none;text-align:left}.closeTab{color:#fff}.closeTab:hover{color:var(--primary3)}.helpTab{color:#fff;cursor:pointer;margin:0 1px;text-align:center;width:auto;flex:1;padding:7px 0}.helpTab:hover,.helpTab.active{background:var(--black3);color:var(--primary3)}.helpTab.closeTab:hover{background-color:#000}.closeForm{transition:all .3s}.closeForm:hover{color:var(--primary4);transform:scale(1.4)}.tab{background:var(--tab);border-radius:5px;cursor:pointer;color:#fff;flex:1;padding:12px 5px;margin:0 .1%}.subtab{background:var(--subtab);border-radius:5px;cursor:pointer;flex:1;padding:10px 5px;margin:0 .1%}.tab:hover,.subtab:hover,.tab.active,.subtab.active,.tab:hover h4,.subtab:hover h4,.tab.active h4,.subtab.active h4{background:var(--activetab);color:var(--primary3)}#sendMessage{background:var(--white);border-radius:10px;box-shadow:0 0 12px #000;left:35%;padding:20px;top:18%;width:30%;z-index:30}table th{background:var(--titlebg);color:var(--titlecolor);font-size:16px;text-align:center}tbody{display:block;max-height:500px;overflow:auto;-webkit-user-select:none;user-select:none;width:100%}thead{background:var(--black7);border-radius:3px;display:table;width:100%}tr{display:table;width:100%}:root.dark .pencil{fill:#fff}.readMailRight{padding-left:30px}.resize-handle{width:50px;margin:auto}.preserve-lines{white-space:pre-wrap;word-break:break-word}.readMailWindow{background:var(--grey3);bottom:-100%;box-shadow:0 -2px 7px -3px #333;height:500px;max-height:600px;min-height:200px;overflow:auto;transition:bottom .3s;width:73%}.readMailWindow.reading{bottom:0}.photoUpload button{left:0}.messageWrap{background:#fff;border:1px solid #ddd;color:#272727;font-family:Laila,sans-serif;font-size:15px;height:300px;line-height:1.5;max-height:360px;overflow:auto;padding:10px}#replyBox{border:1px solid #ddd;height:300px;max-height:300px;resize:none}#composeBtn{width:166px}.btnIcon{max-width:30px;padding:2px}.tool{top:-24px;background:#ffc;padding:3px;border-radius:3px;width:70px}.description{min-height:50px}.blogRight span,.blogCat span{display:inline-block;min-width:70px}.alertDate span{display:inline-block;min-width:70px;text-align:left}.listingDetail span{display:inline-block;min-width:80px}.fieldInfo{background:var(--tooltip);border-radius:5px;box-shadow:0 0 4px #444;padding:10px}.pageHeader{box-shadow:0 1px 3px -2px #000;height:50px;padding:0 10px;right:12%;width:73%;z-index:22}.pageHeader.wide{left:45px;width:calc(88% - 45px)}.anouncement.link:hover{color:#fff}.listingImg{background:#fff;border:1px solid #ebebeb;margin-right:10px}.addTo{height:32px}#infoBtn{cursor:pointer;transition:all .2s}#infoBtn:hover{fill:var(--primary4);transform:scale(1.3)}#infoBtn:hover text{fill:#fff}.imagePreview{height:305px;min-width:270px}.listing{margin-bottom:10px;padding:0 10px}.listing:nth-child(odd){background:#f1f1f1}.imageUpload{align-items:center;background:var(--purple);border-radius:3px;bottom:40px;display:flex;height:38px;justify-content:center;left:10%;text-align:center;width:80%}.imageUpload:hover{background:var(--primary4)}.uploadLabel{color:#fff;font-size:18px;margin:auto;text-align:center;width:100%}.addListing{background:#fff;border-radius:5px;transition:all .3s}#AddListing.high{max-height:93%;top:1%}.legalWrap{padding:10px 0}#image-preview{-o-object-fit:cover;border:1px solid #fff;height:100%;object-fit:cover;width:100%}.heroImage{align-items:center;border-radius:5px;display:flex;justify-content:center}.fileUpload{opacity:0;z-index:2}input[type=file]{cursor:pointer;height:38px;left:0;opacity:0;width:100%;z-index:5}input[type=file].upProfPic{height:40px;left:0;position:absolute;width:40px}.icon{background:var(--primary2);height:35px;right:2px;width:35px}.icon.chgCol{background:var(--black0)}.editPic{height:40px;right:5px;top:10px;width:40px}.browseBtn{top:24px}.templateBtn:hover{background:var(--grey1)}.wallet-balance{display:inline-flex;align-items:center;border-radius:20px;background:var(--color-surface);border:1px solid var(--color-border);text-decoration:none;color:var(--color-text);font-size:.875rem;font-weight:600;transition:background .2s}.breakdown{background:var(--color-surface-alt, #f5f5f5);border:1px solid var(--color-border, #e0e0e0)}.fee-row{color:#ef4444}.total-row{border-top:1px solid var(--color-border, #e0e0e0);padding-top:8px}.success{color:#16a34a;font-size:1.05rem}.error{color:#ef4444;font-size:.85rem}.wallet-balance:hover{background:var(--color-surface-hover)}.wallet-balance__amount--loading{opacity:.4}.wallet-topup{max-width:480px;margin:0 auto;padding:32px 24px}.wallet-topup__title{font-size:1.5rem;font-weight:700;margin-bottom:4px;color:var(--color-text)}.wallet-topup__subtitle{font-size:.875rem;color:var(--color-text-muted);margin-bottom:24px}.wallet-topup__field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.wallet-topup__field label{font-size:.875rem;font-weight:600;color:var(--color-text)}.wallet-topup__input-wrap{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background:var(--color-surface)}.wallet-topup__prefix{padding:0 12px;font-weight:700;color:var(--color-text-muted);background:var(--color-surface-alt);height:100%;display:flex;align-items:center;border-right:1px solid var(--color-border)}.wallet-topup__input-wrap input{flex:1;border:none;outline:none;padding:12px;font-size:1.125rem;background:transparent;color:var(--color-text)}.wallet-topup__error{font-size:.8rem;color:var(--color-error)}.wallet-topup__breakdown{background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:8px;padding:16px;margin-bottom:20px;display:flex;flex-direction:column;gap:10px}.wallet-topup__breakdown-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--color-text-muted)}.wallet-topup__breakdown-row--fee{color:var(--color-error)}.wallet-topup__breakdown-row--total{border-top:1px solid var(--color-border);padding-top:10px;font-weight:700;color:var(--color-text)}.wallet-topup__receive{color:var(--color-success);font-size:1.1rem}.wallet-topup__quick{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.wallet-topup__preset{flex:1;min-width:60px;padding:8px;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-weight:600;cursor:pointer;transition:all .15s}.wallet-topup__preset:hover{border-color:var(--color-primary);color:var(--color-primary)}.wallet-topup__preset--active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.wallet-topup__submit{width:100%;padding:14px;border-radius:8px;border:none;background:var(--color-primary);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .2s}.wallet-topup__submit:disabled{opacity:.5;cursor:not-allowed}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter-from,.fade-leave-to{opacity:0}.wallet-view{max-width:960px;margin:6% auto;padding:32px 16px}.wallet-view__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--color-border);flex-wrap:wrap;gap:16px}.wallet-view__title{font-size:1.75rem;font-weight:700;color:var(--color-text)}.wallet-view__balance{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.wallet-view__balance-label{font-size:.8rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.wallet-view__balance-amount{font-size:2rem;font-weight:800;color:var(--color-primary)}.wallet-view__body{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}@media (max-width: 680px){.wallet-view__body{grid-template-columns:1fr}}.wallet-view__transactions-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:12px}.wallet-view__transactions-header h2{font-size:1.1rem;font-weight:700;color:var(--color-text)}.wallet-view__filters{display:flex;gap:8px}.wallet-view__filters select{padding:6px 10px;border-radius:6px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:.8rem;cursor:pointer}.wallet-view__loading,.wallet-view__empty{color:var(--color-text-muted);font-size:.9rem;padding:24px 0;text-align:center}.wallet-view__tx-list{display:flex;flex-direction:column;gap:1px;border:1px solid var(--color-border);border-radius:10px;overflow:hidden}.wallet-view__tx{display:flex;justify-content:space-between;align-items:flex-start;padding:14px 16px;background:var(--color-surface);gap:12px;transition:background .15s}.wallet-view__tx:hover{background:var(--color-surface-alt)}.wallet-view__tx-left{display:flex;flex-direction:column;gap:3px}.wallet-view__tx-type{font-size:.9rem;font-weight:600;color:var(--color-text)}.wallet-view__tx-desc{font-size:.78rem;color:var(--color-text-muted)}.wallet-view__tx-date{font-size:.75rem;color:var(--color-text-muted)}.wallet-view__tx-right{display:flex;flex-direction:column;align-items:flex-end;gap:3px;flex-shrink:0}.wallet-view__tx-amount{font-size:.95rem;font-weight:700}.wallet-view__tx-fee{font-size:.75rem;color:var(--color-text-muted)}.wallet-tx{width:100%}.wallet-tx__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:12px}.wallet-tx__title{font-size:1.1rem;font-weight:700;color:var(--color-text)}.wallet-tx__filters{display:flex;gap:8px}.wallet-tx__filters select{padding:6px 10px;border-radius:6px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:.8rem;cursor:pointer}.wallet-tx__loading,.wallet-tx__empty{text-align:center;padding:40px 0;color:var(--color-text-muted);font-size:.9rem}.wallet-tx__list{display:flex;flex-direction:column;gap:1px;border:1px solid var(--color-border);border-radius:10px;overflow:hidden}.wallet-tx__item{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:var(--color-surface);transition:background .15s}.wallet-tx__item:hover{background:var(--color-surface-alt)}.wallet-tx__icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;background:var(--color-surface-alt);border:1px solid var(--color-border)}.wallet-tx__info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.wallet-tx__type{font-size:.9rem;font-weight:600;color:var(--color-text)}.wallet-tx__desc{font-size:.78rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wallet-tx__date{font-size:.75rem;color:var(--color-text-muted)}.wallet-tx__amount-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:3px;flex-shrink:0}.wallet-tx__amount{font-size:.95rem;font-weight:700}.wallet-tx__fee{font-size:.72rem;color:var(--color-text-muted)}.text-green-600{color:#16a34a}.text-red-500{color:#ef4444}.editHero{height:40px;right:8px;top:7px;width:40px;z-index:1}.heroLabel{color:var(--grey5);text-align:center;top:3%;width:100%}.heroLabel span{font-size:16px}.websiteBtn{width:146px}.businessImg{border-radius:3px;width:100%}.businessRight{width:80%}.businessCategory h4:hover{background:var(--black2);color:var(--primary3)}.editLogo{height:40px;right:2px;top:9px;width:40px}.upLogoPic{width:40px}#upLogoPic{left:0;width:40px}.imgBtn{bottom:10%;height:36px;left:30%;width:40%}.heroImgBtn{bottom:15%;width:20%}.imgBtn:hover .btnCover.hover,.btnCover.hover h3{background:var(--black3);color:var(--primary3)}.btnCover.cvBtn{height:35px}.btnCover h2{color:#fff;font-size:19px}.logoUpload{z-index:3}.logoImgBtn{bottom:25%;display:flex;height:40px;justify-content:center;left:20%;width:60%}#bizname::placeholder{color:#0c0c0c}#biz_body{border-radius:4px;border:1px solid #ccc;max-height:300px;min-height:200px;resize:vertical}.getWebsite{border-radius:7px;bottom:98%;box-shadow:1px 1px 3px #777;left:33%;padding:10px}#webOptions li{line-height:1.6;list-style:disc;margin-left:20px}.businessDetails .officeHour h4{min-width:90px}.openingHours h4{min-width:100px}.openingHours .open,.openingHours .close{width:90px}.open,.close{margin-right:5px;text-align:center}#addSocial{background:#fff;border-radius:10px;bottom:44%;box-shadow:0 0 10px #000;left:30%;height:150px;padding:10px;width:40%;z-index:30}.addServiceForm{background:#fff;border-radius:10px;bottom:30%;box-shadow:0 0 10px #000;left:35%;max-height:60%;overflow:auto;padding:20px;width:30%;z-index:11}.uploadBtn.productUp{bottom:20px}.addProductForm input[type=number]{margin-right:5px;width:30%}.rem{padding:3px;right:-6px;background:red;border-radius:100%;top:-6px;font-size:11px;font-weight:800;cursor:pointer}.rem:hover{background:var(--black1)}.location{border:1px solid #ccc}.locationTitle,.serviceTitle{color:var(--primary1)}.serviceWrap{box-shadow:1px 1px 2px -1px #777}.service span{color:var(--primary1);display:inline-block;font-family:Asap,sans-serif;width:105px}.serviceDescription.viewing{min-height:40px}.productWrap{min-height:280px}.verification{z-index:3;background:var(--tooltip);transition:top .2s ease;top:-220px}.verification.show{top:0}#bizContactDetails li{align-items:center;color:#333;display:flex;line-height:2.5;margin-bottom:10px}#bizContactDetails span{display:inline-block;min-width:70px}.addedServices{padding:15px 0}.product span{color:var(--primary1);display:inline-block;min-width:115px}.removeService:hover,.editProduct:hover,.removeProduct:hover{background:var(--deleteBtn);transform:scale(1.2)}.removeService,.removeProduct,.editProduct{background:#c02;border-radius:3px;color:#fff;cursor:pointer;float:right;font-family:Asap,sans-serif;font-size:13px;padding:2px 5px;text-align:center;transition:all .2s;width:55px}.editProduct{background:var(--primary1)}.serviceWrap{background:#f7f7f7;text-align:center;min-height:125px}.branch{margin-right:1%;width:24%}.branchWrap.editing{min-height:162px}.branchWrap.viewing{min-height:230px}.shownum{background:var(--primary2);border-radius:4px;cursor:pointer;font-size:12px;margin:5px auto;padding:2px 10px;width:max-content}.businessCategory h5{margin:1px}.businessCategory h5:hover,.businessCategory.active h5,.province:hover,.province.active{background:var(--titlebgactive);color:var(--primary3)}.showBizLabel span{display:inline-block;min-width:100px}.star{color:#ccc;cursor:pointer;height:40px;transition:color .2s ease-in-out;width:40px}.star.active,.star.hover,.star:hover{color:gold}.star.hover{background:none}.reviewWrap{background:var(--grey3)}.remImg{background:var(--primary5);border-radius:100%;cursor:pointer;height:20px;width:20px;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:Asap,sans-serif;font-size:13px;color:#fff;transition:all .2s}.remHero{right:10px;top:50px}.remLogo{left:5px;top:10px}.leftTop{left:-5px;top:-5px}.remHero:hover,.remLogo:hover{transform:scale(1.2)}.serviceModal{background:#fff;border:1px solid #ccc;box-shadow:1px 1px 2px -1px #777;min-width:40%;top:65px}.image-popup{z-index:9999;background:#000;width:100%;height:100%;top:0;left:0;display:flex;justify-content:center;align-items:center}.popup-img{object-fit:contain;max-height:100%}.closeImage{top:5px;left:15px;color:#fff;font-size:40px;cursor:pointer;font-weight:500;font-family:Asap,sans-serif;padding:0 10px 7px;border-radius:7px}.closeImage:hover{background:var(--primary3)}.navigation button{font-size:50px;background:none;color:#fff}.bookmarkBtn svg:hover{fill:#fff}.bookmarked svg{fill:#fff}.repeatWrap{margin-left:120px}#eventFeatureList li{line-height:2}#eventFeatureList span{display:inline-block;min-width:100px}.flyerPreview{min-height:400px;min-width:150px}.venueWrap span{min-width:47px}.eventFullImg{height:500px;object-fit:contain}#AddEvent{margin-top:57px}.event span{display:inline-block;min-width:75px}.venue-list li:hover{color:var(--primary4)}.venueList{min-height:200px;overflow:auto;border:1px solid #ccc;max-height:700px}.venue-list li:nth-child(odd){background:#eee}.venue-list li{padding:7px}.eventsFilters select{min-width:150px}.eventRight h2:hover{color:var(--black3BG)}.province{margin:0 .15% 4px}.province:hover,.province.active{background:var(--black2);color:var(--primary3)}.eventListFlyer{max-height:170px}.venue span{display:inline-block}#viewEvent .bmTip{top:40px}.showInterest{width:186px}.projectWrap span{display:inline-block;min-width:128px}.viewProject span{display:inline-block;min-width:155px}.interestWrap{background:var(--grey3);border:1px solid #ccc}.projectRight span{display:inline-block;min-width:108px}.bookMarkBtn:hover svg{fill:var(--primary3)}.bookmarked svg{fill:var(--primary3)}.bookmarked:hover svg{fill:var(--white)}#bookIcon:hover{fill:var(--primary3)}#bookIcon.bookmarked{fill:var(--primary5)}#bookIcon.bookmarked:hover{fill:var(--primary1)}#addJobForm label{min-width:155px;display:inline-block}.dutyForm{border-radius:5px;margin:20px auto}.duty{background:#f1f1f1;border-radius:5px;margin-bottom:10px;padding:5px}.duty span{display:inline-block;min-width:150px;color:var(--primary1)}.removeDuty{transition:all .2s}.removeDuty:hover{transform:scale(1.3)}.askQuestion{background:#fff;border-radius:5px;box-shadow:0 0 10px #000;height:70%;left:55%;top:7%;width:30%}.questionChoices{margin-left:8%}#questionChoices li{list-style:disc}#cv_upload{width:80px}.test span{display:inline-block;width:80px}.examquestion:not(:last-child){border-bottom:1px solid #ccc}.examquestion{padding:10px 0}#testChoices{margin-left:94px}#testChoices li{line-height:1.4;list-style:disc}.jobLabel span{display:inline-block;min-width:60px}#applyToJob{background:#fff;border-radius:10px;box-shadow:0 0 15px #000;height:70%;left:12%;max-height:70%;overflow:auto;padding:15px;top:8%;width:36%;z-index:30}.Exam{background:#fff;border-radius:10px;box-shadow:0 0 15px #000;height:70%;left:50%;max-height:70%;overflow:auto;padding:20px;top:8%;width:36%;z-index:11}.listingRight span{display:inline-block;min-width:72px}#reqDescription{min-height:200px}#AddOpp{margin-top:57px}#addOppForm h4{min-width:80px}.appWrap{text-align:left}.left20{margin-left:66px}.appWrap span{min-width:90px;display:inline-block}.oppLeft{height:90px;justify-content:flex-end}.application{min-height:50px}.application.expanded{height:150px}.oppApplications{max-height:500px;overflow:auto}.applications .label{margin-bottom:5px}.pageInfo{background:#fff;top:30px;left:115px;padding:10px;border-radius:5px;box-shadow:1px 1px 4px #777}#emailList li{line-height:1.8;list-style:decimal}.viewAdRight span{display:inline-block;min-width:70px;font-size:1.1em}.contentFilters{padding-right:10px}.numCover{background:#fff;padding:3px 5px 3px 3px;top:-3px;left:90px;border-radius:3px}.numCover:hover{background:var(--grey4);color:var(--primary2)}#price_from,#floor_min,#floor_max,#size_from,#size_to,#price_to{border-radius:0;border:none;border-bottom-width:medium;border-bottom-style:none;border-bottom-color:currentcolor;border-bottom:1px solid #ccc;height:30px;background:#fff;margin-right:2px}.postLink{color:var(--primary5);cursor:pointer}.postLink:hover{color:var(--primary2)}#makeAnOffer,.viewOffers{width:40%;bottom:50%;left:30%;border-radius:10px;background:#fff;padding:20px;box-shadow:0 0 15px #000;z-index:30}.adFullImg{height:470px;object-fit:contain;object-position:top;width:100%}.adFullSmallImg{height:120px;object-fit:cover;object-position:top;width:100%}.adFullSmallImage{padding:5px;width:20%}.adFullSmallImage:hover{background:var(--black3)}.filterBtn{min-width:max-content}.classified:nth-child(2n),.projectItem:nth-child(2n),.alertItem:nth-child(2n),.advertisementItem:nth-child(2n),.profileItem:nth-child(2n),.productItem:nth-child(2n),.serviceItem:nth-child(2n),.eventItem:nth-child(2n),.leadItem:nth-child(2n),.oppItem:nth-child(2n),.webItem:nth-child(2n),.jobItem:nth-child(2n),.businessItem:nth-child(2n){background:var(--boxbg)}.addedCat{background:var(--primary1);color:#fff;font-size:13px;padding:3px 5px}#body{height:200px}#selProvince,#selCity,#selArea{height:40px;margin-right:10px}.propertyDetails h4{min-width:100px}.adBodyWrap{margin:5px 0;min-height:130px}.uploadButton{cursor:pointer;height:36px;margin:20px auto 0;max-width:200px}.defaultBtn{right:-5px;top:-5px}.tooltip{background:var(--tooltip);border-radius:3px;box-shadow:1px 1px 2px -1px #000;min-width:max-content;padding:2px 5px;z-index:30}.bmTip{top:-20px}.bbmTip{bottom:-20px}.affPInfo{top:20px}.fullTitle.tooltip{bottom:28px;line-height:1.5}.fullMessage{top:30px;line-height:1.5;width:100%}.adImgContainer{height:150px;margin:0 7px 20px;width:23%}.adImg{height:100%;object-fit:cover;width:100%}#modelYear,#modelMilage{width:68%}.adActions{width:100%}.financeResults p span{display:inline-block;min-width:173px;font-weight:700;font-size:1em}.viewGallery{align-items:center;background:#000000e6;display:flex;height:100%;justify-content:center;left:0;top:0;width:100%;z-index:37}.galleryInside{max-width:1920px}.galleryImage{height:100vh;object-fit:contain;width:100%}.galleryControls{align-items:center;display:flex;height:100%;justify-content:space-between;left:0;padding:0 20px;width:100%}.closeGallery{border-radius:7px;color:#fff;cursor:pointer;font-family:Asap,sans-serif;font-size:45px;padding:8px 20px;right:10px;top:10px;z-index:12}.closeGallery:hover{background:var(--primary3);color:var(--black2)}#next,#prev{background:#fff;color:var(--primary5);font-size:40px;height:70px;min-width:50px}.carExtra,.propExtra{width:33%;list-style:disclosure-closed;line-height:2}.carDetails h4,.propertyDetails h4{min-width:91px}.carExtrasList,.propExtrasList{padding-left:20px}h3.selected{color:var(--primary4)}.adType{cursor:pointer;width:12.5%}.typeImg.selected{transform:scale(1.15);box-shadow:0 0 7px #000}.adType.disabled{pointer-events:none}.adFeatures{height:170px}#featureComponent{width:34%;left:32%;padding:15px;height:40%;background:#fff;bottom:40%;z-index:32;border-radius:5px;box-shadow:0 2px 14px #000}.typeImg{transition:all .3s;margin-bottom:10px;border-radius:5px}.typeImg.disabled{pointer-events:none}h4.selected{color:var(--primary4)}.typeImg.noselected:hover{transform:scale(1.25)}.typeImg.noselected.start:hover{transform:scale(1.1);box-shadow:0 0 20px -4px #777}.displayImages{min-height:200px}.picClose{width:15px;left:-5px;top:-5px;cursor:pointer}#availFrom,#availTill{width:30%}.symbol{font-size:26px;color:var(--primary4)}.counter{margin-top:2px;font-size:12px}.filterHeader:hover svg,.filterHeader.expanded svg{fill:var(--primary2)}.arrow{transition:all}.arrow.down{transform:rotate(-180deg)}.minvalue{position:absolute;padding:4px 5px;color:var(--primary1);bottom:0;transform:translateY(-100%);left:0;font-size:14px}.maxvalue{position:absolute;padding:4px 5px;color:var(--primary1);top:0;transform:translateY(100%);right:0;font-size:14px}input::-webkit-slider-thumb{height:22px;width:22px;border-radius:50%;border:3px solid var(--primary1);background-color:var(--primary4);pointer-events:auto;-webkit-appearance:none;cursor:pointer;margin-bottom:1px}input::-moz-range-thumb{height:18px;width:18px;border-radius:50%;border:3px solid var(--primary1);background-color:var(--primary4);pointer-events:auto;-moz-appearance:none;cursor:pointer;margin-top:30%}.adtypeImg{border-radius:5px;margin-bottom:15px;max-width:110px;transition:all .2s}.adtypeImg:hover,.adtypeImg.selected{transform:scale(1.15);box-shadow:0 0 12px -2px #000}.balance{padding:2px 7px}.fundAds{right:-10px;padding:10px;width:400px;background:#fff;border-radius:0 0 0 7px;box-shadow:0 1px 3px #222;top:43px}.closeAdExtension{left:47%;top:6px;font-size:30px;font-family:Asap,sans-serif;color:#fff;width:6%;height:33px;background:var(--black3);text-align:center;border-radius:5px;box-shadow:1px 1px 2px #797979}.closeAdExtension:hover{box-shadow:none;font-size:28px;color:#f1f1f1;width:5%;left:47.5%;height:30px}.adExtensionFull{width:73%;right:12%;top:55px;z-index:5;height:95%;background:#fff;padding:50px;opacity:0;transition:opacity .5s ease}.adExtensionFull.show{opacity:1}.AddAdExtension{width:50%;top:7%;left:25%;height:70%;max-height:70%;overflow:auto;z-index:33}.extLink a{width:max-content;margin:auto;padding:5px 20px;border-radius:50px;background:var(--primary1);color:#fff;display:block}.extLink a:hover{background:var(--black3)}#ext_text{min-height:180px}.extensionButtons button{min-width:140px}.mediaFiles{min-height:0}.mediaFiles.show{min-height:250px}.videoPreviewsWrap{min-height:160px}.wLabel{min-width:70px}.adformWrap .label{width:70px}.advertCenter span{min-width:80px;display:inline-block}.productDetail span{width:90px;display:inline-block}.grid{display:grid}.productInformation{width:80%;grid-template-columns:30% 68%;margin-left:10px}.gridLeft{padding:15px 30px;background:var(--grey3);text-align:right}.gridRight{padding:15px}.gridLeft:not(:last-child),.gridRight:not(:last-child){border-bottom:1px solid #e7e7ef}.productRight{border-left:1px solid #eee;padding:20px 70px}.fullScreenViewer{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:9999}.fullScreenContent{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.fullScreenImage{max-width:80%;max-height:80%;object-fit:contain}.closeScreenBtn{position:absolute;top:20px;right:30px;background:none;border:none;color:#fff;cursor:pointer}#addQuantity{-moz-appearance:auto;-webkit-appearance:auto;appearance:auto}input[type=radio].makeDefault{z-index:5;right:7px;top:7px;height:16px;width:16px}.imgContainer h5{top:31px;right:10px;background:#ffe;padding:3px;border-radius:3px;font-size:11px;z-index:13}span h5:first-child{min-width:55px}.productDescription{min-height:48px}.product-details{border-bottom:1px solid #e7e7e7}.productActions h4{padding:0 3px 2px}.remBtn{background:var(--red);padding:5px;width:max-content;color:#fff;border-radius:3px}.codeInfo{width:15px;height:15px;border-radius:100%;background:var(--primary3);color:var(--black0);font-size:13px;top:-5px;right:15%;display:flex;justify-content:center;align-items:center}.cart-summary{font-size:22px}.codeInform{top:70px;width:200%;left:-50%}.answer{min-height:50px}.socialSettings{width:170px;text-align:left;top:43px;background:#fff;border-radius:0 0 5px 5px;box-shadow:1px 3px 4px -1px #777;padding:10px;right:-8px}.socialSettings input[type=checkbox]{margin-right:7px}.addBtn{height:34px}.bookmarkWrap{background:var(--grey3);margin:0 1%;border:1px solid #ccc}.bookMarkTabs .tab{margin:1px}.postActions{padding:5px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd}#settingsBtn{padding:0 5px}#addPost,#addPostReport{z-index:30;width:36%;background:#fff;padding:15px;left:32%;box-shadow:0 0 15px #000;border-radius:10px;top:12%}#postBody{height:70px;min-height:50px}.postBody{overflow:hidden}.postMediaPreviewWrap{height:0;transition:height .2s}.postMediaPreviewWrap.expanded{height:200px}.mediaContainer{width:23%;margin:0 1%}.post{background:var(--grey3)}.postAction .svgWrap{width:30px}.postAction.pointer:hover{background:#fffc;border-radius:5px}#commentImages{width:85px}.postUser{width:40px;height:40px;object-fit:cover;object-position:center;border-radius:100%}.userImage{width:50px}.comment{border-bottom:1px solid #e7e7e7}#inlineCommentForm{border-radius:10px;border:1px solid #ccc;padding:20px}.commentActions{box-shadow:0 0 7px #5f5f5f;min-width:140px}#actionList li:hover,.commentBody:hover,.actionBtn:hover{background:var(--grey3)}.fullscreen-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.fullscreen-image{width:100%;height:100vh;object-fit:contain}#footer{bottom:0;width:100%;background:var(--white);z-index:27;box-shadow:0 0 3px #c3c3c3}.footerWrap{width:100%;padding:10px;background:#fff}.footerWrap.wide{width:82.58%;margin:0 0 0 45px}#feedbackFormBlock.show{bottom:0}#feedbackFormBlock{height:500px;z-index:1;bottom:-500px;left:15%;width:38%;box-shadow:0 0 3px #999;transition:all .2s;border-radius:0 5px 0 0}@media screen and (min-width: 300px) and (max-width: 759px){.mobile{display:block}.desktop{display:none}.flex{flex-flow:column}h1{font-size:25px}.col,.col65{width:100%}.statsOverview .col10,.dashProfileRight .col15{width:60%}#inboxTable .col10,#sentTable .col10,#trashTable .col10{width:10%}.dashBSection .titleWrap,.dashBSection .titleBG{margin-bottom:10px}#inboxTable .col20,#sentTable .col20,#trashTable .col20{width:20%}#inboxTable .col40,#sentTable .col40,#trashTable .col40{width:40%}#inboxTable .col5,#sentTable .col5,#trashTable .col5{width:5%}.fundAds{right:0%;width:100%}.advertCenter,#mainPass{margin-bottom:10px}.accountIntro{min-height:270px}#contactsTable{width:400%}#contactsTable th,#contactsTable td{min-width:100px}.fullMessage{left:5px}#accountCheckBoxes .col{min-height:40px}.f20{font-size:1.2em}.flex.advertRight{flex-flow:row;justify-content:space-between}.p5-10,.p0-10,.p0-15,.p30{padding:0}.businessItem span{display:flex;width:100%;line-height:1.4}.systemAnnouncements{margin-bottom:10px}.tR,.dashProfileRight h2{text-align:center}.statRow .col15,.statRow .col5{width:50%;background:#eee;padding:3px}.statRow .col15{border-radius:0 0 5px 5px}.statRow .col5{border-radius:5px 5px 0 0}.statRow .col15 .label{display:block;text-align:center;border-bottom:1px solid #ccc;padding-bottom:10px}.statRow .col20{margin-top:10px}.statItem,.titleC{text-align:center}.col90,.col7-5,.col8,.col85,.profileAdd,.cartTotals,.userApp,.listEvent,.col20,.overviewItem,.col80,.familyMember,.colleague,.mediaTab,.col25,.col70,.col45,.col60{width:99%}.educationForm,.dutyForm,.questionForm,.experiencesForm,.skillsForm{bottom:30%;left:1%;width:98%}.col.mobileMenu2Btn.active{background:var(--black3)}.cartTotal{width:100%;text-align:center;margin-bottom:15px}.datingImg{width:25%}.moreAbout{margin-left:0%}.datingBodyRight h2,.moreAbout h2,.moreAbout h3{text-align:center}.markTwo,.markOne{display:none;right:0}.payBtn{width:65px}.codeCol{width:100%;text-align:center;margin-bottom:20px}.p50-0{padding:10px 0}.col6{width:80%}.col7{width:49.5%}.paginationBlock .col80{justify-content:space-between}.paginationBlock select{margin:0 5px}.projectHeader{padding:10px 0;margin-bottom:10px}.projectActions button{margin-top:20px}.accCol{margin-bottom:15px;width:100%;min-height:24px}.productImage{width:100%;margin-bottom:10px}.productImage img{height:100px;object-fit:contain}.productDescription{text-align:center;width:100%;margin-bottom:10px}.price{text-align:center}.productActions{display:flex;flex-flow:column;align-items:flex-end}.remBtn{background:var(--red);padding:5px;width:70px;color:#fff;border-radius:3px}.label.w70{width:auto;margin-bottom:8px}#groupsTable th,#groupsTable td{min-width:120px}.tableContainer{overflow:auto}input[type=checkbox].mr5{margin:0 7px 3px}.right{text-align:center}.locationSelect select{margin-bottom:5px}.cartButtons{width:100%;justify-content:center}.cartContents h2{text-align:center;margin-bottom:5px}.alertTabs,.peopleTabs{flex-wrap:wrap}p{overflow:hidden}.branch,.socialMedia .col15,.listings .col15{width:100%}.socialMedia{justify-content:center;text-align:center}.composeBtn,.inviteBtn{align-items:flex-start}.centerTitle{width:100%;margin-bottom:7px}.productsExist{text-align:center}.productBtns{height:30px;justify-content:center}input[type=number]{width:60%}.AddAdExtension{width:100%;left:0%;z-index:26}.profileLeft{min-height:auto;width:100%}.profilePicture img{max-height:210px;object-fit:contain}.headline{text-align:center;line-height:1.4}.job,.request,.addedOpp,.blogFilters,.col50,.col30,.col33,.col55,.col40,.col75{width:100%}.col5{width:10%}.pl30,.pl20{padding-left:0}input[type=text],.adCategory{margin-bottom:5px}.adFullSmallImage{padding:5px;width:33%}.h70{height:130px}.mainImage,.titleCol{margin-bottom:10px}.subtab h4{color:var(--black2)}.inboxFilters .label{min-width:77px;margin:0}.subtab{background:var(--primary3);width:100%;margin-bottom:5px}.productImg{margin-bottom:10px}.productBtns button{padding:8px}.addedExperiences h4{min-width:100px}.education,.experience,.skill{margin:10px 0}.h600{height:280px}.Aflink{width:48%}.slideImg{max-width:32px}.video{width:100%}.h40{height:30px}.adType{width:33.5%;margin-bottom:10px}#addClassifiedForm{margin-top:260px}.openingHours h4{min-width:83px}.heroImgBtn{width:52%}.inputWrap{display:flex;flex-flow:column;justify-content:center;align-items:center;padding:5px;text-align:center}label{line-height:1.2}#userDetailList{padding:20px 5px;border-radius:0}#helpSidebar{height:100%!important;width:100%;left:0;z-index:27;max-height:80%}.p30-50{padding:30px 5px}.p60{padding:10px}.helpTab{margin:1px;min-width:32%}.helpContent{margin-top:156px;overflow:auto}.helpMenu{width:34px;height:32px;margin-bottom:2px}#mobileMenu.active{top:30px;padding:30px 0 10px}#mobileMenu.search{padding-top:155px}.accCol .horizontal{justify-content:flex-start}.col.mobileMenuBtn{width:14.285714286%;margin:0 3px 7px}.col.appBtn{margin:0 2px 5px;width:31.7%;border-radius:4px}.col.mobileMenu2Btn{width:23%;margin:3px 2px;background:var(--primary4);text-align:center;padding:5px;border-radius:5px}.pageHeader{height:auto;width:100vw;padding:7px;left:0;top:45px;min-height:110px}.p10 br5 w80{width:auto;padding:6px;margin:0 2px;min-width:60px}.pageTitle{width:100%;justify-content:center;margin-bottom:5px}.flexBtns,.topBtns,.blogBtns{justify-content:center}#searchBtn{height:36px;padding:5px 0;width:60px}.inboxFilters{padding:10px 5px 7px;margin-bottom:5px}.inboxFilters .selectWrap,.applications .label{margin-bottom:5px}.oppImg,.productImg{margin-bottom:10px}.headerCenter{width:100%;background:#fff}.headerCenter.search{padding:10px 7px;min-height:115px;box-shadow:0 6px 5px -4px #000;margin-top:2px}.flex{flex-flow:column;align-items:center}.emails select,.numbers select{margin-bottom:5px}.addGrp{height:32px}.listingAdd{width:100%;text-align:center;justify-content:center}#viewJob{padding:112px 0 100px}.p20-50{padding:5px}#composeBtn{width:124px;padding:7px}.headerLeft{width:100%}button{min-width:60px;padding:7px}#header{padding:5px 0;height:46px}#search{margin:0}.page{padding:159px 0% 100px;width:100%;margin:0}#bookmarksPage .tab{min-width:33%}.pageWrap{padding:0}#dashboardPage,#projectPage,#shoppingPage{padding:158px 0}.checkBoxWrap{margin-bottom:10px}#upgradePage .tab{width:99%}.tab{margin:0 1px 2px;width:100%}.footerWrap{width:100%;margin:auto;padding:10px;text-align:center}.footerLeft{margin-bottom:7px}.mmb10{margin-bottom:10px}.receivedMail,.sentMessages,.trashMessages{width:100%;overflow-x:auto;min-height:36vh}#inboxTable,#sentTable,#trashTable{width:400%}#paymentForm input{max-width:180px;width:100%}.infoBlock{left:0;top:110px;border-radius:0;width:100%}.businessButton .horizontal{margin-bottom:5px}.datingProfileBtns{justify-content:center}.upgradeTabs .tab{width:100%;text-align:left}.p10-20{padding:10px}.affiliateProgram{width:40%}.datingBodyLeft .mr20,.mr10{margin-right:0}.businessItem .col20{margin-bottom:15px}.datingBodyRight{margin-top:30px}.datingBodyRight .ml20,.adRight{margin-left:0}.datingFormWrap fieldset{margin-bottom:5px;padding:5px}.datingUpBtn{right:4%}.datingFormWrap{text-align:center}.city{margin-bottom:10px}.datingFormWrap .checkboxWrap{width:80%}.adTitle{text-align:center;margin-top:20px}.adField{text-align:center}.adBodyWrap .flex{align-items:flex-start}.adLeft{max-width:none}.bookMarkTabs,.blogTabs{padding:0;justify-content:center}#addComponent,#addPost,#addPostReport{width:98%;padding:5px 3px;left:1%;border-radius:5px;height:80%;top:10%}.postMediaPreviewWrap.expanded{height:125px}.postAction{max-width:max-content}.aRight20{right:1px}.aRight{right:5px}#feedbackFormBlock{height:410px;left:0%;width:100%}.eventItem .col80 span{min-width:65px;display:inline-block}.paginationBlock{padding:10px 0}.paginationBlock .horizontal{margin:10px 0 5px}.longBodyWrap .flex{align-items:flex-start}.pR0{right:-10px}.pl50,.pr50,.p0-30{padding:0}.blog{padding:10px 5px}.filterHeader .label{margin:0}.businessFilters{padding:0;width:98%}.eventFilters,.jobFilters{padding:5px;width:100%}.eventFlyer{text-align:center;margin-bottom:20px}.eventLeft{width:100%}.leadsBtn{width:112px}#interestBtn{width:105px;margin-top:10px}.mr20{margin-bottom:10px}.allQuest .col15{width:100%}.questRight{display:flex;justify-content:space-evenly;width:100%;align-items:flex-end}.questCenter{margin-bottom:10px}#answerBtn{width:70px}.p20{padding:8px}.listingImage{width:100%;margin:0 0 10px}}@media screen and (min-width: 760px) and (max-width: 1279px){.pageHeader{width:100vw;right:unset;left:unset;padding:0 10px}#header{padding:7px 5px}.col50,.col70,.col90,.col80,.col60{width:98%}.col80,.mybusiness{width:100%}.col25{width:50%}.allBusinesses .col7{width:19.92%}.job,.interest,.project,.website,.listEvent,.opportunity,.userAlert,.request,.askedQuest,.product,.addedOpp{width:33.3333%}.profileLeft{min-height:auto;width:25%}.venue{width:50%}.venueWrap .w100{width:70px}.profileRight .col20,.eventItem .col20{width:33%}.eventLeft{width:50%}.inboxFilters{justify-content:space-between}.pageHeader .col20,.projectItem .col20{width:40%}.viewAdLeft{width:50%}.adCategory{text-align:left}.numbersInputs .ml10,.numbersInputs .ml5{margin:0 0 8px}.numbersInputs .selectWrap.mr5{margin:0 0 5px}.numbersInputs{flex-flow:column}.numbersInputs h4{margin-right:3px}.pl30,.pl50{padding-left:10px}.contentFilters{width:35%}.profileTitle{justify-content:flex-start}.label{min-width:max-content}.p50-0{padding:20px 0}.pp5{padding:3%}.footerWrap .col30{width:100%}.footerWrap .desktop{display:none}table th,table td{min-width:100px}.emailCol{min-width:250px}.groupCol{min-width:200px}.businessCategory{width:20%}.business{width:50%}.profileBody{flex-flow:column}.profileHeadline{justify-content:center}.profilePicture img{width:100%;height:160px;object-fit:contain}.slideImg{max-width:40px}.saveBtn{min-width:55px}.menuBtn{display:none}.mobile{display:block}.centerTitle{width:100%}.datingFilters .filter{margin-bottom:8px}.accCol{margin-bottom:10px}#addComponent{width:96%;left:2%}#inboxTable,#trashTable,#sentTable{width:150%}.trashMessages,.sentMessages,.receivedMail{overflow:auto;padding-bottom:20px}.bookMarkTabs{flex-wrap:wrap;justify-content:center}.bookMarkTabs .tab{margin:3px;width:19%!important;flex:unset}.datingUpBtn{right:3%}#addQuantity{width:35%}.productInformation{width:98%}.productRight{padding:10px}.mobileCart{background:var(--primary2)}#search{width:95%}.headerRight{display:none}.numbersInputs .col45{width:100%}.headerCenter{width:65%}.headerLeft{width:35%}.productItem .col20{width:30%}.classified .col30{width:35%}.paginationBlock .col20{width:50%}#bottomAdBar{position:fixed;bottom:35px;left:0;right:0;z-index:20;background:#fff;border-top:1px solid #ccc}.adBarInner{display:flex;flex-direction:row;height:100px;overflow-x:hidden;scroll-behavior:smooth}.adBarItem{flex:0 0 120px;width:120px}.adBarItem img{width:100%}#userDetailList{width:50%}.searchBtn{display:none}.dashBSection .col7{width:25%}.statRow .col5{width:10%}.statRow .col15{width:20%}.statRow .col20{width:30%}.questionFilters{width:40%}.pageTitle,.pageHeader .col40{width:50%}.bizProfileLeft{width:30%}.branch{width:33%}.officeHour h4.w100{width:130px}.pr50{padding-right:10px}.pl20{padding-left:10px}#rightSidebar{right:-100%}#leftSidebar{left:-100%}.page{margin:105px 0% 100px;width:100%}.col6{width:23.667%}.overviewItem{padding:0 2px}.helpMenu{width:40px;height:40px;background:#005b34}.slideImg{background:#005b34}.router-link-active .mobileMenuIcon{background:var(--black3)}.mobileMenuRow2 .router-link-active,.mobileMenuRow3 .router-link-active{background:var(--black3);border-radius:5px}.mobileMenuRow1 .router-link-active .slideImg{background:var(--black3)}.friend{width:25%}.userPost{width:100%}.memberPost,.userSocPosts{width:70%}.websiteBtn{width:110px}#addPost{width:90%;left:5%}#helpSidebar{height:64%;width:100%;left:0}.helpTabs{flex-wrap:wrap}.helpTab{width:auto;min-width:12.2%;padding:8px;margin-bottom:2px}.helpContent{margin-top:65px}.helpMenu.active{background:var(--activetab)}.typeImg.start,.selected{width:100px;max-height:100px}.businessLeft,.businessRight{width:100%}.businessWrap{flex-flow:column}.businessDetails .label{min-width:165px}.businessLogo{text-align:center}.editLogoImg{width:300px}.footerWrap{width:100%}}@media screen and (min-width: 1280px) and (max-width: 1500px){#header{padding:5px}.svg.button{height:35px;width:28px}.alerts svg{width:25px}#topMenu{padding:0 2px}#helpSidebar{width:100%;left:0;z-index:5}.col70{width:80%}.infoBlock{width:90%}#topMenu li{width:14%}.alerts{padding:5px 10px}.pageWrap.col80{width:83%}.pageHeader{padding:0 5px}.business{width:50%}.adWrap{padding:5px}.col20,.col25{width:33%}.col6{width:20%}.col80{width:98%}.col7{width:16.666666%}.col33{width:50%}.p0-30{padding:0 15px}.p20{padding:10px}.pl50,.pl20,.pl30{padding-left:10px}.col8{width:18.5%}.col90{width:98%}.accCol{width:20%;margin-right:0}#addPost,#addPostReport{width:50%;left:25%}.col50{width:70%}table td,table th{min-width:100px}.col20.emailCol,.groupCol{min-width:200px}.pr50{padding-right:10px}.notificationCount{height:15px;left:-3px;width:15px}#addComponent{left:20%;width:60%}.topMenu{padding:10px 5px}.menuBtn{text-align:center}.letter img{max-width:34px;margin:0 2px}#menu-icon.active{transform:rotate(90deg)}.leftBarTop{height:40px}.leftbarMenu{margin:0 5px 15px}}.sesh-agent[data-v-6182351a]{position:fixed;bottom:20px;right:20px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end}.chat-bubble[data-v-6182351a]{width:55px;height:55px;margin-top:10px}.chat-window[data-v-6182351a]{width:340px;height:480px;background:#fff;display:flex;flex-direction:column;margin-bottom:10px}.chat-messages[data-v-6182351a]{flex:1;overflow-y:auto}.message.user .bubble[data-v-6182351a]{background:#f0f0f0;margin-left:auto;max-width:80%}.message.assistant .bubble[data-v-6182351a]{background:#094a25;color:#fff;max-width:80%}.bt1[data-v-6182351a]{border-top:1px solid #eee}.br50[data-v-6182351a]{border-radius:50%}
