.flex-1{flex:1}.d-flex{display:flex}.d-row{flex-direction:row}.d-col{flex-direction:column}.d-none{display:none}.flex-flow{flex-wrap:wrap}.hidden{display:none}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.grid-7{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.grid-col-2{grid-column:span 2}.grid{grid-template-columns:repeat(var(--grid-n), minmax(0, 1fr));display:grid}.grid-row-2{grid-row:span 2}.gap-2{gap:2px}.gap-5{gap:5px}.gap-10{gap:10px}.gap-15{gap:15px}.gap-20{gap:20px}.gap-25{gap:25px}.j-start{justify-content:flex-start}.j-center{justify-content:center}.j-between{justify-content:space-between}.j-end{justify-content:flex-end}.a-start{align-items:flex-start}.a-center{align-items:center}.a-end{align-items:flex-end}.a-stretch{align-items:stretch}.s-start{align-self:flex-start}.s-center{align-self:center}.s-end{align-self:flex-end}.aspect-ratio-1{aspect-ratio:1}.text-start{text-align:start}.text-center{text-align:center}.text-end{text-align:end}.text-no-wap{text-wrap:nowrap}.light{font-weight:lighter}.bold{font-weight:700}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.underline{text-decoration:underline}.decoration-none{text-decoration:none}.no-break{white-space:nowrap}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.overflow-hidden{overflow:hidden}.pointer{cursor:pointer}.pointer-none{pointer-events:none}.style-none{cursor:pointer;color:inherit;background:0 0;border:none;padding:0;line-height:1}.index-0{z-index:0}.index-1{z-index:1}.h100{height:100%}.w100{width:100%}.mobile-w100{width:auto}.mobile-flex-1{flex:unset}.mobile-text-start{text-align:start}.vh100{height:100vh}.vw100{width:100vw}.cover{object-fit:cover}.contain{object-fit:contain}.rotate{transform:rotate(var(--rotate-deg))}.transition-1{transition:all .1s}.transition-3{transition:all .3s}.transition-5{transition:all .5s}.bg-color{background-color:var(--bg-color)}.br-color{border-color:var(--br-color)}.text-clamp{-webkit-line-clamp:var(--lines,1);line-clamp:var(--lines,1);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}
*{color:#000;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;text-decoration:none;list-style:none}:root{--blue:#63b3ed;--green:#75d59a;--red:#ff4d4f;--violet:#d53f8c;--smoke:#e5e7eb;--gray:#6b7280;--white:#fff;--black:#111827;--bg-color:#f3f4f6;--card-bg:#fff;--br-color:#e5e7eb;--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#9ca3af;--sidebar-width-opened:240px;--sidebar-bottom-height:120px;--table-cell-padding:10px;--page-pad:20px}@media (max-width:599px){:root{--pad-h:20px}}@media (min-width:600px) and (max-width:1366px){:root{--pad-h:40px}}@media (min-width:1367px){:root{--pad-h:10vw}}html{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{flex-direction:column;width:100vw;height:100vh;display:flex}main{background:#f5f6f7}::selection{color:var(--black);background-color:#ff4d506b}.s{font-size:clamp(9px,2vw,12px)}.m{font-size:clamp(12px,2.4vw,15px)}.l{font-size:clamp(14px,2.8vw,18px)}.xl{font-size:clamp(16px,3.2vw,20px)}.xxl{font-size:clamp(18px,3.6vw,25px)}.xxxl{font-size:clamp(22px,4.2vw,30px)}.xxxxl{font-size:clamp(26px,5vw,40px)}.x5{font-size:clamp(30px,5.8vw,50px)}canvas{max-width:100%!important;max-height:100%!important}.yellow{color:var(--yellow)}.blue{color:var(--blue)}.green{color:var(--green)}.red{color:var(--red)}.smoke{color:var(--smoke)}.gray{color:var(--gray)}.white{color:var(--white)}.black{color:var(--black)}.header-search-container input{min-width:250px!important}.header-search-container .header-search-btn{min-width:200px}input[type=checkbox]{--toggle-width:50px;--toggle-height:30px;width:var(--toggle-width);height:var(--toggle-height);appearance:none;background:var(--smoke);border-radius:calc(var(--toggle-height)/2);cursor:pointer;transition:background .3s;position:relative;box-shadow:0 0 0 1px #fff}input[type=checkbox]:before{content:"";width:calc(var(--toggle-height)*.8);height:calc(var(--toggle-height)*.8);background:#fff;border-radius:50%;transition:transform .3s;position:absolute;top:10%;left:5%;box-shadow:0 .1em .3em #0000004d}input[type=checkbox]:checked{background:var(--red)}input[type=checkbox]:checked:before{transform:translateX(calc(var(--toggle-width) - var(--toggle-height)))}table{table-layout:auto;border-collapse:separate;border-spacing:0;border:solid 1px var(--smoke);background-color:#fff;width:100%;margin-bottom:40px;position:relative}table thead{z-index:1;position:sticky;top:0}table tr th{background:#fff}table tr:nth-child(2n) td{background-color:var(--smoke)}table th{text-align:start;padding:var(--table-cell-padding);border-bottom:solid 1px var(--smoke);padding-right:0;font-size:18px}table td{padding:var(--table-cell-padding);padding-right:0;font-size:18px}table .cell-xs{width:80px;min-width:80px}table .cell-s{width:100px;min-width:100px}table .cell-m{width:120px;min-width:120px}table .cell-l{width:150px;min-width:150px}table .cell-min-x{min-width:130px}table .cell-phone{width:150px;min-width:150px}table .cell-email{width:240px;min-width:240px}table .profile_picture{width:50px;min-width:50px;height:50px;min-height:50px;padding:5px 0}table .profile_picture img{object-fit:cover;vertical-align:middle;border-radius:8px;width:100%;height:100%}table .profile_picture i{justify-content:center;display:flex}table .car_picture{width:150px;height:80px;padding:10px 0}table .car_picture img{object-fit:cover;vertical-align:middle;border-radius:8px;width:100%;height:100%}table .car_picture i{justify-content:center;display:flex}table .date,table .time{width:100px;min-width:100px}table .date-time{width:135px;min-width:135px}table .cell-x{width:200px;min-width:200px}.action-btns-container button{cursor:pointer;background:0 0;border:none}.action-btns-container button i{font-size:18px}.model-footer{padding-left:50%}.tab-header-item{border:none;border-bottom:solid 1px var(--smoke);color:#000;cursor:pointer;background:0 0;padding:8px 20px;font-size:18px}.active-tab-header{color:var(--red);border-bottom-color:var(--red)}.tab-content{padding:20px 2px 2px}.page-pad{padding-left:var(--pad-h);padding-right:var(--pad-h)}.p-20{padding:20px}.p-t-20{padding-top:20px}.p-b-20{padding-bottom:20px}.m-t-20{margin-top:20px}.m-b-20{margin-bottom:20px}.desktop-d-none{display:none}.post-description{text-align:justify;line-height:1.6}.post-description span{background:0 0!important;font-family:Roboto Condensed!important}.post-description a,.post-description a strong{color:#00f!important;text-decoration:underline!important}.post-description img{width:100%}.highlight-field,.highlight-field>*{color:red;position:relative;overflow:hidden}.highlight-field:after{content:"";pointer-events:none;will-change:transform;background:linear-gradient(120deg,#0000 0%,#fff0 35%,#ffffffe6 50%,#fff0 65%,#0000 100%);width:120px;height:100%;animation:1.4s linear infinite shineMove;position:absolute;top:0;left:0;transform:translate(-150%)}@keyframes shineMove{0%{transform:translate(-150%)}to{transform:translate(250%)}}.swiper-pagination-bullets{z-index:10;left:50%;bottom:5px!important}.swiper-pagination-bullets .swiper-pagination-bullet{background:var(--red);opacity:.4;border-radius:5px;width:10px;height:5px;transition:all .3s}.swiper-pagination-bullets .swiper-pagination-bullet-active{background:var(--red);opacity:1;width:20px}.section{width:min(1180px,100% - 32px);margin:0 auto}button.btn,a.btn{background-color:var(--white);border:solid 1px var(--smoke);color:var(--black);border-radius:8px;padding:12px 14px;font-size:14px}button.btn:disabled,a.btn:disabled{opacity:.5;pointer-events:none}button.btn-primary,a.btn-primary{background-color:var(--red);border:solid 1px var(--red);color:var(--white)}button.btn-secondary,a.btn-secondary{background-color:var(--white);border:solid 1px var(--red);color:var(--red)}.dropdown-main-container{border-radius:8px;font-size:15px}.dropdown-main-container.disabled{pointer-events:none;opacity:.5}.dropdown-main-container .dropdown-back-layer{z-index:2;position:fixed;inset:0}.dropdown-main-container .dropdown-header{border:solid 1px var(--smoke);background:#fff;border-radius:8px;height:42px;padding:0 10px}.dropdown-main-container .dropdown-header .dropdown-title{color:var(--gray);font-size:8px;top:0}.dropdown-main-container .dropdown-search-input{border:none;border-bottom:solid 2px var(--smoke);outline:none;padding:10px;font-size:16px;top:0}.dropdown-main-container .dropdown-list{z-index:10;opacity:0;overscroll-behavior:none;background:#fff;border-radius:8px;gap:2px;max-height:0;position:absolute;left:-1px;overflow:hidden}.dropdown-main-container .dropdown-list.drop-bottom{transition:opacity .3s,top .3s;top:38px}.dropdown-main-container .dropdown-list.drop-bottom.dropdown-open{top:44px}.dropdown-main-container .dropdown-list.drop-top{transition:opacity .3s,bottom .3s;top:auto;bottom:38px}.dropdown-main-container .dropdown-list.drop-top.dropdown-open{bottom:44px}.dropdown-main-container .dropdown-list.dropdown-open{opacity:1;max-height:300px;overflow:auto;box-shadow:0 4px 8px #0006}.dropdown-main-container .dropdown-option-item{border-radius:8px;margin:0 2px;padding:10px}.dropdown-main-container .dropdown-option-item:hover{background:var(--smoke)}.dropdown-main-container .dropdown-option-item.dropdown-option-selected{background-color:var(--red)}.dropdown-main-container .dropdown-option-item.dropdown-option-selected span{color:#fff}.dropdown-main-container .dropdown-option-img{background:#fff;border-radius:10px;width:40px;height:40px}.linear-multi-options{border:solid 1px var(--smoke);border-radius:10px;padding:7px}.linear-multi-options .linear-multi-option{border-radius:6px;padding:5px 10px;font-size:15px}.linear-multi-options .linear-multi-option.linear-multi-option-selected{background:var(--red);color:#fff}.new-tag{background:var(--red);color:#fff;border-radius:10px;padding:3px 10px;font-size:10px;font-weight:700}#popup-root{z-index:99999;pointer-events:none;position:fixed;top:24px;left:50%;transform:translate(-50%)}.popup{pointer-events:auto;letter-spacing:-.15px;background:linear-gradient(#fffc, #fffc) padding-box,linear-gradient(var(--angle,0deg), #ff3b30, #ff9500, #34c759, #007aff, #ff3b30) border-box;color:#1d1d1f;-webkit-backdrop-filter:blur(20px);border:1.5px solid #0000;border-radius:12px;padding:12px 22px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;animation:.4s cubic-bezier(.16,1,.3,1) forwards popupIn,4s linear infinite rotateBorder,.3s cubic-bezier(.16,1,.3,1) 4.7s forwards popupOut;box-shadow:0 8px 24px #00000014,0 1px 2px #0000000a}.popup.success{background:linear-gradient(#ffffffd9, #ffffffd9) padding-box,linear-gradient(var(--angle,0deg), #34c759, #a7f3d0, #34c759) border-box}.popup.error{background:linear-gradient(#ffffffd9, #ffffffd9) padding-box,linear-gradient(var(--angle,0deg), #ff3b30, #fca5a5, #ff3b30) border-box}.popup.warning{background:linear-gradient(#ffffffd9, #ffffffd9) padding-box,linear-gradient(var(--angle,0deg), #ff9500, #fef08a, #ff9500) border-box}.popup.info{background:linear-gradient(#ffffffd9, #ffffffd9) padding-box,linear-gradient(var(--angle,0deg), #007aff, #93c5fd, #007aff) border-box}@property --angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes rotateBorder{to{--angle:360deg}}@keyframes popupIn{0%{opacity:0;transform:translateY(-12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes popupOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-8px)scale(.96)}}.status-text{color:var(--text-secondary);padding-left:15px;font-weight:500}.status-text:before{content:"";background:var(--gray);border:solid 2px var(--smoke);border-radius:100%;width:10px;height:10px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.status-text[data-status=green]:before,.status-text[data-status=approved]:before,.status-text[data-status=active]:before{background:var(--green)}.status-text[data-status=orange]:before,.status-text[data-status=pending]:before,.status-text[data-status=suspended]:before{background:#f5a623}.status-text[data-status=red]:before,.status-text[data-status=rejected]:before,.status-text[data-status=inactive]:before,.status-text[data-status=deleted]:before{background:var(--red)}.status-text[data-status=black]:before{background:var(--gray)}.btn-link{border:solid 1px var(--smoke);text-transform:capitalize;border-radius:50px;gap:5px;padding:5px 12px;font-size:15px;transition:all .3s;display:flex}.btn-link span.key{color:var(--red)}.btn-link:hover{background:var(--smoke);border-color:var(--red)}.listing-details-gallery{grid-template-rows:repeat(2,1fr);grid-template-columns:2fr 1fr;gap:12px}.listing-details-gallery>img:first-child{grid-row:1/3}.listing-details-gallery img{border-radius:10px}.listing-details-gallery img:hover{filter:brightness(.9)}.listing-details-gallery .total-images{color:var(--white);background:#00000069;border-radius:8px;padding:10px 18px;bottom:10px;left:10px;box-shadow:0 3px 8px #0000003d}.gallery-modal{z-index:3;background:#000c;width:100vw;height:100vh;inset:0}.gallery-slider-container{width:50%}.gallery-close{z-index:2;color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;width:35px;height:35px;font-size:20px;position:absolute;top:10px;right:25px}.svg-icon{background-color:var(--color,black);-webkit-mask-image:var(--icon);-webkit-mask-image:var(--icon);mask-image:var(--icon);width:var(--size,20px);height:var(--size,20px);display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.featured-listing-item{background-color:var(--white);border-radius:10px;max-width:250px}.featured-listing-item:hover{box-shadow:var(--smoke) 0px 8px 16px}.featured-listing-item .featured-listing-details{border-top:solid 1px var(--smoke);padding:10px}.panel{background-color:var(--white);border:solid 1px var(--smoke);box-shadow:var(--smoke) 0px 4px 8px;border-radius:10px;padding:25px}
@media (max-width:768px){.section{width:calc(100% - 20px)}.mobile-d-none{display:none!important}.mobile-d-col{flex-direction:column}.mobile-d-col-reverse{flex-direction:column-reverse}.mobile-a-start{align-items:flex-start}.mobile-j-start{justify-content:flex-start}.mobile-w100{width:100%}.mobile-flex-1{flex:1}.mobile-text-start{text-align:start}.desktop-d-none{display:flex}.dropdown-main-container .dropdown-back-layer{background:#00000080}.dropdown-main-container .dropdown-header{max-width:unset;min-width:unset}.dropdown-main-container .dropdown-list{border:solid 1px var(--yellow);opacity:0;overscroll-behavior:contain;border-radius:16px 16px 0 0;transition:bottom .35s,opacity .25s;position:fixed;bottom:0;left:0;right:0;overflow:hidden;width:unset!important;max-width:unset!important;max-height:0!important;top:200px!important}.dropdown-main-container .dropdown-list.drop-top.dropdown-open{bottom:0}.dropdown-main-container .dropdown-list.dropdown-open{opacity:1;bottom:0;overflow-y:auto;max-height:unset!important}.featured-listing-grid{-ms-overflow-style:none;scrollbar-width:none;overflow-y:auto}.featured-listing-item{background-color:var(--white);border-radius:10px;min-width:150px}}@media (max-width:480px){.main-container{padding:50px 12px 12px}}
.Header-module-scss-module__m4465q__header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border-bottom:1px solid #eee;position:sticky;top:0}.Header-module-scss-module__m4465q__container{height:72px;padding:0 var(--pad-h,20px);box-sizing:border-box;justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module-scss-module__m4465q__logoLink{align-items:center;display:flex}.Header-module-scss-module__m4465q__nav{align-items:center;gap:8px;height:100%;display:flex}.Header-module-scss-module__m4465q__navItem{align-items:center;height:100%;display:flex;position:relative}.Header-module-scss-module__m4465q__navItem:after{content:"";width:100%;height:10px;position:absolute;top:100%;left:0}.Header-module-scss-module__m4465q__link{color:#222;border-radius:6px;padding:8px 14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s}.Header-module-scss-module__m4465q__link:hover{background:#f4f4f5}.Header-module-scss-module__m4465q__active{color:var(--red,#e53e3e);font-weight:600}.Header-module-scss-module__m4465q__subMenu{visibility:hidden;opacity:0;z-index:10;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;min-width:200px;padding:8px;transition:opacity .2s,transform .2s,visibility .2s;display:flex;position:absolute;top:calc(100% - 6px);left:0;transform:translateY(6px);box-shadow:0 10px 25px -5px #0000001a}.Header-module-scss-module__m4465q__navItem:hover .Header-module-scss-module__m4465q__subMenu{visibility:visible;opacity:1;transform:translateY(0)}.Header-module-scss-module__m4465q__subMenuLink{color:#333;white-space:nowrap;border-radius:6px;padding:10px 12px;font-size:14px;text-decoration:none;transition:background .15s;display:block}.Header-module-scss-module__m4465q__subMenuLink:hover{color:var(--red,#e53e3e);background:#f7fafc}.Header-module-scss-module__m4465q__actions{align-items:center;gap:12px;display:flex}.Header-module-scss-module__m4465q__menuBtn{cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;padding:6px 12px;font-size:20px;display:none}.Header-module-scss-module__m4465q__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200;opacity:0;visibility:hidden;background:#0006;transition:opacity .25s,visibility .25s;position:fixed;inset:0}.Header-module-scss-module__m4465q__show{opacity:1;visibility:visible}.Header-module-scss-module__m4465q__drawer{background:#fff;flex-direction:column;width:100%;height:100%;transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex;transform:translate(-100%);box-shadow:4px 0 24px #00000026}.Header-module-scss-module__m4465q__show .Header-module-scss-module__m4465q__drawer{transform:translate(0)}.Header-module-scss-module__m4465q__drawerHeader{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;height:60px;padding:0 15px;display:flex}.Header-module-scss-module__m4465q__drawerTitle{font-size:15px;font-weight:600}.Header-module-scss-module__m4465q__close{cursor:pointer;color:#718096;background:0 0;border:none;padding:4px;font-size:24px;line-height:1}.Header-module-scss-module__m4465q__sliderWrapper{flex:1;position:relative;overflow:hidden}.Header-module-scss-module__m4465q__sliderTrack{width:200%;height:100%;transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex}.Header-module-scss-module__m4465q__slideSub{transform:translate(-50%)}.Header-module-scss-module__m4465q__slideLevel{box-sizing:border-box;width:50%;height:100%;padding:15px;overflow-y:auto}.Header-module-scss-module__m4465q__mobileNav{flex-direction:column;gap:8px;display:flex}.Header-module-scss-module__m4465q__mobileNavItem{border-bottom:1px solid #f7fafc}.Header-module-scss-module__m4465q__mobileCategoryBtn,.Header-module-scss-module__m4465q__mobileCategoryLink{color:#2d3748;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:12px 8px;font-size:15px;font-weight:500;text-decoration:none;display:flex}.Header-module-scss-module__m4465q__chevron{color:#a0aec0;font-size:18px}.Header-module-scss-module__m4465q__mobileActions{gap:10px;padding-top:15px;display:flex}.Header-module-scss-module__m4465q__mobileSubNav{flex-direction:column;gap:6px;display:flex}.Header-module-scss-module__m4465q__subCategoryHeading{border-bottom:1px solid #edf2f7;margin-bottom:8px;padding-bottom:12px}.Header-module-scss-module__m4465q__subCategoryAllLink{color:var(--red,#e53e3e);font-size:15px;font-weight:600;text-decoration:none}.Header-module-scss-module__m4465q__mobileSubLink{color:#4a5568;border-radius:6px;padding:10px 8px;font-size:15px;text-decoration:none;display:block}.Header-module-scss-module__m4465q__mobileSubLink:hover{background:#f7fafc}.Header-module-scss-module__m4465q__mobileOnly{display:none}@media (max-width:900px){.Header-module-scss-module__m4465q__header{top:unset;position:relative}.Header-module-scss-module__m4465q__container{height:60px;padding:0 15px}.Header-module-scss-module__m4465q__nav,.Header-module-scss-module__m4465q__actions{display:none}.Header-module-scss-module__m4465q__menuBtn{display:block}.Header-module-scss-module__m4465q__overlay{z-index:9999;width:100vw;height:100vh;position:fixed;inset:0}.Header-module-scss-module__m4465q__drawer{border-radius:0;width:100vw;max-width:100vw;height:100vh}.Header-module-scss-module__m4465q__mobileOnly{display:flex}}
