@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";.hlcm-login-container{display:flex;min-height:100vh;width:100vw;align-items:center;justify-content:center;margin:0;padding:0;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow-x:hidden}.hlcm-login-background{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:row}.hlcm-login-background-image-wrapper{height:100%;width:65%;background-color:#405562}.hlcm-login-background-image{height:100%;width:100%;object-fit:cover;object-position:50% -64px}.hlcm-login-wrapper{height:100%;width:35%;display:flex;flex-direction:column;align-items:center;background-color:#fff;padding-top:64px}.hlcm-login-card{width:350px;min-height:450px;height:100%;padding:35px 25px;display:flex;flex-direction:column;align-items:center;z-index:1;justify-content:space-between}.hlcm-login-card-content{display:flex;flex-direction:column;align-items:center}.hlcm-login-logo{margin-bottom:35px;text-align:center;display:flex;flex-direction:column;align-items:center}.hlcm-login-logo__image{width:min(300px,100%);height:auto}.login-form{width:100%;display:flex;flex-direction:column;align-items:center}.form-group{width:100%;margin-bottom:1.5rem}.form-group label{display:block;font-family:Montserrat,sans-serif;font-weight:500;font-size:16px;color:#000;margin-bottom:8px}.input-wrapper{position:relative;height:52px;width:100%}.input-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;padding:1px;background:#e0e0e0}.input-wrapper input{width:100%;height:100%;border:none;border-radius:10px;padding:0 15px;font-family:Montserrat,sans-serif;font-weight:300;font-size:16px;background:transparent;position:relative;z-index:1}.input-wrapper input:focus{outline:none}.hlcm-google-login-wrapper{width:100%;margin-bottom:15px}.hlcm-google-button{width:100%;height:46px;background:#fff;border:none;border-radius:23px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:30px 0;font-family:SF Pro,sans-serif;font-weight:600;font-size:15px;color:#292d32;transition:background-color .2s,box-shadow .2s;height:auto}.hlcm-google-button:hover{background-color:#f8f8f8;box-shadow:0 1px 3px #0000001a}.hlcm-google-icon{width:100px;height:100px;margin-bottom:20px}.hlcm-google-button span{margin-top:15px}.hlcm-terms-text{margin-top:25px;font-size:11px;color:#666;text-align:center;line-height:1.4}.hlcm-terms-text a{color:#00a0b0;text-decoration:none}@media (max-width: 768px){.hlcm-login-card{width:80%;padding:25px 15px}.hlcm-login-background-image-wrapper{display:none}.hlcm-login-wrapper{width:100%}.hlcm-login-card{margin-top:64px}}.hlcm-google-button-container{width:100%;display:flex;justify-content:center;margin:10px 0}.hlcm-partner-section{display:flex;align-items:flex-end;justify-content:flex-end;margin-top:20px;gap:10px}.hlcm-partner-label{font-size:14px;color:#333}.hlcm-goldenberry-image{height:20px;width:auto}@media (max-width: 768px){.hlcm-partner-section{justify-content:center;margin-top:30px}.hlcm-partner-label{font-size:12px}.hlcm-goldenberry-image{height:16px}}@media (max-width: 480px){.hlcm-partner-section{flex-direction:column;gap:5px;align-items:center}}.register-container{background-color:#f7f6fb;padding:20px;border-radius:20px}.register-paper{background-color:#fff!important;border-radius:20px!important;padding:2rem!important}.register-title{font-size:40px!important;font-weight:700!important;color:#2f466e!important;margin-bottom:2rem!important}.form-input{width:100%;max-width:257px;height:37px;background-color:#fff;border-radius:7px;border:.5px solid #2f466e80;padding:8px 12px;font-size:11px;font-family:Poppins,sans-serif;color:#2f466e;margin-bottom:10px;box-sizing:border-box}.form-label{display:block;font-size:15px;font-family:Poppins,sans-serif;font-weight:700;color:#2f466e;margin-bottom:5px}.form-select{width:100%;max-width:257px;height:37px;background-color:#fff;border-radius:7px;border:.5px solid #2f466e;margin-bottom:12px;padding:0 10px;font-family:Poppins,sans-serif;font-size:15px;color:#2f466e;cursor:pointer;outline:none}.button-container{display:flex;justify-content:flex-end;margin-top:20px;gap:10px}.button-cancel{background-color:#fff!important;color:#2f466e!important;border:1px solid #2f466e!important;border-radius:14px!important;padding:10px 20px!important}.button-save{background-color:#9bc14b!important;color:#fff!important;border:none!important;border-radius:12px!important;padding:10px 20px!important}.register-user-form{width:100%;max-width:800px;margin:0 auto}.register-user-form-container{max-width:800px;margin:0 auto}.register-user-form-field{width:100%;margin-bottom:1rem;display:flex;align-items:flex-start;gap:1rem;max-width:600px;margin-left:auto;margin-right:auto}.register-user-form-label{font-family:Poppins,sans-serif;font-weight:700;font-size:15px;color:#2f466e;min-width:120px;text-align:right;margin:0}.register-user-form-input-container{flex:1;max-width:350px}.register-user-form .MuiTextField-root,.register-user-form .MuiFormControl-root{width:100%}.register-user-form .MuiInputLabel-root{display:none}.register-user-form-buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.register-user-form-section{display:flex;flex-wrap:wrap;gap:1rem}.register-user-form-field-half{flex:1 1 calc(50% - .5rem);min-width:250px}.register-user-form-field-full{flex:1 1 100%}.register-user-checkbox-group{margin:1rem 0}.register-user-select-container{width:100%;margin:1rem 0}.register-user-textarea{width:100%;min-height:100px}.register-user-form .MuiOutlinedInput-root{border-radius:20px}.register-user-checkbox-wrapper{display:flex;align-items:center;gap:.5rem}.register-user-checkbox-label{font-family:Poppins,sans-serif;font-size:15px;color:#2f466e}.register-user-checkbox.MuiCheckbox-root{color:#2f466e;border-radius:6px}.register-user-checkbox.MuiCheckbox-root.Mui-checked{color:#9bc14b}@media (max-width: 600px){.register-user-form-field-half{flex:1 1 100%}.register-user-form-container{gap:1rem}}.register-user-form .MuiSelect-select,.register-user-form .MuiOutlinedInput-root{border-radius:20px}.register-user-department-select.MuiFormControl-root{width:100%;max-width:350px}.register-user-department-select .MuiSelect-select{padding:8px 12px}.register-user-department-item{padding:8px 16px}.register-user-department-item .MuiCheckbox-root{padding:4px;margin-right:8px}.dashboard-container{display:flex;flex-direction:column;padding-left:80px;transition:padding-left .3s ease}.dashboard-content{align-self:stretch;background:#f7f6fb}@media (min-width: 75rem){.dashboard-content{max-width:62.625rem;margin:0 auto;width:100%}}@media (max-width: 1000px){.dashboard-container{padding-left:0;max-width:100vw;overflow-x:hidden}.dashboard-content{padding:0;margin-top:60px;width:100%}}@media (min-width: 768px){.welcome-banner{padding:1rem;height:auto;min-height:60px;margin-top:2vh;margin:0}}.welcome-logo{display:none}.welcome-banner{display:flex;align-items:center;background:linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e);border-radius:8px;padding:5rem 3rem;margin-bottom:22px;color:#fff;overflow:hidden;position:relative}.welcome-banner__announcement{display:flex;flex-direction:column;padding:16px;justify-content:center;align-items:center;text-align:center;gap:8px}.welcome-logo{display:flex;align-items:center;justify-content:center;position:absolute;right:0;left:0;top:50%;transform:translateY(-50%);height:100%;width:100%}.welcome-text{display:flex;flex-direction:column;gap:8px;z-index:1}.welcome-heading{font-family:Poppins,sans-serif;font-size:32px;font-weight:700}.welcome-subheading{font-family:Poppins,sans-serif;font-size:18px;max-width:35vh}.welcome__image{height:100%;position:absolute;top:0;right:0;object-fit:contain}.flag-icon{width:20px;height:20px}.flag-circle{width:40px;height:40px;border-radius:50%;background:linear-gradient(to bottom,#fff,#fff 50%,#dc143c 50%,#dc143c 300%);border:1px solid rgba(255,255,255,.2)}.country-flag-icon{width:48px;height:48px;border-radius:50%}.banner-image{width:calc(100% - 8px);max-height:100%;position:relative;border:8px solid transparent;object-fit:fill}@media (max-width: 768px){.country-flag-icon{width:32px;height:32px}.welcome-heading{font-size:24px}.welcome-subheading{font-size:16px}.welcome-banner{padding:8px;height:auto;min-height:60px;margin:0}.welcome-banner:defined{margin-top:10%}.welcome__image{height:100%}.banner-image{position:relative;border-width:4px}}@media (max-width: 768px) and (min-width: 460px){.welcome-banner{padding:2rem 1.5rem;height:auto;min-height:120px}.banner-image{object-fit:contain;width:100%;height:auto;max-height:100%}}@media (max-width: 767px){.dashboard-layout{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;padding:16px 0;width:100%}.wallet-section{width:100%}.main-column{display:flex;flex-direction:row;flex-wrap:wrap;gap:7px;width:100%}.dashboard-card{min-height:80px;height:auto;display:flex;flex-direction:column;justify-content:space-between;padding:16px;border-radius:16px;width:48%}.card-header{display:flex;justify-content:space-between;align-items:center}.card-title{font-size:16px;font-weight:600}.card-description{font-size:13px;line-height:1.4}.card-icon{display:flex;justify-content:center;align-items:center}.demand-section{margin-top:16px;margin-bottom:16px;padding-top:16px}.recent-searches-section{display:none}.hlm-demand-request-credit{font-size:18px;color:#fff;font-weight:700;margin-right:8px}.hlm-demand-request-container{padding:16px 0 0;width:100%}.hlm-demand-request-card{background:#9bc14b;border-radius:16px;padding:16px;display:flex;flex-direction:column;cursor:pointer;transition:transform .2s ease}.hlm-demand-request-card:hover .hlm-demand-request-card:focus{transform:translateY(-2px)}.hlm-demand-request-content{color:#fff;flex:1}.hlm-demand-request-content h2{font-size:18px;font-weight:600;margin:0 0 4px}.hlm-demand-request-content p{font-size:14px;margin:0;opacity:.9}.hlm-demand-request-card svg{color:#fff;width:24px;height:24px;flex-shrink:0}.hlm-demand-request-card.disabled{opacity:.7;cursor:not-allowed;background-color:#b5b5b5!important}.hlm-demand-request-card.disabled:hover{transform:none;box-shadow:none}.hlm-demand-request-card.active-demand{background-color:#9bc14b}.hlm-demand-request-card.no-collection{background-color:#e8e8e8}.hlm-demand-request-credit-title{font-size:14px;font-weight:400;margin-bottom:4px;margin-top:24px}.hlm-demand-request-credit-budget{font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}.hlm-demand-request-credit__flag{display:flex;align-items:center;margin-left:4px;margin-bottom:2px}}.dashboard-card{position:relative;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e) border-box;padding:15px;border:2px solid transparent;border-radius:12px}.card-header{display:flex;justify-content:space-between;align-items:center}.card-title{color:#2f466e;font-size:18px;font-weight:600}.card-description{color:#2f466e;font-size:13px;font-weight:500;line-height:1.3;display:block}.card-icon{width:28px;height:28px;color:#2f466e}.count-badge{position:absolute;top:-10px;right:0;background-color:#9bc14b;color:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;box-shadow:0 2px 4px #0003;z-index:999;pointer-events:none}.secondary-cards .dashboard-card{width:45%;flex:1;padding:1.2rem;background:#fff;border:.6px solid #2F466E80;border-radius:12px;box-shadow:0 2px 4px #0000000d}.secondary-cards .card-header{margin-bottom:8px}.secondary-cards .card-title{font-size:16px;font-weight:600;color:#2f466e}.secondary-cards .card-description{font-size:13px;color:#666}.secondary-cards .card-icon{padding:8px}.demand-section .dashboard-card{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e) border-box;border:4px solid transparent}.recent-search-card{position:relative;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e) border-box;padding:8px 12px;border:2px solid transparent;border-radius:12px;display:flex;align-items:center;cursor:pointer;transition:transform .2s ease;margin-bottom:5px}.options-dots{position:absolute;top:20px;right:20px;font-size:24px;font-weight:700;cursor:pointer;transform:rotate(180deg);color:#a3a3a3}.recent-search-card:hover{transform:translate(5px)}.recent-card-title{font-size:14px;font-weight:500;color:#2f466e}@media (max-width: 768px){.dashboard-card,.secondary-cards .dashboard-card{padding:18px 15px 15px;max-height:calc(50vw - 16px);background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e) border-box;border:2px solid transparent;border-radius:16px;display:flex;flex-direction:column}.card-header{padding-top:0;align-items:flex-start;position:relative}.card-icon{position:absolute;top:0;right:0;font-size:0px;color:#2f466e}.card-title{font-size:12px;padding-right:40px}.card-description{font-size:10px;margin-top:8px;line-height:1.3}.demand-section .dashboard-card{width:100%;aspect-ratio:auto}}@media (min-width: 769px){.card-icon{position:static;width:32px;height:32px;font-size:inherit}.card-header{height:auto;padding-top:0;align-items:center;position:relative}.card-title{padding-right:0}}.dashboard-icon{width:32px;height:32px;display:block}.dashboard-icon-fa{width:32px!important;height:32px!important;color:#2f466e!important}@media (max-width: 768px){.dashboard-icon{width:16px;height:16px}.dashboard-icon-fa{width:16px!important;height:16px!important}}.wallet-card{background:#2f466e;color:#fff;border-radius:1.3125rem;padding:20px;margin-bottom:1rem;display:flex;align-items:center;position:relative;order:-1;margin:0 0 8px;box-sizing:border-box}.wallet-content{display:flex;align-items:center;gap:1.5rem;width:100%}.wallet-icon{height:80px;width:110px}.wallet-card-info{display:flex;flex-direction:column;gap:.5rem}.wallet-label{font-size:clamp(.875rem,1.2vw,1.125rem);margin-bottom:.25rem}.wallet-amount{font-size:clamp(1.5rem,2vw,2rem);font-weight:700;color:#fff}.wallet-change{font-size:clamp(1.125rem,1.5vw,1.5rem);color:#a3a3a3;font-weight:700}.wallet-amount-container{display:flex;align-items:center;gap:.5rem}.wallet-amount-container span{margin-right:.25rem}@media (max-width: 75rem){.wallet-card{width:100%;height:auto;min-height:10.1875rem}}@media (max-width: 48rem){.wallet-card{padding:0;min-height:80px;margin-bottom:.25rem;border-radius:15px}.wallet-icon{height:3.75rem}.wallet-label{font-size:.875rem;font-weight:300;margin-bottom:0}.wallet-amount{font-size:1.125rem}.wallet-change{font-size:.875rem}}.polish-flag-icon{display:flex;flex-direction:column;border-radius:50%;overflow:hidden}.polish-flag-icon__half--white{background-color:#fff;height:50%;width:100%}.polish-flag-icon__half--red{background-color:#bf0d3e;height:50%;width:100%}.hlm-demand-request-credit{font-size:24px;color:#fff;font-weight:700;margin-right:8px}.hlm-demand-request-credit-content{font-size:16px;font-weight:400}.hlm-demand-request-credit-content-credit{display:flex;gap:8px;margin-top:8px;font-size:24px;font-weight:800;align-items:center}.secondary-cards{display:flex!important;flex-direction:row!important;gap:16px!important}@media (min-width: 1920px){.dashboard-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px}.main-column,.secondary-column{display:flex;flex-direction:column;gap:24px}.wallet-section{grid-row:span 2}.recent-searches-section{width:45%;margin-left:0}.recent-options-dots{font-size:24px;font-weight:700;cursor:pointer;transform:rotate(180deg);color:#a3a3a3}.recent-section-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}}@media (min-width: 1024px){.dashboard-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px}.main-column,.secondary-column{display:flex;flex-direction:column;gap:7px}.wallet-section{grid-row:span 2}.recent-searches-section{width:45%;margin-left:0}.recent-section-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:8px}}@media (min-width: 768px) and (max-width: 1200px){.dashboard-layout{display:flex;flex-direction:column;gap:16px}.main-column,.secondary-column{display:flex;flex-direction:column;gap:7px;width:100%}.recent-searches-section{width:45%}}.desktop-layout-wrapper{display:flex;flex-direction:column;min-height:100%;position:relative}.dashboard-layout{flex:1}.hlm-demand-request-container{margin-top:auto;width:100%;margin-top:5rem;margin-bottom:16px}.hlm-demand-request-card{background:#9bc14b;border-radius:16px;padding:24px;display:flex;justify-content:space-between;cursor:pointer;transition:transform .2s ease}.hlm-demand-request-card:hover{transform:translateY(-2px)}.hlm-demand-request-content{color:#fff;flex:1;bottom:0}.hlm-demand-request-content h2{font-size:clamp(20px,2vw,24px);font-weight:600;margin:0 0 8px}.hlm-demand-request-content p{font-size:clamp(14px,1.5vw,16px);margin:0;opacity:.9}.hlm-demand-request-card svg{color:#fff;width:clamp(32px,3vw,48px);height:clamp(32px,3vw,48px);flex-shrink:0}.hlm-demand-request-card.disabled{opacity:.7;cursor:not-allowed;background-color:#b5b5b5!important}.hlm-demand-request-card.disabled:hover{transform:none;box-shadow:none}.hlm-demand-request-card.active-demand{background-color:#9bc14b}.hlm-demand-request-card.no-collection{background-color:#e8e8e8}@media (max-width: 1200px){.hlm-demand-request-container{margin-top:.5rem}}@media (max-width: 768px){.hlm-demand-request-container{padding:0;width:47%;order:1}.hlm-demand-request-card{padding:16px}.hlm-demand-request-content>h2{font-size:14px}.hlm-demand-request-content>p{font-size:12px}.secondary-cards{width:47%;order:2;margin-top:8px}}@media (min-width: 768px){.hlm-demand-request-card{align-items:center}}.cart-item{display:flex;align-items:center;padding:16px;background:#fff;background-origin:border-box;background-clip:padding-box,border-box}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:8px}.cart-item-details{flex:1;margin-left:16px;min-width:150px;max-width:calc(100% - 250px)}.cart-item-details h3{margin:0 0 4px;font-family:Poppins,sans-serif;color:#2f466e;font-size:16px}.cart-item-details p{margin:0;color:#8894a8;font-size:14px}.cart-item-price{font-weight:600;color:#2f466e!important}.cart-item-actions{display:flex;align-items:center;gap:16px;min-width:120px}.quantity-select{padding:8px;border:1px solid #E5E5E5;border-radius:8px;font-family:Poppins,sans-serif}.quantity-input{width:60px;padding:5px;border:1px solid #8894A8!important;border-radius:4px;text-align:center}.remove-button{background:none;border:none;color:#ff4d4d;font-family:Poppins,sans-serif;cursor:pointer}@media (max-width: 768px){.cart-item{display:grid;grid-template:"image details details" 1fr "actions actions actions" 1fr / 1fr 1fr 1fr;gap:16px}.cart-item-image{grid-area:image}.cart-item-details{grid-area:details}.cart-item-actions{grid-area:actions}}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;display:none;transition:opacity .3s ease-in-out;z-index:999}.cart-overlay--open{opacity:1;display:inline}.cart-slide-panel{display:none;position:fixed;width:700px;transition:right .3s ease-in-out;z-index:1000;padding:5rem;background:#2f466e0d;position:absolute;top:0;right:0;height:100vh;max-width:90vw}.cart-slide-panel--open{display:initial}.cart-container{width:60%;height:80%;padding:2rem 2rem 0;border:2px solid transparent;border-radius:24px;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e);background-origin:border-box;background-clip:padding-box,border-box;overflow-y:auto;display:flex;flex-direction:column;position:fixed;top:10%;right:40px}.cart-header{padding:0 0 1rem;margin-bottom:1.5rem}.cart-header h1{color:#2f466e;font-size:40px;font-weight:700;margin:0;padding-right:3rem}.close-btn{position:absolute;top:2rem;right:2rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:2px solid rgba(47,70,110,.5);border-radius:10.12px;font-size:24px;font-weight:700;line-height:0;cursor:pointer;color:#2f466e;transition:all .2s ease;padding-bottom:1px}.close-btn:hover{background:#2f466e0d}.cart-items{flex:1;overflow-y:auto;margin-bottom:1rem;padding:0 0 1rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:10px}.summary-label{color:#2f466e;font-size:24px;font-weight:400}.summary-amount{color:#2f466e;font-size:24px;font-weight:300}.wallet-info{color:#fff;font-size:15px;font-weight:500;margin:10px 0 20px}.wallet-remaining{color:#2f466e;font-size:15px;font-weight:500;margin:10px 0 20px;margin-left:2rem}.cart-action-buttons{display:flex;gap:20px}.btn-remove,.btn-order{flex:1;height:51px;border:none;border-radius:8px;font-size:20px;font-weight:700;cursor:pointer;text-align:center}.btn-remove{background:#f0f0f0;color:#2f466e80}.btn-order{background:#2f466e;color:#fff}.cart-summary{position:sticky;bottom:0;left:0;right:0;background:#fff;padding:2rem 0 0;border:2px solid transparent;border-radius:24px;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e);background-origin:border-box;background-clip:padding-box,border-box;margin:0 -2rem}.summary-row,.wallet-info,.cart-action-buttons{padding:0 2rem}.cart-action-buttons{padding-bottom:2rem}.quantity-input{width:60px;padding:5px;border:1px solid #ccc;border-radius:4px;text-align:center}.available-quantity{font-size:.8rem;color:#666;margin-left:8px}.quantity-control{display:flex;align-items:center;gap:8px}@media (max-width: 768px){.cart-container{width:90%;height:100%;position:fixed;top:0;right:0;border-radius:24px 0 0 24px}.cart-slide-panel{position:absolute;top:0;right:0;height:100vh;max-width:90vw}.cart-summary{border-radius:24px 0 0 24px}.summary-label,.summary-amount{font-size:20px}.wallet-remaining{font-size:14px}.cart-action-buttons{flex-direction:row}.cart-action-button{font-size:16px;height:32px;border-radius:8px}.cart-action-button--clear{background-color:#fff;border:.6px solid #2F466E80}.cart-action-button--order{background-color:#9bc14b}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;height:80px;margin-top:30px}.greeting{font-size:32px;font-weight:700;font-family:Poppins,sans-serif;background:linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e);-webkit-background-clip:text;background-clip:text;color:transparent;margin-left:5%}.navbar-right{display:flex;align-items:center;gap:24px}.nav-icon{width:24px;height:24px;cursor:pointer;transition:opacity .2s ease}.nav-icon:hover{opacity:.7}.separator{color:#e0e0e0;font-size:24px;margin:0 4px}.user-info{display:flex;align-items:center;gap:8px}.username{font-size:16px;color:#292d32;font-weight:500}.logout-button{padding:8px 20px;border:1px solid #2f466e;border-radius:8px;background:transparent;color:#2f466e;cursor:pointer;font-weight:500;transition:all .2s ease}.logout-button:hover{background:#2f466e;color:#fff}.cart-icon-wrapper{position:relative;cursor:pointer}.cart-icon{color:#2f466e;font-size:20px;transition:color .2s ease}.cart-icon-wrapper:hover .cart-icon{color:#4caf50}.cart-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(90deg,#4caf50,#2196f3);color:#fff;font-size:12px;font-family:Poppins,sans-serif;padding:2px 6px;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center}.notification-icon-wrapper{position:relative;cursor:pointer}.notification-badge{position:absolute;top:-8px;right:-8px;background-color:#9bc14b;color:#fff;border-radius:50%;padding:2px 6px;font-size:12px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-weight:700}@media (max-width: 768px){.navbar{position:fixed;top:0;left:0;right:0;padding:12px 8px;height:60px;margin-top:0;background:#f7f6fb;z-index:997;width:100%;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:flex-end;box-sizing:border-box;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.greeting{display:none}.navbar-right{width:auto;justify-content:flex-end;gap:12px;margin-right:1.2rem;margin-left:auto}.nav-icon{width:20px;height:20px}.separator{font-size:20px}.username{display:none}.cart-icon{font-size:18px}.cart-badge{min-width:16px;height:16px;font-size:10px;top:-6px;right:-6px}}.user-info-container{position:relative}.user-info{display:flex;align-items:center;cursor:pointer}.user-dropdown-menu{position:absolute;top:100%;right:0;background-color:#fff;border-radius:4px;box-shadow:0 2px 10px #0000001a;z-index:1000;min-width:150px;margin-top:5px}.logout-button{display:flex;align-items:center;padding:10px 15px;cursor:pointer;transition:background-color .2s}.logout-icon{margin-right:10px;display:flex;align-items:center;transform:rotate(180deg)}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:998}.burger-menu{display:none}.sidebar-menu{background:#fff;color:#2f466e;padding:15px;height:100vh;width:320px;min-width:280px;box-shadow:2px 0 4px #0000001a;position:fixed;left:0;top:0;z-index:999;transition:transform .3s ease;border-radius:0 24px 24px 0;overflow-y:auto}.logo{width:150px;margin:15px auto 30px;display:block}.menu-list{list-style-type:none;padding:0;flex-direction:column;margin-top:10px}.menu-item{display:flex;align-items:center;padding:10px 15px;cursor:pointer;transition:all .3s ease;margin-bottom:6px;font-size:14px;color:#2f466e}.menu-item:not(.card):hover{background-color:#2f466e1a;border-radius:8px;transform:translate(3px)}.menu-item.card{display:flex;flex-direction:column;margin-bottom:0;font-size:16px;padding:5px 8px;background:transparent}.section-header{display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer;background-color:#1e2d4d;color:#fff;padding:8px 12px;border-radius:8px;transition:background-color .3s ease;font-size:11px;margin-bottom:5px}.section-header:hover{background-color:#2a3f68}.section-header .expand-icon{color:#fff}.b2b-categories{background-color:#fff;padding:10px 0}.category-group{margin:2px 0}.subcategory-parent{display:flex;justify-content:space-between;align-items:center;padding:8px 15px;color:#2f466e;cursor:pointer;-webkit-tap-highlight-color:transparent}.subcategory-parent:hover{background-color:#2f466e0d}.subcategories{margin-left:10px;list-style:none;padding:2px 0}.subcategory{padding:4px 10px 4px 20px;font-size:12px;color:#2f466e;cursor:pointer;-webkit-tap-highlight-color:transparent;min-height:24px}.subcategory:hover{background-color:#2f466e0d}.expand-icon{font-size:.7em;color:currentColor;margin-left:3px;display:inline-flex;align-items:center;line-height:18px;height:18px}.menu-item.logout{margin-top:auto;color:#e74c3c}.menu-item.logout .menu-icon{color:#e74c3c}.menu-item.logout:hover{background-color:#e74c3c1a}.more-options{cursor:pointer;color:#2f466e;transition:opacity .2s ease}.more-options:hover{opacity:.7}.menu-item.help{margin-top:auto;margin-bottom:3%}.menu-item.logout{bottom:0}.menu-item.help .menu-icon,.menu-item.help{color:#2f466e}.menu-item.help:hover{background-color:#2f466e1a}.logo-sidebar{width:150px;display:block;top:0;left:0}.logo-container-sidebar{display:flex;align-items:center;justify-content:space-between;position:relative;margin:0 0 3%;transform:translateY(0)}.logo{width:150px;height:auto}.menu-icon{margin-right:10px;display:flex;align-items:center;justify-content:center;color:#2f466e;font-size:1.2em;min-width:24px;min-height:24px}.menu-icon svg{width:24px;height:24px}.menu-list>li.menu-item{padding-left:35px}@media (max-width: 1000px){.burger-menu{display:block;position:fixed;top:15px;left:12px;z-index:999;cursor:pointer;color:#2f466e;padding:8px;background:transparent}.burger-menu svg{width:24px;height:24px;display:block}.sidebar-overlay.active{display:block}.sidebar-menu{transform:translate(-100%)}.sidebar-menu.active{transform:translate(0)}.dashboard-content{padding-left:0}aside.MuiBox-root{display:block;position:fixed;top:0;left:0;z-index:999}aside.css-13wotmr{height:auto}}@media (max-width: 912px){aside.MuiBox-root{display:block;position:fixed;top:0;left:0;z-index:999}aside.css-13wotmr{height:auto}.burger-menu{display:block;position:fixed;top:8px;left:12px;z-index:999;cursor:pointer;color:#2f466e;padding:8px;background:transparent}.burger-menu svg{width:24px;height:24px;display:block}.department-name,.right-section{font-size:16px}.menu-item{font-size:16px;padding:4px 8px}.menu-list>li.menu-item{padding-left:20px}}.sidebar-categories{margin:10px 0;padding:5px}.sidebar-categories .menu-item.card{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px)}.sidebar-categories-wrapper{position:relative;border-radius:20px;overflow:hidden;margin:0 -10px;padding:0 10px;margin-top:1rem;margin-inline:.5rem;margin-bottom:6px}.sidebar-categories-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;padding:1.5px;background:linear-gradient(90deg,#9bc14b,#0bbaee 48%,#2b537c 98.5%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.full-width{width:100%;box-sizing:border-box}.category-group.full-width{width:100%;margin:0}.menu-item.category-parent.full-width{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px 15px;margin:0}.subcategories.full-width{width:100%;padding:0;margin:0}.menu-item.subcategory.full-width{width:100%;padding:10px 15px 10px 30px;margin:0}.section-content{width:100%;padding:0;margin:0}.department-name{flex:1;overflow:hidden;text-overflow:ellipsis;font-size:16px}.right-section{display:flex;align-items:center;white-space:nowrap;font-size:16px}.product-count{margin-right:5px;font-size:.75em;color:#ccc;white-space:nowrap;display:inline-flex;align-items:center}.menu-item.category-parent{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;padding:6px 10px;font-size:13px;min-height:30px}.menu-item.category-parent .expand-icon{margin-left:5px;align-self:center}.product-card{width:100%;height:auto;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;padding:4px}.product-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px #00000026}.product-image-container{position:relative;width:100%;padding-top:100%;overflow:hidden}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:8px}.favorite-button{position:absolute;top:16px;right:16px;background:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a}.heart-icon{width:24px;height:24px;color:#2f466e}.favorite-button:hover .heart-icon{color:#9bc14b}.heart-icon.active{color:#2f466e}.favorite-button.loading{opacity:.7;cursor:wait}.product-info{padding:12px;display:flex;flex-direction:column;gap:4px}.product-title{font-size:1rem;font-weight:600;margin:0;color:#2f466e;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.5rem}.product-stock{font-size:.8rem;margin:0;padding:0}.product-stock.available{color:#4caf50}.product-stock.unavailable{color:#f44336}.product-price{font-size:1.1rem;font-weight:600;color:#2f466e;margin:4px 0 0}@media (max-width: 1200px){.product-title{font-size:.9rem;min-height:2.2rem}.product-price{font-size:1rem}}@media (max-width: 768px){.product-title{font-size:.8rem;min-height:2rem;-webkit-line-clamp:2}.product-price{font-size:.9rem;margin-top:2px}.product-stock{font-size:.7rem}.favorite-button{width:32px;height:32px;top:8px;right:8px}.heart-icon{width:18px;height:18px}.product-info{padding:10px 8px;gap:2px}}@media (max-width: 520px){.product-card{border-radius:12px}.product-image-container{padding-top:90%}.product-info{padding:8px 6px}.product-title{font-size:13px;min-height:1.8rem;-webkit-line-clamp:2;margin-bottom:0}.product-price{font-size:16px;font-weight:700;margin-top:1px}.product-stock{font-size:.65rem}.favorite-button{width:28px;height:28px;top:6px;right:6px}.heart-icon{width:16px;height:16px}}@media (max-width: 380px){.product-card{border-radius:10px;box-shadow:0 2px 6px #0000001a}.product-info{padding:6px 5px}.product-title{font-size:.7rem;min-height:1.6rem;-webkit-line-clamp:2}.product-price{font-size:.8rem;margin-top:0}.product-stock{font-size:.6rem}.favorite-button{width:24px;height:24px;top:5px;right:5px}.heart-icon{width:14px;height:14px}}.product-categories{display:flex;gap:16px;margin-bottom:32px;flex-wrap:wrap}.product-categories button{padding:8px 24px;border:2px solid #2F466E;border-radius:8px;background:transparent;color:#2f466e;font-family:Poppins,sans-serif;font-weight:600;cursor:pointer;transition:all .2s ease}.product-categories button:hover,.product-categories button.active{background:#2f466e;color:#fff}.products-container{width:100%;max-width:100%;overflow-x:hidden}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;justify-content:center;padding:0 16px;margin:0 auto;width:100%;max-width:100%}@media (max-width: 1400px){.products-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width: 1050px){.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 12px}}@media (max-width: 500px){.products-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:0 8px}}.loading,.error{text-align:center;padding:2rem;font-size:1.2rem;color:#2f466e}.error{color:#dc3545}.category-navigation{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:2rem;background:#f6f8fc;padding:12px;border-radius:12px;width:90%;margin-left:2.7rem}.category-group{display:flex;flex-direction:row;gap:12px;position:relative;flex-wrap:wrap}.category-navigation button{padding:8px 12px;border:1px solid #E2E8F0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:14px;color:#4a5568;font-weight:600;font-family:Poppins,sans-serif;white-space:nowrap;width:240px;text-align:center}.category-navigation button:hover{background:#fff;border-color:#2f466e;color:#2f466e}.category-navigation button.active{background:#fff;color:#2f466e;border-color:#2f466e;box-shadow:0 2px 4px #0000000d}.subcategories{display:none;position:absolute;top:100%;left:0;margin-left:0;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:8px;z-index:1000;min-width:200px;flex-direction:column;gap:4px;border:1px solid #E2E8F0}.category-group:hover .subcategories{display:flex}.subcategories button{width:223px;text-align:left;padding:12px 24px;border:none;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:14px;color:#4a5568;font-weight:400;font-family:Poppins,sans-serif;white-space:nowrap}.subcategories button:hover{background:#f6f8fc;color:#2f466e}.subcategories button.active{background:#f6f8fc;color:#2f466e;font-weight:500}.category-navigation button.main-selected{background:#2f466e;color:#fff;border-color:#2f466e;font-weight:700}.subcategories button.sub-selected{background:#2f466e;color:#fff;font-weight:600}@media (max-width: 768px){.category-navigation{flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;padding:12px}.category-group{flex-wrap:nowrap}.category-navigation::-webkit-scrollbar{display:none}.subcategories{position:absolute;left:0;transform:none;width:calc(100% - 32px);max-width:300px;margin-top:4px;margin-left:0}.category-navigation button{width:200px}.subcategories button{width:100%}.category-group:hover .subcategories{display:flex}}.pagination-controls{display:flex;justify-content:center;align-items:center;margin-top:30px;margin-bottom:20px;width:100%}.pagination-button{background-color:#fff;color:#2f466e;border:1px solid #2f466e;border-radius:8px;padding:8px 16px;cursor:pointer;font-size:14px;transition:all .3s ease;margin:0 5px}.pagination-button:hover:not(:disabled){background-color:#2f466e1a;transform:translateY(-2px)}.pagination-pages{display:flex;align-items:center;margin:0 10px}.pagination-page{background-color:transparent;color:#2f466e;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:0 3px;transition:all .2s ease;font-size:14px}.pagination-page:hover{background-color:#2f466e1a}.pagination-page.active{background-color:#2f466e;color:#fff}@media (max-width: 768px){.pagination-controls{flex-direction:column;gap:10px}.pagination-pages{display:flex;flex-wrap:wrap;justify-content:center;margin:10px 0}.pagination-page{margin:3px}}@media (min-width: 769px){.pagination-pages{max-width:60%;overflow-x:auto;scrollbar-width:thin;display:flex;justify-content:center;padding:0 5px}}@media (max-width: 1000px){.category-navigation{width:95%;margin-left:1rem}.MuiContainer-root{margin-left:0!important;padding-left:16px!important;padding-right:16px!important}.css-y6odfu,.MuiBox-root{margin-left:0!important}}.shop-search-container .MuiTextField-root{flex:1;min-width:200px;background-color:#fff;border-radius:10px}.shop-search-container .MuiOutlinedInput-root{border-radius:10px!important;border:1px solid rgba(47,70,110,.2);box-shadow:0 1px 3px #0000000d}.shop-search-container .MuiOutlinedInput-notchedOutline{border-color:#2f466e33}.shop-search-container .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#2f466e4d}.shop-search-container .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2f466e;border-width:1px}.shop-search-container .MuiInputBase-input{padding:12px 16px;font-size:16px;height:24px}.shop-search-container .MuiInputAdornment-root{color:#757575;margin-right:8px}.shop-search-container .MuiIconButton-root{padding:8px;z-index:2}.no-products-message{text-align:center;padding:40px;font-size:18px;color:#666}.shop-filters{display:flex;flex-direction:column;margin-bottom:20px;width:90%;margin-left:auto;margin-right:auto}.department-selector{background:#fff;border:2px solid transparent;border-radius:24px;padding:8px 12px;margin:10px 0;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#4caf50,#2196f3);background-origin:border-box;background-clip:padding-box,border-box;transition:transform .2s ease}.department-selector:hover{transform:translateY(-2px)}.department-selector .MuiOutlinedInput-notchedOutline{border:none}.department-selector .MuiSelect-select{padding:12px 16px}.department-selector .MuiInputLabel-root{color:#2f466e;font-weight:500;transform:translate(16px,14px) scale(1)}.department-selector .MuiInputLabel-root.Mui-focused,.department-selector .MuiInputLabel-root.MuiFormLabel-filled{transform:translate(16px,-6px) scale(.75);color:#2f466e}@media (min-width: 768px){.shop-filters{flex-direction:column;max-width:500px}.shop-search-container{width:100%;margin-bottom:10px}.department-selector{width:100%}}.department-menu-item{padding:10px 16px;font-family:Poppins,sans-serif;color:#2f466e}.department-menu-item:hover{background-color:#2f466e0d}.department-menu-item.Mui-selected{background-color:#2f466e1a;font-weight:500}.shop-filters-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;width:90%;margin-left:auto;margin-right:auto}.shop-search-container{flex:1;margin-bottom:0}.filter-button{margin:4px;border-radius:20px;text-transform:none;font-weight:500}.filter-button.active{background-color:#2f466e;color:#fff}.filter-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:600px;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:24px;max-height:90vh;overflow-y:auto}.filter-modal-content{padding-bottom:20px}.filter-actions{display:flex;justify-content:space-between;margin-top:24px;padding-bottom:10px;position:sticky;bottom:0;background-color:#fff;z-index:1;padding-top:10px;box-shadow:0 -4px 10px #0000000d}.filter-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.filter-modal-title{font-size:20px;font-weight:600;color:#2f466e}.filter-section{margin-bottom:20px}.filter-section-title{font-size:16px;font-weight:500;margin-bottom:8px;color:#2f466e}@media (max-width: 768px){.shop-filters-container{flex-direction:column;align-items:stretch}.shop-search-container{margin-right:0;margin-bottom:16px}}.price-inputs-container{display:flex;justify-content:space-between;margin-top:16px;flex-wrap:wrap}.price-input-wrapper{width:25%;border:1px solid #e0e0e0;border-radius:10px;padding:5px;display:flex;flex-direction:column}.price-input-label{color:#2f466e;font-size:12px;margin-bottom:4px;text-align:center}.price-input{width:100%;height:30px;border:none;background-color:#fff;font-size:14px;outline:none;text-align:center}.price-input-currency{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#757575;font-size:14px;pointer-events:none}.filter-category-button{margin:5px;padding:15px 36px;border-radius:15px;border:1px solid #2F466E;background-color:#fff;color:#2f466e;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-transform:none;min-width:100px;text-align:center;flex-grow:1;max-width:calc(50% - 10px)}.filter-category-button:hover{background-color:#2f466e0d;transform:translateY(-2px)}.filter-category-button.active{background-color:#2f466e;color:#fff}@media (max-width: 768px){.filter-category-button{padding:12px 24px;font-size:13px;min-width:80px;max-width:calc(50% - 10px)}.price-input-wrapper{width:45%;margin-bottom:10px}}@media (max-width: 480px){.filter-modal{width:98%;padding:12px 12px 70px;max-height:95vh}.filter-actions{position:fixed;bottom:0;left:0;right:0;width:100%;padding:10px;box-sizing:border-box;margin:0;background-color:#fff;box-shadow:0 -2px 10px #0000001a}.MuiBox-root{margin:8px 0!important}.MuiFormControl-root{margin-bottom:8px!important}.MuiTypography-root,.MuiInputBase-input,.MuiInputLabel-root,.MuiMenuItem-root{font-size:12px!important}.filter-category-button{padding:8px 10px;font-size:10px;min-width:0;max-width:calc(33.33% - 6px);margin:3px;flex-grow:0}.price-input-wrapper{padding:3px;width:45%}.shop-title{font-size:18px;margin-top:3rem}.price-input{height:24px;font-size:11px}.price-input-label{font-size:10px;margin-bottom:2px}.MuiSlider-root{margin:10px 0!important;height:2px!important}.MuiSlider-thumb{width:16px!important;height:16px!important}.MuiButton-root{padding:6px 8px!important;font-size:16px!important;min-height:0!important;border:.6px solid #2F466E80!important}}@media (max-width: 360px){.filter-modal{padding:8px 8px 60px}.filter-actions{padding:8px}.filter-category-button{padding:6px 8px;font-size:9px;margin:2px;border-width:1px;border-radius:10px}.price-inputs-container{flex-direction:column}.price-input-wrapper{width:100%;margin-bottom:6px}.MuiTypography-root,.MuiInputBase-input,.MuiInputLabel-root,.MuiMenuItem-root{font-size:10px!important}.MuiBox-root>*{margin-bottom:6px!important}.MuiTypography-h6{font-size:14px!important}.MuiIconButton-root{padding:4px!important}.MuiSvgIcon-root{font-size:18px!important}}.MuiBox-root[style*="position: absolute"]{padding:20px!important}@media (max-width: 480px){.MuiBox-root[style*="position: absolute"]{padding:16px 16px 80px!important}}@media (max-width: 360px){.MuiBox-root[style*="position: absolute"]{padding:12px 12px 70px!important}}.filter-modal-wrapper{padding:24px!important;max-height:90vh;overflow-y:auto}@media (max-width: 480px){.filter-modal-wrapper{padding:16px 16px 80px!important;width:95%!important}}@media (max-width: 360px){.filter-modal-wrapper{padding:12px 12px 70px!important}}.filter-modal-wrapper .MuiBox-root{display:block;align-items:initial}.filter-modal-wrapper .MuiBox-root[sx*="width: '100%'"]{display:flex;flex-direction:column;align-items:center}.filter-modal-wrapper .MuiSlider-root{width:95%!important;margin-left:auto!important;margin-right:auto!important;display:block!important}.filter-modal-wrapper .price-inputs-container{width:100%;justify-content:center;gap:20px}.filter-modal-wrapper .MuiBox-root[sx*="justifyContent: 'space-between'"]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:0 10px;margin-top:20px}.filter-modal-wrapper .MuiButton-root{min-width:120px;margin:0 5px}.filter-modal-wrapper .MuiButton-outlined{border-width:2px}.filter-modal-wrapper .MuiButton-contained{box-shadow:0 2px 5px #2f466e33}@media (max-width: 480px){.filter-modal-wrapper .MuiBox-root[sx*="justifyContent: 'space-between'"]{position:fixed;bottom:0;left:0;right:0;background-color:#fff;padding:10px 16px;box-shadow:0 -2px 8px #0000001a;z-index:10}.filter-modal-wrapper .MuiButton-root{min-width:100px;padding:8px 12px!important}}@media (max-width: 360px){.filter-modal-wrapper .MuiBox-root[sx*="justifyContent: 'space-between'"]{padding:8px 12px}.filter-modal-wrapper .MuiButton-root{min-width:90px;padding:6px 10px!important;font-size:10px!important}}.mb-date-display{display:flex;align-items:center;padding:8px 16px;background-color:#fff;border-radius:10px;border:1px solid rgba(47,70,110,.2);box-shadow:0 1px 3px #0000000d;margin-left:15px;flex-shrink:0}.mb-calendar-icon{width:24px;height:24px;margin-right:8px}.mb-date-text{font-family:Poppins,sans-serif;font-weight:400;font-size:16px;color:#2f466e;white-space:nowrap}.shop-filters-container{display:flex;align-items:center;justify-content:flex-end;margin-bottom:20px}.category-filters-row{display:flex;justify-content:space-between;align-items:flex-start;width:100%;margin-bottom:20px}.category-navigation{display:flex;flex-wrap:wrap;gap:10px;width:80%}.shop-filters-container{width:10%;display:flex;justify-content:flex-end;align-items:flex-start;padding-top:12px}@media (max-width: 768px){.category-filters-row{flex-direction:column}.category-navigation,.shop-filters-container{width:100%;margin-bottom:10px}}.shop-filters-container .MuiButton-root{background-color:#f8f9fa;color:#212529;border:none;border-radius:8px;padding:8px 16px;font-weight:600;text-transform:none;box-shadow:none;display:flex;align-items:center;justify-content:space-between}.shop-filters-container .MuiButton-root:hover{background-color:#e9ecef;box-shadow:none}.shop-filters-container .MuiButton-endIcon{margin-left:8px;color:#6c757d}.shop-search-container{display:flex;align-items:center;margin-bottom:20px;width:100%;flex-wrap:wrap;gap:10px}.shop-search-container .MuiTextField-root{flex:1;min-width:200px}@media (max-width: 1200px){.shop-search-container{align-items:flex-start;flex-direction:column-reverse}.shop-search-container .MuiTextField-root{width:100%;margin-bottom:10px}.mb-date-display{margin-left:0;align-self:flex-end;transform:scale(.9);transform-origin:right center}}@media (max-width: 768px){.mb-date-display{align-self:flex-start;transform:scale(.85);transform-origin:left center;margin-top:5px}.category-filters-row{flex-direction:column}.category-navigation,.shop-filters-container{width:100%}.category-navigation{margin:0;padding:0}.shop-filters-container{justify-content:flex-start;margin-top:10px;font-size:24px}}@media (max-width: 480px){.mb-date-display{align-self:center;margin-bottom:16px}.mb-date-text{font-size:14px}}.shop-breadcrumbs{padding:10px 15px;border-radius:8px;margin-bottom:20px}.shop-breadcrumbs a{color:#2f466e;text-decoration:none}.shop-breadcrumbs a:hover{text-decoration:underline}.spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px;width:100%;min-height:50vh}.spinner{position:relative;border-radius:50%;box-shadow:0 4px 10px #0000001a}.spinner-small{width:80px;height:80px}.spinner-medium{width:120px;height:120px}.spinner-large{width:220px;height:220px}.spinner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;height:100%;border-radius:50%;border:6px solid transparent;border-top-color:#4caf50;border-bottom-color:#2196f3;animation:spin 1.5s linear infinite;z-index:-1}.spinner-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;border-radius:50%;background:url(https://api-holcim.internetstars.pl/media/product_images/overlay.png) center/cover no-repeat;animation:pulse 2s ease-in-out infinite}.spinner-text{margin-top:30px;font-size:22px;font-weight:500;color:#555}@keyframes pulse{0%{opacity:.5;transform:scale(.95) translate(-50%,-50%)}50%{opacity:.8;transform:scale(1.05) translate(-48%,-48%)}to{opacity:.5;transform:scale(.95) translate(-50%,-50%)}}.spinner:after{content:"";position:absolute;top:12px;left:12px;right:12px;bottom:12px;border-radius:50%;border:6px solid transparent;border-left-color:#2196f3;border-right-color:#4caf50;animation:spin 1s linear infinite reverse}.transition-page{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;overflow:hidden;opacity:1;transform:scale(1);transition:all 1s ease-in-out;z-index:1000}.transition-page.exit{opacity:0;transform:scale(1.1)}.background-image{position:absolute;top:0;left:0;width:100%;height:100%}.background-image img{width:100%;height:100%;object-fit:cover}.logo-container{position:absolute;top:96px;left:50%;transform:translate(-50%);width:240px;height:165px;animation:floatIn 1s ease-out}.logo-container img{width:100%;height:100%;object-fit:contain}.greeting-container{position:absolute;top:443px;left:50%;transform:translate(-50%);min-width:500px;padding:20px 40px;display:flex;justify-content:center;align-items:center;background:#f4f6fa4d;border-radius:15px;box-shadow:0 4px 6px #0000001a;animation:slideUp 1s ease-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.greeting-overlay{position:absolute;width:100%;height:100%}.greeting-overlay img{width:100%;height:100%;object-fit:cover}.greeting-text{font-family:Poppins,sans-serif;font-size:40px;font-weight:700;color:#fff;margin:0;z-index:1;white-space:nowrap;text-align:center}@keyframes floatIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(50px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 768px){.greeting-text{font-size:20px}.greeting-container{min-width:300px}}.admin-container{display:flex;flex-direction:column;padding:2rem 0}.admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%}.admin-section{display:flex;flex-direction:column;gap:16px}.admin-card{position:relative;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e) border-box;padding:20px;border:2px solid transparent;border-radius:16px;margin-bottom:10px;transition:transform .2s ease;cursor:pointer}.admin-card:hover{transform:translateY(-2px)}.admin-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.admin-card-title{color:#2f466e;font-size:20px;font-weight:600;margin-bottom:8px}.admin-card-description{color:#2f466e;font-size:14px;font-weight:500;line-height:1.4;display:block}.admin-card-icon{width:32px;height:32px;color:#2f466e}.admin-section-title{color:#2f466e;font-size:24px;font-weight:600;margin-bottom:16px}.admin-export-section{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.admin-export-button{flex:1;min-width:200px;padding:12px 24px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .2s ease}.admin-export-button:hover{transform:translateY(-2px)}.admin-alert{margin-top:16px;border-radius:8px}.datepicker-container{display:inline-block}.datepicker-container input{min-width:150px;height:40px;border:1px solid #ccc;border-radius:4px;padding:8px;font-size:14px}.datepicker-container input:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}@media (max-width: 768px){.admin-grid{grid-template-columns:1fr;gap:8px;padding:0 8px;width:100%;max-width:100vw;margin-top:60px}}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.order-header{width:100%;min-height:80px;background-color:inherit;border-bottom:1px solid #eee}.header-content{max-width:1440px;margin:0 auto;padding:20px;display:flex;justify-content:center;align-items:center}.navigation-steps{display:flex;gap:30px;flex-wrap:wrap;justify-content:center}.step{display:flex;flex-direction:column;align-items:center;font-family:Poppins,sans-serif;font-size:20px;color:#2f466e6b;text-align:center;position:relative;padding-bottom:10px}.step.active{color:#2f466e}.step.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e)}@media (max-width: 768px){.navigation-steps{gap:15px}.step{font-size:16px}}.address-selection{width:100%;min-width:320px;background-color:inherit;margin-bottom:20px;position:relative;display:flex;flex-direction:column;align-items:center}.address-title{font-family:Poppins,sans-serif;font-size:20px;font-weight:500;color:#2f466e;margin-bottom:8px;width:100%;max-width:1079px;box-sizing:border-box}.address-container{width:100%;max-width:1079px;height:75px;background-color:#fff;border-radius:24px;display:flex;justify-content:space-between;align-items:center;padding:0 24px;box-sizing:border-box;border:2px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e);background-origin:border-box;background-clip:padding-box,border-box;cursor:pointer;transition:all .3s ease;margin:0 auto}.address-container:hover{background-image:linear-gradient(#fffffff2,#fffffff2),linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e)}.address-text{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#2f466e}.expand-icon{width:18px;height:18px;color:#2f466e}@media (min-width: 768px){.address-selection{width:100%}}.address-dropdown{position:absolute;top:calc(100% + 5px);left:50%;transform:translate(-50%);width:100%;max-width:1079px;background:#fff;border:1px solid #2F466E;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:300px;overflow-y:auto;animation:fadeIn .2s ease-out;box-sizing:border-box}.address-option{padding:12px 16px;cursor:pointer;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s}.address-option:last-child{border-bottom:none}.address-option:hover{background-color:#f5f7fa}.address-option.selected{background-color:#e8eef7}.address-option.new-address{background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.new-address-text{color:#2f466e;font-weight:500;display:flex;align-items:center;gap:8px}.plus-icon{font-size:14px}.address-name{font-weight:500;color:#2f466e;margin-bottom:4px}.address-full{font-size:.9em;color:#666;line-height:1.4}.default-icon{color:#4caf50;font-size:16px}.address-dropdown::-webkit-scrollbar{width:8px}.address-dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.address-dropdown::-webkit-scrollbar-thumb{background:#2f466e;border-radius:4px}.address-dropdown::-webkit-scrollbar-thumb:hover{background:#1a2a4d}.address-container{border:1px solid #2F466E;padding:12px 16px;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#fff;transition:all .2s}.address-container:hover{background-color:#f5f7fa}.address-container.expanded{border-color:#1a2a4d;box-shadow:0 0 0 2px #2f466e1a}.expand-icon{transition:transform .2s}.expand-icon.rotated{transform:rotate(180deg)}.address-search-container{display:flex;align-items:center;padding:10px 15px;border-bottom:1px solid #eee;background-color:#f9f9f9}.search-icon{color:#888;margin-right:10px}.address-search-input{flex:1;border:none;background:transparent;padding:8px 0;font-size:14px;outline:none;width:100%}.no-addresses-found,.searching-addresses{padding:15px;text-align:center;color:#888;font-style:italic}.loading-more-addresses{padding:12px;text-align:center;color:#666;font-size:14px;background-color:#f9f9f9;border-top:1px solid #eee}.loading-icon{margin-right:8px;color:#2f466e}.address-form-actions{width:100%;min-width:320px;max-width:1079px;margin:0 auto}.address-form-title{font-family:Poppins,sans-serif;font-size:20px;font-weight:500;color:#2f466e;margin-bottom:15px}.address-form-container{background-color:#fff;border-radius:24px;padding:32px;width:100%;border:2px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e);background-origin:border-box;background-clip:padding-box,border-box}.address-form{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}.form-group label{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#2f466e}.form-group input,.form-group select{height:45px;padding:0;border:none;border-bottom:1px solid rgba(47,70,110,.3);font-family:Poppins,sans-serif;font-size:14px;color:#2f466e;background:transparent;transition:all .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-bottom-color:#0bbbef}.form-group input::placeholder{color:#2f466e80}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(47, 70, 110, 0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 0 center;background-size:20px;padding-right:20px}.action-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.order-step-action-button{background-color:#9bc14b;border:none;border-radius:14px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;padding:12px 24px;min-width:196px;height:45px;text-align:center;transition:all .3s ease}.order-step-action-button:hover{background-color:#8aaf3e;opacity:.9}.order-step-action-button:disabled{background-color:#9bc14b;opacity:.7;cursor:not-allowed}@media (max-width: 768px){.address-form{grid-template-columns:1fr}.action-buttons{flex-direction:column;align-items:stretch}.order-step-action-button{width:100%}}body{margin:0;font-family:Poppins,sans-serif;background-color:#f7f6fb}.layout-container{display:flex;flex-direction:column;align-items:center;width:100%;min-height:100vh}.content-container{display:flex;flex-direction:column;width:100%;max-width:1079px;margin:20px;gap:30px;padding:25px;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d}.order-step-action-buttons{display:flex;justify-content:flex-end;width:100%;max-width:1079px;margin:20px auto 0;box-sizing:border-box}.order-step-action-button{background:#9bc14b;color:#fff;border:none;border-radius:14px;padding:12px 24px;min-width:196px;height:45px;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;text-align:center}.order-step-action-button:hover{background-color:#9bc14b;transform:translateY(-2px)}.order-step-action-button:disabled{background-color:#9bc14b;cursor:not-allowed;transform:none;opacity:.7}.order-step-error-message{color:#e74c3c;padding:15px;background-color:#fdeaea;border-radius:8px;margin-bottom:20px;text-align:center}@media (min-width: 768px){.order-step-content-container{margin:40px auto;padding:35px}}@media (max-width: 767px){.order-step-content-container{margin:15px;padding:20px;gap:20px}.order-header{margin-top:5rem}.order-step-action-buttons{justify-content:center;margin-bottom:10px}.order-step-action-button{width:100%;padding:14px}}@media (max-width: 480px){.content-container{margin:0;padding:0;gap:15px}}.order-step-one-checkbox{display:flex;align-items:center;margin-top:10px;height:45px;padding-top:8px}.order-step-one-checkbox label{display:flex;align-items:center;cursor:pointer;font-size:14px;color:#2f466e;height:100%;padding-bottom:1px}.order-step-one-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.order-step-one-custom-checkbox{position:relative;display:inline-block;width:20px;height:20px;margin-right:10px;border:2px solid #2F466E;border-radius:4px;background-color:#fff;transition:all .2s ease}.order-step-one-checkbox input[type=checkbox]:checked~.order-step-one-custom-checkbox{background-color:#9bc14b;border-color:#9bc14b}.order-step-one-custom-checkbox:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.order-step-one-checkbox input[type=checkbox]:checked~.order-step-one-custom-checkbox:after{display:block}.order-step-one-checkbox input[type=checkbox]:focus~.order-step-one-custom-checkbox{box-shadow:0 0 0 2px #0bbbef4d}.order-summary{width:100%;min-width:320px;max-width:1079px;margin:0 auto}.summary-title{font-family:Poppins,sans-serif;font-size:20px;font-weight:500;color:#2f466e;margin-bottom:15px}.summary-container{background-color:#fff;border-radius:24px;padding:32px;width:100%;border:2px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e);background-origin:border-box;background-clip:padding-box,border-box}.summary-content{margin-bottom:32px}.summary-textarea{width:100%;min-height:200px;padding:16px;border:none;font-family:Poppins,sans-serif;font-size:14px;color:#2f466e;resize:vertical;background:transparent}.summary-textarea:focus{outline:none}.summary-textarea::placeholder{color:#2f466e80}.action-buttons{display:flex;gap:15px;justify-content:center}.action-button{background:linear-gradient(90deg,#9bc14b,#0bbbef);border:none;border-radius:14px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;padding:12px 24px;min-width:196px;height:45px;text-align:center;transition:all .3s ease}.action-button:hover{opacity:.9}.action-button.next{background:linear-gradient(90deg,#0bbbef,#2f466e)}.step-two-container{background-color:#fff;border-radius:24px;padding:32px;width:100%;max-width:1079px;margin:40px auto;border:2px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e);background-origin:border-box;background-clip:padding-box,border-box}.step-two-textarea{width:100%;min-height:300px;padding:16px;border:none;font-family:Poppins,sans-serif;font-size:14px;color:#2f466e;resize:none;background:transparent;margin-bottom:32px}.step-two-textarea:focus{outline:none}.step-two-textarea::placeholder{color:#2f466e80}.order-summary-container{width:100%;margin-top:20px;padding:20px;border-radius:20px;font-family:Poppins,sans-serif}.action-buttons{display:flex;justify-content:space-between;margin-top:20px;gap:10px}.action-button{padding:12px 24px;border:none;border-radius:20px;font-family:Poppins,sans-serif;font-size:16px;cursor:pointer;transition:all .2s ease}.action-button.next{background-color:#2f466e;color:#fff}.action-button:not(.next){background-color:#e9ecef;color:#2f466e;margin-inline:.1rem}.action-button:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.action-button:active{transform:translateY(0)}.error-message{color:#dc3545;margin-bottom:15px;padding:10px;border-radius:10px;background-color:#fff3f3}@media (max-width: 768px){.action-buttons{flex-direction:column;align-items:stretch}.action-button{width:100%}}.order-step-two-product-section{background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:20px;font-family:Poppins,sans-serif}.order-step-two-product-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #E5E7EB;color:#2f466e;font-weight:500;font-family:Poppins,sans-serif}.order-step-two-close-button{background:none;border:none;font-size:16px;color:#2f466e;cursor:pointer;font-family:Poppins,sans-serif}.order-step-two-product-details{padding:0;font-family:Poppins,sans-serif}.order-step-two-info-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:20px;padding:12px 20px;border-bottom:1px solid #E5E7EB;align-items:center}.order-step-two-column-header{color:#2f466e;font-weight:500;text-align:right}.order-step-two-delivery-date{grid-column:1 / -1;color:#dc2626}.order-step-two-summary-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:20px;padding:12px 20px;align-items:center;background:#fff;color:#2f466e}.order-step-two-summary-row>span:not(:first-child){text-align:right}.order-step-two-subtotal-row{display:flex;justify-content:space-between;padding:12px 20px;background:#f3f4f6;color:#2f466e;font-weight:500}.order-step-two-total-summary{background:#f3f4f6;border-radius:8px;margin-top:20px}.order-step-two-total-row{display:flex;justify-content:space-between;padding:12px 20px;color:#2f466e}.order-step-two-total-row:not(:last-child){border-bottom:1px solid #E5E7EB}.order-step-two-action-buttons{display:flex;justify-content:space-between;margin-top:30px;font-family:Poppins,sans-serif}.order-step-two-action-button{padding:1.2rem 4rem;border-radius:15px;border:none;font-weight:500;font-size:16px;cursor:pointer;background:#9bc14b;color:#fff;transition:all .2s ease}.order-step-two-action-button:hover{background:#9bc14b;transform:translateY(-1px)}.order-step-two-action-button:disabled{background:#9bc14b;opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 768px){.order-step-two-detail-row,.order-step-two-product-summary-row{grid-template-columns:1fr;gap:10px}.order-step-two-action-buttons{flex-direction:column;gap:15px}.order-step-two-action-button{width:100%}.step-two-container,.order-step-content-container{padding:0}}.order-step-two-delivery-info{margin:20px 0;padding:15px 20px;text-align:center}.order-step-two-delivery-date{color:#dc2626;font-weight:500;font-family:Poppins,sans-serif}.order-step-two-delivery-date-inline{color:#2f466e;font-weight:500;font-family:Poppins,sans-serif}.product-form{display:flex;flex-direction:column;gap:17px;width:100%;min-width:300px;padding:10px;box-sizing:border-box}.product-form__input{width:100%;height:51px;padding-left:10px;padding-bottom:5px;margin-bottom:10px;background-color:#fff;border:.57px solid rgba(47,70,110,.5);border-radius:20px;font-family:Poppins,sans-serif;font-size:18.18px;color:#2f466e;outline:none;box-sizing:border-box}.product-form__input:disabled{background-color:#f5f5f5;color:#666;cursor:not-allowed;border-color:#ddd;opacity:.8}.product-form__textarea{height:129px;resize:none;border-radius:20px;padding:1rem}.product-form__variants-section{margin-top:20px;padding:20px;border:1px solid rgba(47,70,110,.2);border-radius:20px}.product-form__variants-title{font-family:Poppins,sans-serif;font-size:20px;color:#2f466e;margin-bottom:20px}.product-form__variant-container{display:grid;grid-template-columns:2fr .8fr .8fr .8fr .8fr auto;gap:10px;margin-bottom:15px;padding:15px;border:1px solid #e0e0e0;border-radius:4px;align-items:start}.product-form__variant-container .product-form__field{margin-bottom:0}.product-form__remove-variant{color:#f44;background:none;border:none;cursor:pointer;font-size:20px;padding:0;margin:25px 0 0;align-self:start}.product-form__add-variant{margin-top:10px!important;color:#2f466e!important;border:1px solid #2f466e!important;border-radius:20px!important;padding:8px 16px;background-color:transparent;display:flex;align-items:center;gap:8px;cursor:pointer;font-family:Poppins,sans-serif;font-size:16px;transition:all .2s ease}.product-form__add-variant:hover{background-color:#2f466e1a}.product-form__submit{margin-top:20px;height:51px;background-color:#2f466e;color:#fff;font-family:Poppins,sans-serif;font-size:18px;border-radius:20px;border:none;cursor:pointer;transition:all .2s ease}.product-form__submit:hover{background-color:#3a5785}.product-form__submit:disabled{background-color:#ccc;cursor:not-allowed}.product-form__label{font-family:Poppins,sans-serif;display:block;margin-bottom:.5rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.product-form__field{margin-bottom:15px;width:100%}.product-form__checkbox-label{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-family:Poppins,sans-serif;font-size:16px;color:#2f466e}.product-form__category-section{margin-bottom:20px}.product-form__category-selection{display:flex;flex-direction:column;gap:1rem}.product-form__create-category-button{padding:8px 16px;background-color:#2f466e;color:#fff;border:none;border-radius:20px;font-family:Poppins,sans-serif;font-size:14px;cursor:pointer;transition:all .2s ease;margin-top:10px}.product-form__create-category-button:hover{background-color:#3a5785}@media (min-width: 768px){.product-form__category-selection{flex-direction:row;gap:2rem}.product-form__category-selection .product-form__field{flex:1}}.product-form__options{display:flex;gap:20px;margin-bottom:20px}.product-form__order-quantities{display:grid;grid-template-columns:1fr 1fr;gap:15px}.product-form__replace-images{margin:10px 0}.product-form__image-section{margin-top:20px}.product-form__image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px;margin-top:10px}.product-form__image-upload-tile,.product-form__image-tile{position:relative;height:150px;border-radius:10px;overflow:hidden;border:2px dashed rgba(47,70,110,.3);display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f9f9f9}.product-form__image-upload-tile{cursor:pointer;transition:all .2s ease}.product-form__image-upload-tile:hover{border-color:#2f466e;background-color:#2f466e0d}.product-form__upload-icon{font-size:36px;color:#2f466e;margin-bottom:5px}.product-form__image-upload-tile p{margin:0;font-size:14px;color:#2f466e}.product-form__image-tile img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-form__remove-image-btn{position:absolute;top:5px;right:5px;width:25px;height:25px;border-radius:50%;background-color:#fffc;border:none;font-size:18px;line-height:1;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#ff3b30;transition:all .2s ease}.product-form__remove-image-btn:hover{background-color:#ff3b30;color:#fff}.product-form__file-input{display:none}.product-form__main-image-badge{position:absolute;bottom:5px;left:5px;background-color:#2f466ecc;color:#fff;font-size:12px;padding:3px 8px;border-radius:10px}.product-form__set-main-btn{position:absolute;bottom:5px;left:5px;background-color:#fffc;border:none;font-size:12px;padding:3px 8px;border-radius:10px;cursor:pointer;color:#2f466e;transition:all .2s ease;opacity:0}.product-form__image-tile:hover .product-form__set-main-btn{opacity:1}.product-form__set-main-btn:hover{background-color:#2f466e;color:#fff}.custom-multi-select{position:relative;width:100%}.custom-multi-select__display{cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:30px;position:relative}.custom-multi-select__display:after{content:"▼";position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:12px;color:#2f466e}.custom-multi-select__dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:.57px solid rgba(47,70,110,.5);border-radius:10px;max-height:200px;overflow-y:auto;z-index:10;margin-top:5px;box-shadow:0 4px 8px #0000001a}.custom-multi-select__option{padding:8px 12px;cursor:pointer;display:flex;align-items:center;font-family:Poppins,sans-serif;font-size:16px;color:#2f466e}.custom-multi-select__option:hover,.custom-multi-select__option.selected{background-color:#2f466e1a}.custom-multi-select__checkbox{display:inline-block;width:16px;height:16px;border:1px solid #2f466e;border-radius:3px;margin-right:8px;text-align:center;line-height:16px;font-size:12px;color:#2f466e}.product-form__input--product-code{min-width:200px;width:100%}@media (max-width:768px){.product-form__input{font-size:14px;padding:8px 16px;display:flex;align-items:center}}.product-layout-container{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;padding:40px;background-color:#f7f6fb;border-radius:20px;box-shadow:0 4px 8px #0000001a}.product-layout-form-section{flex-grow:1;width:100%;max-width:1200px;margin:0 auto}.product-layout-title{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;color:#2f466e;margin-bottom:20px}@media (max-width: 1200px){.product-layout-container{padding:20px}}.orders-table{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 2px 4px #0000001a;position:relative}.orders-header{display:grid;grid-template-columns:repeat(4,1fr);background:#f5f5f5;padding:1rem;font-weight:600;color:#2f466e}.orders-header.admin-view{grid-template-columns:repeat(5,1fr)}.order-row{display:grid;grid-template-columns:repeat(4,1fr);padding:1rem;border-bottom:1px solid #eee;transition:background-color .2s;cursor:pointer}.order-row.admin-view{grid-template-columns:repeat(5,1fr)}.order-row:hover{background-color:#2f466e0a}.header-cell,.order-cell{padding:.5rem}.loading{text-align:center;padding:2rem;color:#2f466e}.loading-more{text-align:center;padding:12px;color:#666;font-size:14px;background-color:#f9f9f9;border-top:1px solid #eee;display:flex;justify-content:center;align-items:center;gap:8px}.loading-icon{color:#2f466e}.error-message{color:#dc3545;text-align:center;padding:1rem;background:#ffe6e6;border-radius:8px;margin:1rem 0}.address-summary{padding:8px;border-radius:4px}.address-summary.inactive{background-color:#f5f5f5;opacity:.8}.inactive-badge{color:#666;font-size:.85em;font-style:italic;margin-top:4px}.company{font-weight:500}.address-line,.city-line{font-size:.9em}.warning{color:#f44336;font-size:.9em;font-style:italic}.admin-mode-indicator{background-color:#9bc14b1a;border-left:4px solid #9BC14B;padding:8px 15px;margin-bottom:15px;font-family:Poppins;color:#2f466e;font-size:14px;border-radius:0 4px 4px 0}.admin-badge{display:inline-block;background-color:#f0f0f0;color:#2f466e;font-size:12px;padding:2px 6px;border-radius:4px;margin-left:8px}.user-info{font-size:.9em;color:#2f466e}.no-orders{text-align:center;padding:2rem;color:#666;background:#f9f9f9;border-radius:8px;margin:1rem 0}.orders-page-container{position:relative;padding-top:50px}.history-back-button{position:absolute;top:40px;left:30px;background-color:#fff;border:1px solid #d1d1d1;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2f466e;transition:all .2s ease;box-shadow:0 1px 3px #0000000d;z-index:10}@media (max-width: 768px){.orders-page-container{padding-top:60px}.back-button{left:15px}.orders-header,.order-row{display:grid;grid-template:"number date status" 1fr "user address address" 1fr /1fr 1fr 1fr;justify-content:center;align-items:center;gap:4px;padding:0 16px}.header-cell,.order-cell{display:flex;align-items:center;padding:8px}.user-info{display:flex;flex-direction:column}.orders-header.admin-view,.order-row.admin-view{grid-template-columns:none}.header-cell__number,.order-cell__address{grid-area:number}.header-cell__date,.order-cell__date{grid-area:date}.header-cell__status,.order-cell__status{grid-area:status}.header-cell__user,.order-cell__user{grid-area:user}.header-cell__address,.order-cell__address{grid-area:address}}.search-container{margin-bottom:20px;width:100%;max-width:500px;position:relative}.orders-search-input{width:100%;border:none;border-radius:24px;font-family:Poppins,sans-serif;font-size:14px;color:#2f466e;transition:all .2s ease;background-color:#fff;box-shadow:0 1px 3px #0000000d}.orders-search-input:focus{outline:none;border-color:#9bc14b;box-shadow:0 0 0 2px #9bc14b33}.orders-search-input::placeholder{color:#aaa}@media (max-width: 768px){.search-container{max-width:100%;margin-bottom:15px}}.search-loading-container{display:flex;justify-content:center;align-items:center;min-height:150px;width:100%;background-color:#ffffffe6;border-radius:0 0 24px 24px}.filters-container{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:20px;position:relative;width:100%}.status-filter-container{display:flex;align-items:center;gap:8px;position:absolute;right:0;top:0;width:500px;max-width:40%;justify-content:flex-end}.filter-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 15px;background-color:#fff;border:1px solid #d1d1d1;border-radius:24px;font-family:Poppins,sans-serif;font-size:14px;color:#2f466e;cursor:pointer;transition:all .2s ease;width:100%;max-width:180px;box-shadow:0 1px 3px #0000000d}.filter-button:hover{background-color:#9bc14b0a;border-color:#9bc14b}.filter-button.active{background-color:#9bc14b1a;border-color:#9bc14b}.clear-filters-button{padding:8px 16px;background-color:transparent;border:none;font-family:Poppins,sans-serif;font-size:14px;color:#666;cursor:pointer;text-decoration:underline}.clear-filters-button:hover{color:#2f466e}.status-chips-container{display:flex;flex-wrap:wrap;margin-bottom:16px}.active-filters{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:16px;padding:8px 16px;background-color:#f5f5f5;border-radius:8px}.active-filters span{margin-right:8px;font-size:14px;color:#666}@media (max-width: 1024px){.status-filter-container{position:relative;width:100%;max-width:500px;right:auto;top:auto;justify-content:flex-start;margin-top:-15px}.filter-button{max-width:none}}@media (max-width: 768px){.filters-container{flex-direction:column;align-items:flex-start;gap:12px}.search-container,.status-filter-container{width:100%;max-width:100%;margin-bottom:10px}.status-filter-container{margin-top:0}.filter-button{width:100%}}.holcim-demands-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.holcim-demands-header{display:grid;grid-template-columns:1fr 1fr 2fr 1fr 1fr;background-color:#f5f5f5;padding:1rem;font-weight:600;color:#2f466e}.search-container>input{border:none}.search-container>input:focus-visible{border:none}.holcim-demand-row{display:grid;grid-template-columns:1fr 1fr 2fr 1fr 1fr;padding:1rem;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background-color .2s}.holcim-demand-row:hover{background-color:#f8f8f8}.holcim-demand-cell{display:flex;align-items:center}.holcim-header-cell{font-weight:600}.holcim-address-summary{display:flex;flex-direction:column}.holcim-company{font-weight:500}.holcim-inactive{color:#999}.holcim-load-more-button{margin-top:1rem;padding:.5rem 1rem;background-color:#9bc14b;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.holcim-load-more-button:hover{background-color:#8baf3e}.holcim-load-more-button:disabled{background-color:#ccc;cursor:not-allowed}.holcim-loading,.holcim-error-message,.holcim-no-demands{text-align:center;padding:2rem;color:#666}.holcim-error-message{color:#ff1744}.holcim-client-info{font-size:.875rem;color:#666;margin-top:4px}.holcim-status-draft{color:#9e9e9e;font-weight:500}.holcim-status-submitted{color:#2196f3;font-weight:500}.holcim-status-processing{color:#ff9800;font-weight:500}.holcim-status-fulfilled{color:#9bc14b;font-weight:500}.demands-page-container{position:relative;padding-top:50px}.back-button{position:absolute;top:0;left:30px;background-color:#fff;border:1px solid #d1d1d1;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2f466e;transition:all .2s ease;box-shadow:0 1px 3px #0000000d;z-index:10}.back-button:hover{background-color:#f5f5f5}@media (max-width: 768px){.demands-page-container{padding-top:60px}.back-button{left:15px}.holcim-demand-row,.holcim-demands-header{display:grid;grid-template:"number date price" 1fr "status address address" 1fr "user logo logo" 1fr /1fr 1fr 1fr}.holcim-demand-cell__number,.holcim-header-cell__number{grid-area:number}.holcim-demand-cell__date,.holcim-header-cell__date{grid-area:date}.holcim-demand-cell__price,.holcim-header-cell__price{grid-area:price}.holcim-demand-cell__status,.holcim-header-cell__status{grid-area:status}.holcim-demand-cell__user,.holcim-header-cell__user{grid-area:user}.holcim-demand-cell__address,.holcim-header-cell__address{grid-area:address}.holcim-demand-cell__logo,.holcim-header-cell__logo{grid-area:logo}}.holcim-header-cell__logo{width:80px;text-align:center}.holcim-demand-cell__logo{width:80px;display:flex;justify-content:center;align-items:center}.holcim-header-cell__price{text-align:center}.holcim-demand-cell__price{display:flex;justify-content:center;align-items:center}.holcim-price-amount{font-weight:600;color:#2f466e;font-size:.95rem}.order-detail-header{display:flex;align-items:center;gap:20px;margin-bottom:2rem}.order-detail-back-button{background:none;border:none;color:#2f466e;cursor:pointer;font-family:Poppins,sans-serif;font-size:16px;padding:8px 16px;transition:opacity .2s}.order-detail-back-button:hover{opacity:.8}.order-detail-container{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 2px 4px #0000001a}.order-info-section,.order-items-section,.customer-info-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}.order-info-section h2,.order-items-section h2,.customer-info-section h2{color:#2f466e;font-size:1.2rem;margin-bottom:1rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.label{color:#666;font-size:.9rem}.value{color:#2f466e;font-weight:500}.items-list{display:flex;flex-direction:column;gap:1rem}.order-item{display:grid;grid-template-columns:2fr 1fr 1fr;align-items:center;padding:1rem;background:#f8f9fa;border-radius:12px}.item-details{display:flex;flex-direction:column;gap:.25rem}.item-name{font-weight:500;color:#2f466e}.item-size,.item-color{font-size:.9rem;color:#666}.item-quantity,.item-price{text-align:right;color:#2f466e;font-weight:500}@media (max-width: 768px){.order-item{grid-template-columns:1fr;gap:.5rem}.item-quantity,.item-price{text-align:left}}.return-button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;margin-top:10px;color:#fff;font-weight:500;transition:background-color .2s}.return-button.delivered{background-color:#f44}.return-button.delivered:hover{background-color:#c00}.return-button.pending,.return-button.processing{background-color:#ff9800}.return-button.pending:hover,.return-button.processing:hover{background-color:#f57c00}.MuiDialog-paper{padding:16px}.MuiDialogTitle-root{background-color:#f5f5f5;padding:16px 24px}.MuiDialogContent-root{padding:20px 24px}.MuiDialogActions-root{padding:16px 24px;border-top:1px solid #eee}.MuiTextField-root{margin-top:16px}.order-action-btn{padding:.8rem 2rem;width:100%;max-width:400px;border-radius:15px;border:none;font-family:Poppins,sans-serif;font-weight:500;font-size:16px;cursor:pointer;color:#fff;transition:all .2s ease;margin:20px auto;display:block}.order-action-btn--delivered{background-color:#f44}.order-action-btn--delivered:hover{background-color:#c00;transform:translateY(-1px)}.order-action-btn--pending{background-color:#2f466e}.order-action-btn--pending:hover{background-color:#243552;transform:translateY(-1px)}.order-return-dialog{border-radius:24px;overflow:hidden}.order-return-dialog__title{background-color:#2f466e;color:#fff;font-family:Poppins,sans-serif;padding:20px 24px}.order-return-dialog__content{padding:24px}.order-return-dialog__text{color:#2f466e;font-family:Poppins,sans-serif;margin-bottom:16px}.order-return-dialog__input .MuiOutlinedInput-root{border-radius:12px}.order-return-dialog__input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#2f466e}.order-return-dialog__actions{padding:16px 24px;border-top:1px solid #eee}.order-return-dialog__button{font-family:Poppins,sans-serif;padding:8px 24px;border-radius:12px;text-transform:none}.order-return-dialog__button--cancel{color:#2f466e}.order-return-dialog__button--submit{background-color:#9bc14b;color:#fff}.order-return-dialog__button--submit:hover{background-color:#8baf43}.order-return-dialog__button:disabled{opacity:.5}.generate-label-btn{background-color:#ffb800;color:#2f466e;padding:10px 20px;border:none;border-radius:4px;font-weight:600;margin-right:10px;cursor:pointer;transition:background-color .2s;margin-top:20px}.generate-label-btn:hover{background-color:orange}.generate-label-btn:disabled{background-color:#ccc;cursor:not-allowed}.inpost-dialog{border-radius:24px;overflow:hidden}.inpost-dialog__title{background-color:#ffb800;color:#2f466e;font-family:Poppins,sans-serif;padding:20px 24px}.inpost-dialog__content{padding:24px}.inpost-dialog__actions{padding:16px 24px;border-top:1px solid #eee}.inpost-dialog__button{font-family:Poppins,sans-serif;padding:8px 24px;border-radius:12px;text-transform:none}.inpost-dialog__button--cancel{color:#2f466e}.inpost-dialog__button--submit{background-color:#ffb800;color:#2f466e}.inpost-dialog__button--submit:hover{background-color:orange}.view-label-btn{background-color:#2f466e;color:#fff;padding:10px 20px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s;margin-top:20px;display:inline-flex;align-items:center;gap:8px}.view-label-btn:hover{background-color:#243552;transform:translateY(-1px)}.view-label-btn .btn-icon{font-size:1.2rem}.notification{position:fixed;top:90px;right:20px;width:320px;padding:16px;border-radius:8px;display:flex;align-items:flex-start;animation:slideIn .3s ease-out;z-index:1000;box-shadow:0 4px 12px #00000026}@keyframes slideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.notification--success{background-color:#f1f8e9;border-left:4px solid #8bc34a}.notification--error{background-color:#fdecea;border-left:4px solid #f44336}.notification__icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;margin-right:12px;font-size:18px}.notification--success .notification__icon{background-color:#8bc34a;color:#fff}.notification--error .notification__icon{background-color:#f44336;color:#fff}.notification__content{flex-grow:1}.notification__title{font-size:16px;font-weight:600;margin:0 0 6px;color:#333}.notification__message{font-size:14px;margin:0 0 8px;color:#555}.notification__tracking{background-color:#f5f5f5;padding:8px 12px;border-radius:4px;margin:8px 0;display:flex;flex-wrap:wrap;gap:8px}.notification__tracking-label{font-weight:600;color:#555}.notification__tracking-value{font-family:monospace;background-color:#fff;padding:2px 6px;border-radius:3px;border:1px solid #e0e0e0}.notification__note{font-size:13px;background-color:#fff8e1;padding:8px 10px;border-radius:4px;color:#ff8f00;margin:8px 0 0}.notification__close{background:none;border:none;font-size:20px;cursor:pointer;color:#999;padding:0;margin-left:8px;line-height:1}.notification__close:hover{color:#555}@media (max-width: 576px){.notification{width:calc(100% - 40px);top:70px;right:20px;left:20px}}.download-pdf-btn{background-color:#9bc14b;color:#fff;padding:10px 20px;border:none;border-radius:4px;font-weight:600;margin-right:10px;cursor:pointer;transition:background-color .2s;margin-top:20px;display:inline-flex;align-items:center}.download-pdf-btn:hover{background-color:#8baf43}.download-pdf-btn:disabled{background-color:#ccc;cursor:not-allowed}.download-pdf-btn:before{content:"📄";font-size:1.2rem;margin-right:8px}.package-count-badge{display:inline-block;margin-left:8px;font-size:.85em;padding:2px 6px;background-color:#e3f2fd;border-radius:12px;color:#1976d2}.tracking-info-container{margin-top:20px;background-color:#f5f5f5;border-radius:8px;padding:16px}.tracking-info-title{font-size:1.2rem;font-weight:600;margin-bottom:12px;color:#333}.tracking-info-row{display:flex;justify-content:space-between;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #e0e0e0}.tracking-info-row:last-child{border-bottom:none}.tracking-label{font-weight:500;color:#555}.tracking-value{font-weight:600;color:#333}.label-progress-container{margin-top:20px;background-color:#f5f5f5;border-radius:8px;padding:16px}.label-progress-title{font-size:1.2rem;font-weight:600;margin-bottom:12px;color:#333}.label-progress-bar{height:12px;background-color:#e0e0e0;border-radius:6px;overflow:hidden;margin-bottom:8px}.label-progress-filled{height:100%;background-color:#4caf50;border-radius:6px;transition:width .3s ease}.label-progress-text{text-align:center;font-weight:500;color:#555}.users-page-container{position:relative;width:98%;max-width:calc(100vw - 280px);padding-top:20px}.users-table-container{width:100%;max-width:calc(100vw - 320px);min-width:320px;height:auto;min-height:500px;background:#fff;border-radius:9px;border:.65px solid #2F466E;padding:20px;font-family:Poppins,sans-serif;margin-left:20px;margin-right:20px;margin-top:30px;overflow-x:auto}.users-table-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.users-table-title{font-size:20px;font-weight:700;color:#2f466e;margin:0}.search-container{display:flex;align-items:center;background:#fff;border:1.3px solid rgba(47,70,110,.5);border-radius:6.79px;padding:5px 10px;width:180px;height:32px}.users-table-search-input{border:none;outline:none;font-size:14px;color:#2f466e;width:100%;background:transparent;font-family:Poppins,sans-serif}.users-table{border-collapse:collapse;width:100%;color:#2f466e;table-layout:fixed}.users-table th{padding:12px;font-size:15px;font-weight:500;text-align:left;border-bottom:.65px solid rgba(47,70,110,.5)}.users-table td{padding:6px 12px;font-size:12px;font-weight:400;border-bottom:.65px solid rgba(47,70,110,.5);word-wrap:break-word}.chip{border-radius:16px;padding:4px 8px;font-size:12px;margin-right:4px;margin-bottom:4px;display:inline-block}.MuiTablePagination-root{margin-top:20px;overflow:visible!important;display:flex!important;justify-content:flex-end!important;width:100%!important}.MuiTablePagination-toolbar{padding:0!important;display:flex!important;align-items:center!important;min-height:52px!important;flex-wrap:wrap!important}.MuiTablePagination-selectRoot,.MuiTablePagination-select,.MuiTablePagination-actions{margin:0!important;display:flex!important;align-items:center!important}.MuiTablePagination-actions button{color:#2f466e!important;opacity:1!important}.MuiTablePagination-caption{display:block!important;color:#2f466e!important}@media (max-width: 1200px){.users-table-container{max-width:calc(100vw - 300px);margin-left:15px;margin-right:15px;padding:15px}}@media (max-width: 992px){.users-table-container{max-width:calc(100vw - 60px);margin-left:30px;margin-right:30px}.users-table th,.users-table td{padding:10px}}@media (max-width: 768px){.users-page-container{max-width:calc(100vw - 40px);padding-top:30px}.users-table-container{margin-top:20px}.users-table-header{flex-direction:column;align-items:flex-start;gap:12px}.search-container{width:100%;max-width:300px}.users-table th,.users-table td{padding:8px;font-size:13px;min-width:90px}.users-table th:nth-child(3),.users-table td:nth-child(3){min-width:120px}.users-table td:last-child{position:sticky;right:0;background:#fff;box-shadow:-2px 0 4px #0000001a;z-index:1;width:110px;text-align:center}.users-table th:last-child{position:sticky;right:0;background:#fff;width:110px;text-align:center;z-index:1}.MuiTablePagination-root{flex-wrap:wrap;justify-content:center}.users-back-button{left:10px}}@media (max-width: 480px){.users-table-container{max-width:100%;margin-left:10px;margin-right:10px;margin-top:5vh;padding:10px}.users-table-title{font-size:18px}.action-button{padding:3px}.action-button svg{width:16px;height:16px}}.credit-chip{background-color:#e3f2fd;color:#1976d2;font-weight:700}.demand-credit-chip{background-color:#e8f5e9;color:#388e3c;font-weight:700}.pagination-container .MuiTablePagination-root{overflow:visible;display:flex;align-items:center;justify-content:center;width:auto!important}.pagination-container .MuiTablePagination-toolbar{padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.users-back-button{position:absolute;top:0;left:20px;background-color:#fff;border:1px solid #d1d1d1;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2f466e;font-size:18px;transition:all .2s ease;box-shadow:0 1px 3px #0000000d;z-index:10}.users-back-button:hover{background-color:#f5f5f5}.header-left{display:none}.edit-user-page-container{position:relative;width:100%;max-width:calc(100vw - 280px);padding-top:20px}.edit-user-container{width:98%;max-width:calc(100vw - 320px);background:#fff;border-radius:9px;border:.65px solid #2F466E;padding:25px;font-family:Poppins,sans-serif;margin:20px;position:relative}.edit-user-title{font-size:22px;font-weight:700;color:#2f466e;margin-bottom:25px}.edit-user-back-button{position:absolute;top:0;left:20px;background-color:#fff;border:1px solid #d1d1d1;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2f466e;font-size:18px;transition:all .2s ease;box-shadow:0 1px 3px #0000000d;z-index:10}.edit-user-back-button:hover{background-color:#f5f5f5}.edit-user-form{width:100%;max-width:800px;margin:0 auto}.edit-user-form-container{max-width:800px;margin:0 auto}.edit-user-form-field{width:100%;margin-bottom:1.2rem;display:flex;align-items:flex-start;gap:1rem;max-width:600px;margin-left:auto;margin-right:auto}.edit-user-form-label{font-family:Poppins,sans-serif;font-weight:600;font-size:15px;color:#2f466e;min-width:130px;text-align:right;margin:0;padding-top:8px}.edit-user-form-input-container{flex:1;max-width:350px}.edit-user-form .MuiTextField-root,.edit-user-form .MuiFormControl-root{width:100%}.edit-user-form .MuiOutlinedInput-root{border-radius:8px;border-color:#2f466e66}.edit-user-form .MuiInputLabel-root{color:#2f466e}.edit-user-form-buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.edit-user-form-section{display:flex;flex-wrap:wrap;gap:1rem}.edit-user-form-field-half{flex:1 1 calc(50% - .5rem);min-width:250px}.edit-user-form-field-full{flex:1 1 100%}.edit-user-checkbox-wrapper{display:flex;align-items:center;gap:.5rem}.edit-user-checkbox-label{font-family:Poppins,sans-serif;font-size:15px;color:#2f466e}.edit-user-checkbox.MuiCheckbox-root{color:#2f466e;border-radius:6px}.edit-user-checkbox.MuiCheckbox-root.Mui-checked{color:#9bc14b}.button-save{background-color:#9bc14b!important;border-radius:8px!important;font-family:Poppins,sans-serif!important;font-weight:600!important;padding:10px 24px!important;text-transform:none!important;box-shadow:none!important}.button-save:hover{background-color:#8ab33a!important;box-shadow:0 2px 5px #0003!important}.temp-dept-container{background:#fff;border-radius:9px;border:.65px solid #2F466E;padding:20px;margin-top:25px;width:98%;max-width:calc(100vw - 320px);margin-left:20px;margin-right:20px}.temp-dept-title{font-size:18px;font-weight:600;color:#2f466e;margin-bottom:15px}.temp-dept-add-button{background-color:#9bc14b!important;color:#fff!important;border-radius:8px!important;font-family:Poppins,sans-serif!important;text-transform:none!important}.temp-dept-table{margin-top:15px}.temp-dept-table .MuiTableCell-head{background-color:#2f466e0d;color:#2f466e;font-weight:600}.temp-dept-status-active{background-color:#9bc14b!important;color:#fff!important;border-radius:12px!important;padding:4px 12px!important;font-size:12px!important}.temp-dept-status-inactive{background-color:#ff7043!important;color:#fff!important;border-radius:12px!important;padding:4px 12px!important;font-size:12px!important}.temp-dept-dialog .MuiDialog-paper{border-radius:12px!important;overflow:hidden!important}.temp-dept-dialog .MuiDialogTitle-root{background-color:#2f466e;color:#fff;font-family:Poppins,sans-serif;font-weight:600;padding:16px 24px}.temp-dept-dialog .MuiDialogContent-root{padding:24px;background-color:#fff}.temp-dept-dialog .MuiDialogActions-root{padding:16px 24px;background-color:#f7f7f7}.temp-dept-dialog .MuiButton-contained{background-color:#9bc14b!important;color:#fff!important;border-radius:8px!important;font-family:Poppins,sans-serif!important;text-transform:none!important;padding:8px 24px!important}.temp-dept-dialog .MuiButton-text{color:#2f466e!important;font-family:Poppins,sans-serif!important;text-transform:none!important}.temp-dept-dialog .react-datepicker-wrapper{width:100%}.temp-dept-dialog .form-control{width:100%;padding:12px;border-radius:8px;border:1px solid rgba(47,70,110,.4);font-family:Poppins,sans-serif;font-size:14px;color:#2f466e}.temp-dept-dialog .MuiSelect-root{border-radius:8px}.temp-dept-dialog-label{display:block;margin-bottom:8px;color:#2f466e;font-family:Poppins,sans-serif;font-weight:500;font-size:14px}.edit-user-alert{border-radius:8px!important;margin-bottom:16px!important}.edit-user-alert.MuiAlert-standardSuccess{background-color:#9bc14b1a!important;color:#5a8a00!important}.edit-user-alert.MuiAlert-standardError{background-color:#ff52521a!important;color:#c62828!important}@media (max-width: 1200px){.edit-user-page-container{max-width:calc(100vw - 60px)}.edit-user-container,.temp-dept-container{max-width:calc(100vw - 100px);margin-left:15px;margin-right:15px}}@media (max-width: 992px){.edit-user-container,.temp-dept-container{max-width:calc(100vw - 60px);margin-left:30px;margin-right:30px;padding:20px}.edit-user-form-field{flex-direction:column;gap:.5rem}.edit-user-form-label{text-align:left;min-width:unset;width:100%}.edit-user-form-input-container{max-width:100%}.edit-user-back-button{top:0;left:15px}}@media (max-width: 768px){.edit-user-page-container{padding-top:30px}.edit-user-container{margin-top:20px}.edit-user-container,.temp-dept-container{max-width:calc(100vw - 40px);margin-left:20px;margin-right:20px;padding:15px}.edit-user-title{font-size:20px}}@media (max-width: 480px){.edit-user-container,.temp-dept-container{max-width:100%;margin-left:10px;margin-right:10px;padding:12px}.edit-user-title{font-size:18px}.edit-user-back-button{left:10px}}.edit-user-form .MuiSelect-select,.edit-user-form .MuiOutlinedInput-root{border-radius:20px}.edit-user-department-select.MuiFormControl-root{width:100%;max-width:350px}.edit-user-department-select .MuiSelect-select{padding:8px 12px}.edit-user-department-item{padding:8px 16px}.edit-user-department-item .MuiCheckbox-root{padding:4px;margin-right:8px}.products-page-container{position:relative;width:98%;max-width:calc(100vw - 280px);padding-top:20px}.products-table-container{width:100%;max-width:calc(100vw - 320px);min-width:320px;height:auto;min-height:500px;background:#fff;border-radius:9px;border:.65px solid #2F466E;padding:20px;font-family:Poppins,sans-serif;margin-left:20px;margin-right:20px;margin-top:30px;overflow-x:auto}.products-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.products-table-title{font-size:20px;font-weight:700;color:#2f466e;margin:0}.products-table-search-container{display:flex;align-items:center;background:#fff;border:none;border-radius:6.79px;padding:5px 10px;width:auto;height:32px;margin-right:10px}.search-input{border:none;outline:none;font-size:14px;color:#2f466e;width:100%;background:transparent;font-family:Poppins,sans-serif}.table-wrapper{width:100%;overflow-x:auto}.products-table{border-collapse:collapse;width:100%;color:#2f466e;table-layout:fixed}.products-table th{padding:12px;font-size:15px;font-weight:500;text-align:left;border-bottom:.65px solid rgba(47,70,110,.5)}.products-table td{padding:12px;font-size:14px;font-weight:400;border-bottom:.65px solid rgba(47,70,110,.5);word-wrap:break-word}.chip{border-radius:16px;padding:4px 8px;font-size:12px;margin-right:4px;margin-bottom:4px;display:inline-block;background:#2f466e1a;color:#2f466e}.action-button{background:none;border:none;cursor:pointer;padding:5px}.products-table th:nth-child(1),.products-table td:nth-child(1){width:40%}.products-table th:nth-child(2),.products-table td:nth-child(2){width:25%}.products-table th:nth-child(3),.products-table td:nth-child(3){width:15%}.products-table th:nth-child(4),.products-table td:nth-child(4){width:120px;text-align:center}.table-loading-container{width:100%;min-height:300px;display:flex;align-items:center;justify-content:center;padding:30px 0}.pagination-container{width:100%;margin-top:20px;display:flex;justify-content:center;padding:10px 0}.pagination-container .MuiTablePagination-toolbar>p,.pagination-container .MuiTablePagination-selectRoot{display:none!important}.pagination-container .MuiTablePagination-actions{display:flex!important;margin:0!important}.pagination-container .MuiTablePagination-actions button{padding:8px;margin:0 10px;color:#2f466e;background-color:#f5f5f5;border-radius:50%;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #00000026;transition:all .2s ease}.pagination-container .MuiTablePagination-actions button:hover{background-color:#e0e0e0;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.pagination-container .MuiTablePagination-actions button svg{width:24px;height:24px;fill:#2f466e}.pagination-container .MuiTablePagination-actions button:disabled{opacity:.5;background-color:#eaeaea;cursor:not-allowed;box-shadow:none}.pagination-container .MuiTablePagination-actions button:disabled:hover{transform:none;box-shadow:none}.products-back-button{position:absolute;top:0;left:20px;background-color:#fff;border:1px solid #d1d1d1;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2f466e;font-size:18px;transition:all .2s ease;box-shadow:0 1px 3px #0000000d;z-index:10}.products-back-button:hover{background-color:#f5f5f5}@media (max-width: 1200px){.products-table-container{max-width:calc(100vw - 300px);margin-left:15px;margin-right:15px;padding:15px}}@media (max-width: 992px){.products-table-container{max-width:calc(100vw - 60px);margin-left:30px;margin-right:30px}.products-table th,.products-table td{padding:10px}}@media (max-width: 768px){.products-page-container{max-width:calc(100vw - 40px);padding-top:30px}.products-table-container{margin-top:20px}.products-table-header{flex-direction:column;align-items:flex-start;gap:12px}.search-container{width:100%;max-width:300px}.products-table th,.products-table td{padding:8px;font-size:13px}.products-back-button{left:10px}}@media (max-width: 480px){.products-table-container{max-width:100%;margin-left:10px;margin-right:10px;margin-top:5vh;padding:10px}.products-table-title{font-size:18px}.action-button{padding:3px}.action-button svg{width:16px;height:16px}}.demand-add-container{display:flex;flex-direction:row;width:100%;padding:30px;background-color:#f7f6fb;border-radius:20px;box-shadow:0 4px 8px #0000001a;gap:30px}.demand-add-form-section{flex:3;padding-right:20px}.demand-add-info-section{flex:2;display:flex;flex-direction:column;gap:20px}.demand-add-info-card{background-color:#fff;border-radius:15px;box-shadow:0 2px 5px #0000000d;overflow:hidden}.demand-add-info-header{background-color:#2f466e;color:#fff;padding:15px;display:flex;align-items:center;gap:10px}.demand-add-info-header h3{margin:0;font-size:18px;font-weight:500}.demand-add-info-icon{font-size:20px}.demand-add-info-content{padding:15px}.demand-add-info-content p{margin-top:0;color:#555}.demand-add-info-content ul{padding-left:20px;color:#555}.demand-add-info-content li{margin-bottom:8px}.demand-add-preview-placeholder{margin-top:15px;height:150px;background-color:#2f466e0d;border:2px dashed rgba(47,70,110,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#999;font-style:italic}.demand-add-title{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;color:#2f466e;margin-bottom:20px}.demand-add-image-section{flex-grow:1;max-width:40%;display:flex;justify-content:center;align-items:center;border:1px solid #e0e0e0;border-radius:20px;padding:20px;background-color:#fff}.demand-form-container{display:flex;flex-direction:column;width:100%;max-width:900px;margin:0 auto;padding:40px;background-color:#f7f6fb;border-radius:20px;box-shadow:0 4px 8px #0000001a}.demand-form{width:100%;display:flex;flex-direction:column;gap:17px;min-width:300px;padding:10px;box-sizing:border-box}.demand-form__title{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;color:#2f466e;margin-bottom:20px}.demand-form__label{font-family:Poppins,sans-serif;font-size:16px;color:#2f466e;margin-bottom:4px;display:block}.demand-form__input{height:auto;min-height:51px;width:100%;padding:12px 16px;margin-bottom:10px;background-color:#fff;border:.57px solid rgba(47,70,110,.5);border-radius:20px;font-family:Poppins,sans-serif;font-size:16px;color:#2f466e;outline:none;box-sizing:border-box}.demand-form__input:focus{border-color:#2f466e;box-shadow:0 0 0 2px #2f466e1a}.demand-form__textarea{height:auto;min-height:120px;resize:none;padding:12px 16px}.demand-form__field{margin-bottom:15px;width:100%}.demand-form__multi-select{height:auto;min-height:120px}.demand-form__hint{color:#757575;font-size:12px;margin-top:4px}.demand-form__variants-section{margin-top:20px;padding:20px;border:1px solid rgba(47,70,110,.2);border-radius:20px}.demand-form__variants-title{font-family:Poppins,sans-serif;font-size:20px;color:#2f466e;margin-bottom:20px}.demand-form__options{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.demand-form__checkbox-label{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-family:Poppins,sans-serif;font-size:16px;color:#2f466e}.demand-form__variant-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-bottom:15px;padding:15px;border:1px solid #e0e0e0;border-radius:20px;background-color:#fff;position:relative}.demand-form__variant-container.no-size-color{grid-template-columns:1fr auto}.demand-form__remove-variant{color:#f44;background:none;border:none;cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px}.demand-form__add-variant{margin-top:10px;color:#2f466e;border:1px solid #2f466e;border-radius:20px;padding:8px 16px;background-color:transparent;display:flex;align-items:center;gap:8px;cursor:pointer;font-family:Poppins,sans-serif;font-size:16px;transition:all .2s ease}.demand-form__add-variant:hover{background-color:#2f466e1a}.demand-form__create-category-button{padding:8px 16px;background-color:#2f466e;color:#fff;border:none;border-radius:20px;font-family:Poppins,sans-serif;font-size:14px;cursor:pointer;transition:all .2s ease;margin-top:10px}.demand-form__create-category-button:hover{background-color:#3a5785}.new-category-section{padding:15px;background-color:#2f466e0d;border-radius:15px;margin-top:10px}.demand-form__image-section{margin-top:20px}.demand-form__image-title{font-family:Poppins,sans-serif;font-size:20px;color:#2f466e;margin-bottom:15px}.demand-form__image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:15px;margin-top:10px}.demand-form__image-upload-tile,.demand-form__image-tile{position:relative;height:150px;border-radius:10px;overflow:hidden;border:2px dashed rgba(47,70,110,.3);display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f9f9f9}.demand-form__image-upload-tile{cursor:pointer;transition:all .2s ease}.demand-form__image-upload-tile:hover{border-color:#2f466e;background-color:#2f466e0d}.demand-form__upload-icon{font-size:36px;color:#2f466e;margin-bottom:5px}.demand-form__image-upload-tile p{margin:0;font-size:14px;color:#2f466e}.demand-form__image-tile img{width:100%;height:100%;object-fit:cover;border-radius:8px}.demand-form__remove-image-btn{position:absolute;top:5px;right:5px;width:25px;height:25px;border-radius:50%;background-color:#fffc;border:none;font-size:18px;line-height:1;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#ff3b30;transition:all .2s ease}.demand-form__remove-image-btn:hover{background-color:#ff3b30;color:#fff}.demand-form__file-input{display:none}.demand-form__main-image-badge{position:absolute;bottom:5px;left:5px;background-color:#2f466ecc;color:#fff;font-size:12px;padding:3px 8px;border-radius:10px}.demand-form__image-tile.main-image{border:2px solid #2f466e;box-shadow:0 0 10px #2f466e4d}.demand-form__set-main-btn{position:absolute;bottom:5px;left:5px;background-color:#fffc;border:none;font-size:12px;padding:3px 8px;border-radius:10px;cursor:pointer;color:#2f466e;transition:all .2s ease;opacity:0}.demand-form__image-tile:hover .demand-form__set-main-btn{opacity:1}.demand-form__set-main-btn:hover{background-color:#2f466e;color:#fff}.demand-form__submit{margin-top:20px;height:51px;background-color:#9bc14b;color:#fff;font-family:Poppins,sans-serif;font-size:18px;border-radius:20px;border:none;cursor:pointer;transition:all .2s ease;width:100%}.demand-form__submit:hover{background-color:#8ab33a;box-shadow:0 2px 5px #0003}.react-datepicker-wrapper,.react-datepicker__input-container{width:100%}@media (max-width: 1100px){.demand-add-container{flex-direction:column}.demand-add-form-section{flex:none;width:100%;margin-top:5%;padding-right:0}.demand-add-info-section{flex:none;width:100%}}.demand-form__departments-container{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;padding:15px;background-color:#2f466e0d;border-radius:15px;max-height:200px;overflow-y:auto}.demand-form__department-checkbox{display:flex;align-items:center;padding:8px 12px;border-radius:8px;background-color:#fff;border:1px solid rgba(47,70,110,.2);transition:all .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.demand-form__department-checkbox:hover{background-color:#2f466e0d}.demand-form__department-checkbox input[type=checkbox]{margin-right:8px;accent-color:#2f466e;width:16px;height:16px}.demand-form__department-checkbox input:checked+.demand-form__checkbox-text{font-weight:600;color:#2f466e}.demand-form__department-checkbox input:checked{background-color:#2f466e}select.demand-form__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f466e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 20px center;background-size:16px;padding-right:45px}.react-datepicker__input-container input.demand-form__input{background-image:none;padding-right:16px}.demand-form__category-selection{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.demand-form__category-selection{flex-direction:row;gap:2rem}.demand-form__category-selection .demand-form__field{flex:1}}.demand-card{width:100%;height:427px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.demand-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px #00000026}.demand-image-container{position:relative;width:100%;height:356px;overflow:hidden}.demand-image{width:100%;height:100%;object-fit:cover}.demand-info{padding:16px;display:flex;justify-content:space-between;align-items:center}.demand-title{font-family:Poppins,sans-serif;font-weight:600;font-size:22px;color:#2f466e;margin:0}.demand-price{font-family:Poppins,sans-serif;font-weight:600;font-size:18px;color:#2f466e;margin:0}@media (max-width: 1200px){.demand-card{height:362px}.demand-title{font-size:20px}.demand-price{font-size:16px}}@media (max-width: 768px){.demand-card{height:310px}.demand-title{font-size:18px}.demand-price{font-size:14px}}@media (max-width: 520px){.demand-card{height:240px}.demand-info{flex-direction:row;justify-content:space-between;align-items:center;padding:8px}.demand-title{font-size:16px}.demand-price{font-size:12px}}.hlm-demands-container{width:100%;max-width:100%;overflow-x:hidden;margin-top:2rem}.demands-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin:0;width:100%;max-width:100%;padding:16px 0}@media (min-width: 1600px){.demands-grid{grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto}}@media (max-width: 1200px){.demands-grid{grid-template-columns:repeat(2,280px);gap:20px}}@media (max-width: 1050px){.demands-grid{gap:16px}}@media (max-width: 768px){.demands-grid{grid-template-columns:repeat(2,240px);gap:12px;padding:0 12px}}@media (max-width: 500px){.demands-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:0 8px}}.loading,.error{text-align:center;padding:2rem;color:#2f466e}.hlm-demand-page-header{display:grid;grid-template:"header header endDate" 1fr "cartButtonLabel _  endDate" 24px "cartButton _ credit" 64px / 1fr 1fr 1fr;gap:8px;margin-bottom:2rem}.hlm-demand-header-title{display:flex;flex-direction:row;align-items:center;grid-area:header}.hlm-demand-page-credit-card{background:#9bc14b;padding:16px 24px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:8px;grid-area:credit}.hlm-demand-page-credit{font-size:24px;font-weight:700;color:#fff}.hlm-demand-page-credit-wrapper{display:flex;align-items:center;gap:16px}.hlm-demand-page-cart-button-label{grid-area:cartButtonLabel;font-size:16px}.hlm-demand-page-cart-button{grid-area:cartButton}.hlm-demand-end-date-container{grid-area:endDate;background:#fff;border-radius:8px;padding:12px 24px;margin:16px 0;position:relative;width:100%;isolation:isolate}.hlm-demand-end-date-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:2px;background:linear-gradient(90deg,#9bc14b,#2f466e);border-radius:8px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.hlm-demand-end-date{color:#2f466e;font-size:1.1rem;font-weight:500;margin:0;text-align:center;position:relative}.hlm-demand-end-date-bold{font-weight:800}@media (max-width: 768px){.hlm-demand-page-header{display:flex;flex-direction:column;gap:8px}.hlm-demand-page-credit-card{font-size:16px;padding:8px 16px}.hlm-demand-page-credit{font-size:16px}}.demand-filters-container{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;align-items:center}.demand-filter-select{min-width:220px;background:#fff;border:1.3px solid rgba(47,70,110,.5);border-radius:6.79px;font-family:Poppins,sans-serif}.demand-filter-select .MuiSelect-select{padding:10px 14px;color:#2f466e;font-size:14px}.demand-filter-select .MuiOutlinedInput-notchedOutline{border:none}.demand-filter-select:hover,.demand-filter-select.Mui-focused{border-color:#9bc14b}.demand-filter-select .MuiSelect-icon{color:#2f466e}.demand-search-container{display:flex;align-items:center;background:#fff;border:1.3px solid rgba(47,70,110,.5);border-radius:6.79px;padding:5px 10px;flex:1;min-width:300px;max-width:500px;height:38px}.demand-search-input{border:none;outline:none;font-size:14px;color:#2f466e;width:100%;background:transparent;font-family:Poppins,sans-serif}.demand-filter-label{font-size:14px;font-weight:500;color:#2f466e;margin-bottom:6px;display:block}.demand-filter-item{display:flex;flex-direction:column}@media (max-width: 768px){.demand-filters-container{flex-direction:column;align-items:flex-start;gap:12px}.demand-filter-select,.demand-search-container{width:100%;max-width:100%}}.client-selector-container{margin-bottom:24px;background-color:#fff;padding:24px;border-radius:16px;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.client-selector-label{font-family:Poppins,sans-serif;color:#2f466e;font-size:16px;font-weight:600;margin-bottom:16px!important;display:block}.required-indicator{color:#e53e3e;font-size:12px;font-weight:500;margin-left:8px;padding:2px 8px;background-color:#e53e3e1a;border-radius:12px;border:1px solid rgba(229,62,62,.2);text-transform:uppercase;letter-spacing:.5px}.client-selector-form{width:100%}.client-selector-input .MuiOutlinedInput-root{border-radius:8px;transition:all .2s ease}.client-selector-input .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#2f466e33;transition:border-color .2s ease}.client-selector-input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#9bc14b}.client-selector-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#9bc14b;border-width:2px}.client-selector-input .MuiInputLabel-root{color:#2f466e;font-weight:500}.client-selector-input .MuiInputLabel-root.Mui-focused,.client-selector-input .MuiAutocomplete-clearIndicator,.client-selector-input .MuiAutocomplete-popupIndicator{color:#2f466e}.MuiAutocomplete-popper .MuiPaper-root{border-radius:8px;box-shadow:0 4px 12px #00000026;margin-top:4px}.MuiAutocomplete-popper .MuiMenuItem-root{padding:12px 16px;min-height:48px;transition:background-color .2s ease}.MuiAutocomplete-popper .MuiMenuItem-root:hover{background-color:#9bc14b1a}.self-option{font-weight:600!important;color:#2f466e!important;background-color:#9bc14b1a!important;border-bottom:1px solid rgba(47,70,110,.1)!important;margin-bottom:8px!important;position:relative}.self-option:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background:linear-gradient(90deg,#9bc14b,#2f466e);opacity:.3}.self-option:hover{background-color:#9bc14b33!important}.MuiInputAdornment-root .MuiSvgIcon-root{color:#2f466e;opacity:.7;transition:opacity .2s ease}.Mui-focused .MuiInputAdornment-root .MuiSvgIcon-root{opacity:1}.MuiCircularProgress-root{color:#9bc14b!important}@media (max-width: 768px){.client-selector-container{padding:16px;margin-bottom:16px}.client-selector-label{font-size:14px}}.logo-checkbox-label{margin-top:16px!important;font-family:Poppins,sans-serif!important;color:#2f466e!important}.logo-checkbox{color:#2f466e8a!important}.logo-checkbox.Mui-checked{color:#9bc14b!important}.logo-checkbox:hover{background-color:#9bc14b0a!important}.logo-checkbox .MuiTouchRipple-root{color:#9bc14b33!important}.demand-detail-container{padding:40px 0}.demand-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.demand-image-section{position:sticky;top:20px}.demand-detail-image-container{border:2px solid transparent;border-radius:24px;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#4caf50,#2196f3);background-origin:border-box;background-clip:padding-box,border-box;display:flex;justify-content:center;align-items:center;overflow:hidden;padding:8px;box-shadow:0 8px 16px #00000059}.demand-image-wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.demand-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:20px}.demand-info-section{display:flex;flex-direction:column;gap:24px;position:relative;z-index:100}.back-button{display:flex;align-items:center;gap:8px;background:none;border:none;border-radius:11.37px!important;color:#2f466ecc!important;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;cursor:pointer;padding:12px!important;margin-bottom:24px;transition:transform .2s ease}.demand-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-family:Poppins,sans-serif;font-weight:500;color:#2f466e}.form-group input,.form-group textarea,.form-group select{padding:12px;border:2px solid #E0E0E0;border-radius:8px;font-family:Poppins,sans-serif;font-size:14px;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2f466e}.demand-detail__submit-button{background-color:#9bc14b;color:#fff;border:none;border-radius:24px;padding:16px 32px;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;cursor:pointer;transition:background-color .2s ease;margin-top:16px}.demand-detail__submit-button:hover{opacity:.9}.demand-detail-back-button{border-radius:11.37px!important;color:#2f466ecc!important;cursor:pointer;padding:12px!important;margin-bottom:24px;transition:transform .2s ease}.error-message{color:#d32f2f;font-family:Poppins,sans-serif;font-size:14px;margin-top:8px}.demand-description{font-family:Poppins,sans-serif;font-size:16px;line-height:1.6;color:#2f466e}.demand-timing-info{margin-top:16px;padding:16px;background-color:#f5f5f5;border-radius:8px;font-family:Poppins,sans-serif}.demand-timing-info p{margin:8px 0;color:#2f466e}.quantity-input{width:100%;height:51px;padding:0 15px;border:.57px solid rgba(47,70,110,.5);border-radius:20px;font-family:Poppins,sans-serif;font-size:16px;color:#2f466e;background-color:#fff;-webkit-appearance:none;appearance:none;-moz-appearance:textfield;outline:none}.variant-select{width:100%;height:51px;padding:0 15px;border:.57px solid rgba(47,70,110,.5);border-radius:20px;font-family:Poppins,sans-serif;font-size:16px;color:#2f466e;background-color:#fff;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232F466E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 15px center;background-size:16px}@media (max-width: 768px){.demand-detail-grid{grid-template-columns:1fr;gap:24px}.demand-image-section{position:static}}.sqs-selector-container{display:flex;flex-direction:column;gap:16px;width:100%}.sqs-selector-wrapper{position:relative;width:100%}.sqs-selector-box{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border:.57px solid rgba(47,70,110,.5);border-radius:20px;cursor:pointer;background-color:#fff}.sqs-selector-label{font-family:Poppins,sans-serif;font-size:16px;color:#2f466e}.sqs-placeholder{color:#2f466e80}.sqs-dropdown-icon{transition:transform .2s ease;color:#2f466e}.sqs-selection-message{font-family:Poppins,sans-serif;font-size:14px;color:#2f466eb3;text-align:center;margin-top:8px}.product-detail-container{padding:40px 0}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.product-image-section{position:sticky;top:20px}.product-info-section{display:flex;flex-direction:column;gap:24px;position:relative;z-index:100}@media (max-width: 768px){.product-detail-grid{grid-template-columns:1fr;gap:24px}.product-image-section{position:static}}.product-detail-back-button{display:flex;align-items:center;gap:8px;background:none;border:none;border-radius:11.37px!important;color:#2f466ecc!important;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;cursor:pointer;padding:12px!important;padding:0;margin-bottom:24px;transition:transform .2s ease}.back-button:hover{transform:translate(-4px)}.back-button svg{width:20px;height:20px}.buttons-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.nav-button{display:flex;align-items:center;gap:8px;background:#fff;border:2px solid rgba(47,70,110,.8);border-radius:8px;color:#2f466ecc;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;cursor:pointer;padding:12px 24px;transition:all .2s ease}.nav-button:hover{background:#f5f5f5}.nav-button svg{width:20px;height:20px}.edit-button:hover{transform:translate(4px)}.quantity-only-selector{margin:20px 0;display:flex;flex-direction:column;gap:10px;width:100%}.quantity-only-selector label{font-family:Poppins,sans-serif;font-size:16px;color:#2f466e;font-weight:500}.quantity-input-container{position:relative;width:100%}.quantity-input{width:100%;height:51px;padding:0 15px;border:none;font-family:Poppins,sans-serif;font-size:16px;color:#2f466e;background-color:#fff;-webkit-appearance:none;appearance:none;-moz-appearance:textfield;outline:none}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-controls{position:absolute;right:15px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:10px}.quantity-control-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-color:#2f466e1a;border:none;border-radius:50%;color:#2f466e;font-size:16px;cursor:pointer;transition:background-color .2s}.quantity-control-btn:hover{background-color:#2f466e33}.stock-info{display:flex;align-items:center;gap:8px;margin-top:5px;font-family:Poppins,sans-serif;font-size:14px;color:#2f466e}.stock-indicator{width:12px;height:12px;border-radius:50%;background-color:#4caf50}.stock-indicator.low{background-color:#ffc107}.stock-indicator.out{background-color:#f44336}.carousel-container{position:relative;width:100%;height:0;padding-bottom:100%;background-color:#f9f9f9;border-radius:8px;overflow:hidden;margin-bottom:20px}.carousel-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:16px}@media (min-width: 992px){.carousel-container{padding-bottom:120%;min-height:600px;height:auto}.product-image-section{display:flex;justify-content:center;align-items:flex-start}.carousel-image{max-height:none}}.product-image-carousel{position:relative;width:398px;height:536px}.carousel-container{position:relative;width:100%;height:100%;overflow:hidden;border-radius:8px}.carousel-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.carousel-button{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;background-color:#fffc!important;color:#2f466e!important;padding:8px!important;z-index:2}.carousel-button:hover{background-color:#ffffffe6!important}.carousel-button.prev{left:16px}.carousel-button.next{right:16px}.carousel-dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}.dot{width:8px;height:8px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:all .3s ease}.dot:hover{background-color:#fffc}.dot.active{background-color:#fff;transform:scale(1.2)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.carousel-image{animation:fadeIn .3s ease}.dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;width:100%;background:#fff;border:2px solid transparent;border-radius:16px;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#4caf50,#2196f3);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 4px 12px #0000001a;z-index:1001}.dropdown-item{padding:12px 30px;font-family:Poppins,sans-serif;font-size:14px;color:#2f466e;cursor:pointer;transition:background-color .2s ease}.dropdown-item:first-child{border-radius:14px 14px 0 0}.dropdown-item:last-child{border-radius:0 0 14px 14px}.dropdown-item:hover{background-color:#4caf501a}.is-input-section{display:flex;flex-direction:column;min-width:308px;flex-grow:1}.is-input-section-wrapper{display:grid;grid-template-columns:47.5% 47.5%;grid-gap:5px;width:100%}.is-input-section-content{grid-column:1}.is-card-column{grid-column:2}.is-full-width-elements{grid-column:1 / 3;margin-top:3px}.is-input-row{display:flex;gap:20px}.is-input-fields{display:flex;flex-direction:column;gap:5px}.is-input-base{width:100%;height:51px;background-color:#fff;border:.57px solid rgba(47,70,110,.5);border-radius:11.37px!important;padding:5px 20px;font-family:Poppins;font-size:18.18px;color:#2f466e;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.4;text-overflow:ellipsis}.is-dropdown{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%232F466E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:12px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.is-dropdown::-ms-expand{display:none}.is-role-dropdown{width:61px;flex:none}.is-textarea{height:126px;resize:none;padding:15px 20px}.is-department-toggle{margin-bottom:15px}.is-toggle-label{display:flex;align-items:center;font-family:Poppins;font-size:16px;color:#2f466e;cursor:pointer;-webkit-user-select:none;user-select:none}.is-toggle-label input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.is-toggle-label input[type=checkbox]+span{position:relative;display:inline-block;width:22px;height:22px;margin-left:10px;background-color:#fff;border:1px solid rgba(47,70,110,.5);border-radius:4px;transition:all .2s ease}.is-toggle-label input[type=checkbox]+span:after{content:"";position:absolute;display:none;left:50%;top:50%;width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg)}.is-toggle-label input[type=checkbox]:checked+span{background-color:#a3c293;border-color:#a3c293}.is-toggle-label input[type=checkbox]:checked+span:after{display:block}.is-toggle-label:hover input[type=checkbox]+span{border-color:#a3c293}.is-button-container{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.is-cancel-button{background-color:#fff;border:1px solid #d1d1d1;border-radius:10px;padding:10px 20px;width:300px;font-family:Poppins;font-size:16px;color:#2f466e;margin-right:10px;cursor:pointer}.is-confirm-button{background-color:#9bc14b80;border:none;border-radius:10px;padding:10px 20px;width:300px;font-family:Poppins;font-size:16px;color:#fff;cursor:pointer;transition:background-color .2s ease}.is-confirm-button-active{background-color:#9bc14b}.is-error-message{background-color:#e57373;color:#fff;padding:10px 15px;border-radius:8px;margin-bottom:15px;font-family:Poppins}.is-autocomplete-wrapper{position:relative;width:100%}.is-autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 11.37px 11.37px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 2px 4px #0000001a}.is-autocomplete-item{padding:8px 12px;cursor:pointer;transition:background-color .2s;font-family:Poppins;color:#2f466e}.is-autocomplete-item:hover{background-color:#f5f5f5}@media (max-width: 1200px){.is-input-section-wrapper{display:flex;flex-direction:column}.is-mobile-card{margin-bottom:20px}.is-card-column{display:none}}@media (max-width: 1199px){.is-mobile-card{margin-bottom:20px}.is-input-form{grid-template-columns:1fr}.is-desktop-card{display:none}.is-mobile-card{display:block}}@media (min-width: 1200px){.is-mobile-card{display:none}.is-desktop-card{display:block}.is-input-form{grid-template-columns:60% 40%;grid-template-areas:"inputs card" "textarea textarea" "buttons buttons"}.is-input-fields{grid-area:inputs;padding-right:20px}.is-desktop-card{grid-area:card}.is-textarea{grid-area:textarea}.is-button-container{grid-area:buttons}}.is-mobile-card-container{grid-column:1 / 3;width:100%;margin-bottom:20px;display:none}@media (max-width: 1200px){.is-input-section-wrapper{display:flex;flex-direction:column}.is-mobile-card-container{display:block;order:-1}.is-card-column{display:none}}.is-input-group{margin-bottom:15px;width:100%}.is-input-label{display:block;font-size:14px;font-weight:500;color:#2f466e;margin-bottom:5px;text-align:left}@media (max-width: 768px){.is-input-group{margin-bottom:12px}.is-input-label{font-size:13px}}.bc-balance-card{background-color:#2f466e;border-radius:21px;padding:20px;min-width:320px;height:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.bc-balance-card-content{display:flex;align-items:center;gap:24px;width:100%}.bc-balance-card-icon{height:120px;width:auto;object-fit:contain}.bc-balance-card-info{display:flex;flex-direction:column;gap:8px}.bc-balance-card-label{font-size:clamp(14px,1.2vw,18px);color:#fff;margin-bottom:4px}.bc-balance-amount-text{font-size:clamp(24px,2vw,32px);font-weight:700;margin-bottom:4px;color:#fff}.bc-balance-change-text{font-size:clamp(18px,1.5vw,24px);color:#a3a3a3;font-weight:700}.bc-balance-amount-wrapper{display:flex;align-items:center;gap:8px}.bc-flag-container{overflow:hidden;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2)}.bc-balance-flag-icon{width:20px!important;height:20px!important}.bc-balance-options-dots{color:#fff;font-size:24px;margin-left:auto;cursor:pointer}@media (max-width: 576px){.bc-balance-card{width:100%;min-width:unset;height:160px}.bc-balance-card-icon{height:80px}.bc-balance-card-content{gap:15px}.bc-balance-card-label{font-size:14px}.bc-balance-amount-text{font-size:22px}.bc-balance-change-text{font-size:16px}}@media (min-width: 577px) and (max-width: 991px){.bc-balance-card{width:100%;min-width:unset;height:180px}.bc-balance-card-icon{height:100px}}@media (min-width: 992px) and (max-width: 1199px){.bc-balance-card{width:100%;min-width:unset}}.mb-manage-balance{display:flex;flex-direction:column;width:100%;padding:20px;background-color:#f7f6fb;border-radius:20px}.mb-manage-balance-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px}.mb-manage-balance-title{font-family:Poppins;font-weight:700;font-size:40px;color:#2f466e}.mb-date-display{display:flex;align-items:center;padding:10px 20px;background-color:#fff;border-radius:10px;border:.57px solid rgba(47,70,110,.5)}.mb-calendar-icon{width:26px;height:26px;margin-right:10px}.mb-date-text{font-family:Poppins;font-weight:400;font-size:18.18px;color:#2f466e}.mb-manage-balance-content{display:flex;flex-direction:column;width:100%}.input-section-wrapper{display:grid;grid-template-columns:47.5% 47.5%;grid-gap:5%;width:100%}.input-section-content{grid-column:1 / 2;width:100%}.input-fields{display:flex;flex-direction:column;gap:15px}.department-toggle{margin-bottom:10px}.toggle-label{display:flex;align-items:center;font-family:Poppins;font-size:14px;color:#2f466e;cursor:pointer}.toggle-label input{margin-right:10px}.department-mode{border:2px solid #a3c293;background-color:#f0f8eb}.desktop-card{grid-column:2 / 3;grid-row:1;width:100%}.mobile-card{display:none}.full-width-elements{grid-column:1 / 3;width:100%;margin-top:15px}@media (max-width: 1200px){.input-section-wrapper{display:flex;flex-direction:column}.desktop-card{display:none}.mobile-card{display:block;margin-bottom:20px;width:100%}.full-width-elements{width:100%}}.input-form{display:flex;flex-direction:column;gap:15px}.button-container{display:flex;justify-content:flex-end;margin-top:20px}.cancel-button{background-color:#fff;border:1px solid #d1d1d1;border-radius:10px;padding:10px 20px;font-family:Poppins;font-size:16px;color:#2f466e;margin-right:10px;cursor:pointer}.confirm-button{background-color:#a3c293;border:none;border-radius:10px;padding:10px 20px;font-family:Poppins;font-size:16px;color:#fff;cursor:pointer}.mb-success-message{background-color:#a3c293;color:#fff;padding:10px 15px;border-radius:8px;margin-bottom:15px;font-family:Poppins}.mb-error-message{background-color:#e57373;color:#fff;padding:10px 15px;border-radius:8px;margin-bottom:15px;font-family:Poppins}.textarea{width:100%}@media (max-width: 576px){.mb-manage-balance{padding:15px;margin-top:3rem}.mb-manage-balance-header{flex-direction:column;align-items:flex-start;gap:10px}.mb-manage-balance-title{font-size:28px}.mb-date-text{font-size:16px}}@media (min-width: 577px) and (max-width: 991px){.mb-manage-balance{padding:15px;margin-top:4rem}.mb-manage-balance-title{font-size:32px}}@media (min-width: 992px) and (max-width: 1199px){.mb-manage-balance-title{font-size:36px}}.mb-header-left{display:flex;align-items:center;gap:15px}.mb-back-button{background-color:#fff;border:1px solid #d1d1d1;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2f466e;font-size:18px;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.mb-back-button:hover{background-color:#f5f5f5}.product-details{padding:20px;font-family:Poppins,sans-serif;color:#2f466e;display:flex;flex-direction:column;gap:16px;max-width:100%}.product-name{font-size:1.8rem;font-weight:600;color:#2f466e;margin:0}.product-price{font-weight:600;color:#2f466e;margin:0}.product-specs{font-size:15px;font-weight:500}.product-color,.product-material{margin:0}.selector-wrapper{background:#fff;border:2px solid transparent;border-radius:24px;padding:12px;margin:10px 0;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#4caf50,#2196f3);background-origin:border-box;background-clip:padding-box,border-box;cursor:pointer;transition:transform .2s ease}.selector-wrapper:hover{transform:translateY(-2px)}.selector-box{display:flex;justify-content:space-between;align-items:center}.selector-label{font-size:16px;font-weight:500;color:#2f466e}.product-description-container{margin-top:16px;padding-top:16px;border-top:1px solid rgba(47,70,110,.1)}.description-title{font-size:1.2rem;font-weight:500;color:#2f466e;margin:0 0 8px}.product-description{font-size:1rem;line-height:1.5;color:#555;margin:0;white-space:pre-line}.product-variants-info{margin-top:8px;font-size:.9rem;color:#666}.product-code{font-size:.9rem;color:#666;margin:8px 0;font-weight:500}.product-description img{max-width:100%;height:auto}@media (max-width: 768px){.product-details{padding:0}.product-name{font-size:24px}.product-price{font-size:22px;font-weight:400}}.sqs-selector-container{display:flex;flex-direction:column;gap:20px;width:100%;max-width:560px;position:relative}.sqs-selector-wrapper{position:relative;width:100%;z-index:1002}.sqs-selector-wrapper:nth-child(2){z-index:1001}.sqs-selector-wrapper:nth-child(3){z-index:1000}.sqs-selector-wrapper:last-child{z-index:999}.sqs-selector-box{display:flex;justify-content:space-between;align-items:center;width:100%;height:55px;padding:0 20px;cursor:pointer;border:2px solid transparent;border-radius:30px;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#4caf50,#2196f3);background-origin:border-box;background-clip:padding-box,border-box}.sqs-selector-label{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;color:#2f466e}.sqs-selector-label.sqs-placeholder{color:#8894a8}.sqs-dropdown-icon{width:18.33px;height:10px;transition:transform .3s ease}.sqs-dropdown-icon.sqs-open{transform:rotate(180deg)}.sqs-custom-quantity-input{display:flex;gap:8px;align-items:center}.sqs-quantity-input-container{margin-top:8px}.sqs-quantity-input-wrapper{cursor:text}.sqs-quantity-input{width:100%;height:100%;border:none;background:transparent;padding:0;font-family:Poppins,sans-serif;font-size:14px;color:#2f466e}.sqs-quantity-input:focus{outline:none}.sqs-quantity-input::placeholder{color:#8894a8}.sqs-quantity-input::-webkit-outer-spin-button,.sqs-quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sqs-quantity-input[type=number]{-moz-appearance:textfield}.sqs-back-to-dropdown{padding:8px;background:none;border-radius:4px;cursor:pointer}.sqs-back-to-dropdown:hover{background:#f5f5f5}.sqs-stock-info{display:flex;align-items:center;font-family:Poppins,sans-serif;font-size:14px;color:#2f466e;margin-top:5px;margin-left:10px}.sqs-stock-info:before{content:"";display:inline-block;width:12px;height:12px;border-radius:50%;background-color:red;margin-right:8px}.sqs-selector-box.disabled{opacity:.6;cursor:not-allowed;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#ccc,#aaa)}.sqs-quantity-input:disabled{cursor:not-allowed;color:#999}.sqs-selection-message{font-family:Poppins,sans-serif;font-size:14px;color:#8894a8;margin-top:10px;text-align:center;font-style:italic}.add-to-cart-button{width:328px;height:75px;background:#9bc14b;border:none;border-radius:24.02px;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-weight:700;font-size:24px;color:#fff;text-align:center;transition:transform .2s ease-in-out,opacity .2s ease-in-out}.add-to-cart-button:hover{transform:translateY(-2px);opacity:.9}.add-to-cart-button:disabled{background:#ccc;cursor:not-allowed;transform:none}@media (max-width: 768px){.add-to-cart-button{align-self:center}}.notification-banner{display:flex;justify-content:flex-end;position:fixed;top:20px;right:20px;z-index:1000;transition:opacity .3s ease,transform .3s ease}.notification-banner.hide{opacity:0;transform:translateY(-10px);pointer-events:none}.notification-content{display:flex;align-items:center;background:#8bc34a;padding:12px 20px;border-radius:8px;box-shadow:0 2px 10px #0000001a;animation:slideIn .3s ease-out;max-width:308px}.check-icon{width:57px;height:57px;margin-right:15px}.notification-message{color:#fff;font-family:Poppins,sans-serif;font-size:24px;font-weight:600;line-height:1.2}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.notification-message{font-size:16px}.check-icon{width:40px;height:40px;margin-right:15px}}.addresses-table-container{width:calc(100vw - 440px);min-width:900px;height:auto;min-height:929px;background:#fff;border-radius:9px;border:.65px solid #2F466E;padding:20px;font-family:Poppins,sans-serif;margin-left:30px;margin-top:10vh;overflow-x:auto}.addresses-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap}.addresses-table-title{font-size:20.73px;font-weight:700;color:#2f466e;margin:0}.add-address-button{background:#2f466e;color:#fff;border:none;border-radius:6px;padding:10px 20px;cursor:pointer;font-family:Poppins,sans-serif;font-weight:500}.addresses-table{width:100%;border-collapse:collapse;color:#2f466e}.addresses-table th{padding:15px;font-size:16.84px;font-weight:500;text-align:left;border-bottom:.65px solid rgba(47,70,110,.5)}.addresses-table td{padding:15px;font-size:14.25px;font-weight:400;border-bottom:.65px solid rgba(47,70,110,.5)}.status-chip{border-radius:16px;padding:4px 8px;font-size:12px;background:#e0e0e0}.status-chip.default{background:#4caf50;color:#fff}.action-button{background:none;border:none;cursor:pointer;padding:5px;color:#2f466e}.action-button:disabled{color:#ccc;cursor:not-allowed}.own-address-row{background-color:#90caf926}.addresses-table-actions{display:flex;gap:10px;align-items:center}.search-form{display:flex;gap:8px}.search-input-container{position:relative}.search-input{padding:8px 30px 8px 10px;border:1px solid #ccc;border-radius:4px;min-width:200px}.clear-search-button{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666}.search-button{display:flex;align-items:center;gap:5px;padding:8px 12px;background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;cursor:pointer}.search-button:hover{background-color:#e0e0e0}.searching-indicator{margin:10px 0;font-style:italic;color:#666}.pagination-controls{display:flex;justify-content:center;align-items:center;margin-top:20px;gap:15px}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-button:hover:not(:disabled){background-color:#e0e0e0}.pagination-info{font-size:14px}.no-addresses{text-align:center;padding:20px;color:#666;font-style:italic}.addresses-header-left{display:flex;align-items:center;gap:15px}.addresses-table-back-button{background-color:#fff;border:1px solid #d1d1d1;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2f466e;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.addresses-table-back-button:hover{background-color:#f5f5f5}@media (max-width: 768px){.addresses-header-left{margin-bottom:10px}.addresses-table-header{flex-direction:column;align-items:flex-start}.addresses-table-container{margin-left:0;min-width:initial;width:100%}.addresses-table-actions{width:100%;display:flex;flex-direction:column}.add-address-button{margin-top:16px}}.edit-address-container{width:calc(100vw -440px);min-width:900px;padding:30px;margin-left:30px;margin-top:10vh;font-family:Poppins,sans-serif;border-radius:8px}.edit-address-container h1{color:#2f466e;margin-bottom:30px}.edit-address-form{display:grid;row-gap:16px;column-gap:64px;grid-template-columns:1fr 1fr;grid-template-rows:repeat(1fr,10);align-items:center}.edit-form-group{display:flex;flex-direction:row;justify-content:space-between;gap:8px}.edit-form-group.checkbox{grid-row:9;grid-column:2;justify-self:flex-end}.edit-form-group.checkbox label{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px}.edit-form-group.checkbox input{max-width:12px}.edit-form-group label{font-size:16px;color:#2f466e;font-weight:700}.edit-form-group input,.edit-form-group select{font-size:14px;font-weight:400;padding:10px;border:1px solid #2F466E;border-radius:4px;width:280px}.edit-form-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:20px;grid-column:2;grid-row:10}.edit-cancel-button,.edit-save-button{padding:10px 20px;border-radius:12px;cursor:pointer;font-weight:500;font-size:18px}.edit-cancel-button{background:#fff;border:1px solid #2F466E;color:#2f466e}.edit-save-button{background-color:#9bc14b;border:none;color:#fff}.edit-error-message{color:#f44336;margin-bottom:20px;padding:10px;background:#ffebee;border-radius:4px}.field-error{font-size:14px}@media (max-width: 768px){.edit-address-container{width:100%;min-width:200px;margin-left:0;padding:24px}.edit-address-form{display:flex;flex-direction:column;gap:20px}.edit-form-group{display:flex;flex-direction:column;gap:8px}}.demands-container{width:100%;max-width:calc(100vw - 320px);min-width:320px;margin-left:20px;margin-right:20px;margin-top:8vh;font-family:Poppins,sans-serif;position:relative}.demands-page-container{position:relative;width:100%;max-width:calc(100vw - 280px);padding-top:20px}.demands-back-button{position:absolute;top:0;left:20px;background-color:#fff;border:1px solid #d1d1d1;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2f466e;font-size:18px;transition:all .2s ease;box-shadow:0 1px 3px #0000000d;z-index:10}.demands-back-button:hover{background-color:#f5f5f5}.demands-table-container{width:100%;background:#fff;border-radius:9px!important;border:.65px solid #2F466E!important;padding:20px;margin-bottom:20px;overflow-x:auto}.demands-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:0 10px}.demands-header h5{font-size:20px;font-weight:700;color:#2f466e;margin:0}.create-demand-button{background-color:#9bc14b!important;color:#fff!important;font-weight:500!important;text-transform:none!important;padding:8px 16px!important;border-radius:8px!important;font-family:Poppins,sans-serif!important;box-shadow:none!important}.create-demand-button:hover{background-color:#8ab33a!important;box-shadow:0 2px 5px #0003!important}.date-filter-container{margin-bottom:20px;background-color:#fff;padding:15px;border-radius:9px;border:.65px solid #2F466E}.date-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.date-filter-title{font-weight:600;color:#2f466e;font-size:16px;margin:0!important}.date-filter-actions{display:flex;gap:10px;align-items:center}.date-filter-button{background-color:#2f466e!important;color:#fff!important;font-weight:500!important;text-transform:none!important;padding:6px 12px!important;border-radius:8px!important;font-family:Poppins,sans-serif!important;box-shadow:none!important;font-size:14px!important}.date-filter-button:hover{background-color:#243654!important;box-shadow:0 2px 5px #0003!important}.date-filter-clear-button{color:#2f466e!important;border-color:#2f466e!important;text-transform:none!important;font-family:Poppins,sans-serif!important;font-size:13px!important}.date-range-display{background-color:#2f466e0d;padding:10px 15px;border-radius:8px;margin-bottom:10px;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.date-label{font-weight:600;color:#2f466e;font-size:14px}.date-value{background-color:#fff;padding:4px 10px;border-radius:4px;border:1px solid rgba(47,70,110,.3);margin-right:15px;font-size:14px}.date-picker-wrapper{display:flex;justify-content:center;width:100%;margin-top:10px}.demands-table{width:100%;color:#2f466e}.demands-table th{font-weight:600!important;color:#2f466e!important;background-color:#2f466e0d!important;border-bottom:.65px solid rgba(47,70,110,.5)!important;padding:12px!important}.demands-table td{padding:12px!important;border-bottom:.65px solid rgba(47,70,110,.3)!important}.status-chip{border-radius:16px;padding:4px 12px;font-size:.85rem;display:inline-block}.status-chip.submitted{background-color:#e3f2fd;color:#1976d2}.status-chip.draft{background-color:#f5f5f5;color:#757575}.status-chip.approved{background-color:#e8f5e9;color:#388e3c}.status-chip.rejected{background-color:#ffebee;color:#d32f2f}.status-chip.active{background-color:#9bc14b!important;color:#fff!important}.status-chip.inactive{background-color:#f5f5f5!important;color:#757575!important}.department-chip{margin:2px 4px 4px 2px;background-color:#f0f0f0;border-radius:16px;padding:4px 8px;font-size:12px;display:inline-block}.departments-list{display:flex;flex-wrap:wrap;gap:4px}.variants-list{display:flex;flex-direction:column}.demand-thumbnail{border-radius:4px;object-fit:cover;width:50px;height:50px}.action-button{min-width:40px!important;height:36px!important;padding:6px!important;border-radius:8px!important}.edit-button{color:#2f466e!important;border-color:#2f466e!important}.edit-button:hover{background-color:#2f466e1a!important}.delete-button{color:#d32f2f!important;border-color:#d32f2f!important}.delete-button:hover{background-color:#d32f2f1a!important}.demand-name{font-weight:600!important;color:#2f466e!important;font-size:14px!important}.demand-description{color:#757575!important;font-size:12px!important;margin-top:4px!important}.react-datepicker{font-family:Poppins,sans-serif!important;border-radius:8px!important;border:.65px solid #2F466E!important;box-shadow:0 4px 12px #0000001a!important;overflow:hidden!important}.react-datepicker__header{background-color:#2f466e0d!important;border-bottom:.65px solid rgba(47,70,110,.3)!important;padding:10px!important}.react-datepicker__current-month{color:#2f466e!important;font-weight:600!important}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range{background-color:#9bc14b!important;color:#fff!important}.react-datepicker__day--keyboard-selected{background-color:#9bc14b80!important}.react-datepicker__day:hover{background-color:#9bc14b33!important}.react-datepicker__day-name,.MuiTablePagination-root,.MuiTablePagination-selectIcon{color:#2f466e!important}.pagination-container{width:100%;display:flex;justify-content:center;padding:10px 0}@media (max-width: 1200px){.demands-container{max-width:calc(100vw - 300px);margin-left:15px;margin-right:15px}.demands-table-container{padding:15px}}@media (max-width: 992px){.demands-page-container{max-width:calc(100vw - 60px)}.demands-container{max-width:calc(100vw - 60px);margin-left:30px;margin-right:30px}.demands-header{flex-direction:column;align-items:flex-start;gap:15px}.demands-header h5{margin-left:50px}.date-filter-container{display:flex;flex-direction:column;align-items:center}}@media (max-width: 768px){.demands-page-container{padding-top:30px}.demands-container{max-width:calc(100vw - 40px);margin-left:20px;margin-right:20px;margin-top:20px}.demands-table-container{padding:10px;overflow-x:auto}.demands-back-button{top:0;left:10px}.demands-header h5{font-size:18px}.action-button{padding:4px!important;min-width:32px!important;height:32px!important}.date-filter-header{flex-direction:column;align-items:flex-start;gap:10px}.date-filter-actions{width:100%;justify-content:flex-end}.date-range-display{flex-direction:column;align-items:flex-start;gap:5px}.date-value{margin-right:0;width:100%}}@media (max-width: 480px){.demands-container{max-width:100%;margin-left:10px;margin-right:10px}.demands-table-container{padding:8px}.create-demand-button{padding:6px 12px!important;font-size:14px!important}}.delivery-methods-container{background-color:#fff;border-radius:24px;padding:32px;width:100%;max-width:1079px;margin:40px auto;border:2px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e);background-origin:border-box;background-clip:padding-box,border-box;font-family:Poppins,sans-serif}.delivery-methods-container h2{color:#2f466e;margin-bottom:24px;font-weight:600}.delivery-methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin:20px 0}.delivery-method-card{background:#fff;border:2px solid #E5E7EB;border-radius:15px;padding:20px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:20px}.delivery-method-card:hover{border-color:#9bc14b;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.delivery-method-card.selected{border-color:#9bc14b;background-color:#f7fbf4}.delivery-method-icon{width:80px;height:40px;object-fit:contain}.delivery-method-info{flex:1}.delivery-method-info h3{margin:0 0 8px;font-size:18px;color:#2f466e;font-weight:600}.delivery-method-info p{margin:4px 0;color:#6b7280;font-size:14px}.delivery-time{font-weight:500;color:#9bc14b!important}.delivery-price{font-weight:700;color:#2f466e!important;font-size:18px}.inpost-map-container{margin-top:30px;border:2px solid #E5E7EB;border-radius:15px;padding:20px}.inpost-map-container h3{color:#2f466e;margin-bottom:16px;font-weight:600}.selected-point-info{background:#f8f9fa;padding:15px;margin-top:20px;border-radius:8px;border:1px solid #dee2e6}.selected-point-info h4{color:#2f466e;margin-bottom:10px}.selected-point-info p{margin:5px 0;color:#6c757d}.action-buttons{display:flex;justify-content:space-between;gap:20px;margin-top:30px}.order-step-three-action-button{padding:1.2rem 4rem;border-radius:15px;border:none;font-weight:500;font-size:16px;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif;background:#9bc14b;color:#fff;display:flex;align-items:center;justify-content:center}.order-step-three-action-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.order-step-three-action-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.delivery-methods-container{padding:20px;margin:16px;width:auto}.action-buttons{flex-direction:column}.order-step-three-action-button{width:100%}}#easypack-map{border-radius:12px;overflow:hidden;border:1px solid #E5E7EB}.easypack-widget{font-family:Poppins,sans-serif!important}.easypack-widget .type-filter{background:#fff!important}.easypack-widget .btn-select-point{background-color:#9bc14b!important;font-family:Poppins,sans-serif!important}.easypack-widget .point-details{font-family:Poppins,sans-serif!important}.easypack-widget .search-group button{background-color:#9bc14b!important}.easypack-widget .input-group-addon{background:#9bc14b!important}.delivery-method-card.self-pickup{border-color:#e5e7eb}.delivery-method-card.self-pickup:hover,.delivery-method-card.self-pickup.selected{border-color:#9bc14b}.delivery-method-card.self-pickup .delivery-method-icon{width:40px;height:40px;padding:8px}.delivery-method-card.self-pickup .delivery-time{color:#2f466e!important;font-weight:600}.step-four-container{background-color:#fff;border-radius:24px;padding:32px;width:100%;max-width:1079px;margin:40px auto;border:2px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e);background-origin:border-box;background-clip:padding-box,border-box;font-family:Poppins,sans-serif}.step-four-title{color:#2f466e;margin-bottom:32px;font-weight:600;text-align:center}.step-four-section{margin-bottom:32px;padding:24px;background:#f8f9fa;border-radius:12px}.step-four-section-title{color:#2f466e;margin-bottom:16px;font-weight:500}.step-four-products-list{display:flex;flex-direction:column;gap:16px}.step-four-product-item{display:flex;align-items:center;gap:20px;padding:16px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.step-four-product-image{width:80px;height:80px;overflow:hidden;border-radius:8px}.step-four-product-image img{width:100%;height:100%;object-fit:cover}.step-four-product-details{flex:1}.step-four-product-name{color:#2f466e;margin-bottom:8px}.step-four-product-total{font-weight:600;color:#2f466e;font-size:1.1em}.step-four-delivery-info{background:#fff;padding:16px;border-radius:8px}.step-four-inpost-details{margin-top:8px;padding:8px;background:#f8f9fa;border-radius:4px}.step-four-delivery-price{margin-top:12px;font-weight:500;color:#2f466e}.step-four-notes{background:#fff;padding:16px;border-radius:8px;color:#6c757d}.step-four-total-summary{background:#fff;padding:24px;border-radius:12px;margin-top:32px}.step-four-summary-row{display:flex;justify-content:space-between;padding:8px 0;color:#2f466e}.step-four-summary-row.total{margin-top:16px;padding-top:16px;border-top:2px solid #e9ecef;font-weight:600;font-size:1.2em}.step-four-actions{display:flex;justify-content:space-between;gap:20px;margin-top:32px}.step-four-action-button{padding:1.2rem 4rem;border-radius:15px;border:none;font-weight:500;font-size:16px;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif;background:#9bc14b;color:#fff;display:flex;align-items:center;justify-content:center}.step-four-action-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.step-four-action-button:disabled{opacity:.6;cursor:not-allowed}.step-four-contact-info{margin-top:10px;padding-top:10px;border-top:1px solid #eaeaea}.step-four-contact-info p{margin:5px 0;font-size:14px;color:#2f466e}@media (max-width: 768px){.step-four-container{padding:20px;margin:16px;width:auto}.step-four-product-item{flex-direction:column;text-align:center}.step-four-product-image{margin:0 auto}.step-four-actions{flex-direction:column}.step-four-action-button{width:100%}}.inpost-point-image{margin-top:15px;max-width:100%}.inpost-point-image img{max-width:100%;border-radius:8px;box-shadow:0 2px 4px #0000001a}.clients-table-container{padding:40px;background-color:#f7f6fb}.clients-table-wrapper{background:#fff;border-radius:20px;box-shadow:0 4px 8px #0000001a;padding:30px}.clients-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.clients-table-title{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;color:#2f466e}.clients-add-button{background:linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e)!important;border-radius:20px!important;color:#fff!important;padding:8px 24px!important;text-transform:none!important;font-family:Poppins,sans-serif!important;font-weight:500!important}.clients-table{border:2px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e) border-box;border-radius:16px;overflow:hidden}.clients-table-head{background-color:#2f466e0d}.clients-table-head th,.clients-table-row td,.clients-table td{font-size:11px!important;padding:8px 6px!important;line-height:1.4}.clients-table-row{transition:background-color .2s ease}.clients-table-row:hover{background-color:#2f466e05}.clients-action-button{color:#2f466e!important}.clients-empty-state{padding:48px 0;text-align:center}.clients-empty-text{color:#666;margin-bottom:16px!important;font-family:Poppins,sans-serif!important}@media (max-width: 900px){.clients-table{overflow-x:auto;display:block;width:100%}.clients-table table{min-width:700px}}@media (max-width: 600px){.clients-table-wrapper{padding:10px}.clients-table-title{font-size:15px}.clients-add-button{font-size:12px!important;padding:4px 8px!important}.clients-table-head th,.clients-table-row td{font-size:12px!important;padding:4px 2px!important}}@media (max-width: 500px){.clients-table th:nth-child(2),.clients-table td:nth-child(2),.clients-table th:nth-child(3),.clients-table td:nth-child(3),.clients-table th:nth-child(5),.clients-table td:nth-child(5){display:none}}@media (max-width: 400px){.clients-table-head th,.clients-table-row td{font-size:10px!important;padding:2px 1px!important}}.add-client-container{padding:40px;background-color:#f7f6fb}.add-client-wrapper{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e) border-box;border:2px solid transparent;border-radius:20px;box-shadow:0 4px 8px #0000001a;padding:40px}.add-client-title{font-family:Poppins,sans-serif;font-size:32x;font-weight:700;margin-bottom:32px!important;background:linear-gradient(90deg,#2f466e,#0bbbef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:32px}.add-client-form{display:flex;flex-direction:column;gap:24px;width:100%;min-width:300px}.add-client-section{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e) border-box;border:2px solid transparent;border-radius:16px;padding:32px;margin-bottom:32px;box-shadow:0 4px 12px #2f466e0d}.add-client-section-title{font-family:Poppins,sans-serif;font-size:24px!important;background:linear-gradient(90deg,#2f466e,#0bbbef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:32px;font-weight:600}.add-client-divider{border:none;background:linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e);height:2px;margin:8px 0 20px;opacity:.2}.add-client-form .MuiGrid-container{margin-top:8px}.add-client-form .MuiTextField-root{margin-bottom:24px}.add-client-form .MuiInputLabel-root{color:#2f466e;font-family:Poppins,sans-serif;font-weight:500}.add-client-form .MuiOutlinedInput-root{border-radius:20px;transition:all .2s ease}.add-client-form .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#0bbbef;border-width:2px}.add-client-form .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2f466e;border-width:2px}.add-client-button-group{display:flex;justify-content:flex-end;gap:16px;margin-top:32px}.add-client-button-group .MuiButton-root{border-radius:20px;text-transform:none;padding:10px 32px;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;transition:all .2s ease}.add-client-button-group .MuiButton-contained{background:linear-gradient(90deg,#2f466e,#0bbbef);box-shadow:0 4px 12px #0bbbef33}.add-client-button-group .MuiButton-contained:hover{background:linear-gradient(90deg,#3a5785,#0dacda);transform:translateY(-2px)}.add-client-button-group .MuiButton-outlined{color:#2f466e;border:2px solid rgba(47,70,110,.5)}.add-client-button-group .MuiButton-outlined:hover{border-color:#0bbbef;background:#0bbbef0d}.add-client-alert{margin-bottom:24px;border-radius:16px;box-shadow:0 4px 12px #0000000d}.add-client-loading{font-family:Poppins,sans-serif;background:linear-gradient(90deg,#2f466e,#0bbbef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;padding:2rem;font-size:18px;font-weight:500}@media (max-width: 600px){.add-client-container{padding:20px}.add-client-wrapper{padding:24px}.add-client-section{padding:16px}.add-client-button-group{flex-direction:column}.add-client-button-group .MuiButton-root{width:100%}}.add-client-section .MuiAccordion-root{border:1px solid #e0e0e0;box-shadow:none}.add-client-section .MuiAccordion-root:before{display:none}.add-client-section .MuiAccordionSummary-root{min-height:56px}.default-address-icon{color:#1976d2;margin-left:8px;vertical-align:middle}.address-actions{display:flex;gap:8px;align-items:center}.notifpage{padding:24px;max-width:1200px;margin:0 auto}.notifpage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px}.notifpage-title{color:#2f466e;font-family:Poppins,sans-serif;font-size:32px;font-weight:600}.notifpage-header-right{display:flex;align-items:center;gap:16px}.notifpage-date-display{padding:8px 16px;border:1px solid #E0E0E0;border-radius:8px;color:#2f466e}.notifpage-mark-all-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #E0E0E0;border-radius:8px;cursor:pointer;color:#2f466e}.notifpage-list{display:flex;flex-direction:column;gap:16px}.notifpage-item{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fff;border:3px solid transparent;border-radius:8px;transition:all .2s ease}.notifpage-item:not(.is-read){position:relative;border:none;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e) border-box;border:2px solid transparent;border-radius:8px}.notifpage-item.system{background:#f7f6fb}.notifpage-content{flex:1;color:#2f466e;font-family:Poppins,sans-serif;font-size:14px;padding:8px 0}.notifpage-actions{display:flex;gap:12px}.notifpage-mark-read-button,.notifpage-delete-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:4px;cursor:pointer;background:transparent;transition:all .2s ease;padding:8px}.notifpage-mark-read-button svg,.notifpage-delete-button svg{width:26px;height:26px}.notifpage-mark-read-button:hover{background:#e8f5e9}.notifpage-delete-button:hover{background:#ffebee}.notifpage-mark-read-button:disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}.notifications-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center;background:#fff;border-radius:8px;margin-top:24px}.notifications-empty-state .empty-icon{font-size:48px;margin-bottom:16px}.notifications-empty-state h2{color:#2f466e;font-family:Poppins,sans-serif;font-size:24px;margin-bottom:8px}.notifications-empty-state p{color:#666;font-family:Poppins,sans-serif;font-size:16px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #2F466E;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.retry-button{margin-top:16px;padding:8px 16px;background:#2f466e;color:#fff;border:none;border-radius:4px;cursor:pointer;font-family:Poppins,sans-serif}.retry-button:hover{background:#1a2a4a}.notifpage-item.order-notification:not(.is-read){border-left:4px solid #0BBBEF}.notifpage-item.return-notification:not(.is-read){border-left:4px solid #FF9800}.notifpage-item.status-notification:not(.is-read){border-left:4px solid #9BC14B}.notifpage-item.return-status-notification:not(.is-read){border-left:4px solid #E91E63}.notifpage-item.budget-notification:not(.is-read){border-left:4px solid #4CAF50}.notifpage-item.alert-notification:not(.is-read){border-left:4px solid #F44336}.notification-title{font-weight:600;margin-bottom:4px}.notification-message{margin-bottom:8px}.notification-date{font-size:12px;color:#666}.notification-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.filter-button{padding:8px 16px;background:#fff;border:1px solid #E0E0E0;border-radius:8px;cursor:pointer;color:#2f466e;font-family:Poppins,sans-serif;font-size:14px;transition:all .2s ease}.filter-button:hover{background:#f5f5f5}.filter-button.active{background:#2f466e;color:#fff;border-color:#2f466e}.notifpage-item.order:not(.is-read){border-left:4px solid #0BBBEF}.notifpage-item.order_return:not(.is-read){border-left:4px solid #FF9800}.notifpage-item.order_status_change:not(.is-read){border-left:4px solid #9BC14B}.notifpage-item.return_status_change:not(.is-read){border-left:4px solid #E91E63}.notifpage-item.budget_increase:not(.is-read){border-left:4px solid #4CAF50}.notifpage-item.stock_alert:not(.is-read){border-left:4px solid #F44336}.load-more-container{display:flex;justify-content:center;margin-top:20px;margin-bottom:20px}.load-more-button{padding:10px 20px;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;color:#2f466e;font-family:Poppins,sans-serif;font-size:14px;cursor:pointer;transition:all .2s ease}.load-more-button:hover{background-color:#e0e0e0}.load-more-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.notifpage-header{display:flex;flex-direction:column;justify-content:space-between;margin-top:24px}.notifpage-title{font-size:24px}.notifpage-header-right{border-color:#0bbbef}.notifpage-date-display{text-align:center;padding:0;border:none}}.demand-cart-items{display:flex;flex-direction:column;gap:1rem}.demand-cart-item{display:flex;gap:1rem;padding:1rem;border:1px solid #e0e0e0;border-radius:16px;background-color:#fff}.demand-cart-item-image{width:120px;height:120px;flex-shrink:0}.demand-cart-item-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.demand-cart-item-details{flex-grow:1}.demand-cart__button{border-radius:25px;background-color:red}.demand-cart-item-actions{display:flex;align-items:center;gap:1rem;margin-top:1rem}.quantity-input{padding:.5rem;max-width:64px}.address-form-container{background-color:#f5f5f5;border-radius:8px;padding:24px}.address-card{background-color:#fff;border-radius:8px;padding:16px;margin-bottom:16px;border:1px solid #e0e0e0;transition:all .2s ease}.address-card:hover{border-color:#9bc14b;box-shadow:0 2px 4px #0000000d}.address-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-top:24px}.form-field{margin-bottom:16px}.address-header{color:#2f466e;font-weight:600;margin-bottom:24px}.default-address-label{color:#9bc14b;font-size:.875rem;margin-top:4px}.prenotification-page{padding:2rem;max-width:1200px;margin:0 auto;background:#f7f6fb;font-family:Poppins,sans-serif}.prenotification-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.prenotification-header h2{font-size:1.5rem;color:#2f466e;font-weight:600}.prenotification-date{padding:.5rem 1rem;border:1px solid rgba(47,70,110,.2);border-radius:8px;background:#fff;color:#2f466e}.prenotification-sections{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.prenotification-section{background:#fff;padding:1.5rem;border-radius:16px;position:relative;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#9bc14b,#0bbbef,#2f466e) border-box;border:2px solid transparent}.prenotification-section h3{color:#2f466e;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.prenotification-form-group{display:flex;flex-direction:column;gap:1rem}.prenotification-input-group{display:flex;flex-direction:column;gap:.5rem}.prenotification-input-group label{font-size:.9rem;color:#2f466e;font-weight:500}.prenotification-form-input{padding:.75rem;border:1px solid rgba(47,70,110,.3);border-radius:8px;font-size:.9rem;width:100%;transition:border-color .2s}.prenotification-form-input:focus{border-color:#0bbbef;outline:none}.prenotification-form-input:disabled{background:#f5f5f5;color:#999}.prenotification-form-input.error{border-color:#f44}.error-message{color:#f44;font-size:.8rem;margin-top:4px}.prenotification-checkbox-group{display:flex;align-items:center;gap:.5rem;color:#2f466e}.prenotification-file-upload{margin-top:1rem}.prenotification-upload-box{border:2px dashed rgba(47,70,110,.3);padding:2rem;text-align:center;border-radius:8px;cursor:pointer;position:relative;transition:border-color .2s}.prenotification-upload-box:hover{border-color:#9bc14b}.prenotification-upload-icon{font-size:2rem;color:#2f466e}.prenotification-submit-button{background-color:#9bc14b;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;margin-top:2rem;width:100%;max-width:200px;margin-left:auto;display:block;transition:background-color .2s}.prenotification-submit-button:hover{background-color:#8bb33a}.prenotification-submit-button:disabled{background-color:#ccc;cursor:not-allowed}.prenotification-error-message,.prenotification-success-message{padding:1rem;margin-bottom:1rem;border-radius:8px;text-align:center}.prenotification-error-message{background-color:#ffebee;color:#c62828;border:1px solid #ffcdd2}.prenotification-success-message{background-color:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.movement-id-info{margin-top:10px;padding:10px;background:#ffffff80;border-radius:8px;display:flex;align-items:center;gap:10px}.copy-button{padding:4px 8px;background:#fff;border:1px solid rgba(47,70,110,.3);border-radius:4px;cursor:pointer;font-size:.8rem;transition:background-color .2s}.copy-button:hover{background:#f5f5f5}.history-button{padding:.5rem 1rem;background-color:#f5f5f5;border:1px solid rgba(47,70,110,.3);border-radius:8px;cursor:pointer;font-size:.8rem;margin-left:10px;transition:background-color .2s;color:#2f466e}.history-button:hover{background-color:#e0e0e0}.product-search-container{margin-bottom:1.5rem;position:relative}.product-search-input-container{position:relative}.product-search-input{padding:.75rem;border:1px solid rgba(47,70,110,.3);border-radius:8px;font-size:.9rem;width:100%;margin-bottom:.5rem;transition:border-color .2s}.product-search-input:focus{border-color:#0bbbef;outline:none}.loading-indicator{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#2f466e;font-size:.8rem}.product-search-results{max-height:300px;overflow-y:auto;border:1px solid rgba(47,70,110,.2);border-radius:8px;margin-top:.5rem;background-color:#fff;box-shadow:0 4px 12px #00000014;z-index:100;position:relative}.product-search-result-item{padding:.75rem 1rem;border-bottom:1px solid rgba(47,70,110,.1);cursor:pointer;transition:all .2s;display:flex;flex-direction:column}.product-search-result-item:hover{background-color:#0bbbef0d;border-left:3px solid #0BBBEF}.product-search-result-item:last-child{border-bottom:none}.form-product-name{font-weight:500;color:#2f466e;font-size:.9rem;margin-bottom:4px}.product-code{color:#666;font-size:.8rem;padding:2px 6px;background-color:#2f466e0d;border-radius:4px;display:inline-block;margin-bottom:4px}.product-category{font-size:.75rem;color:#666}.no-products-found{padding:1rem;text-align:center;color:#666;font-size:.9rem}.create-new-product-btn{display:block;margin:.5rem auto;padding:.5rem 1rem;background-color:#9bc14b;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.8rem;transition:background-color .2s}.create-new-product-btn:hover{background-color:#8bb33a}.product-type-indicator{background-color:#fff;padding:.75rem;border-radius:8px;margin-bottom:1rem;border:1px solid rgba(47,70,110,.2);font-size:.9rem;color:#2f466e}.new-product-indicator{color:#9bc14b;font-weight:500}.variant-indicator{display:flex;justify-content:space-between;align-items:center}.variant-indicator strong{color:#0bbbef}.cancel-variant-btn{padding:.3rem .75rem;background-color:#f5f5f5;border:1px solid rgba(47,70,110,.2);border-radius:8px;cursor:pointer;font-size:.8rem;transition:background-color .2s}.cancel-variant-btn:hover{background-color:#e0e0e0}.select-product-prompt{color:#666;font-style:italic}.variant-info{background-color:#0bbbef1a;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #0BBBEF;font-size:.9rem;color:#2f466e}.prenotification-image-previews{display:flex;flex-wrap:wrap;gap:10px;margin-top:1rem}.prenotification-image-preview{position:relative;width:100px;height:100px;border:1px solid rgba(47,70,110,.2);border-radius:8px;overflow:hidden}.prenotification-image-preview img{width:100%;height:100%;object-fit:cover}.prenotification-image-preview.main-image{border:2px solid #9BC14B}.prenotification-main-image-badge{position:absolute;bottom:0;left:0;right:0;background-color:#9bc14bcc;color:#fff;font-size:.7rem;padding:2px 4px;text-align:center}.product-code-container{display:flex;align-items:center}@media (max-width: 768px){.prenotification-sections{grid-template-columns:1fr}.product-code-container{flex-direction:column;align-items:flex-start}.history-button{margin-left:0;margin-top:.5rem}}.prenotification-history-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.prenotification-history-popup{background:#fff;padding:20px;border-radius:8px;width:90%;max-width:1200px;max-height:80vh;overflow-y:auto}.prenotification-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.close-button{background:none;border:none;font-size:24px;cursor:pointer}.prenotification-history-table{width:100%;border-collapse:collapse;margin-top:20px}.prenotification-history-table th,.prenotification-history-table td{padding:12px;text-align:left;border-bottom:1px solid #ddd}.prenotification-history-table th{background-color:#f5f5f5;font-weight:700}.loading,.error-message{text-align:center;padding:20px}.error-message{color:red}.prenotification-search{margin-bottom:20px;padding:15px;background-color:#f5f5f5;border-radius:4px}.prenotification-search form{display:flex;gap:10px}.prenotification-search-input{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.prenotification-search-button{padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.prenotification-search-button:hover{background-color:#0056b3}.prenotification-search-button:disabled{background-color:#ccc;cursor:not-allowed}.prenotification-history-content{overflow-x:auto}.prenotification-history-table{min-width:1000px}.holcim-demand-detail-section{padding:24px;height:100%}.holcim-client-section>.MuiTypography-root,.holcim-address-section>.MuiTypography-root{margin-bottom:8px}.holcim-status-pending{color:#f57c00;font-weight:500}.holcim-status-approved{color:#4caf50;font-weight:500}.holcim-status-rejected{color:#f44336;font-weight:500}.holcim-status-processing{color:#2196f3;font-weight:500}.holcim-status-completed{color:#9bc14b;font-weight:500}.holcim-demand-detail-section strong{color:#2f466e;font-weight:500}.holcim-demand-detail-section .MuiDivider-root{background-color:#00000014}.holcim-demand-total{font-size:1.25rem;color:#2f466e;font-weight:600}.holcim-status-draft{background-color:#9e9e9e!important;color:#fff!important}.holcim-status-submitted{background-color:#2196f3!important;color:#fff!important}.holcim-status-processing{background-color:#ff9800!important;color:#fff!important}.holcim-status-approved{background-color:#4caf50!important;color:#fff!important}.holcim-status-rejected{background-color:#f44336!important;color:#fff!important}.holcim-status-fulfilled{background-color:#9bc14b!important;color:#fff!important}.import-export-main-container{padding:30px;max-width:1200px;margin:0 auto;background-color:#f5f5f5;min-height:100vh}.import-export-main-container h2{color:#2c3e50;margin-bottom:30px;font-size:28px;font-weight:600;text-align:center}.import-export-tabs-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;overflow:hidden}.import-export-tabs-header{display:flex;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.import-export-tab-btn{flex:1;padding:18px 24px;font-size:16px;font-weight:600;border:2px solid #2F466E;background:#fff;color:#2f466e;cursor:pointer;transition:all .3s ease;position:relative;border-radius:0}.import-export-tab-btn:first-child{border-right:1px solid #2F466E}.import-export-tab-btn:last-child{border-left:1px solid #2F466E}.import-export-tab-btn:hover:not(.ie-tab-active){background:#2f466e0d;transform:translateY(-1px)}.import-export-tab-btn.ie-tab-active{background:#2f466e;color:#fff;border-color:#2f466e;z-index:2}.import-export-tab-content{padding:40px;background-color:#fff;min-height:600px}.import-export-alert{padding:16px 24px;margin:20px 0;border-radius:8px;font-weight:500;display:flex;align-items:center;font-size:14px}.import-export-error-alert{background-color:#ffebee;color:#c62828;border-left:4px solid #f44336}.import-export-success-alert{background-color:#e8f5e8;color:#2e7d32;border-left:4px solid #4caf50}.import-export-form-group{margin-bottom:30px}.import-export-filters-container{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px;padding:25px;background-color:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.import-export-select-field{width:100%}.import-export-select-field .MuiOutlinedInput-root{background-color:#fff;border-radius:8px;font-size:14px}.import-export-select-field .MuiOutlinedInput-notchedOutline{border-color:#e0e0e0;border-width:2px}.import-export-select-field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#2f466e}.import-export-select-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2f466e;border-width:2px}.import-export-select-field .MuiInputLabel-root{color:#666;font-weight:500}.import-export-select-field .MuiInputLabel-root.Mui-focused{color:#2f466e}.import-export-select-field .MuiSelect-select{padding:14px}.import-export-select-field .MuiAutocomplete-input{padding:14px!important}.import-export-select-field .MuiAutocomplete-endAdornment{right:14px}.import-export-date-inputs{display:grid;grid-template-columns:1fr 1fr;gap:20px;grid-column:1 / -1;margin-top:20px}.import-export-date-field{width:100%}.import-export-date-field .MuiOutlinedInput-root{background-color:#fff;border-radius:8px}.import-export-date-field .MuiOutlinedInput-notchedOutline{border-color:#e0e0e0;border-width:2px}.import-export-date-field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#2f466e}.import-export-date-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2f466e;border-width:2px}.import-export-date-field .MuiInputLabel-root{color:#666;font-weight:500}.import-export-date-field .MuiInputLabel-root.Mui-focused{color:#2f466e}.import-export-date-field .MuiOutlinedInput-input{padding:14px}.import-export-buttons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:15px;margin-top:30px}.import-export-export-btn-stock{background:linear-gradient(135deg,#9bc14b,#7da639);color:#fff;border:none;padding:16px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #9bc14b4d;display:flex;align-items:center;justify-content:center;min-height:56px}.import-export-export-btn-stock:hover{background:linear-gradient(135deg,#7da639,#6b8c31);transform:translateY(-2px);box-shadow:0 4px 12px #9bc14b66}.import-export-export-btn-stock:active{transform:translateY(0)}.import-export-export-btn-stock:disabled{background:#bdc3c7;cursor:not-allowed;transform:none;box-shadow:none}.import-export-export-btn-demand{background:linear-gradient(135deg,#0bbbef,#0a9cc7);color:#fff;border:none;padding:16px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0bbbef4d;display:flex;align-items:center;justify-content:center;min-height:56px}.import-export-export-btn-demand:hover{background:linear-gradient(135deg,#0a9cc7,#0884a5);transform:translateY(-2px);box-shadow:0 4px 12px #0bbbef66}.import-export-export-btn-demand:active{transform:translateY(0)}.import-export-export-btn-demand:disabled{background:#bdc3c7;cursor:not-allowed;transform:none;box-shadow:none}.import-export-export-btn-main{background:linear-gradient(135deg,#2f466e,#1e3a5f);color:#fff;border:none;padding:16px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #2f466e4d;display:flex;align-items:center;justify-content:center;min-height:56px}.import-export-export-btn-main:hover{background:linear-gradient(135deg,#1e3a5f,#152b44);transform:translateY(-2px);box-shadow:0 4px 12px #2f466e66}.import-export-export-btn-main:active{transform:translateY(0)}.import-export-export-btn-main:disabled{background:#bdc3c7;cursor:not-allowed;transform:none;box-shadow:none}.import-export-import-btn{background:linear-gradient(135deg,#2f466e,#1e3a5f);color:#fff;border:none;padding:16px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #2f466e4d;display:flex;align-items:center;justify-content:center;min-height:56px;margin-top:20px}.import-export-import-btn:hover{background:linear-gradient(135deg,#1e3a5f,#152b44);transform:translateY(-2px);box-shadow:0 4px 12px #2f466e66}.import-export-import-btn:disabled{background:#bdc3c7;cursor:not-allowed;transform:none;box-shadow:none}.import-export-file-upload{margin:20px 0}.import-export-file-label{display:inline-flex;align-items:center;padding:12px 24px;background-color:#f8f9fa;border:2px dashed #2F466E;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#2f466e;min-height:56px}.import-export-file-label:hover{background-color:#2f466e0d;border-color:#1e3a5f}.import-export-instructions{background-color:#f8f9fa;padding:20px;border-radius:8px;margin:20px 0;border-left:4px solid #2F466E}.import-export-instructions h4{color:#2f466e;margin-bottom:10px;font-size:16px}.import-export-instructions p{margin-bottom:10px;color:#666}.import-export-instructions ul{padding-left:20px;color:#666}.import-export-instructions li{margin-bottom:5px}.import-export-results{margin-top:30px;padding:20px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.import-export-results h4{color:#2f466e;margin-bottom:15px}.import-export-results-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:20px}.import-export-results-summary p{background-color:#fff;padding:10px;border-radius:6px;margin:0;text-align:center;font-weight:500}.import-export-errors,.import-export-warnings{margin-top:20px}.import-export-errors h5,.import-export-warnings h5{color:#c62828;margin-bottom:10px}.import-export-warnings h5{color:#f57c00}.import-export-results .MuiList-root{background-color:#fff;border-radius:6px;max-height:300px;overflow-y:auto}.import-export-results .MuiListItem-root{border-bottom:1px solid #f0f0f0}.import-export-results .MuiListItem-root:last-child{border-bottom:none}@media (max-width: 768px){.import-export-main-container{padding:20px}.import-export-tabs-header{flex-direction:column}.import-export-tab-btn{border-radius:0;border-bottom:1px solid #2F466E}.import-export-tab-btn:last-child{border-bottom:2px solid #2F466E}.import-export-tab-content{padding:20px}.import-export-filters-container{grid-template-columns:1fr;gap:15px;padding:20px}.import-export-date-inputs,.import-export-buttons-grid,.import-export-results-summary{grid-template-columns:1fr}}.import-export-select-field .MuiAutocomplete-root{width:100%}.import-export-select-field .MuiAutocomplete-paper{border-radius:8px;box-shadow:0 4px 16px #0000001a;margin-top:4px}.import-export-select-field .MuiAutocomplete-option{padding:12px 16px;font-size:14px;border-bottom:1px solid #f0f0f0}.import-export-select-field .MuiAutocomplete-option:last-child{border-bottom:none}.import-export-select-field .MuiAutocomplete-option:hover{background-color:#2f466e0a}.import-export-select-field .MuiAutocomplete-option[aria-selected=true]{background-color:#2f466e14;color:#2f466e;font-weight:500}.import-export-select-field .MuiAutocomplete-loading,.import-export-select-field .MuiAutocomplete-noOptions{padding:12px 16px;color:#666;font-style:italic}.import-export-select-field .MuiSelect-select{display:flex;align-items:center}.import-export-select-field .MuiMenuItem-root{padding:12px 16px;font-size:14px;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.import-export-select-field .MuiMenuItem-root:last-child{border-bottom:none}.import-export-select-field .MuiMenuItem-root:hover{background-color:#2f466e0a}.import-export-select-field .MuiMenuItem-root.Mui-selected{background-color:#2f466e14;color:#2f466e;font-weight:500}.import-export-select-field .MuiMenuItem-root.Mui-selected:hover{background-color:#2f466e1f}.import-export-select-field .MuiCircularProgress-root{color:#2f466e}.import-export-export-btn svg,.import-export-import-btn svg{font-size:18px}.import-export-file-label svg{font-size:20px;margin-right:8px}.import-export-export-btn:focus,.import-export-import-btn:focus,.import-export-tab-btn:focus{outline:2px solid #2F466E;outline-offset:2px}.import-export-file-label:focus-within{outline:2px solid #2F466E;outline-offset:2px}.import-export-select-field .MuiAutocomplete-endAdornment .MuiAutocomplete-clearIndicator{color:#666;padding:4px;margin-right:2px}.import-export-select-field .MuiAutocomplete-endAdornment .MuiAutocomplete-clearIndicator:hover{color:#2f466e;background-color:#2f466e0a;border-radius:50%}.import-export-select-field .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator{color:#666;padding:4px}.import-export-select-field .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator:hover{color:#2f466e;background-color:#2f466e0a;border-radius:50%}.import-export-form-section{margin-bottom:40px}.import-export-form-section h3{color:#2f466e;font-size:18px;font-weight:600;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.import-export-alert{animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.import-export-main-container{padding:15px}.import-export-main-container h2{font-size:24px;margin-bottom:20px}.import-export-tab-content,.import-export-filters-container{padding:15px}.import-export-export-btn,.import-export-import-btn{padding:14px 20px;font-size:14px}}.returns-page{min-height:80vh}.returns-page__title{color:#2f466e;font-weight:600;margin-bottom:1.5rem}.MuiTableHead-root .MuiTableCell-root{background-color:#f5f5f5;font-weight:600}.MuiChip-root{font-weight:500}.return-detail__title{color:#2f466e;font-weight:600;margin-bottom:1.5rem}.return-detail__back-button{margin-bottom:1rem}.return-detail__section-title{color:#2f466e;font-weight:500}.return-detail__label{color:#666;font-weight:500}.return-detail__value{font-weight:400}.return-detail__status-card{background-color:#f9f9f9;border-left:4px solid #2F466E}.return-detail__info-card,.return-detail__product-card,.return-detail__reason-card,.return-detail__history-card{transition:box-shadow .3s ease}.return-detail__info-card:hover,.return-detail__product-card:hover,.return-detail__reason-card:hover,.return-detail__history-card:hover{box-shadow:0 4px 12px #0000001a}.help-container{padding:20px;max-width:1200px;margin:0 auto}.help-header{margin-bottom:30px}.help-header h1{font-size:28px;color:#2f466e}.help-card{background-color:#fff;border-radius:20px;padding:25px;box-shadow:0 2px 4px #0000001a;position:relative}.help-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;padding:1.5px;background:linear-gradient(90deg,#9bc14b,#0bbaee 48%,#2b537c 98.5%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.help-card h2{font-size:18px;margin-bottom:25px;color:#2f466e;font-weight:500}.help-contacts{display:flex;justify-content:center;align-items:flex-end;flex-wrap:wrap;gap:64px;margin-bottom:30px}.contact-item{flex:1;min-width:250px;justify-content:center;align-items:center;text-align:center}.contact-item h3{font-size:16px;margin-bottom:10px;color:#2f466e;font-weight:600}.contact-item p{margin:5px 0;color:#555}.contact-item a{color:#06c;text-decoration:none}.contact-item a:hover{text-decoration:underline}.company-info{margin-top:30px;padding-top:20px;border-top:1px solid #e6e6e6;display:flex;justify-content:space-between;padding-right:64px}.company-info p{margin:5px 0;color:#555}.help-links{display:flex;gap:20px;margin-top:15px}.help-links p{margin:0}.help-links a{color:#06c;text-decoration:none;font-weight:500}.help-links a:hover{text-decoration:underline}.copyright{margin-top:20px;font-size:14px;color:#777}.help-links{padding-top:15px;border-top:1px solid #e6e6e6}.company-info{margin-top:15px;padding-top:0;border-top:none}@media (max-width: 768px){.help-contacts{flex-direction:column;gap:24px}.company-info{flex-direction:column}.contact-item{width:100%}.help-links{flex-direction:column;gap:10px}}.holcim-receipts-container{padding:20px;max-width:100%;margin:0 auto;overflow-x:auto}.date-filter-form{display:flex;gap:15px;margin-bottom:20px;align-items:center;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.receipt-detail-header h2{color:#2c3e50;margin-bottom:20px}.receipt-detail-back-button{top:0;left:20px;background-color:#fff;border:1px solid #d1d1d1;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2f466e;font-size:18px;transition:all .2s ease;box-shadow:0 1px 3px #0000000d;z-index:10}.receipt-detail-back-button:hover{background-color:#f5f5f5}.receipt-detail-back-button:active{background-color:#545b62}.receipt-form-group{display:flex;flex-direction:column;min-width:120px;flex:0 0 auto;width:0%}.form-group label{margin-bottom:5px;font-weight:700;color:#333;font-size:12px;white-space:nowrap}.date-input{padding:6px;border:1px solid #ddd;border-radius:4px;font-size:12px;width:120px}.receipt-status-select{padding:6px;border:1px solid #ddd;border-radius:4px;font-size:12px;background-color:#fff;width:100%}.filter-button{background-color:#2f466e;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:12px;height:fit-content;transition:background-color .2s;white-space:nowrap}.filter-button:hover{background-color:#253a56}.loading,.error-message,.no-data{text-align:center;padding:20px;margin:20px 0;border-radius:4px;font-size:14px}.error-message{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.table-container{overflow-x:auto;margin-top:20px}.receipts-table{width:100%;border-collapse:collapse;margin-top:20px;font-size:12px;min-width:800px}.receipts-table th,.receipts-table td{padding:6px 8px;text-align:left;border-bottom:1px solid #ddd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.receipts-table th{background-color:#f8f9fa;font-weight:700;color:#495057;font-size:11px;text-transform:uppercase}.receipts-table tr:hover{background-color:#f5f5f5}@media (max-width: 768px){.date-filter-form{flex-direction:column;align-items:stretch}.form-group,.filter-button{width:100%}.receipts-table{font-size:11px}}.clickable-row{cursor:pointer;transition:background-color .2s}.clickable-row:hover{background-color:#e9ecef!important}.verified-receipt{background-color:#d4edda!important}.verified-receipt:hover{background-color:#c3e6cb!important}.verified-badge{background-color:#d4edda;color:#155724;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500;border:1px solid #c3e6cb}.receipt-status{font-weight:700}.pending-badge{background-color:#fff3cd;color:#856404;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500;border:1px solid #ffeaa7}.delete-button{background:transparent;color:#dc3545;border:none;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:16px;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.delete-button:hover:not(:disabled){background-color:#dc35451a;transform:scale(1.1)}.delete-button:disabled{color:#6c757d;cursor:not-allowed;opacity:.7}.delete-button.deleting{animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.receipts-table th:nth-child(1),.receipts-table td:nth-child(1){width:140px;max-width:140px}.receipts-table th:nth-child(2),.receipts-table td:nth-child(2){width:100px;max-width:100px}.receipts-table th:nth-child(3),.receipts-table td:nth-child(3){width:200px;max-width:200px}.receipts-table th:nth-child(4),.receipts-table td:nth-child(4){width:150px;max-width:150px}.receipts-table th:nth-child(5),.receipts-table td:nth-child(5){width:120px;max-width:120px}.receipts-table th:nth-child(6),.receipts-table td:nth-child(6){width:150px;max-width:150px}.receipts-table th:nth-child(7),.receipts-table td:nth-child(7){width:80px;max-width:80px;text-align:center}.receipt-detail-container{padding:20px;max-width:1200px;margin:0 auto;font-family:Arial,sans-serif}.receipt-detail-header{display:flex;align-items:center;margin-bottom:20px;gap:15px}.receipt-detail-header h2{margin:0;color:#333}.back-button{background-color:#6c757d;color:#fff;border:none;padding:10px 15px;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;font-size:14px}.back-button:hover{background-color:#5a6268}.receipt-detail-section{background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 2px 4px #0000001a}.receipt-detail-section h3{margin-top:0;margin-bottom:16px;color:#2c3e50;font-size:18px;font-weight:600;border-bottom:2px solid #007bff;padding-bottom:5px}.receipt-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.detail-item{display:flex;flex-direction:column}.full-width{grid-column:1 / -1}.detail-label{font-weight:700;color:#666;margin-bottom:5px}.detail-value{color:#333}.table-container{overflow-x:auto;margin:0 -10px}.line-items-table{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.line-items-table th,.line-items-table td{border:1px solid #ddd;padding:6px 4px;text-align:left;vertical-align:top;word-wrap:break-word;overflow-wrap:break-word;overflow:hidden}.line-items-table th{background-color:#f8f9fa;font-weight:700;color:#495057;font-size:12px;white-space:nowrap}.line-items-table tr:hover{background-color:#f5f5f5}.line-items-table th:nth-child(1),.line-items-table td:nth-child(1){width:8%}.line-items-table th:nth-child(2),.line-items-table td:nth-child(2){width:22%}.line-items-table th:nth-child(3),.line-items-table td:nth-child(3){width:15%;font-family:monospace;font-size:11px}.line-items-table th:nth-child(4),.line-items-table td:nth-child(4){width:8%;text-align:right}.line-items-table th:nth-child(5),.line-items-table td:nth-child(5){width:8%;text-align:center}.line-items-table th:nth-child(6),.line-items-table td:nth-child(6){width:12%;text-align:right}.line-items-table th:nth-child(7),.line-items-table td:nth-child(7){width:27%}.receipt-detail-loading,.receipt-detail-error{display:flex;justify-content:center;align-items:center;min-height:200px;font-size:18px;color:#666}.receipt-detail-error{flex-direction:column;gap:15px}@media (max-width: 1024px){.table-container{margin:0 -15px}.line-items-table{font-size:12px}.line-items-table th,.line-items-table td{padding:5px 3px}.line-items-table th{font-size:11px}}@media (max-width: 768px){.receipt-detail-grid{grid-template-columns:1fr}.receipt-detail-header{flex-direction:column;align-items:flex-start}.receipt-detail-header h2{font-size:1.5rem}.table-container{margin:0 -20px;overflow-x:hidden}.line-items-table{font-size:11px}.line-items-table th,.line-items-table td{padding:4px 2px}.line-items-table th:nth-child(1),.line-items-table td:nth-child(1){width:10%}.line-items-table th:nth-child(2),.line-items-table td:nth-child(2){width:30%}.line-items-table th:nth-child(3),.line-items-table td:nth-child(3){width:20%}.line-items-table th:nth-child(4),.line-items-table td:nth-child(4){width:10%}.line-items-table th:nth-child(5),.line-items-table td:nth-child(5){width:10%}.line-items-table th:nth-child(6),.line-items-table td:nth-child(6){display:none}.line-items-table th:nth-child(7),.line-items-table td:nth-child(7){width:20%}}@media (max-width: 480px){.table-container{overflow-x:hidden}.line-items-table{font-size:10px}.line-items-table th,.line-items-table td{padding:3px 1px}.line-items-table th:nth-child(1),.line-items-table td:nth-child(1){width:12%}.line-items-table th:nth-child(2),.line-items-table td:nth-child(2){width:40%}.line-items-table th:nth-child(3),.line-items-table td:nth-child(3){width:25%}.line-items-table th:nth-child(4),.line-items-table td:nth-child(4){width:13%}.line-items-table th:nth-child(5),.line-items-table td:nth-child(5),.line-items-table th:nth-child(7),.line-items-table td:nth-child(7){display:none}}.section-header-with-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.section-header-with-actions h3{margin:0}.verification-buttons{display:flex;gap:10px}.btn-verify,.btn-adjust{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500}.btn-verify{background-color:#28a745;color:#fff}.btn-verify:hover{background-color:#218838}.btn-adjust{background-color:#ffc107;color:#212529}.btn-adjust:hover{background-color:#e0a800}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-container{background-color:#fff;border-radius:8px;width:90%;max-width:600px;max-height:90%;overflow-y:auto}.modal-large{max-width:800px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #ddd}.modal-header h3{margin:0}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#666}.modal-body{padding:20px}.modal-footer{padding:20px;border-top:1px solid #ddd;display:flex;justify-content:flex-end;gap:10px}.cancel-button,.close-button-footer{padding:10px 20px;border:1px solid #ddd;background-color:#fff;border-radius:4px;cursor:pointer}.submit-button{padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500}.submit-button:disabled{background-color:#6c757d;cursor:not-allowed}.status-message{padding:15px;border-radius:4px;margin-bottom:15px}.status-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-message.warning{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.status-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.adjustment-container{max-height:400px;overflow-y:auto}.adjustment-row{margin-bottom:20px}.adjustment-product{margin-bottom:10px}.adjustment-values{display:grid;grid-template-columns:1fr 1fr;gap:15px;align-items:start}.expected-quantity{color:#666}.quantity-input{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px}.notes-input{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px;resize:vertical}@media (max-width: 768px){.section-header-with-actions{flex-direction:column;align-items:flex-start;gap:10px}.adjustment-values{grid-template-columns:1fr}.expected-quantity{margin-bottom:5px}}.verified-badge,.pending-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.verified-badge{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.pending-badge{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.receipt-detail-pz-documents-list{margin-top:10px}.receipt-detail-pz-document-card{background-color:#f5f5f5;border-radius:6px;padding:15px;margin-bottom:15px;box-shadow:0 1px 3px #0000001f;border-left:4px solid #007bff}.receipt-detail-pz-document-card h4{margin:0 0 10px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.receipt-detail-pz-document-number{font-weight:700;color:#0056b3;display:flex;align-items:center;gap:5px}.receipt-detail-document-type-badge{font-size:.75rem;padding:4px 8px;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.receipt-detail-document-type-badge.correction-badge{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.receipt-detail-document-type-badge.pz-badge{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.receipt-detail-pz-document-info{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;margin-top:10px}.receipt-detail-pz-document-detail{display:flex;flex-direction:column}.receipt-detail-pz-detail-label,.receipt-detail-pz-notes-label{font-size:.8rem;color:#666;margin-bottom:3px}.receipt-detail-pz-document-notes{margin-top:10px;display:flex;flex-direction:column}.receipt-detail-no-pz-documents{color:#666;font-style:italic}.receipt-detail-no-lines{color:#666;font-style:italic;text-align:center;padding:20px}.receipt-detail-webshop-update-info{margin-top:15px;padding:15px;background-color:#f8f9fa;border-radius:8px;border-left:4px solid #007bff}.receipt-detail-webshop-update-header h4{margin:0 0 10px;color:#495057;font-size:.9rem}.receipt-detail-webshop-summary{margin:8px 0;padding:8px 12px;border-radius:4px;font-weight:500}.receipt-detail-webshop-summary.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.receipt-detail-webshop-summary.warning{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.receipt-detail-webshop-summary.info{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.receipt-detail-webshop-summary.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.receipt-detail-webshop-success-section,.receipt-detail-webshop-warning-section,.receipt-detail-webshop-error-section{margin-top:10px}.receipt-detail-updated-products,.receipt-detail-updated-variants,.receipt-detail-missing-products{margin-top:10px;padding:10px;background-color:#fff;border-radius:4px;border:1px solid #dee2e6}.receipt-detail-updated-products h5,.receipt-detail-updated-variants h5,.receipt-detail-missing-products h5{margin:0 0 8px;font-size:.85rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.receipt-detail-updated-products ul,.receipt-detail-updated-variants ul,.receipt-detail-missing-products ul{margin:0;padding-left:20px;list-style-type:disc}.receipt-detail-updated-products li,.receipt-detail-updated-variants li,.receipt-detail-missing-products li{margin:4px 0;font-size:.85rem}.receipt-detail-missing-products-note{margin-top:8px;font-size:.8rem;color:#6c757d;font-style:italic}.related-pz-list{display:flex;flex-direction:column;gap:12px}.related-pz-item{border:1px solid #e0e0e0;border-radius:8px;padding:16px;background-color:#fff;transition:box-shadow .2s ease}.related-pz-item:hover{box-shadow:0 2px 8px #0000001a}.related-pz-main{display:flex;flex-direction:column;gap:12px}.related-pz-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.related-pz-number{font-weight:600;font-size:16px;color:#2c3e50}.related-pz-type{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;text-transform:uppercase}.related-pz-type.delivery{background-color:#e8f5e8;color:#2e7d32}.related-pz-type.correction{background-color:#fff3e0;color:#f57c00}.related-pz-actions{display:flex;align-items:center;gap:8px}.delete-document-btn{background:none;border:1px solid #dc3545;border-radius:6px;padding:6px 8px;cursor:pointer;font-size:14px;color:#dc3545;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;min-height:32px}.delete-document-btn:hover:not(:disabled){background-color:#dc3545;color:#fff;transform:scale(1.05)}.delete-document-btn:disabled{opacity:.6;cursor:not-allowed}.delete-loading{display:flex;align-items:center;justify-content:center}.spinner-small{width:14px;height:14px;border:2px solid #f3f3f3;border-top:2px solid #dc3545;border-radius:50%;animation:spin 1s linear infinite}.related-pz-details{display:flex;flex-wrap:wrap;gap:16px;font-size:14px;color:#666}.related-pz-date,.related-pz-user,.related-pz-lines{display:flex;align-items:center;gap:4px}.related-pz-notes{padding:8px 12px;background-color:#f8f9fa;border-radius:6px;font-size:14px;color:#495057;border-left:4px solid #007bff}.related-pz-loading,.related-pz-error,.related-pz-empty{display:flex;align-items:center;justify-content:center;padding:20px;text-align:center;color:#666;font-style:italic}.related-pz-error{color:#dc3545;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:6px}.related-pz-loading{gap:12px}.loading-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547}html,body,#root{width:100%;max-width:100vw;overflow-x:hidden;margin:0;padding:0;min-height:100vh;background-color:#f7f6fb!important}body{min-width:320px}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#2f466e;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1e2d4d}*{scrollbar-width:thin;scrollbar-color:#2F466E #f1f1f1}.MuiBox-root{max-width:100vw;overflow-x:hidden}
