body{display:flex;align-items:center;justify-content:center;height:100vh;height:100dvh;background:#e1e4e5}.container{width:70vw;max-height:98vh;min-height:85vh;background:#fff;display:flex;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #00000014}.left{flex:1;background:#fff;position:relative;display:flex;flex-direction:column;padding:12px 40px}@media(max-width:650px){.left{padding:35px 40px}}.logo{font-weight:600;font-size:18px;left:-60px}.logo img{width:auto;height:55px}.form-wrapper{flex:1;display:flex;flex-direction:column;max-width:380px;width:100%;margin:0 auto}.segment{position:relative;display:flex;width:220px;margin:0 auto 20px;background:#f6fafb;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.segment button{flex:1;padding:10px 0;border:none;background:transparent;font-size:14px;cursor:pointer;outline:none;z-index:2}.segment button:hover{outline:none}.indicator{position:absolute;width:50%;height:100%;background:#ff7a00;transition:.2s ease;left:0;border-radius:6px}.indicator.move{left:50%}.active-cat{color:#fff}h2{font-size:17px;margin-bottom:12px;text-align:left;color:#000}.form{display:flex;flex-direction:column;gap:16px}.input-group{display:flex;align-items:center;background:#f6fafb;border:1px solid #e5e7eb;border-radius:8px;padding:5px}.input-group svg{margin-right:10px;color:#888}.input-group .input-form{flex:1;border:none;background:transparent;font-size:10px;outline:none}.input-group input:focus{outline:none}.input-group .country{height:100%;border:none;-webkit-user-select:none;user-select:none;margin-right:.2em;background:transparent}.red{border-color:#f80606}.red-small{margin:0;color:red}.phone-group{display:flex;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb;background:#f6fafb}.phone-group select{border:none;background:#fff;padding:0 10px;font-size:14px}.phone-group input{flex:1;border:none;background:transparent;padding:12px}.phone-group input:focus{outline:none}.checkbox{display:flex;align-items:center;font-size:13px;gap:8px;color:#000}.signup-btn{background:#ff7a00;color:#fff;border:none;padding:12px;border-radius:8px;font-size:14px;cursor:pointer;transition:.3s}.signup-btn:hover{background:#e66a00}.login-link{margin-top:5px;text-align:center;font-size:13px;color:#000;margin-bottom:5px}.login-link span{color:#ff7a00;cursor:pointer}.right{flex:1;background:linear-gradient(135deg,#ff7a00,#ff9500);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;color:#fff}.image-container img{width:auto;max-width:230px;height:300px}.right-text{text-align:center;max-width:320px}.right-text h3{margin-bottom:12px}@media(max-width:1100px){.container{width:90vw;height:90vh}}@media(max-width:900px){.right{display:none}.container{width:95vw;min-height:100vh;margin:0;overflow:scroll}body{padding:0}}.page-container{padding:40px;max-width:1100px;margin:0 auto;font-family:system-ui,-apple-system,sans-serif}.top-bar{display:flex;align-items:center;justify-content:center;margin-bottom:20px}.top-bar img{height:40px}.intro{max-width:700px;margin:50px 0 40px}.intro h1{font-size:34px;font-weight:700;margin-bottom:12px;letter-spacing:-.5px}.intro p{color:#666;line-height:1.6;font-size:15px}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.category-card{background:linear-gradient(145deg,#f5f7f8,#fff);border-radius:16px;padding:16px 14px;display:flex;align-items:center;gap:14px;cursor:pointer;transition:all .25s ease;border:1px solid rgba(0,0,0,.06);position:relative;overflow:hidden}.category-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000014;border-color:#ff7a004d}.category-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,122,0,.08),transparent);transition:.5s}.category-card:hover:before{left:100%}.icon-box{width:46px;height:46px;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000000f}.category-card svg{color:#ff7a00;font-size:18px}.category-text{font-weight:600;font-size:14px;color:#222}.category-card.active{border:1px solid #ff7a00;background:#fff3e6;box-shadow:0 10px 20px #ff7a0026}.category-card.active:after{content:"✓";position:absolute;top:10px;right:12px;width:20px;height:20px;background:#ff7a00;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.buttons{margin-top:35px;gap:15px;display:flex;justify-content:space-between}.btn{padding:12px 28px;border-radius:10px;border:none;font-size:14px;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px)}.back-btn{background:#e9ecef;color:#333;padding:5px}.next-btn{background:#ff7a00;color:#fff}.next-btn:disabled{opacity:.5;cursor:not-allowed}.spinner{width:16px;height:20px;border:2px solid #fff;border-top:2px solid rgba(255,255,255,.4);border-radius:50%;animation:spin .7s linear infinite}@media(max-width:768px){.page-container{padding:25px}.intro h1{font-size:24px}.categories-grid{grid-template-columns:repeat(2,1fr)}.buttons{flex-direction:row}.btn{flex:1}}@media(max-width:480px){.categories-grid{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}.loader{width:100vw;height:100%;height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.2em;font-weight:700;color:#000;background:#fff;scrollbar-width:none;overflow:hidden}.loader img{width:270px;height:auto}.loader .bottomLoading{position:absolute;bottom:15px;margin-bottom:2em 0;width:100%;display:flex;align-items:center;justify-content:center}.loader .bottomLoading .spinner{width:19px;height:19px;border:2px solid var(--primary);border-top:2px solid white;border-radius:50%;animation:spin .7s linear infinite}.dashboard{width:100vw;height:100%;height:100dvh;display:flex;overflow:hidden;background:#333}.sidebar{min-width:20%;display:flex;flex-direction:column;align-items:center;border:none;border-right:1px solid #eee;font-family:Inter,sans-serif;color:#fff;background:#333;flex-shrink:0}.sidebar-logo{min-width:80%;height:8%;height:auto;display:flex;border-bottom:1px solid var(--secondary);align-items:center;font-size:1.2em;font-weight:700;color:#fff}.sidebar-logo img{width:auto;height:63px;position:relative;left:-15px}.sidebar-menu{display:flex;flex-direction:column;align-items:start;gap:16px;justify-content:start;width:80%;min-height:80%;border-bottom:1px solid var(--secondary);padding:1em 0;box-sizing:border-box}.sidebar-menu::-webkit-scrollbar{width:5px}.sidebar-menu::-webkit-scrollbar-track{background:transparent}.sidebar-menu::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.sidebar-item{display:flex;font-weight:600;transition:all .3s ease,transform .3s ease;min-width:100%;cursor:pointer;text-decoration:none;color:#fff;font-size:.9em;padding:.65em .3em .65em 0;font-family:lato}.sidebar-item .icon{position:relative;left:-4px;padding-left:0;color:#fff}.sidebar-item.active{border-right:5px solid var(--primary);color:var(--primary);font-weight:600}.sidebar-item.active .icon,.sidebar-item.active .label{color:var(--primary)}.sidebar-item.logout{display:flex;justify-content:space-between}.sidebar-item.logout .row-user{display:flex}.sidebar-item.logout .row-user img{height:28px;width:28px;border:1px solid #e1e4e5;border-radius:50%}.sidebar-item.logout .row-user .data{display:flex;flex-direction:column;gap:5px}.sidebar-item.logout .row-user .data .name-user{font-weight:700;font-size:.8em}.sidebar-item.logout .row-user .data .email{font-size:.6em}.sidebar-item.logout:hover{color:red}.sidebar-item:hover{color:var(--primary);transform:translate(10px)}.sidebar-item span{margin-left:1em;text-transform:capitalize}.sidebar-bottom{display:flex;flex-direction:column;align-items:end;justify-content:space-evenly;width:80%;padding:7px 0}.main{flex:1;display:flex;flex-direction:column;overflow:hidden;background-color:#fff}.content{overflow-y:auto;flex:1;display:flex;flex-direction:column;border-bottom:1px solid var(--secondary)}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:1em 2em;border-bottom:1px solid #e1e4e5;height:12%;flex-shrink:0}.header-left{display:flex;align-items:center;gap:1em}.header-left h1{font-size:1.2em;font-weight:600;color:#333}.mobile-menu{display:none;font-size:1.5em;cursor:pointer;color:#ff7a00}.search-bar{width:45%;height:100%;background:var(--secondary);display:flex;flex-direction:column;position:relative;align-items:center;justify-content:flex-start;padding:10px;gap:5px}.search-bar ul.suggestions{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #ccc;border-radius:6px;max-height:250px;overflow-y:auto;box-shadow:0 2px 8px #00000026;list-style:none;padding:0;margin:5px 0 0;z-index:100}.search-bar ul.suggestions li{padding:8px 10px;cursor:pointer;transition:background .2s ease}.search-bar ul.suggestions li:hover{background:#f7f7f7}.search-bar input{border:none;outline:none;background:transparent;width:85%;padding:5px 0}.header-right{display:flex;align-items:center;gap:1.5em;max-height:100%;overflow-y:hidden}.user-greeting{font-size:.6em}.user-greeting .hello{color:#777}.user-greeting .username{font-weight:600;color:#333}.icon-container{display:flex;align-items:center;gap:.8em;padding:.4em .6em}.icon-wrapper{position:relative;cursor:pointer;color:gray;font-size:1em;transition:transform .2s ease,color .2s ease}.icon-wrapper:hover{transform:scale(1.1)}.icon-wrapper.notifications .badge{position:absolute;top:-6px;background:#ff7a00;color:#fff;font-size:.5em;font-weight:700;width:6px;height:6px;border-radius:50%;display:flex;align-items:center;justify-content:center}.icon-wrapper.notifications .badge-sticky{position:absolute;top:-4px;background:#ff7a00;width:7px;height:7px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-right img{width:40px;height:40px;object-fit:cover;border-radius:50%}.search-area{position:absolute;z-index:180;width:33.9%;left:59.15%;top:203px;min-height:300px;background:var(--secondary);transform:translate(-50%,-50%);display:flex;gap:12px;flex-direction:column;padding:1em}.mobile-header{display:flex;justify-content:space-between;align-items:center;padding:.2em 1.2em 0 1.1em;background:#fff;opacity:1;position:sticky;top:0;z-index:100;flex-shrink:0;height:80px}.mobile-header .header-mobile-left{display:flex;align-items:center;padding:1em 0}.mobile-header .header-mobile-left img{width:43px;height:43px;object-fit:fill;border-radius:10px;margin-right:15px}.mobile-header .header-mobile-left .greeting-mobile{display:flex;flex-direction:column;gap:3px}.mobile-header .header-mobile-right{display:flex;align-items:center;gap:7px}.mobile-header .header-mobile-right .icon{padding:7px;border:1px solid var(--secondary);border-radius:8px}.mobile-header .header-mobile-right .icon .notification{width:8px;height:8px;border-radius:50%;background:var(--primary);position:absolute;top:27px}@media(min-width:768px){.mobile-header{display:none}}.toast-container{position:fixed;top:20px;width:370px;background:#fff;box-shadow:0 10px 25px #00000026;display:flex;gap:12px;padding:12px;border-radius:12px;cursor:pointer;z-index:9999;margin-left:10px;opacity:0;transition:all .25s ease}.toast-container.show{transform:translateY(0);opacity:1}.toast-container.hide{transform:translateY(-20px)}.toast-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover}.toast-icon{width:42px;height:42px;background:#fff3e8;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:18px}.toast-body strong{display:block;font-size:14px;color:#111}.toast-body p{font-size:12px;color:#666;margin:2px 0 0}.toast-header{display:flex;justify-content:space-between;align-items:center;gap:10px}.toast-time{font-size:11px;color:#999;white-space:nowrap}.toast-content{font-size:12px;color:#666;margin:3px 0 0;line-height:1.3}.toast-container:hover{transform:translateY(-2px);transition:.2s ease}.home{padding:1.5em 2em 1em}.products{flex:1;padding:30px 35px;background:#f7f7f7;gap:17px}.product-page{flex:1;padding:1.5em 2em 1em;display:flex;flex-direction:column;gap:17px}.order-page{flex:1;font-family:sans-serif;padding:1.5em 2em 1em}.shop{flex:1;padding:0 0 1em;display:flex;flex-direction:column;overflow-y:scroll}.cart{padding:2em 2em 1em;display:flex;flex-direction:column;gap:17px;overflow-y:scroll}.searchPage{width:100%;height:89%;padding:2.2em 12px 1em}@media(max-width:740px){.home{padding:.5em 15px 1em;scrollbar-width:none}.mobile-header{padding:.7em 1.6em 0 1.1em}.icon{padding:5px;font-size:.8em}}@media(max-width:650px){.content{scrollbar-width:none}.content::-webkit-scrollbar{display:none}.cart{padding:2em 0 1em 2em;scrollbar-width:none}.home{padding:.5em 15px 1em;scrollbar-width:none}.products{padding:30px 15px;background:#fff;scrollbar-width:none}.products::-webkit-scrollbar{display:none}.product-page{padding:0 0 1.5em;scrollbar-width:none}.shop{scrollbar-width:none}.loader img{width:220px}.sidebar{display:none}.toast-container{width:96%}}@media(max-width:900px){.user-greeting{display:none}.icon-container{gap:.5em;padding:.3em .5em}.sidebar{display:none}}.mobile-search-container{width:100%;display:flex;flex-direction:column;position:relative;overflow:visible}.mobile-search-bar{width:100%;background:#e1e4e5;display:flex;align-items:center;padding:6px 10px;border-radius:10px;position:relative;z-index:1000}.mobile-search-bar input{flex:1;border:none;outline:none;background:transparent;font-size:14px}.icon{cursor:pointer;color:#666;font-size:14px;margin-left:6px}.mobile-suggestions{position:absolute;top:105%;left:0;right:0;width:100%;background:#fff;border-radius:12px;margin-top:5px;list-style:none;padding:0;box-shadow:0 8px 20px #0000001f;max-height:250px;overflow-y:auto;z-index:999;animation:fadeIn .2s ease}.mobile-suggestions li{padding:12px;border-bottom:1px solid #eee;cursor:pointer;font-size:14px}.mobile-suggestions li:hover{background:#f5f5f5}.mobile-suggestions .see-all{font-weight:600;text-align:center;color:#ff7a00}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.bottomNavigationBar{height:58px;flex-shrink:0;display:flex;align-items:center;justify-content:space-around}.bottomNavigationBar .onglet{font-size:1em;padding:6px 9px;border-radius:8px;color:#000;text-decoration:none;display:flex;align-items:center;flex-direction:column;gap:2px}.bottomNavigationBar .onglet svg{font-size:.85em}.bottomNavigationBar .onglet small{font-size:.75em;font-weight:600}.bottomNavigationBar .onglet.active{color:var(--primary)}.pb{width:100%;position:relative}.pb-track{display:flex;overflow-x:auto;gap:10px;padding:10px;scroll-snap-type:x mandatory;scroll-behavior:smooth}.pb-track::-webkit-scrollbar{display:none}.pb-card{flex:0 0 90%;height:150px;border-radius:14px;overflow:hidden;position:relative;scroll-snap-align:center;cursor:pointer;transition:transform .3s ease}.pb-card:active{transform:scale(.97)}.pb-card img{width:100%;height:100%;object-fit:cover}.pb-layer{position:absolute;inset:0;display:flex;align-items:flex-end;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.pb-text{padding:12px;color:#fff}.pb-text h2{font-size:16px;margin:0;color:#fff}.pb-text p{font-size:12px;margin:4px 0}.event-btn{padding:5px 10px;background-color:var(--primary);border:none;color:#fff;border-radius:10px;margin-top:5px;font-size:12px}.pb-dots{display:flex;justify-content:center;gap:6px;margin-top:8px}.pb-dots span{width:7px;height:7px;background:#ddd;border-radius:50%;cursor:pointer;transition:.3s}.pb-dots span.active{background:#ff6d00;transform:scale(1.2)}@media(min-width:1024px){.pb{max-width:1200px;margin:auto;overflow:hidden}.pb-track{display:flex;gap:0;overflow:hidden;height:260px;transform:translate(calc(-100% * var(--index, 0)));transition:transform .6s ease}.pb-card{flex:0 0 100%;height:100%;border-radius:16px}.pb-card img{width:100%;height:100%;object-fit:cover}.pb-layer{background:linear-gradient(to top,rgba(0,0,0,.65),transparent)}.pb-text{padding:20px}.pb-text h2{font-size:22px}.pb-text p{font-size:14px}.event-btn{padding:8px 14px;font-size:13px}}.push-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:99999}.push-popup{width:360px;background:#fff;border-radius:18px;padding:0 20px 20px;box-shadow:0 20px 50px #00000040;animation:pop .2s ease}@keyframes pop{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.push-circle{width:100px;height:100px;top:-45px;background:#fff;position:relative;left:50%;transform:translate(-50%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ff6d00;font-size:2em}.push-circle svg{transform:rotate(35deg)}.push-header{font-size:18px;font-weight:600;color:#ff6d00;top:-38px;position:relative}.push-text{font-size:13px;color:#333;top:-27px;position:relative}.push-list{font-size:12px;color:#555;margin:10px 0;padding-left:18px}.push-actions{display:flex;justify-content:space-between;margin-top:15px}.btn-primary{background:#ff6d00;color:#fff;border:none;padding:8px 14px;border-radius:8px;cursor:pointer}.btn-secondary{background:transparent;border:1px solid #ccc;padding:8px 14px;border-radius:8px;cursor:pointer}.cgv{width:100dvw;height:100dvh;background-color:#fff;padding:1.5em 1em;overflow:scroll;display:flex;flex-direction:column;gap:30px;align-items:start}.cgv .termes{color:#000;opacity:.8;display:flex;flex-direction:column;gap:10px}.cgv .agree-btn{padding:15px;background:var(--primary);color:#fff;text-align:center;font-size:1.05em;text-transform:capitalize;font-weight:600;text-decoration:none;width:250px;border-radius:20px}.unfound{width:100vw;height:100vh;background:#fff;display:flex;align-items:center;flex-direction:column;justify-content:center;padding:0 1em}.unfound h1{text-transform:capitalize}.unfound .icon{font-size:1.5em;margin:1em 0}.unfound p{text-align:center}.unfound .back-safe{padding:10px 30px;background-color:var(--primary);color:#fff;text-decoration:none;margin:1em 0;text-transform:capitalize;font-weight:600}.notif-page{width:100%;height:100vh;background:#fff;display:flex;flex-direction:column}.notif-header-bar{display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:10;height:65px}.notif-header-bar h1{font-size:16px;font-weight:600}.back-btn,.settings-btn{background:none;border:none;font-size:18px;cursor:pointer}.notif-container{flex:1;overflow-y:auto;padding:15px}.notif-section-title{font-size:12px;color:#999;margin:10px 5px;font-weight:500}.notif-list{display:flex;flex-direction:column;gap:10px}.notif-card{display:flex;align-items:flex-start;gap:12px;background:#fff;border-radius:14px;padding:12px 14px;box-shadow:0 1px 3px #0000000a;transition:.2s ease;position:relative;cursor:pointer}.notif-card:hover{transform:scale(1.01)}.notif-card.unread{background:#fff7f2}.notif-avatar{width:38px;height:38px;border-radius:12px;background:#ff6d001f;color:#ff6d00;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.notif-content{flex:1;display:flex;flex-direction:column;gap:4px}.notif-top{display:flex;justify-content:space-between}.notif-title{font-size:13px;font-weight:600}.notif-date{font-size:11px;color:#999}.notif-body{font-size:12px;color:#666}.notif-chip{margin-top:5px;font-size:10px;padding:3px 8px;border-radius:999px;background:#ff6d001f;color:#ff6d00;width:fit-content}.notif-dot{width:8px;height:8px;border-radius:50%;background:#ff6d00;position:absolute;right:12px;top:12px}.notif-empty{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#777;margin-top:12em}.empty-icon{font-size:50px;margin-bottom:10px}.notif-empty h2{font-size:16px;margin-bottom:5px}.notif-empty p{font-size:12px;color:#999}.spinner{width:28px;height:28px;border:3px solid #eee;border-top:3px solid #ff6d00;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:650px){.notif-container{padding:10px}.notif-card{padding:10px 12px}.notif-title{font-size:12.5px}.notif-body{font-size:11.5px}}.marketPage{padding:2.2em 12px 1em}.searchBar{position:sticky;top:0;background:#fff;padding:0;display:flex;align-items:center;justify-content:center}.searchBar .search-input{width:98%;height:75%;background-color:var(--secondary);display:flex;align-items:center;padding:5px 12px;border-radius:8px}.searchBar .search-input input{width:85%;padding:12px;border-radius:12px;outline:none;border:none;background-color:transparent;font-size:13px}.searchBar .search-input .icon{color:#666}.scrollRow{display:flex;gap:8px;overflow-x:auto;padding:7px 2px}.scrollRow.cat{padding-top:15px}.scrollRow::-webkit-scrollbar{display:none}.chip{flex:0 0 auto;padding:6px 12px;border-radius:999px;border:1px solid #ddd;background:#fafafa;cursor:pointer;font-size:13px}.chip.active{background:#ff6d00;color:#fff;border-color:#ff6d00}.drawerBox{border-radius:12px;overflow:hidden;background:var(--secondary)}.drawerHeader{display:flex;justify-content:space-between;padding:8px;cursor:pointer}.drawerContent{max-height:0;overflow:hidden;opacity:0;transform:translateY(-5px);transition:.3s ease;display:flex;gap:10px;padding:0 10px}.drawerContent.open{max-height:120px;opacity:1;transform:translateY(0);padding:10px}.drawerContent input{width:50%;padding:10px;border:1px solid #ddd;border-radius:10px}.modeRow{display:flex;gap:10px;margin-top:10px}.results{margin-top:20px;display:grid;gap:10px}.card{padding:12px;border:1px solid #eee;border-radius:12px}.empty{text-align:center;color:#999}.row-filter{width:100%;display:flex;align-items:center;gap:12px;position:relative}.row-filter select{font-weight:500;text-align:center;text-transform:capitalize;font-size:.85em;width:110px;padding:8px;border-radius:8px;border:1px solid #ddd}.slider-wrapper{max-width:85%;min-width:80%;position:relative;display:flex;align-items:center;justify-content:space-between}.subcategories{width:95%;display:flex;justify-content:space-between;overflow-x:scroll;scroll-behavior:smooth;scrollbar-width:none;cursor:grab;gap:10px;padding:5px 0}.subcategories:active{cursor:grabbing}.subcategories::-webkit-scrollbar{display:none}.subcat{min-width:110px;padding:10px 15px;background:#fff;border-radius:8px;text-align:center;font-size:.85em;font-weight:500;white-space:nowrap;border:1px solid #eee;transition:.25s ease;cursor:pointer;text-transform:capitalize}.subcat:hover{background:#ff7a00;color:#fff;transform:translateY(-2px)}.subcat.active{background:#ff7a00;color:#fff;font-weight:600}.arrow{width:17px;height:17px;padding:6px;background:#fff;cursor:pointer;transition:.2s;color:#000;background:transparent;z-index:5;position:relative;background:#ddd;border-radius:50%;opacity:.4}.arrow:hover{color:#000}.arrow.left{position:relative;right:-12px}.arrow.right{position:relative;left:-12px}.search-settings{font-size:1.2em;color:#000;cursor:pointer}.mc-container{width:100%;background:#fff}.mc-categories{display:flex;overflow-x:auto;gap:12px;padding:10px;scrollbar-width:none}.mc-categories::-webkit-scrollbar{display:none}.mc-cat{flex:0 0 auto;font-size:14px;padding:8px 14px;border-radius:20px;background:#f5f5f5;cursor:pointer;white-space:nowrap;transition:.25s ease}.mc-cat--active{background:#ff6d00;color:#fff;font-weight:600}.mc-subcategories{display:flex;width:100%;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;gap:10px;padding:5px 9px;max-height:0;opacity:0;transform:translateY(-8px);transition:all .35s ease}.mc-subcategories::-webkit-scrollbar{display:none}.mc-subcategories--show{max-height:100px;opacity:1;transform:translateY(0)}.mc-subcat{flex:0 0 auto;min-width:100px;padding:9px 12px;background:#fff;border-radius:8px;text-align:center;font-size:.7em;font-weight:500;white-space:nowrap;border:1px solid #eee;transition:.25s ease;cursor:pointer;text-transform:capitalize}.mc-subcat:active{transform:scale(.95)}.mc-subcat:hover{background:#ff6d00;color:#fff;transform:translateY(-2px)}.mc-subcat--active{background:#ff6d00;color:#fff;font-weight:600;border-color:transparent}.text_present{margin:1em 0;text-transform:capitalize}.row-products-section{width:100%;margin:1em 0}.row-products-scroll{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding-bottom:5px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.row-products-scroll::-webkit-scrollbar{display:none}.grid-products-section{width:100%;margin:1em 0}.grid-products{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:650px){.grid-products{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.grid-products{grid-template-columns:repeat(4,1fr)}}.product-card{width:100%;flex:0 0 170px;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;color:#000;position:relative;transition:transform .2s ease;height:300px;border-top-left-radius:10px;border-top-right-radius:10px}.product-card .product-badge{background:#ff6d00;color:#fff;padding:6px 5px;font-size:.7em;font-weight:600;border-top-right-radius:10px;border-bottom-right-radius:10px}.product-card:hover{transform:translateY(-2px)}.product-card .top-row{width:100%;height:20px;display:flex;align-items:center;justify-content:space-between;z-index:4;padding-top:5px;position:absolute;top:5%;padding-right:10px}.product-card .top-row .like-card-btn{width:35px;height:35px;border-radius:50%;background:#fff;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000014}.product-card .top-row .like-card-btn.liked{color:red}.product-card img{width:100%;min-height:90%;position:relative;top:-20px;aspect-ratio:1 / 1;object-fit:cover;border-radius:10px}.product-card .bottom-infos{width:100%;height:20%;position:relative;top:-20px;font-size:1em;padding-top:3px;display:flex;flex-direction:column;justify-content:space-between}.product-card .bottom-infos .name-label{width:100%;display:flex;align-items:center;justify-content:space-between}.product-card .bottom-infos .name-label .name{text-align:start;text-transform:capitalize}.product-card .bottom-infos .name-label .label{padding:3px;background:var(--primary);color:#fff;font-size:.8em;border-radius:6px}.product-card .bottom-infos .obtain-product{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:.8em}.product-card .bottom-infos .obtain-product .prices .current-price{font-weight:600;margin-right:4px}.product-card .bottom-infos .obtain-product .prices .old-price{font-size:.8em;text-decoration:line-through}.product-card .bottom-infos .obtain-product .add-cart-btn{width:45px;height:37px;position:relative;top:-8px;display:flex;justify-content:center;align-items:center;font-weight:600}.skeleton-card{height:300px;border-radius:12px;background:linear-gradient(90deg,#eee 25%,#ddd 37%,#eee 63%);background-size:400% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.no-products{width:100%;grid-column:1/-1;text-align:center;padding:60px 20px;color:#555}.no-products h3{font-size:22px;margin-bottom:10px}.no-products p{font-size:14px;opacity:.7}@media screen and (max-width:1024px){.row-filter{padding:05px}.row-filter select{padding:5px 2px}}@media(max-width:1024px){.row-filter{gap:10px}.row-filter select{width:95px;font-size:.8em}.subcat{min-width:95px;font-size:.8em;padding:8px 12px}}@media(max-width:600px){.row-filter{gap:8px;padding:5px 5px 5px 3px}.row-filter select{width:80px;font-size:.75em;padding:6px}.subcategories{display:flex;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:8px;padding:5px 10px}.subcat{min-width:85px;font-size:.75em;padding:7px 12px;flex-shrink:0;transition:transform .2s ease}.subcat.active{transform:scale(1.05)}.arrow{display:none}.search-settings{font-size:1em}}.productContainer{width:100%;padding:10px}.productGrid-card{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media(min-width:768px){.productGrid-card{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.productGrid-card{grid-template-columns:repeat(4,1fr)}}.productEmpty{width:100%;text-align:center;padding:40px 10px;color:#999}.productEmpty i{font-size:28px;margin-bottom:10px;color:#ff6d00}.order-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;z-index:1000}.order-drawer,.drawer{width:100%;max-width:550px;border-radius:20px 20px 0 0;padding:20px;animation:slideUp .3s ease;position:absolute;bottom:0;background:#fff}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.drawer-header h3{font-size:1.2em}.close-btn{background:none;border:none;font-size:1.2em;cursor:pointer}.warn{font-size:.8em;opacity:.7}.drawer-body{display:flex;flex-direction:column;gap:13px}.input-group{display:flex;align-items:center;background:#f3f4f6;border-radius:10px;width:95%;max-height:50px;padding:12px 1px}.input-group svg{margin:0 10px;color:#6b7280}.input-group input{border:none;outline:none;background:transparent;width:98%;font-size:1rem}#details{padding:8px;border-radius:5px;border-color:var(--secondary);outline:none}.input-group.error{border:1px solid red}.error-msg{color:red}.quantity-control{display:flex;justify-content:center;align-items:center;gap:15px}.quantity-control button{background:#e5e7eb;border:none;padding:10px 15px;border-radius:10px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-value{font-size:18px;font-weight:700}.stock{font-size:.9rem;color:gray}.total{text-align:center;font-size:1.2rem;font-weight:700}.drawer-body .order-submit-btn{background:var(--primary);padding:12px;border-radius:12px;border:none;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff}@media(min-width:768px){.drawer-overlay{align-items:center}.drawer{border-radius:20px}}.order-manager-page{flex:1;display:flex;flex-direction:column;padding:1em;scroll-behavior:smooth}.order-manager-page .order-bar{width:100%;height:65px;display:flex;align-items:center;justify-content:space-between;font-size:1.2em;padding:0 1em;font-weight:600;text-transform:capitalize;position:sticky;top:0;z-index:3;background:#fff;box-shadow:0 0 #000c}.order-manager-page .order-wrapper .line-status{flex:1;padding:.8em 10px;border-radius:5px}.order-manager-page .order-wrapper .line-status .entitle{color:#777;font-size:.8em;font-size:.8}.back-pending{background:#fdf8ea}.back-processing{background:#bdc6e4}.order-details{width:100%;display:flex;flex-direction:column}.order-details .order-product{width:100%;display:flex;gap:15px}.order-details .order-product img{width:100px;height:100px;border-radius:9px}.order-details .order-product .order-property{display:flex;flex-direction:column;align-items:start;gap:5px}.order-details .order-product .order-property .name{font-weight:600;font-size:1.1em;color:#000}.order-details .order-product .order-property span{font-weight:500;font-size:.9em;text-transform:capitalize;color:#777}.order-images-container{display:flex;align-items:center;padding:.2em 0;gap:15px}.order-images-container .order-img{width:65px;height:65px}.shipping-type-line{width:100%;height:50px;border:1px solid var(--secondary);border-radius:5px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;font-size:.7em;margin-top:.5em;font-weight:600}.shipping-type-line .shipping-illustation{height:70%;background:var(--secondary);color:#3e9270;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 10px}.shipping-type-line .shipping-illustation svg{margin-right:6px}.order-details .order-rows{width:100%;border-top:1px solid var(--secondary);border-bottom:1px solid var(--secondary);margin:.5em 0;padding:1.2em 0;display:flex;flex-direction:column;gap:15px}.order-details .order-rows .order-row{width:100%;display:flex;align-items:center;justify-content:space-between;color:#777}.order-details .order-rows .order-row span{text-align:start;font-weight:545}.order-actions{display:flex;flex-direction:column}.order-actions .order-btn-action{display:flex;gap:15px}.order-page-tracker{width:100%;display:flex;flex-direction:column;height:fit-content;gap:20px;border:1px solid var(--secondary);padding:1.5em 1.2em;border-radius:6px}.order-page-tracker .order-tracker-head{display:flex;align-items:center;justify-content:space-between;font-size:.85em}.order-page-tracker .order-tracker-head .title{font-weight:600}.order-page-tracker .order-tracker-head .order-live{color:#3e9270;display:flex;align-items:center;gap:4px}.order-page-tracker .order-tracker-head .order-live .order-live-light{width:8px;height:8px;border-radius:50%;background:#3e9270}.order-contact-rows{width:100%;border-top:1px solid var(--secondary);border-bottom:1px solid var(--secondary);margin:1.7em 0;display:flex;flex-direction:column}.order-contact-rows .contact-row{width:100%;height:50px;border-bottom:1px solid var(--secondary);display:flex;align-items:center;justify-content:space-between}.order-contact-rows .contact-row .contact-left svg{margin:0 5px}.order-card{width:98%;background:#fff;border-radius:12px;box-shadow:1px 1px #0000001a;padding:1.1em 1em;border:1px solid var(--secondary)}.order-card .order-top-data-card{display:flex;justify-content:space-between}.order-card .order-left{display:flex;gap:7px;align-items:center}.order-card .order-left img{width:46px;height:46px;border-radius:10px}.order-card .order-left .order-name{display:flex;flex-direction:column;gap:4px}.order-card .order-left .order-name .name{font-weight:600}.order-card .order-left .order-name small{color:#777}.order-card .order-right{display:flex;align-items:center;gap:7px;text-decoration:none}.order-card .order-right span{padding:6px 9px;border-radius:3px;font-size:.75em}.order-card .order-right svg{color:#000}.pending{background-color:#f6d99c;color:#e6a242}.processing{background:#d0d9f0;color:#1b77b0}.shipping{color:#8570e0;background:#e8e4fc}.completed{background:#d8f0e5;color:#3e9270}.order-card .order-line{margin:1em 0;display:flex;align-items:center;gap:25px;font-size:.85em;font-weight:550;opacity:.8}.order-card .order-line span svg{margin-right:3px}.order-card .order-notice-line{background:#ecf4fd;padding:10px 5px;color:#1b77b0;display:flex;gap:5px;border-radius:5px;font-weight:540}.order-card .order-card-action-row{margin:.9em 0}.order-btn{border:none;outline:none;min-width:160px;padding:.8em .5em;text-transform:none;border-radius:6px}.order-btn.contact{width:280px;border:1px solid #3e9270;color:#3e9270;text-transform:none}.order-btn.green{background:#3e9270;color:#fff}.order-btn.danger{background:red;color:#fff}@media(max-width:500px){.order-images-container{justify-content:space-between}}.mini-tracker-wrapper{width:100%;padding-top:8px}.mini-tracker{width:100%;position:relative;display:flex;align-items:flex-start;justify-content:space-between}.mini-line{position:absolute;top:12px;left:0;width:100%;height:3px;background:#d1d5db;border-radius:999px}.mini-line-active{position:absolute;top:12px;left:0;height:3px;background:#16a34a;border-radius:999px;transition:width .5s ease}.mini-step{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;min-width:60px}.mini-circle{width:26px;height:26px;border-radius:50%;background:#fff;border:2px solid #d1d5db;color:#9ca3af;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.mini-circle.completed{background:#16a34a;border-color:#16a34a;color:#fff}.mini-circle.active{border-color:#16a34a;color:#16a34a;transform:scale(1.08);box-shadow:0 0 10px #16a34a33}.mini-label{margin-top:8px;font-size:11px;font-weight:600;text-align:center;color:#9ca3af;transition:color .3s ease}.mini-label-active{color:#16a34a}@media(max-width:480px){.mini-label{font-size:9px}.mini-step{min-width:50px}}.tab-container{min-width:100%;height:5%;display:flex;align-items:center;justify-content:center;position:relative}.tab-container .tab-bar{background:var(--secondary);padding:5px;display:flex;gap:10px;border-radius:10px;left:50%}.tab-container .tab-bar button{border:none;font-size:1.1em;font-weight:530;background:transparent;transition:ease .2s;border-radius:10px;font-size:.9em;padding:12px}.tab-container .tab-bar button.active{background:#fff}.cart-page{width:100%}.cart-page{max-width:1200px;margin:2rem auto;padding:1rem}.cart-page-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.empty-cart{text-align:center;color:#6b7280;margin-top:2rem}.cart-layout{display:flex;flex-direction:column;gap:2rem}.cart-items-list{flex:2;display:flex;flex-direction:column;gap:1rem}.cart-summary{flex:1;background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 12px #0000000d}.summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-weight:500}.summary-total{display:flex;justify-content:space-between;font-weight:700;font-size:1.25rem;margin:1rem 0}.checkout-btn{width:100%;padding:.75rem;background:#111;color:#fff;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:background .2s}.checkout-btn:hover{background:#1f2937}@media(min-width:768px){.cart-layout{flex-direction:row;gap:2rem}}.cart-item{display:flex;gap:1rem;padding:1rem;background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d;align-items:center;transition:transform .2s}.cart-item:hover{transform:translateY(-2px)}.cart-item-left{flex-shrink:0}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:.75rem}.cart-item-right{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-top{display:flex;justify-content:space-between;align-items:center}.cart-item-name{font-weight:600;font-size:1rem}.cart-item-remove{color:#ef4444;background:transparent;border:none;cursor:pointer;font-size:1.1rem}.cart-item-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.cart-item-price{font-weight:700;color:#111}.cart-item-quantity{display:flex;align-items:center;gap:.5rem;background:#f3f4f6;padding:.25rem .75rem;border-radius:9999px}.cart-item-quantity button{background:transparent;border:none;font-size:1rem;cursor:pointer}.orders-page{padding:1rem;width:100%}.orders-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.orders-filters{display:flex;gap:12px;overflow-x:auto;padding-bottom:5px;margin-bottom:1rem;-ms-overflow-style:none;scrollbar-width:none}.orders-filters::-webkit-scrollbar{display:none}.filter-btn{flex-shrink:0;padding:8px 14px;border-radius:10px;border:1px solid #ddd;background:#f9f9f9;cursor:pointer;font-weight:500;transition:.2s}.filter-btn.active{background:#10b981;color:#fff;border-color:#10b981}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-item{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.order-header{display:flex;align-items:center;gap:1rem;cursor:pointer}.order-img{width:60px;height:60px;border-radius:12px;object-fit:cover}.order-main{flex:1;display:flex;flex-direction:column}.order-product{font-weight:600}.order-price{color:gray;font-size:.9rem}.order-status-badge{display:flex;align-items:center;gap:5px;font-size:.8rem}.chevron{transition:transform .3s}.chevron.rotate{transform:rotate(180deg)}.order-details{display:flex;flex-direction:column;gap:.5rem;padding:.8rem;border-top:1px solid #eee;animation:fadeIn .3s ease}.detail-row{display:flex;align-items:center;gap:8px;font-size:.9rem}.detail-total{font-weight:700;text-align:right;margin-top:8px}.order-actions{display:flex;gap:10px;margin-top:8px}.cancel-btn{background:#ef4444;color:#fff;border:none;padding:8px 12px;border-radius:8px;flex:1}.confirm-btn{background:#10b981;color:#fff;border:none;padding:8px 12px;border-radius:8px;flex:1}@media(min-width:600px){.order-header{flex-direction:row}.filter-btn{padding:8px 16px}}@media(max-width:510px){.cart{padding-left:0}.tab-container{max-width:25%}.order-item{width:100%}.order-header{width:100%;font-size:.7m;font-weight:500}}:root{--primary:#ff6d00;--secondary:#e1e4e5;--white: #fff;--gradient:var(--primary);--bg:#edf2f2;--card:#ffffff;--text:#111;--muted:#777;--border:#ececec}.setting-page{flex:1;display:flex;flex-direction:column;align-items:center;width:100%;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding:0;background-color:var(--bg)}.setting-page .top-bar{width:100%;height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;font-weight:550;font-size:1.3em;border-bottom:1px solid var(--secondary)}.setting-page .params-wrapper{width:65%;margin-top:2em;padding-bottom:1em}.setting-page .params-wrapper h3{font-weight:600;text-transform:capitalize;font-size:1.7em;margin-bottom:1.5em}.setting-page .params-wrapper h4{margin:1em 0}.setting-page .params-wrapper .nav-line{text-transform:capitalize;display:flex;opacity:.7;margin-bottom:1.5em;font-size:.8em}.setting-page .params-wrapper .params-text{opacity:.8;font-size:.8em;color:#777}.setting-page .params-wrapper .nav-line span{transition:all .2s}.setting-page .params-wrapper .nav-line span:hover{text-decoration:underline}.setting-page .params-wrapper .params-container{width:100%;border-radius:15px;overflow:hidden;background:#fff;margin-top:1em}.setting-page .params-wrapper .params-container .params{width:100%;height:70px;display:flex;align-items:center;border-bottom:1px solid var(--border);justify-content:space-between;padding-right:20px;transition:ease}.setting-page .params-wrapper .params-container .params:hover{background:#f5f5f5}.setting-page .params-wrapper .params-container .params .params-left{display:flex;height:100%;align-items:center;gap:10px}.setting-page .params-wrapper .params-container .params .icon{width:45px;height:45px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;border-radius:12px}.setting-page .params-wrapper .params-container .params .icon svg{opacity:.8;font-size:1.4em}.setting-page .params-wrapper .params-container .params span{font-weight:550}.setting-page .params-wrapper .params-container .params .toggle-switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:40px;height:30px;box-shadow:0 0 15px #0000004d;background-color:#fff;border-radius:12px;transition:background-color .2s;outline-color:#000}.setting-page .params-wrapper .params-container .params .toggle-switch:focus{border-color:transparent}.setting-page .params-wrapper .params-container .params .toggle-switch:after{content:"";position:absolute;height:20px;top:50%;left:30%;transform:translate(-50%,-50%);height:15px;width:15px;border-radius:50%;background-color:#2f2f2f;transition:left .2s}.setting-page .params-wrapper .params-container .params .toggle-switch:checked{background-color:var(--primary)}.setting-page .params-wrapper .params-container .params .toggle-switch:checked:after{left:70%;background-color:#fff}@media(max-width:650px){.setting-page .params-wrapper{width:92%}}.logout-cl{color:red}:root{--primary:#ff6d00;--bg:#edf2f2;--card:#ffffff;--text:#111;--muted:#777;--border:#ececec;--secondary:#e1e4e5}.profile-shell{background:var(--bg);padding-bottom:80px;flex:1}.profil-header{width:100%;height:33%;background:#fff;display:flex;flex-direction:column;justify-content:start;gap:10px;padding:1.5em 1em 1em;margin-bottom:15px}.profil-header-seller{width:100%;height:33%;background:#fff;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:10px;padding:1.5em 1em 1em;margin-bottom:15px}.profil-header-seller img{width:155px;height:155px;border-radius:50%}.profil-header-seller .seller-data{display:flex;flex-direction:column}.profil-header-seller .seller-data .name{font-weight:600;font-size:1.1em}.profil-header-seller .seller-data .pseudo{opacity:.8}.profil-header-seller .stats{min-width:100%;padding:1em 0;display:flex;align-items:center;justify-content:center;gap:12px}.profil-header-seller .stats .stat{display:flex;flex-direction:column;font-weight:600;align-items:center;font-size:1.05em;padding:0 20px}.profil-header-seller .stats .stat.middle{border-left:1px solid var(--secondary);border-right:1px solid var(--secondary)}.profil-header .title{font-weight:600}.profil-header .row-profil{width:100%;border:1px solid var(--secondary);display:flex;align-items:center;padding:11px 10px}.profil-header .row-profil img{width:43px;height:43px;border-radius:50%;object-fit:cover;margin-right:5px}.profil-header .row-profil .column-profil{display:flex;flex-direction:column;font-size:.9em}.profil-header .row-profil .column-profil .name{font-weight:600}.profil-header .row-profil .column-profil .pseudo{opacity:.6;font-size:.9em;text-align:center}.profil-header .bonus{width:100%;border:1px solid var(--secondary);display:flex;padding:10px;flex-direction:column;justify-content:start;gap:7px}.profil-header .bonus .ligne1{display:flex;align-items:center;justify-content:space-between}.profil-header .bonus .ligne1 .badge{font-weight:550}.profil-header .bonus .ligne2{opacity:.6}.groupe-links{margin-bottom:15px}.profil-link{width:100%;background:#fff;padding:1em;display:flex;align-items:center;justify-content:space-between;transition:ease .2s}.profil-link:hover{background:#f5f5f5}.profil-link.both{border-top:1px solid var(--secondary);border-bottom:1px solid var(--secondary)}.profil-link .left-link{display:flex;align-items:center;font-weight:500;gap:10px;min-width:0}.profil-link .left-link .icon{height:22px;width:22px;flex-shrink:0;display:block}.profil-link .left-link .icon.lucide{width:auto;height:auto}@media(min-width:650px){.profil-link .left-link .icon{margin-right:10px}}.drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;z-index:999}.drawer{width:100%;height:fit-content;background:#fff;padding:20px;animation:slideIn .25s ease;display:flex;flex-direction:column;gap:15px;border-radius:12px 12px 0 0;overflow-y:auto}.drawer-header{display:flex;justify-content:space-between;align-items:center;font-weight:700}.avatar-profil-wrapper{width:100%;display:flex;justify-content:center}.avatar-wrapper{position:relative;min-width:130px;min-height:130px}@media(min-width:650px){.avatar-wrapper{width:80px;height:80px}}.avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid #ff6d00;aspect-ratio:1/0}.avatar-hover{position:absolute;inset:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0006;color:#fff;opacity:0;transition:.2s;pointer-events:none}.avatar-wrapper:hover .avatar-hover{opacity:1;pointer-events:auto;cursor:pointer}.drawer-form{display:flex;flex-direction:column;gap:10px;margin-top:10px}.drawer-form label{font-size:13px;color:#666}.drawer-form input,.drawer-form textarea{padding:10px;border:1px solid #ddd;border-radius:8px;outline:none;font-size:14px}.drawer-form textarea{min-height:80px;resize:none}.save-btn{background:#ff6d00;color:#fff;padding:10px;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:.2s}.save-btn:hover{opacity:.9}@media(max-width:650px){.drawer{height:85%}.avatar-wrapper{width:90px;height:90px}.avatar-hover{opacity:1;pointer-events:auto;background:#00000040}}@media(max-width:650px){.profile-shell{scrollbar-width:none}.profile-shell::-webkit-scrollbar{display:none}}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.products-header h2{font-weight:600}.actions{display:flex;gap:10px}.btn{padding:10px 16px;border-radius:8px;border:none;cursor:pointer;font-weight:500;text-transform:capitalize}.btn.add{background:#ff7a00;color:#fff}.btn.delete{background:#ff4d4f;color:#fff}.products-filter{display:flex;gap:15px;margin-bottom:15px;justify-content:space-between}.search{position:relative;width:23%;background:var(--secondary);display:flex;align-items:center;padding:0 5px}.search input{background:transparent;outline:none;border:none;padding:15px 10px;width:80%}.search svg{color:#777}@media(max-width:650px){.search{width:100%;border-radius:4px}.search input{width:87%}}.other-filters{display:flex;gap:10px}.other-filters select{padding:6px 10px;border-radius:6px;border:1px solid #ddd;max-height:85%}.products-table{background:#fff;border-radius:12px;overflow:hidden}.table-header,.table-row{display:grid;grid-template-columns:40px 2fr 1fr 1fr 1fr 1fr 100px;align-items:center;padding:14px 16px}.table-header{background:#f3f3f3;font-weight:600}.table-row{border-top:1px solid #eee}.table-row:hover{background:#fafafa}.product-info{display:flex;align-items:center;gap:10px}.product-info img{width:35px;height:35px;border-radius:6px;object-fit:cover}.status{padding:4px 10px;border-radius:20px;font-size:12px}.status.published{background:#e6f7ec;color:#1a7f37}.status.inactive{background:#ffeaea;color:#cf1322}.status.stockout{background:#fff3cd;color:#856404}.actions svg{margin-right:10px;cursor:pointer}.actions .edit{color:#ff7a00}.actions .delete{color:#ff4d4f}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:15px}.pagination button{padding:6px 12px;border:none;border-radius:6px;background:#eee;cursor:pointer}.empty{text-align:center;padding:60px}.empty img{width:120px;opacity:.8;margin-bottom:10px}.mobile-products{padding:12px;background:#f5f6fa}.mobile-search{display:flex;align-items:center;gap:10px;background:var(--secondary);padding:5px;border-radius:14px;box-shadow:0 3px 10px #0000000f;margin-bottom:12px}.mobile-search input{border:none;outline:none;flex:1;background:transparent}.product-plus{position:absolute;box-shadow:2px 1px #0000004d;background:var(--primary);width:58px;height:58px;top:82%;left:77%;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:15px;transition:ease .2s;z-index:15}.product-plus:hover{transform:scale(1.05)}.mobile-card-list{display:flex;flex-direction:column;gap:10px}.mobile-card{background:#fff;border-radius:14px;border:1px solid var(--secondary);box-shadow:0 4px 14px #0000000f;width:100%;height:290 px;display:flex;flex-direction:column;gap:7px;padding:1em}.mobile-card-top{width:100%;display:flex;height:120px;justify-content:space-between;align-items:center;gap:5px}.mobile-card-top .image-wrapper{width:49%;height:100%;position:relative}.mobile-card-top .image-wrapper img{width:100%;height:100%;border-radius:10px}.mobile-card-top .image-wrapper .current-status{position:absolute;top:8%;left:15px;background:#d8f0e5;color:#3e9270;padding:3px 6px;font-size:.8em;border-radius:3px;text-transform:capitalize;display:flex;align-items:center;gap:3px}.mobile-card-top .image-wrapper .current-status .live-bubble{width:8px;height:8px;border-radius:50%;background:#3e9270}.mobile-card-top .mobile-card-details{display:flex;flex-direction:column;align-items:start;font-size:.8em;gap:8px}.mobile-icon-line{width:100%;height:80px;display:flex;align-items:center;justify-content:space-between;gap:5px;font-size:.9em}.mobile-icon-line .mobile-prodduct-icon{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:25%}.mobile-icon-line .mobile-prodduct-icon .head{font-size:.75em;color:#777}.mobile-card-button{width:100%;display:flex;gap:10px}.row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:13px}.product-btn-row{display:flex;gap:20px}.edit-btn{width:40%;padding:10px;background:var(--secondary);color:#000;border:none;border-radius:10px;margin-top:10px;font-weight:700}.delete-btn{width:80%;padding:10px;background:#ff3b30;color:#fff;border:none;border-radius:10px;margin-top:10px;font-weight:700}.seller-orders-page{width:100%;height:89%;padding:1.5em 1em}.seller-filters-scroll{display:flex;overflow-x:auto;gap:10px;padding-bottom:.5rem;margin-bottom:1rem;-ms-overflow-style:none;scrollbar-width:none}.seller-filters-scroll::-webkit-scrollbar{display:none}.filter-btn{flex:0 0 auto;padding:8px 14px;border-radius:8px;border:1px solid #ddd;background:#f9f9f9;cursor:pointer;font-weight:500;white-space:nowrap;transition:all .2s}.filter-btn.active{background:#ff6d00;color:#fff;border-color:orange}.filter-btn:hover{background:#f0f0f0}.seller-orders-list{display:flex;flex-direction:column;gap:1rem}.seller-order-item{background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d;overflow:hidden;transition:all .3s}.seller-order-header{display:flex;align-items:center;gap:1rem;padding:1rem;cursor:pointer}.seller-order-img{width:60px;height:60px;border-radius:10px;object-fit:cover}.seller-order-main{flex:1;display:flex;flex-direction:column}.seller-order-product{font-weight:600}.seller-order-price{font-size:.9rem;color:gray}.seller-order-status{font-weight:700;text-transform:capitalize;font-size:.85rem}.seller-order-details{padding:1rem;border-top:1px solid #eee;display:flex;flex-direction:column;gap:.5rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.seller-order-actions{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}.seller-order-actions button{padding:8px 12px;border-radius:8px;border:none;cursor:pointer;font-weight:500;color:#fff;transition:all .2s}.seller-order-actions button:hover{opacity:.85}.seller-order-actions button:nth-child(1){background:#10b981}.seller-order-actions button:nth-child(2){background:#ef4444}.seller-empty{text-align:center;color:gray;padding:2rem}@media(max-width:650px){.seller-orders-page{height:92%}.seller-order-header{flex-direction:row}.seller-order-img{width:50px;height:50px}}*{box-sizing:border-box}.social{flex:1;padding:0 1em 1em;overflow-y:scroll}@media(max-width:650px){.social{scrollbar-width:none}.social::-webkit-scrollbar{display:none}}.row-social-action{width:100%;height:fit-content;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;max-height:11%;overflow-y:scroll;background:#fff;padding:2.2em 0;scrollbar-width:none;z-index:3}.action-social{display:flex;max-height:12%;gap:5px}.action-social .action{padding:7px;border:1px solid var(--secondary);border-radius:8px;opacity:.8}.feed{display:flex;flex-direction:column;align-items:center}.feed .groupes{width:100%;display:flex;flex-direction:column;height:fit-content}.feed .groupes .text{display:flex;align-items:center;justify-content:space-between;margin-bottom:1em}.feed .groupes .text .title{font-size:1.2em;font-weight:700;text-transform:capitalize}.feed .groupes .text .more{font-size:.7em;text-decoration:underline;color:#00f}.community-wrapper{width:100%;display:flex;gap:10px}.community-wrapper .com-main-icon{width:72px;height:72px;border:1px dashed var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3em}.community-wrapper .community-row{height:100%;flex:1;display:flex;overflow-x:scroll;scrollbar-width:none;align-items:center;gap:15px}.community-wrapper .community-row .none-subscription{width:100%;height:100%;font-size:.6em;opacity:.7;display:flex;align-items:center;justify-content:center}.community-wrapper .community-row .com-card{display:flex;flex-direction:column;gap:2px}.community-wrapper .community-row .com-card img{width:70px;height:70px;border-radius:50%}.community-wrapper .community-row .com-card span{font-size:.65em;text-align:center;font-weight:600}.make-post{width:100%;max-height:360px;background:#f5f5f5;padding:1em;border-radius:20px;margin:1.5em 0;max-width:500px;position:relative;left:50%;transform:translate(-50%)}.make-post .user_content{width:100%;display:flex}.make-post .user_content img{width:40px;height:40px;border-radius:50%}.make-post .input-post{flex:1}.make-post .input-post input{width:90%;outline:none;border:none;background:transparent;border-bottom:1px solid var(--secondary)}.make-post .medias-types{width:100%;display:flex;align-items:center;margin:1em 0 .6em;gap:20px}.preview-file{width:100%;margin:.5em 0;max-height:160px;overflow:hidden}.preview-file .preview{width:100%;height:100%;object-fit:fill}.make-post .medias-types input{display:none}.make-post .medias-types .media-post{display:flex;gap:4px}.red{color:red}.blue{color:#00f}.green{color:green}.post-feed{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}.post{width:100%;border-radius:12px;border:1px solid var(--secondary);margin:1em 0;max-width:500px}.post .publisher{width:100%;max-height:17%;display:flex;align-items:center;justify-content:space-between;padding:1em}.post .publisher .account{display:flex;align-items:center}.post .publisher .account .avatar{width:45px;height:45px;border-radius:50%;border:1px solid var(--secondary);display:flex;align-items:center;justify-content:center;margin-right:.5em}.post .publisher .account .avatar img{width:100%;height:100%;border-radius:50%}.post .publisher .account{display:flex}.post .publisher .account .name-date{display:flex;flex-direction:column;height:100%;gap:4px}.post .publisher .account .name-date .name{display:flex}.post .publisher .account .name-date .name .author-name{font-weight:700;font-size:.8em}.post .publisher .account .name-date .name .follow{border:none;background:transparent;color:#00f}.post .publisher .account .name-date small{opacity:.7;font-size:.8em}.content-post{width:100%;height:73%;padding:0 1em}.content-post p{font-size:.85em;width:97%}.text-all{margin:.8em 0 1.4em;width:100%}.content-post .space-image{width:100%;max-height:80%;margin:1em 0}.content-post .space-image img{width:100%;height:100%;max-height:250px}.action-post-social{position:relative;bottom:0;width:100%;height:10%;display:flex;align-items:center;padding:0 1em .9em;gap:20px;font-size:1.2em}.feed{width:100%;display:flex;flex-direction:column;overflow-y:scroll;scrollbar-width:none}.feed::-webkit-scrollbar{display:none}.feed-proper{display:flex;flex-direction:column;overflow-y:scroll;scrollbar-width:none}.feed-proper::-webkit-scrollbar{display:none}.loader-container{margin:1em 0;width:100%;display:flex;align-items:center;justify-content:center}.loader-container .spinner{width:19px;height:19px;border:2px solid var(--primary);border-top:2px solid white;border-radius:50%;animation:spin .7s linear infinite}.cd-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:flex-end;justify-content:center;z-index:9999}.cd-drawer{width:100%;max-width:520px;height:70vh;background:#fff;border-radius:18px 18px 0 0;display:flex;flex-direction:column;animation:slideUp .25s ease;overflow:hidden}@media(min-width:768px){.cd-overlay{align-items:center}.cd-drawer{height:80vh;border-radius:18px}}.cd-header{position:relative;padding:12px;border-bottom:1px solid #eee;text-align:center}.cd-handle{width:45px;height:5px;background:#ddd;border-radius:10px;margin:0 auto 8px}.cd-title{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;color:#111}.cd-close{position:absolute;right:12px;top:10px;border:none;background:transparent;color:#000;font-size:18px;cursor:pointer}.cd-body{flex:1;padding:15px;overflow-y:auto}.cd-empty{text-align:center;color:#999;margin-top:20px}.cd-input{display:flex;gap:10px;padding:10px;border-top:1px solid #eee;background:#fff}.cd-input img{width:35px;height:35px;border-radius:50%}.cd-input input{flex:1;padding:10px 12px;border:none;border-bottom:1px solid #ddd;outline:none;background:transparent;box-shadow:none}.cd-input input:focus{border-bottom-color:#ff7a00}.cd-send{background:#ff7a00;border:none;color:#fff;width:42px;height:42px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.comment-social{display:flex;gap:10px;padding:10px 12px;border-radius:16px;transition:all .2s ease}.comment-social:hover{background:#00000008}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #e9e9e9}.comment-body{display:flex;flex-direction:column;flex:1}.comment-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.name{font-size:14px;font-weight:600;color:#111}.date{font-size:12px;color:#8a8a8a}.date strong{margin:0 4px;color:silver}.comment-bubble{display:inline-block;background:#f4f4f6;padding:8px 12px;border-radius:14px;max-width:100%;width:fit-content;box-shadow:0 1px 2px #0000000d}.comment-content{margin:0;font-size:14px;color:#2c2c2c;line-height:1.4;word-break:break-word;white-space:pre-wrap}@media(max-width:600px){.avatar{width:34px;height:34px}.comment-content{font-size:13px}}.search-drawer{width:600px;height:80%;background:#fff;position:absolute;bottom:0;animation:slideUp .25s ease;border-top-left-radius:15px;border-top-right-radius:15px;padding:25px 20px;max-width:100%;display:flex;flex-direction:column;gap:15px}.result-user-search{display:flex;flex-direction:column;gap:10px;overflow-y:scroll;scrollbar-width:none}.result-user-search .user-row{width:100%;height:60px;display:flex;align-items:center;justify-content:space-between}.result-user-search .user-row .user-data-left{height:100%;display:flex;align-items:center;gap:10px}.result-user-search .user-row .user-data-left img{width:50px;height:50px;border-radius:50%}.result-user-search .user-row .user-data-left .name-pseudo{display:flex;flex-direction:column}.result-user-search .user-row .user-data-left .name-pseudo .name{font-weight:600;text-transform:capitalize}.result-user-search .user-row .user-data-left .name-pseudo .pseudo{font-size:.7em;opacity:.7}*{margin:0;padding:0}.publish-wrapper{background:#f5f6f8;display:flex;flex-direction:column;flex:1}.back-top{min-height:60px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 25px;font-weight:600;position:sticky;top:0;z-index:6}.back-top .preview-btn{background:none;border:none;text-transform:capitalize;color:#ff7a00}.publish-grid{flex:1;padding:1.5em 20px;display:flex;flex-direction:column}.publish-grid .image-concils{display:flex;flex-direction:column;gap:4px}.publish-grid .image-product-picker{width:100%;height:100px;margin:1.5em 0;display:flex;flex-direction:row;align-items:center;gap:20px}.publish-grid .image-product-picker .add-image-box{height:100%;width:90px;border-radius:10px;background:var(--secondary);display:flex;align-items:center;flex-direction:column;justify-content:center;gap:5px}.image-product-shower{display:flex;overflow-x:scroll;scrollbar-width:none;gap:10px;height:100%}.image-product-wrapper{position:relative;width:80px;height:100%;border-radius:12px;overflow:hidden;border:1px solid #ddd}.image-product-wrapper img{width:100%;height:100%;object-fit:cover}.remove-btn{position:absolute;top:5px;right:5px;background:#ff0000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.remove-btn:hover{background:red}.publish-grid .field-add,.area-add,.publish-grid .select-add{padding:15px 10px;border-radius:10px;border:none;outline:none;margin-bottom:20px}.publish-grid .submit-product-btn{background:#000;color:#fff;padding:12px 0;text-decoration:none;text-transform:none}.error{color:red;margin:5px 0;font-size:.8em}.spinner{width:16px;height:16px;border:2px solid #fff;border-top:2px solid rgba(255,255,255,.4);border-radius:50%;animation:spin .7s linear infinite}@media(max-width:900px){.publish-grid{grid-template-columns:1fr}.card-section.full{grid-column:span 1}}@media(max-width:650px){.preview-item{width:55px;height:55px}}.product-shipping-drawer{width:100%;height:68%;background:#fff;position:absolute;bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;display:flex;flex-direction:column;align-items:center;max-width:700px;max-height:800px;animation:slideUp .3s ease;overflow:hidden}.slider{display:flex;width:100%;height:100%;transition:transform .35s ease-in-out}.slider.step-0{transform:translate(0)}.slider.step-1{transform:translate(-100%)}.step{padding:5px 1em 2em;min-width:100%;height:100%;box-sizing:border-box;flex-shrink:0}.shipping-step-1,.shipping-inputs{display:flex;flex-direction:column;align-items:center}.shipping-details-line{width:100%;display:flex;align-items:center;justify-content:space-between}.shipping-details-line .shipping-left{display:flex;gap:5px;margin:.5em 0}.shipping-details-line .shipping-left .icon{width:35px;height:35px;background-color:#fdf2e7;border-radius:3px;color:#ff7a00;display:flex;align-items:center;justify-content:center}.shipping-details-line .shipping-left p{display:flex;flex-direction:column;text-align:start;gap:3px}.shipping{width:80%;margin:.5em 0 .1em;max-width:400px}.shipping-ways-container{width:100%;height:145px;display:flex;flex-direction:column;margin-bottom:25px;justify-content:space-between;gap:7px}.shipping-ways-container .shipping-ways{width:100%;height:fit-content;display:flex;align-items:center;justify-content:space-between;gap:15px}.shipping-ways-container .shipping-ways .shipping-way{width:160px;height:125px;border:1px solid var(--secondary);border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;transition:ease .2s}.shipping-ways-container .shipping-ways .shipping-way .choosen-way{width:100%;display:flex;justify-content:end;padding-right:15px;color:#ff7a00}.shipping-ways-container .shipping-ways .shipping-way .shipping-way-icon{width:45px;height:40px;border-radius:6px;background:var(--secondary);display:flex;align-items:center;justify-content:center}.shipping-ways-container .shipping-ways .shipping-way.active{background:#fdf2e7;border-color:#ff7a00}.shipping-ways-container .shipping-ways .shipping-way.active .shipping-way-icon{background:#fdd5b0}.shipping-btn{width:100%;max-height:45px;background:#ff7a00;color:#fff;font-weight:600}.shipping-inputs input{width:100%;height:35px;margin:10px 0;padding:15px 15px 15px 10px}.shipping-form-line{width:100%;font-weight:600;display:flex;gap:40px}.product-preview{width:100%;height:67%;background:#fff;position:absolute;bottom:0;display:flex;flex-direction:column;align-items:center;border-top-left-radius:12px;border-top-right-radius:12px;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.product-preview img{width:90%;max-height:39%;border-radius:10px;object-fit:fill}.product-preview .infos-line{height:60px;width:90%;border-bottom:1px solid var(--secondary);display:flex;align-items:center;justify-content:space-between}.product-preview .infos-line .price{color:#ff7a00;font-weight:600}.product-preview .quality-line{width:90%;height:55px;border-bottom:1px solid var(--secondary);display:flex;align-items:center;gap:10px}.product-preview .quality-line .bubble{background:var(--secondary);border-radius:10px;display:flex;flex-direction:row;width:fit-content;gap:3px}.product-preview .description-line{width:90%;height:120px;border-bottom:1px solid var(--secondary);display:flex;flex-direction:column;align-items:start;padding:5px 0;gap:5px}.infos{width:100%;display:flex;align-items:center;border-bottom:2px solid var(--secondary);padding-bottom:1em}.infos .images-container{height:100%;width:50%;display:flex;gap:15px;align-items:center;padding:1em}.infos .images-container .main-image{width:70%;height:100%;border-radius:10px}.infos .images-container .row-images{height:95%;width:25%;display:flex;flex-direction:column;gap:15px;align-items:start;justify-content:space-between}.infos .images-container .row-images .subimage{width:65px;height:65px;border-radius:5px}.infos .images-container .row-images .subimage.active-image{border:2px solid var(--primary)}.infos .infos-text{height:100%;width:50%;padding-left:2em;display:flex;flex-direction:column;justify-content:start}.infos .infos-text .title{font-weight:700;text-transform:capitalize;margin-top:0}.infos .infos-text .description{font-weight:500;font-size:.8em;margin:.8em 0;color:#000000b3}.infos .infos-text .metadata{width:100%;font-size:.8em;font-weight:400;display:flex;gap:5px}.infos .infos-text .price{font-size:1.2em;margin:.6em 0}.infos .infos-text .btn-row{width:100%;display:flex;margin:.5em 0;gap:15px}.infos .infos-text .btn-row .btn{width:40%;padding:1em 0;border:none;outline:none;font-size:.9em;font-weight:400;transition:ease .6s}.infos .infos-text .btn-row .btn.panier{background:#000;color:#fff}.infos .infos-text .btn-row .btn.commande{background:var(--primary);color:#fff;text-decoration:none;text-align:center}.infos .infos-text .enumerator-selector{display:flex;flex-direction:column;margin:.5em 0}.infos .infos-text .enumerator-selector .enumerator-line{display:flex;gap:15px}.infos .infos-text .enumerator-selector .enumerator-line span{padding:8px 15px;border-radius:5px;background:var(--secondary)}.infos .infos-text .action{width:100%;display:flex;gap:20px;align-items:center;margin:.5em 0;justify-content:space-between}.quantity-box{display:flex;flex-direction:column;gap:6px;margin:15px 0}.quantity-box .label{font-size:.9rem;color:#555;font-weight:500}.quantity-control{display:inline-flex;align-items:center;background:#f7f7f7;border-radius:10px;padding:4px;width:fit-content}.quantity-control button{width:32px;height:32px;border:none;background:#fff;border-radius:8px;cursor:pointer;font-size:18px;font-weight:700;transition:.2s}.quantity-control button:hover{background:#eaeaea}.quantity-value{min-width:40px;text-align:center;font-weight:600;font-size:1rem}.stock{font-size:.75rem;color:#777}.mobile-infos{width:100%;max-height:420px;display:flex;flex-direction:column;gap:12px;align-items:center;padding-left:.8em}.top-menu{width:100%;height:70px;background:#fff;display:flex;align-items:center;gap:125px;font-weight:600;text-transform:capitalize;font-size:1.1em;position:sticky;top:0;z-index:4;flex-shrink:0;padding-left:20px}.mobile-infos .image-center{width:90%;max-height:80%;object-fit:fill;border-radius:10px}.mobile-infos .mobile-image-row{width:100%;display:flex;gap:15px;align-items:center;justify-content:space-between;padding:1em}.mobile-infos .mobile-image-row img{width:50px;height:50px;border-radius:12px;transition:ease .2s}.mobile-infos .mobile-image-row img.active-image{border:2px solid var(--primary)}.mobile-details{width:100%;padding:1em;font-weight:540;display:flex;flex-direction:column;gap:6px;opacity:.8;font-weight:550}.coming-soon{width:340px;height:160px;display:flex;align-items:center;justify-content:center;font-size:1.1em;font-weight:600;text-transform:capitalize;max-width:85%;margin:2em 1em;border-radius:5px}.seller-profil{width:100%;display:flex;justify-content:space-between;align-items:center;padding-left:20px}.seller-profil .data{display:flex;align-items:center;flex:1}.seller-profil .data .profil{display:flex;align-items:start;padding-left:1em}.seller-profil .data .profil .img{display:flex;flex-direction:column}.seller-profil .data .profil .img img{width:60px;height:60px;border-radius:50%;margin-right:.5em;border:2px solid var(--primary)}.seller-profil .data .profil .img .abonnement{text-align:center;border-radius:50%;position:relative;top:-15px;left:14px;padding:4px;color:#fff;background:red}.seller-profil .data .infos-seller{display:flex;flex-direction:column;align-items:start;justify-content:center;padding:5px}.seller-profil .data .infos-seller .title{font-size:.9em;font-weight:600;margin-bottom:.2em}.seller-profil .data .infos-seller .followers{font-weight:300;font-size:.8em}.seller-profil .data .follow{border:none;outline:none;background:#000;margin:0 .5em;color:#fff;padding:5px 8px;border-radius:12px;max-height:40px;width:12%;font-size:1.2em}.seller-profil .action{display:flex;gap:15px}.seller-profil .action button{border:none;outline:none;background:transparent;font-size:1.1em}@media(max-width:650px){.seller-profil{padding-left:10px}.seller-profil .data .profil .img img{width:55px;height:55px}}.action-row{width:100;min-height:8%;display:flex;align-items:center}.action-row .btn{width:100px;height:30px;background:var(--secondary)}.btn-action-row{height:fit-content;display:flex;gap:20px;padding:5px 5px 5px 1.1em}.gap{margin-top:6px;font-size:1.25em}.btn-action-row button{border:none;background:transparent;font-size:.8em;font-size:1em;display:flex;align-items:center;height:100%;padding:6px 9px;border-radius:13px;gap:4px;font-weight:600;width:fit-content}.liked{color:red}.order-mobile{padding:12px 10px;background:var(--primary);color:#fff;border-radius:8px;position:relative;right:0;font-size:.9em;display:flex;align-items:center;justify-content:space-around;font-weight:600;text-transform:capitalize}.order-mobile svg{margin-right:4px}.more-section{width:100%;min-height:90%;display:flex;align-items:start;justify-content:space-between;margin-top:1em;margin-left:1em}.more-section .media{width:60%;flex:1}.more-section .media .header{width:50%;height:10%;display:flex;align-items:center;justify-content:start;gap:20px;padding-left:12px}.more-section .media .header .link{font-weight:700;text-transform:capitalize;width:50%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.2em;transition:all .2s}@media(max-width:650px){.more-section .media .header{width:100%}.more-section .media .header .link{width:25%;font-size:1em}}.more-section .media .header .link.active{border-bottom:3px solid var(--primary);color:var(--primary)}.show{height:90%;width:100%;scrollbar-width:none}.show .comment-grid{padding:1em}.show .comment-input{width:100%;height:80px;display:flex;align-items:center;margin-bottom:1em;max-width:500px}.show .comment-input img{width:40px;height:40px;border:1px solid var(--secondary);border-radius:50%;margin-right:10px}.show .comment-input input{border:none;border-bottom:1px solid var(--secondary);width:85%;min-width:180px;border-radius:0;padding:10px;outline:none}.show .comment-input .send-icon{color:var(--secondary);position:relative;left:-10px;font-size:1.1em;transition:ease .4s}.show .comment-input .send-icon.active{color:#000}.show .comment-input .btn{background:transparent;border:none;font-size:1em;position:relative;left:-20px}.show .comment{width:100%;display:flex;border:none;margin:.9em 0}.show .comment img{width:40px;height:40px;border-radius:50%;margin-right:.4em;position:relative;top:-5px}.show .comment .comment-body{display:flex;flex-direction:column;align-items:start;justify-content:center;font-size:.9em}.show .comment .comment-body .name{text-align:start;margin-bottom:1px;color:#000;font-weight:600}.show .comment .comment-body .name .duration{color:#000000b3}.show .comment .comment-body p{margin:5px 0;letter-spacing:.5px;max-width:80%;font-size:.85em}.show .comment .comment-body .comment-actions{margin-top:10px;display:flex;align-items:center;justify-content:start;border:none;gap:10px}.show .comment .user-infos .comment-actions span{color:green}.show .no-comment{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;color:#777;margin-top:3em}.show .no-comment svg{font-size:2em}.show .mobile-details{padding:15px}.review-input-box{width:100%;min-height:180px;background:var(--secondary);display:flex;flex-direction:column;align-items:center;border-radius:10px;padding:10px;gap:10px;justify-content:center}.review-input-box .review-q{text-align:center;font-size:.9em}.star-line{width:70%;display:flex;justify-content:space-between}.review-input{width:95%;display:flex;height:45px;gap:5px}.review-input img{width:40px;height:40px;border-radius:50%}.review-input input{border:none;outline:none;width:70%;background:transparent;border-bottom:1px solid black}.review-input button{background:transparent;border:none;outline:none;color:gray;font-size:1.1em}.more-section .details{width:30%;display:flex;flex-direction:column;align-items:start;padding:2em 0 2em 2em;gap:10px;border-radius:12px;border:1px solid var(--secondary)}.more-section .details h1{font-size:1em;text-decoration:underline;text-decoration-style:double}.more-section .details div{color:#000000b3;text-transform:capitalize}.more-section .details div span{color:#000;font-weight:550}.full-loader{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff}.full-loader .spinner{width:25px;height:25px;border:2px solid var(--primary);border-top:2px solid white;border-radius:50%;animation:spin .7s linear infinite}.mobile-product-page{flex:1;display:flex;flex-direction:column;padding:0;margin:0;box-sizing:border-box;overflow:hidden}.mobile-product-top{width:100%;height:60px;display:flex;justify-content:space-around;align-items:center;font-weight:600;font-size:1.1em}.mobile-product-top .top-icon{display:flex;gap:8px}.product-data-center{flex:1;overflow:scroll;scrollbar-width:none;padding:0 1em}.mobile-slider{width:100%;height:400px;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.mobile-slider .image-center{width:100%;height:82%;border-radius:15px}.mobile-slider .mobile-image-row{width:100%;height:14%;display:flex;justify-content:space-between}.mobile-slider .mobile-image-row .subimage{width:60px;border-radius:10px}.mobile-slider .mobile-image-row .subimage.active-image{border:2px solid var(--primary)}.mobile-product-infos{width:100%;height:50px;display:flex;align-items:center;justify-content:space-between;margin:1.5em 0}.mobile-product-infos .text-content{display:flex;flex-direction:column;align-items:start;gap:3px}.mobile-product-infos .text-content .price-line{margin-top:6px;display:flex;gap:10px;align-items:center}.mobile-product-infos .text-content .price-line .price{font-weight:600;color:#ff6d00;font-size:1.2em}.mobile-product-infos .text-content .price-line .last-price{font-size:.7em;color:#777;text-decoration:line-through}.mobile-product-infos .rate-card{width:65px;height:65px;border:1px solid var(--secondary);font-size:.8em;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.product-seller-infos{width:100%;height:70px;border:1px solid var(--secondary);border-radius:9px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;margin:1.5em 0;box-shadow:0 .1px #0003}.product-seller-infos .seller-review{display:flex;align-items:center;gap:5px}.product-seller-infos .seller-review img{width:45px;height:45px;border-radius:50%;border:1px solid var(--secondary)}.product-seller-infos .seller-contact{display:flex;gap:6px}.product-seller-infos .seller-contact .btn-seller-contact{width:85px;height:42px;display:flex;align-items:center;justify-content:center;gap:3px;border-radius:6px;border:none;outline:none}.details-line{width:100%;height:90px;border:1px solid var(--secondary);border-radius:10px;display:flex;align-items:center;gap:5px}.details-column{width:25%;border-right:1px solid var(--secondary);display:flex;flex-direction:column;justify-content:center;align-items:center;height:90%;gap:4px}.details-column small{font-size:.8em;color:#777}.size-line{margin:1em 0;width:100%;display:flex;flex-direction:column;height:65px;gap:6px}.size-container{width:100%;height:30px;display:flex;align-items:center;gap:10px}.size-container .size{width:35px;height:30px;display:flex;justify-content:center;align-items:center;border:1px solid var(--secondary)}.size-container .size.choosen{border-color:#ff6d00}.color-line{width:100%;display:flex;flex-direction:column;height:65px;gap:6px}.color-container{width:100%;height:30px;display:flex;align-items:center;gap:10px}.color-container .color{width:30px;height:30px;border:3px solid var(--secondary);border-radius:50%}.color-container .color.choosen{border-color:#ff6d00}.description-line{width:100%;display:flex;flex-direction:column;gap:6px}.comment-mobile-section{border-top:1px solid var(--secondary);margin-top:1.5em;width:100%;height:fit-content;padding-top:10px}.comment-choose-line{width:100%;height:30px;display:flex;align-items:center;gap:20px}.comment-choose-line span{font-weight:600;transition:ease .2s}.comment-choose-line span.active{border-bottom:3px solid var(--primary)}.place-order-bottom-bar{width:100%;height:70px;display:flex;justify-content:space-between;align-items:center;padding:0 1.5em;border:1px solid var(--secondary);border-top-left-radius:10px;border-top-right-radius:10px}.place-order-bottom-bar .counter{display:flex;gap:6px;font-weight:600;align-items:center;justify-content:center;border:1px solid var(--secondary);padding:0;border-radius:8px;width:85px}.place-order-bottom-bar .counter .signe{padding:0 4px;font-size:1.5em;background:transparent;border:none}.place-order-bottom-bar .order-btn-drawer{width:35%;height:65%;outline:none;border:none;background:#ff6d00;color:#fff;border-radius:12px}.about{width:100dvw;height:100dvh;display:flex;flex-direction:column;background:#fff;color:#111;font-family:Arial,sans-serif}.about-topbar{display:none}.about-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px}.about-logo{width:90px;margin-bottom:20px}.about-content h1{font-size:28px;margin-bottom:10px}.about-text{max-width:500px;margin-bottom:10px;color:#555;line-height:1.6}.about-footer{text-align:center;padding:20px;font-size:14px;color:#777}.about-footer .email{color:#777;text-decoration:none}@media(max-width:650px){.about-topbar{display:flex;align-items:center;gap:100px;padding:20px 15px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;font-weight:600}.about-topbar button{border:none;background:none;font-size:18px;cursor:pointer}.about-content{padding:30px 15px}.about-logo{width:100px}}.subs-page{display:flex;flex-direction:column;height:100%;background:#fff}.subs-header{height:60px;display:flex;gap:35px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:10;align-items:center;padding:0 15px}.subs-header span{font-weight:600}.back-btn{font-size:20px;background:none;border:none;cursor:pointer}.subs-header h2{font-size:18px}.subs-list{flex:1;overflow-y:auto}.subs-row{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border-bottom:1px solid #f2f2f2;transition:ease .2s}.subs-left{display:flex;align-items:center;gap:10px}.avatar{width:45px;height:45px;border-radius:50%;object-fit:cover}.seller-info{display:flex;flex-direction:column}.name{font-weight:500;font-size:14px}.badge{color:#ff6d00;margin-left:5px}.unsubscribe-btn{background:none;border:1px solid #ff6d00;color:#ff6d00;padding:6px 10px;border-radius:6px;font-size:12px;cursor:pointer}.subs-search{height:60px;border-top:1px solid #eee;padding:10px;background:#fff}.subs-search input{width:100%;height:100%;border-radius:10px;border:none;background:#f5f5f5;padding:0 15px;font-size:14px}.subs-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;margin-top:20px;text-align:center;color:#888}.subs-empty-icon{font-size:48px;margin-bottom:10px;opacity:.8}.subs-empty h3{margin:0;font-size:18px;font-weight:600;color:#444}.subs-empty p{margin-top:6px;font-size:14px;color:#777;line-height:1.4}.liked-page{padding:10px}.liked-header{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;padding:15px 0;border-bottom:1px solid #eee;justify-content:space-between}.liked-search{margin:10px 0}.liked-search input{width:100%;padding:10px;border-radius:10px;border:1px solid #ddd;outline:none}.liked-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.liked-row{display:flex;align-items:center;gap:10px;padding:10px;border-radius:12px;background:#fafafa;cursor:pointer;transition:.2s}.liked-row:hover{background:#f2f2f2}.liked-img{width:55px;height:55px;border-radius:10px;object-fit:cover}.liked-info{flex:1}.liked-info h4{margin:0;font-size:14px}.liked-info p{margin:3px 0 0;font-size:13px;color:#777}.liked-icon{color:#ff6d00}.liked-empty{text-align:center;padding:60px 20px;color:#888}.heart-empty{font-size:40px;color:#ff6d00;margin-bottom:10px}.client-page{padding:10px}.client-header{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;padding:10px 0;border-bottom:1px solid #eee}.client-search{margin:10px 0;background:#eee;padding:3px 12px}.client-search input{width:100%;border-radius:10px;border:1px solid #ddd;outline:none;border:none;background:transparent;padding:10px 0}.client-list{display:flex;flex-direction:column;gap:10px}.client-infos{width:100%;display:flex;transition:ease .2s;border-radius:5px}.client-infos img{width:50px;height:50px;border-radius:50%;margin-right:5px}.client-infos .client-data{display:flex;flex-direction:column;justify-content:center;font-size:.9em}.client-infos:hover{background:#f5f5f5}*{box-sizing:border-box;font-family:Inter,sans-serif}.background{width:100%;min-height:33%;display:flex;justify-content:flex-end;align-items:flex-end;padding:1em;border-radius:12px}.bar-menu{width:100%;min-height:60px;background:#fff;position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:0 1em;z-index:2}.background .add-back{padding:.5em;border-radius:50%;background:#fff}.background #back-add{display:none}.edit-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;padding:10px}.edit-modal{background:#fff;border-radius:12px;width:100%;max-width:520px;padding:20px;display:flex;flex-direction:column}.edit-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.edit-modal-header h2{font-size:1.5rem}.close-icon{cursor:pointer;font-size:1.3rem}.edit-modal-body{display:flex;flex-direction:column;gap:12px}.inline-edit{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;background:#f5f5f5;transition:background .2s}.inline-edit:hover{background:#e0e0e0}.inline-edit .label{font-weight:500;min-width:80px}.inline-edit .editable{flex:1;outline:none;cursor:text;min-height:24px;display:flex;align-items:center;max-width:80%;padding:0 10px;overflow:hidden}.inline-edit .editable.multiline{min-height:50px}.inline-edit.readonly{background:#fff;cursor:default}.edit-modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:15px}.edit-modal-footer button{padding:8px 16px;border:none;border-radius:6px;cursor:pointer}.edit-modal-footer button:first-child{background:var(--primary);color:#fff}.edit-modal-footer button:last-child{background:#ccc}.user_data{width:100%;display:flex;align-items:center;flex-direction:column;gap:10px}@media(max-width:650px){.user_data{gap:25px}}.user_data .image{width:150px;height:150px;margin:0}.user_data .image img{width:100%;height:100%;border-radius:50%;object-fit:cover}.user_data .media{display:flex;flex-direction:column;justify-content:center}.user_data .media .manager{display:flex;align-items:center;gap:2px;flex-direction:column}.user_data .media .manager .name{font-size:1.2em;font-weight:600}.user_data .media .manager .pseudo{opacity:.6}.user_data .media span{font-weight:400;text-align:center;width:100%}.stats{min-width:100%;padding:.9em 0;display:flex;align-items:center;justify-content:center;gap:12px;margin:.8em 0}.stats .stat{display:flex;flex-direction:column;font-weight:600;align-items:center;font-size:1.05em;padding:0 20px}.stats .stat.middle{border-left:1px solid var(--secondary);border-right:1px solid var(--secondary)}.description{margin-bottom:20px;text-transform:none;padding:0 20px;text-align:start;font-size:.9em}.user_data .btn-row{display:flex;margin:1em 0 0;width:100%;align-items:center;justify-content:center;gap:10px}.user_data .btn-row .social-btn{padding:10px;border:none;outline:none;border-radius:7px;font-size:1em;text-align:center;width:45px}.user_data .media .btn-row .social-btn.important{background:var(--primary);color:#fff}.onglets{width:100%;height:30px;margin-top:.2em;display:flex;border-bottom:1px solid var(--secondary);gap:30px;text-align:center;padding-left:10px}.onglets .onglet{font-weight:520;text-transform:capitalize;width:100px;opacity:.7;transition:all .2s;cursor:pointer}.onglets .onglet.active{opacity:1;border-bottom:2px solid black}.media-section{width:100%;min-height:70%}.product-profil{width:100%;min-height:100vh}.loader-product{text-align:center;padding:10px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.card{position:relative;aspect-ratio:1;overflow:hidden;display:block}.card img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.card:hover img{transform:scale(1.05)}.meta{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;padding:6px 8px;font-size:12px;color:#fff;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.meta span{display:flex;align-items:center;gap:4px}.empty{text-align:center;margin-top:40px;opacity:.6}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 37%,#f0f0f0 63%);background-size:400% 100%;animation:skeleton-loading 1.4s ease infinite}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}@media(max-width:768px){.grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.background{display:none}.user_data{flex-direction:column;padding:0;height:fit-content}.user_data .image{width:120px;height:120px}.user_data .media{height:60px;font-size:.9em;margin-top:20px;text-align:center;width:100%}.user_data .media h1{width:100%;text-align:center}.user_data .media{justify-content:center}.user_data .media .btn-row{display:none}}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px}.post-card{position:relative;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;background:#fff;cursor:pointer;border:2px solid var(--secondary)}.post-media img,.post-media video{width:100%;height:100%;object-fit:cover}.post-text-preview{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:15px 12px 12px;font-size:13px;text-align:center;color:#000}.post-overlay{position:absolute;inset:0;background:#0000;display:flex;align-items:flex-end;justify-content:center;padding:10px;transition:.25s}.post-card:hover .post-overlay{background:#00000073}.stats{display:flex;gap:12px;color:#000;font-size:12px}.post-skeleton{aspect-ratio:1/1;border-radius:12px;background:linear-gradient(90deg,#f3f0f0,#faf5f5,#f5f1f1);background-size:200% 100%;animation:shimmer 1.2s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.post-empty{text-align:center;padding:40px;color:#aaa}@media(max-width:650px){.post-grid{grid-template-columns:repeat(2,1fr)}}.md-section{flex:1}.md-section .empty-result{min-width:100%;text-align:center;opacity:.6;margin-top:15px}*{box-sizing:border-box;margin:0;padding:0}.messages{flex:1;display:flex;flex-direction:column;align-items:center}.message-bar{width:100%;height:70px;display:flex;align-items:center;padding:0 45px;background:#fff;font-weight:550;font-size:1.2em;justify-content:space-between}.searchbar{width:90%;background:var(--secondary);margin:1em 0;border-radius:10px;padding-left:15px}.searchbar input{outline:none;border:none;background:transparent;width:75%;padding:15px 10px}.conversation-wrapper{flex:1;width:100%;display:flex;flex-direction:column;gap:15px}.conversation{width:100%;height:60px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:30px 50px}@media(max-width:650px){.conversation{padding:30px 22px}.message-bar{padding:0 23px}}.conversation .left-block{display:flex;min-height:100%;align-items:center;gap:10px}.conversation .left-block img{width:50px;height:50px;border-radius:50%}.conversation .left-block .message-content{display:flex;flex-direction:column;gap:5px;font-size:.8em}.conversation .left-block .message-content small{opacity:.7}.conversation .message-count{font-size:.7em;width:18px;height:18px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:100px}.right-block{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.badge{background:var(--primary);color:#fff;font-size:11px;padding:4px 7px;border-radius:50px;font-weight:700}.chat-page{flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-page .chat-bar{width:100%;height:70px;padding:0 20px;align-items:center;border-bottom:1px solid var(--secondary)}.chat-page .chat-bar .chat-bar-left{height:100%;display:flex;align-items:center;gap:10px}.chat-page .chat-bar .chat-bar-left .other-user{display:flex;flex-direction:column}.chat-page .chat-bar .chat-bar-left img{width:35px;height:35px;border-radius:50%}.chat-page .chat-bar .chat-bar-left span{font-weight:600}.chat-page .bottom-chat{width:100%;height:70px;position:relative;bottom:0;border-top:1px solid var(--secondary);display:flex;align-items:center;justify-content:center;gap:10px}.chat-page .bottom-chat input{width:85%;padding:10px;border-radius:20px;outline:none}.chat-page .bottom-chat button{background:var(--primary);padding:7px;border-radius:50%;border:none;color:#fff}.chat-page .content-chat{flex:1;width:100%;overflow-y:scroll;scrollbar-width:none;padding:15px;display:flex;flex-direction:column;scroll-behavior:smooth}.chat-page .content-chat .no-message{width:290px;height:80px;background:wheat;border-radius:10px;position:relative;left:50%;transform:translate(-50%);font-size:.9em;color:#777;padding:4px 7px;display:flex;align-items:center;justify-content:center;box-shadow:1px 1px 1px #0003;transition:ease .2s}.chat-page .content-chat .no-message:hover{opacity:.8}.chat-page .content-chat .no-message small{text-align:center}.chat-page .content-chat .no-message small svg{margin-right:5px}.chat-page .forbidden-message{flex:1;width:100%;display:flex;align-items:center;justify-content:center;opacity:.7;flex-direction:column;gap:15px}.chat-page .forbidden-message svg{font-size:2.5em}.bubble{max-width:75%;padding:10px 14px;margin:6px 0;border-radius:18px;font-size:14px;line-height:1.4;word-wrap:break-word;animation:fadeInUp .25s ease;display:flex;flex-direction:column}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.bubble.me{align-self:flex-end;background:#ff6d00;color:#fff;border-bottom-right-radius:4px;animation:popIn .2s ease}@keyframes popIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}@keyframes slideInRight{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}.bubble.me{animation:slideInRight .2s ease}.bubble.other{align-self:flex-start;background:var(--secondary);color:#333;border:1px solid #eee;border-bottom-left-radius:4px}.chat-page .content-chat::-webkit-scrollbar{display:none}.meta{display:flex;justify-content:flex-end;align-items:center;gap:5px;margin-top:4px}.time{font-size:10px;opacity:.7}.status{font-size:11px;opacity:.8}.reply-box{background:#fff3e0;padding:8px;border-left:4px solid #ff6d00;display:flex;justify-content:space-between}.reply-box button{border:none;padding:3px;border-radius:50%}.reply-preview{font-size:12px;opacity:.7;border-left:2px solid #ff6d00;padding-left:5px;margin-bottom:4px}.typing{padding:5px 10px;font-style:italic;color:gray}:root{--primary:#ff7a00;--secondary:#e1e4e5;--white: #fff;--gradient:var(--primary) }*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}.qr-fullscreen{position:fixed;inset:0;width:100vw;height:100vh;background:#fff;z-index:99999;overflow-y:auto;display:flex;flex-direction:column}.qr-header{height:65px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 15px;background:#fff;position:sticky;top:0;font-weight:600;font-size:1.2em}.qr-close{border:none;background:none;font-size:22px;cursor:pointer}.qr-body{flex:1;display:flex;justify-content:center;align-items:center;padding:20px}.show-qr-section{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:100px}.qr-notice{text-align:center;font-size:1em;color:#777}.qr-card{background:var(--secondary);padding:25px;border-radius:15px}.scan-qr-page{width:100%;height:100%;background:#fff;font-family:Inter,sans-serif}.subtitle{text-align:center;color:#6b7280;line-height:1.6;margin-bottom:24px}.scanner-wrapper{position:relative;width:100%;max-width:420px;height:500px;margin:auto;border-radius:28px;overflow:hidden;background:#111827}#qr-reader{width:100%;height:100%}#qr-reader video{width:100%!important;height:100%!important;object-fit:cover}#qr-reader__dashboard{display:none!important}#qr-reader__scan_region{border:none!important}.scanner-overlay{position:absolute;inset:0;pointer-events:none}.scanner-overlay:before{content:"";position:absolute;inset:0;background:#00000059}.scanner-overlay:after{content:"";position:absolute;width:260px;height:260px;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 9999px #00000073;border-radius:20px}.corner{position:absolute;width:55px;height:55px;border:5px solid #22c55e;z-index:5}.top-left{top:calc(50% - 130px);left:calc(50% - 130px);border-right:none;border-bottom:none}.top-right{top:calc(50% - 130px);right:calc(50% - 130px);border-left:none;border-bottom:none}.bottom-left{bottom:calc(50% - 130px);left:calc(50% - 130px);border-right:none;border-top:none}.bottom-right{bottom:calc(50% - 130px);right:calc(50% - 130px);border-left:none;border-top:none}.scan-line{position:absolute;width:240px;height:3px;left:50%;top:50%;transform:translate(-50%);background:#22c55e;z-index:5;box-shadow:0 0 20px #22c55e;animation:scannerMove 2s linear infinite}@keyframes scannerMove{0%{transform:translate(-50%) translateY(-120px)}50%{transform:translate(-50%) translateY(120px)}to{transform:translate(-50%) translateY(-120px)}}.flash-btn{position:absolute;bottom:32px;left:50%;transform:translate(-50%);width:62px;height:62px;border-radius:50%;border:none;background:#000000b3;color:#fff;font-size:22px;z-index:10;cursor:pointer}.instruction{text-align:center;margin-top:24px;color:#4b5563;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px}.manual-btn{width:100%;max-width:420px;display:block;margin:24px auto 0;height:56px;border-radius:16px;border:2px solid #22c55e;background:#fff;color:#16a34a;font-size:16px;font-weight:600;cursor:pointer}.success-card{max-width:420px;margin:24px auto 0;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:18px;padding:18px;display:flex;gap:14px}.success-icon{width:42px;height:42px;border-radius:50%;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.qr-confirm-page{width:100%;height:100%}.confirm-box{width:100%;height:90px;background:#f6d99c;border-radius:15px;display:flex;padding:0 15px;align-items:center;gap:15px}.checked_circle{width:45px;height:45px;background:#e6a242;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3em}.check-text{display:flex;flex-direction:column;color:#000;align-items:start;gap:3px}.check-text span{font-weight:600}.confirm_details{width:100%;border:1px solid var(--secondary);margin:1em 0 1.5em;border-radius:15px;background:#fff;padding:10px 15px 0}.confirm_details_row{width:100%;display:flex;justify-content:space-between;align-items:center;height:68px;border-bottom:1px solid var(--secondary)}.confirm-left{display:flex;align-items:center;gap:10px}.confirm-left .infos-text{display:flex;flex-direction:column;gap:4px}.confirm-left .infos-text small{color:#777}.confirm-left .infos-text span{font-weight:600;font-size:1.1em}.confirm-right{font-display:flex;align-items:center;padding-right:10px}.confirm-right .ready_shipping{padding:7.5px;border-radius:7px;background:#f6d99c;color:#ff7a00}.confirm-right .circle-icon{padding:7.5px;border-radius:19px;background:#f6d99c;color:#ff7a00;display:flex;align-items:center;justify-content:center}.btn-confirm{width:100%;height:55px;border-radius:10px;border:none;margin-bottom:10px;font-weight:600}.btn-confirm.confirm{background:var(--primary);color:#fff}.btn-confirm.cancelled{border:1px solid red;color:red}.qr-success-page{background:#f6d99c;width:100%;height:100%;position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center}.success-cadre{width:90%;height:33%;display:flex;flex-direction:column;align-items:center}.success-cadre .confity{width:90%;height:58%;display:flex;align-items:center;justify-content:center;background-image:url(/assets/confetti_background-CN3LgXvM.png);background-position:center;background-size:contain;margin-bottom:20px}.success-cadre .confity .success-circle{width:100px;height:100px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff;border:10px solid #e6a242}.confirm-text{font-weight:600;font-size:1.2em}.confirm-subtitle{color:#777;margin:10px}.confirm-container{width:90%}.order-chat{flex:1;display:flex;flex-direction:column;scrollbar-width:none;overflow:hidden}.order-chat .order-bar{width:100%;height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 1em;font-weight:600;text-transform:capitalize;box-shadow:0 0 #000c;border:1px solid var(--secondary)}.order-chat .order-bar .order-chat-top{display:flex;flex-direction:column;justify-content:center;align-items:center}.order-chat .order-bar .order-chat-top .live{font-weight:500;font-size:.9em;display:flex;align-items:center;gap:4px}.order-chat .order-bar .order-chat-top .order-live-light{width:8px;height:8px;border-radius:50%;background:#3e9270}.order-chat-content{flex:1;display:flex;flex-direction:column;scroll-behavior:smooth;align-items:center;padding-top:1em;overflow-y:hidden;width:100%}.order-messages-wrapper{flex-direction:column;width:95%;gap:12px;padding:15px;flex:1;display:flex;overflow-y:auto;scrollbar-width:none;margin-top:15px;scroll-behavior:smooth}.order-message,.order-message-map{width:100%;display:flex}.order-message-map.right-msg{justify-content:flex-end}.order-message-map.left-msg,.order-message-map.delivery{justify-content:flex-start}.order-message.right-msg{justify-content:flex-end}.order-message.left-msg,.order-message.delivery{justify-content:flex-start}.order-message-content{max-width:75%;display:flex;flex-direction:column;gap:4px}.order-message-text{padding:12px 14px;border-radius:14px;font-size:.95em;line-height:1.4}.order-message.right-msg .order-message-text{background:#14b86e;color:#fff;border-bottom-right-radius:4px}.order-message.left-msg .order-message-text{background:#f1f1f1;color:#222;border-bottom-left-radius:4px}.order-message.delivery .order-message-text{background:#e7f1ff;color:#222;border-bottom-left-radius:4px}.order-message-time{font-size:.72em;color:#777;padding:0 5px}.order-message.right-msg .order-message-time{text-align:right}.order-chat-content .order-chat-card{width:350px;height:120px;border-radius:5px;border:2px solid var(--secondary);display:flex;flex-direction:column;padding:9px 10px;gap:15px}.order-chat-content .order-chat-card .top{display:flex;align-items:center;justify-content:space-between}.order-chat-content .order-chat-card .top .text{display:flex;font-size:.9em;gap:9px}.order-chat-content .order-chat-card .top .text img{width:50px;height:50px;border-radius:5px}.order-chat-content .order-chat-card .bottom{width:100%;display:flex;align-items:center;justify-content:center;gap:7px}.order-chat-content .order-chat-card .bottom .more{height:25px;font-size:.8em;padding:1px 4px;display:flex;align-items:center;transition:ease .2s}.order-chat-content .order-chat-card .bottom .more:hover{background:var(--secondary)}.order-chat-content .order-chat-card .bottom .more.divider{border-right:1px solid var(--secondary);padding-right:8px}.map-container-wrapper{width:100%;height:fit-content;display:flex}.map-container-wrapper.buyer{justify-content:flex-end}.map-container-wrapper.seller{justify-content:flex-start}.message-map-card{width:100%;min-height:300px;border:1px solid var(--secondary);border-radius:10px;display:flex;flex-direction:column;max-width:400px;left:70%}.message-map-header{width:100%;height:50px;font-size:.85em;padding:13px 15px}.message-map-header{display:flex;justify-content:space-between;margin-bottom:10px}.message-map-container{flex:1}.message-map-container .msg-map{height:100%;width:100%;z-index:2}.message-map-bottom{width:100%;height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 12px}.message-map-bottom .bottom-left{display:flex;gap:10px}.message-map-bottom .bottom-left .map-icon svg{padding:6px 5px;background:var(--secondary);border-radius:3px}.order-chat-bottom{width:100%;height:100px;bottom:0;padding:1em;display:flex;flex-direction:column;gap:6px;border-top:1px solid var(--secondary)}.order-chat-bottom .input-line{width:100%;height:40px;display:flex;align-items:center;justify-content:center;gap:15px}.order-chat-bottom .input-line .order-input{width:83%;border:1px solid var(--secondary);border-radius:10px;height:100%;padding:0 10px}.order-chat-bottom .input-line .order-input input{border:transparent;border:none;outline:none;height:100%;width:92%;background:transparent}.order-chat-bottom .input-line .order-chat-btn-send{width:40px;height:40px;border-radius:50%;background:#3e9270;color:#fff;display:flex;justify-content:center;align-items:center}.order-chat-feactures{width:100%;display:flex;align-items:center;justify-content:space-around;height:45px}.order-chat-feactures .feacture{padding:7px;background:var(--secondary);font-size:.7em;border-radius:3px}.route-line{animation:routeDraw .6s ease-in-out}@keyframes routeDraw{0%{opacity:0;stroke-dasharray:1000;stroke-dashoffset:1000}to{opacity:1;stroke-dashoffset:0}}.spinner-order{width:19px;height:19px;border:3px solid #fff;border-top:2px solid rgba(255,255,255,.4);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:650px){.order-chat-content{scrollbar-width:none;scroll-behavior:smooth}}.location-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:end;z-index:999}.orderLocationDrawer{width:100%;max-width:650px;height:fit-content;background:#fff;padding:20px;animation:slideIn .25s ease;display:flex;flex-direction:column;gap:15px;border-radius:12px 12px 0 0;overflow-y:auto}@keyframes slideIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.order-location-header{display:flex;justify-content:space-between;font-weight:600;font-size:1.2em;margin-bottom:.7em}.map-drawer{width:100%;height:220px;background-position:center;background-size:cover;border-radius:10px;display:flex;align-items:end;justify-content:center;padding-bottom:1em;position:relative}.map-drawer .map{width:100%;height:100%;position:relative;top:0;border-radius:10px}.map-drawer .map-drawer-current-posotion{position:absolute;top:65%;left:50%;transform:translate(-50%);width:calc(100% - 20px);height:45px;background:#fffffff2;border-radius:10px;display:flex;justify-content:space-between;align-items:center;padding:5px 10px;z-index:999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000014}.map-drawer .map-drawer-current-posotion .location-left{display:flex;gap:5px 8px}.map-drawer .map-drawer-current-posotion .location-left svg{color:#167bfb;margin-top:5px}.map-drawer .map-drawer-current-posotion .location-left .current-location-data{display:flex;flex-direction:column;gap:2px}.map-drawer .map-drawer-current-posotion .location-left .current-location-data span{font-size:.8em;font-weight:600}.map-drawer .map-drawer-current-posotion .location-left .current-location-data small{opacity:.8;color:#777}.map-drawer .map-drawer-current-posotion .location-right{display:flex;align-items:center;justify-content:center;margin-right:10px;color:#777}.location-share-type{width:100%;height:130px;border:1px solid var(--secondary);display:flex;justify-content:space-between;padding:.5em 1em;gap:10px;border-radius:10px;transition:ease .1s}.location-share-type.active{border:1.5px solid #14b86e}.location-share-type .location-share-icon{width:35px;height:35px;color:#167bfb;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0}.location-share-type .location-share-icon{margin:0;font-size:1.2em}.location-share-type .share-location-text{font-size:.9em;flex:1}.location-share-type .share-location-text .title{font-weight:600;margin-bottom:2px}.location-share-type .share-location-text .time-breaks{margin-top:1.5em;font-size:1.1em;display:flex;gap:15px}.share-location-btn{width:100%;padding:.8em 0;border:none;outline:none;color:#fff;background:#167bfb;border-radius:10px;text-align:center;display:flex;justify-content:center;font-weight:600}:root{--primary:#ff6d00;--secondary:#e1e4e5;--white: #fff;--gradient:var(--primary) }.order-live-page{flex:1;display:flex;flex-direction:column;position:relative}.full-map-section{width:100%;height:52%;position:absolute;inset:0;z-index:1}.full-map-section .full-map{min-width:100%;min-height:100%;z-index:2}.full-map-section .top-full-map-container{position:absolute;top:8%;background:#ffffffe6;z-index:10;width:215px;height:60px;left:15px;display:flex;font-size:1em;align-items:center;border-radius:20px;padding:0 10px;gap:10px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000014}.full-map-section .live-eta-box{position:absolute;top:25%;background:#ffffffe6;z-index:10;width:125px;height:85px;left:15px;display:flex;flex-direction:column;font-size:.9em;align-items:center;border-radius:10px;justify-content:center;gap:5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000014}.live-marker{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:20px;box-shadow:0 4px 12px #00000040;border:3px solid white;animation:pulseMarker 2s infinite;transform-origin:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.driver-marker{background:#2563eb;color:#fff}.client-marker{background:#f97316;color:#fff}.seller-marker{background:#16a34a;color:#fff}.user-marker{background:#0f172a;color:#fff}@keyframes pulseMarker{0%{transform:scale(1);box-shadow:0 0 #2563eb80}70%{transform:scale(1.08);box-shadow:0 0 0 14px #2563eb00}to{transform:scale(1)}}.bottom-full-page{width:100%;min-height:49%;z-index:10;border-top-left-radius:19px;border-top-right-radius:19px;background:#fff;position:absolute;bottom:0;padding:0 1em}.wrapper-move-line{width:100%;height:8px;margin:10px 0;display:flex;align-items:center;justify-content:center}.wrapper-move-line .move-line{width:70px;height:100%;border-radius:10px;background:#d1d5db}.bottom-full-page .user-line{width:100%;height:60px;display:flex;align-items:center;justify-content:space-between}.bottom-full-page .user-line .user-line-left{display:flex;align-items:center;gap:8px}.bottom-full-page .user-line .user-line-left img{width:60px;height:60px;border-radius:15px}.bottom-full-page .notice{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:1em 0}.bottom-full-page .notice p,span{text-align:center}.bottom-full-page .delivery-tracker-wrapper{width:100%;margin:2.5em 0 1em;padding:0 10px}.actions-live-tracking-row{width:100%;height:50px;display:flex;align-items:center;justify-content:space-between;margin:1.5em 0}.actions-live-tracking-row .ac-live-btn{padding:15px;background:var(--secondary);border-radius:10px;width:120px;display:flex;align-items:center;justify-content:center;text-transform:capitalize}.actions-live-tracking-row .ac-live-btn svg{margin-right:5px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}*{font-family:Inter,sans-serif}
