@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);@font-face{font-family:jakarta;src:url(/static/media/PlusJakartaSans-Regular.3cbfe51264eedc7a1c69.ttf)}@font-face{font-family:montserrat;src:url(/static/media/Montserrat-Regular.cfbf0da06d33097e6d0a.ttf)}:root{--main-font-size:18px;--large-font-size:22px;--small-font-size:14px;--main-color:#f64809;--secondary-color:#fe8339;--color-03:#f64809;--main-text-color:#666;--main-background-color:#f7f7f7;--main-border-color:#add8e6;--main-border-radius:10px;--main-transition:0.5sx;--main-linear-gradient:linear-gradient(139deg,#ffe4cd4f 24%,#ff9c492e 79%);--hover-linear-gradient:linear-gradient(137deg,#ffe4cda6 25%,#ff9c4947 78%)}body{margin:0}*{box-sizing:border-box;font-family:jakarta}.lowercase{text-transform:none}body a{text-decoration:none}body ul{list-style:none;margin:0;padding:0}body input,body select,body textarea{border:1px solid #add8e6;border:1px solid var(--main-border-color);border-radius:50px;outline:none;text-transform:none;transition:.5s}body textarea{border-radius:10px;border-radius:var(--main-border-radius);max-height:300px;max-width:100%;min-width:25%;transition:.2s}body button{cursor:pointer}body input.with-shadow{box-shadow:0 2px 4px #0000001a}body input.with-shadow:focus{box-shadow:0 8px 16px #8e1b1b1a}.container{padding:10px}@media(min-width:1300px){.container{margin-left:auto;margin-right:auto;width:95%}}@media(min-width:1700px){.container{width:85%}}@media(min-width:2000px){.container{width:70%}}@media(min-width:2200px){.container{width:60%}}@media(min-width:2400px){.container{width:50%}}@media(min-width:2600px){.container{width:40%}}.scroll-control{overflow:auto}.scroll-control-hidden{overflow:hidden}.scroll-control::-webkit-scrollbar{border-radius:5px;width:10px}.scroll-control::-webkit-scrollbar:horizontal{height:8px}.scroll-control::-webkit-scrollbar-thumb{opacity:0}.scroll-control:hover::-webkit-scrollbar-thumb{background-color:#f64809;background-color:var(--main-color);opacity:1}.small-size{font-size:14px;font-size:var(--small-font-size)}.flex-box{justify-content:space-between}.main-link{color:#666;color:var(--main-text-color);transition:.5sx;transition:var(--main-transition)}.main-link:hover{color:#f64809;color:var(--main-color)}.main-button{background-color:#f64809;background-color:var(--main-color);border:none;border-radius:5px;color:#fff;display:block;outline:none;padding:4px 10px;width:fit-content}.main-button.success,button.success{background-color:#f64809;background-color:var(--color-03)}button.animated{cursor:default;opacity:.6}button.animated i{animation-duration:1s;animation-iteration-count:infinite;animation-name:Logging-in-button;margin-left:10px}.main-button.info{background-color:#7373ff}.form-box{background-color:#f0f0f033;border:1px solid #ddd;border-radius:10px;border-radius:var(--main-border-radius);box-shadow:0 1px 3px #0000001a;padding:10px;width:100%}@media(max-width:1000px){.form-box{width:100%}}.form-box>div.box-title{column-gap:5px;justify-content:flex-start;margin-bottom:10px}.form-box>div.box-title .main-icon{opacity:.7}.form-box>div.box-title label,.form-box>div.box-title p{color:#666;color:var(--main-text-color);display:block;font-weight:700}.form-box>div.box-title p{margin:0}.form-box>div.box-title label span,.form-box>div.box-title span{font-size:11px;margin-left:5px}.form-box input,.form-box select,.form-box textarea{background-color:#ffffffb3;font-size:18px;font-size:var(--main-font-size);padding:10px 15px;width:100%}.form-box select{appearance:none;cursor:pointer;font-size:16px}.form-box input[type=file]{font-size:medium}.form-box input::placeholder,.form-box textarea::placeholder{font-size:14px;font-size:var(--small-font-size)}.main-list .list-item{align-items:flex-start;border:1px solid #add8e6;border:1px solid var(--main-border-color);border-radius:10px;border-radius:var(--main-border-radius);box-shadow:0 2px 4px #0000001a;gap:5px 25px;justify-content:flex-start;max-width:100%;overflow:auto;padding:10px 5px}.main-list .list-item:not(:last-child){margin-bottom:20px}.main-list .list-item .list-item-column{min-width:155px;overflow:hidden}.main-list .list-item .list-item-column .column-title{justify-content:flex-start;margin-bottom:30px}.main-list .list-item .list-item-column .column-title i{color:#f64809;color:var(--main-color);font-size:12px;margin-right:3px}.main-list .list-item .list-item-column .column-title span{color:#666;color:var(--main-text-color);font-size:15px}.main-list .list-item .list-item-column .column-content{text-align:center}.main-list .list-item .list-item-column .column-content.flex-box{gap:5px}.main-list .list-item .list-item-column .column-content *{margin:0}.main-list .list-item .list-item-column .column-content a{color:#000;display:block;text-decoration:underline}.main-list .list-item .list-item-column .column-content a.small{font-size:14px}.main-list .list-item .list-item-column .column-content p{font-size:18px}.main-list .list-item .list-item-column .column-content p.small{font-size:16px}.main-list .list-item .list-item-column .column-content p.x-small{font-size:14px}.main-list .list-item .list-item-column .column-content p.bold{font-weight:700}.main-list .list-item .list-item-column .column-content p.success{color:green}.main-list .list-item .list-item-column .column-content p.failed{color:red}.main-list .list-item .list-item-column .column-content p.pending{color:orange}.main-list .list-item .list-item-column .column-content p.delivered,.main-list .list-item .list-item-column .column-content p.paid,.main-list .list-item .list-item-column .column-content p.processed,.main-list .list-item .list-item-column .column-content p.ready-to-pay{color:green}.main-list .list-item .list-item-column .column-content p.cancelled{color:red}.main-list .list-item .list-item-column .column-content p span{font-size:14px}.main-list .list-item .list-item-column .column-content img{border-radius:4px;max-height:60px;width:50px}.main-list .list-item .list-item-column .column-content .buttons-container{flex-wrap:wrap;gap:10px;justify-content:center}.main-list .list-item .list-item-column .column-content .buttons-container button{background-color:#f64809;background-color:var(--main-color);border:none;border-radius:5px;color:#fff;display:block;outline:none;padding:4px 10px;width:fit-content}.main-list .list-item .list-item-column .column-content .buttons-container button.success{background-color:#f64809;background-color:var(--color-03)}.additional-card,.filter-card{background-color:#f6480905;border:1px solid #add8e6;border:1px solid var(--main-border-color);border-radius:10px;border-radius:var(--main-border-radius);box-shadow:0 2px 4px #0000001a;color:#666;color:var(--main-text-color);flex:1 1;padding:10px 10px 15px}.additional-card .card-title,.filter-card .card-title{gap:10px;justify-content:flex-start;margin-bottom:20px}.additional-card .card-title h3,.filter-card .card-title h3{font-size:17px;margin:0}.additional-card .card-title i,.filter-card .card-title i{color:#f64809;color:var(--main-color);font-size:18px}.additional-card>button,.filter-card>button{background-color:#f64809e6;border:none;border-radius:5px;color:#fff;display:block;font-size:15px;margin-left:auto;margin-right:auto;outline:none;padding:6px 15px;width:fit-content}.smooth-display{animation-duration:.5s;animation-fill-mode:backwards;animation-name:smooyh-display}.main-icon{background-color:initial;border:none;display:block;margin:0;outline:none;padding:0;text-align:center}.main-icon div{background-color:#f64809;background-color:var(--main-color);border-radius:50%;color:#fff;height:30px;justify-content:center;margin:0 auto 2px;width:30px}.main-icon div i{font-size:14px;font-size:var(--small-font-size)}.main-icon span{color:#666;color:var(--main-text-color);text-transform:lowercase}span.no-data{background-color:#f64809;background-color:var(--color-03);border-radius:10px;display:block;height:5px;margin-left:auto!important;margin-right:auto!important;width:50px}.initial-case{text-transform:none!important}@keyframes smooyh-display{0%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes Logging-in-button{to{transform:rotate(1turn)}}.main-app-container{height:100vh;overflow-x:hidden;position:relative}.main-app-container .main-app-content{background-color:var(--main-background-color);display:flex;flex-direction:column;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;height:100%;position:relative;width:calc(100% - 205px)}@media(max-width:1000px){.main-app-container .main-app-content{width:100%}}.main-app-container .main-app-content.full-width{background-color:initial;width:100%}.main-app-container .main-app-content>.side-bar-overly{background-color:#bcbcbc80;display:none;height:100%;position:absolute;right:0;top:0;width:100%;z-index:2}@media(max-width:1000px){.main-app-container .main-app-content>.side-bar-overly.block{display:block}}.main-app-container .main-app-content .app-content{flex:1 1}.main-app-container .main-app-content .app-content>.container{background-color:#fff;border-radius:var(--main-border-radius);font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;min-height:calc(100% - 10px);width:100%}@media(max-width:1299px){.main-app-container .main-app-content .app-content>.container{border-radius:0}}.main-app-container .main-app-content .app-content .container .page-title h2{color:var(--main-text-color);margin:0 0 30px;position:relative;width:fit-content}.main-app-container .main-app-content .app-content .container .page-title h2:after,.main-app-container .main-app-content .app-content .container .page-title h2:before{background-color:var(--main-background-color);border-radius:var(--main-border-radius);bottom:0;content:"";height:4px;left:0;position:absolute;transform:translateY(100%);width:90%}.main-app-container .main-app-content .app-content .container .page-title h2:before{background-color:var(--main-color);width:40%;z-index:1}@media (max-width:1000px){.main-app-container .main-app-content .app-content>.container{padding-bottom:80px}}@media(max-width:767px){.main-app-container .main-app-content .app-content .container .page-title h2:after,.main-app-container .main-app-content .app-content .container .page-title h2:before{display:none}}.main-app-container .main-app-content .app-content .container .page-title h2 span{color:var(--main-color)}.main-app-container .main-app-content .app-content .container .page-title h2 span.small{font-size:16px;margin-left:5px}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}@media (max-width:600px){.login-content{padding-left:18px;padding-right:18px}body,html{box-sizing:border-box;overflow-x:hidden!important;width:100vw}.login-left,.modern-login-page{box-sizing:border-box;margin:0!important;max-width:100vw!important;min-width:0!important;padding:0!important;width:100vw!important}.modern-login-page{align-items:center;background:#fff;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:0;width:100vw}.login-right{display:none!important;max-width:0!important;padding:0!important;width:0!important}.login-left{align-items:center;display:flex;flex:initial;flex-direction:column;justify-content:center;margin:0 auto;max-width:100vw;min-height:100vh;min-width:0;padding:0;width:100vw}.login-logo-full{display:block;height:90px;margin:32px auto 18px;object-fit:contain;width:90px}.login-content{align-items:center;display:flex;flex-direction:column;gap:18px;justify-content:center;margin:0 auto;max-width:370px;min-width:0;padding-bottom:24px;width:100%}}@media (max-width:900px){.modern-login-page{height:auto;min-height:0;min-height:auto;overflow-y:auto}body,html{height:auto;min-height:100vh;overflow-y:auto}.login-left,.login-right{height:auto;min-height:0;min-height:auto;padding-bottom:24px;padding-top:24px}}@media (max-width:600px){.modern-login-page{align-items:stretch;flex-direction:column;min-height:100vh;width:100vw}.login-left,.login-right{box-sizing:border-box;flex:initial;max-width:100%;min-height:0;min-height:auto;min-width:0;padding:0 8px 24px;width:100%}.login-left{align-items:center;justify-content:flex-start;min-height:0;min-height:auto}.login-content{gap:18px;max-width:100%;min-width:0;padding-bottom:24px}.login-form{gap:12px;max-width:100%;min-width:0}.login-logo-full{height:38px;margin-bottom:16px;width:110px}.login-content h1{font-size:1.3rem;margin-bottom:6px}.main-button.success{font-size:1rem;padding:10px 0}}.login-content h1{font-size:2.1rem;font-weight:800;margin-bottom:10px}.login-content .subtitle,.login-content h1{text-align:center;width:100%}.login-logo-full{display:block;height:50px;margin-bottom:24px;margin-left:auto;margin-right:auto;max-width:100%;object-fit:contain;width:150px}.remember-me input[type=checkbox]{accent-color:#f64809}.forgot-password{color:#f64809}body,html{height:auto;margin:0;min-height:100vh;overflow-y:auto!important;padding:0}.remember-me{display:flex;gap:3px;white-space:nowrap}.modern-login-page{align-items:stretch;background:#fff;display:flex;font-family:Plus Jakarta Sans,Arial,sans-serif;height:auto;justify-content:center;min-height:100vh;overflow-y:auto;width:100vw}@media (max-width:1199px){.modern-login-page{min-height:100vh}}.login-left{align-items:center;flex:0 0 30%;flex-direction:column;justify-content:center;max-width:30%;min-height:100vh}.login-left,.login-right{display:flex;padding:40px 32px 60px}.login-right{background-image:url(https://sourship.com/wp-content/uploads/2024/12/banner1.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex:0 0 70%;flex-direction:column;max-width:70%}@media (min-width:1200px){.login-left{justify-content:center}}.login-content{gap:28px;margin-left:auto;margin-right:auto;padding-bottom:40px}.login-content,.login-form{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:370px;min-width:300px;width:100%}.login-form{gap:18px}.login-form input{background:#0000;border:none;border-bottom:2px solid #e0e6ed;border-radius:0;box-shadow:none;color:#222;font-family:Plus Jakarta Sans,Montserrat,sans-serif;font-size:1.05rem;margin-bottom:28px;padding:12px 0 8px;transition:border-color .2s,box-shadow .2s;width:100%}.login-form input:focus{background:#0000;border-bottom:2.5px solid #f64809;outline:none}.login-form input::placeholder{color:#e3e3e3;font-family:Plus Jakarta Sans,Montserrat,sans-serif;font-size:1rem;opacity:1}.main-button.success{background:#f64809;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Plus Jakarta Sans,Montserrat,sans-serif;font-size:1.1rem;font-weight:600;margin-top:8px;padding:12px 0;transition:background .2s;width:100%}.main-button.success:disabled{background:#f64809cc;cursor:not-allowed}.signup-link{color:#888;font-size:1rem;margin-top:18px;text-align:center}.signup-link a{color:#f64809;text-decoration:none}.login-options{gap:8px;margin-bottom:18px}.login-options,.main-app-loading-gif{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.main-app-loading-gif{height:100%}.main-app-loading-gif .gif{background-color:#f2f2f2;border-radius:10px;min-height:200px;width:400px}@media(max-width:600px){.main-app-loading-gif .gif{width:95%}}.main-app-loading-gif .gif img{border-radius:10px;width:100%}.main-app-loading-gif p{color:var(--main-text-color);font-size:18px;margin-top:20px}.user-sign-up *{text-transform:none}.main-app-container:has(.signup-container){align-items:flex-start}.signup-container{align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff5f2);min-height:100vh;padding:20px;width:100%}.signup-container,.step-indicator{display:flex;justify-content:center}.step-indicator{margin-bottom:40px}.steps-container{gap:20px}.step-item,.steps-container{align-items:center;display:flex}.step-item{flex-direction:column;gap:8px}.step-circle{align-items:center;border:2px solid;border-radius:50%;display:flex;font-size:16px;font-weight:600;height:48px;justify-content:center;transition:all .3s ease;width:48px}.step-circle.completed{background-color:#10b981;border-color:#10b981;color:#fff}.step-circle.active{background-color:#f64809;border-color:#f64809;color:#fff}.step-circle.inactive{background-color:initial;border-color:#d1d5db;color:#9ca3af}.step-title{font-size:14px;font-weight:500;text-align:center;transition:color .3s ease}.step-title.active-title{color:#333}.step-title.inactive-title{color:#9ca3af}.step-connector{height:2px;transition:background-color .3s ease;width:60px}.step-connector.completed-connector{background-color:#10b981}.step-connector.inactive-connector{background-color:#d1d5db}.sign-up-card{align-items:stretch;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #fff3;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;margin:0 auto;max-width:1440px;overflow:hidden;width:100vw}.card-header{background:url(https://sourship.com/wp-content/uploads/2024/12/banner1.webp) 50%/cover no-repeat;border-radius:18px;color:#fff;margin:40px;overflow:hidden;padding:32px 32px 16px;position:relative;text-align:center}.card-header:before{background:#00000073;border-radius:18px;content:"";inset:0;position:absolute;z-index:1}.card-header>*{position:relative;z-index:2}.card-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:700;margin-bottom:8px}.card-header p{font-size:16px;opacity:.9}.card-content{align-items:stretch;padding:32px;width:100%}.card-content,.step-content{display:flex;flex-direction:column}.step-content{gap:24px}.step-header{margin-bottom:24px;text-align:center}.step-header h2{color:#333;font-size:24px;font-weight:700;margin-bottom:8px}.step-header p{color:#6b7280;font-size:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-group label{color:#374151;font-size:14px;font-weight:500}.form-input{background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:16px;padding:12px 16px;transition:all .2s ease}.form-input:focus{border-color:#f64809;box-shadow:0 0 0 3px #f648091a;outline:none}.form-input::placeholder{color:#9ca3af}.form-select{background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-family:inherit;font-size:16px;padding:12px 16px;transition:all .2s ease}.form-select:focus{border-color:#f64809;box-shadow:0 0 0 3px #f648091a;outline:none}.plans-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:24px}.plan-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:24px;transition:all .2s ease}.sekeleton-card{cursor:default}.plan-card:not(.sekeleton-card):hover{border-color:#f6480980;box-shadow:0 10px 25px #0000001a;transform:translateY(-2px)}.plan-card.selected{background:#f648090d;border-color:#f64809}.plan-card h3{color:#333;font-size:18px;font-weight:600;margin-bottom:8px}.plan-price{color:#f64809;font-size:28px;font-weight:700;margin-bottom:16px}.plan-price span{color:#6b7280;font-size:14px;font-weight:400}.plan-features{display:flex;flex-direction:column;gap:8px;list-style:none}.plan-features li{align-items:center;color:#374151;display:flex;font-size:14px;gap:8px}.checkmark{color:#10b981;font-size:16px;font-weight:600}.review-section{background:#f8f9fa;border:1px solid #e0e5e7;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.review-section h3{border-bottom:2px solid #f64809;color:#f64809;font-size:1.2rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.review-item{align-items:center;border-bottom:1px solid #e0e5e7;display:flex;justify-content:space-between;padding:.75rem 0}.review-item:last-child{border-bottom:none}.review-label{color:#4a5568;font-weight:500}.review-value{color:#2d3748;font-weight:600}.review-notice{background:#fff8f0;border:1px solid #fed7aa;border-radius:8px;margin-top:2rem;padding:1.5rem}.review-notice p{color:#9a3412;font-size:.9rem;line-height:1.5;margin:0}.form-actions{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-top:32px;padding-top:24px}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:16px;font-weight:500;justify-content:center;min-width:120px;padding:12px 32px;text-decoration:none;transition:all .2s ease}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:linear-gradient(135deg,#f64809,#e63d06);border:2px solid #0000;color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#e63d06,#d73502);box-shadow:0 10px 25px #f648094d;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #e5e7eb;color:#374151}.btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}@media (max-width:768px){.signup-container{padding:10px}.form-group-row,.plans-grid{grid-template-columns:1fr}.steps-container{gap:10px}.step-connector{width:30px}.card-content{padding:20px}.card-header{padding:24px 20px 12px}.card-header h1{font-size:24px}.form-actions{flex-direction:column;gap:12px}.btn{width:100%}}@media (max-width:480px){.step-title{font-size:12px}.step-circle{font-size:14px;height:40px;width:40px}}.main-dashboard-page{background:#fff;color:#1e293b;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:2rem}.dashboard-header{margin-bottom:2rem}.dashboard-welcome h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f44c0a,#9b2b11);-webkit-background-clip:text;background-clip:text;color:#000;font-size:2.5rem;font-weight:800;margin:0 0 .5rem}.dashboard-welcome p{color:#6b7280;font-size:1.125rem;font-weight:400;margin:0}.dashboard-statistics{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:32px}.dashboard-statistics .card{background:linear-gradient(135deg,#fff6ed,#fff);border:none;border-radius:16px;box-shadow:0 4px 16px #f6480914;flex:1 1 220px;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;min-width:220px;overflow:hidden;padding:18px 20px 22px;position:relative;transition:box-shadow .2s,transform .2s}.dashboard-statistics .card:hover{box-shadow:0 8px 24px #f6480926;transform:translateY(-2px) scale(1.02)}.dashboard-statistics .card-title{align-items:center;display:flex;gap:18px;margin-bottom:16px}.dashboard-statistics .card-title span{color:#f64809;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:700}.dashboard-statistics .card-title i{background:#fff6ed;border-radius:8px;box-shadow:0 2px 8px #f6480912;color:#f64809;font-size:1.5rem;padding:8px;transition:background .2s,color .2s}.dashboard-statistics .card-title i:hover{background:#ff7a47;color:#fff}.dashboard-statistics .card p{color:#1e293b;font-size:1.2rem;margin:0 0 10px;text-align:center}.dashboard-statistics .card .main-button{background:linear-gradient(135deg,#f64809,#ff6b35);border:none;border-radius:8px;box-shadow:0 12px 24px #f648094d;color:#fff;cursor:pointer;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:.95rem;font-weight:600;padding:.7rem 1.2rem;width:100%}.dashboard-statistics .card .main-button:hover{background:#d33b06;transform:translateY(-1px)}.dashboard-statistics .card .main-button:disabled{cursor:not-allowed;opacity:.5}.dashboard-top-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.dashboard-card{background:#fff6ed;border:2px solid #f44c0a;border-radius:16px;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.dashboard-card:before{background:linear-gradient(90deg,#f44c0a,#9b2b11);content:"";height:4px;left:0;position:absolute;right:0;top:0}.dashboard-card:hover{box-shadow:0 12px 30px #f44c0a33;transform:translateY(-4px)}.dashboard-card-title{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.dashboard-card-title i{color:#f44c0a;font-size:1.5rem}.dashboard-card-title span{color:#6b7280;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.dashboard-card-value{align-items:baseline;color:#000;display:flex;font-size:2rem;font-weight:700;gap:.25rem;margin-bottom:1.5rem}.dashboard-card-value span{color:#6b7280;font-size:1rem;font-weight:400}.dashboard-card .main-button{background:#f44c0a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;font-size:.875rem;font-weight:600;padding:.875rem 1.5rem;transition:all .3s ease;width:100%}.dashboard-card .main-button:hover{background:#9b2b11;transform:translateY(-1px)}.dashboard-card .main-button:disabled{cursor:not-allowed;opacity:.5}.dashboard-main-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.dashboard-chart-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem}.dashboard-section-header{margin-bottom:2rem}.dashboard-section-header h3{color:#000;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.dashboard-section-header span{color:#6b7280;font-size:.875rem}.chart-controls{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.chart-info{font-size:.875rem}.chart-toggle,.chart-toggle button{display:flex;gap:.5rem}.chart-toggle button{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.chart-toggle button:hover{border-color:#f44c0a;color:#f44c0a}.chart-toggle button.active{background:#f44c0a;border-color:#f44c0a;color:#fff}.dashboard-chart{height:350px;position:relative}.dashboard-right{display:flex;flex-direction:column;gap:2rem}.inventory-summary-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem}.inventory-summary-header{align-items:center;color:#000;display:flex;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.inventory-summary-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.inventory-card{background:#fff6ed;border:1px solid #f44c0a20;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.inventory-card:hover{box-shadow:0 4px 15px #f44c0a1a;transform:translateY(-2px)}.inventory-card-icon{margin-bottom:.75rem}.inventory-card-icon i{color:#f44c0a;font-size:1.5rem}.inventory-card-label{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.inventory-card-value{color:#000;font-size:1.5rem;font-weight:700}.inventory-details-card{background:#f9fafb;border-radius:12px;padding:1.5rem}.inventory-details-header{align-items:center;color:#000;display:flex;font-size:1rem;font-weight:600;margin-bottom:1rem}.inventory-details-list{display:flex;flex-direction:column;gap:.75rem}.inventory-details-row{align-items:center;display:flex;font-size:.875rem;justify-content:space-between}.inventory-details-row span:first-child{color:#6b7280}.inventory-details-value{color:#000;font-weight:600}.dashboard-activities-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem}.dashboard-activities-list{display:flex;flex-direction:column;gap:1rem}.dashboard-activity-card{background:#fff6ed;border:1px solid #f44c0a20;border-radius:8px;padding:1rem;transition:all .2s ease}.dashboard-activity-card:hover{border-color:#f44c0a40;transform:translateX(4px)}.dashboard-activity-row{align-items:center;display:flex;font-size:.875rem;justify-content:space-between;margin-bottom:.5rem}.dashboard-activity-row:last-child{margin-bottom:0}.dashboard-activity-row span:first-child{color:#6b7280;font-weight:500}.dashboard-activity-row span:last-child{color:#000;font-weight:600}.dashboard-activity-row .ready-to-pay{background:#fef3c7;border-radius:4px;color:#f59e0b;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.dashboard-activity-row .delivered{background:#dcfce7;color:#16a34a}.dashboard-activity-row .canceled,.dashboard-activity-row .delivered{border-radius:4px;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.dashboard-activity-row .canceled{background:#fee2e2;color:#dc2626}.dashboard-no-activity{color:#6b7280;padding:2rem;text-align:center}.dashboard-no-activity p{font-size:1rem;margin:0 0 1rem}.dashboard-no-activity a{color:#f44c0a;font-weight:600;text-decoration:none;transition:color .2s ease}.dashboard-no-activity a:hover{color:#9b2b11}.latests-orders{background:linear-gradient(135deg,#fff6ed,#fff);border-radius:16px;box-shadow:0 4px 16px #f6480914;margin-bottom:24px;margin-top:24px;padding:2rem 1.5rem}.latests-orders .card-title{display:flex;flex-direction:column;gap:4px;margin-bottom:18px}.latests-orders .card-title h2{color:#f64809;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:1.3rem;font-weight:700;margin:0}.latests-orders .card-title p{color:#64748b;font-size:1rem;margin:0}.latests-orders .box{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #f6480912;display:flex;gap:24px;margin-bottom:18px;padding:18px 16px;transition:box-shadow .2s,transform .2s}.latests-orders .box:hover{box-shadow:0 8px 24px #f648091f;transform:translateY(-2px) scale(1.01)}.latests-orders .box-item{display:flex;flex:1 1;flex-direction:column;gap:6px;min-width:0}.latests-orders .box-item p:first-child{color:#f64809;font-size:.95rem;font-weight:600;letter-spacing:.02em;margin:0;text-transform:capitalize}.latests-orders .box-item p:last-child{color:#1e293b;font-size:1.05rem;font-weight:500;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.latests-orders .box-item p.ready-to-pay,.latests-orders .box-item p.ready_to_pay{background:#fef3c7;border-radius:6px;color:#f59e0b;display:inline-block;font-size:.95rem;font-weight:700;padding:4px 10px}.latests-orders .box-item p.delivered{background:#dcfce7;color:#16a34a}.latests-orders .box-item p.canceled,.latests-orders .box-item p.delivered{border-radius:6px;display:inline-block;font-size:.95rem;font-weight:700;padding:4px 10px}.latests-orders .box-item p.canceled{background:#fee2e2;color:#dc2626}.latests-orders .no-orders{align-items:center;background:#fff6ed;border-radius:12px;box-shadow:0 2px 8px #f6480912;color:#64748b;flex-direction:column;justify-content:center;padding:2rem 0}.latests-orders .no-orders p{color:#64748b;font-size:1.05rem;margin:0 0 10px}.latests-orders .no-orders a{background:#fff;border-radius:8px;box-shadow:0 2px 8px #f6480912;color:#f64809;font-weight:700;padding:6px 16px;text-decoration:none;transition:background .2s,color .2s}.latests-orders .no-orders a:hover{background:#ff7a47;color:#fff}.latests{align-items:flex-start;display:flex;gap:40px;width:100%}.latests-orders-requests{display:flex;flex:1 1;flex-direction:column;margin-right:0;max-width:100%;min-width:0}.latests-orders-requests .chart{align-items:stretch;box-sizing:border-box;display:flex;flex:1 1;height:100%;justify-content:stretch;margin-bottom:32px;margin-top:32px;max-height:600px;max-width:100%;min-height:400px;min-width:0;width:100%}.latests-orders-requests .apexcharts-canvas{box-sizing:border-box;height:100%!important;max-height:600px!important;max-width:100%!important;min-height:400px!important;min-width:0!important;width:100%!important}@media (max-width:1200px){.latests-orders-requests .chart{margin-bottom:24px;margin-top:24px;max-height:480px;min-height:320px}.latests-orders-requests .apexcharts-canvas{max-height:480px!important;min-height:320px!important}}@media (max-width:1024px){.latests{flex-direction:column;gap:32px}.latests-orders{margin-bottom:16px;margin-top:16px;max-width:100%;padding:1.2rem .5rem;width:100%}}@media (max-width:768px){.latests-orders{margin-bottom:8px;margin-top:8px;padding:.7rem .2rem}.latests-orders .box{flex-direction:column;gap:10px;padding:10px 6px}.latests-orders .box-item p:last-child{font-size:.95rem;overflow:visible;text-overflow:clip;white-space:normal}}@media (max-width:480px){.latests-orders{margin-bottom:4px;margin-top:4px;padding:.3rem .1rem}.latests-orders .box{flex-direction:column;gap:8px;padding:8px 2px}.latests-orders .box-item p:first-child,.latests-orders .box-item p:last-child{font-size:.85rem}}.dashboard-card:has(.react-loading-skeleton){pointer-events:none}.chart-toggle button:focus,.dashboard-card .main-button:focus{outline:2px solid #f44c0a;outline-offset:2px}.main-pop-up{bottom:45px;height:calc(100% - 90px);left:0;position:absolute;top:45px;width:100%;z-index:999}@media(max-width:767px){.main-pop-up{height:calc(100% - 78px);top:78px}}.main-pop-up .container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#fff6ed,#fff);border:1.5px solid #ffe2d6;border-radius:20px;box-shadow:0 8px 32px #f648091a;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;height:100%;padding:24px}@media(max-width:767px){.main-pop-up .container{padding:15px 10px}}.main-pop-up .container .pop-up-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}.main-pop-up .container .pop-up-title h2{color:#f64809;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.02em;margin:0}.main-pop-up .container .pop-up-title .cancel button{background:linear-gradient(90deg,#f64809,#ff7a47);border:none;border-radius:8px;box-shadow:0 2px 8px #f6480912;color:#fff;cursor:pointer;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;padding:10px 22px;transition:background .2s,color .2s,box-shadow .2s}.main-pop-up .container .pop-up-title .cancel button:hover{background:linear-gradient(90deg,#d33b06,#f64809);box-shadow:0 4px 16px #f648091f;color:#fff}@media(max-width:767px){.main-pop-up .container .pop-up-title h2{font-size:1.2rem}.main-pop-up .container .pop-up-title .cancel button{font-size:.95rem;padding:6px 14px}}.main-pop-up .container>.pop-up-body>.pop-up-form{font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;margin-left:auto;margin-right:auto;width:80%}@media(max-width:767px){.main-pop-up .container>.pop-up-body>.pop-up-form{width:100%}}.main-pop-up .container>.pop-up-body>.pop-up-form .box{background:#fff;border-radius:12px;box-shadow:0 2px 8px #f6480912;margin-bottom:32px;padding:18px 14px}@media(max-width:767px){.main-pop-up .container>.pop-up-body>.pop-up-form .box{margin-bottom:24px;padding:12px 6px}}.main-pop-up .container>.pop-up-body>.pop-up-form .box label,.main-pop-up .container>.pop-up-body>.pop-up-form .box p{color:#f64809;display:block;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;margin-bottom:10px}.main-pop-up .container>.pop-up-body>.pop-up-form .box input{background:#fff;border:1px solid #ffe2d6;border-radius:8px;color:#1e293b;display:block;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:1rem;margin-left:auto;margin-right:auto;padding:13px 17px;transition:border-color .2s;width:100%}.main-pop-up .container>.pop-up-body>.pop-up-form .box input:focus{border-color:#f64809;outline:none}.main-pop-up .container>.pop-up-body>.pop-up-form .box input::placeholder{color:#bdbdbd;font-size:.95rem}.main-pop-up .container>.pop-up-body>.pop-up-form .box input[type=date]{color:#1e293b;font-size:1rem}@media(max-width:1000px){.main-pop-up .container>.pop-up-body>.pop-up-form .box input{width:100%}}.main-pop-up .container>.pop-up-body>.pop-up-form .buttons{align-items:center;display:flex;gap:10px 16px;justify-content:center;margin-top:40px}@media(max-width:767px){.main-pop-up .container>.pop-up-body>.pop-up-form .buttons{gap:8px 10px;margin-top:24px}}.main-pop-up .container>.pop-up-body>.pop-up-form .buttons button{background:linear-gradient(90deg,#f64809,#ff7a47);border:none;border-radius:8px;box-shadow:0 2px 8px #f6480912;color:#fff;cursor:pointer;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;padding:12px 28px;transition:background .2s,color .2s,box-shadow .2s}.main-pop-up .container>.pop-up-body>.pop-up-form .buttons button:hover{background:linear-gradient(90deg,#d33b06,#f64809);box-shadow:0 4px 16px #f648091f;color:#fff}.main-pop-up .container>.pop-up-body>.pop-up-form fieldset{background:#fff6ed;border:1px solid #ffe2d6;border-radius:10px;display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;margin-bottom:24px;padding:18px 14px}.main-pop-up .container>.pop-up-body>.pop-up-form fieldset legend{color:#f64809;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:12px;padding:0 8px}@media (max-width:900px){.main-pop-up .container>.pop-up-body>.pop-up-form fieldset{flex-direction:column;gap:14px;padding:14px 8px}.main-pop-up .container>.pop-up-body>.pop-up-form fieldset legend{font-size:1rem;margin-bottom:8px}}@media (max-width:600px){.main-pop-up .container>.pop-up-body>.pop-up-form fieldset{gap:8px;padding:8px 2px}.main-pop-up .container>.pop-up-body>.pop-up-form fieldset legend{font-size:.95rem;margin-bottom:6px}}.subscription-plans-availabel{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0 auto;max-width:1400px;min-height:calc(100vh - 60px);padding:0 40px 60px;position:relative}.subscription-plans-availabel>h3{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 20px 40px #00000014,0 8px 16px #0000000a;color:#1e293b;font-size:32px;font-weight:700;letter-spacing:-.5px;margin-bottom:48px;padding:32px 48px;position:relative;text-align:center;z-index:1}.subscription-plans-availabel>h3 span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f64809,#ff6b35);-webkit-background-clip:text;background-clip:text;font-weight:800;text-transform:capitalize}.offers.flex-box{grid-gap:15px;align-items:stretch;display:grid!important;gap:15px;grid-template-columns:repeat(3,1fr);justify-content:center;margin:0 auto;max-width:1200px;position:relative;z-index:1}.offer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 20px 40px #00000014,0 8px 16px #0000000a;display:flex;flex-direction:column;min-height:650px;overflow:hidden;padding:0;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.offer:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(90deg,#f64809,#ff6b35 50%,#f64809);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}.offer:hover{border-color:#f6480933;box-shadow:0 32px 64px #0000001f,0 16px 32px #00000014;transform:translateY(-12px) scale(1.02)}.offer.current-plan{background:linear-gradient(135deg,#f648090d,#fffffffa 20%,#fffffff2);border:2px solid #f648094d}.offer.current-plan:hover{transform:translateY(-12px) scale(1.02)}.offer .current-plan,.offer .popular{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;box-shadow:0 8px 16px #00000026;font-size:11px;font-weight:700;letter-spacing:1px;margin:0;padding:8px 16px;position:absolute;right:24px;text-transform:uppercase;top:24px;z-index:10}.offer .current-plan{background:linear-gradient(135deg,#f64809,#ff6b35)}.offer .current-plan,.offer .popular{color:#fff;text-shadow:0 1px 2px #0003}.offer .popular{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.offer-title{border-bottom:1px solid #0000000f;margin:60px 32px 24px;padding-bottom:24px;position:relative;text-align:center}.offer-title:after{background:linear-gradient(90deg,#0000,#f64809,#0000);border-radius:50px;bottom:-1px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.offer-title h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e293b,#f64809);-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:800;letter-spacing:-.5px;margin:0 0 8px}.offer-title p{color:#64748b;font-size:16px;font-weight:400;line-height:1.6;margin:0}.offer-cost{background:linear-gradient(135deg,#f6480908,#fffc);border:1px solid #f648091a;border-radius:20px;margin:0 32px 32px;overflow:hidden;padding:32px;position:relative;text-align:center}.offer-cost:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.offer:hover .offer-cost:before{left:100%}.offer-cost h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f64809,#ff6b35);-webkit-background-clip:text;background-clip:text;font-size:42px;font-weight:900;letter-spacing:-1px;margin:0}.features{display:flex;flex-direction:column;flex-grow:1;gap:8px;margin:0 32px 32px}.feature.flex-box{align-items:flex-start;border-radius:12px;display:flex!important;gap:16px;justify-content:flex-start;margin:0;padding:8px 16px;position:relative;transition:all .3s ease}.feature.flex-box:hover{background:#f6480908;transform:translateX(8px)}.feature i{color:#f64809;filter:drop-shadow(0 1px 2px rgba(246,72,9,.2));flex-shrink:0;font-size:14px;margin-top:2px;width:16px}.feature p{color:#000;font-size:15px;font-weight:500;line-height:1.5;margin:0}.feature p span{color:#f64809;font-weight:700}.feature.flex-box:not(.missing-feature) p{color:#000;font-weight:500}.missing-feature{color:#474747;opacity:.5}.missing-feature p{color:#474747;font-weight:400}.missing-feature i{color:#474747}.offer .main-button{background:linear-gradient(135deg,#f64809,#ff6b35);border:none;border-radius:16px;box-shadow:0 12px 24px #f648094d;color:#fff;cursor:pointer;font-size:16px;font-weight:700;letter-spacing:.5px;margin:0 32px 32px;overflow:hidden;padding:18px 32px;position:relative;text-shadow:0 1px 2px #0003;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1);width:calc(100% - 64px)}.offer .main-button:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.offer .main-button:hover{box-shadow:0 16px 32px #f6480966;transform:translateY(-2px)}.offer .main-button:hover:before{left:100%}.offer .main-button:active{transform:translateY(0)}.offer.current-plan .main-button{background:linear-gradient(135deg,#f64809,#ff6b35);box-shadow:0 12px 24px #f648094d}.offer.current-plan .main-button:hover{box-shadow:0 16px 32px #f6480966}.main-button.animated{background:linear-gradient(135deg,#94a3b8,#64748b);box-shadow:0 8px 16px #94a3b84d;cursor:not-allowed}.main-button.animated:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fffc;content:"";height:20px;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1200px){.offers.flex-box{gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (max-width:768px){.subscription-plans-availabel{padding:40px 24px}.subscription-plans-availabel>h3{font-size:24px;margin-bottom:32px;padding:24px 32px}.offers.flex-box{gap:40px;grid-template-columns:1fr}.offer{min-height:auto}.offer.current-plan{transform:none}.offer.current-plan:hover{transform:translateY(-8px) scale(1.02)}.offer-title{margin:60px 24px 16px}.offer-title h2{font-size:24px}.offer-cost{margin:0 24px 24px;padding:24px}.offer-cost h2{font-size:36px}.features{margin:0 24px 24px}.offer .main-button{margin:0 24px 24px;width:calc(100% - 48px)}}@media (max-width:480px){.subscription-plans-availabel{padding:32px 16px}.subscription-plans-availabel>h3{font-size:20px;padding:16px 24px;text-align:center}.offer{border-radius:20px}.offer .current-plan,.offer .popular{font-size:10px;padding:6px 12px;right:16px;top:16px}.offer-title h2{font-size:22px}.offer-cost h2{font-size:32px}.feature p{font-size:14px}.offer .main-button{font-size:14px;padding:16px 24px}}.feature.flex-box,.offer,.offer .main-button{transform:translateZ(0);will-change:transform}@media (prefers-reduced-motion:reduce){.feature.flex-box,.offer,.offer .main-button,.offer:before{animation:none;transition:none}.offer:hover{transform:none}}:root{--primary:#f64809;--primary-dark:#d33b06;--primary-light:#ff7a47;--surface:#f8f9fa;--surface-elevated:#fff6ed;--border:#e0e0e0;--text-primary:#1e1e1e;--text-secondary:#6b6b6b;--radius-lg:12px;--radius-md:8px;--shadow-md:0 4px 16px 0 #f6480914;--sidebar-width:240px;--sidebar-padding:28px 18px;--sidebar-font:"Plus Jakarta Sans","Inter","Segoe UI","Roboto",sans-serif}.main-nav-bar{background:linear-gradient(135deg,#fff6ed,#fff);background:linear-gradient(135deg,var(--surface-elevated) 0,#fff 100%);border-right:1px solid #e0e0e0;border-right:1px solid var(--border);box-shadow:0 4px 16px 0 #f6480914;box-shadow:var(--shadow-md);display:flex;flex-direction:column;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-family:var(--sidebar-font);gap:16px;height:100vh;max-width:240px;max-width:var(--sidebar-width);min-width:240px;min-width:var(--sidebar-width);overflow:hidden;padding:28px 18px;padding:var(--sidebar-padding);position:relative;transition:.5s;width:240px;width:var(--sidebar-width);z-index:200}.main-nav-bar>a{align-items:center;display:flex;justify-content:center;margin-bottom:32px}.main-nav-bar>a img{filter:drop-shadow(0 2px 8px rgba(246,72,9,.08));max-width:160px}.main-nav-bar>ul{list-style:none;margin:0;padding:0}.main-nav-bar>ul>li{margin-bottom:10px}.main-nav-bar>ul>li>a,.main-nav-bar>ul>li>button{align-items:center;background:#0000;border:none;border-radius:12px;border-radius:var(--radius-lg);box-shadow:none;color:#6b6b6b;color:var(--text-secondary);cursor:pointer;display:flex;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-family:var(--sidebar-font);font-size:1rem;font-weight:600;gap:14px;min-height:48px;outline:none;padding:12px 14px;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s;width:100%}.main-nav-bar>ul>li>a.active,.main-nav-bar>ul>li>button.active{background:linear-gradient(90deg,#f64809,#ff7a47);background:linear-gradient(90deg,var(--primary) 0,var(--primary-light) 100%);box-shadow:0 2px 8px #f6480914;color:#fff}.main-nav-bar>ul>li>a:not(.active):hover i,.main-nav-bar>ul>li>button:not(.active):hover i,.main-nav-bar>ul>li>ul>li a:not(.active):hover i,.main-nav-bar>ul>li>ul>li button:not(.active):hover i{background:none!important;color:#f64809}.main-nav-bar>ul>li>a i,.main-nav-bar>ul>li>button i,.main-nav-bar>ul>li>ul>li i{align-items:center;color:#f64809;color:var(--primary);display:flex;font-size:24px!important;height:24px!important;justify-content:center;min-height:24px!important;min-width:24px!important;padding:6px;transition:background .2s,color .2s,transform .2s;width:24px!important}.main-nav-bar>ul>li>a.active i,.main-nav-bar>ul>li>button.active i{background:#f64809;background:var(--primary);color:#fff;transform:scale(1.1)}.main-nav-bar>ul>li>a span,.main-nav-bar>ul>li>button span{color:inherit;font-size:1rem;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.main-nav-bar>ul>li>button.flex-box{align-items:center;background:#0000;border:none;border-radius:12px;border-radius:var(--radius-lg);color:#6b6b6b;color:var(--text-secondary);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:14px;justify-content:space-between;outline:none;padding:12px 14px;transition:background .2s,color .2s;width:100%}.main-nav-bar>ul>li>button.flex-box .fa-angle-down{color:#d33b06;color:var(--primary-dark);font-size:1.1rem;margin-left:auto;transition:transform .2s}.main-nav-bar>ul>li.open>button.flex-box .fa-angle-down{transform:rotate(180deg)}.main-nav-bar>ul>li>ul{gap:2px;margin-top:2px;padding-left:12px}.main-nav-bar>ul>li>ul>li{margin-bottom:0}.main-nav-bar>ul>li>ul>li a,.main-nav-bar>ul>li>ul>li button{align-items:center;background:#0000;border:none;border-radius:8px;border-radius:var(--radius-md);box-shadow:none;color:#6b6b6b;color:var(--text-secondary);cursor:pointer;display:flex;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-family:var(--sidebar-font);font-size:.95rem;font-weight:500;gap:12px;min-height:40px;outline:none;padding:9px 12px;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s}.main-nav-bar>ul>li>ul>li a.active,.main-nav-bar>ul>li>ul>li button.active{background:linear-gradient(90deg,#f64809,#ff7a47);background:linear-gradient(90deg,var(--primary) 0,var(--primary-light) 100%);box-shadow:0 2px 8px #f6480914;color:#fff}.main-nav-bar>ul>li>ul>li i{align-items:center;border-radius:8px;border-radius:var(--radius-md);color:#f64809;color:var(--primary);display:flex;font-size:1.15rem;justify-content:center;min-height:1.15em;min-width:1.15em;padding:5px;transition:background .2s,color .2s,transform .2s}.main-nav-bar>ul>li>ul>li a.active i,.main-nav-bar>ul>li>ul>li button.active i{background:#f64809;background:var(--primary);color:#fff;transform:scale(1.08)}.main-nav-bar>ul>li>ul>li span{color:inherit;flex:1 1 auto;font-size:.95rem;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.main-nav-bar-footer{background:linear-gradient(90deg,#fff6ed,#fff);border-top:1px solid #e0e0e0;border-top:1px solid var(--border);bottom:0;display:flex;justify-content:center;left:0;padding:18px;position:absolute;width:100%}.main-nav-bar-footer .logout-btn{align-items:center;background:#fee2e2;border:none;border-radius:10px;color:#d33b06;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:14px;padding:10px 16px;transition:background .2s,color .2s;width:100%}.main-nav-bar-footer .logout-btn:hover{background:#f64809;color:#fff}.main-nav-bar-footer .logout-btn i{color:inherit;font-size:1.2rem}@media(max-width:1000px){.main-nav-bar{box-shadow:0 8px 32px #00000026;left:0;max-width:85vw;min-width:280px;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:75vw;z-index:999}.main-nav-bar.block{transform:translateX(0)}}@media (max-width:768px) and (min-width:601px){.main-nav-bar{max-width:80vw;min-width:65vw;padding:20px 16px;width:70vw}.main-nav-bar>a img{max-width:130px}.main-nav-bar>ul>li>a,.main-nav-bar>ul>li>button{font-size:.98rem;gap:13px;min-height:46px;padding:11px 13px}.main-nav-bar>ul>li>a i,.main-nav-bar>ul>li>button i{font-size:1.15rem;min-height:1.15em;min-width:1.15em;padding:5px}.main-nav-bar>ul>li>a span,.main-nav-bar>ul>li>button span{font-size:.98rem}.main-nav-bar>ul>li>ul>li a,.main-nav-bar>ul>li>ul>li button{font-size:.92rem;gap:9px;min-height:38px;padding:9px 11px}.main-nav-bar>ul>li>ul>li i{font-size:1.05rem;min-height:1.05em;min-width:1.05em;padding:3.5px}.main-nav-bar>ul>li>ul>li span{font-size:.92rem}.main-nav-bar-footer{padding:14px 16px}.main-nav-bar-footer .logout-btn{font-size:.98rem;gap:11px;min-height:46px;padding:10px 14px}}@media (max-width:600px){.main-nav-bar{box-shadow:0 12px 40px #0003;max-width:90vw;min-width:70vw;padding:16px 12px;width:80vw}.main-nav-bar>a img{max-width:120px}.main-nav-bar>ul>li>a,.main-nav-bar>ul>li>button{border-radius:10px;font-size:.95rem;gap:12px;min-height:48px;padding:12px 14px}.main-nav-bar>ul>li>a i,.main-nav-bar>ul>li>button i{font-size:1.2rem;min-height:1.2em;min-width:1.2em;padding:6px}.main-nav-bar>ul>li>a span,.main-nav-bar>ul>li>button span{font-size:.95rem;font-weight:600}.main-nav-bar>ul>li>ul>li a,.main-nav-bar>ul>li>ul>li button{border-radius:8px;font-size:.9rem;gap:10px;min-height:40px;padding:10px 12px}.main-nav-bar>ul>li>ul>li i{font-size:1.1rem;min-height:1.1em;min-width:1.1em;padding:4px}.main-nav-bar>ul>li>ul>li span{font-size:.9rem;font-weight:500}.main-nav-bar-footer{padding:16px 12px}.main-nav-bar-footer .logout-btn{border-radius:10px;font-size:.95rem;gap:12px;min-height:48px;padding:12px 16px}}.main-nav-bar>ul>li>a,.main-nav-bar>ul>li>button,.main-nav-bar>ul>li>ul>li a,.main-nav-bar>ul>li>ul>li button{align-items:center;display:flex;flex-direction:row;gap:14px}@media (max-width:600px){.main-nav-bar>ul>li>a,.main-nav-bar>ul>li>button,.main-nav-bar>ul>li>ul>li a,.main-nav-bar>ul>li>ul>li button{align-items:center!important;flex-direction:row!important;gap:10px;min-height:36px}}.main-nav-bar>ul>li>a:not(.active):hover,.main-nav-bar>ul>li>button:not(.active):hover{background:#fff6ed;box-shadow:0 2px 8px #f648090f;color:#f64809}.main-nav-bar>ul>li>a:not(.active):hover i,.main-nav-bar>ul>li>button:not(.active):hover i{background:#ffe2d6;color:#f64809}.main-nav-bar>ul>li>ul>li a:not(.active):hover,.main-nav-bar>ul>li>ul>li button:not(.active):hover{background:#fff6ed;box-shadow:0 2px 8px #f648090f;color:#f64809}.main-nav-bar>ul>li>ul>li a:not(.active):hover i,.main-nav-bar>ul>li>ul>li button:not(.active):hover i{background:#ffe2d6;color:#f64809}.main-nav-bar::-webkit-scrollbar{display:none}.main-header{background:linear-gradient(135deg,#fff6ed,#fff);border-bottom:none;border-radius:0 0 16px 16px;box-shadow:0 4px 16px 0 #f6480914;margin-bottom:10px;width:100%}.main-header .container .left{align-items:center;column-gap:18px;justify-content:flex-start}.main-header .container .left .logo img{background:#fff6ed;border-radius:8px;box-shadow:0 2px 8px #f6480912;height:36px;max-width:36px;object-fit:contain;padding:2px;transition:box-shadow .2s}.main-header .container .left .logo img:hover{box-shadow:0 4px 16px #f6480926}@media(max-width:767px){.main-header .container .left .logo img{height:40px;max-width:40px}}.main-header .container .left .current-path a{color:#f64809;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:color .2s}.main-header .container .left .current-path a:hover{color:#d33b06;text-decoration:underline}@media(max-width:767px){.main-header .container .left .current-path a{font-size:14px;max-width:180px}}.main-header .container .right ul{align-items:center;column-gap:24px;display:flex}.main-header .container .right ul li button{align-items:center;background:#0000;border:none;border-radius:12px;color:#f64809;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background .2s,color .2s}.main-header .container .right ul li button:hover{background:#fff6ed;color:#d33b06}.main-header .container .right ul li button span,.main-header .container .right ul li button svg{color:inherit;font-size:20px;height:20px;transition:color .2s;width:20px}.main-header .container .right ul li.nav-bar-toggle{display:none}.main-header .container .right ul li.nav-bar-toggle div{align-items:center;background-color:#f64809;border-radius:8px;display:flex;height:36px;justify-content:center;width:36px}.main-header .container .right ul li.nav-bar-toggle div svg{color:#fff;font-size:22px}@media(max-width:1000px){.main-header .container .right ul li{display:none}.main-header .container .right ul li.nav-bar-toggle{display:block}}@media (max-width:600px){.main-header{padding:8px 0}.main-header .container{padding:0 16px}.main-header .container .left{column-gap:12px}.main-header .container .left .logo img{height:32px;max-width:32px}.main-header .container .left .current-path a{font-size:13px;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-header .container .right ul li.nav-bar-toggle div{border-radius:10px;height:40px;width:40px}.main-header .container .right ul li.nav-bar-toggle div i{font-size:20px}}@media (max-width:400px){.main-header .container{padding:0 12px}.main-header .container .left .current-path a{font-size:12px;max-width:120px}.main-header .container .right ul li.nav-bar-toggle div{height:36px;width:36px}.main-header .container .right ul li.nav-bar-toggle div i{font-size:18px}}.user-mobile-footer{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff6ed,#fff);border-top:1px solid #e0e0e0;border-top-left-radius:20px;border-top-right-radius:20px;bottom:0;box-shadow:0 -6px 20px 0 #f648091f;display:flex;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;justify-content:center;left:0;padding:16px 24px;position:fixed;right:0;z-index:100}@media(min-width:1001px){.user-mobile-footer{display:none}}.user-mobile-footer ul{gap:40px;justify-content:center;list-style:none;margin:0;max-width:400px;padding:0;width:100%}.user-mobile-footer ul,.user-mobile-footer ul li{align-items:center;display:flex}.user-mobile-footer ul li a div,.user-mobile-footer ul li button div{align-items:center;background:#fff6ed;border:1px solid #f648091a;border-radius:14px;box-shadow:0 3px 12px #f648091a;display:flex;height:48px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:48px}.user-mobile-footer ul li a div:hover,.user-mobile-footer ul li button div:hover{background:#ff7a47;box-shadow:0 6px 20px #f6480933;transform:translateY(-2px) scale(1.05)}.user-mobile-footer ul li a div i,.user-mobile-footer ul li button div i{color:#f64809;font-size:22px;transition:color .3s}.user-mobile-footer ul li a div:hover i,.user-mobile-footer ul li button div:hover i{color:#fff}.user-mobile-footer ul li button{background:#0000;border:none;border-radius:12px;cursor:pointer;padding:0;transition:background .2s}.user-mobile-footer ul li button:active,.user-mobile-footer ul li button:focus{outline:2px solid #f64809;outline-offset:2px}@media (max-width:600px){.user-mobile-footer{border-top-left-radius:16px;border-top-right-radius:16px;padding:12px 16px}.user-mobile-footer ul{gap:32px;max-width:100%}.user-mobile-footer ul li a div,.user-mobile-footer ul li button div{border-radius:12px;height:44px;width:44px}.user-mobile-footer ul li a div i,.user-mobile-footer ul li button div i{font-size:20px}}@media (max-width:400px){.user-mobile-footer{padding:10px 12px}.user-mobile-footer ul{gap:24px}.user-mobile-footer ul li a div,.user-mobile-footer ul li button div{border-radius:10px;height:40px;width:40px}.user-mobile-footer ul li a div i,.user-mobile-footer ul li button div i{font-size:18px}}.main-new-user-order-page{background:#fff;box-sizing:border-box;min-height:100vh;padding:2rem}.main-new-user-order-page,.page-title h2{font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif}.page-title h2{margin-bottom:32px}.page-title h2 .small{color:#64748b;font-size:1rem;font-weight:500}.main-new-user-order-page .new-order-statistics{align-items:stretch;background:none;display:flex;flex-wrap:nowrap;gap:32px;justify-content:stretch;margin:0;padding:0;width:100%}.main-statistiques-cards>.additional-card,.main-statistiques-cards>.statistiques-card{align-items:center;background:linear-gradient(135deg,#fff6ed,#fff);border:none;border-radius:20px;box-shadow:0 4px 16px #f6480914;display:flex;flex:1 1 220px;flex-direction:column;font-size:1.2rem;font-weight:500;justify-content:center;margin:0;max-width:100%;min-width:220px;padding:28px 0;text-align:center;transition:box-shadow .2s,transform .2s}.main-statistiques-cards>.additional-card .card-title,.main-statistiques-cards>.statistiques-card .card-title{align-items:center;color:#222;display:flex;font-size:1.2rem;font-weight:600;gap:14px;margin-bottom:12px}.main-statistiques-cards>.additional-card h2,.main-statistiques-cards>.statistiques-card h2{color:#222;font-size:1.3rem;font-weight:500;margin:0}.main-statistiques-cards>.additional-card{align-items:center;background:linear-gradient(135deg,#fff6ed,#fff);border:none;border-radius:20px;box-shadow:0 4px 16px #f648091a;justify-content:center;padding:28px 0}.main-statistiques-cards>.additional-card .card-title i{background:linear-gradient(135deg,#f64809,#ff7a47);border-radius:10px;box-shadow:0 2px 8px #f648091a;color:#fff;font-size:1.7rem;padding:10px;transition:background .2s,color .2s}.main-statistiques-cards>.additional-card button{background:linear-gradient(90deg,#f64809,#ff7a47);border:none;border-radius:12px;box-shadow:0 2px 8px #f6480912;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.03em;margin-top:18px;padding:10px 24px;transition:background .2s,color .2s}.main-statistiques-cards>.additional-card button:hover{background:linear-gradient(90deg,#d33b06,#f64809);color:#fff}.main-new-user-order-page .new-order-form{align-items:stretch;background:#fff;border-radius:16px;box-shadow:0 4px 16px #f6480914;display:flex;flex-direction:column;margin:0 auto 32px;max-width:100%;padding:2rem;width:100%}.main-new-user-order-page .new-order-form form{display:flex;flex-direction:column;gap:32px;margin:0;width:100%}.main-new-user-order-page .new-order-form form .form-box{background:#fff6ed;border-radius:12px;box-shadow:0 2px 8px #f6480912;display:flex;flex-direction:column;gap:16px;margin-bottom:0;padding:1.5rem 1.2rem}.main-new-user-order-page .new-order-form form .form-box .box-title{align-items:center;display:flex;gap:18px;margin-bottom:8px}.main-new-user-order-page .new-order-form form .form-box label,.main-new-user-order-page .new-order-form form .form-box p{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.main-new-user-order-page .new-order-form form .form-box input,.main-new-user-order-page .new-order-form form .form-box textarea{background:#fff;border:1px solid #ffe2d6;border-radius:8px;color:#1e293b;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:1rem;margin-top:6px;padding:12px 16px;transition:border-color .2s;width:100%}.main-new-user-order-page .new-order-form form .form-box input:focus,.main-new-user-order-page .new-order-form form .form-box textarea:focus{border-color:#f64809;outline:none}.main-new-user-order-page .new-order-form form .form-box textarea{min-height:100px;resize:vertical}.main-new-user-order-page .new-order-form form .client-box>.box-title div{gap:5px}.main-new-user-order-page .new-order-form form .client-box .box-title{justify-content:space-between}.main-new-user-order-page .new-order-form form .client-box .client-option{gap:40px;justify-content:flex-start}.main-new-user-order-page .new-order-form form .client-box .client-option p{font-size:18px}.main-new-user-order-page .new-order-form form .client-box .client-option p span{font-size:16px;font-weight:700}.main-new-user-order-page .new-order-form form .product-box .product-image{background:#fff6ed;border:1px solid #ffe2d6;border-radius:12px;box-shadow:0 2px 8px #f6480912;margin:10px auto;padding:8px;width:fit-content}.main-new-user-order-page .new-order-form form .product-box .product-image img{border-radius:10px;max-width:120px}.main-new-user-order-page .new-order-form form .product-box .product-option{gap:20px;justify-content:flex-start;padding:5px}.main-new-user-order-page .new-order-form form .product-box .product-option img{border-radius:10px;max-width:60px}.main-new-user-order-page .new-order-form form .main-button.info,.main-new-user-order-page .new-order-form form .main-button.success,.main-new-user-order-page .new-order-form form>button{background:#f64809;border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;margin-bottom:0;padding:12px 0;transition:background .2s,transform .2s;width:100%}.main-new-user-order-page .new-order-form form .main-button.info:hover,.main-new-user-order-page .new-order-form form .main-button.success:hover,.main-new-user-order-page .new-order-form form>button:hover{background:#d33b06;transform:translateY(-1px)}.main-new-user-order-page .new-order-form .Select__control,.main-new-user-order-page .new-order-form .Select__control--is-focused{background:#fff!important;border:1px solid #ffe2d6!important;border-radius:8px!important;box-shadow:none!important;color:#1e293b!important;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif!important;font-size:1rem!important;min-height:48px!important;padding-left:0!important;transition:border-color .2s}.main-new-user-order-page .new-order-form .Select__control--is-focused{border-color:#f64809!important}.main-new-user-order-page .new-order-form .Select__value-container{padding:0 12px!important}.main-new-user-order-page .new-order-form .Select__input-container{margin:0!important;padding:0!important}.main-new-user-order-page .new-order-form .Select__placeholder{color:#bdbdbd!important;font-size:1rem!important}.main-new-user-order-page .new-order-form .Select__single-value{color:#1e293b!important;font-size:1rem!important}.main-new-user-order-page .new-order-form .Select__menu{border:1px solid #ffe2d6!important;border-radius:8px!important;box-shadow:0 4px 16px #f6480914!important;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif!important;font-size:1rem!important;margin-top:4px!important}.main-new-user-order-page .new-order-form .Select__option{background:#fff!important;color:#1e293b!important;font-size:1rem!important;padding:12px 16px!important;transition:background .2s,color .2s}.main-new-user-order-page .new-order-form .Select__option--is-focused{background:#fff6ed!important;color:#f64809!important}.main-new-user-order-page .new-order-form .Select__option--is-selected{background:linear-gradient(90deg,#f64809,#ff7a47)!important;color:#fff!important}@media(max-width:1024px){.main-new-user-order-page{padding:1rem}.main-new-user-order-page .new-order-form{max-width:100%;padding:1rem}.main-new-user-order-page .new-order-statistics,.main-statistiques-cards{flex-direction:column;margin-left:0;transform:none;width:100%}.main-new-user-order-page .new-order-statistics .additional-card,.main-statistiques-cards>.statistiques-card{border-bottom:1px solid #ffe2d6;border-radius:0;border-right:none;max-width:100%;min-width:0}.main-new-user-order-page .new-order-statistics .additional-card:last-child,.main-statistiques-cards>.statistiques-card:last-child{border-bottom:none}.main-new-user-order-page .import-orders-row{justify-content:center;margin-bottom:24px}.main-new-user-order-page .new-order-form form{gap:24px}.main-new-user-order-page .new-order-form form .form-box{padding:1rem .5rem}.main-new-user-order-page .new-order-form form .product-box .product-image img{max-width:80px}}@media (max-width:1200px){.main-new-user-order-page .new-order-statistics,.main-statistiques-cards{align-items:stretch;flex-direction:column;flex-wrap:nowrap;gap:24px}.main-statistiques-cards>.additional-card,.main-statistiques-cards>.statistiques-card{max-width:100%;min-width:0;padding:24px 0}}.main-statistiques-cards{display:flex nowrap;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;gap:20px 24px;justify-content:flex-start;margin-bottom:32px}@media(max-width:767px){.main-statistiques-cards{gap:16px;width:100%}}.main-statistiques-cards>.statistiques-card{background:linear-gradient(135deg,#fff6ed,#fff);border:none;border-radius:16px;box-shadow:0 4px 16px #f6480914;color:#1e293b;flex:1 1 220px;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;min-width:220px;overflow:hidden;padding:18px 20px 22px;position:relative;transition:box-shadow .2s,transform .2s}.main-statistiques-cards>.statistiques-card:hover{box-shadow:0 8px 24px #f6480926;transform:translateY(-2px) scale(1.02)}.main-statistiques-cards>.statistiques-card .card-title{align-items:center;display:flex;gap:18px;margin-bottom:16px}.main-statistiques-cards>.statistiques-card .card-title h3{color:#f64809;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:700;margin:0}.main-statistiques-cards>.statistiques-card .card-title h3 span{color:#64748b;font-size:.95rem;font-weight:400;text-transform:lowercase}.main-statistiques-cards>.statistiques-card .card-title i{background:#fff6ed;border-radius:8px;box-shadow:0 2px 8px #f6480912;color:#f64809;font-size:1.5rem;padding:8px;transition:background .2s,color .2s}.main-statistiques-cards>.statistiques-card .card-title i:hover{background:#ff7a47;color:#fff}.main-statistiques-cards>.statistiques-card>h2{color:#1e293b;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:2.1rem;font-weight:800;letter-spacing:.5px;margin:0;text-align:center}.smooth-display{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.main-new-user-client-page{background:#fff;box-sizing:border-box;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:35px}.main-new-user-client-page .add-new-client-statistics{margin-bottom:32px}.main-new-user-client-page .add-new-user-form{background:#fff;border:1px solid #ffe2d6;border-radius:18px;box-shadow:0 4px 16px #f6480914;margin:0 auto 32px;max-width:700px;padding:2.5rem 2rem}.main-new-user-client-page .add-new-user-form>form{margin-left:auto;margin-right:auto;width:100%}@media(max-width:1200px){.main-new-user-client-page .add-new-user-form>form{width:100%}}.main-new-user-client-page .add-new-user-form>form>.form-box{background:#fff6ed;border-radius:12px;box-shadow:0 2px 8px #f6480912;display:flex;flex-direction:column;gap:16px;margin:0 auto 30px;padding:1.5rem 1.2rem;width:100%}.main-new-user-client-page .add-new-user-form>form>.form-box .box-title{align-items:center;display:flex;gap:18px;margin-bottom:8px}.main-new-user-client-page .add-new-user-form>form>.form-box label{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.main-new-user-client-page .add-new-user-form>form>.form-box .main-icon{align-items:center;background:linear-gradient(135deg,#f64809,#ff7a47);border-radius:10px;display:flex;height:38px;justify-content:center;margin-right:8px;width:38px}.main-new-user-client-page .add-new-user-form>form>.form-box .main-icon i{color:#fff;font-size:1.2rem;margin:0}.main-new-user-client-page .add-new-user-form>form>.form-box input[type=email],.main-new-user-client-page .add-new-user-form>form>.form-box input[type=tel],.main-new-user-client-page .add-new-user-form>form>.form-box input[type=text],.main-new-user-client-page .add-new-user-form>form>.form-box textarea{background:#fff;border:1.5px solid #ffe2d6;border-radius:8px;box-sizing:border-box;color:#1e293b;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:1rem;margin-top:6px;outline:none;padding:12px 16px;transition:border-color .2s,box-shadow .2s;width:100%}.main-new-user-client-page .add-new-user-form>form>.form-box input:focus,.main-new-user-client-page .add-new-user-form>form>.form-box textarea:focus{border-color:#f64809;box-shadow:0 0 0 2px #ffe2d6}.main-new-user-client-page .add-new-user-form>form>.form-box textarea{min-height:80px;resize:vertical}.main-new-user-client-page .add-new-user-form>form>button{background:linear-gradient(90deg,#f64809,#ff7a47);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;margin-bottom:20px;margin-top:8px;padding:12px 0;transition:background .2s,transform .2s;width:100%}.main-new-user-client-page .add-new-user-form>form>button:hover{background:linear-gradient(90deg,#d33b06,#f64809);color:#fff;transform:translateY(-1px)}@media(max-width:900px){.main-new-user-client-page{padding:1rem}.main-new-user-client-page .add-new-user-form{max-width:100%;padding:1rem}.main-new-user-client-page .add-new-user-form>form>.form-box{padding:1rem .5rem}}@media(max-width:600px){.main-new-user-client-page .add-new-user-form{padding:.5rem}.main-new-user-client-page .add-new-user-form>form>.form-box input,.main-new-user-client-page .add-new-user-form>form>.form-box textarea{font-size:.95rem;padding:10px 12px}}.import-orders-pop-up>.container>.pop-up-title{margin-bottom:20px}.import-orders-pop-up .import-orders-section{background:#fff6ed;border-radius:12px;padding:2rem 1rem}.import-orders-pop-up .import-orders-section .import-orders-section-container{margin:0 auto;max-width:1200px}.import-orders-pop-up .import-orders-section .page-title{align-items:center;color:#2c3e50;display:flex;font-size:2.5rem;font-weight:300;justify-content:center;margin-bottom:3rem;text-align:center;text-shadow:0 2px 4px #0000001a}.import-orders-pop-up .import-orders-section .card-title{border-bottom:2px solid #ffe2d6;color:#f64809;font-size:1.5rem;font-weight:700;letter-spacing:.01em;margin-bottom:1.2rem;padding-bottom:.5rem}.import-orders-pop-up .import-orders-section .card-description{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:2rem}.import-orders-pop-up .import-orders-section .btn,.import-orders-pop-up .import-orders-section .btn-primary,.import-orders-pop-up .import-orders-section .btn-secondary{background:linear-gradient(90deg,#f64809,#ff7a47);border:none;border-radius:10px;box-shadow:0 2px 8px #f6480912;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.02em;padding:.85rem 1.7rem;text-transform:none;transition:background .2s,color .2s,box-shadow .2s}.import-orders-pop-up .import-orders-section .btn-primary:hover,.import-orders-pop-up .import-orders-section .btn-secondary:hover:not(:disabled),.import-orders-pop-up .import-orders-section .btn:hover{background:linear-gradient(90deg,#d33b06,#f64809);box-shadow:0 6px 20px #f648091f;color:#fff;transform:translateY(-2px)}.import-orders-pop-up .import-orders-section .btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.import-orders-pop-up .import-orders-section .btn.loading{background:linear-gradient(135deg,#95a5a6,#7f8c8d)}.import-orders-pop-up .import-orders-section .upload-zone{background:#fff6ed;border:2px dashed #f64809;border-radius:12px;cursor:pointer;margin-bottom:1rem;padding:2rem;position:relative;text-align:center;transition:all .2s ease}.import-orders-pop-up .import-orders-section .upload-zone:hover{background:#fff;border-color:#ff7a47}.import-orders-pop-up .import-orders-section .upload-zone.drag-over{background:#d5f4e6;border-color:#27ae60;transform:scale(1.02)}.import-orders-pop-up .import-orders-section .upload-content{pointer-events:none}.import-orders-pop-up .import-orders-section .upload-icon{font-size:3rem;margin-bottom:1rem;opacity:.6}.import-orders-pop-up .import-orders-section .upload-text{color:#7f8c8d;font-size:1rem;margin:0}.import-orders-pop-up .import-orders-section .file-input{cursor:pointer;height:100%;left:0;opacity:0;pointer-events:all;position:absolute;top:0;width:100%}.import-orders-pop-up .import-orders-section .selected-file{background:#e8f5e8;border:1px solid #27ae60;border-radius:6px;margin-bottom:1rem;padding:1rem}.import-orders-pop-up .import-orders-section .selected-file p{color:#2c3e50;font-size:.9rem;margin:.25rem 0}.import-orders-pop-up .import-orders-section .status-message{border-radius:6px;font-weight:500;margin-top:1rem;padding:1rem;text-align:center}.import-orders-pop-up .import-orders-section .status-message.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.import-orders-pop-up .import-orders-section .status-message.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.import-orders-pop-up .import-orders-section .extracted-orders-container{margin-top:40px}.import-orders-pop-up .import-orders-section .extracted-orders-container>h2{color:var(--main-text-color);margin-top:0}.import-orders-pop-up .import-orders-section .extracted-orders-container .list-item{background-color:#fff}.import-orders-pop-up .import-orders-section .extracted-orders-container>button.main-button{font-size:18px;margin-top:20px;padding:10px}.import-orders-pop-up .import-orders-section .extracted-orders-container .list-item-column span.small{font-size:13px}.import-orders-pop-up .import-orders-section .extracted-orders-container .list-item-column .danger{color:red}.import-orders-pop-up .import-orders-section .extracted-orders-container .list-item-column a.product{align-items:start;display:flex;gap:5px}@media (max-width:1200px){.import-orders-pop-up .import-orders-section{padding:1.5rem .5rem}.import-orders-pop-up .import-orders-section .cards-container{gap:1.5rem}.import-orders-pop-up .import-orders-section .card.left-card{max-width:280px;padding:1.2rem .5rem}.import-orders-pop-up .import-orders-section .card.right-card{max-width:100%;padding:2rem 1rem}}@media (max-width:900px){.import-orders-pop-up .import-orders-section .cards-container{flex-direction:column;gap:1.5rem}.import-orders-pop-up .import-orders-section .card.left-card{display:flex;margin-bottom:1rem;max-width:100%;padding:1.2rem .5rem;width:100%}.import-orders-pop-up .import-orders-section .card.right-card{max-width:100%;padding:1.5rem .5rem;width:100%}}@media (max-width:768px){.import-orders-pop-up .import-orders-section .import-orders-section{padding:1rem .5rem}.import-orders-pop-up .import-orders-section .page-title{font-size:2rem;margin-bottom:2rem}.import-orders-pop-up .import-orders-section .card-title{font-size:1.25rem}.import-orders-pop-up .import-orders-section .upload-zone{padding:1.5rem}.import-orders-pop-up .import-orders-section .upload-icon{font-size:2rem}}@media (max-width:480px){.import-orders-pop-up .import-orders-section .import-orders-section-container{padding:.5rem}.import-orders-pop-up .import-orders-section .page-title{font-size:1.75rem}.import-orders-pop-up .import-orders-section .card-title{font-size:1rem}.import-orders-pop-up .import-orders-section .card.left-card,.import-orders-pop-up .import-orders-section .card.right-card{padding:1rem .25rem}.import-orders-pop-up .import-orders-section .btn{font-size:.9rem;padding:.625rem 1.25rem}.import-orders-pop-up .import-orders-section .upload-zone{padding:1rem}}.main-users-orders-list-page{overflow-x:hidden;padding:35px 35px 90px}.main-users-orders-list-page .orders-statistics-and-filter{align-items:flex-start;flex-wrap:nowrap;gap:15px 20px;margin-bottom:20px}.main-users-orders-list-page .skeletons span:not(:last-child)>span{display:block}.orders-table td,.orders-table th{text-align:left}.orders-statistics-and-filter{display:flex;flex-wrap:nowrap;gap:32px;margin-bottom:32px;width:100%}.main-statistiques-cards{background:none;flex-wrap:nowrap;gap:32px;margin:0;padding:0;width:100%}.filter-card.smooth-display{align-self:stretch;background:#fff;border:1px solid #ffe2d6;border-radius:18px;box-shadow:0 4px 16px #f6480914;flex-direction:column;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:.97rem;margin:0 0 32px;max-width:340px;min-width:220px;padding:28px 32px;transition:box-shadow .2s,transform .2s;width:340px}.filter-card .card-title,.filter-card.smooth-display{align-items:center;display:flex;justify-content:center}.filter-card .card-title{gap:18px;margin-bottom:18px;width:100%}.filter-card .card-title h3{color:#f64809;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:700;margin:0}.filter-card .card-title i{background:linear-gradient(135deg,#f64809,#ff7a47);border-radius:10px;box-shadow:0 2px 8px #f648091a;color:#fff;font-size:1.7rem;padding:10px;transition:background .2s,color .2s}.filter-card button{border-radius:10px;box-shadow:0 2px 8px #f6480912;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:.92rem;letter-spacing:.03em;margin-top:16px;padding:.9rem 1.5rem}@media (max-width:1200px){.orders-statistics-and-filter{align-items:stretch}.main-statistiques-cards,.orders-statistics-and-filter{flex-direction:column;gap:24px}.filter-card.smooth-display{margin-top:0;max-width:100%;width:100%}}@media (max-width:900px){.orders-table-container{border-radius:12px;padding:8px 0}.orders-table td,.orders-table th{font-size:.95rem;padding:8px 4px}.orders-table td .table-product img{height:22px;width:22px}}@media (max-width:600px){.orders-table-container{border-radius:6px;padding:2px 0}.orders-table td,.orders-table th{font-size:.85rem;padding:4px 1px}.orders-table td .table-product img{height:16px;width:16px}}.signup-page{align-items:center;background:#fff;display:flex;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;justify-content:center;min-height:100vh;padding:40px 0}.signup-card{background:linear-gradient(135deg,#fff6ed,#fff);border:1px solid #ffe2d6;border-radius:18px;box-shadow:0 4px 16px #f6480914;display:flex;flex-direction:column;gap:28px;margin:0 auto;max-width:420px;padding:2.5rem 2rem;width:100%}.signup-card .signup-title{color:#f64809;font-size:2rem;font-weight:700;margin-bottom:12px;text-align:center}.signup-card .signup-subtitle{color:#64748b;font-size:1rem;margin-bottom:18px;text-align:center}.signup-card form{display:flex;flex-direction:column;gap:22px}.signup-card label{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:6px}.signup-card input[type=email],.signup-card input[type=password],.signup-card input[type=text]{background:#fff;border:1.5px solid #ffe2d6;border-radius:8px;color:#1e293b;font-family:inherit;font-size:1rem;margin-bottom:2px;outline:none;padding:13px 16px;transition:border-color .2s,box-shadow .2s;width:100%}.signup-card input:focus{border-color:#f64809;box-shadow:0 0 0 2px #ffe2d6}.signup-card input::placeholder{color:#bdbdbd;font-size:.95rem}.signup-card .main-button{background:linear-gradient(90deg,#f64809,#ff7a47);border:none;border-radius:8px;box-shadow:0 2px 8px #f6480912;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:10px;padding:14px 0;transition:background .2s,transform .2s;width:100%}.signup-card .main-button:hover{background:linear-gradient(90deg,#d33b06,#f64809);color:#fff;transform:translateY(-1px)}.signup-card .main-button:disabled{cursor:not-allowed;opacity:.5}.signup-card .signup-footer{color:#64748b;font-size:.98rem;margin-top:10px;text-align:center}.signup-card .signup-footer a{color:#f64809;font-weight:600;text-decoration:none;transition:color .2s}.signup-card .signup-footer a:hover{color:#d33b06}@media (max-width:600px){.signup-card{border-radius:10px;max-width:98vw;padding:1.2rem .5rem}.signup-card .signup-title{font-size:1.3rem}.signup-card .main-button{font-size:.95rem;padding:12px 0}}.user-payement-processing-pop-up fieldset{align-items:flex-start;border:2px solid var(--main-border-color);border-radius:var(--main-border-radius);box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:32px;overflow-x:visible;padding:20px 15px;width:100%}.user-payement-processing-pop-up fieldset legend{color:var(--main-text-color);font-size:16px;font-weight:700;margin-bottom:10px;padding:0 8px}@media (max-width:900px){.user-payement-processing-pop-up fieldset{flex-direction:column;gap:18px;padding:14px 8px}.user-payement-processing-pop-up fieldset legend{font-size:1rem;margin-bottom:8px}}@media (max-width:600px){.user-payement-processing-pop-up fieldset{display:block;gap:8px;max-width:100%;overflow-x:auto;padding:8px 2px;white-space:nowrap}.user-payement-processing-pop-up fieldset>*{box-sizing:border-box;display:inline-block;max-width:95vw;min-width:220px;vertical-align:top;white-space:normal}.user-payement-processing-pop-up fieldset legend{display:block;font-size:.95rem;margin-bottom:6px;white-space:normal}}.user-payement-processing-pop-up .payement-process-possible .wallet-infos{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.user-payement-processing-pop-up .payement-process-possible .wallet-infos .info{flex:1 1 180px;margin-bottom:8px;max-width:100%;min-width:140px}@media(max-width:767px){.user-payement-processing-pop-up .payement-process-possible .wallet-infos .info{min-width:0;width:100%}}.user-payement-processing-pop-up .payement-process-not-possible a,.user-payement-processing-pop-up .payement-process-possible>button{display:block;font-size:18px;margin:40px auto 0;padding:10px;width:50%}@media(max-width:767px){.user-payement-processing-pop-up .payement-process-not-possible a,.user-payement-processing-pop-up .payement-process-possible>button{font-size:15px;margin-top:20px;width:100%}}.user-payement-processing-pop-up .payement-process-possible .wallet-infos .info-title{justify-content:center}.user-payement-processing-pop-up .payement-process-possible .wallet-infos .info-title i{color:var(--main-color);font-size:14px;margin-right:10px}.user-payement-processing-pop-up .payement-process-possible .wallet-infos .info-title h3{color:var(--main-text-color)}@media(max-width:767px){.user-payement-processing-pop-up .payement-process-possible .wallet-infos .info-title i{display:none}.user-payement-processing-pop-up .payement-process-possible .wallet-infos .info-title h3{text-align:center}}.user-payement-processing-pop-up .payement-process-possible .wallet-infos strong{color:var(--main-color);display:block;font-size:23px;text-align:center}.user-payement-processing-pop-up .payement-process-possible .wallet-infos .info:nth-child(2) strong{font-size:28px}.user-payement-processing-pop-up .payement-process-possible>button{font-size:18px;margin:40px auto 0;padding:10px;width:50%}@media(max-width:767px){.user-payement-processing-pop-up .payement-process-possible>button{font-size:15px;width:100%}}.user-payement-processing-pop-up .payement-process-possible>button i{margin-right:5px}.user-payement-processing-pop-up .payement-process-not-possible{margin-top:50px}.user-payement-processing-pop-up .payement-process-not-possible p{color:#a80000;font-size:21px;line-height:1.5;text-align:center}.user-payement-processing-pop-up .payement-process-not-possible a{background-color:#0ca00c;border-radius:var(--main-border-radius);color:#fff;display:block;font-size:20px;margin:40px auto 0;padding:10px;text-align:center;width:50%}@media(max-width:767px){.user-payement-processing-pop-up .payement-process-not-possible a{margin-top:20px;width:100%}}.user-payement-processing-pop-up .payement-process-not-possible a i{font-size:16px;margin-right:8px}.main-new-user-product-page{background:#fff;box-sizing:border-box;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:2rem}.main-new-user-product-page .page-title h2{color:#f64809;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:2rem;font-weight:700;margin-bottom:32px}.main-new-user-product-page .page-title h2 span{color:#64748b;font-size:1.1rem;font-weight:500}.main-new-user-product-page .import-section{background:#fff;border-radius:16px;box-shadow:0 4px 16px #f6480914;margin:24px auto 32px;max-width:650px;padding:2rem;width:100%}@media(min-width:1300px){.main-new-user-product-page .import-section{width:60%}}.main-new-user-product-page .import-section .product-link-input{align-items:stretch;background:#fff6ed;border:1px solid #ffe2d6;border-radius:12px;box-shadow:0 2px 8px #f6480912;display:flex;gap:.5rem;margin:0 auto 32px;padding:.5rem .75rem;position:relative;width:100%}@media(max-width:500px){.main-new-user-product-page .import-section .product-link-input{margin-bottom:22px;padding:.5rem;width:100%}}.main-new-user-product-page .import-section .product-link-input input{background:#fff;border:1px solid #ffe2d6;border-radius:8px;box-shadow:none;color:#1e293b;display:block;font-size:1rem;outline:none;padding:12px 16px;transition:border-color .2s;width:100%}.main-new-user-product-page .import-section .product-link-input input:focus{border-color:#f64809}.main-new-user-product-page .import-section .product-link-input input::placeholder{color:#bdbdbd;font-size:1rem}.main-new-user-product-page .import-section .product-link-input input:disabled{background-color:#f7f7f7;color:#bdbdbd}.main-new-user-product-page .import-section .product-link-input button{align-items:center;background:linear-gradient(90deg,#f64809,#ff7a47);border:none;border-radius:8px;box-shadow:0 2px 8px #f6480912;color:#fff;cursor:pointer;display:flex;font-size:1.3rem;height:44px;justify-content:center;margin-left:.5rem;padding:0;position:static;transition:background .2s,transform .2s;width:44px}.main-new-user-product-page .import-section .product-link-input button:hover{background:linear-gradient(90deg,#d33b06,#f64809);transform:translateY(-2px) scale(1.04)}.main-new-user-product-page .import-section .product-infos{align-items:stretch;display:flex;flex-direction:column;gap:28px;margin-bottom:24px}@media (min-width:700px){.main-new-user-product-page .import-section .product-infos{align-items:stretch;flex-direction:column;gap:28px}}.main-new-user-product-page .import-section .product-infos .form-box{background:#fff6ed;border-radius:12px;box-shadow:0 2px 8px #f6480912;display:flex;flex-direction:column;gap:16px;margin-bottom:0;max-width:100%;min-width:220px;padding:1.5rem 1.2rem}.main-new-user-product-page .import-section .product-infos .form-box .box-title{align-items:center;display:flex;gap:18px;margin-bottom:8px}.main-new-user-product-page .import-section .product-infos .form-box .main-icon{align-items:center;background:linear-gradient(135deg,#f64809,#ff7a47);border-radius:10px;display:flex;height:38px;justify-content:center;margin-right:8px;transition:width .2s,height .2s;width:38px}.main-new-user-product-page .import-section .product-infos .form-box .main-icon i{color:#fff;font-size:1.2rem;margin:0;transition:font-size .2s}@media (max-width:900px){.main-new-user-product-page .import-section .product-infos .form-box .main-icon{height:32px;width:32px}.main-new-user-product-page .import-section .product-infos .form-box .main-icon i{font-size:1rem}}@media (max-width:600px){.main-new-user-product-page .import-section .product-infos .form-box .main-icon{height:26px;width:26px}.main-new-user-product-page .import-section .product-infos .form-box .main-icon i{font-size:.9rem}}.main-new-user-product-page .import-section .product-infos .form-box label,.main-new-user-product-page .import-section .product-infos .form-box p{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.main-new-user-product-page .import-section .product-infos .form-box input[type=number],.main-new-user-product-page .import-section .product-infos .form-box input[type=text],.main-new-user-product-page .import-section .product-infos .form-box textarea{background:#fff;border:1.5px solid #ffe2d6;border-radius:8px;box-sizing:border-box;color:#1e293b;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;font-size:1rem;margin-top:6px;outline:none;padding:12px 16px;transition:border-color .2s,box-shadow .2s;width:100%}.main-new-user-product-page .import-section .product-infos .form-box input:focus,.main-new-user-product-page .import-section .product-infos .form-box textarea:focus{border-color:#f64809;box-shadow:0 0 0 2px #ffe2d6}.main-new-user-product-page .import-section .product-infos .form-box textarea{min-height:100px;resize:vertical}.main-new-user-product-page .import-section .product-infos .product-image-box{background:#fff6ed;border-radius:12px;box-shadow:0 2px 8px #0000000a;flex:1 1 220px;min-width:180px;padding:18px 12px}.main-new-user-product-page .import-section .product-infos .product-image-box div.input-image{align-items:center;display:flex;flex-direction:column;gap:12px}.main-new-user-product-page .import-section .product-infos .product-image-box div.input-image input{margin-top:6px;width:100%}.main-new-user-product-page .import-section .product-infos .product-image-box div.input-image .selected-image{align-items:center;background:#fff6ed;border:1px solid #e0e0e0;border-radius:10px;display:flex;justify-content:center;margin:0 auto 10px;max-height:180px;min-height:10px;overflow:hidden;width:180px}.main-new-user-product-page .import-section .product-infos .product-image-box div.input-image .selected-image img{border-radius:10px;max-height:180px;max-width:100%}.main-new-user-product-page .import-section .product-infos .product-image-box div.input-image .images-options{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.main-new-user-product-page .import-section .product-infos .product-image-box div.input-image .images-options button{background-color:#f7f7f7;border:1px solid #ddd;border-radius:6px;max-height:38px;min-height:20px;outline:none;overflow:hidden;padding:0;transition:border .2s;width:38px}.main-new-user-product-page .import-section .product-infos .product-image-box div.input-image .images-options button:hover{border:1.5px solid #2ecc40}.main-new-user-product-page .import-section .product-infos .product-image-box div.input-image .images-options button img{border-radius:6px;max-width:100%}.main-new-user-product-page .import-section .product-infos .loading-box{align-items:center;background:#f7f7f7;border-radius:10px;box-shadow:0 1px 4px #00000008;display:flex;justify-content:center;margin-top:10px;min-height:60px;width:100%}@media (min-width:700px){.main-new-user-product-page .import-section .product-infos .loading-box{min-width:220px;width:calc(100% - 298px)}}.main-new-user-product-page .import-section>button{background:#f64809;border:none;border-radius:8px;box-shadow:0 4px 12px #f6480921;color:#fff;display:block;font-size:1rem;font-weight:600;letter-spacing:.5px;margin:0 auto 18px;outline:none;padding:12px 0;transition:background .2s,transform .2s;width:100%}.main-new-user-product-page .import-section>button:hover{background:#d33b06;transform:translateY(-1px)}.main-new-user-product-page .import-section>button i{font-size:15px;margin-left:7px}@media (max-width:900px){.main-new-user-product-page{padding:1rem}.main-new-user-product-page .import-section{max-width:100%;padding:1rem}.main-new-user-product-page .import-section .product-infos{gap:18px}}@media (max-width:600px){.main-new-user-product-page .import-section{border-radius:10px;padding:12px 2vw}.main-new-user-product-page .page-title h2{font-size:1.2rem}.main-new-user-product-page .import-section .product-infos .product-image-box{border-radius:8px;padding:10px 4px}.main-new-user-product-page .import-section .product-infos .product-image-box div.input-image .selected-image{border-radius:7px;max-height:120px;max-width:100vw;min-height:8px;width:100%}}.main-new-user-product-page .import-section .product-infos .loading-box span{background-color:#0000001a;border-radius:5px;display:block;height:25px;overflow:hidden;position:relative}.main-new-user-product-page .import-section .product-infos .loading-box span:not(:last-of-type){margin-bottom:20px}.main-new-user-product-page .import-section .product-infos .loading-box span:nth-of-type(2n){width:80%}.main-new-user-product-page .import-section .product-infos .loading-box span:after{animation-duration:1.2s;animation-iteration-count:infinite;animation-name:loading-box-animation-01;background-color:#fff9;bottom:-15px;content:"";height:calc(100% + 30px);left:0;position:absolute;transform:rotate(15deg);width:20px}@keyframes loading-box-animation-01{to{left:100%}}.main-user-shipping-requests-page{background:#fff;box-sizing:border-box;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:100%;min-height:100vh;padding:35px}.page-title{margin-bottom:2rem}.page-title h2{color:#f64809;font-size:2rem}.requests-statistics-and-filter{align-items:flex-start;display:flex;gap:2rem;margin-bottom:2rem}@media (max-width:900px){.requests-statistics-and-filter{flex-direction:column;gap:1.5rem}}.main-statistiques-cards{display:flex;flex-wrap:wrap;gap:1.5rem}.stat-card{align-items:flex-start;background:#fff6ed;border-radius:14px;box-shadow:0 2px 8px #f6480914;display:flex;flex:1 1 160px;flex-direction:column;min-width:160px;padding:1.2rem 1.5rem}.stat-card .stat-title{color:#f64809;font-size:1rem;font-weight:600;margin-bottom:.5rem}.stat-card .stat-value{color:#1e293b;font-size:1.5rem;font-weight:700}.filter-card{align-items:center;background:#fff;border:1px solid #ffe2d6;border-radius:14px;box-shadow:0 2px 8px #f6480914;display:flex;flex-direction:column;max-width:340px;min-width:220px;padding:1.5rem;width:100%}.filter-card .card-title{color:#f64809;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.filter-card button{background:linear-gradient(90deg,#f64809,#ff7a47);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-top:1rem;padding:.8rem 1.2rem;transition:background .2s,transform .2s;width:100%}.filter-card button:hover{background:linear-gradient(90deg,#d33b06,#f64809);transform:translateY(-2px) scale(1.01)}.table-wrapper{background:#fff;border:1px solid #f3f4f6;border-radius:14px;box-shadow:0 2px 8px #f6480912;margin-top:2rem;overflow-x:auto;width:100%}.orders-table{border-radius:14px;font-family:inherit;min-width:700px}.orders-table td,.orders-table th{padding:14px 16px}.orders-table td,.orders-table th{-webkit-hyphens:none;hyphens:none;overflow:hidden;text-overflow:ellipsis;word-break:keep-all}.orders-table th{white-space:nowrap}.orders-table td .table-product{justify-content:center}.orders-table td .table-product a{display:inline-block;-webkit-hyphens:none;hyphens:none;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.orders-table .ready-to-pay{background:#fffbe6;border:1px solid #ffe2d6;border-radius:20px;box-shadow:0 1px 3px #f59e0b0f;color:#f59e0b}.orders-table .processed,.orders-table .ready-to-pay{display:inline-block;font-size:.98rem;font-weight:700;padding:5px 18px}.orders-table .processed{background:#e0e7ff;border:1px solid #c7d2fe;border-radius:20px;box-shadow:0 1px 3px #4338ca0f;color:#4338ca}.orders-table .delivered{background:#e8f8ee;border:1px solid #bbf7d0;border-radius:20px;box-shadow:0 1px 3px #22c55e0f;color:#16a34a}.orders-table .cancelled,.orders-table .delivered{display:inline-block;font-size:.98rem;font-weight:700;padding:5px 18px}.orders-table .cancelled{background:#fff1f0;border:1px solid #fecaca;border-radius:20px;box-shadow:0 1px 3px #dc26260f;color:#dc2626}.orders-table .paid{background:#e0f2fe;border:1px solid #bae6fd;border-radius:20px;box-shadow:0 1px 3px #0ea5e90f;color:#0ea5e9}.orders-table .paid,.orders-table .pending{display:inline-block;font-size:.98rem;font-weight:700;padding:5px 18px}.orders-table .pending{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 1px 3px #64748b0f;color:#64748b}.orders-table .buttons-container{align-items:center}.orders-table .no-data,.orders-table td div,.orders-table td span,.orders-table th div,.orders-table th span{-webkit-hyphens:none;hyphens:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.orders-table .cancelled,.orders-table .delivered,.orders-table .paid,.orders-table .pending,.orders-table .processed,.orders-table .ready-to-pay{-webkit-hyphens:none;hyphens:none;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}@media (max-width:1200px){.orders-table td,.orders-table th{padding:15px 18px;text-align:center}}@media (max-width:900px){.main-user-shipping-requests-page{padding:1rem .5rem}.orders-table td,.orders-table th{padding:16px 20px;text-align:center}.orders-table td .table-product{gap:8px}.orders-table td .table-product a{-webkit-hyphens:none;hyphens:none;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.orders-table{font-size:.95rem;min-width:500px}.table-wrapper{margin-top:1.2rem}.stat-card{min-width:120px;padding:1rem}}@media (max-width:600px){.main-user-shipping-requests-page{padding:.5rem .2rem}.orders-table td,.orders-table th{font-size:.85rem;padding:18px 22px;text-align:center}.orders-table td,.orders-table td .table-product a,.orders-table th{-webkit-hyphens:none;hyphens:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.orders-table td .table-product a{max-width:120px}.orders-table{font-size:.85rem;min-width:350px}.table-wrapper{border-radius:8px;margin-top:.8rem}.stat-card{min-width:90px;padding:.7rem}.filter-card{max-width:100%;min-width:100px;padding:1rem}}.main-list.requests-list,.main-list.requests-list .list-item,.main-list.requests-list .list-item-column{display:none!important}.pay-shipping-request-details .main-list .list-item{column-gap:15px;flex-wrap:wrap;justify-content:space-between;padding:10px 15px;row-gap:30px}.pay-shipping-request-details .amount{margin-bottom:20px;margin-top:40px;text-align:center}.pay-shipping-request-details .amount h2{color:#5b5b5b;margin:0 0 10px}.pay-shipping-request-details .amount strong{color:green;font-size:27px}.main-user-products-list-page .products-statistics-and-filter{align-items:flex-start;flex-wrap:nowrap;gap:15px 20px;margin-bottom:20px}.main-user-products-list-page .skeletons span:not(:last-of-type) span{display:block}.orders-table-container{background:#fff;border:1px solid #f3f4f6;border-radius:18px;box-shadow:0 2px 12px #f6480912;margin-top:32px;overflow-x:auto;padding:0;width:100%}.orders-table{background:#0000;border-collapse:initial;border-radius:18px;border-spacing:0;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;overflow:hidden;width:100%}.orders-table td,.orders-table th{background:#fff;border-bottom:1px solid #f3f4f6;color:#222;font-size:1rem;padding:14px 10px;text-align:center;vertical-align:middle;white-space:nowrap;word-break:normal}.orders-table th{background:#fff6ed;border-bottom:2px solid #ffe2d6;border-top:none;color:#f64809;font-size:1.05rem;font-weight:700;letter-spacing:.01em;position:sticky;text-transform:capitalize;top:0;z-index:2}.orders-table tr{transition:background .2s}.orders-table tr:hover{background:#fff6ed}.orders-table tr:last-child td{border-bottom:none}.orders-table td .table-product{align-items:center;display:flex;gap:10px}.orders-table td .table-product img{background:#fff6ed;border:1px solid #f3f4f6;border-radius:6px;height:32px;object-fit:cover;width:32px}.orders-table td .table-product a{border-bottom:1px dashed #ffe2d6;color:#f64809;font-size:1rem;font-weight:500;padding-bottom:2px;text-decoration:none;transition:color .2s}.orders-table td .table-product a:hover{color:#d33b06;text-decoration:underline}.orders-table .bold{color:#1e293b;font-weight:600}.orders-table .small{color:#64748b;font-size:.95rem}.orders-table .x-small{color:#64748b;font-size:.85rem}.orders-table .success{background:#dcfce7;border:1px solid #bbf7d0;border-radius:20px;box-shadow:0 1px 3px #22c55e0f;color:#16a34a}.orders-table .failed,.orders-table .success{display:inline-block;font-size:.98rem;font-weight:700;letter-spacing:.01em;padding:5px 18px}.orders-table .failed{background:#fff1f0;border:1px solid #fecaca;border-radius:20px;box-shadow:0 1px 3px #dc26260f;color:#dc2626}.orders-table .buttons-container{align-items:stretch;display:flex;flex-direction:column;gap:8px;justify-content:center}.orders-table .buttons-container button{background:#fff6ed;border:1px solid #ffe2d6;border-radius:8px;color:#f64809;cursor:pointer;font-size:1rem;font-weight:600;margin:0;padding:8px 0;transition:background .2s,color .2s,border-color .2s;width:100%}.orders-table .buttons-container button.success{background:#dcfce7;border:1px solid #22c55e;color:#16a34a}.orders-table .buttons-container button.animated{background:#ffe2d6;border:1px solid #ffe2d6;color:#f64809;cursor:not-allowed}.orders-table .buttons-container button:hover:not(.animated){background:#f64809;border-color:#f64809;color:#fff}.orders-table .no-data{color:#bdbdbd;font-size:.95rem}.orders-table .status-badge{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 1px 3px #22c55e0f;color:#64748b;display:inline-block;font-size:.98rem;font-weight:700;letter-spacing:.01em;padding:5px 18px}.orders-table .status-badge.success,.orders-table .success{background:#dcfce7;border-color:#bbf7d0;box-shadow:0 1px 3px #22c55e0f;color:#16a34a}.orders-table .failed,.orders-table .status-badge.failed{background:#fff1f0;border-color:#fecaca;box-shadow:0 1px 3px #dc26260f;color:#dc2626}.orders-table .status-badge.pending{background:#f3f4f6;border-color:#e5e7eb;box-shadow:0 1px 3px #64748b0f;color:#64748b}.orders-table .status-badge.ready-to-pay{background:#fffbe6;border-color:#ffe2d6;box-shadow:0 1px 3px #f59e0b0f;color:#f59e0b}.orders-table .status-badge.processed{background:#e0e7ff;border-color:#c7d2fe;box-shadow:0 1px 3px #4338ca0f;color:#4338ca}.orders-table .status-badge.delivered{background:#e8f8ee;border-color:#bbf7d0;box-shadow:0 1px 3px #22c55e0f;color:#16a34a}.orders-table .status-badge.cancelled{background:#fff1f0;border-color:#fecaca;box-shadow:0 1px 3px #dc26260f;color:#dc2626}.orders-table .status-badge.paid{background:#e0f2fe;border-color:#bae6fd;box-shadow:0 1px 3px #0ea5e90f;color:#0ea5e9}@media (max-width:1200px){.main-user-products-list-page .products-statistics-and-filter{align-items:stretch;flex-direction:column;flex-wrap:wrap;gap:18px}}@media (max-width:900px){.orders-table-container{border-radius:12px;overflow-x:auto;padding:8px 0}.orders-table{min-width:700px}.orders-table td,.orders-table th{font-size:.95rem;padding:12px 10px;white-space:normal;word-break:break-word}}@media (max-width:600px){.orders-table-container{border-radius:6px;overflow-x:auto;padding:2px 0}.orders-table{min-width:500px}.orders-table td,.orders-table th{font-size:.85rem;padding:10px 6px;white-space:normal;word-break:normal}}.get-more-products-pop-up .pop-up-body .name-and-quantity{flex-wrap:wrap;gap:15px;margin-bottom:25px}.get-more-products-pop-up .pop-up-body .name-and-quantity p{font-size:18px;margin:0}.get-more-products-pop-up .pop-up-body .name-and-quantity p a,.get-more-products-pop-up .pop-up-body .name-and-quantity p span{color:var(--main-color)}.get-more-products-pop-up .pop-up-body .name-and-quantity p a{margin-left:5px;text-decoration:underline}.get-more-products-pop-up .pop-up-body .name-and-quantity p:last-of-type span{font-weight:700}.main-users-clients-page .clients-statistics-and-filter{align-items:stretch;display:flex;flex-wrap:nowrap;gap:15px 20px;margin-bottom:20px}@media (max-width:900px){.main-users-clients-page .clients-statistics-and-filter{align-items:stretch;flex-direction:column;flex-wrap:wrap;gap:18px}}.main-users-clients-page .clients-statistics-and-filter .filter-card form{gap:5px}.main-users-clients-page .clients-statistics-and-filter .filter-card form input{flex:1 1;padding:6px 10px}.main-users-clients-page .clients-list .skeletons span:not(:last-of-type) span{display:block}.clients-table-container{background:#fff;border:1px solid #ffe2d6;border-radius:18px;box-shadow:0 4px 16px #f6480914;margin-bottom:32px;margin-top:32px;overflow-x:auto;transition:box-shadow .2s}.clients-table-container:hover{box-shadow:0 8px 25px #f6480921}.clients-table{background:#0000;border-collapse:initial;border-radius:18px;border-spacing:0;font-family:Plus Jakarta Sans,Inter,Segoe UI,Roboto,sans-serif;min-width:900px;overflow:hidden;width:100%}.clients-table td,.clients-table th{background:#fff;border-bottom:1px solid #f3f4f6;color:#222;font-size:1rem;padding:14px 10px;text-align:left;vertical-align:middle}.clients-table th{background:#fff6ed;border-bottom:2px solid #ffe2d6;border-top:none;color:#f64809;font-size:1.05rem;font-weight:700;letter-spacing:.01em;position:sticky;text-transform:capitalize;top:0;z-index:2}.clients-table tr{transition:background .2s}.clients-table tr:hover{background:#fff6ed}.clients-table tr:last-child td{border-bottom:none}.clients-table .bold{color:#1e293b;font-weight:600}.clients-table .small{color:#64748b;font-size:.95rem}.clients-table .x-small{color:#64748b;font-size:.85rem}.clients-table .lowercase{text-transform:lowercase}.clients-table a{color:#f64809;text-decoration:none;transition:color .2s}.clients-table a:hover{color:#d33b06;text-decoration:underline}.clients-table .actions,.clients-table .actions button{align-items:center;display:flex;gap:8px}.clients-table .actions button{background:#fff6ed;border:1px solid #ffe2d6;border-radius:8px;color:#f64809;cursor:pointer;font-size:1rem;font-weight:600;margin:0;padding:8px 18px;transition:background .2s,color .2s,border-color .2s}.clients-table .actions button:hover{background:#fee2e2;border-color:#dc2626;color:#dc2626}.clients-table .actions button:focus{outline:2px solid #f64809;outline-offset:2px}.clients-table .actions button i{font-size:1.1rem;margin-right:4px}.clients-table td i,.clients-table th i{color:#f64809;font-size:1.1rem;margin-right:6px;vertical-align:middle}@media (max-width:1200px){.clients-table-container{border-radius:12px;padding:1rem}.clients-table{min-width:700px}}@media (max-width:900px){.clients-table-container{border-radius:8px;padding:.5rem}.clients-table td,.clients-table th{font-size:.93rem;padding:6px 2px}}@media (max-width:700px){.clients-table-container{border-radius:6px;padding:.25rem}.clients-table td,.clients-table th{font-size:.85rem;padding:4px 1px 1px 15px}.clients-table{min-width:500px}.clients-table .actions button{font-size:.85rem;padding:6px 10px}}@media (max-width:600px){.clients-table-container{border-radius:4px;padding:.1rem}.clients-table{min-width:400px}}.main-user-wallet-page{background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0 auto;max-width:1400px;min-height:calc(100vh - 60px);padding:60px 40px}.page-title{margin-bottom:30px;text-align:center}.page-title h2{color:#1e293b;font-size:32px;font-weight:700;letter-spacing:-.5px;margin:0;text-transform:capitalize}.page-title h2:after{background:linear-gradient(90deg,#f64809,#ff6b35);border-radius:2px;content:"";display:block;height:4px;margin:16px auto 0;width:80px}.wallet-statistics-and-to-up{grid-gap:30px;align-items:start;display:grid!important;gap:30px;grid-template-columns:2fr 1fr;margin-bottom:30px}.wallet-statistics{grid-gap:15px;display:grid!important;gap:15px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.wallet-statistics .card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 20px 40px #00000014,0 8px 16px #0000000a;display:flex;flex-direction:column;justify-content:space-between;min-height:140px;overflow:hidden;padding:24px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.wallet-statistics .card:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(90deg,#f64809,#ff6b35 50%,#f64809);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%,to{background-position:200% 0}50%{background-position:-200% 0}}.wallet-statistics .card:hover{border-color:#f6480933;box-shadow:0 32px 64px #0000001f,0 16px 32px #00000014;transform:translateY(-8px) scale(1.02)}.card-title{align-items:center;display:flex!important;justify-content:space-between;margin-bottom:12px}.card-title span{color:#000;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.card-title i{align-items:center;background:linear-gradient(135deg,#f64809,#ff6b35);border-radius:8px;box-shadow:0 4px 8px #f648094d;color:#fff;display:flex;font-size:12px;height:24px;justify-content:center;width:24px}.wallet-statistics .card p{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e293b,#f64809);-webkit-background-clip:text;background-clip:text;font-size:36px;font-weight:800;letter-spacing:-1px;line-height:1.2;margin:0}.wallet-statistics .card p span{color:#040405;display:block;font-size:16px;font-weight:500;margin-top:4px}.wallet-top-up-infos{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 20px 40px #00000014,0 8px 16px #0000000a;min-height:140px;overflow:hidden;padding:24px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.wallet-top-up-infos:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(90deg,#f64809,#ff6b35 50%,#f64809);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}.wallet-top-up-infos:hover{border-color:#f59e0b33;box-shadow:0 32px 64px #0000001f,0 16px 32px #00000014;transform:translateY(-8px) scale(1.02)}.wallet-top-up-infos .title{align-items:center;display:flex!important;justify-content:space-between;margin-bottom:15px}.wallet-top-up-infos .title span{color:#000;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.wallet-top-up-infos .title i{align-items:center;background:linear-gradient(135deg,#f64809,#ff6b35);border-radius:8px;box-shadow:0 4px 8px #f59e0b4d;color:#fff;display:flex;font-size:12px;height:24px;justify-content:center;width:24px}.acount-info{align-items:center;background:linear-gradient(135deg,#f59e0b08,#fffc);border:1px solid #f59e0b1a;border-radius:16px;display:flex!important;gap:15px;overflow:hidden;padding:16px;position:relative}.acount-info:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.wallet-top-up-infos:hover .acount-info:before{left:100%}.acount-info p{color:#334155;flex-grow:1;font-family:Monaco,Menlo,monospace;font-size:14px;font-weight:500;margin:0}.acount-info p span{color:#f64809;font-weight:700;word-break:break-all}.acount-info button{align-items:center;background:linear-gradient(135deg,#f64809,#ff6b35);border:none;border-radius:12px;box-shadow:0 4px 8px #f59e0b4d;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.acount-info button:hover{box-shadow:0 8px 16px #f59e0b66;transform:translateY(-2px)}.acount-info button i{font-size:14px}.latests{grid-gap:30px;align-items:start;display:grid!important;gap:30px;grid-template-columns:2fr 1fr}.latests-transactions-chart{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 20px 40px #00000014,0 8px 16px #0000000a;overflow:hidden;padding:24px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.latests-transactions-chart:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(90deg,#f64809,#ff6b35 50%,#f64809);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}.latests-transactions-chart:hover{border-color:#ef444433;box-shadow:0 32px 64px #0000001f,0 16px 32px #00000014;transform:translateY(-8px)}.latests-transactions-chart .card-title{margin-bottom:20px}.latests-transactions-chart .card-title div h2{color:#1e293b;font-size:24px;font-weight:700;letter-spacing:-.5px;margin:0 0 8px}.latests-transactions-chart .card-title div p{color:#64748b;font-size:14px;line-height:1.5;margin:0}.latests-transactions-chart select{background:#ffffffe6;border:1px solid #ef444433;border-radius:12px;color:#1e293b;cursor:pointer;font-size:14px;font-weight:500;outline:none;padding:12px 16px;transition:all .3s ease}.latests-transactions-chart select:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.chart{height:400px;width:100%}.latests-transactions{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 20px 40px #00000014,0 8px 16px #0000000a;max-height:600px;overflow:hidden;padding:24px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.latests-transactions:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(90deg,#f64809,#ff6b35 50%,#f64809);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}.latests-transactions:hover{border-color:#64748b33;box-shadow:0 32px 64px #0000001f,0 16px 32px #00000014;transform:translateY(-8px)}.latests-transactions .card-title h2{color:#1e293b;font-size:20px;font-weight:700;letter-spacing:-.3px;margin:0 0 8px;text-transform:capitalize}.latests-transactions .card-title p{color:#64748b;font-size:14px;line-height:1.5;margin:0 0 15px}.latests-transactions .box{grid-gap:15px;background:linear-gradient(135deg,#64748b08,#fffc);border:1px solid #64748b1a;border-radius:16px;display:grid!important;gap:15px;grid-template-columns:repeat(3,1fr);margin-bottom:12px;overflow:hidden;padding:16px;position:relative;transition:all .3s ease}.latests-transactions .box:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.latests-transactions .box:hover{border-color:#64748b33;box-shadow:0 8px 16px #64748b26;transform:translateY(-4px) translateX(8px)}.latests-transactions .box:hover:before{left:100%}.latests-transactions .box:last-child{margin-bottom:0}.box-item{display:flex;flex-direction:column;gap:4px}.box-item p:first-child{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.box-item p:last-child{color:#1e293b;font-size:14px;font-weight:600;line-height:1.3;margin:0}.box-item p:last-child span{color:#000;font-size:12px;font-weight:400}.box-item p.deposit{color:#f64809;font-weight:700}.box-item p.withdraw{color:#ef4444;font-weight:700}.no-transactions{color:#000;font-size:16px;font-style:italic;margin:0;padding:40px 20px;text-align:center}.skeletons{display:flex;flex-direction:column;gap:12px}@media (max-width:1200px){.latests,.wallet-statistics-and-to-up{gap:20px;grid-template-columns:1fr}}@media (max-width:768px){.main-user-wallet-page{padding:40px 24px}.page-title h2{font-size:24px}.wallet-statistics{gap:15px;grid-template-columns:1fr}.latests-transactions,.latests-transactions-chart,.wallet-statistics .card,.wallet-top-up-infos{padding:20px}.wallet-statistics .card p{font-size:28px}.chart{height:300px}.latests-transactions .box{gap:10px;grid-template-columns:1fr}}@media (max-width:480px){.main-user-wallet-page{padding:32px 16px}.page-title h2{font-size:20px}.latests-transactions,.latests-transactions-chart,.wallet-statistics .card,.wallet-top-up-infos{border-radius:20px;padding:16px}.acount-info{align-items:stretch;flex-direction:column;gap:10px}.acount-info button{align-self:center}.chart{height:250px}}.latests-transactions,.latests-transactions .box,.latests-transactions-chart,.wallet-statistics .card,.wallet-top-up-infos{transform:translateZ(0);will-change:transform}@media (prefers-reduced-motion:reduce){.acount-info button,.latests-transactions,.latests-transactions .box,.latests-transactions-chart,.wallet-statistics .card,.wallet-top-up-infos,:before{animation:none;transition:none}.latests-transactions .box:hover,.latests-transactions-chart:hover,.latests-transactions:hover,.wallet-statistics .card:hover,.wallet-top-up-infos:hover{transform:none}}.flex-box{align-items:center;display:flex}.scroll-control{overflow-y:auto;scrollbar-color:#f648094d #0000;scrollbar-width:thin}.scroll-control::-webkit-scrollbar{width:6px}.scroll-control::-webkit-scrollbar-track{background:#0000}.scroll-control::-webkit-scrollbar-thumb{background:#f648094d;border-radius:3px}.scroll-control::-webkit-scrollbar-thumb:hover{background:#f6480980}.page-not-found{display:flex;flex-direction:column;height:100%;width:100%}.page-not-found header .container a:first-of-type{gap:15px;justify-content:flex-start}.page-not-found header .container a:first-of-type img{max-width:40px}.page-not-found header .container a:first-of-type span{color:var(--main-color);font-size:25px}.page-not-found header .container a:last-of-type{color:var(--main-text-color);font-size:18px;position:relative}.page-not-found header .container a:last-of-type:after{background-color:#19c658;bottom:-3px;content:"";height:2px;left:0;position:absolute;transition:.3s;width:80%}.page-not-found header .container a:last-of-type:hover:after{width:100%}.page-not-found section{flex:1 1}.page-not-found section .container{gap:20px;height:100%;margin-left:auto;margin-right:auto;width:70%}@media(max-width:1100px){.page-not-found section .container{flex-wrap:wrap;width:100%}.page-not-found section .container .text{text-align:center;width:100%}}.page-not-found section .container .text h1{color:var(--main-text-color);font-size:60px}.page-not-found section .container .text p{font-size:20px;margin-bottom:100px}.page-not-found section .container .text a{background-color:var(--secondary-color);border-radius:10px;color:#fff;display:block;font-size:18px;padding:10px 20px;text-align:center;width:50%}@media(max-width:1100px){.page-not-found section .container .image,.page-not-found section .container .text a{display:block;margin-left:auto;margin-right:auto}.page-not-found section .container .image img{max-width:100%}}@media(max-width:767px){.page-not-found section .container .text a{width:100%}}.subscription-plans-page{background-color:#fcf5eb;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360'%3E%3Cpath fill='%23fddeb3' fill-opacity='.4' d='m0 85.02 4.62-4.27a49.09 49.09 0 0 0 7.33 3.74l-1.2 10.24 2.66.87 5.05-9c2.62.65 5.34 1.08 8.12 1.28L28.6 98h2.8l2.02-10.12c2.74-.2 5.46-.62 8.12-1.28l5.05 8.99 2.66-.86-1.2-10.24a47.7 47.7 0 0 0 7.33-3.74l7.58 7 2.26-1.65-4.3-9.38a48.3 48.3 0 0 0 5.8-5.8l9.38 4.3 1.65-2.26-7-7.58a49.09 49.09 0 0 0 3.74-7.33l10.24 1.2.87-2.66-9-5.05a48.07 48.07 0 0 0 1.28-8.12L88 41.4v-2.8l-10.12-2.02c-.2-2.74-.62-5.46-1.28-8.12l8.99-5.05-.86-2.66-10.24 1.2a47.7 47.7 0 0 0-3.74-7.33l7-7.58-1.65-2.26-9.38 4.3a48.3 48.3 0 0 0-5.8-5.8L62.42 0h2.16l-1.25 2.72a50.31 50.31 0 0 1 3.95 3.95l9.5-4.36 3.52 4.85-7.08 7.68c.94 1.6 1.79 3.27 2.54 4.98l10.38-1.21 1.85 5.7-9.11 5.12c.39 1.8.68 3.65.87 5.52L90 37v6l-10.25 2.05a49.9 49.9 0 0 1-.87 5.52l9.11 5.12-1.85 5.7-10.38-1.21c-.75 1.7-1.6 3.37-2.54 4.98l7.08 7.68-3.52 4.85-9.5-4.36a50.31 50.31 0 0 1-3.95 3.95l4.36 9.5-4.85 3.52-7.68-7.08c-1.6.94-3.27 1.79-4.98 2.54l1.21 10.38-5.7 1.85-5.12-9.11c-1.8.39-3.65.68-5.52.87L33 100h-6l-2.05-10.25a49.9 49.9 0 0 1-5.52-.87l-5.12 9.11-5.7-1.85 1.21-10.38c-1.7-.75-3.37-1.6-4.98-2.54L0 87.68v-2.66zM0 52.7V27.3l8.38 4.84a22.96 22.96 0 0 0 0 15.72L0 52.7zm0-39.16A39.91 39.91 0 0 1 26 .2v17.15a22.98 22.98 0 0 0-13.62 7.86L0 18.06v-4.52zm0 52.92v-4.52l12.38-7.15A22.98 22.98 0 0 0 26 62.65V79.8A39.91 39.91 0 0 1 0 66.46zM34 79.8V62.65a22.98 22.98 0 0 0 13.62-7.86l14.85 8.58A39.97 39.97 0 0 1 34 79.8zm32.48-23.36-14.86-8.58a22.96 22.96 0 0 0 0-15.72l14.86-8.58A39.86 39.86 0 0 1 70 40a39.9 39.9 0 0 1-3.52 16.44zm-4.01-39.8L47.62 25.2A22.98 22.98 0 0 0 34 17.35V.2a39.97 39.97 0 0 1 28.47 16.43v.01zM0 50.38l5.98-3.45a25.01 25.01 0 0 1 0-13.88L0 29.6v20.78zm.5-34.35 11.48 6.63c3.27-3.4 7.44-5.8 12.02-6.94V2.47A37.96 37.96 0 0 0 .5 16.04v-.01zm0 47.92A37.96 37.96 0 0 0 24 77.53V64.28a24.97 24.97 0 0 1-12.02-6.95L.5 63.96v-.01zM36 77.53a37.96 37.96 0 0 0 23.5-13.57l-11.48-6.63A24.97 24.97 0 0 1 36 64.28v13.25zm29.5-23.96a37.91 37.91 0 0 0 0-27.14l-11.48 6.63a25.01 25.01 0 0 1 0 13.88l11.49 6.63h-.01zm-6-37.53A37.96 37.96 0 0 0 36 2.47v13.25c4.66 1.15 8.8 3.6 12.02 6.95l11.48-6.63zM30 54a14 14 0 1 1 0-28 14 14 0 0 1 0 28zm0-2a12 12 0 1 0 0-24 12 12 0 0 0 0 24zm0-2a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm77.47 45.17-1.62-5.97 5.67-2.06 2.61 5.64c1.09-.25 2.2-.44 3.33-.58l.52-6.2h6.04l.52 6.2c1.13.14 2.24.33 3.33.58l2.6-5.64 5.68 2.06-1.62 5.97c1.02.51 2 1.07 2.95 1.69l4.35-4.38 4.62 3.88-3.53 5c.8.84 1.53 1.71 2.23 2.62l5.52-2.6 3.02 5.23-4.98 3.46c.46 1.06.86 2.14 1.2 3.25l6.02-.54 1.05 5.94-5.84 1.54c.07 1.16.07 2.32 0 3.48l5.84 1.54-1.05 5.94-6.02-.54c-.34 1.1-.74 2.2-1.2 3.25l4.98 3.46-3.02 5.22-5.52-2.6c-.7.92-1.44 1.8-2.23 2.62l3.53 5-4.62 3.89-4.35-4.38a30.2 30.2 0 0 1-2.95 1.69l1.62 5.97-5.67 2.06-2.61-5.64c-1.09.25-2.2.44-3.33.58l-.52 6.2h-6.04l-.52-6.2a30.27 30.27 0 0 1-3.33-.58l-2.6 5.64-5.68-2.06 1.62-5.97c-1.01-.5-2-1.07-2.95-1.69l-4.35 4.38-4.62-3.88 3.53-5a32.5 32.5 0 0 1-2.23-2.62l-5.52 2.6-3.02-5.23 4.98-3.46a29.66 29.66 0 0 1-1.2-3.25l-6.02.54-1.05-5.94 5.84-1.54a30.28 30.28 0 0 1 0-3.48l-5.84-1.54 1.05-5.94 6.02.54c.34-1.1.74-2.2 1.2-3.25l-4.98-3.46 3.02-5.22 5.52 2.6c.7-.92 1.44-1.8 2.23-2.62l-3.53-5 4.62-3.89 4.35 4.38a30.2 30.2 0 0 1 2.95-1.69zm15.2-1.12-.5-6.05h-2.34l-.5 6.05c-2.18.13-4.3.5-6.32 1.1l-2.54-5.5-2.2.8 1.6 5.85a27.97 27.97 0 0 0-5.56 3.21l-4.27-4.3-1.79 1.5 3.5 4.95a28.14 28.14 0 0 0-4.12 4.92l-5.5-2.59-1.16 2.02 4.98 3.46a27.8 27.8 0 0 0-2.2 6.03l-6.03-.55-.4 2.3 5.86 1.54a28.3 28.3 0 0 0 0 6.42l-5.87 1.55.4 2.3 6.05-.56a27.8 27.8 0 0 0 2.2 6.03l-5 3.47 1.17 2.02 5.49-2.59a28.14 28.14 0 0 0 4.12 4.92l-3.5 4.96 1.79 1.5 4.27-4.31a27.97 27.97 0 0 0 5.56 3.21l-1.6 5.85 2.2.8 2.54-5.5c2.02.6 4.14.97 6.32 1.1l.5 6.05h2.34l.5-6.05c2.18-.13 4.3-.5 6.32-1.1l2.54 5.5 2.2-.8-1.6-5.85a27.97 27.97 0 0 0 5.56-3.21l4.27 4.3 1.79-1.5-3.5-4.95a28.14 28.14 0 0 0 4.12-4.92l5.5 2.59 1.16-2.02-4.98-3.46a27.8 27.8 0 0 0 2.2-6.03l6.03.55.4-2.3-5.86-1.54a28.3 28.3 0 0 0 0-6.42l5.87-1.55-.4-2.3-6.05.56a27.8 27.8 0 0 0-2.2-6.03l4.99-3.46-1.17-2.02-5.49 2.59a28.14 28.14 0 0 0-4.12-4.92l3.5-4.96-1.79-1.5-4.27 4.31a27.97 27.97 0 0 0-5.56-3.21l1.6-5.85-2.2-.8-2.54 5.5c-2.02-.6-4.14-.97-6.32-1.1l.01-.01zM121 128a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm0-2a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm0-18a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm8.49 3.51a5 5 0 1 1 6.95-7.2 5 5 0 0 1-6.95 7.2zM133 120a5 5 0 1 1 10 0 5 5 0 0 1-10 0zm-3.51 8.49a5 5 0 1 1 7.2 6.95 5 5 0 0 1-7.2-6.95zM121 132a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm-8.49-3.51a5 5 0 1 1-6.95 7.2 5 5 0 0 1 6.95-7.2zM109 120a5 5 0 1 1-10 0 5 5 0 0 1 10 0zm3.51-8.49a5 5 0 1 1-7.2-6.95 5 5 0 0 1 7.2 6.95zM121 106a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm9.9 4.1a3 3 0 1 0 4.39-4.09 3 3 0 0 0-4.39 4.09zm4.1 9.9a3 3 0 1 0 6 0 3 3 0 0 0-6 0zm-4.1 9.9a3 3 0 1 0 4.09 4.39 3 3 0 0 0-4.09-4.39zM121 134a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm-9.9-4.1a3 3 0 1 0-4.39 4.09 3 3 0 0 0 4.39-4.09zM107 120a3 3 0 1 0-6 0 3 3 0 0 0 6 0zm4.1-9.9a3 3 0 1 0-4.09-4.39 3 3 0 0 0 4.09 4.39zm129.42-6.95v.01c.87.07 1.74.17 2.6.3l1.5-3.91 1.94-3.64 3.89.97v4.13l-.5 4.13c.83.28 1.64.59 2.44.93l2.42-3.43 2.76-3.07 3.54 1.88-1 4-1.49 3.89c.73.47 1.45.97 2.15 1.49l3.19-2.76 3.42-2.3 2.97 2.67-1.93 3.65-2.38 3.4c.6.64 1.2 1.3 1.76 1.99l3.68-1.94 3.85-1.48 2.29 3.28-2.7 3.11-3.12 2.82c.43.76.84 1.53 1.22 2.32l4.04-1 4.1-.5 1.43 3.73-3.37 2.37-3.7 1.98c.23.84.44 1.68.62 2.54l4.17.01 4.1.5.48 3.97-3.85 1.48-4.06 1.02c.03.87.03 1.75 0 2.62l4.06 1.02 3.85 1.48-.48 3.97-4.1.51h-4.17c-.18.86-.39 1.71-.63 2.54l3.7 1.98 3.38 2.37-1.43 3.73-4.1-.5-4.04-1c-.38.79-.79 1.56-1.22 2.32l3.13 2.82 2.7 3.11-2.3 3.28-3.85-1.48-3.68-1.95a37 37 0 0 1-1.76 2l2.38 3.41 1.93 3.64-2.97 2.67-3.42-2.3-3.19-2.76a40.1 40.1 0 0 1-2.15 1.48l1.48 3.9 1 4-3.53 1.88-2.76-3.07-2.42-3.43c-.8.33-1.61.65-2.45.93l.5 4.13v4.13l-3.88.97-1.94-3.65-1.5-3.9c-.86.13-1.73.23-2.6.31L240 187l-1 4h-4l-1-4-.52-4.16a37.6 37.6 0 0 1-2.6-.3l-1.5 3.91-1.94 3.64-3.89-.97v-4.13l.5-4.13c-.83-.28-1.64-.59-2.44-.93l-2.42 3.43-2.76 3.07-3.54-1.88 1-4 1.49-3.89c-.74-.47-1.45-.97-2.15-1.49l-3.19 2.76-3.42 2.3-2.97-2.67 1.93-3.65 2.38-3.4c-.61-.65-1.2-1.31-1.76-1.99l-3.68 1.94-3.85 1.48-2.29-3.28 2.7-3.11 3.12-2.82c-.43-.76-.84-1.53-1.22-2.32l-4.04 1-4.1.5-1.43-3.73 3.37-2.37 3.7-1.98c-.23-.84-.44-1.68-.62-2.54l-4.17-.01-4.1-.5-.48-3.97 3.85-1.48 4.06-1.02c-.03-.87-.03-1.75 0-2.62l-4.06-1.02-3.85-1.48.48-3.97 4.1-.51h4.17c.18-.86.39-1.71.63-2.54l-3.7-1.98-3.38-2.37 1.43-3.73 4.1.5 4.04 1c.38-.79.79-1.56 1.22-2.32l-3.13-2.82-2.7-3.11 2.3-3.28 3.85 1.48 3.68 1.95a37 37 0 0 1 1.76-2l-2.38-3.41-1.93-3.64 2.97-2.67 3.42 2.3 3.19 2.76c.7-.52 1.41-1.02 2.15-1.48l-1.48-3.9-1-4 3.53-1.88 2.76 3.07 2.42 3.43c.8-.33 1.61-.65 2.45-.93l-.5-4.13v-4.13l3.88-.97 1.94 3.65 1.5 3.9c.86-.13 1.73-.23 2.6-.31L234 99l1-4h4l1 4 .52 4.15zm-14.3 3.4c-1.83.54-3.6 1.21-5.3 2l-3.5-4.97-1.38-1.53-.88.47.5 2 2.16 5.67a38.09 38.09 0 0 0-4.66 3.22l-4.61-4-1.71-1.15-.75.67.97 1.82 3.47 4.98a38.22 38.22 0 0 0-3.79 4.28l-5.37-2.84-1.92-.74-.57.82 1.35 1.56 4.52 4.09a37.9 37.9 0 0 0-2.64 5l-5.89-1.45-2.04-.25-.36.94 1.69 1.18 5.36 2.87a37.74 37.74 0 0 0-1.35 5.5l-6.08.01-2.04.25-.12 1 1.92.73 5.9 1.5a38.54 38.54 0 0 0 0 5.65l-5.9 1.49-1.92.74.12.99 2.04.25 6.08.01c.31 1.86.77 3.7 1.35 5.5l-5.36 2.87-1.7 1.18.37.94 2.04-.25 5.9-1.46a37.9 37.9 0 0 0 2.63 5.01l-4.52 4.1-1.35 1.55.57.82 1.92-.74 5.37-2.84a38.22 38.22 0 0 0 3.8 4.28l-3.48 4.98-.97 1.82.75.67 1.7-1.15 4.62-4a38.09 38.09 0 0 0 4.66 3.22l-2.17 5.67-.5 2 .89.47 1.38-1.53 3.5-4.98c1.7.8 3.47 1.47 5.3 2l-.73 6.04v2.06l.97.24.97-1.82 2.2-5.68c1.83.36 3.7.6 5.62.68L236 187l.5 2h1l.5-2 .75-6.04a38.2 38.2 0 0 0 5.62-.68l2.2 5.68.97 1.82.97-.24v-2.06l-.73-6.03c1.83-.54 3.6-1.21 5.3-2l3.5 4.97 1.38 1.53.88-.47-.5-2-2.16-5.67a38.09 38.09 0 0 0 4.66-3.22l4.61 4 1.71 1.15.75-.67-.97-1.82-3.47-4.98a38.22 38.22 0 0 0 3.79-4.28l5.37 2.84 1.92.74.57-.82-1.35-1.56-4.52-4.09c1-1.6 1.88-3.27 2.64-5l5.89 1.45 2.04.25.36-.94-1.69-1.18-5.36-2.87a37.4 37.4 0 0 0 1.35-5.5l6.08-.01 2.04-.25.12-1-1.92-.73-5.9-1.5c.14-1.88.14-3.77 0-5.65l5.9-1.49 1.92-.74-.12-.99-2.04-.25-6.08-.01a37.4 37.4 0 0 0-1.35-5.5l5.36-2.87 1.7-1.18-.37-.94-2.04.25-5.9 1.46a37.9 37.9 0 0 0-2.63-5.01l4.52-4.1 1.35-1.55-.57-.82-1.92.74-5.37 2.84a38.22 38.22 0 0 0-3.8-4.28l3.48-4.98.97-1.82-.75-.67-1.7 1.15-4.62 4a38.09 38.09 0 0 0-4.66-3.22l2.17-5.67.5-2-.89-.47-1.38 1.53-3.5 4.98c-1.7-.8-3.47-1.47-5.3-2l.73-6.04v-2.06l-.97-.24-.97 1.82-2.2 5.68c-1.83-.36-3.7-.6-5.62-.68L238 99l-.5-2h-1l-.5 2-.75 6.04c-1.92.09-3.8.32-5.62.68l-2.2-5.68-.97-1.82-.97.24v2.06l.73 6.03zm-5.85 5.65A34.82 34.82 0 0 1 236 108v6a28.8 28.8 0 0 0-12.63 3.39l-3-5.2v.01zm2.8.83 1 1.74a30.8 30.8 0 0 1 9.83-2.63v-2.01a32.8 32.8 0 0 0-10.83 2.9zm-4.53.17 3 5.2a29.12 29.12 0 0 0-9.24 9.24l-5.2-3a35.18 35.18 0 0 1 11.44-11.44zm-.67 2.84a33.19 33.19 0 0 0-7.93 7.93l1.74 1a31.18 31.18 0 0 1 7.2-7.2l-1.01-1.73zm-11.77 10.33h-.01l5.2 3A28.8 28.8 0 0 0 208 142h-6a34.82 34.82 0 0 1 4.2-15.63zm.83 2.8a32.8 32.8 0 0 0-2.9 10.83h2.01a30.8 30.8 0 0 1 2.63-9.83l-1.74-1zM202.01 144h6.01c.15 4.41 1.3 8.73 3.38 12.63l-5.2 3a34.82 34.82 0 0 1-4.19-15.63zm2.12 2a32.8 32.8 0 0 0 2.9 10.84l1.74-1a30.8 30.8 0 0 1-2.63-9.84h-2.01zm3.07 15.36 5.2-3c2.34 3.74 5.5 6.9 9.24 9.24l-3 5.2a35.18 35.18 0 0 1-11.44-11.44zm2.84.67a33.19 33.19 0 0 0 7.93 7.93l1-1.74a31.18 31.18 0 0 1-7.2-7.2l-1.73 1.01zm10.33 11.77v.01l3-5.2A28.85 28.85 0 0 0 236 172v6a34.82 34.82 0 0 1-15.63-4.2zm2.8-.83a32.8 32.8 0 0 0 10.83 2.9v-2.01a30.8 30.8 0 0 1-9.83-2.63l-1 1.74zm14.83 5.02v-6.01c4.41-.15 8.73-1.3 12.63-3.38l3 5.2a34.82 34.82 0 0 1-15.63 4.19zm2-2.12a32.8 32.8 0 0 0 10.84-2.9l-1-1.74a30.8 30.8 0 0 1-9.84 2.63v2.01zm15.36-3.07-3-5.2c3.74-2.34 6.9-5.5 9.24-9.24l5.2 3a35.18 35.18 0 0 1-11.44 11.44zm.67-2.84a33.19 33.19 0 0 0 7.93-7.93l-1.74-1a31.18 31.18 0 0 1-7.2 7.2l1.01 1.73zm11.77-10.33h.01l-5.2-3A28.85 28.85 0 0 0 266 144h6a34.82 34.82 0 0 1-4.2 15.63zm-.83-2.8a32.8 32.8 0 0 0 2.9-10.83h-2.01a30.8 30.8 0 0 1-2.63 9.83l1.74 1zm5.02-14.83h-6.01a28.85 28.85 0 0 0-3.38-12.63l5.2-3a34.82 34.82 0 0 1 4.19 15.63zm-2.12-2a32.8 32.8 0 0 0-2.9-10.84l-1.74 1a30.8 30.8 0 0 1 2.63 9.84h2.01zm-3.07-15.36-5.2 3a29.12 29.12 0 0 0-9.24-9.24l3-5.2a35.18 35.18 0 0 1 11.44 11.44zm-2.84-.67a33.19 33.19 0 0 0-7.93-7.93l-1 1.74a31.18 31.18 0 0 1 7.2 7.2l1.73-1.01zM238 108a34.82 34.82 0 0 1 15.63 4.19l-3 5.2a28.85 28.85 0 0 0-12.63-3.38V108zm12.84 5.02a32.8 32.8 0 0 0-10.84-2.9v2.01a30.8 30.8 0 0 1 9.83 2.63l1-1.74h.01zM237 156a13 13 0 1 1 0-26 13 13 0 0 1 0 26zm0-2a11 11 0 1 0 0-22 11 11 0 0 0 0 22zM137.54 0h56.92l-.74 1.03c.57.7 1.12 1.4 1.64 2.14l7.75-2.9 2 3.46-6.38 5.25c.37.82.72 1.65 1.03 2.5l8.22-.8 1.04 3.86-7.52 3.43c.15.88.26 1.77.35 2.67L210 22v4l-8.15 1.36c-.09.9-.2 1.8-.35 2.67l7.52 3.43-1.04 3.86-8.22-.8c-.31.85-.66 1.68-1.03 2.5l6.38 5.25-2 3.46-7.75-2.9c-.52.74-1.07 1.45-1.64 2.14l4.8 6.73-2.82 2.83-6.73-4.8c-.7.56-1.4 1.11-2.14 1.63l2.9 7.75-3.46 2-5.25-6.38c-.82.37-1.65.72-2.5 1.03l.8 8.22-3.86 1.04-3.43-7.52c-.88.15-1.77.26-2.67.35L168 68h-4l-1.36-8.15c-.9-.09-1.8-.2-2.67-.35l-3.43 7.52-3.86-1.04.8-8.22c-.85-.31-1.68-.66-2.5-1.03l-5.25 6.38-3.46-2 2.9-7.75a36.15 36.15 0 0 1-2.14-1.64l-6.73 4.8-2.83-2.82 4.8-6.73c-.56-.7-1.11-1.4-1.63-2.14l-7.75 2.9-2-3.46 6.38-5.25c-.37-.82-.72-1.65-1.03-2.5l-8.22.8-1.04-3.86 7.52-3.43c-.15-.88-.26-1.77-.35-2.67L122 26v-4l8.15-1.36c.09-.9.2-1.8.35-2.67l-7.52-3.43 1.04-3.86 8.22.8c.31-.85.66-1.68 1.03-2.5l-6.38-5.25 2-3.46 7.75 2.9c.52-.74 1.07-1.45 1.64-2.14L137.54 0zm2.43 0 .83 1.17a34.14 34.14 0 0 0-3.38 4.4l-7.63-2.86-.33.58 6.29 5.18a33.79 33.79 0 0 0-2.13 5.12l-8.1-.78-.18.64 7.42 3.37a34.02 34.02 0 0 0-.72 5.5L124 23.68v.66l8.04 1.34c.1 1.88.33 3.72.72 5.5l-7.42 3.38.18.64 8.1-.78a33.88 33.88 0 0 0 2.13 5.12l-6.29 5.18.33.58 7.63-2.86c1 1.56 2.14 3.03 3.38 4.4l-4.73 6.63.47.47 6.63-4.73a34.14 34.14 0 0 0 4.4 3.38l-2.86 7.63.58.33 5.18-6.29c1.63.84 3.35 1.56 5.12 2.13l-.78 8.1.64.18 3.37-7.42c1.79.39 3.63.63 5.5.72l1.35 8.04h.66l1.34-8.04c1.88-.1 3.72-.33 5.5-.72l3.38 7.42.64-.18-.78-8.1a33.88 33.88 0 0 0 5.12-2.13l5.18 6.29.58-.33-2.86-7.63c1.56-1 3.03-2.14 4.4-3.38l6.63 4.73.47-.47-4.73-6.63a34.14 34.14 0 0 0 3.38-4.4l7.63 2.86.33-.58-6.29-5.18a33.79 33.79 0 0 0 2.13-5.12l8.1.78.18-.64-7.42-3.37c.39-1.79.63-3.63.72-5.5l8.04-1.35v-.66l-8.04-1.34c-.1-1.88-.33-3.72-.72-5.5l7.42-3.38-.18-.64-8.1.78a33.79 33.79 0 0 0-2.13-5.12l6.29-5.18-.33-.58-7.63 2.86c-1-1.56-2.14-3.03-3.38-4.4l.83-1.17h-52.06V0zm-2.82 27h14.15A15.02 15.02 0 0 0 163 38.7v14.15A29.01 29.01 0 0 1 137.15 27zm12.57-27H163v9.3A15.02 15.02 0 0 0 151.3 21h-14.15a28.99 28.99 0 0 1 12.57-21zM169 52.85V38.7A15.02 15.02 0 0 0 180.7 27h14.15A29.01 29.01 0 0 1 169 52.85zM182.28 0a28.99 28.99 0 0 1 12.57 21H180.7A15.02 15.02 0 0 0 169 9.3V0h13.28zm-42.82 29A27.03 27.03 0 0 0 161 50.54V40.25A17.04 17.04 0 0 1 149.75 29h-10.29zm14.16-29a27.04 27.04 0 0 0-14.16 19h10.29A17.04 17.04 0 0 1 161 7.75V0h-7.38zM171 50.54A27.03 27.03 0 0 0 192.54 29h-10.29A17.04 17.04 0 0 1 171 40.25v10.29zM178.38 0H171v7.75A17.04 17.04 0 0 1 182.25 19h10.29a27.04 27.04 0 0 0-14.16-19zM166 34a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-39.51 176.15-10.67-7.95 6-10.4 12.23 5.27a23.97 23.97 0 0 1 8.4-4.86L144 177h12l1.55 13.21a23.97 23.97 0 0 1 8.4 4.86l12.23-5.27 6 10.4-10.67 7.95a24 24 0 0 1 0 9.7l10.67 7.95-6 10.4-12.23-5.27a23.97 23.97 0 0 1-8.4 4.86L156 249h-12l-1.55-13.21a23.97 23.97 0 0 1-8.4-4.86l-12.23 5.27-6-10.4 10.67-7.95a24.1 24.1 0 0 1 0-9.7zm29.25-16.4-1.5-12.75h-8.48l-1.5 12.76c-3.75 1-7.1 2.99-9.79 5.65l-11.8-5.08-4.23 7.34 10.3 7.68c-.98 3.7-.98 7.6 0 11.3l-10.3 7.68 4.23 7.34 11.8-5.08a22.1 22.1 0 0 0 9.8 5.65l1.5 12.76h8.47l1.5-12.76c3.75-1 7.1-2.99 9.79-5.65l11.8 5.08 4.23-7.34-10.3-7.68c.98-3.7.98-7.6 0-11.3l10.3-7.68-4.23-7.34-11.8 5.08a21.98 21.98 0 0 0-9.8-5.65l.01-.01zM150 225a12 12 0 1 1 0-24 12 12 0 0 1 0 24zm0-2a10 10 0 1 0 0-20 10 10 0 0 0 0 20zm3.53 67.72 4.26.07.51 1.93-3.65 2.19c.11.63.2 1.27.25 1.92L159 298v2l-4.1 1.17c-.05.65-.14 1.29-.25 1.92l3.65 2.2-.51 1.92-4.26.07c-.22.61-.47 1.21-.74 1.8l2.96 3.05-1 1.74-4.13-1.04a24.1 24.1 0 0 1-1.18 1.54l2.07 3.72-1.42 1.42-3.72-2.07c-.5.41-1.01.8-1.54 1.18l1.04 4.13-1.74 1-3.05-2.96c-.59.27-1.19.52-1.8.74l-.07 4.26-1.93.51-2.19-3.65c-.63.11-1.27.2-1.92.25L132 327h-2l-1.17-4.1c-.65-.05-1.29-.14-1.92-.25l-2.2 3.65-1.92-.51-.07-4.26c-.61-.22-1.21-.47-1.8-.74l-3.05 2.96-1.74-1 1.04-4.13a24.1 24.1 0 0 1-1.54-1.18l-3.72 2.07-1.42-1.42 2.07-3.72c-.41-.5-.8-1.01-1.18-1.54l-4.13 1.04-1-1.74 2.96-3.05c-.27-.59-.52-1.19-.74-1.8l-4.26-.07-.51-1.93 3.65-2.19c-.11-.63-.2-1.27-.25-1.92L103 300v-2l4.1-1.17c.05-.65.14-1.29.25-1.92l-3.65-2.2.51-1.92 4.26-.07c.22-.61.47-1.21.74-1.8l-2.96-3.05 1-1.74 4.13 1.04c.38-.53.77-1.04 1.18-1.54l-2.07-3.72 1.42-1.42 3.72 2.07c.5-.41 1.01-.8 1.54-1.18l-1.04-4.13 1.74-1 3.05 2.96c.59-.27 1.19-.52 1.8-.74l.07-4.26 1.93-.51 2.19 3.65c.63-.11 1.27-.2 1.92-.25L130 271h2l1.17 4.1c.65.05 1.29.14 1.92.25l2.2-3.65 1.92.51.07 4.26c.61.22 1.21.47 1.8.74l3.05-2.96 1.74 1-1.04 4.13c.53.38 1.04.77 1.54 1.18l3.72-2.07 1.42 1.42-2.07 3.72c.41.5.8 1.01 1.18 1.54l4.13-1.04 1 1.74-2.96 3.05c.27.59.52 1.19.74 1.8zM109 299a22 22 0 1 0 44 0 22 22 0 0 0-44 0zm27.11-10.86-3 5.22a6 6 0 0 0-4.21 0l-3.01-5.22a11.95 11.95 0 0 1 10.22 0zm1.74 1a12 12 0 0 1 5.1 8.86h-6.01a6.01 6.01 0 0 0-2.1-3.64l3-5.22h.01zm-13.7 0 3.02 5.22a6.01 6.01 0 0 0-2.1 3.64h-6.03a12 12 0 0 1 5.11-8.86zm-5.1 10.86h6.01a6.01 6.01 0 0 0 2.1 3.64l-3 5.22a12 12 0 0 1-5.12-8.86h.01zm6.84 9.86 3-5.22a6 6 0 0 0 4.21 0l3.01 5.22a11.95 11.95 0 0 1-10.22 0zm11.96-1-3.02-5.22a6.01 6.01 0 0 0 2.1-3.64h6.03a12 12 0 0 1-5.11 8.86zm-4.68-19.62a10.04 10.04 0 0 0-4.34 0l1.05 1.82c.74-.1 1.5-.1 2.24 0l1.05-1.82zm5.2 3-1.05 1.82c.46.59.84 1.24 1.12 1.94h2.1a9.99 9.99 0 0 0-2.17-3.76zm-14.74 0a9.99 9.99 0 0 0-2.17 3.76h2.1c.28-.7.66-1.35 1.12-1.94l-1.05-1.82zm-2.17 9.76a9.99 9.99 0 0 0 2.17 3.76l1.05-1.82a8.01 8.01 0 0 1-1.12-1.94h-2.1zm7.37 6.76c1.43.32 2.91.32 4.34 0l-1.05-1.82c-.74.1-1.5.1-2.24 0l-1.05 1.82zm9.54-3a9.99 9.99 0 0 0 2.17-3.76h-2.1c-.28.7-.66 1.35-1.12 1.94l1.05 1.82zM127 299a4 4 0 1 1 8 0 4 4 0 0 1-8 0zm2 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm15 0a4 4 0 1 1 8 0 4 4 0 0 1-8 0zm-6.5 11.26a4 4 0 1 1 4 6.93 4 4 0 0 1-4-6.93zm-13 0a4 4 0 1 1-4 6.93 4 4 0 0 1 4-6.93zM118 299a4 4 0 1 1-8 0 4 4 0 0 1 8 0zm6.5-11.26a4 4 0 1 1-4-6.93 4 4 0 0 1 4 6.93zm13 0a4 4 0 1 1 4-6.93 4 4 0 0 1-4 6.93zM146 299a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm-7.5 12.99a2 2 0 1 0 1.66 3.64 2 2 0 0 0-1.66-3.64zm-15 0a2 2 0 1 0-2.15 3.38 2 2 0 0 0 2.15-3.38zM116 299a2 2 0 1 0-4 0 2 2 0 0 0 4 0zm7.5-12.99a2 2 0 1 0-1.66-3.64 2 2 0 0 0 1.66 3.64zm15 0a2 2 0 1 0 2.15-3.38 2 2 0 0 0-2.15 3.38zm103.8-61.7-.8-8.22 5.8-1.55 3.42 7.52c2.26-.43 4.57-.74 6.92-.9L259 213h6l1.36 8.16c2.35.16 4.66.47 6.92.9l3.42-7.52 5.8 1.55-.8 8.22c2.21.77 4.37 1.66 6.45 2.68l5.25-6.38 5.2 3-2.9 7.74a60.25 60.25 0 0 1 5.53 4.25l6.73-4.8 4.24 4.24-4.8 6.73a60.25 60.25 0 0 1 4.25 5.53l7.74-2.9 3 5.2-6.38 5.25a59.62 59.62 0 0 1 2.68 6.45l8.22-.8 1.55 5.8-7.52 3.42c.43 2.26.74 4.57.9 6.92L330 278v6l-8.16 1.36a60.03 60.03 0 0 1-.9 6.92l7.52 3.42-1.55 5.8-8.22-.8a59.62 59.62 0 0 1-2.68 6.45l6.38 5.25-3 5.2-7.74-2.9a60.25 60.25 0 0 1-4.25 5.53l4.8 6.73-4.24 4.24-6.73-4.8a60.25 60.25 0 0 1-5.53 4.25l2.9 7.74-5.2 3-5.25-6.38a59.62 59.62 0 0 1-6.45 2.68l.8 8.22-5.8 1.55-3.42-7.52c-2.26.43-4.57.74-6.92.9L265 349h-6l-1.36-8.16a60.03 60.03 0 0 1-6.92-.9l-3.42 7.52-5.8-1.55.8-8.22a59.62 59.62 0 0 1-6.45-2.68l-5.25 6.38-5.2-3 2.9-7.74a60.25 60.25 0 0 1-5.53-4.25l-6.73 4.8-4.24-4.24 4.8-6.73a60.25 60.25 0 0 1-4.25-5.53l-7.74 2.9-3-5.2 6.38-5.25a59.62 59.62 0 0 1-2.68-6.45l-8.22.8-1.55-5.8 7.52-3.42c-.43-2.29-.73-4.6-.9-6.92L194 284v-6l8.16-1.36c.16-2.35.47-4.66.9-6.92l-7.52-3.42 1.55-5.8 8.22.8c.77-2.2 1.66-4.35 2.68-6.45l-6.38-5.25 3-5.2 7.74 2.9a60.25 60.25 0 0 1 4.25-5.53l-4.8-6.73 4.24-4.24 6.73 4.8a60.25 60.25 0 0 1 5.53-4.25l-2.9-7.74 5.2-3 5.25 6.38a59.62 59.62 0 0 1 6.45-2.68zm2.12 1.4c-3.15 1-6.19 2.27-9.08 3.77l-5.19-6.3-2.3 1.33 2.86 7.65a58.24 58.24 0 0 0-7.79 5.98l-6.65-4.75-1.88 1.88 4.75 6.65a58.24 58.24 0 0 0-5.98 7.79l-7.65-2.86-1.33 2.3 6.3 5.2a57.64 57.64 0 0 0-3.77 9.07l-8.12-.79-.69 2.58 7.43 3.38a58 58 0 0 0-1.27 9.73l-8.06 1.35v2.66l8.06 1.35c.15 3.32.58 6.58 1.27 9.73l-7.43 3.38.7 2.58 8.11-.79c1 3.15 2.27 6.19 3.77 9.08l-6.3 5.19 1.33 2.3 7.65-2.86a58.24 58.24 0 0 0 5.98 7.79l-4.75 6.65 1.88 1.88 6.65-4.75a60.3 60.3 0 0 0 7.79 5.98l-2.86 7.65 2.3 1.33 5.2-6.3a56.99 56.99 0 0 0 9.07 3.77l-.79 8.12 2.58.69 3.38-7.43c3.15.69 6.4 1.12 9.73 1.27l1.35 8.06h2.66l1.35-8.06c3.32-.15 6.58-.58 9.73-1.27l3.38 7.43 2.58-.7-.79-8.11c3.15-1 6.19-2.27 9.08-3.77l5.19 6.3 2.3-1.33-2.86-7.65a58.24 58.24 0 0 0 7.79-5.98l6.65 4.75 1.88-1.88-4.75-6.65a60.3 60.3 0 0 0 5.98-7.79l7.65 2.86 1.33-2.3-6.3-5.2a56.99 56.99 0 0 0 3.77-9.07l8.12.79.69-2.58-7.43-3.38a58 58 0 0 0 1.27-9.73l8.06-1.35v-2.66l-8.06-1.35a58.04 58.04 0 0 0-1.27-9.73l7.43-3.38-.7-2.58-8.11.79c-1-3.15-2.27-6.19-3.77-9.08l6.3-5.19-1.33-2.3-7.65 2.86a58.24 58.24 0 0 0-5.98-7.79l4.75-6.65-1.88-1.88-6.65 4.75a58.24 58.24 0 0 0-7.79-5.98l2.86-7.65-2.3-1.33-5.2 6.3a57.64 57.64 0 0 0-9.07-3.77l.79-8.12-2.58-.69-3.38 7.43a58 58 0 0 0-9.73-1.27l-1.35-8.06h-2.66l-1.35 8.06c-3.32.15-6.58.58-9.73 1.27l-3.38-7.43-2.58.7.79 8.11zm4.58 50.1a13.96 13.96 0 0 0 0 10.39l-33.88 19.55A52.77 52.77 0 0 1 209 281c0-8.94 2.21-17.37 6.12-24.75L249 275.8v.01zm2-3.47-33.87-19.56A52.97 52.97 0 0 1 260 228.04v39.1a13.99 13.99 0 0 0-9 5.2zm0 17.32a13.99 13.99 0 0 0 9 5.2v39.1a52.97 52.97 0 0 1-42.87-24.74L251 289.66zm13 5.2a13.99 13.99 0 0 0 9-5.2l33.87 19.56A52.97 52.97 0 0 1 264 333.96v-39.1zm11-8.66a13.96 13.96 0 0 0 0-10.4l33.88-19.55A52.77 52.77 0 0 1 315 281c0 8.94-2.21 17.37-6.12 24.75L275 286.2zm-2-13.86a13.99 13.99 0 0 0-9-5.2v-39.1a52.97 52.97 0 0 1 42.87 24.74L273 272.34zm-57.04-13.3A50.8 50.8 0 0 0 211 281a50.8 50.8 0 0 0 4.96 21.96l30.62-17.68c-.78-2.8-.78-5.76 0-8.56l-30.62-17.68zm4-6.93 30.62 17.68a16.08 16.08 0 0 1 7.42-4.29v-35.35a50.96 50.96 0 0 0-38.04 21.96zm0 57.78A50.96 50.96 0 0 0 258 331.85V296.5a15.98 15.98 0 0 1-7.42-4.29l-30.62 17.68zM266 331.85a50.96 50.96 0 0 0 38.04-21.96l-30.62-17.68a16.08 16.08 0 0 1-7.42 4.29v35.35zm42.04-28.89A50.8 50.8 0 0 0 313 281a50.8 50.8 0 0 0-4.96-21.96l-30.62 17.68c.78 2.8.78 5.76 0 8.56l30.62 17.68zm-4-50.85A50.96 50.96 0 0 0 266 230.15v35.35c2.86.74 5.41 2.25 7.42 4.29l30.62-17.68zM262 290a9 9 0 1 1 0-18 9 9 0 0 1 0 18zm0-2a7 7 0 1 0 0-14 7 7 0 0 0 0 14zM0 242.64l2.76.4 4.75 2.27a38.2 38.2 0 0 1 2.85-3.4l-3.06-4.28-1.69-5.11 3.07-2.58 4.74 2.55 3.69 3.76a37.96 37.96 0 0 1 3.84-2.22l-1.42-5.07.17-5.38 3.76-1.37 3.6 4.02 2.17 4.79c1.42-.34 2.88-.6 4.37-.77L34 225l2-5h4l2 5 .4 5.25c1.49.17 2.95.43 4.37.77l2.18-4.8 3.59-4 3.76 1.36.17 5.38-1.42 5.07c1.33.67 2.6 1.41 3.84 2.22l3.69-3.76 4.74-2.55 3.07 2.58-1.69 5.11-3.06 4.29a38.2 38.2 0 0 1 2.85 3.4l4.75-2.28 5.33-.77 2 3.46-3.33 4.23-4.34 2.98c.59 1.36 1.1 2.75 1.52 4.17l5.23-.52 5.27 1.1.7 3.94-4.58 2.84-5.1 1.31a38.6 38.6 0 0 1 0 4.44l5.1 1.3 4.58 2.85-.7 3.93-5.27 1.1-5.23-.5a36.3 36.3 0 0 1-1.52 4.16l4.34 2.98 3.33 4.23-2 3.46-5.33-.77-4.75-2.27a38.2 38.2 0 0 1-2.85 3.4l3.06 4.28 1.69 5.11-3.07 2.58-4.74-2.55-3.69-3.76a37.96 37.96 0 0 1-3.84 2.22l1.42 5.07-.17 5.38-3.76 1.37-3.6-4.02-2.17-4.79c-1.42.34-2.88.6-4.37.77L42 311l-2 5h-4l-2-5-.4-5.25a37.87 37.87 0 0 1-4.37-.77l-2.18 4.8-3.59 4-3.76-1.36-.17-5.38 1.42-5.07c-1.32-.66-2.6-1.4-3.84-2.22l-3.69 3.76-4.74 2.55-3.07-2.58 1.69-5.11 3.06-4.29a38.2 38.2 0 0 1-2.85-3.4l-4.75 2.28-2.76.4v-8.17l3.1-2.13a37.72 37.72 0 0 1-1.52-4.17l-1.58.16v-8.82l.06-.01a38.6 38.6 0 0 1 0-4.44l-.06-.01v-8.82l1.58.16c.43-1.43.94-2.82 1.52-4.17L0 250.8v-8.17.01zm0 1.87v3.89l5.62 3.84a35.74 35.74 0 0 0-2.55 7.02l-3.07-.3v4.75l2.2.56a36.42 36.42 0 0 0 0 7.46l-2.2.56v4.75l3.07-.3a35.2 35.2 0 0 0 2.55 7.02L0 287.6v3.89l1.76-.26 6.41-3.07c1.4 2.06 3 3.98 4.8 5.71l-4.14 5.78-1.01 3.07 1.22 1.03 2.85-1.52 4.98-5.08c2 1.45 4.16 2.7 6.45 3.73l-1.9 6.84.1 3.23 1.5.55 2.15-2.4 2.94-6.48a35.9 35.9 0 0 0 7.34 1.3L36 311l1.2 3h1.6l1.2-3 .55-7.09a35.9 35.9 0 0 0 7.34-1.29l2.94 6.47 2.15 2.4 1.5-.54.1-3.23-1.9-6.84a35.96 35.96 0 0 0 6.45-3.73l4.98 5.08 2.85 1.52 1.22-1.03-1-3.07-4.15-5.78a35.8 35.8 0 0 0 4.8-5.7l6.4 3.06 3.2.46.8-1.38-2-2.54-5.85-4.01c1.1-2.24 1.95-4.6 2.55-7.02l7.07.7 3.16-.66.28-1.58-2.75-1.7-6.88-1.77c.26-2.48.26-4.98 0-7.46l6.88-1.77 2.75-1.7-.28-1.58-3.16-.66-7.07.7a35.74 35.74 0 0 0-2.55-7.02l5.86-4 2-2.55-.8-1.38-3.2.46-6.41 3.07c-1.4-2.06-3-3.98-4.8-5.71l4.14-5.78 1.01-3.07-1.22-1.03-2.85 1.52-4.98 5.08c-2-1.45-4.16-2.7-6.45-3.73l1.9-6.84-.1-3.23-1.5-.55-2.15 2.4-2.94 6.48a35.9 35.9 0 0 0-7.34-1.3L40 225l-1.2-3h-1.6l-1.2 3-.55 7.09c-2.48.17-4.94.6-7.34 1.29l-2.94-6.47-2.15-2.4-1.5.54-.1 3.23 1.9 6.84a35.96 35.96 0 0 0-6.45 3.73l-4.98-5.08-2.85-1.52-1.22 1.03 1 3.07 4.15 5.78a36.18 36.18 0 0 0-4.8 5.7l-6.4-3.06L0 244.5v.01zM38 272a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-26a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm24 24a4 4 0 1 1 8 0 4 4 0 0 1-8 0zm-24 24a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm-24-24a4 4 0 1 1-8 0 4 4 0 0 1 8 0zm24-26a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm26 26a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm-26 26a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-26-26a2 2 0 1 0-4 0 2 2 0 0 0 4 0zm3.37 22.63a12 12 0 1 1 16.17-17.74 12 12 0 0 1-16.17 17.74zm0-45.26a12 12 0 1 1 17.74 16.17 12 12 0 0 1-17.74-16.17zm45.26 0a12 12 0 1 1-16.17 17.74 12 12 0 0 1 16.17-17.74zm0 45.26a12 12 0 1 1-17.74-16.17 12 12 0 0 1 17.74 16.17zm-15.56-29.7a10 10 0 1 0 14.39-13.9 10 10 0 0 0-14.39 13.9zm0 14.14a10 10 0 1 0 13.9 14.39 10 10 0 0 0-13.9-14.39zm-14.14 0a10 10 0 1 0-14.39 13.9 10 10 0 0 0 14.39-13.9zm0-14.14a10 10 0 1 0-13.9-14.39 10 10 0 0 0 13.9 14.39zm230.9-245.4-.08-4.18 1.93-.52 2.04 3.67c1.07-.2 2.16-.35 3.26-.43L270 10h2l1.02 4.07c1.1.08 2.2.22 3.26.43l2.04-3.67 1.93.52-.07 4.19a27 27 0 0 1 3.04 1.26l2.91-3.01 1.74 1-1.16 4.03c.91.62 1.78 1.29 2.61 2l3.6-2.15 1.41 1.41-2.16 3.6c.72.83 1.4 1.7 2 2.6l4.04-1.15 1 1.74-3.01 2.91c.48.98.9 2 1.26 3.04l4.2-.07.5 1.93-3.66 2.04c.2 1.07.35 2.16.43 3.26L303 41v2l-4.07 1.02a26.9 26.9 0 0 1-.43 3.26l3.67 2.04-.52 1.93-4.19-.07a27.82 27.82 0 0 1-1.26 3.04l3.01 2.91-1 1.74-4.03-1.16c-.62.91-1.29 1.78-2 2.61l2.15 3.6-1.41 1.41-3.6-2.16c-.83.72-1.7 1.4-2.6 2l1.15 4.04-1.74 1-2.91-3.01a27 27 0 0 1-3.04 1.26l.07 4.2-1.93.5-2.04-3.66c-1.07.2-2.16.35-3.26.43L272 74h-2l-1.02-4.07a26.9 26.9 0 0 1-3.26-.43l-2.04 3.67-1.93-.52.07-4.19a27.82 27.82 0 0 1-3.04-1.26l-2.91 3.01-1.74-1 1.16-4.03c-.9-.62-1.78-1.29-2.61-2l-3.6 2.15-1.41-1.41 2.16-3.6c-.72-.83-1.4-1.7-2-2.6l-4.04 1.15-1-1.74 3.01-2.91a27 27 0 0 1-1.26-3.04l-4.2.07-.5-1.93 3.66-2.04c-.2-1.07-.35-2.16-.43-3.26L239 43v-2l4.07-1.02c.08-1.1.22-2.2.43-3.26l-3.67-2.04.52-1.93 4.19.07a27 27 0 0 1 1.26-3.04l-3.01-2.91 1-1.74 4.03 1.16c.62-.91 1.29-1.78 2-2.61l-2.15-3.6 1.41-1.41 3.6 2.16c.83-.72 1.7-1.4 2.6-2l-1.15-4.04 1.74-1 2.91 3.01a27 27 0 0 1 3.04-1.26l.01-.01zM271 68a26 26 0 1 0 0-52 26 26 0 0 0 0 52zm0-9a17 17 0 1 1 0-34 17 17 0 0 1 0 34zm0-2a15 15 0 1 0 0-30 15 15 0 0 0 0 30zm0-8a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm0-2a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0-14a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm9 9a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm-9 9a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm-9-9a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm47.93 53.79-1.8-3.91 1.63-1.18 3.15 2.92c.4-.17.82-.3 1.25-.4L315 89h2l.84 4.21c.43.1.85.24 1.25.4l3.15-2.9 1.62 1.17-1.8 3.9c.3.33.55.69.78 1.06l4.26-.5.62 1.9-3.75 2.1c.04.44.04.87 0 1.31l3.75 2.1-.62 1.9-4.26-.5c-.23.38-.49.74-.77 1.06l1.8 3.91-1.63 1.18-3.15-2.92c-.4.17-.82.3-1.25.4L317 113h-2l-.84-4.21c-.43-.1-.85-.24-1.25-.4l-3.15 2.9-1.62-1.17 1.8-3.9a8.03 8.03 0 0 1-.78-1.06l-4.26.5-.62-1.9 3.75-2.1a8.1 8.1 0 0 1 0-1.31l-3.75-2.1.62-1.9 4.26.5c.23-.38.49-.74.77-1.06zM316 106a5 5 0 1 0 0-10 5 5 0 0 0 0 10zM75.73 179.2l-.6-2.1 1.74-1 1.51 1.57a9.93 9.93 0 0 1 2.1-.55L81 175h2l.53 2.12c.72.1 1.42.3 2.09.55l1.51-1.56 1.74 1-.6 2.1c.56.45 1.07.96 1.52 1.52l2.1-.6 1 1.74-1.56 1.51c.25.67.44 1.37.55 2.1L94 186v2l-2.12.53a9.9 9.9 0 0 1-.55 2.09l1.56 1.51-1 1.74-2.1-.6a9.93 9.93 0 0 1-1.52 1.52l.6 2.1-1.74 1-1.51-1.56c-.67.25-1.37.44-2.1.55L83 199h-2l-.53-2.12c-.71-.1-1.42-.3-2.09-.55l-1.51 1.56-1.74-1 .6-2.1a9.93 9.93 0 0 1-1.52-1.52l-2.1.6-1-1.74 1.56-1.51a9.93 9.93 0 0 1-.55-2.1L70 188v-2l2.12-.53c.1-.72.3-1.42.55-2.09l-1.56-1.51 1-1.74 2.1.6c.45-.56.96-1.07 1.52-1.52v-.01zm2.15.94a8.04 8.04 0 0 0-2.74 2.74l-.14.25a7.96 7.96 0 0 0 0 7.74l.14.25a8.04 8.04 0 0 0 2.74 2.74l.25.14a7.96 7.96 0 0 0 7.74 0l.25-.14a8.04 8.04 0 0 0 2.74-2.74l.14-.25a7.96 7.96 0 0 0 0-7.74l-.14-.25a8.04 8.04 0 0 0-2.74-2.74l-.25-.14a7.96 7.96 0 0 0-7.74 0l-.25.14zM82 193a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm278 3.18-3.8 5.6-7.18-3.51 2.6-8.07a32.15 32.15 0 0 1-3.07-2.46l-7.27 4.35-5.04-6.22 5.82-6.26c-.64-1.13-1.2-2.3-1.7-3.52l-8.45.73-1.8-7.8 7.95-3.07a32.5 32.5 0 0 1 0-3.9l-7.95-3.07 1.8-7.8 8.45.73a31.7 31.7 0 0 1 1.7-3.52l-5.82-6.26 5.04-6.22 7.27 4.35c.97-.88 2-1.7 3.07-2.46l-2.6-8.07 7.19-3.5 3.79 5.59v64.36zm0-3.53v-57.3l-4.46-6.58-4.1 2 2.53 7.87a30.14 30.14 0 0 0-5.13 4.1l-7.08-4.24-2.88 3.55 5.65 6.09a29.87 29.87 0 0 0-2.82 5.86l-8.24-.7-1.03 4.46 7.73 2.99a30.34 30.34 0 0 0 0 6.5l-7.73 3 1.03 4.45 8.24-.7a29.87 29.87 0 0 0 2.82 5.86l-5.65 6.1 2.88 3.54 7.08-4.23a30.14 30.14 0 0 0 5.13 4.09l-2.54 7.86 4.11 2 4.46-6.57zm0-51.57v5.71l-3.56-3.8a24.94 24.94 0 0 1 3.56-1.91zm0 22.68-14.17 6.64c-2.5-9.5.77-19.57 8.38-25.78l5.79 10.5v8.64zm0 23.16a25.08 25.08 0 0 1-13.32-13.9l13.32-2.55v16.45zm0-43.64-.39.2.39.4v-.6zm0 18.29v-2.35l-6.3-11.44a22.93 22.93 0 0 0-6.43 19.76l12.73-5.97zm0 23.15v-12.23l-10.47 2.01A23.1 23.1 0 0 0 360 182.72zM0 129.82l1 1.46a31.8 31.8 0 0 1 3.8-.86L6 122h8l1.2 8.42c1.3.21 2.57.5 3.8.86l4.8-7.06 7.18 3.51-2.6 8.07c1.07.76 2.1 1.58 3.07 2.46l7.27-4.35 5.04 6.22-5.82 6.26c.64 1.13 1.2 2.3 1.7 3.52l8.45-.73 1.8 7.8-7.95 3.07c.08 1.3.08 2.6 0 3.9l7.95 3.07-1.8 7.8-8.45-.73a33.5 33.5 0 0 1-1.7 3.52l5.82 6.26-5.04 6.22-7.27-4.35c-.97.88-2 1.7-3.07 2.46l2.6 8.07-7.19 3.5-4.78-7.05c-1.24.36-2.51.65-3.8.86L14 202H6l-1.2-8.42a31.8 31.8 0 0 1-3.8-.86l-1 1.46v-64.36zm0 3.53v57.3l.2-.29c2.02.7 4.15 1.2 6.34 1.44l1.17 8.2h4.58l1.17-8.2c2.2-.25 4.32-.74 6.35-1.44l4.65 6.87 4.1-2-2.53-7.87a30.14 30.14 0 0 0 5.13-4.1l7.08 4.24 2.88-3.55-5.65-6.09c1.14-1.83 2.1-3.8 2.82-5.86l8.24.7 1.03-4.46-7.73-2.99a30.7 30.7 0 0 0 0-6.5l7.73-3-1.03-4.45-8.24.7a29.87 29.87 0 0 0-2.82-5.86l5.65-6.1-2.88-3.54-7.08 4.23a30.14 30.14 0 0 0-5.13-4.09l2.54-7.86-4.11-2-4.65 6.86a29.82 29.82 0 0 0-6.35-1.44l-1.17-8.2H7.7l-1.17 8.2c-2.2.25-4.32.74-6.35 1.44l-.19-.29H0zm34.17 35.05-16.26-7.62a7.94 7.94 0 0 0-.8-2.44l8.68-15.72a24.95 24.95 0 0 1 8.38 25.78zm-.85 2.63a25.01 25.01 0 0 1-21.94 15.93l2.23-17.82a8.3 8.3 0 0 0 2.07-1.5l17.64 3.39zM0 139.08A24.92 24.92 0 0 1 10 137c5 0 9.65 1.47 13.56 4l-12.28 13.1a8.06 8.06 0 0 0-2.56 0L0 144.8v-5.72zm0 22.68v-8.65l2.88 5.23c-.4.77-.66 1.59-.79 2.44l-2.09.98zm0 23.16v-16.45l4.32-.83c.6.6 1.3 1.11 2.07 1.5l2.23 17.82c-2.97-.16-5.9-.85-8.62-2.04zM10 156a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM0 141.28v.6l9.48 10.13c.35-.02.7-.02 1.04 0l9.87-10.54A22.9 22.9 0 0 0 10 139c-3.58 0-6.98.82-10 2.28zm0 18.29.34-.16c.09-.34.2-.67.32-.99l-.66-1.2v2.35zm0 23.15c1.97.95 4.1 1.63 6.34 1.99l-1.8-14.33a11.6 11.6 0 0 1-.83-.6l-3.71.7v12.24zm13.66 1.99a23.03 23.03 0 0 0 16.8-12.21l-14.17-2.72c-.27.21-.55.42-.84.6l-1.79 14.33zm19.07-19.17a22.93 22.93 0 0 0-6.42-19.75l-6.97 12.63c.12.32.23.65.32.99l13.07 6.13zM137.54 360l-4.07-5.7 2.83-2.83 6.73 4.8c.7-.56 1.4-1.11 2.14-1.63l-2.9-7.75 3.46-2 5.25 6.38c.82-.37 1.65-.72 2.5-1.03l-.8-8.22 3.86-1.04 3.43 7.52c.88-.15 1.77-.26 2.67-.35L164 340h4l1.36 8.15c.9.09 1.8.2 2.67.35l3.43-7.52 3.86 1.04-.8 8.22c.85.31 1.68.66 2.5 1.03l5.25-6.38 3.46 2-2.9 7.75c.74.52 1.45 1.07 2.14 1.64l6.73-4.8 2.83 2.82-4.07 5.7h-56.92zm2.43 0h52.06l3.9-5.46-.47-.47-6.63 4.73a34.14 34.14 0 0 0-4.4-3.38l2.86-7.63-.58-.33-5.18 6.29a33.79 33.79 0 0 0-5.12-2.13l.78-8.1-.64-.18-3.37 7.42a34.02 34.02 0 0 0-5.5-.72l-1.35-8.04h-.66l-1.34 8.04c-1.88.1-3.72.33-5.5.72l-3.38-7.42-.64.18.78 8.1a33.88 33.88 0 0 0-5.12 2.13l-5.18-6.29-.58.33 2.86 7.63c-1.56 1-3.03 2.14-4.4 3.38l-6.63-4.73-.47.47 3.9 5.46zm9.75 0a28.83 28.83 0 0 1 13.28-4.85V360h-13.28zm32.56 0H169v-4.85c4.9.5 9.42 2.22 13.28 4.85zm-28.66 0H161v-2.54a26.8 26.8 0 0 0-7.38 2.54zm24.76 0a26.8 26.8 0 0 0-7.38-2.54V360h7.38zM358.79 0h-1.21l1.5 3.28a48.3 48.3 0 0 0-5.8 5.8l-9.38-4.3-1.65 2.26 7 7.58a47.84 47.84 0 0 0-3.74 7.33l-10.24-1.2-.86 2.66 8.99 5.05a47.91 47.91 0 0 0-1.28 8.12L332 38.6v2.8l10.12 2.02c.2 2.78.63 5.5 1.28 8.12l-9 5.05.87 2.66 10.24-1.2c1.04 2.54 2.29 5 3.74 7.33l-7 7.58 1.65 2.26 9.38-4.3a48.3 48.3 0 0 0 5.8 5.8l-4.3 9.38 2.26 1.65 2.96-2.73v2.66l-2.84 2.62-4.85-3.52 4.36-9.5a50.31 50.31 0 0 1-3.95-3.95l-9.5 4.36-3.52-4.85 7.08-7.68a49.83 49.83 0 0 1-2.54-4.98l-10.38 1.21-1.85-5.7 9.11-5.12a49.9 49.9 0 0 1-.87-5.52L330 43v-6l10.25-2.05c.19-1.87.48-3.72.87-5.52l-9.11-5.12 1.85-5.7 10.38 1.21c.75-1.71 1.6-3.37 2.54-4.98l-7.08-7.68 3.52-4.85 9.5 4.36a50.31 50.31 0 0 1 3.95-3.95L355.42 0h3.37zM360 52.7l-6.48 3.74A39.86 39.86 0 0 1 350 40a39.9 39.9 0 0 1 3.52-16.44L360 27.3v25.4zm0-39.16v4.52l-2.47-1.43c.77-1.07 1.6-2.1 2.47-3.09zm0 52.92c-.87-.99-1.7-2.02-2.47-3.1l2.47-1.42v4.52zm0-16.07V29.61l-5.5-3.18a37.91 37.91 0 0 0 0 27.14l5.5-3.18zM62.42 360h2.16l3.11-6.78-4.85-3.52-7.68 7.08a49.83 49.83 0 0 0-4.98-2.54l1.21-10.38-5.7-1.85-5.12 9.11a49.9 49.9 0 0 0-5.52-.87L33 340h-6l-2.05 10.25c-1.85.19-3.7.48-5.52.87l-5.12-9.11-5.7 1.85 1.21 10.38c-1.71.75-3.37 1.6-4.98 2.54L0 352.32v5.17-2.5l4.62 4.26a47.84 47.84 0 0 1 7.33-3.74l-1.2-10.24 2.66-.86 5.05 8.99a47.91 47.91 0 0 1 8.12-1.28L28.6 342h2.8l2.02 10.12c2.78.2 5.5.63 8.12 1.28l5.05-9 2.66.87-1.2 10.24c2.54 1.04 5 2.29 7.33 3.74l7.58-7 2.26 1.65-2.8 6.1zM360 244.51l-1.44-.2-.8 1.38 2 2.54.24.17v-3.89zm0 14.45-4-.4-3.16.66-.28 1.58 2.75 1.7 4.69 1.2v-4.74zm0 13.33-4.7 1.2-2.74 1.71.28 1.58 3.16.66 4-.4v-4.75zm0 15.31-.24.17-2 2.54.8 1.38 1.44-.2v-3.89zm0 5.76-2.57.37-2-3.46 3.33-4.23 1.24-.85v8.17zm0-14.31-3.65.36-5.27-1.1-.7-3.94 4.58-2.84 5.04-1.3v8.82zm0-13.28-5.04-1.3-4.58-2.84.7-3.93 5.27-1.1 3.65.35v8.82zm0-14.96-1.24-.85-3.33-4.23 2-3.46 2.57.37v8.17zm0 101.5V360h-4.58l-3.11-6.78 4.85-3.52 2.84 2.62v-.01zm0 2.67-2.96-2.73-2.26 1.65 2.8 6.1H360v-5.02z'/%3E%3C/svg%3E");height:100%;width:100%}.subscription-plans-page header{margin-bottom:10px}.subscription-plans-page header .container a:first-of-type{gap:15px}.subscription-plans-page header .container a:first-of-type img{max-width:40px}.subscription-plans-page header .container a:first-of-type span{color:var(--main-color);font-size:25px}.subscription-plans-page header .container a:last-of-type{background-color:#5bbc5b;border-radius:5px;color:#fff;display:block;font-size:14px;padding:6px 10px}.subscription-plans-page header .container a:last-of-type:hover{background-color:#4da54d}.subscription-plans-page section .container>div.subscriptions{background-color:#f5deb380;border:2px solid #a4a4a4;border-radius:10px;padding:30px}
/*# sourceMappingURL=main.e756892b.css.map*/