@font-face{font-family:Rubik;src:url(/assets/Rubik-Bh2wKEl6.ttf)}:root{--primary: #3d6caa;--color-error: #e74c3c;--color-success: #66b819}*{margin:0;padding:0;box-sizing:border-box;font-family:Rubik}a{text-decoration:none;color:#000}ul{list-style:none}#root{display:grid;grid-template-columns:250px 1fr;grid-template-rows:80px 1fr;grid-template-areas:"aside header" "aside main";min-height:100vh}#root>header{grid-area:header;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;padding:20px;position:sticky;top:0;background:#fff;z-index:1000}aside{grid-area:aside;padding:20px 0;max-height:100vh;min-height:100vh;position:sticky;background:#f5f5f5;top:0;z-index:15}main{grid-area:main;overflow:auto;padding:20px}.btn{border-radius:5px;padding:15px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;justify-content:center;background:#f0f0f0;border:none;font-size:16px;transition:.1s;text-align:center}.btn:hover{transform:scale(1.03)}.btn-solid{color:#fff;border:1px solid var(--primary);background:var(--primary)}.btn-solid svg path{color:#fff}.btn-regular svg path,.btn-thins svg path{color:var(--primary)}.btn-regular{color:var(--primary);background:#8ecae630}.btn-thins{color:var(--primary);border:1px solid var(--primary);background:#fff}.btn:active{box-shadow:0 0 0 4px #00000020}.btn-solid:active,.btn-regular:active,.btn-thins:active{box-shadow:0 0 0 4px #8ecae690}.btn-error-solid{color:#fff;border:1px solid var(--color-error);background:var(--color-error)}.btn-error-solid svg path{color:#fff}.btn-error-regular svg path,.btn-error-thins svg path{color:var(--color-error)}.btn-error-regular{color:var(--color-error);background:#e74c3c20}.btn-error-thins{color:var(--color-error);border:1px solid var(--color-error);background:#fff}.btn-error-solid:active,.btn-error-regular:active,.btn-error-thins:active{box-shadow:0 0 0 4px #e74c3c30}.btn-success-solid{color:#fff;border:1px solid var(--color-success);background:var(--color-success)}.btn-success-solid svg path{color:#fff}.btn-success-regular svg path,.btn-success-thins svg path{color:var(--color-success)}.btn-success-regular{color:var(--color-success);background:#66b81920}.btn-success-thins{color:var(--color-success);border:1px solid var(--color-success);background:#fff}.btn-success-solid:active,.btn-success-regular:active,.btn-success-thins:active{box-shadow:0 0 0 4px #66b81930}.input{width:100%;padding:15px;font-size:16px;border-radius:5px;border:1px solid #ddd;outline:none}.section-form{width:100%;margin:60px 0}.section-form form{display:flex;flex-direction:column;gap:30px;margin:auto;width:100%}.section-form h1{font-weight:400;font-size:24px}.section-form h3{font-size:20px;font-weight:500}.section-form form p span,.section-form h3 span{color:red}.section-form form>div p{margin-bottom:5px;font-size:16px}.section-form form>div{width:100%;display:flex;flex-direction:column;gap:15px}.section-form form>div.header-form{display:block}.section-form form>div.header-form p{font-size:18px}.section-form form input:focus,.section-form form textarea:focus{border-color:var(--primary)}.title{font-size:18px;font-weight:500}.modal h2{font-weight:400}@media (max-width: 450px){#root{grid-template-columns:100%;grid-template-rows:80px 1fr;grid-template-areas:"header" "main"}#root>header{grid-area:header;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;padding:20px}aside{padding-top:80px;width:100%;position:fixed;top:0;left:-100%;z-index:1100}}.add-campaign{max-width:600px;margin:60px auto}.checkbox-field input{cursor:pointer}.checkbox-field label{display:flex;gap:10px;cursor:pointer}.drop-zone{width:100%;height:170px;display:flex;align-items:center;justify-content:center;border-radius:5px;cursor:pointer}.drop-zone.dragover{background:#3d6caa20}.drop-zone span{font-size:16px;pointer-events:none;text-align:center;padding:0 10px;text-wrap:pretty}.drop-zone span div{display:flex;flex-direction:column;align-items:center;gap:10px}.dragover span div p,.dragover span div svg path{font-size:18px;color:var(--primary);pointer-events:none}.drop-zone span div svg{height:30px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.section-add-client{max-width:500px;margin:60px auto}.loading{border:4px solid #eee;border-top:4px solid rgba(54,69,134,.973);border-radius:50%;width:30px;height:30px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-add-product{max-width:600px}.description{position:relative}.description span{position:absolute;bottom:10px;right:10px;color:#888}.form-add-product textarea{max-width:100%;min-width:100%;max-height:200px;min-height:200px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-categories div input{position:absolute;pointer-events:none;opacity:0}.form-categories{display:flex;flex-wrap:wrap;gap:10px}.input-subcategory{display:inline-flex;gap:10px;border-radius:5px;border:1px solid #ddd;padding:7px 10px;cursor:pointer}li.error{color:var(--color-error)}.form-add-product .provider-list{flex-direction:row;column-gap:10px;flex-wrap:wrap}.form-add-product .provider-list h3{width:100%}.form-add-product .provider-list div{border:1px solid #ddd;border-radius:5px;display:inline-flex;align-items:center}.provider-list div label{cursor:pointer;padding:10px 20px 10px 10px}.provider-list div label+input{cursor:pointer;position:relative;left:-10px}.purchase-price{position:relative}.purchase-price button.btn{margin-left:15px;padding:5px 10px;position:relative;top:-3px;font-size:14px}.selected-images{display:flex;gap:10px;position:relative;border:1px solid #ddd;border-radius:5px}.selected-images>span{position:absolute;top:10px;left:10px}.preview-images{display:flex;gap:10px;flex-wrap:wrap}.preview-images div{border-radius:10px;border:1px solid #ddd;height:135px;min-width:135px;overflow:hidden;position:relative}.preview-images div span{background:#00000030;display:block;opacity:0;height:100%;width:100%;position:absolute;left:0;top:0;cursor:pointer}.preview-images div span svg{border-radius:50%;background:#000a;height:16px;width:16px;padding:10px;display:flex;justify-content:center;align-items:center;position:absolute;top:100%;left:calc(50% - 17.5px);transition:.3s}.preview-images div span svg path{color:#fff}.preview-images img{width:100%;height:100%;object-fit:contain}.preview-images div:hover span{opacity:1}.preview-images div:hover span svg{top:calc(50% - 17.5px)}@media (max-width: 450px){.form-add-product>div{width:100%}}.form-add-provider{max-width:600px}.suggestions{display:flex;gap:10px}.suggestions div{border-radius:30px;border:1px solid #ddd;font-size:14px;padding:7px 10px;cursor:pointer}.suggestions div:hover{border-color:var(--primary)}@media (max-width: 355px){.suggestions div{font-size:12px;padding:7px}}aside{display:flex;flex-direction:column;justify-content:space-between}aside div:last-child{padding:0 10px;display:flex;flex-direction:column;gap:10px}aside div:last-child a{border:1px solid #ccc;display:flex;flex-direction:column;gap:5px}aside div:last-child a span{font-size:14px}.btn.btn-navbar{display:none}.nav-bar{padding:0 10px}.nav-bar ul li a{display:flex;gap:10px;align-items:center;padding:15px 20px;border-radius:5px;outline:none}.nav-bar ul li a:hover,.nav-bar .active{background:#fff;outline:1px solid #ddd}@media (max-width: 450px){aside .btn{margin:0 20px}.btn.btn-navbar{display:inline-flex;position:absolute;margin:0;top:18px;height:45px;width:45px}.nav-bar ul li a{padding:10px 20px;font-size:18px;text-align:center}}.modal{position:fixed;height:100vh;width:100vw;top:0;left:0;display:flex;justify-content:center;align-items:center;z-index:1500}.background-modal{background:#0009;height:100%;width:100%;position:absolute;top:0;left:0;z-index:1}.container-children{background:#fff;padding:20px;border-radius:10px;z-index:1000;width:90%;max-width:500px;max-height:90%;overflow-y:auto}.container-children form{display:flex;flex-direction:column;gap:20px}.container-children .section-form{margin:0}.order-options{padding:10px;border-top:1px solid #ddd}.container-btn{display:flex;gap:10px}.order-options.container-btn:hover{border-color:#ddd}.cancel-order{display:flex;flex-direction:column;gap:20px}.order-product{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ccc;padding:5px;cursor:pointer;gap:10px}.order-product:hover{outline:1px solid #aaa;border:none}.order-product div:first-child{display:flex;align-items:center;gap:10px}.order-product div:last-child{width:100px;text-align:end}.order-product:last-child{border:none}.order-product .name{max-width:250px;width:250px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-width:calc(100% - 25px);overflow-wrap:break-word;overflow:hidden}.order-product .quantity{font-size:14px;color:#2b2b2b}.order-product .original-price{text-decoration:line-through;color:#999;margin-left:5px}.order-product .discount-badge{background:#66b819;color:#fff;padding:2px 6px;border-radius:12px;font-size:12px}.order-product .subtotal{font-weight:500;margin-top:4px}.order-product img{object-fit:contain;width:70px;height:70px;min-width:70px;min-height:70px}@media (max-width: 450px){.order-product{padding:5px 0}.order-product div:first-child{gap:5px}.order-product img{object-fit:contain;width:55px;height:55px;min-width:55px;min-height:55px}}.order-search{position:relative;width:100%}.order-search input{height:100%}.order-search .results{position:absolute;top:calc(100% + 10px);left:0;width:100%;background-color:#fff;border-radius:5px;box-shadow:0 2px 10px #0000001a;z-index:100;max-height:400px;overflow-y:auto}.order-search .results .product{border-bottom:1px solid #ccc;display:flex;gap:20px;align-items:center;padding:10px;cursor:pointer}.results li.highlighted{border:1px solid var(--primary)}.order-search .results .product:last-child{border-bottom:none}.order-search .results .product p{display:flex;flex-direction:column;gap:10px}.order-search .results .product img{object-fit:contain;width:100px;height:100px}.order{display:flex;align-items:start;gap:20px;height:100%;max-width:1200px;margin:auto}.order-header{display:flex;gap:20px;align-items:stretch}.order-info{width:100%;display:flex;flex-direction:column;gap:20px}.order-info .order-products{display:flex;gap:20px;flex-wrap:wrap}.order-detail{border-radius:5px;border:1px solid #ccc;padding:10px;width:400px;min-width:400px;max-height:calc(100vh - 125px);overflow:auto}.order-detail>div>:first-child{border-top:none}.order-detail>div:nth-last-child(2){position:sticky;bottom:60px;background:#fff;border-top:1px solid #ccc}.order-detail>div{border-top:1px solid #ccc;border-bottom:none;padding-top:10px;margin-top:10px}.order-detail .info-product ul{padding:0;margin-bottom:0}.order-detail .info-product ul li{cursor:auto;padding:5px 0}.order-detail .info-product ul li:hover{background:none}.order-detail h2{font-weight:500;margin-top:20px}.order-detail .container-btn{display:flex;flex-direction:column;gap:10px;border:none;position:sticky;bottom:-69px;background:#fff}.order-detail .order-options{padding:0}.order-options .container-btn:hover{top:0}.add-discount{display:flex;flex-direction:column}.add-discount button{border:none;color:#1872fa;font-size:16px;background:none;cursor:pointer;text-align:end;margin-left:5px}.add-discount button:hover{text-decoration:underline}.order-detail-list>p{border:1px solid #ccc;text-align:center;padding:40px 20px;border-radius:10px;font-size:18px}@media (max-width: 450px){.order{flex-wrap:wrap}.order-detail{width:100%;min-width:100%;max-height:100%;overflow:hidden}.order-detail-list .name{width:100%;max-width:150px}.order-header{flex-wrap:wrap-reverse}}.btn-add-external-product{font-size:14px;width:100%;max-width:200px}.title-modal-enternal{margin-bottom:20px}@media (max-width: 450px){.btn-add-external-product{max-width:100%}}.payment-method-controls{display:flex;flex-direction:column;margin-top:10px;gap:20px}.methods{display:flex;align-items:center;gap:10px}.methods label{width:100%;min-width:200px;display:inline-flex;align-items:center;gap:10px;padding:10px;height:50px;border-radius:10px;border:1px solid #ccc;cursor:pointer}.payment-method-controls .container-btn{flex-wrap:wrap}.payment-method-controls .container-btn .methods,.payment-method-controls .container-btn .btn{width:100%}.amount-input p{margin-bottom:10px}.amount-input div .container-btn{flex-wrap:nowrap;margin-top:10px}.amount-input div .container-btn button{background:#f5f5f5;border:1px solid #aaa;padding:10px;border-radius:30px;cursor:pointer}.amount-input div .container-btn button:hover{background:#eee}.info-order{display:flex;max-width:1200px;margin:60px auto;gap:30px}.order-completed .container-order-product-table{border:none;padding:0}.order-payments{width:100%}.order-payments h2{font-weight:500;font-size:18px}.order-payments-list{margin:15px 0}.order-payments-list h2{margin-bottom:10px}.order-payments-list ul{border-radius:10px;border:1px solid #ccc;padding:10px}.order-payments-list li{padding:10px 0;border-bottom:1px solid #ccc;display:flex;justify-content:space-between;position:relative}.order-payments-list li.incomplete:hover{cursor:pointer}.order-payments-list li.incomplete span{background:#000000b9;padding:5px;border-radius:5px;color:#fff;position:absolute;right:0;top:50%;transform:translateY(-50%);opacity:0;pointer-events:none}.order-payments-list li.incomplete:hover span{opacity:1}.order-payments-list li:last-child{border-bottom:none}.order-payments-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;border:1px solid #ccc;border-radius:10px;gap:20px;padding:20px}.payment-methods{width:100%}.payment-progress{margin:10px 0 5px;display:flex;flex-direction:column;gap:5px}.progress-bar{width:100%;height:10px;background-color:#eee;border-radius:5px;overflow:hidden;margin:10px 0}.progress-fill{height:100%;background-color:#66b819;transition:width .3s ease}.payment-info{justify-content:space-between;align-items:center;width:100%}.container-payment-modal{display:flex;flex-direction:column;gap:20px}@media (max-width: 450px){.info-order{flex-direction:column}.order-payments-list li{flex-wrap:wrap}.order-payments-list li p{width:100%;align-items:start;margin-top:3px}.order-payments-list li p:first-child{margin-top:0;justify-content:space-between}}.order-details{width:100%;max-width:500px;position:sticky;top:20px}.order-details>div{display:flex;align-items:end;justify-content:space-between;margin-bottom:10px}.order-details .order-options{display:flex;gap:10px;justify-content:start;align-items:stretch;padding:10px 0}.order-details h2{font-weight:500;font-size:18px}.order-details ul{width:100%;border-bottom:1px solid #ccc;padding:10px 0 20px}.order-details ul:nth-last-child(2){border:none}.order-details ul li{display:flex;align-items:start;justify-content:space-between;padding:3px 0;gap:20px}.order-details ul li b{text-align:end}.order-details ul li p{display:flex;flex-direction:column;align-items:end}.order-details ul li a:hover{text-decoration:underline}.order-details ul li p .method:first-child{margin-bottom:10px}.order-details ul li p span.discount{text-decoration:line-through}.order-confirmed{margin:60px auto;max-width:1200px;display:flex;align-items:start;gap:30px}.container-order-product-table{width:100%;overflow-x:auto;border-left:1px solid #ccc;padding-left:30px}.order-product-table{width:100%;min-width:600px}.order-product-table th{border-bottom:1px solid #ccc;padding:10px 0;text-align:end}.order-product-table th:first-child{text-align:center}.order-product-table th:nth-child(2){text-align:start}.order-product-table td{border-bottom:1px solid #ccc;margin-bottom:5px;padding:5px 0;text-align:end}.order-product-table td:first-child{text-align:center;padding:5px 10px 5px 0}.order-product-table td a{display:flex;align-items:center;gap:10px}.order-product-table td a:hover{text-decoration:underline}.product-image{object-fit:contain;height:60px;width:60px}.order-product-table td .discount{justify-content:end}.orders-list li a div{display:flex;align-items:center;gap:10px}@media (max-width: 450px){.order-confirmed{flex-wrap:wrap}.container-order-product-table{border-left:none;padding-left:0}}.pre-view-order{border:1px solid #ddd;border-radius:5px}.pre-view-order a{width:400px;display:flex;justify-content:space-between;flex-direction:column;gap:10px;padding:10px}.pre-view-order-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;padding-bottom:10px}.pre-view-order h4{font-weight:500;margin-bottom:5px;display:inline-block}.pre-view-order-comment p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;height:25px}.status-completed{font-size:14px;padding:5px 10px;border-radius:30px;background:#66b81920;color:#66b819;display:flex;gap:5px;width:max-content}.status-pending{font-size:14px;padding:5px 10px;border-radius:30px;background:#ff880020;color:#f80;display:flex;gap:5px;width:max-content}.status-rejected{font-size:14px;padding:5px 10px;border-radius:30px;background:#b8191920;color:#b81919;display:flex;gap:5px;width:max-content}.status-cancelled{font-size:14px;padding:5px 10px;border-radius:30px;background:#eee;color:#000;display:flex;gap:5px;width:max-content}.payment-method p{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.payment-method span{display:flex;align-items:center;gap:10px}@media (max-width: 450px){.pre-view-order{min-width:100%}.pre-view-order a{width:100%}}.pending-payments-detail{margin-top:10px;display:flex;gap:10px}.pagination{display:flex;justify-content:center;align-items:center;gap:10px}.pagination button{height:40px}.number-of-pages{display:flex;align-items:flex-end;gap:5px;overflow:hidden;padding:5px}.number-of-pages button{width:40px}.number-of-pages span{padding:7px 10px}.pagination .page-active{color:#fff;background:var(--primary)}.container-images{position:relative;z-index:100}.container-main-image{display:flex;flex-direction:column;border-radius:10px;overflow:hidden;background:#fff;position:absolute;top:130px;box-shadow:0 5px 10px #00000020;border:1px solid #ddd;padding:10px;z-index:100}.container-main-image div{display:flex;gap:10px}.container-main-image svg{padding:5px;cursor:pointer;position:absolute;top:10px;right:10px}.container-main-image img{height:300px;width:300px;object-fit:contain;background:#fff;border-radius:5px}.container-thumbnails{display:flex;gap:5px}.container-thumbnails>img{height:120px;width:120px;object-fit:contain;background:#fff;border-radius:5px;padding:10px;cursor:pointer;border:1px solid #ddd}.form-add-image{min-height:120px;width:120px;object-fit:contain;cursor:pointer;position:relative}.form-add-image input{position:absolute;outline:auto;height:120px;width:120px;left:0;top:0;opacity:0;cursor:pointer}.form-add-image span{text-align:center;display:block;border-radius:5px;padding:10px;height:120px;width:120px;display:flex;justify-content:center;align-items:center;flex-direction:column;background:#f5f5f5;cursor:pointer;border:2px dashed #ddd;color:#636363}.form-add-image span svg{margin-bottom:5px}.form-add-image span svg path{color:#636363}.delete-provider{cursor:pointer;border-radius:5px;border:1px solid #ddd;display:flex;flex-direction:column;gap:10px;padding:10px}.delete-provider p{display:flex;align-items:center;justify-content:space-between;padding:10px;border-radius:5px}.delete-provider p:hover{background-color:#eee;cursor:pointer}.provider-list li a:hover{color:#1872fa}.product-detail{display:flex;flex-direction:column;gap:30px;max-width:700px;width:100%;margin:60px auto}.info-product{position:relative;display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid #eee;padding-bottom:10px;z-index:10}.info-product>div{margin-top:20px}.info-product>div ul{margin-bottom:0}.info-product>div ul li{cursor:auto;text-align:start;flex-wrap:wrap;padding:5px 0}.info-product>div ul li div{display:flex;align-items:center;gap:10px}.info-product>div ul li.hover{background:#fff}.info-product:last-child{border-bottom:none}.info-product header .active{padding:5px 10px;border-radius:30px;background:#66b81920;color:#66b819;display:flex;gap:5px;width:max-content}.info-product header .inactive{padding:5px 10px;border-radius:30px;background:#b8191920;color:#b81919;display:flex;gap:5px;width:max-content}.info-product header .active span,.info-product header .inactive span{position:absolute;left:-20px;opacity:0}.info-product header .active:hover span,.info-product header .inactive:hover span{opacity:1}.info-product header div{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.info-product h1{cursor:pointer;font-weight:500;max-width:75%;text-wrap:pretty;font-size:24px}.info-product h1 svg{opacity:0;margin-left:5px}.info-product h1:hover svg{opacity:1}.info-product p span{display:block;margin-bottom:5px}.info-product ul{width:100%;margin-bottom:20px}.detail-description{cursor:pointer}.detail-description pre{text-wrap:wrap}.product-detail h3{font-size:18px;font-weight:500;margin-bottom:10px;display:flex;gap:10px}.detail-description svg{opacity:0}.detail-description:hover svg{opacity:1}.info-product ul li{display:flex;justify-content:space-between;text-align:end;padding:5px;border-radius:5px;cursor:pointer}.info-product>ul li:hover{background:#f5f5f5}.info-product ul li span{display:flex;gap:10px}.info-product ul li span svg{opacity:0}.info-product ul li:hover span svg{opacity:1}.info-product ul li b{max-width:300px}.info-product .purchase-price{margin-top:20px}.info-product .purchase-price p{margin-bottom:10px}.info-product .purchase-price .btn{top:calc(50% + 14px)}.info-product .purchase-price+.btn{margin-top:10px;width:100%}.actions-edit{display:flex;gap:10px}textarea.input{max-height:200px;min-height:200px;max-width:100%;min-width:100%}@media (max-width: 450px){.product-detail{flex-direction:column}.container-images{flex-direction:column-reverse}.container-main-image img{height:100%;width:100%}.container-main-image .btn{font-size:14px}.container-thumbnails{flex-direction:row;flex-wrap:wrap;padding:5px;transform:translate(-5px)}.info-product{width:100%}.info-product>div ul li>div{margin-top:5px}}.search-container{position:relative;width:100%}.container-options-list{position:absolute;top:calc(100% + 10px);left:0;background:#fff;border:1px solid #ccc;border-radius:5px;z-index:10;box-shadow:0 5px 20px #00000010;width:100%}.options-list{max-height:400px;overflow-y:auto}.options-list li{border:1px solid transparent}.options-list li a{display:flex;align-items:center;gap:10px;padding:10px;cursor:pointer;min-height:55px}.options-list li a img{height:35px;width:35px;object-fit:contain}.options-list li.highlighted{border:1px solid var(--primary)}.container-options-list .options-list+button{width:100%;padding:15px;border-radius:0;font-size:16px;border:none;cursor:pointer}.container-options-list .options-list+button:hover{background:#dfdfdf}.options-list .loading{margin:10px auto}.no-results{text-align:center;padding:15px}@media (max-width: 450px){.container-options-list{left:-60px;width:calc(100% + 60px)}}.search{display:flex;position:relative;height:45px;flex-grow:0;width:100%;max-width:600px;margin:auto}.search>div{width:100%}.search .input{width:100%;border-radius:0 5px 5px 0;padding:0 15px 0 3px;border-left:none;height:100%}.search label{border-radius:5px 0 0 5px;height:100%;width:45px;background:none;outline:none;border:1px solid #ddd;border-right:none;cursor:pointer;display:flex;justify-content:center;align-items:center}@media (max-width: 450px){.search{width:100%;margin:0 0 0 60px}}.campaign-list{display:flex;gap:10px;max-width:100%;overflow:auto}.campaign-list li a{padding:10px;border-radius:5px;border:1px solid #ccc;display:inline-block;width:250px;display:flex;flex-direction:column;gap:5px}.campaign-list li a:hover,.campaign-list li a.active{background:#f9f9f9;border:1px solid #aaa}.campaign-list li a span{font-size:14px}.campaign-list li a .active{color:#66b819}.campaign-list li a .active span{background-color:#66b819}.campaign-list li a .inactive{color:#b81919}.campaign-list li a .inactive span{background:#b81919}.campaign-list li a>p{font-size:14px;display:flex;align-items:center}.campaign-list li a>p span{display:inline-block;margin-right:5px;height:7px;width:7px;border-radius:50%}.campaign-list li a h3{font-weight:400;text-overflow:ellipsis;overflow:hidden;text-wrap:nowrap}.campaign-list li a div{display:flex;justify-content:space-between}.campaign-product{border-radius:5px;border:1px solid #ccc;width:200px;background:#fff;padding:10px;display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer}.campaign-product:hover{border-color:#727272}.campaign-product h4{overflow:hidden;max-width:180px;text-overflow:ellipsis;text-wrap:nowrap;font-weight:500}.campaign-product .container-img{width:100px;height:100px}.campaign-product .container-img img{object-fit:contain;width:100%;height:100%}.campaign-products{margin-top:20px;border:1px solid #ccc;padding:10px;background:#f9f9f9;border-radius:10px}.campaign-products p{text-align:center;padding:10px}.campaign-products h3{font-size:18px;font-weight:400;margin:20px 0 10px}.campaign-products .product{border:1px solid #ccc;border-radius:5px;display:flex;flex-direction:column;align-items:center;width:100px;height:100px;position:relative;cursor:pointer;padding:5px;background:#fff}.campaign-products .product-select{outline:1px solid #1872fa;border-color:#1872fa;outline-offset:1px}.campaign-products .product:hover{border-color:#727272}.campaign-products .product-select:hover{border-color:#1872fa}.campaign-products .product-in-campaign{filter:grayscale(1);cursor:not-allowed;opacity:.6;border:2px dashed #ccc}.campaign-products .product-in-campaign:hover{border-color:#ccc}.campaign-products .product .container-img{height:70px;width:100%}.campaign-products .product .container-img img{width:100%;height:100%;object-fit:contain}.campaign-products .product h4{font-weight:400;text-align:center;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;width:100%}.campaign-products .product .remove{background:#303030;color:#fff;position:absolute;top:10px;left:10px;font-size:12px;height:20px;width:20px;display:flex;justify-content:center;align-items:center;border-radius:50%;opacity:0}.campaign-products .product:hover .remove{opacity:1}.campaign-products .results{margin-top:10px;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.campaign-products .results:last-child{border-top:1px solid #ccc;padding-top:10px;margin-bottom:0}.campaign-products ul{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.campaign-products ul li{display:flex;align-items:center;justify-content:space-between;gap:5px;max-width:200px;border:1px solid #1872fa;color:#1872fa;background:#1872fa10;padding:5px;border-radius:5px}.campaign-products ul li span{text-wrap:nowrap;overflow:hidden;max-width:180px;text-overflow:ellipsis}.campaign-detail{max-width:1200px;margin:40px auto}.campaign-detail-info h2{display:flex;gap:20px;font-weight:500;margin-top:15px}.campaign-detail-info>a:hover{text-decoration:underline}.campaign-detail-info h4{font-weight:500;margin-bottom:5px}.campaign-detail-info p a{color:#1872fa}.campaign-detail-info p a:hover{text-decoration:underline}.campaign-detail-info p.active span,.campaign-detail-info p.inactive span{height:7px;width:7px;border-radius:50%;display:inline-block}.campaign-detail-info p.active{color:#66b819;display:flex;gap:5px;align-items:center;font-size:16px;font-weight:400}.campaign-detail-info p.active span{background-color:#66b819}.campaign-detail-info p.inactive{color:#b81919;display:flex;gap:5px;align-items:center;font-size:16px;font-weight:400}.campaign-detail-info p.inactive span{background:#b81919}.campaign-detail-info>div{padding-top:10px;margin-top:10px;border-top:1px solid #ccc}.campaign-detail-info>div:last-child{border:none}.campaign-date{display:flex;max-width:300px;width:100%;justify-content:space-between}.campaign-image{object-fit:contain;width:100%;max-width:300px;max-height:200px}.header-campaign-page{display:flex;justify-self:end;margin-bottom:20px}.cash-register-header{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:10px;margin-top:40px}.cash-register-header h2{font-size:32px;font-weight:600;text-align:center;margin-bottom:30px}.cash-register-header h2 p{font-size:16px;font-weight:400;color:#aaa}.cash-register-header h2 span{font-size:24px;color:#aaa}.cash-register-actions{display:flex;gap:10px}.cash-register-summary{display:flex;gap:20px;margin:10px 0 20px;padding:15px;background-color:#f5f5f5;border-radius:4px}.cash-register-summary div{flex:1}.cash-register-summary>div>span{display:block;color:#666;margin-bottom:10px}.cash-register-summary h3{display:flex;align-items:center;gap:10px;margin-bottom:5px;font-size:18px}.cash-register-summary h3 span{font-weight:400;color:#000}.change-cash-register-summary-section{margin-bottom:20px;cursor:pointer;color:#1872fa}.change-cash-register-summary-section:hover{text-decoration:underline}.cash-register-summary-container p{margin:40px 0;text-align:center}.movements-container{margin-top:20px}.movement-group{margin-bottom:20px}.movement-date-header{font-size:16px;font-weight:500;margin-bottom:10px;padding:10px;background:#f5f5f5;border-radius:5px}.movements-list{list-style:none;padding:0;margin-top:10px}.movement{display:flex;justify-content:space-between;align-items:center;padding:10px;margin-bottom:5px;border-radius:10px;width:100%;cursor:pointer}.movement:hover{background:#f5f5f5}.movement-info{display:flex;align-items:center;gap:10px}.movement-info div:last-child{display:flex;flex-direction:column}.movement-info-icon{min-height:45px;min-width:45px;height:45px;width:45px;background:#f5f5f5;display:flex;justify-content:center;align-items:center;border-radius:5px}.movement-type{font-weight:500;position:relative;width:max-content}.movement-type .movement-time{font-weight:400;opacity:0;position:absolute;top:50%;transform:translateY(-50%);left:calc(100% + 10px)}.movement:hover .movement-type .movement-time{opacity:1}.movement.in .movement-type{color:#2e7d32}.movement.out .movement-type{color:#c62828}.movement-details{text-align:right}.movement-amount{display:block;font-weight:500;text-wrap:nowrap}.movement-time{font-size:.9em;color:#666;text-wrap:nowrap}.movement-details-info{display:flex;flex-direction:column;gap:20px}.movement-details-info ul{border-bottom:1px solid #ccc;padding-bottom:20px}.movement-details-info ul li{padding:3px 0;display:flex;justify-content:space-between}.movement-details-info ul li b{text-align:end}.movement-details-info h2{display:flex;gap:10px;align-items:center}.movement-details-info a{color:#1872fa}.movement-details-info a:hover{text-decoration:underline}.movement-details-info-money>div{margin-top:10px;display:flex;justify-content:space-between;align-items:center}.movement-details-info-money>div div{display:flex;flex-direction:column;gap:5px}.movement-details-info-money>div div span{font-size:14px}.movement-details-info-money>div div h3{font-size:16px}@media (max-width: 450px){.movement{padding:10px 0;gap:5px}.movement-info-icon{min-height:35px;min-width:35px;height:35px;width:35px;background:#f5f5f5;display:flex;justify-content:center;align-items:center;border-radius:5px}.movement-info-icon svg{height:24px;width:24px}.movement-description{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;pointer-events:none;overflow-wrap:break-word;overflow:hidden}}.cash-register{max-width:800px;margin:60px auto}.cash-register-list{display:flex;gap:10px;margin-top:10px;justify-content:center}.cash-register-list li button,.cash-register-list li a{padding:7px 10px;border-radius:30px;display:inline-block;background:#f5f5f5;border:1px solid #ccc;font-size:16px;cursor:pointer;transition:.2s;text-wrap:nowrap}.cash-register-list li a.active{background:var(--primary);color:#fff;border-color:var(--primary)}.cash-register-list li button:hover,.cash-register-list li a:hover{transform:scale(1.05)}.cash-register-dropdown{position:relative}.dropdown-menu{width:180px;position:absolute;border-radius:5px;top:calc(100% + 10px);right:0;background:#fff;border:1px solid #ccc;padding:5px}.cash-register-dropdown .dropdown-menu a{border-radius:5px;background:#fff;border:none;text-overflow:ellipsis;max-width:100%;display:block;overflow:hidden;white-space:nowrap}.cash-register-dropdown .dropdown-menu a:hover{transform:scale(1.02)}@media (max-width: 450px){.cash-register{margin:20px auto}}.form-new-address{display:flex;flex-direction:column;align-items:stretch;gap:10px;width:100%;margin-top:10px}.form-new-address h4{margin-bottom:10px}.form-new-address .container-options-list{width:100%;left:0}.form-new-address .container-options-list .options-list li{padding:3px 7px}.div-street{display:flex;gap:10px}.div-street input,.div-street .input-address{width:100%}.input-address{position:relative}.btn-new-address{width:100%}.client-item{position:relative}.client-item td{padding:12px 10px;border-bottom:1px solid #eee}.payment-pending{color:#f80;background:#ff880020;padding:5px 7px;border-radius:5px;display:flex;align-items:center;gap:5px;width:max-content}.new-order-modal{display:flex;flex-direction:column;gap:20px}.client-page{margin:20px auto}.client-page table{position:relative}.header-client-page{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.header-client-page>div{display:flex;gap:10px}.header-client-page select{width:200px}.search-client{width:400px;position:relative}.search-client input{width:100%}.search-client .results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:0 0 4px 4px;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 2px 4px #0000001a}.search-client .results ul{margin:0;padding:0;list-style:none}.search-client .results li{border-bottom:1px solid #eee}.search-client .results li:last-child{border-bottom:none}.search-client .results li a{text-decoration:none;padding:8px 12px;display:block}.search-client .results li:hover{background-color:#f5f5f5}.search-client .results p{padding:12px;margin:0;color:#666;text-align:center}.search-client .loading-results{padding:20px;display:flex;justify-content:center;align-items:center}.search-client .loading-results .loading{width:24px;height:24px}.client-page table{margin-top:20px;width:100%}.client-page table th{padding:10px;background:#eee;text-align:left}.results ul li{border-bottom:1px solid #eee}.results ul li.selected{background-color:#f0f0f0}.results ul li.selected a{color:#333;font-weight:500}@media (max-width: 450px){.header-client-page{flex-direction:column-reverse;align-items:stretch;gap:10px}.header-client-page div{flex-wrap:wrap}.header-client-page select,.search-client{width:100%}.client-page table{max-width:100%;display:block;overflow-x:scroll;overflow-y:hidden}}.shortcuts{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:30px;width:100%}.shortcuts>a{padding:10px;min-width:250px;border-radius:5px;border:1px solid #ddd;cursor:pointer;display:flex;gap:10px;align-items:center}.shortcut-icon{display:flex;align-items:center;justify-content:center;background:#23285310;height:50px;width:50px;border-radius:50%}@media (max-width: 450px){.shortcuts{gap:0;justify-content:space-between;margin-top:30px}.shortcuts>a{padding:0;width:75px;min-width:65px;border:none;flex-direction:column;gap:10px;text-align:center;align-items:center;justify-content:center;font-size:14px}}.home-page{max-width:800px;margin:60px auto}.home-page .cash-register-actions{display:none}@media (max-width: 450px){.home-page{margin:20px auto}}.date-filter{display:flex;gap:10px}.container-orders{display:flex;gap:15px;flex-wrap:wrap;align-items:start}.header-monthly-overview{gap:20px;margin-bottom:10px}.header-monthly-overview>div{margin-bottom:20px}.header-monthly-overview h1{margin-bottom:10px;display:flex;gap:10px;align-items:center;font-weight:400}.header-monthly-overview h1 p{position:relative}.header-monthly-overview h1 .active{background:#66b81920;color:#66b819;padding:5px 10px;border-radius:30px;font-size:14px;font-weight:400}.header-monthly-overview h1 .inactive{background:#b8191920;color:#b81919;padding:5px 10px;border-radius:30px;font-size:14px;font-weight:400}.header-monthly-overview h1 .active span,.header-monthly-overview h1 .inactive span,.diference span{position:absolute;padding:5px 10px;left:50%;top:calc(100% + 10px);transform:translate(-50%);font-size:14px;border-radius:5px;width:max-content;background:#000000c7;color:#fff;pointer-events:none;opacity:0}.header-monthly-overview h1 .active:hover span,.header-monthly-overview h1 .inactive:hover span,.diference:hover span{opacity:1}.profit{display:flex;margin:20px 0 40px;gap:20px;flex-wrap:wrap}.profit h2{display:flex;flex-direction:column;align-items:start;font-size:28px;font-weight:600}.profit h2 span{font-weight:400;font-size:18px}.completed-orders-summary{display:flex;flex-direction:column;justify-content:space-between;width:300px}.completed-orders-summary div h3{text-wrap:pretty}.completed-orders-summary div div{display:flex;margin-top:20px;gap:10px}.completed-orders-summary div div h2{font-weight:500}.completed-orders-summary .active{background:#66b81920;color:#66b819}.completed-orders-summary .inactive{background:#b8191920;color:#b81919}.diference{background:#f5f5f5;border-radius:30px;border:1px solid #ddd;font-size:14px;padding:5px 10px;font-weight:400}.completed-orders-summary .active,.completed-orders-summary .inactive{position:relative;font-size:14px;padding:5px 10px;border-radius:30px;width:max-content}.completed-orders-summary .active span,.completed-orders-summary .inactive span,.diference span{position:absolute;padding:5px 10px;left:50%;top:calc(100% + 10px);transform:translate(-50%);font-size:14px;border-radius:5px;width:max-content;background:#000000c7;color:#fff;pointer-events:none;opacity:0}.completed-orders-summary .active:hover span,.completed-orders-summary .inactive:hover span,.diference:hover span{opacity:1}.form-new-order{background:#fff;display:flex;flex-direction:column;justify-content:space-between;height:100%}.form-new-order h3{margin-bottom:15px}.form-new-order .btn{width:100%}@media (max-width: 450px){.form-new-order{width:100%;min-width:100%}}.order-page>div{margin-bottom:40px}.header-order-page{display:flex;flex-wrap:wrap;gap:20px}.header-order-page>div{padding:15px;border-radius:5px;border:1px solid #ddd;width:100%;min-width:280px;max-width:300px;min-height:270px}.order-page nav{margin-bottom:20px;border-bottom:1px solid #ddd;display:flex;max-width:100%;overflow:auto}.link-orders{display:inline-block;padding:10px 15px;font-size:18px}.link-orders.active{color:var(--primary);border-bottom:1px solid var(--primary)}.link-orders:hover{color:var(--primary)}.orders-web{display:flex;flex-direction:column;justify-content:space-between}.orders-web .subtitle{margin-bottom:5px}.no-orders{text-align:center;margin-top:20px;border-radius:10px;padding:20px;background-color:#f5f5f5}.orders-web .orders-list{display:flex;flex-direction:column;position:relative}.orders-list .order{position:relative;flex-direction:column;gap:5px;height:auto;padding:5px;border-radius:5px;background:#fff;z-index:100;border:1px solid #ddd;width:100%;left:0;height:86px;transition:all .3s ease}.orders-list .order:nth-child(2){transform:scale(.9);z-index:50;position:absolute;top:30px;pointer-events:none}.orders-list .order:nth-child(3){transform:scale(.8);z-index:25;position:absolute;top:55px;pointer-events:none}.orders-list:hover .order:nth-child(2){transform:scale(1);top:96px;z-index:100}.orders-list:hover .order:nth-child(3){transform:scale(1);top:192px;z-index:100}.orders-list .products-order{display:flex}.orders-list .products-order img{object-fit:contain;height:50px;width:50px;border-radius:50%;padding:5px;border:1px solid #ccc;background:#fff}.orders-list .products-order img:nth-child(n+2){margin-left:-15px}@media (max-width: 450px){.header-order-page>div{max-width:450px}}.container-filters{display:flex;align-items:center;gap:15px}.filter{display:flex;flex-direction:column;gap:5px}.filter span{font-size:14px}.filter .input{padding:10px 15px}.container-product-grid{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:30px}.product-grid{position:relative;border:1px solid #ddd;border-radius:5px;padding:15px;width:100%;max-width:400px;display:flex;flex-direction:column;gap:20px}.product-grid p{margin-bottom:5px;font-weight:500}.product-grid>div:first-child{display:flex;gap:10px}.product-grid img{object-fit:contain;height:100px;width:100px}.product-grid img+div{width:100%;max-width:calc(100% - 110px)}.product-grid h3{height:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:10px;max-width:100%;font-weight:400}.product-grid img+div div{display:flex;gap:10px;align-items:center}.product-grid .code{display:inline-block;font-size:14px;color:#aaa}.product-grid .active{font-size:14px;padding:5px 10px;border-radius:30px;background:#66b81920;color:#66b819;display:flex;gap:5px;width:max-content}.product-grid .inactive{font-size:14px;padding:5px 10px;border-radius:30px;background:#b8191920;color:#b81919;display:flex;gap:5px;width:max-content}.product-grid>div:nth-child(2){display:flex;flex-wrap:wrap;gap:10px}.product-grid>div:nth-child(2) span{background:#f5f5f5;border-radius:30px;border:1px solid #ddd;font-size:14px;padding:5px 10px;text-wrap:nowrap}.active,.inactive,.stock span,.prices div>span{position:relative;cursor:pointer}.active:hover span,.inactive:hover span,.stock span:hover span,.prices div>span:hover span{opacity:1}.product-grid span span{position:absolute;background:#000000c7;border-radius:5px;padding:5px 7px;color:#fff;top:calc(100% + 10px);left:0;opacity:0;transition:.1s;pointer-events:none;z-index:100;font-size:14px}.prices{display:flex;gap:20px}.prices>div{width:50%}.purchase-price ul{height:23px;transform:translateY(-2px);overflow:hidden}.purchase-price ul:hover{background:#f5f5f5;border:1px solid #ddd;border-radius:5px;overflow:visible;box-shadow:0 5px 15px #00000010;height:auto;padding:10px;position:absolute;width:125%;z-index:100}.purchase-price ul li{display:flex;align-items:center;justify-content:space-between;gap:5px}.purchase-price ul li span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:40%;min-width:40%}.product-grid>div:nth-child(4) span{display:flex;gap:5px;align-items:center}.product-grid a{position:absolute;bottom:15px;right:15px;display:flex;justify-content:center;align-items:center;border-radius:5px;border:1px solid #ddd;gap:5px;padding:10px 15px}.product-grid a:hover{border-color:#aaa}.select-category{border-radius:10px;text-align:center;padding:20px;background:#f0f0f0;margin-top:20px;font-size:18px}.product-section{background:#fff;border-radius:10px;padding:10px;margin-top:20px;width:100%;overflow:auto}.product-list{margin-bottom:20px;width:100%}.product-list thead td:first-child{border-radius:5px 0 0 5px}.product-list thead td:last-child{border-radius:0 5px 5px 0}.product-list thead td{background:#eee;padding:10px}.product-list tbody td{padding:10px}.priority-analytics-cards{margin-bottom:40px}.priority-analytics-cards h3{margin-bottom:20px}.priority-cards{display:flex;gap:10px;max-width:100%;overflow-x:auto}.priority-card{min-width:450px;background:#fff;border-radius:10px;padding:10px;display:flex;gap:10px;transition:box-shadow .2s,transform .2s;border:1px solid #ccc}.priority-card:hover{border-color:#aaa}.priority-card-img{width:100px;height:100px;object-fit:contain}.priority-card ul li{display:flex;justify-content:space-between;flex-wrap:wrap;padding:5px 0;border-bottom:1px solid #eee;max-width:318px}.priority-card ul li:last-child,.priority-card ul li:first-child{border-bottom:none}.priority-product-name{max-width:calc(100% - 10px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 450px){.priority-card{min-width:90%;flex-direction:column}.priority-card ul li{max-width:100%}}.header-products-page{display:flex;justify-content:space-between;align-items:flex-end}.header-products-page>div{display:flex;align-items:end;gap:10px}.chart{width:100%;margin-top:40px;max-width:1000px;border-radius:5px;border:1px solid #ddd;padding:15px}.chart .title{margin-bottom:20px}.header-provider-detail a{color:#0d4eaf}.header-provider-detail a:hover{text-decoration:underline}.provider-list{overflow:auto}.provider-list table{width:100%;border-collapse:collapse;margin-top:20px;min-width:600px}.provider-list table thead tr th:first-child{border-radius:5px 0 0 5px}.provider-list table thead tr th:last-child{border-radius:0 5px 5px 0}.provider-list table thead tr{background-color:#f2f2f2}.provider-list table tbody tr:nth-child(odd){background-color:#f9f9f9}.provider-list table th,.provider-list table td{padding:10px;text-align:left}.provider-list table td a{display:block}.provider-list table td:last-child a{color:#0d4eaf}.provider-list table td a:hover{text-decoration:underline}.header-provider-page{margin-bottom:30px;display:flex;justify-content:end}.login{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;flex-direction:column;gap:20px}.login form{width:300px;border-radius:10px;border:1px solid #eee;padding:10px;display:flex;flex-direction:column;gap:10px}.error{color:var(--color-error)}
