: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-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.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:.7s}.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}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Montserrat;src:local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url(/assets/fonts/Montserrat-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Thin"),local("Montserrat-Thin"),url(/assets/fonts/Montserrat-Thin.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Regular"),local("Montserrat-Regular"),url(/assets/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Medium Italic"),local("Montserrat-MediumItalic"),url(/assets/fonts/Montserrat-MediumItalic.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:Montserrat;src:local("Montserrat Black"),local("Montserrat-Black"),url(/assets/fonts/Montserrat-Black.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Black Italic"),local("Montserrat-BlackItalic"),url(/assets/fonts/Montserrat-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic}@font-face{font-family:Montserrat;src:local("Montserrat Medium"),local("Montserrat-Medium"),url(/assets/fonts/Montserrat-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Bold Italic"),local("Montserrat-BoldItalic"),url(/assets/fonts/Montserrat-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Montserrat;src:local("Montserrat ExtraBold Italic"),local("Montserrat-ExtraBoldItalic"),url(/assets/fonts/Montserrat-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic}@font-face{font-family:Montserrat;src:local("Montserrat Light"),local("Montserrat-Light"),url(/assets/fonts/Montserrat-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Thin Italic"),local("Montserrat-ThinItalic"),url(/assets/fonts/Montserrat-ThinItalic.ttf) format("truetype");font-weight:100;font-style:italic}@font-face{font-family:Montserrat;src:local("Montserrat Bold"),local("Montserrat-Bold"),url(/assets/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Light Italic"),local("Montserrat-LightItalic"),url(/assets/fonts/Montserrat-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Montserrat;src:local("Montserrat SemiBold Italic"),local("Montserrat-SemiBoldItalic"),url(/assets/fonts/Montserrat-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic}@font-face{font-family:Montserrat;src:local("Montserrat Italic"),local("Montserrat-Italic"),url(/assets/fonts/Montserrat-Italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Montserrat;src:local("Montserrat ExtraBold"),local("Montserrat-ExtraBold"),url(/assets/fonts/Montserrat-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat ExtraLight"),local("Montserrat-ExtraLight"),url(/assets/fonts/Montserrat-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat ExtraLight Italic"),url(/assets/fonts/Montserrat-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic}body{margin:0;font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{display:flex;flex-direction:row}*{font-family:Montserrat,sans-serif}p,h2{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.header h2{max-width:500px}.mantine-Select-label{color:#344054;margin-bottom:4px;line-height:20px}.mantine-Select-input{flex:1;box-sizing:border-box;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;border-radius:8px;height:44px;font-weight:400;font-size:16px;width:100%;padding:0 14px;font-family:inherit}.premium-row{background-color:#f1f6ff!important}.premium-text{color:#029855!important}.discounted-row{background-color:#f2fee4!important}.discounted-row.premium-row{background-color:#f1f6ff!important}.discounted-text{color:#984500!important}.discounted-text.premium-text{color:#029855!important}#all-alerts{display:flex;flex-direction:column}#all-alerts .header{display:flex;flex-direction:row;justify-content:space-between}#all-alerts .header h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}#all-alerts .header .header-right{display:flex;flex-direction:row;align-self:center}#all-alerts .header .header-right :not(:first-child){margin-left:12px}#all-alerts .header .header-right .print-button{cursor:pointer;border:gray 1px solid;border-radius:8px;padding:5px 10px}#all-alerts .alerts{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#all-alerts .alerts .code{width:20%;margin-left:2%}#all-alerts .alerts .client,#all-alerts .alerts .commercial{width:38%}#all-alerts .alerts .day-count{width:30%}#all-alerts .alerts .delete{width:15%}#all-alerts .alerts .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.alert-row-info{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;align-items:center}.alert-row-info .client-id{width:19%;margin-left:2%}.alert-row-info .client-name,.alert-row-info .commercial-name{width:36%}.alert-row-info .last-order-date{width:29%}.alert-row-info .delete{cursor:pointer;width:18px;height:18px}.alert-row-info p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.modal{box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808;padding:25px}.modal .buttons{width:100%;display:flex;flex-direction:row;justify-content:space-evenly}.modal .title{font-weight:500;font-size:18px;line-height:28px;margin-bottom:24px;color:#101828;text-align:center}.modal form{width:100%;margin-bottom:30px}.modal .button{width:45%;text-align:center;justify-content:center}.button{display:flex;flex-direction:row;align-items:center;height:42px;background-color:#0b2a56;color:#fff;font-weight:500;font-size:14px;line-height:24px;padding:0 16px;border:1px solid #0b2a56;box-shadow:0 1px 2px #1018280d;border-radius:8px;cursor:pointer;column-gap:10px}.button.reversed{flex-direction:row-reverse}.button:hover{opacity:.8}.button.white{background-color:#fff;color:#344054;border-color:#d0d5dd}.button.red{background-color:#d92d20;border-color:#d92d20}.button.green{background-color:#32d583;border-color:#32d583}.button.disabled{background-color:#a2a2a2;cursor:not-allowed}.button.disabled:hover{opacity:1}.button.light-blue{background-color:#eef4ff;border-color:#eef4ff;color:#081f40}.mantine-Modal-overlay,.mantine-modal{margin-left:280px}.mantine-Modal-header{position:fixed;right:30px;top:25px}.search-field{display:flex;flex-direction:row;background:#ffffff;border:1px solid #d0d5dd;width:320px;box-shadow:0 1px 2px #1018280d;border-radius:8px;padding:2px;min-height:36px}.search-field>input{flex:1;border:none;background-image:url(/assets/images/search.svg);background-repeat:no-repeat;background-position:10px 10px;padding-left:40px}#all-bills{display:flex;flex-direction:column}#all-bills .header{display:flex;flex-direction:row;justify-content:space-between}#all-bills .header>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}#all-bills .header .header-right{display:flex;flex-direction:row}#all-bills .header .header-right button{align-self:center}#all-bills .header .header-right .creation,#all-bills .header .header-right .extraction{margin-left:20px}#all-bills .informations{display:flex;flex-direction:row;align-items:center}#all-bills .informations .mantine-Select-label{color:#344054;margin-bottom:4px;line-height:20px}#all-bills .informations .mantine-Select-input{flex:1;box-sizing:border-box;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;border-radius:8px;height:44px;font-weight:400;font-size:16px;width:100%;padding:0 14px;font-family:inherit}#all-bills .informations .supplier{margin-left:30px;width:40%}#all-bills .secondary-informations{display:flex;flex-direction:row;justify-content:space-between;padding:0 10px}#all-bills .secondary-informations .totals{display:flex;flex-direction:row}#all-bills .secondary-informations .totals :first-child{margin-right:20px}#all-bills .bills{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#all-bills .bills .purchase-supplier{width:20%;margin-left:2%}#all-bills .bills .purchase-date,#all-bills .bills .purchase-weight{width:12%}#all-bills .bills .purchase-no-tax-amount,#all-bills .bills .purchase-tax-included-amount{width:10%}#all-bills .bills .purchase-bill-received{width:15%}#all-bills .bills .purchase-bill-paid{width:10%}#all-bills .bills .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.date-input{display:flex;flex-direction:column;padding:12px 5px}.date-input .label{margin-bottom:6px;font-weight:500;font-size:14px;line-height:20px;color:#344054}.date-input .input-wrapper{display:flex;flex-direction:row}.date-input .input-wrapper input{flex:1;box-sizing:border-box;height:44px;padding:0 14px;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;border-radius:8px;font-weight:400;font-size:16px;width:100%}.date-input.invalid .label{color:#d36262}.date-input.invalid .input-wrapper input{border-color:#d36262;color:#d36262}.date-input.invalid .input-wrapper input::placeholder{color:#d36262bf}.mantine-Modal-modal{width:1000px}.bills-report-choices{display:flex;flex-direction:column}.bills-report-choices .title{font-weight:500;font-size:18px;line-height:28px;color:#101828;margin:5px 0}.bills-report-choices .dates{display:flex;flex-direction:row;justify-content:space-around}.bills-report-choices .button{justify-content:center;font-size:16px}.bills-report-choices .mantine-Select-label{color:#344054;margin-bottom:4px;line-height:20px}.bills-report-choices .mantine-Select-input{flex:1;box-sizing:border-box;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;border-radius:8px;height:44px;font-weight:400;font-size:16px;width:100%;padding:0 14px;font-family:inherit}.bills-report-choices .button{align-self:center;width:40%;font-size:16px;margin-top:40px}.bills-report-details{display:flex;flex-direction:column}.bills-report-details .totals{display:flex;flex-direction:row;margin-top:-10px}.bills-report-details .totals :first-child{margin-right:20px}.bills-report-details>.supplier{margin-top:0}.bills-report-details .purchases{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.bills-report-details .purchases .product-name{width:35%;margin-left:2%}.bills-report-details .purchases .supplier{width:27%}.bills-report-details .purchases .purchase-unit{width:11%}.bills-report-details .purchases .purchase-weight,.bills-report-details .purchases .purchase-no-tax-amount{width:12%}.bills-report-details .purchases .tax-percentage{width:15%}.bills-report-details .purchases .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.bills-report-details .purchase-report-details-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.bills-report-details .purchase-report-details-row p{font-weight:500;font-size:14px;line-height:20px;color:#101828}.supplier-details-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.supplier-details-row p{font-weight:500;font-size:14px;line-height:20px;color:#101828}.supplier-details-row p.purchase-bill-paid,.supplier-details-row p.purchase-bill-received{display:flex;flex-direction:row;align-items:center;margin-top:0%;margin-bottom:0%;column-gap:10px}.supplier-details-row .delete-wrapper{display:flex;justify-content:center;cursor:pointer;flex:1}.supplier-details-row .delete-wrapper>img{align-self:center}.modal{box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808;padding:25px}.modal img{width:48px;height:48px;margin-left:43.5%}.modal .question{margin-top:17px;font-weight:500;font-size:18px;line-height:28px;color:#101828;text-align:center}.modal .question .bold{font-weight:700}.modal .choice{display:flex;flex-direction:row;width:100%;margin-top:30px}.modal .choice .button{width:100%;text-align:center;justify-content:center}.modal .choice .button:not(:first-of-type){margin-left:12px}.mantine-SegmentedControl-root{height:36px;align-items:center;border-radius:8px}.mantine-SegmentedControl-root .mantine-SegmentedControl-active{height:36px;margin-top:-10px;border-radius:8px}.mantine-SegmentedControl-root.no-active .mantine-SegmentedControl-active{display:none}@media screen and (max-width: 600px){.mantine-SegmentedControl-root{border-radius:8px;height:auto;align-items:normal}.mantine-SegmentedControl-root .mantine-SegmentedControl-active{width:calc(100% - 8px);border-radius:8px;margin-top:0;height:28px}}#all-clients{display:flex;flex-direction:column}#all-clients .header{display:flex;flex-direction:row;justify-content:space-between}#all-clients .header h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}#all-clients .header .header-right{display:flex;flex-direction:row;align-self:center}#all-clients .header .header-right :not(:first-child){margin-left:12px}#all-clients .clients{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#all-clients .clients .solvency{width:8%;text-align:center}#all-clients .clients .id{width:11%}#all-clients .clients .name{width:18%}#all-clients .clients .email{width:22%}#all-clients .clients .town{width:13%}#all-clients .clients .zip-code{width:11%}#all-clients .clients .commercial{width:15%;text-align:right;padding-right:2%}#all-clients .clients .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.loader{position:fixed;top:45%;left:45%;width:10%;height:10%}.button-link{display:flex;flex-direction:row;align-items:center;height:40px;background-color:#0b2a56;color:#fff;font-weight:500;font-size:14px;line-height:24px;padding:0 16px;border:1px solid #0b2a56;box-shadow:0 1px 2px #1018280d;border-radius:8px;text-decoration:none}.button-link img{margin-right:10px}.button-link:hover{opacity:.8}.button-link.white{background-color:#fff;color:#344054;border-color:#d0d5dd}.client-row-info{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.client-row-info>img{width:32px;height:32px;align-self:center}.client-row-info p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.client-row-info p.name{font-weight:500;color:#101828}#all-commercials{display:flex;flex-direction:column}#all-commercials .header{display:flex;flex-direction:row;justify-content:space-between}#all-commercials .header h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}#all-commercials .header .header-right{display:flex;flex-direction:row;align-self:center}#all-commercials .header .header-right :not(:first-child){margin-left:12px}#all-commercials .commercials{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#all-commercials .commercials .first-name{width:20%;margin-left:2%}#all-commercials .commercials .last-name{width:28%}#all-commercials .commercials .command-count{width:17%}#all-commercials .commercials .client-count{width:15%}#all-commercials .commercials .no-tax-turnover{width:10%}#all-commercials .commercials .tax-included-turnover{width:9%;margin-right:2%}#all-commercials .commercials .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.commercial-row-info{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.commercial-row-info p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.commercial-turnover-modal{display:flex;flex-direction:column}.commercial-turnover-modal .title{font-weight:500;font-size:18px;line-height:28px;color:#101828;margin:5px 0;align-self:center}.commercial-turnover-modal .dates{display:flex;flex-direction:row;justify-content:space-around}.commercial-turnover-modal .button{justify-content:center;font-size:16px}.commercial-turnover-modal .mantine-Select-label{color:#344054;margin-bottom:4px;line-height:20px}.commercial-turnover-modal .mantine-Select-root{width:720px;align-self:center}.commercial-turnover-modal .mantine-Select-input{flex:1;box-sizing:border-box;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;border-radius:8px;height:44px;font-weight:400;font-size:16px;width:100%;padding:0 14px;font-family:inherit}.commercial-turnover-modal .button{align-self:center;width:40%;font-size:16px;margin-top:40px}.modal .title{font-weight:500;font-size:18px;line-height:28px;color:#101828;text-align:center}.modal .button{width:100%;text-align:center;justify-content:center}.drop-down{display:flex;flex-direction:column;padding:12px 5px}.drop-down.invalid .label{color:#d36262}.drop-down.invalid .select-wrapper select{border-color:#d36262;color:#d36262}.drop-down.invalid .select-wrapper select::placeholder{color:#d36262bf}.drop-down .label{margin-bottom:6px;font-weight:500;font-size:14px;line-height:20px;color:#344054}.drop-down .select-wrapper{display:flex;flex-direction:row}.drop-down .select-wrapper select{height:44px;flex:1;box-sizing:border-box;padding:0 14px;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;border-radius:8px;font-weight:400;font-size:16px;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url(/assets/images/downArrow.svg);background-repeat:no-repeat;background-position-x:97%;background-position-y:50%;text-overflow:ellipsis}.text-input{display:flex;flex-direction:column;padding:12px 5px}.text-input .label{margin-bottom:6px;font-weight:500;font-size:14px;line-height:20px;color:#344054}.text-input .input-wrapper{display:flex;flex-direction:row}.text-input .input-wrapper input{flex:1;box-sizing:border-box;height:44px;padding:0 14px;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;border-radius:8px;font-weight:400;font-size:16px;width:100%}.text-input.invalid .label{color:#d36262}.text-input.invalid .input-wrapper input{border-color:#d36262;color:#d36262}.text-input.invalid .input-wrapper input::placeholder{color:#d36262bf}#all-costs{display:flex;flex-direction:column}#all-costs h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}#all-costs .year-selection{max-width:120px}#all-costs .costs{display:flex;flex-direction:column;width:100%;margin-top:10px;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#all-costs .costs .month{width:20%;margin-left:2%}#all-costs .costs .cost-amount{width:30%}#all-costs .costs .monthly-tonnage{width:35%}#all-costs .costs .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.cost-month-row{display:flex;flex-direction:row;align-items:center;border-top:solid 1px #eaecf0}.cost-month-row p{font-weight:500;font-size:14px;line-height:20px;color:#101828}.cost-month-row .cost-amount .cost-amount-input,.cost-month-row .monthly-tonnage .monthly-tonnage-input{max-width:200px}#all-deliveries{display:flex;flex-direction:column}#all-deliveries .header{display:flex;flex-direction:row;justify-content:space-between}#all-deliveries .header h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}#all-deliveries .header .header-right{display:flex;flex-direction:row;align-self:center}#all-deliveries .header .header-right :not(:first-child){margin-left:12px}#all-deliveries .deliveries{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#all-deliveries .deliveries .first-name{width:20%;margin-left:2%}#all-deliveries .deliveries .last-name{width:28%}#all-deliveries .deliveries .command-count{width:25%}#all-deliveries .deliveries .client-count{width:15%}#all-deliveries .deliveries .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.modal{box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808;padding:25px}.modal form{width:100%;margin-bottom:30px}.delivery-row-info{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.delivery-row-info p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.modal .title{font-weight:500;font-size:18px;line-height:28px;color:#101828;text-align:center}.modal form{width:100%;margin-bottom:30px;display:flex;flex-direction:column;gap:16px}.modal .button{width:100%;text-align:center;justify-content:center}#all-pre-orders{display:flex;flex-direction:column}#all-pre-orders .header{display:flex;flex-direction:row;justify-content:space-between}#all-pre-orders .header h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}#all-pre-orders .header .header-right{display:flex;flex-direction:row;align-self:center;column-gap:16px}#all-pre-orders .filters{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#all-pre-orders .filters .left{display:flex;flex-direction:row;align-items:center}#all-pre-orders .filters .left .date-input{max-width:160px;margin-right:12px}#all-pre-orders .secondary-filters{display:flex;flex-direction:row;align-items:center;column-gap:20px}#all-pre-orders .secondary-filters .search-field{align-self:flex-end;height:38px}#all-pre-orders .secondary-filters .switch{margin-top:28px}#all-pre-orders .pre-orders{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px;margin-top:20px}#all-pre-orders .pre-orders .status{width:5%;text-align:center}#all-pre-orders .pre-orders .client-name{width:20%;margin-left:1%}#all-pre-orders .pre-orders .client-code{width:12%}#all-pre-orders .pre-orders .weight{width:10%}#all-pre-orders .pre-orders .no-tax-amount{width:12%}#all-pre-orders .pre-orders .commercial,#all-pre-orders .pre-orders .delivery-man{width:16%}#all-pre-orders .pre-orders .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}#all-pre-orders .pre-orders .summary-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;font-weight:700;font-size:14px;line-height:20px;color:#667085}#all-pre-orders .pre-orders .summary-row .command-count{margin-left:2%;width:32%}#all-pre-orders .pre-orders .summary-row .total-weight{width:30%}#all-pre-orders .no-pre-order{margin-top:15%;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:20px}#all-pre-orders .no-pre-order .information{font-weight:500;font-size:16px;line-height:24px;color:#101828}#all-pre-orders .no-pre-order .information .bold{font-weight:600}.filtered-pre-orders h3{color:#0e346b;font-weight:600;font-size:16px;line-height:24px}.pre-order-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.pre-order-row>img{width:32px;height:32px;align-self:center}.pre-order-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.pre-order-row p.client-name{font-weight:500;font-size:14px;line-height:20px;color:#101828}.pre-order-row p.redText{color:red;font-weight:700}.pre-order-row p.orangeText{color:orange;font-weight:700}.pre-order-row p.greenText{color:green;font-weight:700}.pre-order-row .delete-wrapper{display:flex;justify-content:center;cursor:pointer;flex:1}.pre-order-row .delete-wrapper>img{align-self:center}.modal{box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808;padding:25px}.modal img{width:48px;height:48px;margin-left:43.5%}.modal .question{margin-top:17px;font-weight:500;font-size:18px;line-height:28px;color:#101828;text-align:center}.modal .question .bold{font-weight:700}.modal .choice{display:flex;flex-direction:row;width:100%;margin-top:30px}.modal .choice .button{width:100%;text-align:center;justify-content:center}.modal .choice .button:not(:first-of-type){margin-left:12px}.mantine-Modal-modal .print{height:20px;width:20px;position:absolute;top:30px;right:60px;cursor:pointer}.mantine-Modal-modal .delivery-buttons{display:flex;gap:10px}.laboratory-report-details{display:flex;flex-direction:column}.laboratory-report-details .print{height:20px;width:20px;position:absolute;top:30px;right:60px}.laboratory-report-details .title{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin:0}.laboratory-report-details .infos{display:flex;flex-direction:row;column-gap:16px;font-weight:400;font-size:14px;line-height:20px;color:#101828}.laboratory-report-details .details{display:flex;flex-direction:column}.laboratory-report-details .details h3{font-weight:500;font-size:20px;line-height:24px}.laboratory-report-details .details .table{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.laboratory-report-details .details .table p{font-weight:600;font-size:14px;line-height:18px;color:#667085}.laboratory-report-details .details .table .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center}.laboratory-report-details .details .table .row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;min-height:20px}.laboratory-report-details .details .table .row:last-of-type{border-bottom:solid 1px #eaecf0}.laboratory-report-details .details .table .client-name{width:38%;margin-left:2%}.laboratory-report-details .details .table .note{width:50%}.laboratory-report-details .details .table .total-unit{display:flex;flex-direction:row-reverse;align-items:center;margin-right:5%;font-weight:700;font-size:14px;line-height:20px;color:#667085}.mantine-Modal-modal{width:800px}.print{height:20px;width:20px;position:absolute;top:30px;right:60px;cursor:pointer}.purchase-report-modal{display:flex;flex-direction:column;padding:48px}.purchase-report-modal>h2{font-weight:500;font-size:26px;line-height:38px;color:#101828;margin-top:-40px;margin-bottom:0}.purchase-report-modal .date{font-weight:400;font-size:14px;line-height:20px;color:#667085;margin-top:8px}.purchase-report-modal .details{display:flex;flex-direction:column}.purchase-report-modal .details h3{font-weight:500;font-size:18px;line-height:22px}.purchase-report-modal .details .table{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.purchase-report-modal .details .table .product-id{width:15%;margin-left:2%}.purchase-report-modal .details .table .product-name{width:40%}.purchase-report-modal .details .table .stock,.purchase-report-modal .details .table .sale{width:15%}.purchase-report-modal .details .table .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.purchase-report-modal .details .table .row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0}.purchase-report-modal .details .table .row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.purchase-report-modal .details .table .row p.product-id{font-weight:500;font-size:14px;line-height:20px;color:#101828}.purchase-report-modal .details .table .row p.to-buy{font-weight:700;font-size:14px;line-height:20px}.header{display:flex;flex-direction:row;gap:16px}.post-choice{display:flex;flex-direction:column;align-items:center;gap:16px}.title{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin:0}.back-arrow{cursor:pointer}.sell-report-modal{display:flex;flex-direction:column}.sell-report-modal .title-container{display:flex;flex-direction:row;gap:16px}.sell-report-modal .print{height:20px;width:20px;position:absolute;top:30px;right:60px}.sell-report-modal .title{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin:0}.sell-report-modal .infos{display:flex;flex-direction:row;column-gap:16px;font-weight:400;font-size:14px;line-height:20px;color:#101828}.sell-report-modal .details{display:flex;flex-direction:column}.sell-report-modal .details h3{font-weight:500;font-size:20px;line-height:24px}.sell-report-modal .details .table{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.sell-report-modal .details .table p{font-weight:600;font-size:14px;line-height:18px;color:#667085}.sell-report-modal .details .table .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center}.sell-report-modal .details .table .row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;min-height:20px}.sell-report-modal .details .table .row:last-of-type{border-bottom:solid 1px #eaecf0}.sell-report-modal .details .table .product-id{width:8%;margin-left:2%}.sell-report-modal .details .table .product-name{width:60%}.sell-report-modal .details .table .sale{align-items:center;margin-right:5%;font-weight:700;font-size:14px;line-height:20px;color:#667085}#all-preparations{display:flex;flex-direction:column;width:100%;margin:16px 42px}#all-preparations .header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#all-preparations .header>img{filter:brightness(0) saturate(100%) invert(14%) sepia(29%) saturate(2853%) hue-rotate(192deg) brightness(95%) contrast(102%)}#all-preparations .header .header-right{display:flex;flex-direction:row;column-gap:20px}#all-preparations .header .header-right .search{display:flex;flex-direction:row;column-gap:10px}#all-preparations .header .header-right>img{width:24px;height:24px;align-self:center}#all-preparations .filter{display:flex;flex-direction:row;justify-content:space-between;margin:30px 0}#all-preparations .filter .delivery{margin-top:-20px;width:300px}#all-preparations .filter .post-filter{display:flex;flex-direction:column;row-gap:10px}#all-preparations .preparations{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#all-preparations .preparations .preparation-approved{width:6%;text-align:center}#all-preparations .preparations .preparation-code{width:7%}#all-preparations .preparations .preparation-client{width:18%}#all-preparations .preparations .preparation-group{width:20%}#all-preparations .preparations .preparation-weight{width:10%}#all-preparations .preparations .preparation-packages-number,#all-preparations .preparations .preparation-trays-number{width:8%}#all-preparations .preparations .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}@media screen and (max-width: 768px){#all-preparations{margin:16px 10px}#all-preparations .header{flex-direction:column;row-gap:8px}#all-preparations .header p{font-size:14px}#all-preparations .header .header-right{column-gap:16px}#all-preparations .header .header-right .validated-preparations{width:40%}#all-preparations .header .header-right .search .search-field{width:70%}#all-preparations .filter{justify-content:center}#all-preparations .preparations img{transform:scale(.8)}#all-preparations .preparations p{font-size:x-small}}.filtered-preparations h3{color:#0e346b;font-weight:600;font-size:16px;line-height:24px}.preparation-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.preparation-row>img{width:32px;height:32px;align-self:center}.preparation-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.preparation-row p.preparation-code{font-weight:700;font-size:14px;line-height:20px}.preparation-row p.preparation-code.red{color:#d92d20}.preparation-row p.preparation-code.green{color:#12b76a}.preparation-row p.preparation-client{font-weight:500;color:#101828}.preparation-row .preparation-post{display:flex;flex-direction:row;align-items:center;font-weight:500;font-size:12px;line-height:18px;column-gap:15px}.preparation-row .preparation-post .around{border-radius:16px;height:22px;display:flex;align-items:center;justify-content:center;border:solid 1px}.preparation-row .preparation-post .around.filleting{background:#eef4ff;color:#3538cd;border-color:#3538cd;width:66px}.preparation-row .preparation-post .around.laboratory{background:#eff8ff;color:#175cd3;border-color:#175cd3;width:86px}.preparation-row .preparation-post .around.tradeProduct{background:#eef4ff;color:#081f40;border-color:#081f40;width:64px}@media screen and (max-width: 768px){.preparation-row .preparation-post{transform:scale(.7);justify-content:left}}.validated-preparations{display:flex;flex-direction:row;align-items:center;justify-content:space-around;column-gap:4px;width:246px;height:44px;background:#12b76a;border-radius:16px}.validated-preparations>img{width:14px;height:14px;align-self:center;margin-left:8px}.validated-preparations .number-of-pre-orders{font-weight:700;font-size:18px;line-height:28px;text-align:center;color:#fcfcfd}.validated-preparations .text-label{font-weight:400;font-size:18px;line-height:28px;text-align:center;color:#fcfcfd;margin-right:8px}#all-products{display:flex;flex-direction:column}#all-products .header{display:flex;flex-direction:row;justify-content:space-between}#all-products .header>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}#all-products .header .header-right{display:flex;flex-direction:row;align-self:center}#all-products .header .header-right :not(:first-child){margin-left:12px}.products-general-prices{display:flex;flex-direction:column;margin-top:16px;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.products-general-prices p{font-weight:500;font-size:12px;line-height:18px;color:#667085}.products-general-prices .product-code{width:7%;margin-left:10px}.products-general-prices .product-name{width:16%}.products-general-prices .latin-name,.products-general-prices .machine{width:12%}.products-general-prices .general-price,.products-general-prices .fishing-area{width:13%}.products-general-prices .temperature{width:13%;margin-right:10px}.products-general-prices .size{width:9%}.products-general-prices .post{width:16%}.products-general-prices .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center}.products-general-prices-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.products-general-prices-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.products-general-prices-row p.product-name,.products-general-prices-row p.general-price{font-weight:500;color:#101828}.products-general-prices-row .post{font-weight:500;font-size:12px;line-height:18px}.products-general-prices-row .post .around{border-radius:16px;flex:0;height:22px;display:flex;align-items:center;justify-content:center}.products-general-prices-row .post .around.filleting{background:#f0f9ff;color:#026aa2;width:66px}.products-general-prices-row .post .around.laboratory{background:#fff1f3;color:#c01048;width:86px}.products-general-prices-row .post .around.tradeProduct{background:#eef4ff;color:#3538cd;width:129px}.products-specific-prices{display:flex;flex-direction:column;margin-top:16px;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.products-specific-prices p{font-weight:500;font-size:12px;line-height:18px;color:#667085}.products-specific-prices .client-code{margin-left:15px;width:7%}.products-specific-prices .client-name{width:20%}.products-specific-prices .product-code{width:7%}.products-specific-prices .product-name{width:20%;margin-right:10px}.products-specific-prices .size{width:9%}.products-specific-prices .specific-price{width:13%}.products-specific-prices .actions{flex:1;padding-right:8px}.products-specific-prices .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center}.products-specific-prices-row{display:flex;flex-direction:row;align-items:center;width:100%;border-top:solid 1px #eaecf0}.products-specific-prices-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.products-specific-prices-row p.product-name,.products-specific-prices-row p.specific-price,.products-specific-prices-row p.client-name{font-weight:500;color:#101828}.products-specific-prices-row .specific-price .specific-price-input{padding-top:0;padding-bottom:0}.products-specific-prices-row .actions{display:flex;flex-direction:row;gap:8px;justify-self:flex-end;justify-content:flex-end}.select-menu{display:flex;border-bottom:solid 1px #eaecf0}.select-menu .option-wrapper{height:42px;display:flex;flex-direction:row;cursor:pointer}.select-menu .option-wrapper .label{font-weight:500;font-size:16px;line-height:24px;color:#667085}.select-menu .option-wrapper:not(:first-child){margin-left:24px}.select-menu .option-wrapper.active{border-bottom:solid 2px #081f40}.select-menu .option-wrapper.active .label{color:#081f40}#all-stocks{display:grid;grid-template-rows:min-content auto;overflow:hidden;height:calc(100vh - 40px)}#all-stocks .header{display:flex;flex-direction:column;margin-bottom:20px}#all-stocks .header .first{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#all-stocks .header .first h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}#all-stocks .header .first .header-right{display:flex;flex-direction:row}#all-stocks .header .first .header-right button{align-self:center}#all-stocks .header .first .header-right button:not(:first-of-type){margin-left:16px}#all-stocks .header .secondary{display:flex;flex-direction:row;justify-content:space-between;height:38px}#all-stocks .header .secondary .date{align-self:center}.stocks{overflow:auto;display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.stocks .product-id{width:9%;margin-left:2%}.stocks .product-name{width:43%}.stocks .purchased,.stocks .sale{width:7%}.stocks .stock{width:10%}.stocks .valorisation{width:12%}.stocks .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.stocksToPrint{display:none}.product-row{display:flex;flex-direction:row;align-items:center;border-top:solid 1px #eaecf0}.product-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.product-row p.product-name{font-weight:500;color:#101828}.product-row p.product-name.red{color:#d92d20;font-weight:700}.product-row p.product-name.green{color:#32d583;font-weight:700}.product-row p.product-id{font-weight:500;color:#101828}.product-row p.product-id.red{color:#d92d20;font-weight:700}.product-row p.product-id.green{color:#32d583;font-weight:700}.product-row p.stock{font-weight:700;font-size:14px;line-height:20px}.product-row p.stock.red{color:#d92d20}.product-row p.stock.green{color:#32d583}.product-row p.stock.black{color:#101828}.product-row .text-input{padding-left:0;padding-right:20px}#all-suppliers{display:flex;flex-direction:column}#all-suppliers .header{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}#all-suppliers .header h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}#all-suppliers .header .header-right{display:flex;flex-direction:row;align-self:center}#all-suppliers .header .header-right :not(:first-child){margin-left:12px}#all-suppliers .suppliers{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#all-suppliers .suppliers .supplier-name{width:40%;margin-left:2%;margin-right:5%}#all-suppliers .suppliers .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.supplier-row-info{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.supplier-row-info p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.supplier-row-info p.supplier-name,.supplier-row-info p.supplier-id{font-weight:500;color:#101828}#all-users{display:flex;flex-direction:column}#all-users .header{display:flex;flex-direction:row;justify-content:space-between}#all-users .header h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}#all-users .header .header-right{display:flex;flex-direction:row;align-self:center}#all-users .header .header-right :not(:first-child){margin-left:12px}#all-users .users{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#all-users .users .first-name{width:20%;margin-left:2%}#all-users .users .last-name{width:28%}#all-users .users .email{width:25%}#all-users .users .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.user-details-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.user-details-row .role{max-width:200px}.user-details-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}#bill-creation{display:flex;flex-direction:column}#bill-creation .header{display:flex;flex-direction:row;justify-content:space-between}#bill-creation .header .header-left{display:flex;flex-direction:row}#bill-creation .header .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#bill-creation .header .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px}#bill-creation .header .header-right{display:flex;flex-direction:row;align-self:center;height:42px}#bill-creation .header .header-right :not(:first-child){margin-left:12px}#bill-creation .suppliers{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#bill-creation .suppliers .id{width:8%;margin-left:2%}#bill-creation .suppliers .name{width:25%}#bill-creation .suppliers .email{width:22%}#bill-creation .suppliers .town{width:13%}#bill-creation .suppliers .zip-code{width:11%}#bill-creation .suppliers .commercial{width:15%;text-align:right;padding-right:2%}#bill-creation .suppliers .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.bills-supplier-row-info{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.bills-supplier-row-info p{font-weight:400;font-size:14px;line-height:20px;color:#667085}#supplier-details{display:flex;flex-direction:column;position:relative;margin-bottom:220px}#supplier-details .header{display:flex;flex-direction:row;justify-content:space-between}#supplier-details .header .header-left{display:flex;flex-direction:row}#supplier-details .header .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#supplier-details .header .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px}#supplier-details .secondary-header{display:flex;flex-direction:row;column-gap:50px}#supplier-details .secondary-header .label{font-weight:500;font-size:14px;line-height:20px;color:#344054;margin-bottom:5px}#supplier-details .secondary-header .value{font-weight:700;font-size:16px;line-height:24px;color:#101828;margin-top:5px}#supplier-details .purchases{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#supplier-details .purchases .product-code{width:45%;margin-left:2%}#supplier-details .purchases .purchase-unit{width:11%}#supplier-details .purchases .purchase-weight,#supplier-details .purchases .purchase-no-tax-amount,#supplier-details .purchases .tax-percentage,#supplier-details .purchases .total-no-tax{width:12%}#supplier-details .purchases .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.add-product-to-purchase{display:flex;flex-direction:column;position:fixed;top:calc(100vh - 198px);width:calc(100vw - 280px);height:198px;margin-left:-20px;background:#ffffff;box-shadow:0 -12px 16px -4px #10182814,0 -4px 6px -2px #10182808}.add-product-to-purchase.menu-small{width:calc(100vw - 80px)}.add-product-to-purchase>h3{font-weight:500;font-size:18px;line-height:28px;color:#101828;margin:30px 0 4px;padding:0 30px}.add-product-to-purchase .choice{display:flex;flex-direction:row;align-items:center;padding:0 30px}.add-product-to-purchase .choice .button{margin-top:26px}.add-product-to-purchase .choice .button>img{margin-right:0}.purchase-product-form{display:flex;flex:1}.purchase-product-form form{display:flex;flex-direction:row;flex:1;align-items:center}.purchase-product-form form .product{flex:4;padding:12px 5px}.purchase-product-form form .product .mantine-Select-label{color:#344054;margin-bottom:4px;line-height:20px}.purchase-product-form form .product .mantine-Select-input{flex:1;box-sizing:border-box;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;border-radius:8px;height:44px;font-weight:400;font-size:16px;width:100%;padding:0 14px;font-family:inherit}.purchase-product-form form .unit{flex:1.4}.purchase-product-form form .weight{flex:1.8}.purchase-product-form form .purchase-price,.purchase-product-form form .tax-percentage{flex:1.5}.supplier-purchase-details-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.supplier-purchase-details-row p{font-weight:500;font-size:14px;line-height:20px;color:#101828}.update-purchase-product{display:flex;flex-direction:column;height:180px;background:#ffffff;box-shadow:0 12px 16px -4px #10182814,0 -4px 6px -2px #10182808;border-top:solid 1px #eaecf0;border-bottom:solid 1px #eaecf0}.update-purchase-product .top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 30px 4px}.update-purchase-product .top>h3{font-weight:500;font-size:18px;line-height:28px;color:#101828}.update-purchase-product .top .button{align-self:center}.update-purchase-product .choice{display:flex;flex-direction:row;align-items:center;padding:0 30px}.update-purchase-product .choice .button{margin-top:26px;padding:0 13px}.update-purchase-product .choice .button>img{width:20px;height:20px;margin-right:0}#client-creation{display:flex;flex-direction:column}#client-creation .header{display:flex;flex-direction:row;justify-content:space-between}#client-creation .header .header-left{display:flex;flex-direction:row}#client-creation .header .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#client-creation .header .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px}#client-creation .header .creation{align-self:center}#client-creation>form{display:flex;flex-direction:column}#client-creation>form>h3{font-weight:600;font-size:16px;line-height:24px;color:#0e346b}#client-creation>form>h3:last-of-type{margin-top:40px}#client-creation>form .firstRow{display:flex;flex-direction:row;justify-content:space-between}#client-creation>form .firstRow>:nth-child(1n){flex:1}#client-creation>form>:not(.firstRow){display:flex;flex-direction:row}#client-creation>form>:not(.firstRow)>:nth-child(1n){flex:1}#client-creation>form>:not(.firstRow) input:not([type=checkbox]){flex:none}.check-input{display:flex;flex-direction:row;align-items:center;flex:0;cursor:pointer;padding:12px 5px 0}.check-input .label{font-weight:500;font-size:14px;line-height:20px;color:#344054;margin-left:8px}.check-input input[type=checkbox]{-webkit-appearance:none;width:16px;height:16px;border:1px solid #0b2a56;border-radius:4px;outline:none;position:relative;cursor:pointer}.check-input input[type=checkbox]:before{position:absolute;content:"";display:block;top:0px;left:4px;width:4px;height:10px;border-style:solid;border-color:#0b2a56;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0}.check-input input[type=checkbox]:checked{background-color:#eef4ff}.check-input input[type=checkbox]:checked:before{opacity:1}.mail-input{display:flex;flex-direction:column;padding:12px 5px}.mail-input .label{margin-bottom:6px;font-weight:500;font-size:14px;line-height:20px;color:#344054}.mail-input .input-wrapper{display:flex;flex-direction:row}.mail-input .input-wrapper input{flex:1;box-sizing:border-box;height:44px;padding:0 14px;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;border-radius:8px;font-weight:400;font-size:16px;width:100%}.mail-input.invalid .label{color:#d36262}.mail-input.invalid .input-wrapper input{border-color:#d36262;color:#d36262}.mail-input.invalid .input-wrapper input::placeholder{color:#d36262bf}#client-details{display:flex;flex-direction:column}#client-details .header{display:flex;flex-direction:row;justify-content:space-between}#client-details .header .header-left{display:flex;flex-direction:row}#client-details .header .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#client-details .header .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px}#client-details .header .header-right{display:flex;flex-direction:row}#client-details .header .header-right button{align-self:center}#client-details .header .header-right button:first-of-type{margin-right:16px}#client-details .select-menu{margin-bottom:26px}#client-coupons{display:flex;flex-direction:column;margin-top:16px;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#client-coupons .coupon-code{margin-left:2%;width:12%}#client-coupons .coupon-date{width:30%}#client-coupons .coupon-tax-included-amount{width:15%}#client-coupons .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center}#client-coupons .column-label p{font-weight:500;font-size:12px;line-height:18px;color:#667085}.client-coupon-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.client-coupon-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.client-coupon-row p.coupon-code{font-weight:500;color:#101828}.client-coupon-row.alert{background-color:#d36262}.favorites{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.favorites .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;justify-content:space-between;padding-left:2%;padding-right:2%;font-weight:500;font-size:12px;line-height:18px;color:#667085}.favorite-row-info{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;justify-content:space-between;padding-left:2%;padding-right:2%}.favorite-row-info .trash{text-align:center;cursor:pointer}.favorite-row-info p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.modal{box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808;padding:25px}.modal .buttons{width:100%;display:flex;flex-direction:row;justify-content:space-evenly}.modal .title{font-weight:500;font-size:18px;line-height:28px;margin-bottom:24px;color:#101828;text-align:center}.modal .product-name{font-weight:500;font-size:14px;line-height:28px;margin-bottom:24px;color:#101828;text-align:center}.modal form{width:100%;margin-bottom:30px}.modal .button{width:45%;text-align:center;justify-content:center}.client-informations{display:flex;flex-direction:column;position:relative}.client-informations .buttons{display:flex;flex-direction:row;position:absolute;right:0px;top:-80px}.client-informations .buttons button:first-of-type{margin-right:16px}.client-administrative-informations>form{display:flex;flex-direction:column}.client-administrative-informations>form>h3{font-weight:600;font-size:16px;line-height:24px;color:#0e346b}.client-administrative-informations>form>h3:last-of-type{margin-top:40px}.client-administrative-informations>form .firstRow{display:flex;flex-direction:row;justify-content:space-between}.client-administrative-informations>form .firstRow>:nth-child(1n){flex:1}.client-administrative-informations>form>:not(.firstRow){display:flex;flex-direction:row;align-items:flex-start}.client-administrative-informations>form>:not(.firstRow)>:nth-child(1n){flex:1}.client-administrative-informations>form .fourteenthRow{display:flex;flex-direction:row;justify-content:space-between;width:50%}.client-logistics-informations>form{display:flex;flex-direction:column}.client-logistics-informations>form>h3{font-weight:600;font-size:16px;line-height:24px;color:#0e346b}.client-logistics-informations>form>h3:last-of-type{margin-top:40px}.client-logistics-informations>form .firstRow{display:flex;flex-direction:row;justify-content:space-between}.client-logistics-informations>form .firstRow>:nth-child(1n){flex:1}.client-logistics-informations>form>:not(.firstRow){display:flex;flex-direction:row}.client-logistics-informations>form>:not(.firstRow) :nth-child(1n){flex:1}.client-logistics-informations>form>:not(.firstRow) .trays-number{align-self:center;padding-left:1%}.client-pre-orders{display:flex;flex-direction:column}.client-pre-orders .pre-orders{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.client-pre-orders .pre-orders .column-label{display:flex;flex-direction:row;background:#f9fafb;font-weight:500;font-size:12px;line-height:18px;color:#667085;align-items:center}.client-pre-orders .pre-orders .pre-order-date{width:14%;padding-left:20px}.client-pre-orders .pre-orders .pre-order-id,.client-pre-orders .pre-orders .pre-order-weight{width:10%}.client-pre-orders .pre-orders .pre-order-packages-number{width:20%}.client-pre-orders .pre-orders .pre-order-cost-price{width:15%}.client-pre-orders-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.client-pre-orders-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.client-pre-orders-row p.pre-order-date,.client-pre-orders-row p.pre-order-id{font-weight:500;color:#101828}.client-specific-prices{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.client-specific-prices p{font-weight:500;font-size:12px;line-height:18px;color:#667085}.client-specific-prices .client-code{width:9%;margin-left:10px}.client-specific-prices .product,.client-specific-prices .latin-name,.client-specific-prices .machine{width:12%}.client-specific-prices .specific-price,.client-specific-prices .fishing-area{width:13%}.client-specific-prices .temperature{width:13%;margin-right:10px}.client-specific-prices .size{width:9%}.client-specific-prices .post{width:14%}.client-specific-prices .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center}.client-specific-prices-row{display:flex;flex-direction:row;align-items:center;border-top:solid 1px #eaecf0}.client-specific-prices-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.client-specific-prices-row p.product,.client-specific-prices-row p.specific-price{font-weight:500;color:#101828}.client-specific-prices-row .post{font-weight:500;font-size:12px;line-height:18px}.client-specific-prices-row .post .around{border-radius:16px;flex:0;height:22px;display:flex;align-items:center;justify-content:center}.client-specific-prices-row .post .around.filleting{background:#f0f9ff;color:#026aa2;width:66px}.client-specific-prices-row .post .around.laboratory{background:#fff1f3;color:#c01048;width:86px}.client-specific-prices-row .post .around.tradeProduct{background:#eef4ff;color:#3538cd;width:129px}.outer-solvable{display:flex;gap:10px;height:29px;font-size:14px;bottom:0;left:0;transform:translate(51px,-20px)}.outer-solvable .true{background-color:#ecfdf3;color:#074;font-weight:500}.outer-solvable .true span:before{background-color:#1b6}.outer-solvable .false{background-color:#fef3f2;color:#b21;font-weight:500}.outer-solvable .false span:before{background-color:#c43}.outer-solvable>*{border-radius:41px;height:30px;padding-inline:10px}.outer-solvable>* span{display:flex;align-items:center;justify-content:center;gap:5px;height:30px}.outer-solvable>* span:before{content:"";position:relative;display:inline-block;min-width:10px;max-height:10px;aspect-ratio:1/1;border-radius:50%}.outer-solvable .money span:before{display:none}#client-margin{display:grid;grid-template-rows:min-content auto;overflow:hidden;height:calc(100vh - 40px)}#client-margin .header{display:flex;flex:1;flex-direction:column;margin-bottom:26px}#client-margin .header .first{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#client-margin .header .first .header-left{display:flex;flex-direction:row}#client-margin .header .first .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#client-margin .header .first .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px}#client-margin .header .first .header-right{display:flex;flex-direction:row;flex:1;justify-content:flex-end;column-gap:16px}#client-margin .header .first .header-right button{align-self:center}#client-margin .header .secondary{display:flex;flex-direction:row;height:38px}#client-margin .header .secondary p{align-self:flex-end;margin:0 0 0 14px}#client-margin .header .secondary p.redText{color:red}#client-margin .header .secondary p.orangeText{color:orange}#client-margin .header .secondary p.greenText{color:green}#client-margin .header .secondary .date{align-self:center;width:160px}#client-margin .header .secondary>.commercial{margin-top:-17px;margin-left:6px}.margins{overflow:auto;display:flex;flex-direction:column;flex:1;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.margins .client-id{flex:.9;margin-left:2%}.margins .client-name,.margins .commercial-name{flex:2}.margins .margin{flex:1}.margins .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.margins .margin-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0}.margins .margin-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.margins .margin-row p.client-name,.margins .margin-row p.client-id{font-weight:500;color:#101828}.margins .margin-row p.margin{font-weight:700;color:#101828}.margins .margin-row p.margin.redText{color:red}.margins .margin-row p.margin.orangeText{color:orange}.margins .margin-row p.margin.greenText{color:green}#commercial-details{display:flex;flex-direction:column}#commercial-details .header{display:flex;flex-direction:row;justify-content:space-between}#commercial-details .header .header-left{display:flex;flex-direction:row}#commercial-details .header .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#commercial-details .header .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px}#commercial-details .header .header-right{display:flex;flex-direction:row}#commercial-details .header .header-right button{align-self:center}#commercial-details .select-menu{margin-bottom:26px}#commercial-details .modal .question{margin-top:17px;font-weight:500;font-size:18px;line-height:28px;color:#101828;text-align:center}#commercial-details .modal .question .bold{font-weight:700}#commercial-details .modal .choice{display:flex;flex-direction:row;width:100%;margin-top:30px}#commercial-details .modal .choice .button{width:100%;text-align:center;justify-content:center}#commercial-details .modal .choice .button:not(:first-of-type){margin-left:12px}.commercial-informations{display:flex;flex-direction:column}.commercial-informations form{display:flex;flex-direction:column;width:100%;margin-bottom:30px}.commercial-informations form .row{display:flex;flex-direction:row;align-items:flex-start}.commercial-informations form .row>:nth-child(1n){flex:1}.commercial-informations .button{width:20%;text-align:center;justify-content:center;align-self:center}.commercial-match-clients{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.commercial-match-clients .client-solvency{width:8%;text-align:center}.commercial-match-clients .client-code{width:12%}.commercial-match-clients .client-name{width:20%}.commercial-match-clients .client-email{width:25%}.commercial-match-clients .client-city{width:20%}.commercial-match-clients .client-zipcode{width:13%;margin-right:2%}.commercial-match-clients .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.commercial-match-clients-row{display:flex;flex-direction:row;align-items:center;border-top:solid 1px #eaecf0}.commercial-match-clients-row>img{width:32px;height:32px}.commercial-match-clients-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.commercial-match-clients-row p.client-name{font-weight:500;color:#101828}.commercial-match-commands{display:flex;flex-direction:column}.commercial-match-commands .turnovers{display:flex;flex-direction:row;margin-bottom:24px}.commercial-match-commands .turnovers .turnover{display:flex;flex-direction:column}.commercial-match-commands .turnovers .turnover .turnover-name{font-weight:500;font-size:14px;line-height:20px;color:#344054}.commercial-match-commands .turnovers .turnover .turnover-value{font-weight:700;font-size:16px;line-height:24px;color:#101828}.commercial-match-commands .turnovers .turnover:not(:first-of-type){margin-left:65px}.commercial-match-commands .turnovers>.client{margin-top:-17px;margin-left:65px}.commercial-match-commands .match-commands{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.commercial-match-commands .match-commands .date{width:12%;margin-left:2%}.commercial-match-commands .match-commands .client-name{width:30%}.commercial-match-commands .match-commands .client-code{width:20%}.commercial-match-commands .match-commands .weight{width:12%}.commercial-match-commands .match-commands .no-tax-amount{width:16%}.commercial-match-commands .match-commands .tax-included-amount{width:16%;margin-right:2%}.commercial-match-commands .match-commands .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.commercial-match-commands-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.commercial-match-commands-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.commercial-match-commands-row p.date,.commercial-match-commands-row p.client-name{font-weight:500;color:#101828}#commercials-turnover{display:flex;flex-direction:column}#commercials-turnover .header{display:flex;flex-direction:row;align-items:center}#commercials-turnover .header .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#commercials-turnover .header>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px;max-width:none}#commercials-turnover .header .month-choice{margin-left:6px;margin-top:3px}#commercials-turnover .header .month-choice input{font-weight:500}#commercials-turnover .turnovers{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#commercials-turnover .turnovers .commercial-first-name{width:20%;margin-left:2%}#commercials-turnover .turnovers .commercial-last-name{width:40%}#commercials-turnover .turnovers .commercial-no-tax-turnover{width:20%}#commercials-turnover .turnovers .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.commercial-turnover-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0}.commercial-turnover-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}#delivery-choice{display:flex;flex-direction:column}#delivery-choice .header{display:flex;flex-direction:row;justify-content:space-between}#delivery-choice .header>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}#delivery-choice .deliveries{display:flex;flex-direction:column;margin-top:16px;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#delivery-choice .deliveries .delivery-code{margin-left:2%;width:20%}#delivery-choice .deliveries .delivery-name{width:60%}#delivery-choice .deliveries .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center}#delivery-choice .deliveries .column-label p{font-weight:500;font-size:12px;line-height:18px;color:#667085}.delivery-choice-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.delivery-choice-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}#delivery-details{display:flex;flex-direction:column}#delivery-details .header{display:flex;flex-direction:row;justify-content:space-between}#delivery-details .header .header-left{display:flex;flex-direction:row}#delivery-details .header .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#delivery-details .header .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px}#delivery-details .header .header-right{display:flex;flex-direction:row}#delivery-details .header .header-right button{align-self:center}#delivery-details .select-menu{margin-bottom:26px}#delivery-details .modal .question{margin-top:17px;font-weight:500;font-size:18px;line-height:28px;color:#101828;text-align:center}#delivery-details .modal .question .bold{font-weight:700}#delivery-details .modal .choice{display:flex;flex-direction:row;width:100%;margin-top:30px}#delivery-details .modal .choice .button{width:100%;text-align:center;justify-content:center}#delivery-details .modal .choice .button:not(:first-of-type){margin-left:12px}.delivery-informations{display:flex;flex-direction:column}.delivery-informations form{display:flex;flex-direction:column;width:100%;margin-bottom:30px}.delivery-informations form .row{display:flex;flex-direction:row;align-items:flex-start}.delivery-informations form .row>:nth-child(1n){flex:1}.delivery-informations .button{width:20%;text-align:center;justify-content:center;align-self:center}.delivery-match-clients{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.delivery-match-clients .client-solvency{width:8%;text-align:center}.delivery-match-clients .client-code{width:12%}.delivery-match-clients .client-name{width:20%}.delivery-match-clients .client-email{width:25%}.delivery-match-clients .client-city{width:20%}.delivery-match-clients .client-zipcode{width:13%;margin-right:2%}.delivery-match-clients .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.delivery-match-clients-row{display:flex;flex-direction:row;align-items:center;border-top:solid 1px #eaecf0}.delivery-match-clients-row>img{width:32px;height:32px}.delivery-match-clients-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.delivery-match-clients-row p.client-name{font-weight:500;color:#101828}.delivery-match-commands{display:flex;flex-direction:column}.delivery-match-commands .match-commands{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.delivery-match-commands .match-commands .date{width:12%;margin-left:2%}.delivery-match-commands .match-commands .client-name{width:20%}.delivery-match-commands .match-commands .client-code{width:30%}.delivery-match-commands .match-commands .weight{width:12%}.delivery-match-commands .match-commands .no-tax-amount{width:16%}.delivery-match-commands .match-commands .tax-included-amount{width:16%;margin-right:2%}.delivery-match-commands .match-commands .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.delivery-match-commands-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.delivery-match-commands-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.delivery-match-commands-row p.date,.delivery-match-commands-row p.client-name{font-weight:500;color:#101828}#delivery-details-coupons{display:flex;flex-direction:column}#delivery-details-coupons .header{display:flex;flex-direction:row}#delivery-details-coupons .header .back-arrow{cursor:pointer}#delivery-details-coupons .header>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px;max-width:max-content}#delivery-details-coupons .header .button{align-self:center;margin-left:auto}#delivery-details-coupons .choice{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#delivery-details-coupons .choice .buttons{display:flex;flex-direction:row}#delivery-details-coupons .choice .buttons .button,#delivery-details-coupons .choice .buttons:not(:first-of-type){margin-left:16px}#delivery-details-coupons .prices{display:flex;flex-direction:row;align-items:center;gap:24px}#delivery-details-coupons .prices>.total{font-weight:600;font-size:20px}#delivery-details-coupons .coupons{display:flex;flex-direction:column;margin-top:16px;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#delivery-details-coupons .coupons .coupon-code{margin-left:2%;width:12%}#delivery-details-coupons .coupons .coupon-client{width:30%}#delivery-details-coupons .coupons .coupon-tax-included-amount,#delivery-details-coupons .coupons .coupon-seller,#delivery-details-coupons .coupons .coupon-printed{width:15%}#delivery-details-coupons .coupons .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center}#delivery-details-coupons .coupons .column-label p{font-weight:500;font-size:12px;line-height:18px;color:#667085}.delivery-details-coupon-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.delivery-details-coupon-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.delivery-details-coupon-row p.coupon-code{font-weight:500;color:#101828}.delivery-details-coupon-row.alert{background-color:#d36262}#diary{display:flex;flex-direction:column}#diary .header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#diary .header .header-right{display:flex;flex-direction:row;align-items:center}#diary .header h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}#diary .recaps{display:flex;flex-direction:row;column-gap:3%;flex-wrap:wrap}#diary .no-pre-order{text-align:center;margin-top:20%;font-weight:500;font-size:18px;line-height:24px;color:#101828}#diary .no-pre-order .bold{font-weight:600}.diary-daily-recap{display:flex;flex-direction:column;width:48%;margin-bottom:2%}.diary-daily-recap .top{display:flex;flex-direction:row;justify-content:space-between}.diary-daily-recap .top .date{font-weight:600;font-size:16px;line-height:24px;color:#0e346b}.diary-daily-recap .top .go-to{display:flex;flex-direction:row;align-items:center;cursor:pointer}.diary-daily-recap .top .go-to .label{font-weight:500;font-size:14px;line-height:20px;color:#000;margin-right:10px}.diary-daily-recap .top .go-to>img{width:16px;height:12px;margin-top:1px}.diary-daily-recap .pre-orders-infos{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.diary-daily-recap .pre-orders-infos .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.diary-daily-recap .pre-orders-infos .client-name{margin-left:2%;width:33%}.diary-daily-recap .pre-orders-infos .client-code,.diary-daily-recap .pre-orders-infos .weight{width:20%}.diary-daily-recap .pre-orders-infos .no-tax-amount{width:25%;margin-right:2%;text-align:right}.diary-daily-recap-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.diary-daily-recap-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.diary-daily-recap-row p.client-name{font-weight:500;font-size:14px;line-height:20px;color:#101828}#log-in{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(0deg,rgba(14,52,107,.8),rgba(14,52,107,.8)),url(/assets/images/login.jpg);background-position:center;background-size:cover;width:100%;overflow-y:auto}#log-in .logo{margin-bottom:60px;flex-shrink:0}#log-in .login-wrapper{display:flex;flex-direction:column;background:#ffffff;box-shadow:0 4px 8px #00000040;border-radius:8px;padding:24px;width:100%;max-width:340px;flex-shrink:0}#log-in .login-wrapper .button{margin-top:20px;justify-content:center;width:100%}#log-in .login-wrapper .error-message{color:#d32f2f;font-size:.875rem;margin-top:.5rem;text-align:center}#log-in .double-auth-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}#log-in .double-auth-description{text-align:center;margin-bottom:1.5rem;color:#666;width:100%;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal}#log-in .qr-code-wrapper{display:flex;justify-content:center;margin:1.5rem 0;padding:1rem;background:white;border-radius:8px}#log-in .error-message{color:#d32f2f;font-size:.875rem;margin-top:.5rem;text-align:center}#log-in .button-group{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}#pre-order-creation{display:flex;flex-direction:column}#pre-order-creation .header{display:flex;flex-direction:row;justify-content:space-between}#pre-order-creation .header .header-left{display:flex;flex-direction:row}#pre-order-creation .header .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#pre-order-creation .header .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px}#pre-order-creation .header .header-right{display:flex;flex-direction:row;align-self:center;height:42px}#pre-order-creation .header .header-right :not(:first-child){margin-left:12px}#pre-order-creation .clients{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#pre-order-creation .clients .solvency{width:8%;text-align:center}#pre-order-creation .clients .id{width:11%}#pre-order-creation .clients .name{width:18%}#pre-order-creation .clients .email{width:22%}#pre-order-creation .clients .town{width:13%}#pre-order-creation .clients .zip-code{width:11%}#pre-order-creation .clients .commercial{width:15%;text-align:right;padding-right:2%}#pre-order-creation .clients .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.modal h3{text-align:center;line-height:30px}.modal .switch{margin:30px 0;place-self:center}.modal{box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808;padding:25px}.modal img{width:48px;height:48px;margin-left:43.5%}.modal>h3{margin-top:20px;font-weight:500;font-size:18px;line-height:28px;color:#101828}.modal .question{margin-top:8px;font-weight:400;font-size:14px;line-height:20px;color:#667085}.modal .comment{margin-top:10px;font-weight:600;font-size:14px;line-height:20px;color:#667085}.modal .choice{display:flex;flex-direction:row;width:100%;margin-top:30px}.modal .choice .button{width:100%;text-align:center;justify-content:center}.modal .choice .button:not(:first-of-type){margin-left:12px}#pre-order-details{display:flex;flex-direction:column;position:relative;margin-bottom:220px}#pre-order-details .header{display:flex;flex-direction:row;justify-content:space-between}#pre-order-details .header .header-left{display:flex;flex-direction:row}#pre-order-details .header .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#pre-order-details .header .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px;max-width:600px}#pre-order-details .header .header-right{display:flex;flex-direction:row}#pre-order-details .header .header-right button{align-self:center}#pre-order-details .header .header-right button img{width:14px;height:14px}#pre-order-details .header .header-right button:first-of-type{margin-right:16px}#pre-order-details .header .header-right .status-infos{display:flex;flex-direction:row;align-items:center;padding-right:20px}#pre-order-details .header .header-right .status-infos .label{margin:0;font-size:16px}#pre-order-details .header .header-right .status-infos .status{align-self:center;padding-left:5px;width:40px;height:40px}#pre-order-details .header .header-right .status-infos .button{margin-left:10px}#pre-order-details .secondary-header{display:flex;flex-direction:row;justify-content:space-between}#pre-order-details .secondary-header .totals{display:flex;flex-direction:row;column-gap:50px}#pre-order-details .secondary-header .label{font-weight:500;font-size:14px;line-height:20px;color:#344054;margin-bottom:5px}#pre-order-details .secondary-header .value{font-weight:700;font-size:16px;line-height:24px;color:#101828;margin-top:5px}#pre-order-details .secondary-header .note-infos{display:flex;flex-direction:row;align-items:center}#pre-order-details .secondary-header .note-infos .text-input{width:400px}#pre-order-details .secondary-header .note-infos button{margin-top:24px}#pre-order-details .coupon-note{display:flex;flex-direction:row;align-items:center;flex:1}#pre-order-details .coupon-note .text-input{flex:1}#pre-order-details .coupon-note button{margin-top:24px}#pre-order-details .pre-order-products{display:flex;flex-direction:column;margin-top:16px;flex:1;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#pre-order-details .pre-order-products p.product-code{flex:.6;margin-left:10px}#pre-order-details .pre-order-products p.product-name{flex:2}#pre-order-details .pre-order-products p.unit,#pre-order-details .pre-order-products p.weight{flex:.7}#pre-order-details .pre-order-products p.cost-price,#pre-order-details .pre-order-products p.sale-price{flex:1.2}#pre-order-details .pre-order-products p.note{flex:1.5;margin-right:10px}#pre-order-details .pre-order-products p.packages-number{flex:.7}#pre-order-details .pre-order-products p.preparation-type{text-align:center;flex:1.4}#pre-order-details .pre-order-products .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center}#pre-order-details .pre-order-products .column-label p{font-weight:500;font-size:12px;line-height:18px;color:#667085}#pre-order-details .no-pre-order-products{margin-top:100px;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:20px}#pre-order-details .no-pre-order-products .information{font-weight:500;font-size:16px;line-height:24px;color:#101828}.add-product-to-pre-order{display:flex;flex-direction:column;position:fixed;top:calc(100vh - 198px);width:calc(100vw - 280px);height:198px;margin-left:-20px;background:#ffffff;box-shadow:0 -12px 16px -4px #10182814,0 -4px 6px -2px #10182808}.add-product-to-pre-order.menu-small{width:calc(100vw - 80px)}.add-product-to-pre-order .top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 20px}.add-product-to-pre-order .top>h3{font-weight:500;font-size:18px;line-height:28px;color:#101828}.add-product-to-pre-order .choice{display:flex;flex-direction:row;align-items:center;padding:0 20px}.add-product-to-pre-order .choice .button{margin-top:26px}.add-product-to-pre-order .choice .button>img{margin-right:0}.pre-order-product-form{display:flex;flex:1}.pre-order-product-form form{display:flex;flex-direction:row;flex:1;align-items:center;position:relative}.pre-order-product-form form .product{flex:6;padding:12px 5px 12px 0}.pre-order-product-form form .product .mantine-Select-label{color:#344054;margin-bottom:4px;line-height:20px}.pre-order-product-form form .product .mantine-Select-input{flex:1;box-sizing:border-box;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;border-radius:8px;height:44px;font-weight:400;font-size:14px;width:100%;padding:0 14px;font-family:inherit}.pre-order-product-form form .product-size{position:absolute;left:2%;bottom:-30px}.pre-order-product-form form .stock{position:absolute;left:36%;top:-30%}.pre-order-product-form form .unit{flex:1}.pre-order-product-form form .weight{flex:1.2}.pre-order-product-form form .price{display:flex;flex-direction:column;flex:1.7;padding-right:10px;position:relative}.pre-order-product-form form .price .selling-price{width:100%}.pre-order-product-form form .price .general-price{position:absolute;font-weight:500;font-size:15px;line-height:20px;color:#344054;top:-60px;left:5px}.pre-order-product-form form .price .product-cost{position:absolute;font-weight:500;font-size:15px;line-height:20px;color:#344054;top:-32px;left:5px}.pre-order-product-form form .packages-number{flex:1}.pre-order-product-form form .preparation{flex:1.6}.pre-order-product-form form .preparation .select-wrapper select{width:10%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.bold{font-weight:800}.greenText{color:green}.redText{color:red}.pre-order-details-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;cursor:pointer}.pre-order-details-row.disabled{cursor:default}.pre-order-details-row.deleted{background-color:#c8000092}.pre-order-details-row.replaced{background-color:#b7b400d4}.pre-order-details-row p{font-weight:400;color:#667085;font-size:14px}.pre-order-details-row p.product-code,.pre-order-details-row p.product-name,.pre-order-details-row p.weight{font-weight:500;color:#101828}.pre-order-details-row p.sale-price{font-weight:700;color:#101828}.pre-order-details-row p.sale-price.redText{color:red}.pre-order-details-row p.sale-price.orangeText{color:orange}.pre-order-details-row p.sale-price.greenText{color:green}.pre-order-details-row p.unit{margin-left:10px;margin-right:-10px}.update-pre-order-product{display:flex;flex-direction:column;height:190px;background:#ffffff;box-shadow:0 12px 16px -4px #10182814,0 -4px 6px -2px #10182808;border-top:solid 1px #eaecf0;border-bottom:solid 1px #eaecf0}.update-pre-order-product .top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 30px 4px}.update-pre-order-product .top>h3{font-weight:500;font-size:18px;line-height:28px;color:#101828}.update-pre-order-product .top .button{align-self:center}.update-pre-order-product .choice{display:flex;flex-direction:row;align-items:center;padding:0 10px 20px}.update-pre-order-product .choice .button{margin-top:26px;padding:0 13px}.update-pre-order-product .choice .button>img{width:20px;height:20px;margin-right:0}#preparation-details{display:flex;flex-direction:column;position:relative;width:100%;margin:16px 20px 76px}#preparation-details .header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#preparation-details .header>img{filter:brightness(0) saturate(100%) invert(14%) sepia(29%) saturate(2853%) hue-rotate(192deg) brightness(95%) contrast(102%)}#preparation-details .header .header-right{display:flex;flex-direction:row;column-gap:35px}#preparation-details .header .header-right>img{width:24px;height:24px;align-self:center}#preparation-details .secondary-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:30px 0}#preparation-details .secondary-header .left{display:flex;flex-direction:row}#preparation-details .secondary-header .left .back-arrow{width:16px;height:16px;align-self:center;cursor:pointer}#preparation-details .secondary-header .left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin:0 0 0 37px}#preparation-details .filter{display:flex;flex-direction:column;row-gap:10px}#preparation-details .note{padding:20px 0}#preparation-details .preparations{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#preparation-details .preparations .preparation-approved{width:5%;text-align:center}#preparation-details .preparations .preparation-product-code{width:5%}#preparation-details .preparations .preparation-product-name{width:16%;text-overflow:clip;overflow:clip;white-space:normal}#preparation-details .preparations .preparation-unit{width:3%}#preparation-details .preparations .preparation-weight{width:5%}#preparation-details .preparations .preparation-note{width:13%;text-overflow:clip;overflow:clip;white-space:normal}#preparation-details .preparations .preparation-packages-number,#preparation-details .preparations .preparation-trays-number{width:7%;text-overflow:clip;overflow:clip;white-space:normal}#preparation-details .preparations .preparation-preparation{width:9%;text-overflow:clip;overflow:clip;white-space:normal}#preparation-details .preparations .preparation-post{width:8%}#preparation-details .preparations .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}#preparation-details .validate-wrapper{z-index:10000;width:100%;height:60px;background-color:#b42318;position:fixed;bottom:0px;left:0px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;line-height:30px;color:#fff;cursor:not-allowed}#preparation-details .validate-wrapper.clickable{cursor:pointer}#preparation-details .validate-wrapper.green{background-color:#12b76a;cursor:default}@media screen and (max-width: 768px){#preparation-details{margin:16px 10px 42px}#preparation-details .header p{font-size:14px}#preparation-details .header .header-right{column-gap:16px}#preparation-details .header .header-right .validated-preparations{width:fit-content}#preparation-details .preparations img{transform:scale(.8)}#preparation-details .preparations p{font-size:x-small}#preparation-details .validate-wrapper{height:36px;font-size:13px}}.preparation-details-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0;align-items:center}.preparation-details-row>img{width:32px;height:32px;align-self:center}.preparation-details-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.preparation-details-row p.preparation-product-code,.preparation-details-row p.preparation-product-name{font-weight:500;color:#101828}.preparation-details-row p.preparation-unit,.preparation-details-row p.preparation-weight{position:relative;left:10px}.preparation-details-row p.red:after{content:"?";color:red}.preparation-details-row .preparation-post{display:flex;flex-direction:row;font-weight:500;font-size:12px;line-height:18px}.preparation-details-row .preparation-post .around{border-radius:16px;height:22px;display:flex;align-items:center;justify-content:center}.preparation-details-row .preparation-post .around.filleting{background:#eef4ff;color:#3538cd;width:66px}.preparation-details-row .preparation-post .around.laboratory{background:#eff8ff;color:#175cd3;width:86px}.preparation-details-row .preparation-post .around.tradeProduct{background:#eef4ff;color:#081f40;width:64px}.preparation-details-row .preparation-action{display:flex;flex-direction:row;margin:6px 0;column-gap:10px}.preparation-details-row .preparation-action .validation{display:flex;flex-direction:column}.preparation-details-row .preparation-action .validation .unavailable{justify-content:center}@media screen and (max-width: 768px){.preparation-details-row .preparation-action{flex-direction:column;align-items:center;row-gap:6px;column-gap:0px}.preparation-details-row .preparation-action button{width:70%;font-size:12px;line-height:12px;height:36px;justify-content:center}}.mantine-Modal-modal{width:80%}.mantine-Modal-overlay,.mantine-modal{margin-left:0}.mantine-modal .unavailable{display:flex;flex-direction:column}.mantine-modal .unavailable .title{font-size:20px;font-weight:500}.mantine-modal .unavailable>button{align-self:center;margin-top:20px}.update-preparation-product{display:flex;flex-direction:column;height:100px;background:#ffffff;box-shadow:0 12px 16px -4px #10182814,0 -4px 6px -2px #10182808;border-top:solid 1px #eaecf0;border-bottom:solid 1px #eaecf0}.update-preparation-product .choice{display:flex;flex-direction:row;align-items:center;padding:0 30px}.update-preparation-product .choice form{display:flex;flex-direction:row}.update-preparation-product .choice form .product-code{width:8%}.update-preparation-product .choice form .product-name{width:20%}.update-preparation-product .choice form .product-unit{width:8%}.update-preparation-product .choice form .product-weight{width:10%}.update-preparation-product .choice form .packages-number,.update-preparation-product .choice form .trays-number{width:8%}.update-preparation-product .choice form .product-post{width:15%}.update-preparation-product .choice .button{margin-top:26px;padding:0 13px}.update-preparation-product .choice .button>img{width:20px;height:20px;margin-right:0}.to-print{display:none}.product-informations{margin-left:10px}.product-informations .one-label{margin-top:80px}.product-informations .one-label:first-of-type{margin-top:30px}.product-informations .one-label:not(:last-of-type){margin-bottom:40px}.product-informations .one-label p{margin:0;font-family:Arial,Helvetica,sans-serif}.product-informations .one-label .font11{font-size:11px;font-weight:bolder}.product-informations .one-label .font14{font-size:14px;font-weight:bolder}.product-informations .one-label .font16{font-size:16px;font-weight:bolder}.product-informations .one-label .underline{text-decoration:underline;text-transform:uppercase}.product-informations .one-label .client{margin-top:8px}.mantine-Modal-overlay,.mantine-modal{margin-left:0}.validate-preparation{display:flex;flex-direction:column;align-items:center}.validate-preparation .question{font-size:20px;font-weight:500}.validate-preparation .choice{flex-direction:row;display:flex}.validate-preparation .choice :first-child{margin-right:20px}.validate-preparation .choice button{width:100px;justify-content:center}#prices{display:flex;flex-direction:column}#prices .header{display:flex;flex-direction:row;justify-content:space-between}#prices .header h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}#prices .export-import{margin-top:20px}#prices .export-import>:first-child{margin-bottom:20px}#prices .export-import form :first-child{margin-bottom:10px}#product-creation{display:flex;flex-direction:column}#product-creation .header{display:flex;flex-direction:row;justify-content:space-between}#product-creation .header .header-left{display:flex;flex-direction:row}#product-creation .header .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#product-creation .header .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px}#product-creation .header .creation{align-self:center}#product-creation>form{display:flex;flex-direction:column}#product-creation>form>h3{font-weight:600;font-size:16px;line-height:24px;color:#0e346b}#product-creation>form>h3:last-of-type{margin-top:40px}#product-creation>form .row{display:flex;flex-direction:row}#product-creation>form .row :nth-child(1n){flex:1}#product-details{display:flex;flex-direction:column}#product-details .header{display:flex;flex-direction:row;justify-content:space-between}#product-details .header .header-left{display:flex;flex-direction:row}#product-details .header .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#product-details .header .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px;max-width:max-content}#product-details .header .header-right{display:flex}#product-details .header .header-right button{align-self:center}#product-details .header .header-right button:not(:last-of-type){margin-right:16px}#product-details .header .creation{align-self:center}#product-details>form{display:flex;flex-direction:column}#product-details>form>h3{font-weight:600;font-size:16px;line-height:24px;color:#0e346b}#product-details>form>h3:last-of-type{margin-top:40px}#product-details>form .row{display:flex;flex-direction:row}#product-details>form .row :nth-child(1n){flex:1}.product-specific-prices{display:flex;flex-direction:column}.product-specific-prices .top{display:flex;flex-direction:row;justify-content:space-between}.product-specific-prices .top h3{font-weight:700;font-size:14px;line-height:20px;color:#344054}.product-specific-prices .top .button{height:36px;align-self:center}.product-specific-prices .down{margin-top:15px;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.product-specific-prices .down .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center}.product-specific-prices .down .column-label p{font-weight:500;font-size:12px;line-height:18px;color:#667085}.product-specific-prices .down .client-id{flex:1;margin-left:20px}.product-specific-prices .down .client-name{flex:2}.product-specific-prices .down .specific-price{flex:1.5}.product-specific-prices .down .delete{flex:1}.modal{box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808;padding:25px}.modal .title{font-weight:500;font-size:18px;line-height:28px;color:#101828;text-align:center}.modal form{width:100%;margin-bottom:30px}.modal .button{width:100%;text-align:center;justify-content:center}.modal .mantine-Select-label{color:#344054;margin-bottom:4px;line-height:20px}.modal .mantine-Select-input{flex:1;box-sizing:border-box;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;border-radius:8px;height:44px;font-weight:400;font-size:16px;width:100%;padding:0 14px;font-family:inherit}.product-specific-prices-row{display:flex;flex-direction:row;align-items:center;border-top:solid 1px #eaecf0;background-color:#fff}.product-specific-prices-row.gray{background-color:#f9fafb}.product-specific-prices-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.product-specific-prices-row p.client-name,.product-specific-prices-row p.specific-price{font-weight:500;color:#101828}.product-specific-prices-row .delete{display:flex;justify-content:center;cursor:pointer}.product-specific-prices-row .delete>img{align-self:center}.modal{box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808;padding:25px}.modal img{width:48px;height:48px;margin-left:43.5%}.modal .question{margin-top:17px;font-weight:500;font-size:18px;line-height:28px;color:#101828;text-align:center}.modal .question .bold{font-weight:700}.modal .description{margin-top:10px;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#667085}.modal .choice{display:flex;flex-direction:row;width:100%;margin-top:30px}.modal .choice .button{width:100%;text-align:center;justify-content:center}.modal .choice .button:not(:first-of-type){margin-left:12px}#product-margin{display:grid;grid-template-rows:min-content auto;overflow:hidden;height:calc(100vh - 40px)}#product-margin .header{display:flex;flex:1;flex-direction:column;margin-bottom:26px}#product-margin .header .first{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#product-margin .header .first .header-left{display:flex;flex-direction:row}#product-margin .header .first .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#product-margin .header .first .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px}#product-margin .header .header-right{display:flex;flex-direction:row;flex:1;justify-content:flex-end;column-gap:16px}#product-margin .header .header-right button{align-self:center}#product-margin .header .secondary{display:flex;flex-direction:row;height:38px}#product-margin .header .secondary .date{align-self:center;width:160px}.margins{overflow:auto;display:flex;flex-direction:column;flex:1;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}.margins .product-id{flex:.9;margin-left:2%}.margins .product-name{flex:4}.margins .cost-price,.margins .sell-price{flex:1.2}.margins .margin{flex:1}.margins .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.margins .margin-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0}.margins .margin-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.margins .margin-row p.product-name,.margins .margin-row p.product-id{font-weight:500;color:#101828}.margins .margin-row p.margin{font-weight:700;color:#101828}.margins .margin-row p.margin.redText{color:red}.margins .margin-row p.margin.orangeText{color:orange}.margins .margin-row p.margin.greenText{color:green}#product-stock{display:flex;flex-direction:column}#product-stock .header{display:flex;flex-direction:row}#product-stock .header .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#product-stock .header>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px;max-width:fit-content}#product-stock .input-selection{display:flex;flex-direction:row;justify-content:space-between}#product-stock .input-selection .product{padding:12px 5px}#product-stock .input-selection .product:first-child{flex:2}#product-stock .input-selection .product .mantine-Select-label{color:#344054;margin-bottom:4px;line-height:20px}#product-stock .input-selection .product .mantine-Select-input{flex:1;box-sizing:border-box;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;border-radius:8px;height:44px;font-weight:400;font-size:16px;width:100%;padding:0 14px;font-family:inherit}#product-stock .input-selection .button{margin-top:38px}#product-stock .purchases{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#product-stock .purchases .supplier-name{margin-left:2%;width:30%}#product-stock .purchases .purchase-date{width:20%}#product-stock .purchases .purchase-weight,#product-stock .purchases .purchase-unit,#product-stock .purchases .purchase-no-tax-amount{width:12%}#product-stock .purchases .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}.product-purchases-row{display:flex;flex-direction:row;border-top:solid 1px #eaecf0}.product-purchases-row p{font-weight:400;font-size:14px;line-height:20px;color:#667085}.product-purchases-row p.supplier-name,.product-purchases-row p.purchase-date{font-weight:500;color:#101828}#public-page-setup{display:flex;flex-direction:column}#public-page-setup .header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#public-page-setup h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}@keyframes public-fade-in{0%{opacity:0}to{opacity:1}}@keyframes public-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes public-bounce-in{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes public-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes public-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes public-loading-sweep{0%{left:-100%}to{left:100%}}#public-products-container{display:flex;flex-direction:column;align-items:center;width:100%;min-height:100vh;gap:1rem;padding:1rem;background-color:#f8fafc;box-sizing:border-box;overflow-x:hidden;opacity:0;animation:public-fade-in .2s cubic-bezier(.33,1,.68,1) forwards;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){#public-products-container{opacity:1;animation:none}}@media screen and (max-width: 600px){#public-products-container{padding:1rem;gap:.5rem;min-height:100vh}#public-products-container>*{width:100%;max-width:100%;box-sizing:border-box}}@media screen and (max-width: 400px){#public-products-container{padding:1rem;gap:.25rem}}@media (min-width: 768px){#public-products-container{padding:1.5rem 1rem;gap:1.5rem;min-height:auto}}@media (min-width: 1024px){#public-products-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}}#public-products-container>*{transform:translateY(20px);opacity:0;animation:public-slide-up .2s cubic-bezier(.33,1,.68,1) forwards}@media (prefers-reduced-motion: reduce){#public-products-container>*{transform:none;opacity:1;animation:none}}#public-products-container>*:nth-child(1){animation-delay:0ms}#public-products-container>*:nth-child(2){animation-delay:.1s}#public-products-container>*:nth-child(3){animation-delay:.2s}#public-products-container>*:nth-child(4){animation-delay:.3s}.tab-loading-indicator{display:flex;justify-content:center;align-items:center;min-height:200px;width:100%;opacity:0;animation:public-fade-in .2s cubic-bezier(.33,1,.68,1) forwards;transition:opacity .2s cubic-bezier(.33,1,.68,1)}@media (prefers-reduced-motion: reduce){.tab-loading-indicator{opacity:1;animation:none}}@media (prefers-reduced-motion: reduce){.tab-loading-indicator{transition:none}}#public-logo{width:280px;height:auto;border-radius:.75rem;transition:transform .2s cubic-bezier(.33,1,.68,1);padding-bottom:1rem}@media (prefers-reduced-motion: reduce){#public-logo{transition:none}}@media screen and (max-width: 374px){#public-logo{width:220px}}@media (min-width: 640px){#public-logo{width:320px}}@media (min-width: 768px){#public-logo{width:360px}}@keyframes public-fade-in{0%{opacity:0}to{opacity:1}}@keyframes public-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes public-bounce-in{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes public-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes public-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes public-loading-sweep{0%{left:-100%}to{left:100%}}.public-products-search-field{width:100%;max-width:400px;position:relative;margin:0 auto 1.5rem}.public-products-search-field input{width:100%;padding:1rem 1.5rem;border:2px solid #c1c7d0;border-radius:.75rem;font-size:1rem;font-family:inherit;background-color:#fff;color:#1e293b;box-sizing:border-box;transition:all .2s cubic-bezier(.33,1,.68,1)}@media (prefers-reduced-motion: reduce){.public-products-search-field input{transition:none}}.public-products-search-field input::placeholder{color:#64748b;opacity:.8}.public-products-search-field input:focus{outline:none;border-color:#0b2a56;box-shadow:0 0 0 3px #0b2a561a;background-color:#fff}.public-products-search-field input:hover{border-color:#0b2a56}.public-products-search-field--focused input{border-color:#0b2a56;box-shadow:0 0 0 3px #0b2a561a}.public-products-search-field--typing input{border-color:#059669}@media screen and (max-width: 600px){.public-products-search-field{max-width:100%;margin:0 0 1rem}.public-products-search-field input{padding:.5rem 1rem;font-size:1rem;min-height:44px;box-sizing:border-box}}@keyframes public-fade-in{0%{opacity:0}to{opacity:1}}@keyframes public-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes public-bounce-in{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes public-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes public-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes public-loading-sweep{0%{left:-100%}to{left:100%}}.public-products-table{width:100%;max-width:900px;display:flex;flex-direction:column;gap:1.5rem;align-items:stretch;padding:0;box-sizing:border-box}@media screen and (max-width: 600px){.public-products-table{gap:1rem;padding:0;width:100%;max-width:100%}.public-products-table .public-product-family-card{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}}@media screen and (max-width: 400px){.public-products-table{gap:.5rem}}@media (min-width: 768px){.public-products-table{width:90%;max-width:800px;padding:0 1rem;align-items:center}}@media (min-width: 1024px){.public-products-table{width:80%;max-width:900px;padding:0 1.5rem}}.public-products-table .public-product-family-card:nth-child(1){animation-delay:0ms}.public-products-table .public-product-family-card:nth-child(2){animation-delay:.1s}.public-products-table .public-product-family-card:nth-child(3){animation-delay:.2s}.public-products-table .public-product-family-card:nth-child(4){animation-delay:.3s}.public-products-table .public-product-family-card:nth-child(5){animation-delay:.4s}.public-products-table .public-product-family-card:nth-child(n+6){animation-delay:.5s}@keyframes public-fade-in{0%{opacity:0}to{opacity:1}}@keyframes public-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes public-bounce-in{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes public-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes public-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes public-loading-sweep{0%{left:-100%}to{left:100%}}.public-product-family-card{width:100%;max-width:800px;background-color:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform box-shadow .2s cubic-bezier(.33,1,.68,1);transform:translateY(20px);opacity:0;animation:public-slide-up .2s cubic-bezier(.33,1,.68,1) forwards}@media (prefers-reduced-motion: reduce){.public-product-family-card{transition:none}}@media (prefers-reduced-motion: reduce){.public-product-family-card{transform:none;opacity:1;animation:none}}.public-product-family-card__header{background:linear-gradient(135deg,#0b2a56 0%,#0b2a56 100%);padding:1.5rem;text-align:center;transition:background .2s cubic-bezier(.33,1,.68,1)}@media (prefers-reduced-motion: reduce){.public-product-family-card__header{transition:none}}@media screen and (max-width: 600px){.public-product-family-card__header{padding:1rem}}.public-product-family-card__title{font-size:1.25rem;font-weight:600;line-height:1.5;letter-spacing:0;color:#1e293b;color:#fff;margin:0;text-align:left;text-shadow:0 1px 2px rgba(0,0,0,.1)}@media screen and (max-width: 600px){.public-product-family-card__title{font-size:1.125rem}}.public-product-family-card__content{padding:0}.public-product-row{display:flex;flex-direction:row;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #c1c7d0;border-right:1px solid #c1c7d0;border-left:1px solid #c1c7d0;transition:background-color transform .2s cubic-bezier(.33,1,.68,1);position:relative}@media (prefers-reduced-motion: reduce){.public-product-row{transition:none}}.public-product-row:nth-child(even){background-color:#f1f5f9}.public-product-row:last-child{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.public-product-row__name{flex:1;font-size:1rem;font-weight:400;line-height:1.5;letter-spacing:0;color:#1e293b;margin-right:1rem;font-weight:500}@media screen and (max-width: 600px){.public-product-row__name{font-size:.875rem}}@media screen and (max-width: 600px){.public-product-row__name{font-size:1rem;line-height:1.75}}.public-product-row__price{font-size:1.25rem;font-weight:700;line-height:1.25;letter-spacing:0;color:#059669;transition:transform color .2s cubic-bezier(.33,1,.68,1);white-space:nowrap;text-align:right;font-weight:800;text-shadow:0 1px 2px rgba(0,0,0,.05)}@media screen and (max-width: 600px){.public-product-row__price{font-size:1.125rem}}@media (prefers-reduced-motion: reduce){.public-product-row__price{transition:none}}@media screen and (max-width: 600px){.public-product-row__price{font-size:1.125rem;font-weight:700}}@media screen and (max-width: 600px){.public-product-row{padding:1rem;min-height:48px;min-width:48px}.public-product-row__name{margin-right:0;line-height:1.75}.public-product-row__price{text-align:left;min-width:auto}}@media screen and (max-width: 400px){.public-product-row{padding:.5rem}.public-product-row__name{font-size:.875rem;line-height:1.75}.public-product-row__price{font-size:1rem;font-weight:600}}@keyframes public-fade-in{0%{opacity:0}to{opacity:1}}@keyframes public-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes public-bounce-in{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes public-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes public-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes public-loading-sweep{0%{left:-100%}to{left:100%}}.public-products-value-selection{width:100%;max-width:100%}.public-products-value-selection .public-products-value-selection-item{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:8px 16px;color:#1e293b!important}.public-products-value-selection .public-products-value-selection-item.active{color:#fff!important}.public-products-value-selection .mantine-SegmentedControl-root{height:auto;min-height:44px;align-items:center;border-radius:.5rem;background-color:#f8fafc;width:100%;max-width:100%;box-sizing:border-box;position:relative;padding:0 0 8px;display:flex!important;justify-content:center!important;flex-direction:row!important;flex-wrap:wrap!important;gap:.5rem!important}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-indicator,.public-products-value-selection .mantine-SegmentedControl-root span.mantine-SegmentedControl-active,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-active:not(button){display:none!important}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control{border-radius:.375rem;font-size:1rem;font-weight:400;line-height:1.5;letter-spacing:0;color:#1e293b;transition:all .2s cubic-bezier(.33,1,.68,1);font-weight:500;background-color:transparent;color:#1e293b!important;height:44px;min-height:44px;max-height:44px;position:relative;display:flex;align-items:center;justify-content:center;letter-spacing:.025em;border:1px solid #c1c7d0!important;padding:0!important;width:fit-content!important;max-width:fit-content!important;cursor:pointer}@media screen and (max-width: 600px){.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control{font-size:.875rem}}@media (prefers-reduced-motion: reduce){.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control{transition:none}}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control .mantine-SegmentedControl-label{padding:0!important}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control .mantine-SegmentedControl-input{position:absolute;opacity:0;pointer-events:none}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control:hover:not([data-active=true]){background-color:#f1f5f9;color:#1e293b!important}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control:focus-visible{outline:2px solid #0b2a56;outline-offset:2px}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control:active{transform:scale(.98)}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true],.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true],.public-products-value-selection .mantine-SegmentedControl-root button[aria-pressed=true],.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[aria-pressed=true],.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active=true],.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active]{background-color:#0b2a56!important;background-image:none!important;background:#0b2a56!important;color:#fff!important;font-weight:600!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important;border:1px solid #0b2a56!important;height:44px!important;min-height:44px!important;max-height:44px!important;transition:all .2s cubic-bezier(.65,0,.35,1)}@media (prefers-reduced-motion: reduce){.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true],.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true],.public-products-value-selection .mantine-SegmentedControl-root button[aria-pressed=true],.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[aria-pressed=true],.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active=true],.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active]{transition:none}}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive .mantine-SegmentedControl-label,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive .mantine-SegmentedControl-labelActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive>span,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive>div,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive .mantine-SegmentedControl-label,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive .mantine-SegmentedControl-labelActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive>span,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive>div,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true] .mantine-SegmentedControl-label,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true] .mantine-SegmentedControl-labelActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true]>span,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true]>div,.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true] .mantine-SegmentedControl-label,.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true] .mantine-SegmentedControl-labelActive,.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true]>span,.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true]>div,.public-products-value-selection .mantine-SegmentedControl-root button[aria-pressed=true] .mantine-SegmentedControl-label,.public-products-value-selection .mantine-SegmentedControl-root button[aria-pressed=true] .mantine-SegmentedControl-labelActive,.public-products-value-selection .mantine-SegmentedControl-root button[aria-pressed=true]>span,.public-products-value-selection .mantine-SegmentedControl-root button[aria-pressed=true]>div,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[aria-pressed=true] .mantine-SegmentedControl-label,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[aria-pressed=true] .mantine-SegmentedControl-labelActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[aria-pressed=true]>span,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[aria-pressed=true]>div,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active=true] .mantine-SegmentedControl-label,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active=true] .mantine-SegmentedControl-labelActive,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active=true]>span,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active=true]>div,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active] .mantine-SegmentedControl-label,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active] .mantine-SegmentedControl-labelActive,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active]>span,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active]>div{color:#fff!important}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive:hover,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive:hover,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true]:hover,.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true]:hover,.public-products-value-selection .mantine-SegmentedControl-root button[aria-pressed=true]:hover,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[aria-pressed=true]:hover,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active=true]:hover,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active]:hover{background-color:#0b2a56!important;background:#0b2a56!important;color:#fff!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive:active,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive:active,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true]:active,.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true]:active,.public-products-value-selection .mantine-SegmentedControl-root button[aria-pressed=true]:active,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[aria-pressed=true]:active,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active=true]:active,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active]:active{transform:scale(.98);background-color:#0b2a56!important;background:#0b2a56!important}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive:focus-visible,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive:focus-visible,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true]:focus-visible,.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true]:focus-visible,.public-products-value-selection .mantine-SegmentedControl-root button[aria-pressed=true]:focus-visible,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[aria-pressed=true]:focus-visible,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active=true]:focus-visible,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active]:focus-visible{outline:2px solid #ffffff;outline-offset:2px}@media screen and (max-width: 600px){.public-products-value-selection .mantine-SegmentedControl-root{border-radius:.5rem;height:auto;flex-direction:row;flex-wrap:wrap;gap:.5rem;width:100%;max-width:100%;box-sizing:border-box;justify-content:left!important}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control{font-size:.875rem;font-weight:500;text-align:center;padding:1rem 1.5rem;border-radius:.5rem;box-sizing:border-box;flex:1;max-width:calc(50% - .25rem);margin:0;border:1px solid #c1c7d0;background-color:transparent;height:44px;min-height:44px;max-height:44px;line-height:1.5;letter-spacing:0}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control:active:not([data-active=true]){transform:scale(.96);transition:transform .15s cubic-bezier(.33,1,.68,1)}}@media screen and (max-width: 600px) and (prefers-reduced-motion: reduce){.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control:active:not([data-active=true]){transition:none}}@media screen and (max-width: 600px){.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control:focus:not([data-active=true]){outline:none;box-shadow:0 0 0 2px #0b2a564d}}@media screen and (max-width: 600px){.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true],.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true]{border-radius:.5rem!important;margin:0!important;height:44px!important;min-height:44px!important;max-height:44px!important;box-sizing:border-box!important;background-color:#0b2a56!important;background-image:none!important;background:#0b2a56!important;color:#fff!important;border:1px solid #0b2a56!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important;font-weight:600!important}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive:hover,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive:hover,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true]:hover,.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true]:hover{background-color:#0b2a56!important;background:#0b2a56!important;color:#fff!important}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive:active,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive:active,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true]:active,.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true]:active{transform:scale(.96);background-color:#0b2a56!important;background:#0b2a56!important;color:#fff!important}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive:focus,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive:focus,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true]:focus,.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true]:focus{background-color:#0b2a56!important;background:#0b2a56!important;color:#fff!important}}@media screen and (max-width: 480px){.public-products-value-selection .mantine-SegmentedControl-root{flex-direction:column;gap:.25rem}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control{flex:none;max-width:100%;font-size:1rem;padding:1.5rem;height:44px;min-height:44px;max-height:44px;background-color:transparent}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true],.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true]{width:100%!important;height:44px!important;min-height:44px!important;max-height:44px!important;background-color:#0b2a56!important;background-image:none!important;background:#0b2a56!important;color:#fff!important;border:1px solid #0b2a56!important;font-weight:600!important}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive:hover,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive:focus,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive:hover,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive:focus,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true]:hover,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true]:focus,.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true]:hover,.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true]:focus{background-color:#0b2a56!important;background:#0b2a56!important;color:#fff!important}}@media screen and (max-width: 360px){.public-products-value-selection .mantine-SegmentedControl-root{gap:.25rem}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control{font-size:.875rem;padding:1rem;min-height:44px;background-color:transparent}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control[data-active=true],.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true]{min-height:44px!important;background-color:#0b2a56!important;background-image:none!important;background:#0b2a56!important;color:#fff!important;border:1px solid #0b2a56!important;font-weight:600!important}}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-controlActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive,.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true],.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active=true]{background-color:#0b2a56!important;background-image:none!important;background:#0b2a56!important;color:#fff!important}.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive .mantine-SegmentedControl-label,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-controlActive .mantine-SegmentedControl-labelActive,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-controlActive .mantine-SegmentedControl-label,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-controlActive .mantine-SegmentedControl-labelActive,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive .mantine-SegmentedControl-label,.public-products-value-selection .mantine-SegmentedControl-root .mantine-SegmentedControl-control.mantine-SegmentedControl-controlActive .mantine-SegmentedControl-labelActive,.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true] .mantine-SegmentedControl-label,.public-products-value-selection .mantine-SegmentedControl-root button[data-active=true] .mantine-SegmentedControl-labelActive,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active=true] .mantine-SegmentedControl-label,.public-products-value-selection .mantine-SegmentedControl-root button.mantine-SegmentedControl-control[data-active=true] .mantine-SegmentedControl-labelActive{color:#fff!important}#supplier-creation{display:flex;flex-direction:column}#supplier-creation .header{display:flex;flex-direction:row;justify-content:space-between}#supplier-creation .header .header-left{display:flex;flex-direction:row}#supplier-creation .header .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#supplier-creation .header .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px}#supplier-creation .header .creation{align-self:center}#supplier-creation>form{display:flex;flex-direction:column}#supplier-creation>form>h3{font-weight:600;font-size:16px;line-height:24px;color:#0e346b}#supplier-creation>form>h3:last-of-type{margin-top:40px}#supplier-creation>form .firstRow{display:flex;flex-direction:row;justify-content:space-between}#supplier-creation>form .firstRow>:nth-child(1n){flex:1}#supplier-creation>form>:not(.firstRow){display:flex;flex-direction:row}#supplier-creation>form>:not(.firstRow) :nth-child(1n){flex:1}#supplier-creation>form .fifthRow{display:flex;flex-direction:row;justify-content:space-between;width:50%}#supplier-details{display:flex;flex-direction:column}#supplier-details .header{display:flex;flex-direction:row;justify-content:space-between}#supplier-details .header .header-left{display:flex;flex-direction:row}#supplier-details .header .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#supplier-details .header .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px}#supplier-details .header .header-right{display:flex;flex-direction:row}#supplier-details .header .header-right button{align-self:center}#supplier-details .header .header-right button:first-of-type{margin-right:16px}#supplier-details>form{display:flex;flex-direction:column}#supplier-details>form>h3{font-weight:600;font-size:16px;line-height:24px;color:#0e346b}#supplier-details>form>h3:last-of-type{margin-top:40px}#supplier-details>form .firstRow{display:flex;flex-direction:row;justify-content:space-between}#supplier-details>form .firstRow>:nth-child(1n){flex:1}#supplier-details>form>:not(.firstRow){display:flex;flex-direction:row}#supplier-details>form>:not(.firstRow) :nth-child(1n){flex:1}#supplier-details>form .fifthRow{display:flex;flex-direction:row;justify-content:space-between;width:50%}#supplier-stock{display:flex;flex-direction:column}#supplier-stock .header{display:flex;flex-direction:row}#supplier-stock .header .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#supplier-stock .header>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px;max-width:fit-content}#supplier-stock .input-selection{display:flex;flex-direction:row;justify-content:space-between}#supplier-stock .input-selection .supplier{padding:12px 5px}#supplier-stock .input-selection .supplier:first-child{flex:2}#supplier-stock .input-selection .supplier .mantine-Select-label{color:#344054;margin-bottom:4px;line-height:20px}#supplier-stock .input-selection .supplier .mantine-Select-input{flex:1;box-sizing:border-box;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;border-radius:8px;height:44px;font-weight:400;font-size:16px;width:100%;padding:0 14px;font-family:inherit}#supplier-stock .input-selection .button{margin-top:38px}#supplier-stock .purchases{display:flex;flex-direction:column;width:100%;border:1px solid #eaecf0;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;border-radius:8px}#supplier-stock .purchases .purchase-date{width:12%;margin-left:2%}#supplier-stock .purchases .purchase-weight,#supplier-stock .purchases .purchase-no-tax-amount{width:12%}#supplier-stock .purchases .purchase-tax-included-amount{width:20%}#supplier-stock .purchases .purchase-bill-received,#supplier-stock .purchases .purchase-bill-paid{width:15%}#supplier-stock .purchases .column-label{display:flex;flex-direction:row;background:#f9fafb;align-items:center;font-weight:500;font-size:12px;line-height:18px;color:#667085}#turnover .header{display:flex;flex:1;flex-direction:column;max-width:600px}#turnover .header>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828}#turnover .header .client{max-width:400px}#turnover .header .secondary{width:100%;display:flex;flex-direction:row}#turnover .infos{font-size:18px}#user-creation{display:flex;flex-direction:column}#user-creation .header{display:flex;flex-direction:row;justify-content:space-between}#user-creation .header .header-left{display:flex;flex-direction:row}#user-creation .header .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#user-creation .header .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px}#user-creation .header .creation{align-self:center}#user-creation>form{display:flex;flex-direction:column}#user-creation>form>h3{font-weight:600;font-size:16px;line-height:24px;color:#0e346b}#user-creation>form>h3:last-of-type{margin-top:40px}#user-creation>form .row{display:flex;flex-direction:row}#user-creation>form .row :nth-child(1n){flex:1}#user-creation>form .row:last-of-type{width:50%}#user-details{display:flex;flex-direction:column}#user-details .header{display:flex;flex-direction:row;justify-content:space-between}#user-details .header .header-left{display:flex;flex-direction:row}#user-details .header .header-left .back-arrow{width:14px;height:14px;align-self:center;cursor:pointer}#user-details .header .header-left>h2{font-weight:500;font-size:30px;line-height:38px;color:#101828;margin-left:37px}#user-details .header .creation{align-self:center}#user-details>form{display:flex;flex-direction:column}#user-details>form>h3{font-weight:600;font-size:16px;line-height:24px;color:#0e346b}#user-details>form>h3:last-of-type{margin-top:40px}#user-details>form .row{display:flex;flex-direction:row}#user-details>form .row :nth-child(1n){flex:1}#user-details>form .row:last-of-type{width:50%}#user-details .admin-actions{margin-top:40px;padding-top:24px;border-top:1px solid #e4e7ec}#user-details .admin-actions>h3{font-weight:600;font-size:16px;line-height:24px;color:#0e346b;margin-bottom:16px}#user-details .admin-actions .admin-buttons{display:flex;flex-direction:row;gap:16px}#user-details .admin-actions .admin-buttons .reset-2fa{background-color:#f59e0b;border-color:#f59e0b}#user-details .admin-actions .admin-buttons .reset-2fa:hover{background-color:#d97706;border-color:#d97706}#user-details .admin-actions .admin-buttons .delete-user{background-color:#ef4444;border-color:#ef4444}#user-details .admin-actions .admin-buttons .delete-user:hover{background-color:#dc2626;border-color:#dc2626}#page{display:flex;flex-direction:row}#page #menu,#page #menu-small{position:fixed;left:0;top:0}#page .right{padding:20px 20px 20px 300px;width:calc(100% - 320px)}#page .right.big{padding-left:100px;width:calc(100% - 120px)}#page.log-in{width:100%}#menu{display:flex;flex-direction:column;position:relative;width:280px;height:100vh;background-color:#081f40}#menu .reduce-arrow{position:absolute;right:15px;top:15px;margin-top:14px;width:20px;height:20px;cursor:pointer}#menu .logo{margin-top:24px;margin-left:24px;width:171px;height:28.92px}#menu .choices{margin-block:16px;padding-inline:16px;height:calc(100% - 156px)}#menu .choices:first-of-type{margin-top:24px}#menu .choices:not(:first-of-type){margin-top:4px}#menu .footer{position:absolute;bottom:0px;display:flex;flex-direction:row;justify-content:space-between;margin:0 16px;height:77px;width:248px;background-color:#081f40;border-top:solid #0b2a56}#menu .footer .email{margin-top:24px;margin-left:8px;font-weight:400;font-size:14px;line-height:20px;color:#9faec4}#menu .footer .logout{width:15px;height:15px;margin-top:26.5px;margin-right:10.5px;cursor:pointer}#menu-small{display:flex;flex-direction:column;position:relative;align-items:center;width:80px;height:100vh;background-color:#081f40}#menu-small .increase-arrow{position:absolute;right:10px;top:10px;width:20px;height:20px;cursor:pointer}#menu-small .logo{margin-top:40px;width:30px;height:28.92px}#menu-small .choices:first-of-type{margin-top:24px}#menu-small .choices:not(:first-of-type){margin-top:4px}#menu-small .footer{position:absolute;bottom:0px;display:flex;flex-direction:row;justify-content:center;margin:0 16px;height:77px;width:48px;border-top:solid #0b2a56}#menu-small .footer .logout{width:15px;height:15px;margin-top:26.5px;cursor:pointer}.menu-choice{display:flex;flex-direction:row;align-items:center;position:relative;width:248px;height:40px;border-radius:6px;background:#081f40;cursor:pointer}.menu-choice.active{background:#0b2a56}.menu-choice .img-wrapper{margin-left:15px;width:20px;display:flex;justify-content:center;align-items:center}.menu-choice .label{position:absolute;font-weight:500;font-size:16px;line-height:24px;color:#d1e0ff;left:48px}.menu-choice-small{display:flex;flex-direction:row;align-items:center;position:relative;width:40px;height:40px;border-radius:6px;background:#081f40;cursor:pointer}.menu-choice-small.active{background:#0b2a56}.menu-choice-small .img-wrapper{margin-left:10px;width:20px;display:flex;justify-content:center;align-items:center}
