.toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);padding:16px 24px;border-radius:4px;color:#fff;font-size:14px;display:flex;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.2);animation:toast-animation 3s ease forwards;z-index:10000}.toast-success{background-color:rgba(0,128,0,.8)}.toast-warning{background-color:rgba(255,165,0,.8)}.toast-error{background-color:rgba(255,0,0,.8)}.toast-close{background:none;border:none;color:#fff;font-size:16px;margin-left:16px;cursor:pointer}@keyframes toast-animation{0%{transform:translate(-50%) translateY(20px);opacity:0}10%{transform:translate(-50%) translateY(0);opacity:1}80%{transform:translate(-50%) translateY(0);opacity:1}to{transform:translate(-50%) translateY(-20px);opacity:0}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:9998}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;z-index:9999;width:480px;max-width:90%;border-radius:8px;overflow:hidden}.modal-rtl{direction:rtl}.modal-content{position:relative;padding:20px}.modal-close-button{position:absolute;top:16px;width:24px;height:24px;cursor:pointer}[dir=rtl] .modal-close-button{left:16px}[dir=ltr] .modal-close-button{right:16px}.modal-header{margin-bottom:20px}.modal-title{margin:0;font-size:20px;font-weight:600}.modal-description{margin:10px 0 0;font-size:14px;color:#555}.modal-children{margin-top:16px}.modal-buttons{display:flex;justify-content:flex-end;gap:10px}.single-button{justify-content:center}.secondary-button,.primary-button{padding:8px 16px;font-size:14px;cursor:pointer}.modal-cancel-button{background-color:#f0f0f0}.modal-confirm-button{background-color:#007bff;color:#fff;border:none}.modal-destructive{background-color:#d9534f}.modal-input-container{position:relative;width:100%;margin-top:8px}.modal-input{width:100%;box-sizing:border-box;padding:10px 40px 10px 12px;font-size:14px;border:1px solid #ccc;border-radius:4px;outline:none}.modal-input:focus{border-color:#007bff}.modal-input-icon{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:20px;height:20px;cursor:pointer;opacity:.7}.modal-input-icon:hover{opacity:1}.header-container{width:100%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;z-index:1000}.header-item{display:flex;align-items:center;gap:20px}.header-logo{cursor:pointer}.header-logo img{width:80px;height:80px;object-fit:contain}.header-button-large{display:flex;align-items:center;justify-content:center;background-color:var(--dark-green);border-radius:32px;padding:8px;gap:8px;font-weight:800;cursor:pointer;margin-bottom:8px}.header-button-large:hover{background:var(--dark-green)}.header-text{color:#e6f5eb;font-size:12px;font-weight:500;line-height:24px}.header-icon{display:flex;flex-direction:column;align-items:center;cursor:pointer}.header-icon img{width:24px;height:24px}.header-icon-text{color:#0a6b00;text-align:center;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:24px}.header-button-large .plus-icon{background:#e6f5eb;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.language-dropdown{position:relative;width:auto;height:40px;background-color:var(--secondary-color);border-radius:50px;display:flex;align-items:center;justify-content:space-between;padding:0 8px;cursor:pointer;margin-bottom:8px}.language-dropdown .dropdown-content{position:absolute;background-color:var(--secondary-color);box-shadow:0 8px 16px rgba(0,0,0,.2);z-index:1;top:calc(100% - .1px);left:0;border-radius:15px;overflow:hidden;width:100%}.language-dropdown .dropdown-item{color:#e6f5eb;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:24px;padding:12px 16px;display:flex;align-items:center;gap:8px;cursor:pointer}.language-dropdown .dropdown-item:hover{background-color:var(--primary-color)}.language-dropdown .selected-language{color:#e6f5eb;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:24px;margin-right:8px}.header-separator{width:1px;height:32px;background:#fff;opacity:.05;border-radius:12px}@media screen and (max-width: 768px){.header-button-large,.header-icon{display:none}.header-item{margin-left:10px}}.footer-container{width:100%;background:rgba(10,107,0,.2);box-sizing:border-box;display:flex;flex-direction:column;position:relative;padding-bottom:0}.footer-sections{display:flex;justify-content:space-between;padding:2rem 5rem;flex-wrap:wrap;box-sizing:border-box;flex:1}.footer-section{display:flex;flex-direction:column;gap:1rem;flex:1;min-width:200px;box-sizing:border-box}.footer-section.first,.footer-section.fourth{padding:0 1.5rem}.footer-section.second,.footer-section.third{margin:0 1.5rem}.footer-section .logo{font-size:30px;color:var(--nice-black);font-family:Praise,sans-serif;cursor:pointer}.footer-section .description{color:var(--nice-black);font-size:12px;font-family:Poppins,sans-serif;margin-bottom:1.5rem}.footer-section .social-title{color:var(--nice-black);font-size:14px;font-family:Poppins,sans-serif;text-align:start}.footer-section .social-icons{display:flex;gap:10px;margin-bottom:1rem}.footer-section .social-icons .icon{width:44px;height:44px;background:var(--primary-color);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;border:none;padding:0}.footer-section .social-icons .icon img{width:24px;height:24px}.footer-section .section-title{color:var(--nice-black);font-size:14px;font-family:Poppins,sans-serif;font-weight:700;margin-bottom:.5rem}.footer-section .link{color:var(--nice-black);font-size:12px;font-family:Poppins,sans-serif;line-height:24px;cursor:pointer}.footer-section .link:hover,.footer-section .link:focus{text-decoration:underline}.footer-section .app-badges{display:flex;gap:10px}.footer-section .app-badge{display:flex;align-items:center;justify-content:center;background:transparent;cursor:pointer;border:none;padding:0}.footer-section .app-badge img{width:120px;height:auto}.footer-bottom{width:100%;background:#0a6b00;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;box-sizing:border-box;flex-wrap:nowrap;height:54px;position:relative}.footer-bottom .footer-links{display:flex;gap:25px;cursor:pointer;align-items:center}.footer-bottom .footer-links .link{color:#fff;font-size:12px;font-family:Poppins,sans-serif}.footer-bottom .footer-links .divider{border-left:1px solid #E4E4E4;height:16px;opacity:.1;margin:0 5px}.footer-bottom .footer-links .divider:empty{display:none}.footer-bottom .copyright{color:#fff;font-size:12px;font-family:Poppins,sans-serif;text-align:center;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 768px){.footer-sections{flex-direction:column;padding:2rem 1rem}.footer-section{min-width:100%;margin-bottom:1.5rem}.footer-section.first{align-items:center;text-align:center}.footer-section .section-title{text-align:center}.footer-section .social-icons{justify-content:center}.footer-section.fourth{margin-top:2rem}.footer-section.fourth .app-badges{justify-content:center}.app-badges img{width:120px}.footer-bottom{flex-direction:column;justify-content:center;align-items:center;padding:1rem 2rem;height:auto;margin-top:2rem}.footer-bottom .footer-links{flex-direction:column;gap:5px;margin-bottom:1rem;align-items:center;width:100%}.footer-bottom .footer-links .divider{display:none}.footer-bottom .copyright{width:100%;margin-top:0;margin-bottom:1rem;justify-content:center}}.home-search-bar{height:85px;background:var(--white);border-radius:50px;display:flex;align-items:center;justify-content:center;align-self:center;margin-top:20px;margin-bottom:50px;box-shadow:0 4px 8px rgba(0,0,0,.1);width:50%}.divider{width:1px;height:40px;background:#555;border-radius:12px;opacity:.05;margin:0 10px}.home-search-container{display:flex;width:850px;align-items:center;padding:0 20px;color:#fff}.home-search-icon,.home-search-input,.home-dropdown{opacity:.72;color:var(--nice-black)}.home-search-icon{margin-right:10px;font-size:12px}.home-search-input{flex:1;border:none;background:transparent;font-size:15px;font-family:Poppins,sans-serif;font-weight:400;line-height:24px;outline:none}.home-search-input::placeholder{color:var(--nice-black);opacity:.72}.home-dropdown{display:flex;align-items:center;cursor:pointer;font-family:Poppins,sans-serif;font-weight:400;line-height:20px;position:relative;padding-right:30px}.home-dropdown i{margin-right:10px}.home-dropdown select{-webkit-appearance:none;appearance:none;background:transparent;border:none;color:var(--nice-black);font-size:15px;font-family:Poppins,sans-serif;font-weight:500;line-height:24px;cursor:pointer;padding-right:5px}.home-dropdown:after{content:url(/assets/icons/arrow-down-black.svg);position:absolute;right:16px;top:56%;transform:translateY(-50%);pointer-events:none}.home-search-button{width:52px;height:52px;border-radius:50%;background:var(--primary-color);display:flex;align-items:center;justify-content:center;cursor:pointer;border:none}.home-search-button:hover{background:var(--dark-green)}.home-search-button img{width:20px;height:20px}.home-search-container{display:flex;align-items:center;position:relative}.home-search-bar{position:relative;width:100%;max-width:600px}.home-search-container{display:flex;align-items:center;position:relative;width:100%}.recent-searches-dropdown{position:absolute;top:calc(100% + 14px);left:0;width:100%;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);max-height:200px;overflow-y:auto;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;z-index:999;padding:4px 0}.recent-searches-dropdown.show{opacity:1;transform:translateY(0)}.recent-search-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;font-size:14px;color:#000;cursor:pointer}.recent-search-item:not(:last-child){border-bottom:1px solid #eee}.recent-search-item:hover{background-color:#f2f2f2}.recent-search-item .close-icon{width:16px;height:16px;cursor:pointer;margin-left:8px}.categories-section{width:100%;padding:50px 0;background:var(--page-background-color);display:flex;flex-direction:column;align-items:center}.categories-outer-container{display:flex;flex-direction:column;align-items:center}.categories-container{display:flex;justify-content:space-around;gap:30px;flex-wrap:wrap;margin-top:20px}.category-item{width:100px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;color:var(--clean-black);font-weight:400;text-align:center;cursor:pointer}.category-icon{width:60px;height:60px;background:var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.category-icon img{width:42px;height:42px}.category-name{font-size:15px;width:100%}.categories-section{transition:transform 1s ease}.categories-section.float-up{transform:translateY(-80px)}.home-top-container{display:flex;flex-direction:column;justify-content:center;position:relative}.home-top-page-background{position:absolute;top:60px;left:0;width:100%;max-height:400px;object-fit:cover;z-index:-1}.ad-item-modal-overlay{position:fixed;z-index:1100;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.ad-item-modal-content{position:fixed;z-index:1101;left:50%;top:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;background:#fff;border-radius:16px;box-shadow:0 4px 10px rgba(0,0,0,.15);padding:20px;box-sizing:border-box;font-family:Poppins,sans-serif}.ad-item-modal-option{padding:15px;font-size:16px;font-weight:500;color:#1f1d28;text-align:center;border-bottom:1px solid #eee;cursor:pointer;transition:background .2s ease-in-out}.ad-item-modal-option:last-child{border-bottom:none}.ad-item-modal-option:hover{background:#f8f8f8}.ad-item-modal-cancel{margin-top:10px;font-weight:600;color:#ff5749;border:none;background:none;padding:15px;border-radius:8px}.ad-item{background:#fff;border-radius:16px;border:1px solid #F3F7F9;margin:10px;padding:8px;box-sizing:border-box;cursor:pointer;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:space-between}.ad-item.ad-item-grid{width:264px;display:flex;flex-direction:column;gap:8px;padding:8px}.ad-item.ad-item-grid .favorite-icon{position:static}.edit-button{position:absolute;top:25px;left:25px;width:36px;height:36px;background:var(--tertiary-color);border-radius:16px;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10}.edit-button img{width:16px;height:16px}.edit-dropdown-menu{position:absolute;top:50px;left:8px;width:240px;background:#fff;border-radius:16px;box-shadow:0 50px 100px rgba(111,111,127,.15);z-index:20;display:flex;flex-direction:column;padding:10px}.edit-dropdown-item{padding:10px;border-radius:12px;margin:5px 0;cursor:pointer;transition:background .3s ease;color:var(--Text-Black100, #1F1D28);font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:24px;letter-spacing:-.2px}.edit-dropdown-item.edit,.edit-dropdown-item.deactivate,.edit-dropdown-item.delete{background:#fff}.edit-dropdown-item.delete{color:#ff5749}.edit-dropdown-item:hover{background:#fafafa}.status-indicator{position:absolute;top:25px;right:25px;border-radius:16px;display:flex;justify-content:center;align-items:center;z-index:10}.ad-photo-cover{width:100%;height:150px;background:#fafafa;border-radius:16px;border:1px solid #FAFAFA;position:relative}.ad-photo-cover img{width:100%;height:100%;object-fit:contain;border-radius:16px}.ad-details{display:flex;flex-direction:column;flex-grow:1;gap:10px}.ad-header{display:flex;justify-content:space-between;align-items:center}.ad-title{font-size:14px;font-weight:600;color:#1f1d28;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ad-description{font-size:11px;color:#7f7f7f}.ad-footer{display:flex;justify-content:space-between;width:100%;margin-top:auto;position:relative}.ad-price{font-size:22px;font-family:Poppins,sans-serif;font-weight:600;color:var(--primary-color)}.ad-promotion-button{width:100px;height:40px;color:var(--nice-black);background-color:var(--tertiary-color);border-radius:16px;font-family:Poppins,sans-serif;font-weight:600;cursor:pointer;border:none}.ad-icon{width:44px;height:44px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-image:url(/assets/icons/favorite_unclicked.svg);background-repeat:no-repeat;background-position:center;cursor:pointer}.ad-icon.clicked{background-image:url(/assets/icons/favorite_clicked.svg)}.ad-location{display:flex;align-items:center;color:#1f1d28;font-size:13px}.ad-location img{font-size:14px;margin-right:5px}.date{color:var(--light-grey);font-size:12px;font-weight:500;text-align:right}.ad-details-grid{display:flex;flex-direction:column;gap:4px;flex-grow:1}.ad-footer-grid{display:flex;justify-content:space-between;align-items:center}.options-icon{position:absolute;top:10px;left:10px;z-index:15;width:36px;height:36px;background:var(--tertiary-color);border-radius:50%;display:flex;align-items:center;justify-content:center}:dir(rtl) .options-icon{left:auto;right:10px}.status-label{position:absolute;top:10px;right:10px;z-index:15}:dir(rtl) .status-label{right:auto;left:10px}.ad-photo-cover .modify-button{position:absolute;top:10px;right:10px}.ad-item.ad-item-list{flex-direction:row;padding:16px}.ad-item.ad-item-list .ad-photo-cover{width:28%;margin-inline-end:16px;margin-bottom:0}.ad-item.ad-item-list .ad-details{width:80%;display:flex;flex-direction:column;gap:10px}.edit-icon img{width:12px;height:12px}.ad-item-skel{background:#fff;border-radius:16px;border:1px solid #F3F7F9;margin:10px;padding:16px;box-sizing:border-box}.ad-item-skel.ad-item-skel-grid{width:264px;display:flex;flex-direction:column;gap:8px}.ad-item-skel.ad-item-skel-list{display:flex;flex-direction:row;width:100%}.ad-photo-cover-skel{width:100%;height:150px;border-radius:16px;margin-bottom:8px}.ad-item-skel.ad-item-skel-list .ad-photo-cover-skel{width:25%;margin-bottom:0}.ad-details-grid-skel{display:flex;flex-direction:column;gap:4px;padding-top:8px}.ad-footer-grid-skel{display:flex;justify-content:space-between;align-items:center}.ad-details-skel{display:flex;flex-direction:column;flex-grow:1;gap:10px}.ad-header-skel{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ad-footer-skel{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.ad-item-skel-grid .ad-location-skel.skeleton-box{height:14px;width:60%}.ad-item-skel-grid .ad-title-skel.skeleton-box{height:20px;width:80%}.ad-item-skel-list .ad-location-skel.skeleton-box{height:14px;width:40%}.ad-item-skel-list .ad-date-skel.skeleton-box{height:14px;width:20%}.ad-item-skel-list .ad-title-skel.skeleton-box{height:20px;width:80%}.ad-item-skel-list .ad-description-skel.skeleton-box{height:14px;width:90%}.ad-item-skel-list .ad-price-skel.skeleton-box{height:20px;width:50%}.favorite-icon-skel.skeleton-box{height:24px;width:24px}.ads-generator-toolbar{display:flex;justify-content:space-between;align-items:center;width:100%;padding:8px 0;margin-bottom:16px}.ads-generator-toolbar-left{font-size:16px;font-weight:700}.ads-generator-toolbar-right{display:flex;gap:8px}.ads-generator-container{width:100%;box-sizing:border-box;position:relative}.ads-generator.grid{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:16px}.ads-generator.list{display:flex;flex-direction:column;gap:16px}.ads-generator.list .ad-item{width:100%!important}.ads-skeleton-container.grid{display:flex;flex-wrap:wrap;gap:16px}.ads-skeleton-container.list{display:flex;flex-direction:column;gap:16px}.horizontal-scroller{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,auto);gap:16px;overflow-x:auto;padding-bottom:20px}.loading-more-spinner{margin-top:20px}.horizontal-scroll-arrow{cursor:pointer}.see-more-container{display:flex;justify-content:center;width:100%;margin-top:20px}.see-more-container .secondary-button{width:150px!important}.home-content{display:flex;flex-direction:column;position:relative;padding:16px}.ads-section{width:100%;padding:30px 0;display:flex;justify-content:center}.ads-section-inner{display:flex;flex-direction:column;width:80%;align-items:center}.ads-section-container{display:flex;justify-content:flex-start;flex-wrap:wrap}.ads-header{display:flex;justify-content:space-between;align-items:center}.ads-title{color:#262626;font-size:30px;font-family:Poppins,sans-serif;font-weight:600;margin-bottom:20px}.loading-overlay{background:rgba(210,210,210,.3);display:flex;align-items:center;justify-content:center}.loading-overlay.fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.loading-overlay.container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:9999}.loading-content{text-align:center}.spinner{border:4px solid rgba(0,0,0,.1);border-left-color:var(--primary-color);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.loading-message{margin-top:10px;font-size:16px;color:#222}.login-form-container{max-width:456px;min-height:400px;width:100%;padding:20px;display:flex;flex-direction:column;align-items:center}.login-general-form{width:100%;display:flex;flex-direction:column;align-items:flex-start}.login-general-form a{color:var(--primary-color)}.login-form-register{font-size:14px;font-family:Poppins,sans-serif;color:#1f1d28;margin-bottom:5px}.password-container{width:100%;margin-top:20px}.label-and-forgot{display:flex;justify-content:space-between;align-items:center;width:105%}.forgot-password-link{font-family:Poppins,sans-serif;font-size:12px;color:var(--primary-color);text-decoration:none;width:40%;margin-top:15px;cursor:pointer}.form-options{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column}.login-form-divider{width:100%;height:2px;background:#f9fafb;margin-top:10px;margin-bottom:20px}.login-email-or{color:#1f1d28;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:20px;margin-bottom:10px}.login-embedded-options{display:flex;gap:20px}.login-option-button{width:456px;height:48px;background:#f9fafb;border-radius:16px;border:1px solid #EAEBEB;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;padding:0 20px;margin-bottom:15px;gap:25px;color:#262626;font-family:Poppins,sans-serif;font-weight:700}.smaller-social-login{width:175px}.register-now-container{display:flex;flex-direction:column;align-items:center;width:100%;padding:20px}.register-now-social-logins{width:100%;margin-top:60px;display:flex;justify-content:center}.social-logins{display:flex;flex-direction:column;gap:10px;width:100%}.social-login-button{width:100%;height:48px;background:var(--ext-light-grey);border:1px solid var(--ext-light-grey-border);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;padding:0 20px;color:#262626;font-family:Poppins,sans-serif;font-weight:700}.social-login-button img{width:20px;height:20px;margin-right:10px}.register-now-separator{display:flex;align-items:center;justify-content:center;width:40px;font-size:12px;font-family:Poppins,sans-serif;color:#1f1d28;margin:20px 0}.register-now-form{width:100%;display:flex;flex-direction:column;align-items:flex-start}.register-now-form label{margin-top:20px;font-family:Poppins,sans-serif;font-size:12px;color:#1f1d28}.register-now-form input{width:100%;padding:10px 20px;margin-top:5px;border:1px solid #EAEBEB;border-radius:16px;background-color:#f9fafb;font-family:Poppins,sans-serif;font-size:14px;color:#1f1d28;box-sizing:border-box}.phone-input-container{display:flex;align-items:center;gap:8px}.flag-icon{width:24px;height:auto}.password-input-wrapper{position:relative;width:100%;margin-top:5px}.form-register-button{width:100%;height:60px;background-color:var(--tertiary-color);color:#262626;border-radius:16px;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;cursor:pointer;border:none;margin-top:20px}.login-container{position:relative;width:456px;margin:0 auto}.login-options-wrapper{max-width:456px;width:100%;padding:20px}.login-options-wrapper,.login-email-form-wrapper{position:absolute;width:100%;top:0;left:0}.login-options-container{display:flex;flex-direction:column;align-items:center}.form-welcome{font-size:32px;font-family:Poppins,sans-serif;font-weight:600;color:#1f1d28;margin-top:20px}.login-form-subtitle{font-size:14px;font-family:Poppins,sans-serif;color:#9f9f9f;margin-bottom:20px}.login-form-divider{width:100%;height:2px;background:#f9fafb;margin:10px 0 20px}.form-options{width:100%;display:flex;flex-direction:column;align-items:center}.login-option-button{width:100%;height:48px;background:#f9fafb;border-radius:16px;border:1px solid #EAEBEB;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;padding:0 20px;margin-bottom:15px;gap:25px;color:#262626;font-family:Poppins;font-weight:700}.login-option-button img{width:20px;height:20px}.verification-container{max-width:456px;min-height:400px;width:100%;padding:20px;display:flex;flex-direction:column;align-items:center;margin:0 auto}.verification-form-container{display:flex;flex-direction:column;gap:30px}.resend-link{color:var(--primary-color);cursor:pointer}.info-page{text-align:center;width:100%;margin-top:68px;margin-bottom:68px}.info-content{display:flex;flex-direction:column;min-height:500px;margin-top:30px}.info-title{font-family:Poppins,sans-serif;font-size:36px;font-weight:700;line-height:1.2;margin-bottom:20px}.info-text-container{align-self:center;width:50%;margin-top:10px;text-align:start}.info-paragraph{font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:1.875;letter-spacing:-.208px;margin-top:10px}.info-subtitle{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;margin-top:20px;margin-bottom:10px}.info-list{list-style-type:disc;padding-inline-start:20px;margin-top:10px}.info-list-item{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1.8;margin-bottom:10px}.info-link{color:var(--primary-color);text-decoration:none}.info-link:hover,.info-link:focus{text-decoration:underline}@media screen and (max-width: 768px){.info-text-container{width:90%}.info-title{font-size:28px}.info-subtitle{font-size:20px}.info-paragraph,.info-list-item{font-size:14px;line-height:1.6}.info-list{padding-inline-start:15px}.info-page{margin-top:40px;margin-bottom:40px}}.download-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#fff}.download-logo{width:150px;height:auto;cursor:pointer;transition:transform .3s ease}.download-logo:hover{transform:scale(1.05)}.download-badges{margin-top:80px;display:flex;flex-direction:row;align-items:center;gap:20px}.download-badge img{width:150px;height:auto;transition:transform .3s ease;cursor:pointer}.download-badge img:hover{transform:scale(1.05)}.error-404-container{display:flex;justify-content:center;align-items:center;height:100vh}.error-404-content{display:flex;flex-direction:column;border-radius:16px;background:var(--Background-White100, #FFF);box-shadow:0 -50px 64px rgba(111,111,128,.1);text-align:center;padding:40px;max-width:500px;margin:20px;height:500px}.error-404-code{color:var(--primary-color);font-family:Poppins,sans-serif;font-size:230px;font-weight:600}.error-404-message{color:var(--Heading, #3F434A);font-family:Poppins,sans-serif;font-size:24px;font-weight:500;margin:20px 0 10px}.error-404-description{color:var(--Body-Dark, #595F69);font-family:Poppins,sans-serif;font-size:15px;font-weight:400}.error-404-button{width:216px;height:52px;position:relative;margin:0 auto;cursor:pointer}.error-404-button-background{width:100%;height:100%;background:var(--tertiary-color);border-radius:16px;position:absolute;top:0;left:0}.error-404-button-content{display:flex;align-items:center;justify-content:center;height:100%;position:relative;z-index:1;flex-direction:row}:dir(rtl) .error-404-button-content{flex-direction:row-reverse}.error-404-button-icon{width:16px;height:16px;margin-right:8px;transition:transform .3s ease}:dir(rtl) .error-404-button-icon{margin-right:10px;margin-left:8px}.error-404-button-text{color:#11242c;font-size:12px;font-family:Poppins,sans-serif;font-weight:500;line-height:24px;word-wrap:break-word}.sidebar-container{max-width:264px;background:#fff;border-radius:16px;border:1px solid #E7F4FD;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;max-height:600px}.sidebar-content{display:flex;flex-direction:column;align-items:center}.sidebar-header{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:20px}.avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;position:relative;z-index:2}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.account-info{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:20px}.rating{display:flex;justify-content:center;align-items:center;gap:5px;margin-bottom:10px}.stars{color:var(--primary-color);font-size:14px}.rating-value{color:#1f1d28;font-size:16px;font-weight:500}.menu{display:flex;flex-direction:column;width:100%;gap:10px;margin-bottom:25px}.menu-item{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border-radius:16px;text-align:left;color:#1f1d28;font-size:14px;text-decoration:none;transition:background-color .3s ease,background-image .3s ease;border:none;cursor:pointer}.sidebar-active{background-color:#f9fafb;position:relative;background:linear-gradient(to right,#F9FAFB 97%,var(--tertiary-color) 97%)}[dir=rtl] .sidebar-active{background:linear-gradient(to left,#F9FAFB 97%,var(--tertiary-color) 97%)}.sidebar-active .menu-icon{color:var(--tertiary-color);border-radius:50%;padding:4px}.ellipses{transform:translate(-0%,-0%)}.ellipse-left{position:absolute;top:50%;left:0;transform:translate(-50%,-50%);z-index:1}.ellipse-top{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:1}.ellipse-right{position:absolute;top:50%;right:0;transform:translate(50%,-50%);z-index:1}.sidebar-separator{width:80%;height:.5px;background:#dedede;margin:10px auto 0}.account-name{font-size:15px;font-weight:500}.profile-verified-icon{width:16px;height:16px}.sidebar-container{position:relative}.sidebar-logout-container{position:absolute;top:10px;right:10px;z-index:10}.logout-button-container{display:flex;align-items:center;justify-content:flex-end;position:relative;cursor:pointer}.logout-button{border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative}.logout-button-icon{width:28px;height:28px;transition:transform .3s ease}.nav-container{position:relative;height:60px;border-radius:16px;background-color:#fff;display:flex;align-items:center;justify-content:space-around;overflow:hidden}[dir=rtl] .nav-container{direction:rtl}.active-indicator{position:absolute;top:0;left:0;height:100%;background:var(--tertiary-color);border-radius:12px;transition:transform .3s ease;z-index:0}.nav-link{position:relative;z-index:1;text-align:center;color:#9f9f9f;font-size:16px;font-family:Poppins,sans-serif;font-weight:600;line-height:24px;cursor:pointer;flex-grow:1;padding:18px 0}.nav-link.active{color:#262626}.myads-hasads{display:flex;flex-direction:column;gap:30px}.new-ad-container{display:flex;justify-content:flex-end;align-items:center;width:100%;margin-top:10px}[dir=rtl] .new-ad-container{justify-content:flex-start}.no-ads-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;text-align:center;margin-top:100px}.no-ads-description{font-weight:600}.chat-list-container{display:flex;flex-direction:column;width:100%;gap:10px}.chat-list-empty{padding:16px;text-align:center;color:#888;font-weight:500;font-size:14px}.chat-item{position:relative;display:flex;align-items:flex-start;padding:16px;border:1px solid #eee;cursor:pointer;transition:background-color .2s ease;background-color:#fff;border-radius:16px}.chat-item:hover{background-color:#f9f9f9}.chat-active{background:linear-gradient(to right,#f1f1f1 98%,var(--tertiary-color) 98%)}.rtl .chat-active{background:linear-gradient(to left,#f1f1f1 98%,var(--tertiary-color) 98%)}.chat-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;margin-inline-end:12px}.chat-info{flex:1;display:flex;flex-direction:column;margin-inline-end:80px}.chat-name{font-size:16px;font-weight:600;color:#333;margin-bottom:4px;display:flex;align-items:center;gap:6px}.chat-name span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-ad-title{font-size:14px;color:#555;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-last-message{font-size:13px;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-meta{position:absolute;top:16px;right:16px}.rtl .chat-meta{right:auto;left:16px}.chat-date{font-size:12px;color:#999;margin-bottom:4px}.unread-indicator{width:8px;height:8px;background-color:#ff3b30;border-radius:50%;display:inline-block}.chat-list-skeleton{display:flex;flex-direction:column;gap:10px;padding:16px}.chat-list-skeleton-item{height:75px;background:#e0e0e0;border-radius:8px;animation:chat-skeleton-loading 1.2s infinite ease-in-out}@keyframes chat-skeleton-loading{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}to{background-color:#e0e0e0}}.status-label{height:32px;padding:4px 12px;border-radius:12px;display:inline-flex;justify-content:center;align-items:center;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:24px;color:#0a6b00;white-space:nowrap}.status-label.active{background:rgba(10,107,0,.7);color:#fff}.status-label.draft{background:#c6c6c6;color:#1c1c1c}.status-label.inactive{background:rgba(195,127,0,.9);color:#110900}.status-label.submitted{background:rgba(255,165,0,.9);color:#fff}.status-label.deleted{background:rgba(255,0,0,.7);color:#f9e3e2}.status-label.rejected{background:rgba(255,0,0,.9);color:#fff}.label-text{text-align:center;word-wrap:break-word}.ad-details-container{display:flex;align-items:center;padding:10px;background-color:#fff;border-bottom:1px solid #ccc;transition:opacity .3s ease;opacity:1;font-family:Poppins;gap:16px}.ad-ds-thumbnail{width:50x;height:50px;object-fit:cover}.ad-ds-info{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-grow:1}.ad-ds-info.ltr{flex-direction:row}.ad-ds-main{display:flex;flex-direction:column;gap:4px}.ad-ds-info.rtl .ad-ds-main{text-align:right}.ad-ds-title{font-weight:700;font-size:16px;color:var(--nice-black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ad-ds-price{color:var(--primary-color);font-size:15px;font-weight:600}.ad-ds-action{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.ad-ds-info.rtl .ad-ds-action{align-items:flex-start}.ad-ds-status{color:gray;font-size:12px}.ad-go-to-ad{font-size:12px;background-color:transparent;transition:background-color .3s ease;white-space:nowrap;display:flex;align-items:center;gap:5px;width:125px!important}.ad-arrow{width:14px;height:14px;transition:transform .3s ease}.ad-arrow.rtl{transform:rotate(180deg)}.message-list{display:flex;flex-direction:column;height:100%;padding:10px;overflow-y:auto;background-color:#fff;box-sizing:border-box}@media (orientation: portrait){.message-list{padding-bottom:var(--ion-safe-area-bottom, 0)}}.message-item{display:flex;margin-bottom:10px}.message-item.sent{justify-content:flex-end}.message-item.received{justify-content:flex-start}.message-bubble{max-width:70%;padding:10px;border-radius:10px;background-color:var(--ext-light-grey-strong);position:relative;word-wrap:break-word;font-size:16px;user-select:text;-webkit-user-select:text;color:#121212}.message-bubble a{color:#00f;text-decoration:underline;cursor:pointer}.message-item.sent .message-bubble{background-color:var(--secondary-color);color:#fff}.message-item.sent .message-time{color:#dedede}.inchat-sent-image{max-width:100%;border-radius:10px;margin-top:5px}.message-separator{display:flex;align-items:center;justify-content:center;margin:10px 0;color:#888;font-size:12px;position:relative}.message-separator:before,.message-separator:after{content:"";flex:1;height:1px;background:#ccc;margin:0 10px}.warning-banner{width:90%;margin:10px auto;padding:15px;border:2px dotted red;border-radius:10px}.warning-content{display:flex;align-items:flex-start}.warning-icon{width:32px;height:32px;margin-right:10px}.warning-text-container{display:flex;flex-direction:column}.warning-title{font-weight:700;margin-bottom:5px}.warning-list{list-style-type:disc;padding-left:20px;font-size:13px;margin:0}[dir=rtl] .warning-content{flex-direction:row-reverse}[dir=rtl] .warning-icon{margin-right:0;margin-left:10px}.warning-text{font-size:16px}.warning-ext-color{border:2px dotted var(--quaternary-color)}.messages-container{flex:1;padding:16px;overflow-y:auto;background-color:#fff}.message-input-container{display:flex;flex-direction:column;padding:5px;background:#fff}.inchat-image-previews{display:flex;gap:5px;overflow-x:auto;margin-bottom:5px}.inchat-image-preview{position:relative;width:60px;height:60px;border:1px solid #ccc;border-radius:5px;overflow:hidden;flex-shrink:0}.inchat-image-preview img{width:100%;height:100%;object-fit:cover}.inchat-remove-image-button{position:absolute;top:2px;right:2px;background:rgba(0,0,0,.5);border:none;color:#fff;border-radius:50%;width:20px;height:20px;font-size:14px;cursor:pointer;line-height:20px;text-align:center;padding:0}.input-icon{width:24px;height:24px;margin:5px;cursor:pointer}.message-textarea{border-radius:12px;resize:none;border:none;width:calc(100% - 40px);font-size:16px;outline:none;background-color:#f9fafb;color:#1f1d28;font-family:Poppins,sans-serif;padding:8px;overflow-y:auto}.send-button{background:var(--secondary-color);border-radius:8px;width:48px;height:40px;display:flex;align-items:center;justify-content:center;border:none;padding:8px 16px;cursor:pointer;transition:background .3s ease}.send-button img{width:20px;height:20px}.send-button:disabled{background:#ccc;cursor:not-allowed}:dir(rtl) .send-button img{rotate:180deg}.msg-textarea-container{display:flex;align-items:center;gap:20px}.inchat-container{display:flex;flex-direction:column;height:700px;background-color:#fff;width:60%;position:relative}.chat-header{padding:16px;background-color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center}.chat-partner{display:flex;align-items:center;gap:8px;color:#121212}.chat-verified-icon{width:16px;height:16px}.loading{padding:16px;text-align:center}.message{margin-bottom:10px;max-width:70%;padding:10px;border-radius:10px;word-wrap:break-word;font-size:16px}.message-sent{align-self:flex-end;background-color:#007bff;color:#fff}.message-received{align-self:flex-start;background-color:#f0f0f0;color:#000}.message-time{font-size:10px;color:gray;margin-top:5px;text-align:right}.message-input-container{display:flex;padding:16px;border-top:1px solid #ddd}.message-input{flex:1;padding:8px;font-size:16px;border:1px solid #ddd;border-radius:4px;margin-left:8px}.in-chat-skeleton{display:flex;flex-direction:column;gap:10px;padding:16px;height:700px}.in-chat-skeleton-header{height:40px;background:#e0e0e0;border-radius:8px;animation:chat-skeleton-loading 1.2s infinite ease-in-out}.in-chat-skeleton-content{flex:1;display:flex;flex-direction:column;gap:10px}.in-chat-skeleton-message{height:20px;background:#e0e0e0;border-radius:4px;animation:chat-skeleton-loading 1.2s infinite ease-in-out}.in-chat-skeleton-footer{height:50px;background:#e0e0e0;border-radius:8px;animation:chat-skeleton-loading 1.2s infinite ease-in-out}.image-preview-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.image-preview-content{background-color:#fff;padding:16px;border-radius:8px;max-width:90%;max-height:90%;overflow:auto;position:relative}.preview-image{width:100%;height:auto;border-radius:4px;display:block}.close-preview-button{position:absolute;top:0;right:0;background:transparent;border:none;font-size:24px;line-height:1;cursor:pointer;color:#121212}.chat-container{display:flex;gap:48px;height:100vh;width:60vw;font-family:sans-serif}.chat-list{width:40%}.chat-content{width:60%;display:flex;flex-direction:column}.chat-list-header{padding:16px;font-size:18px;font-weight:700;border-bottom:1px solid #ddd}.no-chat-selected{margin:auto;font-size:16px;color:#666}.step-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.step-item{height:40px;background:#fff;border:1px solid #E7F4FD;border-radius:16px;padding:20px;display:flex;align-items:center;cursor:pointer;transition:background-color .3s ease;position:relative;flex:0 0 200px}.step-lister-wrapper{display:flex;flex-direction:column;gap:20px}.see-more-container{text-align:center;margin-top:20px}.step-item:hover{background:#f9fafb}.step-icon img{width:48px;height:48px;margin-inline-end:20px}.step-name{font-size:15px;font-weight:500;color:#1f1d28;margin-inline-end:auto}.step-price{color:var(--Text-Gray70, #9F9F9F);text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.028px;margin-right:20px}.step-arrow{display:flex;align-items:center}.step-arrow img{width:16px;height:16px}.step-arrow.rtl{transform:rotate(180deg)}.step-thinner{height:50%}.general-search-bar{height:75px;background:var(--white);border-radius:50px;display:flex;align-self:center;box-shadow:0 4px 8px rgba(0,0,0,.1);width:70%}.general-divider{width:1px;height:40px;background:#555;border-radius:12px;opacity:.05;margin:0 10px}.general-search-container{display:flex;width:850px;align-items:center;padding:0 20px;color:#fff;gap:10px}.general-search-icon,.general-search-input,.general-dropdown{opacity:.92;color:var(--nice-black)}.general-search-icon{margin-right:10px;font-size:12px}.general-search-input{flex:1;border:none;background:transparent;font-size:15px;font-family:Poppins,sans-serif;font-weight:400;line-height:24px;outline:none}.general-search-input::placeholder{color:var(--nice-black);opacity:.72}.general-search-dropdown{display:flex;align-items:center;cursor:pointer;font-family:Poppins,sans-serif;font-weight:400;line-height:20px;position:relative;padding-right:30px}.general-search-dropdown i{margin-right:10px}.general-search-dropdown select{-webkit-appearance:none;appearance:none;background:transparent;border:none;color:var(--nice-black);font-size:15px;font-family:Poppins,sans-serif;font-weight:500;line-height:24px;cursor:pointer;padding-right:5px}.general-search-dropdown:after{content:url(/assets/icons/arrow-down-black.svg);position:absolute;right:16px;top:56%;transform:translateY(-50%);pointer-events:none}.last-dd:after{right:20px}.general-search-button{width:52px;height:52px;border-radius:50%;background:var(--primary-color);display:flex;align-items:center;justify-content:center;cursor:pointer}.general-search-button:hover{background:var(--dark-green)}.general-search-button img{width:20px;height:20px}.details-step{padding:24px;display:flex;flex-direction:column;gap:16px;font-family:Poppins,sans-serif}.details-form{display:flex;flex-direction:column;gap:16px}.ad-form-field{width:100%;position:relative;background:transparent;border-radius:12px;display:flex;align-items:center}.aff-extended{height:auto;background:#f9fafb;padding:12px}.ad-form-input{width:100%;border:none;background:transparent;font-size:15px;font-family:Poppins;color:var(--nice-black);padding:0;resize:vertical}.ad-form-input:focus{outline:none}.ad-form-textarea{height:100px}.review-step{display:flex;flex-direction:column;min-height:100vh;padding:16px;box-sizing:border-box}.step-title{font-size:24px;font-weight:700;margin-bottom:24px;text-align:center}.summary-container{flex:1;display:flex;flex-direction:column;gap:16px;padding:16px;overflow-y:auto}.summary-box{border:1px dotted var(--quaternary-color);border-radius:16px;padding:16px}.review-edit-button{width:100px!important}.summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.summary-header h3{margin:0;font-size:18px;font-weight:500;color:var(--clean-black)}.edit-button{background-color:transparent;border:none;color:#007bff;font-size:14px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s ease}.edit-button:hover{background-color:rgba(0,123,255,.1)}.summary-content{margin:4px 0;font-size:18px;color:#555}.image-preview-container{display:flex;flex-wrap:wrap;gap:8px}.image-preview{width:100px;height:100px;object-fit:cover;border-radius:4px;border:1px solid #ccc}.details-summary p{margin:4px 0;font-size:16px;color:#555}.review-button-container{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px 0;border-top:1px solid #e0e0e0}.publish-ad-button{flex:2;padding:14px;background-color:var(--dark-green);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.or-text{font-size:16px;color:#888;white-space:nowrap;flex:0 0 auto}.save-draft-button{flex:1;padding:14px;background-color:#f0f0f0;color:#333;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.save-draft-button:hover:not(:disabled){background-color:#e0e0e0}.publish-ad-button:disabled,.save-draft-button:disabled{background-color:#ccc;cursor:not-allowed}.image-upload-step{padding:24px;display:flex;flex-direction:column;gap:16px;font-family:Poppins,sans-serif}.upload-section{display:flex;flex-direction:column;align-items:center}.upload-container{width:78px;height:78px;background:rgba(10,107,0,.2);border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer}.upload-icon{width:36px;height:36px}.add-photos-text{color:var(--Text-Black100, #1F1D28);text-align:center;font-family:Poppins;font-size:17px;font-weight:500;margin-top:8px}.error-message{color:red;font-size:13px;margin-top:4px}.image-preview-container{margin-top:16px;display:flex;flex-direction:column;gap:16px;align-items:center}.image-wrapper{display:flex;align-items:center;width:100%;max-width:300px;position:relative}.image-actions{display:flex;flex-direction:column;margin-right:8px;align-items:center}.move-button{background:none;border:none;cursor:pointer;font-size:24px;padding:4px;color:#0a6b00}.empty-button{width:24px;height:24px}.image-container{position:relative;width:100%}.image-header{position:absolute;top:4px;right:4px;display:flex;gap:4px}.image-btn-overlay{width:32px;height:32px;background:rgba(255,255,255,.8);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.ibo-remove{width:16px;height:16px}.ibo-edit{width:24px;height:24px}.image-preview{width:100%;height:auto;object-fit:cover;border-radius:8px}.image-summary{width:400px}.thumbnail-label{position:absolute;top:6px;left:4px;background-color:rgba(10,107,0,.8);color:#fff;padding:2px 6px;border-radius:4px;font-size:12px}.toolbar-container{display:flex;justify-content:space-between;align-items:center;padding:10px}.toolbar-container.rtl .toolbar-right{order:1}.leave-button{background:none;border:none;cursor:pointer;display:flex;align-items:center;font-size:16px;margin-bottom:40px}.leave-button img{width:32px;height:32px}[dir=rtl] .leave-button{transform:rotate(180deg)}.toolbar-container.rtl .back-button img,.toolbar-container.rtl .leave-button img{margin-right:0;margin-left:5px}.skeleton{position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;top:0;left:-150px;width:150px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:skeleton-loading 1.2s infinite}.skeleton-box{background-color:#e0e0e0;border-radius:4px}@keyframes skeleton-loading{0%{left:-150px}to{left:100%}}.form-container{padding:20px;background:#fff;border-radius:16px;border:1px solid #EAEBEB;box-sizing:border-box;font-family:Poppins;margin:0 auto;min-width:1000px}.form-header{height:80px}.step-page{padding:24px}.step-title{font-size:28px;font-weight:600;font-family:Poppins,sans-serif;color:#121212;line-height:32px}.next-button{display:flex;width:100%;justify-content:center;margin-top:30px}.next-button .primary-button{width:350px;font-size:18px}.next-button:disabled{background-color:#ccc;cursor:not-allowed}.restrict-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.restrict-modal-content{background-color:#fff;padding:20px;border-radius:8px;width:80%;max-width:400px;text-align:center}.step-transition-enter{opacity:0;transform:translate(100%)}.step-transition-enter-active{opacity:1;transform:translate(0);transition:all .3s ease-in}.step-transition-exit{opacity:1;transform:translate(0)}.step-transition-exit-active{opacity:0;transform:translate(-100%);transition:all .3s ease-out}.step-transition-exit .step-title,.step-transition-exit-active .step-title{opacity:0!important;transition:opacity 50ms ease-out}.radio-group{display:flex;gap:16px;margin-bottom:16px}.radio-label{display:flex;padding:16px;background-color:#f7f7f7;border-radius:16px;border:2px solid transparent;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;font-size:14px;font-weight:500;gap:20px}.radio-label input[type=radio]{display:none}.radio-label:hover{border-color:#ccc}.radio-label.selected{background-color:var(--fifth-color);border-color:var(--primary-color)}.radio-label:before{content:"";width:16px;height:16px;border-radius:50%;border:2px solid #aaa;align-self:first baseline;transition:background-color .2s ease}.radio-label.selected:before{background-color:var(--tertiary-color);border:1px var(--primary-color) solid}.vin-specific-field{background-color:#fff}.slide-forward-enter{opacity:0;transform:translate(100%)}.slide-forward-enter-active{opacity:1;transform:translate(0);transition:all .5s ease}.slide-forward-exit{opacity:1;transform:translate(0)}.slide-forward-exit-active{opacity:0;transform:translate(-100%);transition:all .5s ease}.slide-backward-enter{opacity:0;transform:translate(-100%)}.slide-backward-enter-active{opacity:1;transform:translate(0);transition:all .5s ease}.slide-backward-exit{opacity:1;transform:translate(0)}.slide-backward-exit-active{opacity:0;transform:translate(100%);transition:all .5s ease}.multi-list-items{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:50px}.step-bay-list.multistep-bay-list{display:flex;flex-direction:column;align-items:center;gap:20px}.multi-list-item{display:flex;align-items:center;gap:24px;padding:16px;cursor:pointer;border-radius:16px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .1s ease,box-shadow .1s ease;border:1px solid #E7F4FD}.multi-list-item.pressed{transform:scale(.98);box-shadow:0 1px 2px rgba(0,0,0,.1)}.multi-list-item.selected .custom-checkbox{border:2px solid var(--primary-color)}.custom-checkbox{width:24px;height:24px;border:1px solid #ccc;border-radius:4px;display:flex;align-items:center;justify-content:center}.custom-empty-box{width:100%;height:100%}.tick-icon{width:16px;height:16px}.multi-list-text{font-size:18px;font-weight:600;font-family:Poppins,sans-serif;color:#121212;flex-grow:1}.custom-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:20px;text-align:left;display:flex;justify-content:space-between;align-items:center;max-width:100px}.custom-card h3{font-size:18px;font-weight:500;color:#1f1d28;margin-bottom:10px;width:100%}.custom-card img{width:120px;height:170px}.custom-card-left{display:flex;justify-content:space-between;height:100%;flex-direction:column}.support-textarea{width:100%;border:none;background:transparent;font-size:15px;font-family:Poppins;color:var(--nice-black);padding:12px;resize:vertical;background-color:var(--bg-color)}.support-page{padding:20px;text-align:center}.support-header{margin-bottom:30px}.support-header h1{color:#1f1d28;font-size:40px;font-family:Poppins,sans-serif;font-weight:600;line-height:1.2;margin:0}.support-cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.support-cards .custom-card{flex:1 1 calc(33.33% - 30px);max-width:calc(33.33% - 70px);margin-bottom:50px}.profile-container{display:flex;flex-direction:row;padding:20px;margin:0 120px 120px;gap:20px}.profile-sidebar-button{margin-top:22px;font-size:12px}.content-wrapper{display:flex}.section{display:flex;width:100%}.profile-settings-container{display:flex;flex-direction:column;gap:50px;padding:20px}.profile-settings-container h1{margin:0;padding:0;text-align:left}.profile-info-container{position:relative;border-radius:16px;padding:24px;display:flex;flex-direction:column;width:600px}.profile-row{display:flex;flex-direction:row;gap:30px}.profile-second-row{width:50%}.profile-picture-row{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.profile-picture-section{display:flex;flex-direction:row;align-items:center;gap:10px;transform:scale(.95)}.profile-picture-section .primary-button{width:120px}.profile-image img{width:80px;height:80px;object-fit:cover;border-radius:50%}.display-name-row{display:flex;flex-direction:column}.display-name-group input{outline:1px solid var(--primary-color)!important}.profile-section-group{display:flex;flex-direction:column;flex:1}.name-surname-row .profile-section-group,.email-telephone-row{flex:1}.trash-button{background:none;border:none;cursor:pointer}.trash-button img{width:24px;height:24px}.location-save-row{align-items:center}.location-save-row .primary-button{align-self:flex-end}.profile-ii{background:#eaeaea!important}.header-container{display:flex;justify-content:space-between;align-items:center}.header-actions{margin-inline-start:auto}.section-wrapper{display:flex;flex-direction:column;gap:40px;padding:40px;border-radius:16px;min-width:900px}.section-wrapper h1{margin:0 0 20px;font-size:1.5rem}.new-ad-button{display:flex;align-items:center;font-weight:600;justify-content:center;padding:10px 20px}.new-ad-button .plus-icon{width:20px;height:20px;margin-left:8px}.applied-filters-container{display:flex;flex-wrap:wrap;gap:8px;padding:8px}.filter-item{display:flex;align-items:center;color:#121212;border-radius:16px;border:1px solid #eaebeb;padding:10px 20px;white-space:nowrap;font-family:Poppins,sans-serif;font-size:12px}.filter-item span{margin-right:8px}.close-icon-button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-inline-start:10px}.close-icon{width:12px;height:12px}.no-filters-message{width:100%;text-align:center;font-size:14px;color:#121212;padding:20px 0}.filter{width:250px;background:#fff;border-radius:16px;border:1px solid #E7F4FD;padding:20px;margin-bottom:20px;position:relative}.filter-options{display:flex;flex-direction:column;max-height:300px;overflow-y:auto;transition:max-height .3s ease,padding .3s ease}.filter-options.fixed-height{height:120px!important;overflow-y:auto;transition:none}.filter.collapsed .filter-options.fixed-height{height:0!important;padding-top:0!important;padding-bottom:0!important;overflow:hidden}.filter.collapsed .filter-options{max-height:0;padding-top:0;padding-bottom:0;overflow:hidden}.filter-header{font-size:18px;color:#1f1d28;font-weight:500;line-height:32px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.filter.collapsed .arrow-down-w-rot{transform:rotate(180deg)}.filter-options::-webkit-scrollbar{width:3px;height:3px}.filter-options::-webkit-scrollbar-thumb{background:var(--tertiary-color);border-radius:10px}.filter-options::-webkit-scrollbar-track{background:transparent}.filter-options{scrollbar-width:thin;scrollbar-color:var(--tertiary-color) transparent}.filter-options::-webkit-scrollbar{display:none}.filter-options:hover::-webkit-scrollbar{display:block}.filter-separator{height:1px;background:#f9fafb;margin-top:5px;margin-bottom:10px}.header-controls{display:flex;align-items:center;gap:8px}.reset-button{background:none;border:none;cursor:pointer}.reset-button img{width:30px;height:30px}.circle-select-container{display:flex;gap:25px;justify-content:center}.circle-item{width:52px;height:52px;border-radius:50%;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;font-size:11px;color:#333;cursor:pointer;user-select:none;transition:background-color .2s,border-color .2s}.circle-item.selected{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.range-slider-wrapper{width:100%}.range-slider-inputs{display:flex;align-items:center;gap:10px;margin-bottom:10px}.range-slider-input{position:relative;width:100px;height:40px}.range-slider-input .background{width:100%;height:100%;background:#f9fafb;border-radius:16px;position:absolute;top:0;left:0}.range-slider-input .placeholder{position:absolute;left:15px;top:10px;color:#1f1d28;font-size:14px;font-family:Poppins,sans-serif;font-weight:400;line-height:24px}.icon-minus{position:relative;width:20px;height:20px}.icon-minus .minus{width:14px;height:2px;background:#bcbfc2;border-radius:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.range-slider{width:calc(100% - 20px);position:relative;height:15px;margin:10px}.range-slider .slider-track{position:absolute;height:5px;background:#f3f7f9;border-radius:2.5px;top:5px;left:0;width:100%}.range-slider .slider-fill{position:absolute;height:5px;background:var(--secondary-color);border-radius:2.5px;top:5px}.range-slider input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:5px;border-radius:2.5px;position:absolute;top:5px;margin:0;pointer-events:none}.range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;background:var(--primary-color);cursor:pointer;border-radius:50%;position:relative;pointer-events:auto;z-index:2}.range-slider input[type=range]::-moz-range-thumb{width:15px;height:15px;background:var(--primary-color);cursor:pointer;border-radius:50%;position:relative;pointer-events:auto}.results-container{width:100%;margin:0 auto}.results-container .home-search-bar{width:50%;margin:0 auto}.top-menu-bar{display:flex;height:60px;margin:0 auto;position:relative;padding:0 20px}.menu-background{width:100%;height:60px;background:#fff;position:absolute;top:0;left:0;z-index:-1}.menu-divider{width:100%;height:1px;background:#f3f7f9;position:absolute;bottom:0;left:0;z-index:-1}.menu-item-container{display:flex;align-items:center;cursor:pointer}.menu-links{display:flex;gap:10px;margin-left:30px;margin-bottom:4px}.menu-link{display:flex;align-items:center;font-size:12px;font-family:Poppins,sans-serif;font-weight:400;line-height:24px;color:#1f1d28}.menu-badge{width:21px;height:16px;background:#e7f4fd;border-radius:6px;display:flex;justify-content:center;align-items:center;font-size:10px;font-weight:500;color:#d7d2f2;margin-left:4px}.menu-arrow{width:16px;height:16px;display:flex;align-items:center;justify-content:center;margin-left:4px}.menu-arrow img{width:6px;height:3px}.menu-icon img{width:16px;height:16px}.main-results-container{display:flex;justify-content:center;width:83%;margin:10px auto;gap:20px}.sidebar{width:264px;padding:20px}.checkbox-container{display:flex;align-items:center;gap:10px;cursor:pointer}.custom-checkbox{width:24px;height:24px;position:relative;display:inline-flex;justify-content:center;align-items:center;cursor:pointer;border-radius:8px;border:1px solid #EAEBEB;background:#fff;z-index:1}.checkbox-checked{background:var(--tertiary-color)}.checkbox-bg{width:24px;height:24px;background:#fff;border-radius:8px;display:flex;justify-content:center;align-items:center}.checkbox-icon{width:15px;height:13px;background:url(../../assets/icons/white-checkmark.svg) no-repeat center;display:none;position:absolute}.checkbox-checked .checkbox-bg{background:var(--tertiary-color);border:none}.checkbox-checked .checkbox-icon{display:block}.checkbox-label{font-size:12px;font-family:Poppins,sans-serif;color:#1f1d28}.count-label{font-size:12px;color:#d7d2f2;margin-left:auto;background:#e7f4fd;border-radius:10px;padding:0 8px;display:flex;align-items:center;justify-content:center;height:20px}.product-display-container{flex-grow:1;display:flex;flex-direction:column;gap:20px;margin-top:20px}.product-display-top-bar{display:flex;justify-content:space-between;align-items:center;background:transparent;padding:10px 20px;border-radius:16px;margin-top:13px}.sort-by-container{display:flex;align-items:center;gap:10px}.sort-by-text{font-size:12px;color:#1f1d28}.sort-by-dropdown{width:207px;height:47px;position:relative;cursor:pointer}.old-dropdown-field{width:100%;height:100%;background:#fff;border-radius:16px;border:1px solid #F3F7F9;position:absolute;top:0;left:0}.px-small-arrow-down{width:16px;height:15.67px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.input-data{width:calc(100% - 48px);height:23.5px;position:absolute;top:50%;left:24px;transform:translateY(-50%);color:#1f1d28;font-size:13px;font-family:Poppins,sans-serif;font-weight:400;line-height:24px}.ad-container{display:flex;flex-wrap:wrap;gap:20px;transition:filter .5s ease;position:relative;overflow:hidden}.ad-container.loaded{filter:none}@keyframes move-rectangle{0%{transform:translate(-50%,100%) rotate(45deg)}to{transform:translate(-50%,-100%) rotate(45deg)}}.view-icon.selected{background-color:var(--primary-color)}.view-icon.selected img{filter:brightness(0) invert(1)}.skeleton{background-color:#f0f0f0;border-radius:8px;animation:skeleton-loading 1.2s infinite ease-in-out}.skeleton-photo{width:100%;height:138px;background-color:#e0e0e0;border-radius:8px;margin-bottom:10px}.skeleton-placeholder{background-color:#e0e0e0;border-radius:4px;margin-bottom:10px}.skeleton-location,.skeleton-date{width:80%;height:12px}.ad-title.skeleton-placeholder{width:60%;height:16px}.ad-price.skeleton-placeholder{width:40%;height:20px}@keyframes skeleton-loading{0%{background-color:#f0f0f0}50%{background-color:#e0e0e0}to{background-color:#f0f0f0}}.results-sidebar{width:300px;padding:20px}.product-sidebar-container{width:264px;max-height:550px;background:#fff;border-radius:16px;border:1px solid #E7F4FD;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px}.product-sidebar-content{display:flex;flex-direction:column;align-items:center;width:100%}.product-sidebar-header{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;margin-bottom:20px}.seller-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;position:relative;z-index:2}.seller-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.seller-account-info{display:flex;flex-direction:column;text-align:center;color:#9f9f9f;font-size:12px;margin-left:15px}.seller-rating{display:flex;justify-content:center;align-items:center;gap:5px;margin-bottom:10px}.seller-stars{color:var(--primary-color)}.seller-rating-value{color:#1f1d28;font-size:16px;font-weight:500;line-height:10px}.avatar-ellipses{transform:translate(-0%,-0%)}.avatar-ellipse-left{position:absolute;top:50%;left:0;transform:translate(-50%,-50%);z-index:1}.avatar-ellipse-top{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:1}.avatar-ellipse-right{position:absolute;top:50%;right:0;transform:translate(50%,-50%);z-index:1}.product-price{color:var(--primary-color);font-weight:700;font-size:22px;align-self:first baseline;line-height:20px}.seller-buttons{display:flex;flex-direction:column;gap:30px}.seller-buttons .primary-button{height:60px}.seller-button{font-size:12px;width:200px;background-color:var(--primary-color)!important;color:#f3f7f9!important}.product-sidebar-separator{width:80%;height:.5px;background:#ebebeb;margin:0 auto}.pss-topper{margin-top:30px}.pss-bottomer{margin-bottom:25px}.product-sidebar-footer{display:flex;flex-direction:column;gap:16px;width:100%;margin-top:25px}.product-footer-item{width:100%;position:relative;background:#fff;border-radius:16px;border:1px solid #F3F7F9;display:flex;align-items:center;padding:16px;box-sizing:border-box}.product-footer-icon{width:24px;height:24px;margin-inline-end:16px}.product-footer-text{display:flex;flex-direction:column;width:100%}.product-footer-title{color:#9f9f9f;font-size:12px;font-family:Poppins,sans-serif;font-weight:400;line-height:24px;margin:0}.product-footer-action{color:var(--primary-color);font-size:14px;font-family:Poppins,sans-serif;font-weight:400;line-height:24px;margin:0;transition:color .3s ease}.product-footer-action.phone-revealed{color:#1f1d28}.product-footer-subtitle{color:#1f1d28;font-size:14px;font-family:Poppins,sans-serif;font-weight:400;line-height:24px;margin:0}.avatar-ellipses{position:relative;margin-right:12px}.seller-account-info{text-align:left;color:#9f9f9f;font-size:12px}.seller-rating{display:flex;justify-content:flex-start;align-items:center;gap:5px;margin-bottom:10px}.seller-review-text{color:var(--primary-color);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:24px;text-decoration-line:underline;cursor:pointer}.other-ads-from-seller-text{color:var(--Primary-Blue, #D7D2F2);text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;letter-spacing:-.028px;cursor:pointer}.profile-avatar{display:flex;align-items:center}.avatar-large{width:84px!important;height:84px!important}.seller-details{display:flex;flex-direction:column;font-size:12px;margin-inline-start:15px}.seller-name{font-weight:700;color:#262626;margin-bottom:5px;font-size:14px}.seller-member-since{color:#757575;margin-bottom:5px}.seller-posts{color:#757575}.seller-posts b{color:#262626;font-weight:700}.product-skeleton-wrapper{width:100%;box-sizing:border-box;position:relative}.product-skeleton{background-color:#eee;border-radius:6px;position:relative;overflow:hidden}.product-skeleton:after{content:"";display:block;position:absolute;left:-150px;top:0;height:100%;width:150px;background:linear-gradient(to right,transparent 0%,#ccc 50%,transparent 100%);animation:product-skeleton-loading 1.2s infinite}@keyframes product-skeleton-loading{0%{left:-150px}to{left:100%}}.product-skeleton-text{margin-bottom:16px}.product-skeleton-image-cover{width:100%;height:300px;margin-bottom:20px}.product-skeleton-small-slider{width:100%;height:80px;margin-bottom:20px}.product-skeleton-details{width:100%;height:220px}.product-skeleton-sidebar{width:264px;height:550px;margin-left:50px}.product-image-cover-container{position:relative;width:100%;background-color:#fff;border-radius:16px;border:1px solid #e7f4fd;overflow:hidden}.cover-icons{position:absolute;top:16px;left:16px;right:16px;display:flex;justify-content:space-between;z-index:10}.cover-favorite-icon{cursor:pointer}.cover-right-icons{display:flex;gap:8px}.cover-icon{width:44px;height:44px;border-radius:50%;padding:4px;cursor:pointer}.cover-main-image{position:relative;width:100%;height:500px;overflow:hidden}.cover-main-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:calc(100% - 40px);max-height:calc(100% - 40px);object-fit:contain;border-radius:16px}.small-slider-container{display:flex;align-items:center;gap:8px;position:relative}.small-slider-container.vertical{flex-direction:column;align-items:center}.small-slides{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:10px;width:100%;padding:10px 0}.small-slides.vertical{flex-direction:column;overflow-y:auto;overflow-x:hidden;gap:10px;padding:10px 0;height:65%}.small-slides::-webkit-scrollbar{display:none}.small-slides{scrollbar-width:none}.small-slide{flex:0 0 auto;background-color:#fff;border:1px solid #e7f4fd;border-radius:8px;padding:4px;cursor:pointer;position:relative;width:100px;height:100px;display:flex;justify-content:center;align-items:center}.selected-slide{border:1px solid var(--primary-color)}.small-slide img{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.small-slider-arrow{background-color:#fff;border:1px solid #e7f4fd;border-radius:8px;display:flex;justify-content:center;align-items:center;cursor:pointer;user-select:none;outline:none}.small-slider-arrow{width:24px;height:100px}.small-slider-arrow img{width:14px;height:14px}.small-slider-arrow-left{margin-right:4px}.small-slider-arrow-right{margin-left:4px}.small-slider-container.vertical .small-slider-arrow{width:100%;height:24px;margin:4px 0}.small-slider-arrow-top{margin-bottom:4px}.small-slider-arrow-bottom{margin-top:4px}.small-slider-arrow:hover{background:#f9fafb}.overlay-slider-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:9999;display:flex;justify-content:center;align-items:center}.overlay-slider-content{position:relative;width:80%;height:80%;display:flex;border-radius:8px;overflow:hidden;direction:ltr}.overlay-close-btn{position:absolute;top:8px;right:12px;color:#000;background:transparent;border:none;font-size:36px;line-height:36px;cursor:pointer;z-index:2}.overlay-close-btn img{width:32px;height:32px}.overlay-vertical-slider{position:relative;width:150px;height:100%;border-right:1px solid #e7e7e7;display:flex;flex-direction:column;align-items:center}.overlay-arrow{width:24px;height:24px;background:#fff;border:1px solid #e7f4fd;border-radius:4px;margin:8px 0;display:flex;justify-content:center;align-items:center;cursor:pointer}.overlay-arrow:hover{background-color:#f2f2f2}.overlay-thumbs{flex:1;overflow-y:auto;scrollbar-width:none;width:100%;display:flex;flex-direction:column;align-items:center}.overlay-thumbs::-webkit-scrollbar{display:none}.overlay-thumb{width:60px;height:60px;border:1px solid #e7f4fd;border-radius:8px;margin:8px 0;overflow:hidden;cursor:pointer;display:flex;justify-content:center;align-items:center}.overlay-thumb img{max-width:100%;max-height:100%;object-fit:contain}.overlay-selected-thumb{border:2px solid var(--primary-color)}.overlay-large-image{flex:1;position:relative;background:#fff}.overlay-large-image img{position:absolute;top:50%;left:50%;max-width:90%;max-height:90%;transform:translate(-50%,-50%);object-fit:contain;border-radius:8px}.product-details-description-container{display:flex;flex-direction:column;border-radius:16px;padding:26px;gap:30px}.product-specifications h3,.product-description h3{font-size:24px;color:#1f1d28;font-weight:600;margin-bottom:10px;line-height:32px}.specifications-list{list-style:none;padding:0;margin:0}.spec-item{display:flex;align-items:flex-start;margin-bottom:10px}.spec-key{width:50%;font-weight:600;color:#9f9f9f}.spec-value{width:50%;font-size:16px;font-weight:500;color:#191919;text-align:right}.spec-values-list{list-style:none;margin:0;padding-left:0;text-align:right}.spec-toggle-button{background:none;border:none;color:#007bff;text-decoration:underline;cursor:pointer;margin-top:5px;padding:0}.product-description p{font-size:14px;font-weight:400;color:#1f1d28;line-height:1.5}.product-general-tips-container{width:264px;background:#fff;border-radius:16px;border:1px solid #E7F4FD;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;margin-top:20px}.product-general-tips-title{font-size:18px;font-weight:500;margin:0;color:#1f1d28}.pg-sep{width:80%;height:.5px;background:#ebebeb;margin:0 auto}.tips-list-wrapper{border:1px solid rgba(220,20,60,.3);border-radius:8px;padding:16px}.product-general-tips-list{margin:0;padding-left:20px;font-size:14px;line-height:1.8}.product-general-tips-list li{color:#9f9f9f}.product-page-grid{display:grid;grid-template-columns:15% 50% 20% 15%;grid-template-rows:auto;width:100%;box-sizing:border-box}.product-title{grid-column:2 / 3;margin:0 0 20px;font-size:32px;font-weight:600;color:#262626}.left-spacer{grid-column:1 / 2}.right-spacer{grid-column:4 / 5}.product-container{grid-column:2 / 3;display:flex;flex-direction:column;gap:30px}.seller-container{grid-column:3 / 4;margin-left:40px}.product-image-and-slider{display:flex;flex-direction:column;gap:20px;width:100%}.product-publish-row{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1rem;border-top:1px solid #eaeaea;padding:10px}.product-publish-left{display:flex;flex-direction:row;gap:2rem}.product-views,.product-published-date{font-size:14px;color:#1f1d28}.product-views-views{font-weight:600}.product-publish-right{display:flex;align-items:center}.report-ad-button{background-color:transparent;color:var(--tertiary-color);border:none;border-radius:4px;padding:.5rem 1rem;font-size:16px;cursor:pointer;transition:background-color .2s ease}.similar-ads-container{width:150%}[dir=rtl] .similar-ads-container{float:right}.similar-ads-title{font-size:35px;color:#1f1d28;font-weight:600}.seller-page-new{display:flex;justify-content:center}.horizontal-sidebar-container{width:30%;height:120px;background:#fff;border-radius:16px;border:1px solid #E7F4FD;padding:20px;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;align-items:center;gap:20px}.seller-container{display:flex;flex-direction:column;margin:0 auto;width:60%}:root{--primary-color: #39A131;--secondary-color: rgba(0, 162, 55, .8);--tertiary-color: rgba(0, 162, 55, .6);--quaternary-color: rgba(0, 162, 55, .4);--fifth-color: rgba(0, 162, 55, .2);--dark-green: #0a6b00;--alt-primary-color: #0A6B00;--alt-secondary-color: #E6F5EB;--alt-tertiary-color: #D9E7E9;--alt-quaternary-color: #F6F8E7;--white: #ffffff;--light-white: #E6F5EB;--nice-black: #222222;--tough-black: #262626;--clean-black: #1F1D28;--light-grey: #9f9f9f;--lighter-grey: #eeeeee;--ext-light-grey: #F9FAFB;--ext-light-grey-border: #EAEBEB;--ext-light-grey-strong: #e8e8e8;--r1-color: #00606C;--bg-color: #F9FAFB}.layout{display:flex;flex-direction:column;min-height:100vh}.content{flex:1;min-height:70vh;padding-bottom:120px}div{color:var(--nice-black)}html,body,#root{height:100%;margin:0}body{position:relative;background:var(--bg-color);font-family:Poppins,sans-serif;font-weight:400;margin:0;min-height:100vh;box-sizing:border-box;overflow-x:hidden}h1,h2,h3{color:var(--clean-black);font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:32px;letter-spacing:.036px}h1{font-size:28px;font-weight:600;line-height:32px}li,p{color:var(--Text-Black100, #1F1D28)}a{cursor:pointer}select{width:100%;padding:10px 20px;margin-top:5px;background:var(--ext-light-grey);border:1px solid var(--ext-light-grey-border);border-radius:16px;font-family:Poppins,sans-serif;font-size:14px;color:#1f1d28;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='6'%20viewBox='0%200%2010%206'%3E%3Cpath%20fill='%239F9F9F'%20d='M0,0%2010,0%205,6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer;outline:none}input{outline:none;font-family:Poppins}textarea{outline:none}input{border:1px solid #ccc;padding:.5rem;border-radius:4px}input[type=range]{border:none;padding:0}input.invalid{border-color:red;background-color:#fdd}::selection{background-color:var(--tertiary-color);color:var(--nice-black)}::-webkit-selection{background-color:var(--tertiary-color);color:var(--nice-black)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px #F9FAFB inset!important;-webkit-text-fill-color:#262626!important;transition:background-color 5000s ease-in-out 0s}input[type=checkbox]{width:24px;height:24px;position:relative;appearance:none;-webkit-appearance:none;background:#fff;border-radius:8px;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;margin-right:8px;vertical-align:middle}input[type=checkbox]:checked{background-color:var(--tertiary-color);border:none}input[type=checkbox]:checked:before{content:"";font-family:FontAwesome;color:#fff;position:absolute;font-size:18px}input[type=checkbox]:focus{outline:none}label{width:100%;margin-top:20px;font-family:Poppins,sans-serif;font-size:13px;font-weight:400;color:#1f1d28;display:inline-block}.app-badges{display:flex;gap:20px}.app-badge{cursor:pointer;display:flex;align-items:center;justify-content:center;background:transparent;transition:transform .3s}.app-badge:hover{transform:scale(1.05)}.app-badge img{width:150px;height:auto}.fade-enter{opacity:0;transform:translateY(20px)}.fade-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s,transform .3s}.fade-exit{opacity:1;transform:translateY(0)}.fade-exit-active{opacity:0;transform:translateY(-20px);transition:opacity .3s,transform .3s}.back-button{display:flex;align-self:first baseline;background:none;border:1px solid #EAEBEB;border-radius:16px;padding:10px 20px;color:#262626;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;cursor:pointer;margin-bottom:30px}[dir=rtl] .back-button img{transform:rotate(180deg)}.zoom-enter{transform:scale(.9);opacity:0}.zoom-enter-active{transform:scale(1);opacity:1;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.zoom-exit{transform:scale(1);opacity:1}.zoom-exit-active{transform:scale(.9);opacity:0;transition:transform .3s ease-in-out,opacity .3s ease-in-out}input[type=email]:not(.home-search-input),input[type=password]:not(.home-search-input),input[type=text]:not(.home-search-input,.general-search-input){width:100%;padding:10px 20px;margin-top:5px;background:var(--ext-light-grey);border:1px solid var(--ext-light-grey-border);border-radius:16px;font-family:Poppins,sans-serif;font-size:14px;color:#1f1d28;box-sizing:border-box}.error-message{color:red;font-size:.875rem;margin-top:.25rem}.submit-button{width:220px;height:60px;padding:10px 20px;background-color:var(--tertiary-color);color:#262626;border-radius:16px;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;cursor:pointer;border:none;margin-top:20px;margin-bottom:30px}.header-button-large,.header-icon,.header-logo,.language-dropdown,.submit-button,.error-404-button,.menu-item,.primary-button,.secondary-button,.back-button,.home-search-button,.category-icon,.logout-button-container,.favorite-icon,.tertiary-button,.modal-close-button,.login-option-button,.chat-item,.modify-button,.reset-button,.cover-favorite-icon,.overlay-close-btn,.small-slide,.small-slider-arrow,.report-ad-button,.multi-list-item,.radio-label,.toggle-password{transition:transform .1s ease-in-out}.header-button-large:active,.header-icon:active,.header-logo:active,.language-dropdown:active,.submit-button:active,.error-404-button:active,.menu-item:active,.primary-button:active,.secondary-button:active,.back-button:active,.home-search-button:active,.category-icon:active,.logout-button-container:active,.favorite-icon:active,.tertiary-button:active,.modal-close-button:active,.login-option-button:active,.chat-item:active,.modify-button:active,.reset-button:active,.cover-favorite-icon:active,.overlay-close-btn:active,.small-slide:active,.small-slider-arrow:active,.report-ad-button:active,.multi-list-item:active,.radio-label:active,.toggle-password:active{transform:scale(.95)}.toggle-password{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer}[dir=rtl] .toggle-password{left:.5rem}[dir=ltr] .toggle-password{right:.5rem}.horizontal-divider{height:1px;background:#121212;border-radius:12px;opacity:.05;margin:20px 50px 0}.primary-button{width:200px;height:50px;color:var(--nice-black);background-color:var(--tertiary-color);border-radius:16px;font-family:Poppins,sans-serif;font-weight:500;font-size:13px;cursor:pointer;border:none}.secondary-button{width:106px;height:52px;background:var(--secondary-color);border-radius:16px;border:none;color:var(--ext-light-grey);font-size:16px;font-family:Poppins,sans-serif;font-weight:600;cursor:pointer;text-align:center}.tertiary-button{width:52px;height:48px;background:red;border-radius:16px;border:none;color:var(--ext-light-grey);font-size:16px;font-family:Poppins,sans-serif;font-weight:600;cursor:pointer;text-align:center}.modify-button{color:var(--nice-black);background-color:var(--secondary-color);border-radius:16px;border:none;align-items:center;display:flex;justify-content:center;padding:8px;font-size:12px;font-family:Poppins,sans-serif;font-weight:600;cursor:pointer;text-align:center}.view-icons{display:flex;gap:10px}.view-icon{width:34px;height:34px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.view-icon img{width:16px;height:16px}
