@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";html{scroll-behavior:smooth}:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,:after,:before{box-sizing:border-box}a,button{cursor:revert}*,body,html{font-family:Inter,sans-serif}menu,ol,ul{list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}pre{all:revert}::placeholder{color:unset}::marker{content:""}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}body{background:#fff}::-webkit-scrollbar{width:4px;background:#fff}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#6a9c31}: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:hsla(0,0%,100%,.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(90deg,#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:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-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:translateX(-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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.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 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;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;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{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;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:focus,.Toastify__close-button:hover{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:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid 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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}.style_contactFormContainer__HNxid{display:flex;width:100%;max-width:900px;padding:1rem;margin:auto}@media(max-width:768px){.style_contactFormContainer__HNxid{padding:0;flex-direction:column;gap:2rem}}.style_linkToLanding__w2VIB{width:50%;background:#77a900;color:#fff;font-size:1.2rem;padding:4rem 1rem;display:flex;flex-direction:column;gap:1.2rem}.style_linkToLanding__w2VIB h1{font-size:3rem;font-weight:700;margin:0}.style_linkToLanding__w2VIB p{font-size:1rem;font-weight:300}.style_linkToLanding__w2VIB a{color:#fff;font-size:1rem;border-bottom:1px solid #fff;max-width:-moz-fit-content;max-width:fit-content}.style_linkToLanding__w2VIB a img{filter:invert(1);transform:rotate(90deg)}@media(max-width:768px){.style_linkToLanding__w2VIB{width:100%}}.style_contactForm__nmM_x{display:flex;flex-direction:column;padding:1rem 0 1rem 3rem;gap:2rem;width:50%}.style_contactForm__nmM_x .style_contactFormTitle__Ki4Ne{font-size:1.5rem;font-weight:700;color:#141414;margin:0}.style_contactForm__nmM_x .style_inputs__GpO_k{width:100%;display:flex;flex-direction:column;gap:1rem}.style_contactForm__nmM_x .style_inputs__GpO_k input{width:100%;padding:1rem;font-size:1rem;font-weight:400;color:#141414;background:#f6f6f6}.style_contactForm__nmM_x .style_inputs__GpO_k input::placeholder{color:#77a900}.style_contactForm__nmM_x .style_sendEmailBtn__2tUsA{background:#141414;color:#fff;width:100%;padding:1rem;display:grid;place-items:center;cursor:pointer;font-size:1.2rem;font-weight:500}@media(max-width:768px){.style_contactForm__nmM_x{width:100%;padding:1rem}}.style_footerSection__wMEQu{margin-top:5rem;width:100%;background:#1a1f23;color:#fff;display:flex;justify-content:center;padding:4rem 1rem}.style_footerSection__wMEQu .style_footerContainer__m4qr2{width:100%;max-width:1180px;margin:auto;display:flex;justify-content:space-between}@media(max-width:768px){.style_footerSection__wMEQu .style_footerContainer__m4qr2{flex-direction:column;gap:1rem}}.style_footerSection__wMEQu .style_footerContainer__m4qr2 .style_contact__6rUE1{width:60%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-gap:1rem;gap:1rem}@media(max-width:768px){.style_footerSection__wMEQu .style_footerContainer__m4qr2 .style_contact__6rUE1{width:90%;max-width:400px;grid-template-columns:1fr;grid-template-rows:repeat(4,1fr);gap:0;grid-row-gap:1rem;margin:0 auto}}.style_footerSection__wMEQu .style_footerContainer__m4qr2 .style_contact__6rUE1 .style_footerItem__3l7Ro{display:flex;flex-direction:column;gap:1rem}.style_footerSection__wMEQu .style_footerContainer__m4qr2 .style_contact__6rUE1 .style_footerItem__3l7Ro .style_itemTitle__mI35_{font-size:1.1rem;font-weight:700;color:#fff}.style_footerSection__wMEQu .style_footerContainer__m4qr2 .style_contact__6rUE1 .style_footerItem__3l7Ro .style_itemContent__GZEyK{font-size:1rem;font-weight:300;color:#fff;word-break:break-all}.style_footerSection__wMEQu .style_footerContainer__m4qr2 .style_contact__6rUE1 .style_footerItem__3l7Ro .style_socials__4CDFH{display:flex;gap:2rem}.style_footerSection__wMEQu .style_footerContainer__m4qr2 .style_contact__6rUE1 .style_footerItem__3l7Ro .style_socials__4CDFH img{height:1.5rem;width:1.5rem}.style_footerSection__wMEQu .style_footerContainer__m4qr2 .style_about__4MblW{width:35%;display:flex;flex-direction:column;gap:4rem}.style_footerSection__wMEQu .style_footerContainer__m4qr2 .style_about__4MblW img{height:4rem;width:-moz-fit-content;width:fit-content}@media(max-width:768px){.style_footerSection__wMEQu .style_footerContainer__m4qr2 .style_about__4MblW{width:90%;max-width:400px;margin:0 auto;gap:1rem}}.style_navContainer__C_Kcs{background:#f9f9f9;min-height:100vh;min-width:14vw;display:flex;flex-direction:column;align-items:flex-end;gap:3rem;padding:2rem 0;position:fixed;top:-1rem;left:0;z-index:10}.style_brandLogoWrapper__S23L9{min-width:100%;display:flex;justify-content:center;padding:0 20px}.style_brandLogo__4mLlI{max-width:100px}.style_nav__eD017{display:flex;align-items:flex-end;flex-direction:column;flex-grow:1;justify-content:space-between}.style_nav__eD017 ul{display:flex;flex-direction:column;width:100%}.style_nav__eD017 ul li.style_active__o9V_H{background:#fff;border-radius:20px 0 0 20px}.style_nav__eD017 ul li.style_active__o9V_H path{stroke:#8bc600}.style_nav__eD017 ul li a{display:flex;padding:12px 40px 12px 20px;align-items:center;gap:5px;max-width:100%}.style_nav__eD017 ul li a img{stroke:red}.style_nav__eD017 ul li a .style_navText__lPiE_{font-weight:400}@media(max-width:1080px){.style_navContainer__C_Kcs{z-index:999;position:absolute;transform:translateX(-100%);transition:all .3s ease-in-out;padding-bottom:100vh}.style_navContainer__C_Kcs .style_hamburguerMenu__MovSu{position:absolute;transition:all .3s ease-in-out;top:18px;right:-5px;transform:translate(-10px);display:flex;flex-direction:column;gap:.2rem}.style_navContainer__C_Kcs .style_hamburguerMenu__MovSu>div{width:20px;height:3px;border-radius:1rem;background:#8bc600}.style_navContainer__C_Kcs .style_hamburguerMenu__MovSu{transform:translate(35px,1rem)}.style_navContainer__C_Kcs.style_active__o9V_H{transform:translateX(0)}.style_navContainer__C_Kcs.style_active__o9V_H .style_hamburguerMenu__MovSu{transform:translate(-15px,1rem)}}@keyframes style_arrowUp__5D5Ba{0%{transform:translateY(0)}50%{transform:translateY(-.1em)}to{transform:translateY(0)}}.style_notificationBar__b4Bb0{max-width:100%;background:#f9f9f9;display:flex;padding:5px 20px 5px 5px;border-radius:20px 0 20px 20px;justify-content:space-between;align-items:center}.style_notificationBar__b4Bb0 .style_igpmIpcaCard__sziGm{display:flex;gap:.5rem}.style_notificationBar__b4Bb0 .style_igpmIpcaCard__sziGm h4{color:#f2f2f2;font-size:1rem;font-weight:400}.style_notificationBar__b4Bb0 .style_igpmIpcaCard__sziGm .style_igpmIpcaCardItem__65p7b{display:flex;align-items:center;gap:.5rem;background:#060e28;padding:.2rem .5rem;border-radius:.2rem .5rem .2rem .5rem}.style_notificationBar__b4Bb0 .style_igpmIpcaCard__sziGm .style_igpmIpcaCardItem__65p7b div{display:flex;align-items:center;gap:.5rem}.style_notificationBar__b4Bb0 .style_igpmIpcaCard__sziGm .style_igpmIpcaCardItem__65p7b div span{font-size:.8rem;font-weight:600;color:#f2f2f2}.style_notificationBar__b4Bb0 .style_igpmIpcaCard__sziGm .style_igpmIpcaCardItem__65p7b div svg{animation:style_arrowUp__5D5Ba .5s ease-in-out infinite forwards}.style_notificationBar__b4Bb0 .style_igpmIpcaCard__sziGm .style_igpmIpcaCardItem__65p7b span{font-size:.8rem;font-weight:300}.style_userData__d5DHE{display:flex;align-items:center;gap:10px}.style_userData__d5DHE img{width:40px}.style_userData__d5DHE span{font-size:1rem}.style_date__vgG_b{font-size:.9rem}.style_notifications__SxvMO img{width:30px}@media(max-width:1080px){.style_notificationBar__b4Bb0{margin-left:50px}}@media(max-width:625px){.style_date__vgG_b{display:none}}.style_notifications__SxvMO{position:relative;cursor:pointer}.style_notifications__SxvMO .style_notificationNumber__fayaZ{position:absolute;top:0;right:0;background:#63c600;color:#fff;border-radius:50%;font-weight:500;min-width:20px;min-height:20px;display:flex;justify-content:center;align-items:center;font-size:.8rem;padding:0 .1rem;margin-top:-5px;margin-right:-5px}.style_notificationsList__iaHB6{position:absolute;top:40px;right:30px;max-height:600px;overflow-y:scroll;background:#fff;width:400px;border-radius:8px 0 8px 8px;padding:.5rem;display:flex;flex-direction:column;gap:1rem;z-index:1;box-shadow:0 5px 20px -11px rgba(0,0,0,.2)}.style_notificationsList__iaHB6 .style_notification__YUJ_f{padding:.5rem;display:flex;flex-direction:column;gap:.5rem;width:100%;border-bottom:3px solid #ebebeb}.style_notificationsList__iaHB6 .style_notification__YUJ_f.style_opened__EAH1i{background:#f6f6f6}.style_notificationsList__iaHB6 .style_notification__YUJ_f h5{display:flex;align-items:center;justify-content:space-between;max-width:100%;word-wrap:break-word;font-size:1.2rem;font-weight:600}.style_notificationsList__iaHB6 .style_notification__YUJ_f h5 span{font-weight:300;font-size:.8rem;font-weight:700}.style_notificationsList__iaHB6 .style_notification__YUJ_f h5 span.style_new__rYlaN{color:#63c600}.style_notificationsList__iaHB6 .style_notification__YUJ_f h5 span.style_visualized__okDQ8{color:#b1b1b1}.style_notificationsList__iaHB6 .style_notification__YUJ_f p{font-size:1rem;font-weight:400;color:#616161;max-width:100%;word-wrap:break-word}.style_notificationsList__iaHB6 .style_notification__YUJ_f a{font-size:1rem;color:#63c600;width:100%;text-align:right}.style_popUpBackdrop__vZHja{position:fixed;top:0;bottom:0;left:0;right:0;min-width:100%;min-height:100%;background:rgba(39,45,52,.4);z-index:100;display:flex;justify-content:center;align-items:center}.style_popUpDisabled__qomK1{display:none}.style_popUpWrapper__Hhx7c{display:flex;flex-direction:column;gap:1.5rem;background:#fff;padding:30px 20px 20px;border-radius:5px;position:relative}.style_closeBtn___nIBe{position:absolute;right:10px;top:10px}.style_closeBtn___nIBe img{width:25px}.style_closeBtn___nIBe:hover{cursor:pointer}.style_lotInfoWrapper__y5wAu{display:flex;gap:1rem}.style_uploadImage__odKCg{position:relative;background:#f9f9f9;color:#060e28;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out;justify-content:center}.style_uploadImage__odKCg:hover{cursor:pointer;background:#f1f1f1}.style_uploadImage__odKCg>img{max-height:22px}.style_uploadImage__odKCg img{width:20px}.style_uploadImage__odKCg input{max-width:max-content;position:absolute;width:100%;height:100%;left:0;opacity:0}.style_uploadImage__odKCg input::-webkit-file-upload-button{cursor:pointer}.style_uploadImage__odKCg input::file-selector-button{cursor:pointer}.style_lotImagesWrapper__RWQD3{width:100%;max-width:240px;display:flex;flex-direction:column;gap:.5rem}.style_lotImages__MS_tI{outline:1px solid #ebebeb;border-radius:8px;max-width:100%;position:relative}.style_lotImages__MS_tI .style_lotImagesCarrousel__AEWK7{display:flex;overflow:hidden;transition:all .2s ease-in-out;border-radius:8px;scroll-behavior:smooth;max-width:240px;max-height:120px}.style_lotImages__MS_tI .style_lotImagesCarrousel__AEWK7>img{max-width:100%;max-height:100%}.style_lotImages__MS_tI .style_carrouselControllers__ggc4Z{overflow:hidden;position:absolute;border-radius:8px;top:0;left:0;display:flex;width:100%;height:100%;justify-content:space-between}.style_lotImages__MS_tI .style_carrouselControllers__ggc4Z li{opacity:0;display:flex;align-items:center;height:100%;padding:0 5px;transition:all .2s ease-in-out}.style_lotImages__MS_tI .style_carrouselControllers__ggc4Z li img{height:20px}.style_lotImages__MS_tI .style_carrouselControllers__ggc4Z li .style_controlPrev__bxIp2{border-radius:0 8px 8px 0}.style_lotImages__MS_tI .style_carrouselControllers__ggc4Z:hover li{opacity:1;background:rgba(39,45,52,.4);cursor:pointer}.style_lotImages__MS_tI .style_carrouselControllers__ggc4Z:not(:hover) li{opacity:0}.style_lotTexts__IteiE{display:flex;flex-direction:column;flex-grow:1;gap:.5rem}.style_lotTitle__5DCwr{padding-left:5px}.style_lotTitle__5DCwr input{font-weight:700;font-size:1.8rem;max-width:-moz-fit-content;max-width:fit-content;color:#141414}.style_lotDescription__vt9dp{flex-grow:1;padding-left:5px}.style_lotDescription__vt9dp textarea{width:100%;outline:1px solid #ebebeb;border-radius:3px;padding:3px;height:80px;word-wrap:break-word;resize:none;font-size:1rem;color:#7a7a7a}.style_lotDescription__vt9dp textarea::-webkit-scrollbar{width:8px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_lotDescription__vt9dp textarea::-webkit-scrollbar-thumb{background:hsla(0,0%,69%,.6);border-radius:5px}.style_lotDivision__nJgPZ{position:relative}.style_lotDivision__nJgPZ .style_divisionSelected__RVnCj{display:flex;align-items:center;max-width:max-content;gap:.5rem;padding:5px 12px 5px 5px;border-radius:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease-in-out}.style_lotDivision__nJgPZ .style_divisionSelected__RVnCj:hover{cursor:pointer;background:#ebebeb}.style_lotDivision__nJgPZ .style_divisionSelected__RVnCj img{outline:1px solid #ebebeb;border-radius:50%;width:50px}.style_lotDivision__nJgPZ .style_divisionSelected__RVnCj span{font-size:1.2rem;color:#141414}.style_divisionOptionsSelector__aZ_dZ{position:absolute;display:flex;flex-direction:column;gap:.5rem;top:4rem;left:0;background:#fff;outline:1px solid #ebebeb;max-height:300px;overflow-y:scroll;overflow-x:hidden;padding:1rem 1rem 1.5rem;border-radius:5px;z-index:1}.style_divisionOptionsSelector__aZ_dZ::-webkit-scrollbar{width:8px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_divisionOptionsSelector__aZ_dZ::-webkit-scrollbar-thumb{background:hsla(0,0%,69%,.6);border-radius:5px}.style_divisionOptionsSelector__aZ_dZ .style_divisionSearchInput__90h3L div{justify-content:space-between}.style_divisionOptionsSelector__aZ_dZ .style_divisionOption__t8rbi{display:flex;align-items:center;width:100%;gap:.5rem;padding:5px 12px 5px 5px;border-radius:12px}.style_divisionOptionsSelector__aZ_dZ .style_divisionOption__t8rbi:hover{cursor:pointer;background:#ebebeb}.style_divisionOptionsSelector__aZ_dZ .style_divisionOption__t8rbi img{outline:1px solid #ebebeb;border-radius:50%;width:50px}.style_divisionOptionsSelector__aZ_dZ .style_divisionOption__t8rbi span{font-size:1.2rem;color:#141414}.style_lotDataWrapper__lG5Zy{width:100%;display:flex;justify-content:space-between;gap:1rem}.style_lotDataWrapper__lG5Zy .style_lotDataInputs__BvgK_{height:100%;max-height:25.4rem;display:flex;flex-direction:column;width:500px;gap:1.5rem;padding:1rem 1rem 1rem 0;overflow-y:scroll}.style_lotDataWrapper__lG5Zy .style_lotDataInputs__BvgK_ .style_locationArea__gzNyC{display:flex;flex-direction:column;gap:.4rem}.style_lotDataWrapper__lG5Zy .style_lotDataInputs__BvgK_ .style_locationArea__gzNyC h3{font-size:1.2rem;color:#141414;font-weight:700}.style_lotDataWrapper__lG5Zy .style_lotDataInputs__BvgK_ .style_locationArea__gzNyC .style_locationInputs__YR12t{width:100%;display:flex;font-size:.9rem}.style_lotDataWrapper__lG5Zy .style_lotDataInputs__BvgK_ .style_locationArea__gzNyC .style_locationInputs__YR12t input{border-bottom:1px solid #b1b1b1;padding-bottom:5px}.style_lotDataWrapper__lG5Zy .style_lotDataInputs__BvgK_ .style_locationArea__gzNyC .style_locationInputs__YR12t input::placeholder{opacity:.5}.style_lotDataWrapper__lG5Zy .style_lotDataInputs__BvgK_ .style_locationArea__gzNyC .style_locationInputs__YR12t input:first-of-type{flex-grow:1}.style_lotDataWrapper__lG5Zy .style_lotDataActions__OfOCm{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;min-height:400px;height:100%;align-items:flex-end}.style_metricsArea__Sp5pR{display:flex;justify-content:space-between}.style_metricsArea__Sp5pR h3{font-size:1.2rem;color:#141414;font-weight:700}.style_metricsArea__Sp5pR .style_metricsInputs__5UJKX{display:flex}.style_metricsArea__Sp5pR .style_metricsInputs__5UJKX input{font-size:1.2rem;padding:0 5px;text-align:end;font-weight:700;max-width:8ch;background:#f6f6f6;border-radius:5px 0 0 5px}.style_metricsArea__Sp5pR .style_metricsInputs__5UJKX input::-webkit-inner-spin-button,.style_metricsArea__Sp5pR .style_metricsInputs__5UJKX input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_metricsArea__Sp5pR .style_metricsInputs__5UJKX span{background:#7ffe00;color:#141414;padding:3px 5px;font-size:1rem;font-weight:700;border-radius:0 5px 5px 0}.style_metricsArea__Sp5pR .style_metricsInputs__5UJKX sup{vertical-align:super;font-size:smaller}.style_priceArea__oWqas{display:flex;flex-direction:column;gap:.5rem}.style_priceArea__oWqas .style_salePrice__P8g7F{display:flex;justify-content:space-between}.style_priceArea__oWqas .style_salePrice__P8g7F h3{font-size:1.2rem;color:#141414;font-weight:700}.style_priceArea__oWqas .style_salePrice__P8g7F .style_priceInputs__QpyE6{display:flex}.style_priceArea__oWqas .style_salePrice__P8g7F .style_priceInputs__QpyE6 input{text-align:end;font-size:1.2rem;font-weight:700;max-width:12ch;background:#f6f6f6;border-radius:0 5px 5px 0;padding:0 5px 0 0}.style_priceArea__oWqas .style_salePrice__P8g7F .style_priceInputs__QpyE6 input::-webkit-inner-spin-button,.style_priceArea__oWqas .style_salePrice__P8g7F .style_priceInputs__QpyE6 input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_priceArea__oWqas .style_salePrice__P8g7F .style_priceInputs__QpyE6 span{background:#7ffe00;color:#141414;padding:3px 5px;font-size:1rem;font-weight:700;border-radius:5px 0 0 5px}.style_priceArea__oWqas .style_basePrice__pHc4O{display:flex;justify-content:space-between}.style_priceArea__oWqas .style_basePrice__pHc4O input{text-align:end;max-width:10ch;padding:0 5px}.style_priceArea__oWqas .style_basePrice__pHc4O input::-webkit-inner-spin-button,.style_priceArea__oWqas .style_basePrice__pHc4O input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_hiddenPrice__QtvF9{flex-grow:1;display:flex;justify-content:flex-end;align-items:center}.style_hiddenPrice__QtvF9 span{font-size:1.1rem}.style_hiddenPrice__QtvF9 input[type=checkbox]{position:relative;border:2px solid #272d34;border-radius:2px;background:none;cursor:pointer;line-height:0;margin:0 .4em 0 0;outline:0;padding:0!important;vertical-align:text-top;height:18px;width:18px;-webkit-appearance:none;opacity:.5}.style_hiddenPrice__QtvF9 input[type=checkbox]:hover{opacity:1}.style_hiddenPrice__QtvF9 input[type=checkbox]:checked{background-color:#272d34;opacity:1}.style_hiddenPrice__QtvF9 input[type=checkbox]:before{content:"";position:absolute;right:50%;top:50%;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;margin:-1px -1px 0 0;transform:rotate(45deg) translate(-50%,-50%);z-index:2}.style_parcelQuantity__da1jp{display:flex;justify-content:space-between}.style_parcelQuantity__da1jp .style_parcelQuantityInput__fTS6y{display:flex;align-items:center;justify-content:center;gap:.2rem}.style_parcelQuantity__da1jp .style_parcelQuantityInput__fTS6y button{background:#fff;width:20px;height:22px;font-size:1.2rem;font-weight:500;display:flex;justify-content:center;align-items:center;border-radius:50%;padding:5px;outline:.5px solid #d7d7d7}.style_parcelQuantity__da1jp .style_parcelQuantityInput__fTS6y input{font-size:1.2rem;color:#141414;font-weight:600;text-align:center;width:4.5rem}.style_parcelQuantity__da1jp .style_parcelQuantityInput__fTS6y input::-webkit-inner-spin-button,.style_parcelQuantity__da1jp .style_parcelQuantityInput__fTS6y input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_registrationNumber__0iimc{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.style_registrationNumber__0iimc h3{font-size:1.2rem;font-weight:700;color:#232323}.style_registrationNumber__0iimc .style_registrationNumberSpanInput__WY9hl{display:flex;align-items:center;border-radius:.5rem;overflow:hidden}.style_registrationNumber__0iimc .style_registrationNumberSpanInput__WY9hl span{padding:.2rem .6rem;font-weight:700;display:flex;align-items:center;justify-content:center;background-color:#7ffe00}.style_registrationNumber__0iimc .style_registrationNumberSpanInput__WY9hl input{width:100%;max-width:10ch;text-align:end;padding:.2rem;background-color:hsla(0,0%,91%,.451);font-size:1rem}.style_parcelArea__0pCvm{display:flex;flex-direction:column;gap:.5rem}.style_parcelArea__0pCvm .style_taxes__cJRjR{font-size:1.1rem;display:flex;width:100%;justify-content:space-between}.style_parcelArea__0pCvm .style_taxes__cJRjR input{max-width:4ch;text-align:end}.style_parcelArea__0pCvm .style_taxes__cJRjR input::-webkit-inner-spin-button,.style_parcelArea__0pCvm .style_taxes__cJRjR input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_parcelArea__0pCvm .style_taxes__cJRjR span{color:#141414;font-weight:700}.style_parcelArea__0pCvm .style_parcelQuantity__da1jp h3{font-size:1.2rem;color:#141414;font-weight:700}.style_lotStatus__AIr_p{display:flex;justify-content:space-between}.style_lotStatus__AIr_p h3{font-size:1.2rem;color:#141414;font-weight:700}.style_dropdownMenu__tO5Ou{background:#fff;padding:10px 35px 10px 20px;border-radius:8px;color:#141414;box-shadow:0 0 8px #d6dbe0;background-image:url(/images/downArrow.svg);background-repeat:no-repeat;background-position:calc(100% - 15px);background-size:12px;width:-moz-fit-content;width:fit-content}.style_dropdownMenu__tO5Ou>option{color:#141414;background:#fff;padding-top:20px}.style_statusInfo__Paqfl{font-size:.9rem;font-weight:400}.style_partnersArea__t92qr{display:flex;flex-direction:column;gap:.5rem}.style_partnersArea__t92qr .style_lotDataActionsHeader__ILARF{display:flex;justify-content:space-between}.style_partnersArea__t92qr .style_partners__de5Ck{background:#060e28;padding:1rem}.style_partnersArea__t92qr .style_partners__de5Ck .style_partnersListHeader__sgmvW{color:#f2f2f2}.style_partnersArea__t92qr .style_partners__de5Ck .style_partnersList__Bh_be{display:flex;flex-direction:column;gap:.5rem;max-height:100px;overflow-y:scroll}.style_partnersArea__t92qr .style_partners__de5Ck .style_partnersList__Bh_be .style_partnersListItemWrapper__O6Hsp{display:flex;flex-direction:column-reverse}.style_partnersArea__t92qr .style_partners__de5Ck .style_partnersList__Bh_be::-webkit-scrollbar{width:4px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_partnersArea__t92qr .style_partners__de5Ck .style_partnersList__Bh_be::-webkit-scrollbar-thumb{background:rgba(99,198,0,.6);border-radius:5px}.style_partnersArea__t92qr .style_partners__de5Ck .style_partnersList__Bh_be .style_partnersListHeader__sgmvW{display:flex;opacity:.5;font-size:.9rem}.style_partnersArea__t92qr .style_partners__de5Ck .style_partnersList__Bh_be .style_partnersListHeader__sgmvW span{width:140px}.style_partnersArea__t92qr .style_partners__de5Ck .style_partnersList__Bh_be .style_partnersListHeader__sgmvW span:nth-of-type(3){width:6ch;text-align:right}.style_partnersArea__t92qr .style_partners__de5Ck .style_partnersList__Bh_be .style_partnersListItem__hZxBb{border-bottom:1px solid hsla(0,0%,95%,.5);color:#f2f2f2;display:flex;font-size:.9rem;padding:.2rem 0}.style_partnersArea__t92qr .style_partners__de5Ck .style_partnersList__Bh_be .style_partnersListItem__hZxBb:hover{background:hsla(0,0%,95%,.2);cursor:pointer}.style_partnersArea__t92qr .style_partners__de5Ck .style_partnersList__Bh_be .style_partnersListItem__hZxBb div{width:6ch}.style_partnersArea__t92qr .style_partners__de5Ck .style_partnersList__Bh_be .style_partnersListItem__hZxBb input{max-width:140px}.style_partnersArea__t92qr .style_partners__de5Ck .style_partnersList__Bh_be .style_partnersListItem__hZxBb input.style_partnerPercentage__LuxWI{width:4.5ch;text-align:right}.style_partnersArea__t92qr .style_partners__de5Ck .style_partnersList__Bh_be .style_partnersListItem__hZxBb input.style_partnerPercentage__LuxWI::-webkit-inner-spin-button,.style_partnersArea__t92qr .style_partners__de5Ck .style_partnersList__Bh_be .style_partnersListItem__hZxBb input.style_partnerPercentage__LuxWI::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_partnersArea__t92qr h3{font-size:1.2rem;color:#141414;font-weight:700}.style_deletePartner__IdFYw{cursor:pointer;max-height:20px}.style_partnersListItemEdit__UOnb4{color:#f2f2f2;display:flex;font-size:.9rem;padding:.2rem 0;background:hsla(0,0%,95%,.2);cursor:pointer}.style_partnersListItemEdit__UOnb4 div{width:6ch}.style_partnersListItemEdit__UOnb4 input{max-width:140px}.style_partnersListItemEdit__UOnb4 input.style_partnerPercentage__LuxWI{width:4.5ch;text-align:right}.style_partnersListItemEdit__UOnb4 input.style_partnerPercentage__LuxWI::-webkit-inner-spin-button,.style_partnersListItemEdit__UOnb4 input.style_partnerPercentage__LuxWI::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_addPartner__OSK8G{display:flex;justify-content:space-between;gap:.5rem}.style_addPartner__OSK8G .style_addPartnerToLot__wJJlf{background:#f9f9f9;color:#141414;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;align-items:center;gap:3px;transition:all .3s ease-in-out;display:flex;gap:5px}.style_addPartner__OSK8G .style_addPartnerToLot__wJJlf:hover{cursor:pointer;background:#f1f1f1}.style_addPartner__OSK8G .style_addPartnerToLot__wJJlf>img{max-height:22px}.style_addPartner__OSK8G .style_addPartnerToLot__wJJlf img{max-height:20px}.style_addPartner__OSK8G .style_addNewPartnerToLot__ubsyM{background:#63c600;color:#f2f2f2;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;align-items:center;gap:3px;transition:all .3s ease-in-out;display:flex;gap:5px}.style_addPartner__OSK8G .style_addNewPartnerToLot__ubsyM:hover{cursor:pointer;background:#5bb700}.style_addPartner__OSK8G .style_addNewPartnerToLot__ubsyM>img{max-height:22px}.style_addPartner__OSK8G .style_addNewPartnerToLot__ubsyM img{max-height:20px;filter:invert(1)}.style_partnersOptionsSelector__Ou__d{display:flex;flex-direction:column;gap:.5rem;background:#060e28;color:#f2f2f2;padding:1rem}.style_partnersOptionsSelector__Ou__d .style_partnersOptionsSelectorHeader__96vtz{border-bottom:2px solid #f2f2f2;display:flex;gap:5px;padding:3px}.style_partnersOptionsSelector__Ou__d .style_partnersOptionsSelectorHeader__96vtz input{flex-grow:1}.style_partnersOptionsSelector__Ou__d .style_partnersOptionsSelectorHeader__96vtz img{filter:invert(1)}.style_partnersOptionsSelector__Ou__d .style_partnersOptionsSelectorList__ZEPZM{font-size:.9rem;padding:.2rem 0;display:flex;flex-direction:column;max-height:150px;overflow-y:scroll}.style_partnersOptionsSelector__Ou__d .style_partnersOptionsSelectorList__ZEPZM::-webkit-scrollbar{width:8px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_partnersOptionsSelector__Ou__d .style_partnersOptionsSelectorList__ZEPZM::-webkit-scrollbar-thumb{background:hsla(0,0%,69%,.6);border-radius:5px}.style_partnersOptionsSelector__Ou__d .style_partnersOptionsSelectorList__ZEPZM .style_lotDivisionPartnersItem__XpIBQ{display:grid;padding:10px 5px;grid-template-columns:.7fr .7fr .2fr}.style_partnersOptionsSelector__Ou__d .style_partnersOptionsSelectorList__ZEPZM .style_lotDivisionPartnersItem__XpIBQ:hover{background:hsla(0,0%,95%,.2);cursor:pointer}.style_partnersOptionsSelector__Ou__d .style_partnersOptionsSelectorList__ZEPZM .style_lotDivisionPartnersItem__XpIBQ span:first-of-type,.style_partnersOptionsSelector__Ou__d .style_partnersOptionsSelectorList__ZEPZM .style_lotDivisionPartnersItem__XpIBQ span:nth-of-type(2){text-align:left;overflow-x:hidden}.style_partnersOptionsSelector__Ou__d .style_partnersOptionsSelectorList__ZEPZM .style_lotDivisionPartnersItem__XpIBQ span:nth-of-type(3){text-align:right}.style_saveLotDataButton__muAi2{background:#63c600;color:#f2f2f2;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out;padding:.5rem 4rem}.style_saveLotDataButton__muAi2:hover{cursor:pointer;background:#5bb700}.style_saveLotDataButton__muAi2>img{max-height:22px}.style_typeOptionsContainer__sznzQ{display:flex}.style_typeOptionsContainer__sznzQ .style_typeOptions__UPZxB{display:flex;flex-grow:1;gap:1rem}.style_typeOptionsContainer__sznzQ .style_typeOptions__UPZxB .style_typeInput__Py19c{display:flex;gap:.5rem;align-items:center}.style_typeOptionsContainer__sznzQ .style_typeOptions__UPZxB .style_typeInput__Py19c input{justify-content:center;width:20%;display:flex;border-radius:50%;outline:1px solid #8bc600;border:2px solid #fff;width:1.1rem;height:1.1rem;padding:.2rem;accent-color:#232323}.style_typeOptionsContainer__sznzQ .style_typeOptions__UPZxB .style_typeInput__Py19c input:checked{background:#8bc600}.style_taxSection__Om6zD{border-radius:8px;margin-top:10px}.style_taxSection__Om6zD .style_taxSectionTitle__1jJiB{font-size:1.2rem;color:#060e28;font-weight:700;padding-bottom:10px}.style_taxSection__Om6zD .style_taxGrid__QQUuM{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px}.style_taxSection__Om6zD .style_taxGrid__QQUuM .style_taxItem__f0cbK{display:flex;flex-direction:column}.style_taxSection__Om6zD .style_taxGrid__QQUuM .style_taxItem__f0cbK label{font-size:.9rem;color:#141414;margin-bottom:5px}.style_taxSection__Om6zD .style_taxGrid__QQUuM .style_taxItem__f0cbK input,.style_taxSection__Om6zD .style_taxGrid__QQUuM .style_taxItem__f0cbK select{padding:8px;border:2px solid #ebebeb;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.style_taxSection__Om6zD .style_taxGrid__QQUuM .style_taxItem__f0cbK input:focus,.style_taxSection__Om6zD .style_taxGrid__QQUuM .style_taxItem__f0cbK select:focus{outline:none;border:2px solid #7ffe00}.style_taxSection__Om6zD .style_taxGrid__QQUuM .style_taxItem__f0cbK input:disabled,.style_taxSection__Om6zD .style_taxGrid__QQUuM .style_taxItem__f0cbK select:disabled{background:#f6f6f6;color:#616161}.style_taxSection__Om6zD .style_taxGrid__QQUuM .style_taxInput__q_l70{display:flex;align-items:center;position:relative}.style_taxSection__Om6zD .style_taxGrid__QQUuM .style_taxInput__q_l70 input{flex-grow:1}.style_taxSection__Om6zD .style_taxGrid__QQUuM .style_taxInput__q_l70 span{font-weight:700;color:#141414;position:absolute;right:15%}.style_searchContent__mj4cF{border-bottom:2px solid #141414;display:flex;gap:5px}.style_searchInput__SQwE6{min-width:150px}.style_searchBtn__ViIzP img{max-width:25px}.style_popUpBackdrop__i6nRn{position:fixed;top:0;bottom:0;left:0;right:0;min-width:100%;min-height:100%;background:rgba(39,45,52,.4);z-index:100;display:flex;justify-content:center;align-items:center}.style_popUpDisabled__hf8y2{display:none}.style_popUpWrapper__W_o8a{background:#fff;padding:30px 20px 20px;border-radius:5px;position:relative}.style_closeBtn__9nqr2{position:absolute;right:10px;top:10px}.style_closeBtn__9nqr2 img{width:25px}.style_closeBtn__9nqr2:hover{cursor:pointer}.style_lotInfoWrapper__udTx3{display:flex;gap:1rem}.style_uploadImage___c1OY{position:relative;background:#f9f9f9;color:#060e28;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out;justify-content:center}.style_uploadImage___c1OY:hover{cursor:pointer;background:#f1f1f1}.style_uploadImage___c1OY>img{max-height:22px}.style_uploadImage___c1OY img{width:20px}.style_uploadImage___c1OY input{max-width:max-content;position:absolute;width:100%;height:100%;left:0;opacity:0}.style_uploadImage___c1OY input::-webkit-file-upload-button{cursor:pointer}.style_uploadImage___c1OY input::file-selector-button{cursor:pointer}.style_lotImagesWrapper__ctN57{width:100%;max-width:240px;display:flex;flex-direction:column;gap:.5rem}.style_lotImages__H_Kya{outline:1px solid #ebebeb;border-radius:8px;max-width:100%;position:relative}.style_lotImages__H_Kya .style_lotImagesCarrousel__bZ2NS{display:flex;overflow:hidden;transition:all .2s ease-in-out;border-radius:8px;scroll-behavior:smooth;max-width:240px;max-height:120px}.style_lotImages__H_Kya .style_lotImagesCarrousel__bZ2NS>img{max-width:100%;max-height:100%}.style_lotImages__H_Kya .style_carrouselControllers__pKH57{overflow:hidden;position:absolute;border-radius:8px;top:0;left:0;display:flex;width:100%;height:100%;justify-content:space-between}.style_lotImages__H_Kya .style_carrouselControllers__pKH57 li{opacity:0;display:flex;align-items:center;height:100%;padding:0 5px;transition:all .2s ease-in-out}.style_lotImages__H_Kya .style_carrouselControllers__pKH57 li img{height:20px}.style_lotImages__H_Kya .style_carrouselControllers__pKH57 li .style_controlPrev___f_Wr{border-radius:0 8px 8px 0}.style_lotImages__H_Kya .style_carrouselControllers__pKH57:hover li{opacity:1;background:rgba(39,45,52,.4);cursor:pointer}.style_lotImages__H_Kya .style_carrouselControllers__pKH57:not(:hover) li{opacity:0}.style_lotTexts__TJ0SO{display:flex;flex-direction:column;flex-grow:1;gap:.5rem}.style_lotTitle__K8gbQ{padding-left:5px}.style_lotTitle__K8gbQ input{font-weight:700;font-size:1.8rem;max-width:-moz-fit-content;max-width:fit-content;color:#141414}.style_lotDescription__9_7tL{flex-grow:1;padding-left:5px}.style_lotDescription__9_7tL textarea{width:100%;outline:1px solid #ebebeb;border-radius:3px;padding:3px;height:80px;word-wrap:break-word;resize:none;font-size:1rem;color:#7a7a7a}.style_lotDescription__9_7tL textarea::-webkit-scrollbar{width:8px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_lotDescription__9_7tL textarea::-webkit-scrollbar-thumb{background:hsla(0,0%,69%,.6);border-radius:5px}.style_lotDivision__JDAXa{position:relative}.style_lotDivision__JDAXa .style_divisionSelected__Axo4w{display:flex;align-items:center;max-width:max-content;gap:.5rem;padding:5px 12px 5px 5px;border-radius:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease-in-out}.style_lotDivision__JDAXa .style_divisionSelected__Axo4w:hover{cursor:pointer;background:#ebebeb}.style_lotDivision__JDAXa .style_divisionSelected__Axo4w img{width:50px;height:50px;outline:1px solid #ebebeb;border-radius:50%;object-fit:cover;object-position:center}.style_lotDivision__JDAXa .style_divisionSelected__Axo4w span{font-size:1rem;color:#141414}.style_divisionOptionsSelector__rmFgT{position:absolute;display:flex;flex-direction:column;gap:.5rem;top:4rem;left:0;background:#fff;outline:1px solid #ebebeb;max-height:300px;overflow-y:scroll;overflow-x:hidden;padding:1rem 1rem 1.5rem;border-radius:5px;z-index:1}.style_divisionOptionsSelector__rmFgT::-webkit-scrollbar{width:8px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_divisionOptionsSelector__rmFgT::-webkit-scrollbar-thumb{background:hsla(0,0%,69%,.6);border-radius:5px}.style_divisionOptionsSelector__rmFgT .style_divisionSearchInput__QJqbp div{justify-content:space-between}.style_divisionOptionsSelector__rmFgT .style_divisionOption__puP3T{display:flex;align-items:center;width:100%;gap:.5rem;padding:5px 12px 5px 5px;border-radius:12px}.style_divisionOptionsSelector__rmFgT .style_divisionOption__puP3T:hover{cursor:pointer;background:#ebebeb}.style_divisionOptionsSelector__rmFgT .style_divisionOption__puP3T img{outline:1px solid #ebebeb;border-radius:50%;width:50px;height:50px;object-fit:cover;object-position:center}.style_divisionOptionsSelector__rmFgT .style_divisionOption__puP3T span{font-size:1.2rem;color:#141414}.style_lotDataWrapper__UyN5z{width:100%;display:flex;justify-content:space-between;gap:1rem}.style_lotDataWrapper__UyN5z .style_lotDataInputs__06arA{height:100%;display:flex;flex-direction:column;width:500px;gap:1.5rem}.style_lotDataWrapper__UyN5z .style_lotDataInputs__06arA .style_locationArea___HkXe{display:flex;flex-direction:column;gap:.4rem}.style_lotDataWrapper__UyN5z .style_lotDataInputs__06arA .style_locationArea___HkXe h3{font-size:1.2rem;color:#141414;font-weight:700}.style_lotDataWrapper__UyN5z .style_lotDataInputs__06arA .style_locationArea___HkXe .style_locationInputs__M7zGH{width:100%;display:flex;font-size:.9rem}.style_lotDataWrapper__UyN5z .style_lotDataInputs__06arA .style_locationArea___HkXe .style_locationInputs__M7zGH input{border-bottom:1px solid #b1b1b1;padding-bottom:5px}.style_lotDataWrapper__UyN5z .style_lotDataInputs__06arA .style_locationArea___HkXe .style_locationInputs__M7zGH input::placeholder{opacity:.5}.style_lotDataWrapper__UyN5z .style_lotDataInputs__06arA .style_locationArea___HkXe .style_locationInputs__M7zGH input:first-of-type{flex-grow:1}.style_lotDataWrapper__UyN5z .style_lotDataActions__rhz7V{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;min-height:400px;height:100%;align-items:flex-end}.style_metricsArea__7Ga7U{display:flex;justify-content:space-between}.style_metricsArea__7Ga7U h3{font-size:1.2rem;color:#141414;font-weight:700}.style_metricsArea__7Ga7U .style_metricsInputs__RbCHk{display:flex}.style_metricsArea__7Ga7U .style_metricsInputs__RbCHk input{font-size:1.2rem;padding:0 5px;text-align:end;font-weight:700;max-width:8ch;background:#f6f6f6;border-radius:5px 0 0 5px}.style_metricsArea__7Ga7U .style_metricsInputs__RbCHk input::-webkit-inner-spin-button,.style_metricsArea__7Ga7U .style_metricsInputs__RbCHk input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_metricsArea__7Ga7U .style_metricsInputs__RbCHk span{background:#7ffe00;color:#141414;padding:3px 5px;font-size:1rem;font-weight:700;border-radius:0 5px 5px 0}.style_metricsArea__7Ga7U .style_metricsInputs__RbCHk sup{vertical-align:super;font-size:smaller}.style_priceArea__9iIG0{display:flex;flex-direction:column;gap:.5rem}.style_priceArea__9iIG0 .style_salePrice__74Wkx{display:flex;justify-content:space-between}.style_priceArea__9iIG0 .style_salePrice__74Wkx h3{font-size:1.2rem;color:#141414;font-weight:700}.style_priceArea__9iIG0 .style_salePrice__74Wkx .style_priceInputs__o1TI0{display:flex}.style_priceArea__9iIG0 .style_salePrice__74Wkx .style_priceInputs__o1TI0 input{text-align:end;font-size:1.2rem;font-weight:700;max-width:8ch;background:#f6f6f6;border-radius:0 5px 5px 0;padding:0 5px 0 0}.style_priceArea__9iIG0 .style_salePrice__74Wkx .style_priceInputs__o1TI0 input::-webkit-inner-spin-button,.style_priceArea__9iIG0 .style_salePrice__74Wkx .style_priceInputs__o1TI0 input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_priceArea__9iIG0 .style_salePrice__74Wkx .style_priceInputs__o1TI0 span{background:#7ffe00;color:#141414;padding:3px 5px;font-size:1rem;font-weight:700;border-radius:5px 0 0 5px}.style_priceArea__9iIG0 .style_basePrice__Thh6e{display:flex;justify-content:space-between}.style_priceArea__9iIG0 .style_basePrice__Thh6e input{text-align:end;max-width:10ch;padding:0 5px}.style_priceArea__9iIG0 .style_basePrice__Thh6e input::-webkit-inner-spin-button,.style_priceArea__9iIG0 .style_basePrice__Thh6e input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_hiddenPrice__SueLx{width:100%;display:flex;justify-content:flex-end;align-items:center}.style_hiddenPrice__SueLx span{font-size:1.1rem}.style_hiddenPrice__SueLx input[type=checkbox]{position:relative;border:2px solid #272d34;border-radius:2px;background:none;cursor:pointer;line-height:0;margin:0 .4em 0 0;outline:0;padding:0!important;vertical-align:text-top;height:18px;width:18px;-webkit-appearance:none;opacity:.5}.style_hiddenPrice__SueLx input[type=checkbox]:hover{opacity:1}.style_hiddenPrice__SueLx input[type=checkbox]:checked{background-color:#272d34;opacity:1}.style_hiddenPrice__SueLx input[type=checkbox]:before{content:"";position:absolute;right:50%;top:50%;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;margin:-1px -1px 0 0;transform:rotate(45deg) translate(-50%,-50%);z-index:2}.style_parcelQuantity__yWnSj{display:flex;justify-content:space-between}.style_parcelQuantity__yWnSj .style_parcelQuantityInput__OQ6H6{display:flex;align-items:center;justify-content:center;gap:.2rem}.style_parcelQuantity__yWnSj .style_parcelQuantityInput__OQ6H6 button{background:#fff;width:20px;height:22px;font-size:1.2rem;font-weight:500;display:flex;justify-content:center;align-items:center;border-radius:50%;padding:5px;outline:.5px solid #d7d7d7}.style_parcelQuantity__yWnSj .style_parcelQuantityInput__OQ6H6 input{font-size:1.2rem;color:#141414;font-weight:600;text-align:center;width:30px}.style_parcelQuantity__yWnSj .style_parcelQuantityInput__OQ6H6 input::-webkit-inner-spin-button,.style_parcelQuantity__yWnSj .style_parcelQuantityInput__OQ6H6 input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_parcelArea__W1VPb{display:flex;flex-direction:column;gap:.5rem}.style_parcelArea__W1VPb .style_taxes__6ATmO{font-size:1.1rem;display:flex;width:100%;justify-content:space-between}.style_parcelArea__W1VPb .style_taxes__6ATmO input{max-width:4ch;text-align:end}.style_parcelArea__W1VPb .style_taxes__6ATmO input::-webkit-inner-spin-button,.style_parcelArea__W1VPb .style_taxes__6ATmO input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_parcelArea__W1VPb .style_taxes__6ATmO span{color:#141414;font-weight:700}.style_parcelArea__W1VPb .style_parcelQuantity__yWnSj h3{font-size:1.2rem;color:#141414;font-weight:700}.style_lotStatus__nZaFi{display:flex;justify-content:space-between}.style_lotStatus__nZaFi h3{font-size:1.2rem;color:#141414;font-weight:700}.style_dropdownMenu__e3OmY{background:#fff;padding:10px 35px 10px 20px;border-radius:8px;color:#141414;box-shadow:0 0 8px #d6dbe0;background-image:url(/images/downArrow.svg);background-repeat:no-repeat;background-position:calc(100% - 15px);background-size:12px;width:-moz-fit-content;width:fit-content}.style_dropdownMenu__e3OmY>option{color:#141414;background:#fff;padding-top:20px}.style_statusInfo__rSDwn{font-size:.9rem;font-weight:400}.style_partnersArea__tuabh{display:flex;flex-direction:column;gap:.5rem}.style_partnersArea__tuabh .style_lotDataActionsHeader__SdjOV{display:flex;justify-content:space-between}.style_partnersArea__tuabh .style_partners__sGy8u{background:#060e28;padding:1rem}.style_partnersArea__tuabh .style_partners__sGy8u .style_partnersListHeader__TqC2L{color:#f2f2f2}.style_partnersArea__tuabh .style_partners__sGy8u .style_partnersList__tmNMJ{display:flex;flex-direction:column;gap:.5rem;max-height:100px;overflow-y:scroll}.style_partnersArea__tuabh .style_partners__sGy8u .style_partnersList__tmNMJ .style_partnersListItemWrapper__JXrFG{display:flex;flex-direction:column-reverse}.style_partnersArea__tuabh .style_partners__sGy8u .style_partnersList__tmNMJ::-webkit-scrollbar{width:4px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_partnersArea__tuabh .style_partners__sGy8u .style_partnersList__tmNMJ::-webkit-scrollbar-thumb{background:rgba(99,198,0,.6);border-radius:5px}.style_partnersArea__tuabh .style_partners__sGy8u .style_partnersList__tmNMJ .style_partnersListHeader__TqC2L{display:flex;opacity:.5;font-size:.9rem}.style_partnersArea__tuabh .style_partners__sGy8u .style_partnersList__tmNMJ .style_partnersListHeader__TqC2L span{width:140px}.style_partnersArea__tuabh .style_partners__sGy8u .style_partnersList__tmNMJ .style_partnersListHeader__TqC2L span:nth-of-type(3){width:6ch;text-align:right}.style_partnersArea__tuabh .style_partners__sGy8u .style_partnersList__tmNMJ .style_partnersListItem__s1qEe{border-bottom:1px solid hsla(0,0%,95%,.5);color:#f2f2f2;display:flex;font-size:.9rem;padding:.2rem 0}.style_partnersArea__tuabh .style_partners__sGy8u .style_partnersList__tmNMJ .style_partnersListItem__s1qEe:hover{background:hsla(0,0%,95%,.2);cursor:pointer}.style_partnersArea__tuabh .style_partners__sGy8u .style_partnersList__tmNMJ .style_partnersListItem__s1qEe div{width:6ch}.style_partnersArea__tuabh .style_partners__sGy8u .style_partnersList__tmNMJ .style_partnersListItem__s1qEe input{max-width:140px}.style_partnersArea__tuabh .style_partners__sGy8u .style_partnersList__tmNMJ .style_partnersListItem__s1qEe input.style_partnerPercentage__HZqAE{width:4.5ch;text-align:right}.style_partnersArea__tuabh .style_partners__sGy8u .style_partnersList__tmNMJ .style_partnersListItem__s1qEe input.style_partnerPercentage__HZqAE::-webkit-inner-spin-button,.style_partnersArea__tuabh .style_partners__sGy8u .style_partnersList__tmNMJ .style_partnersListItem__s1qEe input.style_partnerPercentage__HZqAE::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_partnersArea__tuabh h3{font-size:1.2rem;color:#141414;font-weight:700}.style_deletePartner__Fu4mr{cursor:pointer;max-height:20px}.style_partnersListItemEdit__mjAPx{color:#f2f2f2;display:flex;font-size:.9rem;padding:.2rem 0;background:hsla(0,0%,95%,.2);cursor:pointer}.style_partnersListItemEdit__mjAPx div{width:6ch}.style_partnersListItemEdit__mjAPx input{max-width:140px}.style_partnersListItemEdit__mjAPx input.style_partnerPercentage__HZqAE{width:4.5ch;text-align:right}.style_partnersListItemEdit__mjAPx input.style_partnerPercentage__HZqAE::-webkit-inner-spin-button,.style_partnersListItemEdit__mjAPx input.style_partnerPercentage__HZqAE::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_addPartner__B3q9c{display:flex;justify-content:space-between;gap:.5rem}.style_addPartner__B3q9c .style_addPartnerToLot__2482L{background:#f9f9f9;color:#141414;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;align-items:center;gap:3px;transition:all .3s ease-in-out;display:flex;gap:5px}.style_addPartner__B3q9c .style_addPartnerToLot__2482L:hover{cursor:pointer;background:#f1f1f1}.style_addPartner__B3q9c .style_addPartnerToLot__2482L>img{max-height:22px}.style_addPartner__B3q9c .style_addPartnerToLot__2482L img{max-height:20px}.style_addPartner__B3q9c .style_addNewPartnerToLot__LUZUz{background:#63c600;color:#f2f2f2;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;align-items:center;gap:3px;transition:all .3s ease-in-out;display:flex;gap:5px}.style_addPartner__B3q9c .style_addNewPartnerToLot__LUZUz:hover{cursor:pointer;background:#5bb700}.style_addPartner__B3q9c .style_addNewPartnerToLot__LUZUz>img{max-height:22px}.style_addPartner__B3q9c .style_addNewPartnerToLot__LUZUz img{max-height:20px;filter:invert(1)}.style_partnersOptionsSelector__RMbXG{display:flex;flex-direction:column;gap:.5rem;background:#060e28;color:#f2f2f2;padding:1rem}.style_partnersOptionsSelector__RMbXG .style_partnersOptionsSelectorHeader__bDlPp{border-bottom:2px solid #f2f2f2;display:flex;gap:5px;padding:3px}.style_partnersOptionsSelector__RMbXG .style_partnersOptionsSelectorHeader__bDlPp input{flex-grow:1}.style_partnersOptionsSelector__RMbXG .style_partnersOptionsSelectorHeader__bDlPp img{filter:invert(1)}.style_partnersOptionsSelector__RMbXG .style_partnersOptionsSelectorList__ed__7{font-size:.9rem;padding:.2rem 0;display:flex;flex-direction:column;max-height:150px;overflow-y:scroll}.style_partnersOptionsSelector__RMbXG .style_partnersOptionsSelectorList__ed__7::-webkit-scrollbar{width:8px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_partnersOptionsSelector__RMbXG .style_partnersOptionsSelectorList__ed__7::-webkit-scrollbar-thumb{background:hsla(0,0%,69%,.6);border-radius:5px}.style_partnersOptionsSelector__RMbXG .style_partnersOptionsSelectorList__ed__7 .style_lotDivisionPartnersItem__JvK7N{display:grid;padding:10px 5px;grid-template-columns:.7fr .7fr .2fr}.style_partnersOptionsSelector__RMbXG .style_partnersOptionsSelectorList__ed__7 .style_lotDivisionPartnersItem__JvK7N:hover{background:hsla(0,0%,95%,.2);cursor:pointer}.style_partnersOptionsSelector__RMbXG .style_partnersOptionsSelectorList__ed__7 .style_lotDivisionPartnersItem__JvK7N span:first-of-type,.style_partnersOptionsSelector__RMbXG .style_partnersOptionsSelectorList__ed__7 .style_lotDivisionPartnersItem__JvK7N span:nth-of-type(2){text-align:left;overflow-x:hidden}.style_partnersOptionsSelector__RMbXG .style_partnersOptionsSelectorList__ed__7 .style_lotDivisionPartnersItem__JvK7N span:nth-of-type(3){text-align:right}.style_saveLotDataButton__rrOk5{background:#63c600;color:#f2f2f2;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out;padding:.5rem 4rem}.style_saveLotDataButton__rrOk5:hover{cursor:pointer;background:#5bb700}.style_saveLotDataButton__rrOk5>img{max-height:22px}.style_popUpBackdrop__oWK5t{position:fixed;min-width:100%;min-height:100%;background:rgba(39,45,52,.4);z-index:100;display:flex;justify-content:center;align-items:center}.style_popUpDisabled__BQuJq{display:none}.style_popUpWrapper__r6uyN{display:flex;flex-direction:column;gap:1.5rem;background:#fff;padding:30px 20px 20px;border-radius:5px;position:relative}.style_closeBtn__EMmr7{position:absolute;right:10px;top:10px}.style_closeBtn__EMmr7 img{width:25px}.style_closeBtn__EMmr7:hover{cursor:pointer}.style_lotInfoWrapper__23lgZ{display:flex;gap:1rem}.style_uploadImage___uVou{position:relative;background:#f9f9f9;color:#060e28;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out;justify-content:center}.style_uploadImage___uVou:hover{cursor:pointer;background:#f1f1f1}.style_uploadImage___uVou>img{max-height:22px}.style_uploadImage___uVou img{width:20px}.style_uploadImage___uVou input{max-width:max-content;position:absolute;width:100%;height:100%;left:0;opacity:0}.style_uploadImage___uVou input::-webkit-file-upload-button{cursor:pointer}.style_uploadImage___uVou input::file-selector-button{cursor:pointer}.style_lotImagesWrapper__bwkcA{width:100%;max-width:240px;display:flex;flex-direction:column;gap:.5rem}.style_lotImages__Euv5c{outline:1px solid #ebebeb;border-radius:8px;max-width:100%;position:relative}.style_lotImages__Euv5c .style_lotImagesCarrousel__5kn5S{display:flex;overflow:hidden;transition:all .2s ease-in-out;border-radius:8px;scroll-behavior:smooth;max-width:240px;max-height:120px}.style_lotImages__Euv5c .style_lotImagesCarrousel__5kn5S>img{max-width:100%;max-height:100%}.style_lotImages__Euv5c .style_carrouselControllers__j7Qk7{overflow:hidden;position:absolute;border-radius:8px;top:0;left:0;display:flex;width:100%;height:100%;justify-content:space-between}.style_lotImages__Euv5c .style_carrouselControllers__j7Qk7 li{opacity:0;display:flex;align-items:center;height:100%;padding:0 5px;transition:all .2s ease-in-out}.style_lotImages__Euv5c .style_carrouselControllers__j7Qk7 li img{height:20px}.style_lotImages__Euv5c .style_carrouselControllers__j7Qk7 li .style_controlPrev__QuTMp{border-radius:0 8px 8px 0}.style_lotImages__Euv5c .style_carrouselControllers__j7Qk7:hover li{opacity:1;background:rgba(39,45,52,.4);cursor:pointer}.style_lotImages__Euv5c .style_carrouselControllers__j7Qk7:not(:hover) li{opacity:0}.style_lotTexts__cFidp{display:flex;flex-direction:column;flex-grow:1;gap:.5rem}.style_lotTitle__STXW3{padding-left:5px}.style_lotTitle__STXW3 input{font-weight:700;font-size:1.8rem;max-width:-moz-fit-content;max-width:fit-content;color:#141414}.style_lotDescription__pHf9Z{flex-grow:1;padding-left:5px}.style_lotDescription__pHf9Z textarea{width:100%;outline:1px solid #ebebeb;border-radius:3px;padding:3px;height:80px;word-wrap:break-word;resize:none;font-size:1rem;color:#7a7a7a}.style_lotDescription__pHf9Z textarea::-webkit-scrollbar{width:8px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_lotDescription__pHf9Z textarea::-webkit-scrollbar-thumb{background:hsla(0,0%,69%,.6);border-radius:5px}.style_lotDivision__76L1Y{position:relative}.style_lotDivision__76L1Y .style_divisionSelected__F_8aD{display:flex;align-items:center;max-width:max-content;gap:.5rem;padding:5px 12px 5px 5px;border-radius:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease-in-out}.style_lotDivision__76L1Y .style_divisionSelected__F_8aD:hover{cursor:pointer;background:#ebebeb}.style_lotDivision__76L1Y .style_divisionSelected__F_8aD img{outline:1px solid #ebebeb;border-radius:50%;width:50px}.style_lotDivision__76L1Y .style_divisionSelected__F_8aD span{font-size:1.2rem;color:#141414}.style_divisionOptionsSelector__rH9jP{position:absolute;display:flex;flex-direction:column;gap:.5rem;top:4rem;left:0;background:#fff;outline:1px solid #ebebeb;max-height:300px;overflow-y:scroll;overflow-x:hidden;padding:1rem 1rem 1.5rem;border-radius:5px;z-index:1}.style_divisionOptionsSelector__rH9jP::-webkit-scrollbar{width:8px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_divisionOptionsSelector__rH9jP::-webkit-scrollbar-thumb{background:hsla(0,0%,69%,.6);border-radius:5px}.style_divisionOptionsSelector__rH9jP .style_divisionSearchInput__vTnXZ div{justify-content:space-between}.style_divisionOptionsSelector__rH9jP .style_divisionOption__nm14Z{display:flex;align-items:center;width:100%;gap:.5rem;padding:5px 12px 5px 5px;border-radius:12px}.style_divisionOptionsSelector__rH9jP .style_divisionOption__nm14Z:hover{cursor:pointer;background:#ebebeb}.style_divisionOptionsSelector__rH9jP .style_divisionOption__nm14Z img{outline:1px solid #ebebeb;border-radius:50%;width:50px}.style_divisionOptionsSelector__rH9jP .style_divisionOption__nm14Z span{font-size:1.2rem;color:#141414}.style_lotDataWrapper__lZk0a{width:100%;display:flex;justify-content:space-between;gap:1rem}.style_lotDataWrapper__lZk0a .style_lotDataInputs__X2A8Q{height:100%;max-height:24.4rem;display:flex;flex-direction:column;width:500px;gap:1.5rem;padding:1rem 1rem 1rem 0;overflow-y:scroll}.style_lotDataWrapper__lZk0a .style_lotDataInputs__X2A8Q .style_locationArea__uzFOe{display:flex;flex-direction:column;gap:.4rem}.style_lotDataWrapper__lZk0a .style_lotDataInputs__X2A8Q .style_locationArea__uzFOe h3{font-size:1.2rem;color:#141414;font-weight:700}.style_lotDataWrapper__lZk0a .style_lotDataInputs__X2A8Q .style_locationArea__uzFOe .style_locationInputs__4Caku{width:100%;display:flex;font-size:.9rem}.style_lotDataWrapper__lZk0a .style_lotDataInputs__X2A8Q .style_locationArea__uzFOe .style_locationInputs__4Caku input{border-bottom:1px solid #b1b1b1;padding-bottom:5px}.style_lotDataWrapper__lZk0a .style_lotDataInputs__X2A8Q .style_locationArea__uzFOe .style_locationInputs__4Caku input::placeholder{opacity:.5}.style_lotDataWrapper__lZk0a .style_lotDataInputs__X2A8Q .style_locationArea__uzFOe .style_locationInputs__4Caku input:first-of-type{flex-grow:1}.style_lotDataWrapper__lZk0a .style_lotDataActions__QC8GS{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;min-height:400px;height:100%;align-items:flex-end}.style_metricsArea__h4qhn{display:flex;justify-content:space-between}.style_metricsArea__h4qhn h3{font-size:1.2rem;color:#141414;font-weight:700}.style_metricsArea__h4qhn .style_metricsInputs__IT273{display:flex}.style_metricsArea__h4qhn .style_metricsInputs__IT273 input{font-size:1.2rem;padding:0 5px;text-align:end;font-weight:700;max-width:8ch;background:#f6f6f6;border-radius:5px 0 0 5px}.style_metricsArea__h4qhn .style_metricsInputs__IT273 input::-webkit-inner-spin-button,.style_metricsArea__h4qhn .style_metricsInputs__IT273 input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_metricsArea__h4qhn .style_metricsInputs__IT273 span{background:#7ffe00;color:#141414;padding:3px 5px;font-size:1rem;font-weight:700;border-radius:0 5px 5px 0}.style_metricsArea__h4qhn .style_metricsInputs__IT273 sup{vertical-align:super;font-size:smaller}.style_priceArea__Uk1VI{display:flex;flex-direction:column;gap:.5rem}.style_priceArea__Uk1VI .style_salePrice__aA8x0{display:flex;justify-content:space-between}.style_priceArea__Uk1VI .style_salePrice__aA8x0 h3{font-size:1.2rem;color:#141414;font-weight:700}.style_priceArea__Uk1VI .style_salePrice__aA8x0 .style_priceInputs__H5kgC{display:flex}.style_priceArea__Uk1VI .style_salePrice__aA8x0 .style_priceInputs__H5kgC input{text-align:end;font-size:1.2rem;font-weight:700;max-width:12ch;background:#f6f6f6;border-radius:0 5px 5px 0;padding:0 5px 0 0}.style_priceArea__Uk1VI .style_salePrice__aA8x0 .style_priceInputs__H5kgC input::-webkit-inner-spin-button,.style_priceArea__Uk1VI .style_salePrice__aA8x0 .style_priceInputs__H5kgC input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_priceArea__Uk1VI .style_salePrice__aA8x0 .style_priceInputs__H5kgC span{background:#7ffe00;color:#141414;padding:3px 5px;font-size:1rem;font-weight:700;border-radius:5px 0 0 5px}.style_priceArea__Uk1VI .style_basePrice__QxZxl{display:flex;justify-content:space-between}.style_priceArea__Uk1VI .style_basePrice__QxZxl input{text-align:end;max-width:10ch;padding:0 5px}.style_priceArea__Uk1VI .style_basePrice__QxZxl input::-webkit-inner-spin-button,.style_priceArea__Uk1VI .style_basePrice__QxZxl input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_hiddenPrice__fnUIO{width:100%;display:flex;justify-content:flex-end;align-items:center}.style_hiddenPrice__fnUIO span{font-size:1.1rem}.style_hiddenPrice__fnUIO input[type=checkbox]{position:relative;border:2px solid #272d34;border-radius:2px;background:none;cursor:pointer;line-height:0;margin:0 .4em 0 0;outline:0;padding:0!important;vertical-align:text-top;height:18px;width:18px;-webkit-appearance:none;opacity:.5}.style_hiddenPrice__fnUIO input[type=checkbox]:hover{opacity:1}.style_hiddenPrice__fnUIO input[type=checkbox]:checked{background-color:#272d34;opacity:1}.style_hiddenPrice__fnUIO input[type=checkbox]:before{content:"";position:absolute;right:50%;top:50%;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;margin:-1px -1px 0 0;transform:rotate(45deg) translate(-50%,-50%);z-index:2}.style_parcelQuantity__jfaYp{display:flex;justify-content:space-between}.style_parcelQuantity__jfaYp .style_parcelQuantityInput__yl_Iw{display:flex;align-items:center;justify-content:center;gap:.2rem}.style_parcelQuantity__jfaYp .style_parcelQuantityInput__yl_Iw button{background:#fff;width:20px;height:22px;font-size:1.2rem;font-weight:500;display:flex;justify-content:center;align-items:center;border-radius:50%;padding:5px;outline:.5px solid #d7d7d7}.style_parcelQuantity__jfaYp .style_parcelQuantityInput__yl_Iw input{font-size:1.2rem;color:#141414;font-weight:600;text-align:center;width:4.5rem}.style_parcelQuantity__jfaYp .style_parcelQuantityInput__yl_Iw input::-webkit-inner-spin-button,.style_parcelQuantity__jfaYp .style_parcelQuantityInput__yl_Iw input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_registrationNumber__2hvo4{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.style_registrationNumber__2hvo4 h3{font-size:1.2rem;font-weight:700;color:#232323}.style_registrationNumber__2hvo4 .style_registrationNumberSpanInput__S5I1S{display:flex;align-items:center;border-radius:.5rem;overflow:hidden}.style_registrationNumber__2hvo4 .style_registrationNumberSpanInput__S5I1S span{padding:.2rem .6rem;font-weight:700;display:flex;align-items:center;justify-content:center;background-color:#7ffe00}.style_registrationNumber__2hvo4 .style_registrationNumberSpanInput__S5I1S input{width:100%;max-width:10ch;text-align:end;padding:.2rem;background-color:hsla(0,0%,91%,.451);font-size:1rem}.style_parcelArea__7VCLF{display:flex;flex-direction:column;gap:.5rem}.style_parcelArea__7VCLF .style_taxes__gK1BW{font-size:1.1rem;display:flex;width:100%;justify-content:space-between}.style_parcelArea__7VCLF .style_taxes__gK1BW input{max-width:4ch;text-align:end}.style_parcelArea__7VCLF .style_taxes__gK1BW input::-webkit-inner-spin-button,.style_parcelArea__7VCLF .style_taxes__gK1BW input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_parcelArea__7VCLF .style_taxes__gK1BW span{color:#141414;font-weight:700}.style_parcelArea__7VCLF .style_parcelQuantity__jfaYp h3{font-size:1.2rem;color:#141414;font-weight:700}.style_lotStatus__BG0n_{display:flex;justify-content:space-between}.style_lotStatus__BG0n_ h3{font-size:1.2rem;color:#141414;font-weight:700}.style_dropdownMenu__tvJJf{background:#fff;padding:10px 35px 10px 20px;border-radius:8px;color:#141414;box-shadow:0 0 8px #d6dbe0;background-image:url(/images/downArrow.svg);background-repeat:no-repeat;background-position:calc(100% - 15px);background-size:12px;width:-moz-fit-content;width:fit-content}.style_dropdownMenu__tvJJf>option{color:#141414;background:#fff;padding-top:20px}.style_statusInfo__6FJIV{font-size:.9rem;font-weight:400}.style_partnersArea__7r1e0{display:flex;flex-direction:column;gap:.5rem}.style_partnersArea__7r1e0 .style_lotDataActionsHeader__p_wH0{display:flex;justify-content:space-between}.style_partnersArea__7r1e0 .style_partners__6e1Dv{background:#060e28;padding:1rem}.style_partnersArea__7r1e0 .style_partners__6e1Dv .style_partnersListHeader__Wj4Po{color:#f2f2f2}.style_partnersArea__7r1e0 .style_partners__6e1Dv .style_partnersList__iT3YB{display:flex;flex-direction:column;gap:.5rem;max-height:100px;overflow-y:scroll}.style_partnersArea__7r1e0 .style_partners__6e1Dv .style_partnersList__iT3YB .style_partnersListItemWrapper__2DQgf{display:flex;flex-direction:column-reverse}.style_partnersArea__7r1e0 .style_partners__6e1Dv .style_partnersList__iT3YB::-webkit-scrollbar{width:4px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_partnersArea__7r1e0 .style_partners__6e1Dv .style_partnersList__iT3YB::-webkit-scrollbar-thumb{background:rgba(99,198,0,.6);border-radius:5px}.style_partnersArea__7r1e0 .style_partners__6e1Dv .style_partnersList__iT3YB .style_partnersListHeader__Wj4Po{display:flex;opacity:.5;font-size:.9rem}.style_partnersArea__7r1e0 .style_partners__6e1Dv .style_partnersList__iT3YB .style_partnersListHeader__Wj4Po span{width:140px}.style_partnersArea__7r1e0 .style_partners__6e1Dv .style_partnersList__iT3YB .style_partnersListHeader__Wj4Po span:nth-of-type(3){width:6ch;text-align:right}.style_partnersArea__7r1e0 .style_partners__6e1Dv .style_partnersList__iT3YB .style_partnersListItem__yDe_U{border-bottom:1px solid hsla(0,0%,95%,.5);color:#f2f2f2;display:flex;font-size:.9rem;padding:.2rem 0}.style_partnersArea__7r1e0 .style_partners__6e1Dv .style_partnersList__iT3YB .style_partnersListItem__yDe_U:hover{background:hsla(0,0%,95%,.2);cursor:pointer}.style_partnersArea__7r1e0 .style_partners__6e1Dv .style_partnersList__iT3YB .style_partnersListItem__yDe_U div{width:6ch}.style_partnersArea__7r1e0 .style_partners__6e1Dv .style_partnersList__iT3YB .style_partnersListItem__yDe_U input{max-width:140px}.style_partnersArea__7r1e0 .style_partners__6e1Dv .style_partnersList__iT3YB .style_partnersListItem__yDe_U input.style_partnerPercentage__Hi_rW{width:4.5ch;text-align:right}.style_partnersArea__7r1e0 .style_partners__6e1Dv .style_partnersList__iT3YB .style_partnersListItem__yDe_U input.style_partnerPercentage__Hi_rW::-webkit-inner-spin-button,.style_partnersArea__7r1e0 .style_partners__6e1Dv .style_partnersList__iT3YB .style_partnersListItem__yDe_U input.style_partnerPercentage__Hi_rW::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_partnersArea__7r1e0 h3{font-size:1.2rem;color:#141414;font-weight:700}.style_deletePartner__XIWkg{cursor:pointer;max-height:20px}.style_partnersListItemEdit__mahfB{color:#f2f2f2;display:flex;font-size:.9rem;padding:.2rem 0;background:hsla(0,0%,95%,.2);cursor:pointer}.style_partnersListItemEdit__mahfB div{width:6ch}.style_partnersListItemEdit__mahfB input{max-width:140px}.style_partnersListItemEdit__mahfB input.style_partnerPercentage__Hi_rW{width:4.5ch;text-align:right}.style_partnersListItemEdit__mahfB input.style_partnerPercentage__Hi_rW::-webkit-inner-spin-button,.style_partnersListItemEdit__mahfB input.style_partnerPercentage__Hi_rW::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_addPartner__Z75YE{display:flex;justify-content:space-between;gap:.5rem}.style_addPartner__Z75YE .style_addPartnerToLot__e3FSq{background:#f9f9f9;color:#141414;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;align-items:center;gap:3px;transition:all .3s ease-in-out;display:flex;gap:5px}.style_addPartner__Z75YE .style_addPartnerToLot__e3FSq:hover{cursor:pointer;background:#f1f1f1}.style_addPartner__Z75YE .style_addPartnerToLot__e3FSq>img{max-height:22px}.style_addPartner__Z75YE .style_addPartnerToLot__e3FSq img{max-height:20px}.style_addPartner__Z75YE .style_addNewPartnerToLot__2C1Yd{background:#63c600;color:#f2f2f2;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;align-items:center;gap:3px;transition:all .3s ease-in-out;display:flex;gap:5px}.style_addPartner__Z75YE .style_addNewPartnerToLot__2C1Yd:hover{cursor:pointer;background:#5bb700}.style_addPartner__Z75YE .style_addNewPartnerToLot__2C1Yd>img{max-height:22px}.style_addPartner__Z75YE .style_addNewPartnerToLot__2C1Yd img{max-height:20px;filter:invert(1)}.style_partnersOptionsSelector__GJ06Q{display:flex;flex-direction:column;gap:.5rem;background:#060e28;color:#f2f2f2;padding:1rem}.style_partnersOptionsSelector__GJ06Q .style_partnersOptionsSelectorHeader__7Y00J{border-bottom:2px solid #f2f2f2;display:flex;gap:5px;padding:3px}.style_partnersOptionsSelector__GJ06Q .style_partnersOptionsSelectorHeader__7Y00J input{flex-grow:1}.style_partnersOptionsSelector__GJ06Q .style_partnersOptionsSelectorHeader__7Y00J img{filter:invert(1)}.style_partnersOptionsSelector__GJ06Q .style_partnersOptionsSelectorList__J3SAW{font-size:.9rem;padding:.2rem 0;display:flex;flex-direction:column;max-height:150px;overflow-y:scroll}.style_partnersOptionsSelector__GJ06Q .style_partnersOptionsSelectorList__J3SAW::-webkit-scrollbar{width:8px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_partnersOptionsSelector__GJ06Q .style_partnersOptionsSelectorList__J3SAW::-webkit-scrollbar-thumb{background:hsla(0,0%,69%,.6);border-radius:5px}.style_partnersOptionsSelector__GJ06Q .style_partnersOptionsSelectorList__J3SAW .style_lotDivisionPartnersItem__WCWWb{display:grid;padding:10px 5px;grid-template-columns:.7fr .7fr .2fr}.style_partnersOptionsSelector__GJ06Q .style_partnersOptionsSelectorList__J3SAW .style_lotDivisionPartnersItem__WCWWb:hover{background:hsla(0,0%,95%,.2);cursor:pointer}.style_partnersOptionsSelector__GJ06Q .style_partnersOptionsSelectorList__J3SAW .style_lotDivisionPartnersItem__WCWWb span:first-of-type,.style_partnersOptionsSelector__GJ06Q .style_partnersOptionsSelectorList__J3SAW .style_lotDivisionPartnersItem__WCWWb span:nth-of-type(2){text-align:left;overflow-x:hidden}.style_partnersOptionsSelector__GJ06Q .style_partnersOptionsSelectorList__J3SAW .style_lotDivisionPartnersItem__WCWWb span:nth-of-type(3){text-align:right}.style_saveLotDataButton__TfUBm{background:#63c600;color:#f2f2f2;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out;padding:.5rem 4rem}.style_saveLotDataButton__TfUBm:hover{cursor:pointer;background:#5bb700}.style_saveLotDataButton__TfUBm>img{max-height:22px}.style_popUpBackdrop__TbHsi{position:fixed;top:0;bottom:0;left:0;right:0;min-width:100%;min-height:100%;background:rgba(39,45,52,.4);z-index:100;display:flex;justify-content:center;align-items:center}.style_popUpDisabled__4vVyB{display:none}.style_popUpWrapper__v5ITM{background:#fff;padding:30px 20px 20px;border-radius:5px;position:relative}.style_closeBtn__bsZAZ{position:absolute;right:10px;top:10px}.style_closeBtn__bsZAZ img{width:25px}.style_closeBtn__bsZAZ:hover{cursor:pointer}.style_lotInfoWrapper__y4zD_{display:flex;gap:1rem}.style_uploadImage__Gn6yz{position:relative;background:#f9f9f9;color:#060e28;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out;justify-content:center}.style_uploadImage__Gn6yz:hover{cursor:pointer;background:#f1f1f1}.style_uploadImage__Gn6yz>img{max-height:22px}.style_uploadImage__Gn6yz img{width:20px}.style_uploadImage__Gn6yz input{max-width:max-content;position:absolute;width:100%;height:100%;left:0;opacity:0}.style_uploadImage__Gn6yz input::-webkit-file-upload-button{cursor:pointer}.style_uploadImage__Gn6yz input::file-selector-button{cursor:pointer}.style_lotImagesWrapper__I_8OK{width:100%;max-width:240px;display:flex;flex-direction:column;gap:.5rem}.style_lotImages__6uP_q{outline:1px solid #ebebeb;border-radius:8px;max-width:100%;position:relative}.style_lotImages__6uP_q .style_lotImagesCarrousel__VnDya{display:flex;overflow:hidden;transition:all .2s ease-in-out;border-radius:8px;scroll-behavior:smooth;max-width:240px;max-height:120px}.style_lotImages__6uP_q .style_lotImagesCarrousel__VnDya>img{max-width:100%;max-height:100%}.style_lotImages__6uP_q .style_carrouselControllers__RwmDZ{overflow:hidden;position:absolute;border-radius:8px;top:0;left:0;display:flex;width:100%;height:100%;justify-content:space-between}.style_lotImages__6uP_q .style_carrouselControllers__RwmDZ li{opacity:0;display:flex;align-items:center;height:100%;padding:0 5px;transition:all .2s ease-in-out}.style_lotImages__6uP_q .style_carrouselControllers__RwmDZ li img{height:20px}.style_lotImages__6uP_q .style_carrouselControllers__RwmDZ li .style_controlPrev__tWQeM{border-radius:0 8px 8px 0}.style_lotImages__6uP_q .style_carrouselControllers__RwmDZ:hover li{opacity:1;background:rgba(39,45,52,.4);cursor:pointer}.style_lotImages__6uP_q .style_carrouselControllers__RwmDZ:not(:hover) li{opacity:0}.style_lotTexts__XUsbb{display:flex;flex-direction:column;flex-grow:1;gap:.5rem}.style_lotTitle__KGmNU{padding-left:5px}.style_lotTitle__KGmNU input{font-weight:700;font-size:1.8rem;max-width:-moz-fit-content;max-width:fit-content;color:#141414}.style_lotDescription__hSIzr{flex-grow:1;padding-left:5px}.style_lotDescription__hSIzr textarea{width:100%;outline:1px solid #ebebeb;border-radius:3px;padding:3px;height:80px;word-wrap:break-word;resize:none;font-size:1rem;color:#7a7a7a}.style_lotDescription__hSIzr textarea::-webkit-scrollbar{width:8px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_lotDescription__hSIzr textarea::-webkit-scrollbar-thumb{background:hsla(0,0%,69%,.6);border-radius:5px}.style_lotDivision__BzUEx{position:relative}.style_lotDivision__BzUEx .style_divisionSelected__lS1F0{display:flex;align-items:center;max-width:max-content;gap:.5rem;padding:5px 12px 5px 5px;border-radius:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease-in-out}.style_lotDivision__BzUEx .style_divisionSelected__lS1F0:hover{cursor:pointer;background:#ebebeb}.style_lotDivision__BzUEx .style_divisionSelected__lS1F0 img{outline:1px solid #ebebeb;border-radius:5%;height:50px}.style_lotDivision__BzUEx .style_divisionSelected__lS1F0 span{font-size:1rem;color:#141414}.style_divisionOptionsSelector__cD93r{position:absolute;display:flex;flex-direction:column;gap:.5rem;top:4rem;left:0;background:#fff;outline:1px solid #ebebeb;max-height:300px;overflow-y:scroll;overflow-x:hidden;padding:1rem 1rem 1.5rem;border-radius:5px;z-index:1}.style_divisionOptionsSelector__cD93r::-webkit-scrollbar{width:8px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_divisionOptionsSelector__cD93r::-webkit-scrollbar-thumb{background:hsla(0,0%,69%,.6);border-radius:5px}.style_divisionOptionsSelector__cD93r .style_divisionSearchInput__aGUiY div{justify-content:space-between}.style_divisionOptionsSelector__cD93r .style_lotOption__Qhv0d{display:flex;align-items:center;width:100%;gap:.5rem;padding:5px 12px 5px 5px;border-radius:12px}.style_divisionOptionsSelector__cD93r .style_lotOption__Qhv0d:hover{cursor:pointer;background:#ebebeb}.style_divisionOptionsSelector__cD93r .style_lotOption__Qhv0d img{outline:1px solid #ebebeb;border-radius:5%;height:50px}.style_divisionOptionsSelector__cD93r .style_lotOption__Qhv0d span{font-size:1.2rem;color:#141414}.style_lotDataWrapper__CjCH7{width:100%;display:flex;justify-content:space-between;gap:1rem}.style_lotDataWrapper__CjCH7 .style_lotDataInputs__f8FDs{height:100%;display:flex;flex-direction:column;width:500px;gap:1.5rem}.style_lotDataWrapper__CjCH7 .style_lotDataInputs__f8FDs .style_locationArea__6RL_j{display:flex;flex-direction:column;gap:.4rem}.style_lotDataWrapper__CjCH7 .style_lotDataInputs__f8FDs .style_locationArea__6RL_j h3{font-size:1.2rem;color:#141414;font-weight:700}.style_lotDataWrapper__CjCH7 .style_lotDataInputs__f8FDs .style_locationArea__6RL_j .style_locationInputs__PsQGS{width:100%;display:flex;font-size:.9rem}.style_lotDataWrapper__CjCH7 .style_lotDataInputs__f8FDs .style_locationArea__6RL_j .style_locationInputs__PsQGS input{border-bottom:1px solid #b1b1b1;padding-bottom:5px}.style_lotDataWrapper__CjCH7 .style_lotDataInputs__f8FDs .style_locationArea__6RL_j .style_locationInputs__PsQGS input::placeholder{opacity:.5}.style_lotDataWrapper__CjCH7 .style_lotDataInputs__f8FDs .style_locationArea__6RL_j .style_locationInputs__PsQGS input:first-of-type{flex-grow:1}.style_lotDataWrapper__CjCH7 .style_lotDataActions__y238C{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;min-height:400px;height:100%;align-items:flex-end}.style_metricsArea__jnSrw{display:flex;justify-content:space-between}.style_metricsArea__jnSrw h3{font-size:1.2rem;color:#141414;font-weight:700}.style_metricsArea__jnSrw .style_metricsInputs__Vywzn{display:flex}.style_metricsArea__jnSrw .style_metricsInputs__Vywzn input{font-size:1.2rem;padding:0 5px;text-align:end;font-weight:700;max-width:8ch;background:#f6f6f6;border-radius:5px 0 0 5px}.style_metricsArea__jnSrw .style_metricsInputs__Vywzn input::-webkit-inner-spin-button,.style_metricsArea__jnSrw .style_metricsInputs__Vywzn input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_metricsArea__jnSrw .style_metricsInputs__Vywzn span{background:#7ffe00;color:#141414;padding:3px 5px;font-size:1rem;font-weight:700;border-radius:0 5px 5px 0}.style_metricsArea__jnSrw .style_metricsInputs__Vywzn sup{vertical-align:super;font-size:smaller}.style_priceArea__TmpSb{display:flex;flex-direction:column;gap:.5rem}.style_priceArea__TmpSb .style_salePrice__hCXE0{display:flex;justify-content:space-between}.style_priceArea__TmpSb .style_salePrice__hCXE0 h3{font-size:1.2rem;color:#141414;font-weight:700}.style_priceArea__TmpSb .style_salePrice__hCXE0 .style_priceInputs__wVdPA{display:flex}.style_priceArea__TmpSb .style_salePrice__hCXE0 .style_priceInputs__wVdPA input{text-align:end;font-size:1.2rem;font-weight:700;max-width:8ch;background:#f6f6f6;border-radius:0 5px 5px 0;padding:0 5px 0 0}.style_priceArea__TmpSb .style_salePrice__hCXE0 .style_priceInputs__wVdPA input::-webkit-inner-spin-button,.style_priceArea__TmpSb .style_salePrice__hCXE0 .style_priceInputs__wVdPA input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_priceArea__TmpSb .style_salePrice__hCXE0 .style_priceInputs__wVdPA span{background:#7ffe00;color:#141414;padding:3px 5px;font-size:1rem;font-weight:700;border-radius:5px 0 0 5px}.style_priceArea__TmpSb .style_basePrice__WstxE{display:flex;justify-content:space-between}.style_priceArea__TmpSb .style_basePrice__WstxE input{text-align:end;max-width:10ch;padding:0 5px}.style_priceArea__TmpSb .style_basePrice__WstxE input::-webkit-inner-spin-button,.style_priceArea__TmpSb .style_basePrice__WstxE input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_hiddenPrice__slNRG{width:100%;display:flex;justify-content:flex-end;align-items:center}.style_hiddenPrice__slNRG span{font-size:1.1rem}.style_hiddenPrice__slNRG input[type=checkbox]{position:relative;border:2px solid #272d34;border-radius:2px;background:none;cursor:pointer;line-height:0;margin:0 .4em 0 0;outline:0;padding:0!important;vertical-align:text-top;height:18px;width:18px;-webkit-appearance:none;opacity:.5}.style_hiddenPrice__slNRG input[type=checkbox]:hover{opacity:1}.style_hiddenPrice__slNRG input[type=checkbox]:checked{background-color:#272d34;opacity:1}.style_hiddenPrice__slNRG input[type=checkbox]:before{content:"";position:absolute;right:50%;top:50%;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;margin:-1px -1px 0 0;transform:rotate(45deg) translate(-50%,-50%);z-index:2}.style_parcelQuantity__uUIT_{display:flex;justify-content:space-between}.style_parcelQuantity__uUIT_ .style_parcelQuantityInput__l707y{display:flex;align-items:center;justify-content:center;gap:.2rem}.style_parcelQuantity__uUIT_ .style_parcelQuantityInput__l707y button{background:#fff;width:20px;height:22px;font-size:1.2rem;font-weight:500;display:flex;justify-content:center;align-items:center;border-radius:50%;padding:5px;outline:.5px solid #d7d7d7}.style_parcelQuantity__uUIT_ .style_parcelQuantityInput__l707y input{font-size:1.2rem;color:#141414;font-weight:600;text-align:center;width:30px}.style_parcelQuantity__uUIT_ .style_parcelQuantityInput__l707y input::-webkit-inner-spin-button,.style_parcelQuantity__uUIT_ .style_parcelQuantityInput__l707y input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_parcelArea__0VCPp{display:flex;flex-direction:column;gap:.5rem}.style_parcelArea__0VCPp .style_taxes__yEHUJ{font-size:1.1rem;display:flex;width:100%;justify-content:space-between}.style_parcelArea__0VCPp .style_taxes__yEHUJ input{max-width:4ch;text-align:end}.style_parcelArea__0VCPp .style_taxes__yEHUJ input::-webkit-inner-spin-button,.style_parcelArea__0VCPp .style_taxes__yEHUJ input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_parcelArea__0VCPp .style_taxes__yEHUJ span{color:#141414;font-weight:700}.style_parcelArea__0VCPp .style_parcelQuantity__uUIT_ h3{font-size:1.2rem;color:#141414;font-weight:700}.style_lotStatus__7cQEV{display:flex;justify-content:space-between}.style_lotStatus__7cQEV h3{font-size:1.2rem;color:#141414;font-weight:700}.style_dropdownMenu__1SSMy{background:#fff;padding:10px 35px 10px 20px;border-radius:8px;color:#141414;box-shadow:0 0 8px #d6dbe0;background-image:url(/images/downArrow.svg);background-repeat:no-repeat;background-position:calc(100% - 15px);background-size:12px;width:-moz-fit-content;width:fit-content}.style_dropdownMenu__1SSMy>option{color:#141414;background:#fff;padding-top:20px}.style_statusInfo__8t5GK{font-size:.9rem;font-weight:400}.style_partnersArea__hcl0A{display:flex;flex-direction:column;gap:.5rem}.style_partnersArea__hcl0A .style_lotDataActionsHeader__ucc1n{display:flex;justify-content:space-between}.style_partnersArea__hcl0A .style_partners__XiJ_B{background:#060e28;padding:1rem}.style_partnersArea__hcl0A .style_partners__XiJ_B .style_partnersListHeader__fmE_g{color:#f2f2f2}.style_partnersArea__hcl0A .style_partners__XiJ_B .style_partnersList__xKYF0{display:flex;flex-direction:column;gap:.5rem;max-height:100px;overflow-y:scroll}.style_partnersArea__hcl0A .style_partners__XiJ_B .style_partnersList__xKYF0 .style_partnersListItemWrapper__jd6Zb{display:flex;flex-direction:column-reverse}.style_partnersArea__hcl0A .style_partners__XiJ_B .style_partnersList__xKYF0::-webkit-scrollbar{width:4px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_partnersArea__hcl0A .style_partners__XiJ_B .style_partnersList__xKYF0::-webkit-scrollbar-thumb{background:rgba(99,198,0,.6);border-radius:5px}.style_partnersArea__hcl0A .style_partners__XiJ_B .style_partnersList__xKYF0 .style_partnersListHeader__fmE_g{display:flex;opacity:.5;font-size:.9rem}.style_partnersArea__hcl0A .style_partners__XiJ_B .style_partnersList__xKYF0 .style_partnersListHeader__fmE_g span{width:140px}.style_partnersArea__hcl0A .style_partners__XiJ_B .style_partnersList__xKYF0 .style_partnersListHeader__fmE_g span:nth-of-type(3){width:6ch;text-align:right}.style_partnersArea__hcl0A .style_partners__XiJ_B .style_partnersList__xKYF0 .style_partnersListItem__XSGeD{border-bottom:1px solid hsla(0,0%,95%,.5);color:#f2f2f2;display:flex;font-size:.9rem;padding:.2rem 0}.style_partnersArea__hcl0A .style_partners__XiJ_B .style_partnersList__xKYF0 .style_partnersListItem__XSGeD:hover{background:hsla(0,0%,95%,.2);cursor:pointer}.style_partnersArea__hcl0A .style_partners__XiJ_B .style_partnersList__xKYF0 .style_partnersListItem__XSGeD div{width:6ch}.style_partnersArea__hcl0A .style_partners__XiJ_B .style_partnersList__xKYF0 .style_partnersListItem__XSGeD input{max-width:140px}.style_partnersArea__hcl0A .style_partners__XiJ_B .style_partnersList__xKYF0 .style_partnersListItem__XSGeD input.style_partnerPercentage__Q1DzS{width:4.5ch;text-align:right}.style_partnersArea__hcl0A .style_partners__XiJ_B .style_partnersList__xKYF0 .style_partnersListItem__XSGeD input.style_partnerPercentage__Q1DzS::-webkit-inner-spin-button,.style_partnersArea__hcl0A .style_partners__XiJ_B .style_partnersList__xKYF0 .style_partnersListItem__XSGeD input.style_partnerPercentage__Q1DzS::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_partnersArea__hcl0A h3{font-size:1.2rem;color:#141414;font-weight:700}.style_deletePartner__RDZeU{cursor:pointer;max-height:20px}.style_partnersListItemEdit__4q1Qo{color:#f2f2f2;display:flex;font-size:.9rem;padding:.2rem 0;background:hsla(0,0%,95%,.2);cursor:pointer}.style_partnersListItemEdit__4q1Qo div{width:6ch}.style_partnersListItemEdit__4q1Qo input{max-width:140px}.style_partnersListItemEdit__4q1Qo input.style_partnerPercentage__Q1DzS{width:4.5ch;text-align:right}.style_partnersListItemEdit__4q1Qo input.style_partnerPercentage__Q1DzS::-webkit-inner-spin-button,.style_partnersListItemEdit__4q1Qo input.style_partnerPercentage__Q1DzS::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_addPartner__JDjfv{display:flex;justify-content:space-between;gap:.5rem}.style_addPartner__JDjfv .style_addPartnerToLot__CLzST{background:#f9f9f9;color:#141414;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;align-items:center;gap:3px;transition:all .3s ease-in-out;display:flex;gap:5px}.style_addPartner__JDjfv .style_addPartnerToLot__CLzST:hover{cursor:pointer;background:#f1f1f1}.style_addPartner__JDjfv .style_addPartnerToLot__CLzST>img{max-height:22px}.style_addPartner__JDjfv .style_addPartnerToLot__CLzST img{max-height:20px}.style_addPartner__JDjfv .style_addNewPartnerToLot__vW9_P{background:#63c600;color:#f2f2f2;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;align-items:center;gap:3px;transition:all .3s ease-in-out;display:flex;gap:5px}.style_addPartner__JDjfv .style_addNewPartnerToLot__vW9_P:hover{cursor:pointer;background:#5bb700}.style_addPartner__JDjfv .style_addNewPartnerToLot__vW9_P>img{max-height:22px}.style_addPartner__JDjfv .style_addNewPartnerToLot__vW9_P img{max-height:20px;filter:invert(1)}.style_partnersOptionsSelector__268SZ{display:flex;flex-direction:column;gap:.5rem;background:#060e28;color:#f2f2f2;padding:1rem}.style_partnersOptionsSelector__268SZ .style_partnersOptionsSelectorHeader__EJdQ8{border-bottom:2px solid #f2f2f2;display:flex;gap:5px;padding:3px}.style_partnersOptionsSelector__268SZ .style_partnersOptionsSelectorHeader__EJdQ8 input{flex-grow:1}.style_partnersOptionsSelector__268SZ .style_partnersOptionsSelectorHeader__EJdQ8 img{filter:invert(1)}.style_partnersOptionsSelector__268SZ .style_partnersOptionsSelectorList__lP20y{font-size:.9rem;padding:.2rem 0;display:flex;flex-direction:column;max-height:150px;overflow-y:scroll}.style_partnersOptionsSelector__268SZ .style_partnersOptionsSelectorList__lP20y::-webkit-scrollbar{width:8px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_partnersOptionsSelector__268SZ .style_partnersOptionsSelectorList__lP20y::-webkit-scrollbar-thumb{background:hsla(0,0%,69%,.6);border-radius:5px}.style_partnersOptionsSelector__268SZ .style_partnersOptionsSelectorList__lP20y .style_lotDivisionPartnersItem__uOoQg{display:grid;padding:10px 5px;grid-template-columns:.7fr .7fr .2fr}.style_partnersOptionsSelector__268SZ .style_partnersOptionsSelectorList__lP20y .style_lotDivisionPartnersItem__uOoQg:hover{background:hsla(0,0%,95%,.2);cursor:pointer}.style_partnersOptionsSelector__268SZ .style_partnersOptionsSelectorList__lP20y .style_lotDivisionPartnersItem__uOoQg span:first-of-type,.style_partnersOptionsSelector__268SZ .style_partnersOptionsSelectorList__lP20y .style_lotDivisionPartnersItem__uOoQg span:nth-of-type(2){text-align:left;overflow-x:hidden}.style_partnersOptionsSelector__268SZ .style_partnersOptionsSelectorList__lP20y .style_lotDivisionPartnersItem__uOoQg span:nth-of-type(3){text-align:right}.style_saveLotDataButton__0Ijhk{background:#63c600;color:#f2f2f2;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out;padding:.5rem 4rem}.style_saveLotDataButton__0Ijhk:hover{cursor:pointer;background:#5bb700}.style_saveLotDataButton__0Ijhk>img{max-height:22px}.style_popUpBackdrop__FU8ft{position:fixed;min-width:100%;min-height:100%;background:rgba(39,45,52,.4);z-index:100;display:flex;justify-content:center;align-items:center}.style_popUpDisabled__06oEh{display:none}.style_popUpWrapper__3kVZo{max-width:42rem;background:#fff;padding:30px 20px 20px;border-radius:5px;position:relative;display:flex;flex-direction:column;gap:1rem}.style_closeBtn__mMQHs{position:absolute;right:10px;top:10px}.style_closeBtn__mMQHs img{width:25px}.style_closeBtn__mMQHs:hover{cursor:pointer}.style_popUpHeader__Mef7E span{font-size:1.4rem;font-weight:700;text-align:center}.style_inputsSection__Myqkl{min-width:300px}.style_inputsSection__Myqkl .style_dateInput__ndBh6{display:flex;align-items:center;gap:1rem}.style_inputsSection__Myqkl .style_dateInput__ndBh6 span{font-size:1.2rem;font-weight:600}.style_inputsSection__Myqkl .style_dateInput__ndBh6 input{background:#7ffe00;color:#141414;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out}.style_inputsSection__Myqkl .style_dateInput__ndBh6 input:hover{cursor:pointer;background:#77ef00}.style_inputsSection__Myqkl .style_dateInput__ndBh6 input>img{max-height:22px}.style_inputsSection__Myqkl .style_inputs__c_xPy{width:100%;display:flex;flex-direction:column;gap:.5rem}.style_inputsSection__Myqkl .style_inputs__c_xPy .style_input__ianBS{min-width:400px;display:flex;align-items:center;justify-content:space-between}.style_inputsSection__Myqkl .style_inputs__c_xPy .style_input__ianBS label{font-size:1.1rem;font-weight:700;color:#141414}.style_inputsSection__Myqkl .style_inputs__c_xPy .style_input__ianBS span{font-size:1.2rem;font-weight:600}.style_inputsSection__Myqkl .style_inputs__c_xPy .style_input__ianBS input{width:240px;height:40px;border:1px solid #d7d7d7;border-radius:5px;padding:0 10px}.style_inputsSection__Myqkl .style_inputs__c_xPy .style_input__ianBS input::placeholder{color:#b1b1b1}.style_divisionSelected__evYAS{width:100%}.style_lotSelection__XtVs_{display:flex;align-items:center;justify-content:center;gap:1.2rem}.style_lotDataContainer__QFglC{padding:1rem;background:#fff;border-radius:.5rem;box-shadow:0 .2rem 1rem rgba(0,0,0,.1);max-height:30rem;overflow-y:scroll}.style_lotDataContainer__QFglC .style_emailFieldsContainer__NbnVt{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:.2rem solid #6a9c31}.style_lotDataContainer__QFglC .style_submitContainer__QWL7m{display:flex;justify-content:flex-end;margin-top:2rem}.style_lotDataContainer__QFglC .style_submitContainer__QWL7m .style_sendEmail__AmnFE{background:#7ffe00;color:#141414;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out;width:-moz-fit-content;width:fit-content;padding:10px 30px;align-self:flex-end}.style_lotDataContainer__QFglC .style_submitContainer__QWL7m .style_sendEmail__AmnFE:hover{cursor:pointer;background:#77ef00}.style_lotDataContainer__QFglC .style_submitContainer__QWL7m .style_sendEmail__AmnFE>img{max-height:22px}.style_lotDataContainer__QFglC .style_submitContainer__QWL7m .style_sendEmail__AmnFE:disabled{opacity:.6;cursor:not-allowed}.style_lotDataContainer__QFglC .style_lotDataWrapper__LC4Wd{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.style_lotDataContainer__QFglC .style_lotDataWrapper__LC4Wd .style_dataType__z_V4L{font-size:1.2rem;font-weight:700;color:#141414}.style_lotDataContainer__QFglC .style_lotDataWrapper__LC4Wd .style_fieldGroup__NvckC{display:flex;flex-direction:column;gap:1.5rem}.style_lotDataContainer__QFglC .style_field__WTCnq{display:flex;flex-direction:column;gap:.5rem}.style_lotDataContainer__QFglC .style_field__WTCnq label{font-size:.875rem;font-weight:600;color:#666}.style_lotDataContainer__QFglC .style_field__WTCnq .style_readonlyField__YUqWN{padding:.75rem 1rem;border-radius:.4rem;font-size:1rem;border:.1rem solid #b1b1b1;background:#f9f9f9;color:#b1b1b1;font-weight:700}.style_lotDataContainer__QFglC .style_field__WTCnq .style_selectContainer__Ben97{position:relative;width:100%}.style_lotDataContainer__QFglC .style_field__WTCnq .style_selectContainer__Ben97 select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%}.style_lotDataContainer__QFglC .style_field__WTCnq .style_selectContainer__Ben97 .style_selectIcon__96Vb6{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:1.5rem;color:#666}.style_lotDataContainer__QFglC .style_field__WTCnq .style_editableInput__vVcAl{padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .2s;background:#fff}.style_lotDataContainer__QFglC .style_field__WTCnq .style_editableInput__vVcAl::placeholder{color:#b1b1b1;font-size:.875rem}.style_lotDataContainer__QFglC .style_field__WTCnq .style_editableInput__vVcAl:focus{border-color:#63c600;outline:none}.style_lotDataContainer__QFglC .style_field__WTCnq .style_editableInput__vVcAl.style_error__oC20J{border-color:#f44336}.style_lotDataContainer__QFglC .style_field__WTCnq .style_editableInput__vVcAl:disabled{border:.1rem solid #b1b1b1;background:#f9f9f9;color:#b1b1b1;font-weight:700}.style_lotDataContainer__QFglC .style_field__WTCnq .style_errorMessage__pjBQK{color:#f44336;font-size:.75rem}.style_parcelsInput__eQHFD{border-bottom:2px solid #d7d7d7;width:50px;text-align:end}.style_parcelsAlert__AUnxM{font-size:.8rem;font-weight:500;color:#d73535;margin-left:.5rem}.style_entryInputContainer__JTjOA{border-bottom:2px solid #d7d7d7;width:max-content}.style_entryInputContainer__JTjOA .style_entryInput__v_pSe{max-width:9rem}.style_entryInputContainer__JTjOA .style_entryInput__v_pSe::-webkit-inner-spin-button,.style_entryInputContainer__JTjOA .style_entryInput__v_pSe::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_popUpBackdrop__YT3es{position:fixed;min-width:100%;min-height:100%;background:rgba(39,45,52,.4);z-index:100;display:flex;justify-content:center;align-items:center}.style_popUpDisabled__hwzMW{display:none}.style_popUpWrapper__2QSgm{background:#fff;padding:30px 20px 20px;border-radius:5px;max-width:60vw;position:relative;min-height:max-content}.style_closeBtn__eusJR{position:absolute;right:10px;top:10px}.style_closeBtn__eusJR img{width:25px}.style_closeBtn__eusJR:hover{cursor:pointer}.style_heading__lafkQ{font-size:1.4rem;font-weight:600;text-align:center}.style_divisionContent__dFuj8{display:flex;margin-top:2rem;gap:1rem;align-items:center}.style_divisionContent__dFuj8 .style_divisionLogo__wk72Q{object-fit:cover;object-position:center;border:1px solid #f6f6f6;border-radius:50%;width:100px;height:100px;transition:all .2s ease-in-out}.style_divisionContent__dFuj8 .style_divisionLogo__wk72Q:hover{filter:brightness(80%);cursor:pointer}.style_divisionContent__dFuj8 .style_popUpsInputs__rnQQ_{list-style:none;display:flex;flex-direction:column;gap:16px}.style_divisionContent__dFuj8 .style_inputField__jIfnf:first-of-type input{font-weight:700;font-size:1.8rem;border-bottom:2px solid #272d34;max-width:-moz-fit-content;max-width:fit-content}.style_divisionContent__dFuj8 .style_inputField__jIfnf:nth-of-type(2){display:flex;gap:10px;align-items:center}.style_divisionContent__dFuj8 .style_inputField__jIfnf:nth-of-type(2) input{font-weight:400;font-size:1rem}.style_divisionContent__dFuj8 .style_uploadImage__K8iJ6{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px}.style_divisionContent__dFuj8 .style_uploadImage__K8iJ6 input{width:100px;height:100px;position:absolute;z-index:2;opacity:0;top:0;left:0}.style_divisionContent__dFuj8 .style_uploadImage__K8iJ6 input::-webkit-file-upload-button{cursor:pointer}.style_divisionContent__dFuj8 .style_uploadImage__K8iJ6 input::file-selector-button{cursor:pointer}.style_divisionContent__dFuj8 .style_uploadImage__K8iJ6 input:hover{cursor:pointer}.style_divisionContent__dFuj8 .style_uploadImage__K8iJ6 input:hover~.style_divisionLogo__wk72Q{filter:brightness(80%);cursor:pointer}.style_divisionContent__dFuj8 .style_uploadImage__K8iJ6 .style_divisionLogo__wk72Q{z-index:1}.style_saveBtn__AlIFf{background:#7ffe00;color:#141414;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out;padding:10px 40px;margin:20px 0;align-self:flex-end}.style_saveBtn__AlIFf:hover{cursor:pointer;background:#77ef00}.style_saveBtn__AlIFf>img{max-height:22px}.style_bluePrint__fB1Mt{display:flex;gap:10px;justify-content:center;margin:2rem 0 1rem}.style_bluePrint__fB1Mt .style_uploadBlueprint__5gyZi{position:relative;background:#63c600;color:#f2f2f2;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out}.style_bluePrint__fB1Mt .style_uploadBlueprint__5gyZi:hover{cursor:pointer;background:#5bb700}.style_bluePrint__fB1Mt .style_uploadBlueprint__5gyZi>img{max-height:22px}.style_bluePrint__fB1Mt .style_uploadBlueprint__5gyZi img{width:20px;filter:invert(1)}.style_bluePrint__fB1Mt .style_uploadBlueprint__5gyZi input{max-width:max-content;position:absolute;width:100%;height:100%;left:0;opacity:0}.style_bluePrint__fB1Mt .style_uploadBlueprint__5gyZi input::-webkit-file-upload-button{cursor:pointer}.style_bluePrint__fB1Mt .style_uploadBlueprint__5gyZi input::file-selector-button{cursor:pointer}.style_bluePrint__fB1Mt .style_downloadBlueprint__BGR2i{background:#f6f6f6;color:#141414;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out}.style_bluePrint__fB1Mt .style_downloadBlueprint__BGR2i:hover{cursor:pointer;background:#eee}.style_bluePrint__fB1Mt .style_downloadBlueprint__BGR2i>img{max-height:22px}.style_bluePrint__fB1Mt .style_downloadBlueprint__BGR2i img{width:20px}.style_alertMessage__myMOq{font-size:.9rem;color:#d73535}.style_successMessage__OwjKM{font-size:.9rem;text-align:center;color:#2ecc71}.style_partnersContent__5ykIT{background:#060e28;display:flex;flex-direction:column;color:#f2f2f2;padding:2rem;margin:1rem 0}.style_partnersContent__5ykIT .style_subHeading__vHpjv{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.style_partnersContent__5ykIT .style_partnersList__yaDeA{display:flex;flex-direction:column;gap:5px;max-height:170px;max-width:450px;overflow-y:scroll;padding-right:5px}.style_partnersContent__5ykIT .style_partnersList__yaDeA::-webkit-scrollbar{width:8px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_partnersContent__5ykIT .style_partnersList__yaDeA::-webkit-scrollbar-thumb{background:rgba(61,235,0,.6);border-radius:5px}.style_partnersContent__5ykIT .style_partnersList__yaDeA .style_partnerHeader__2yscM,.style_partnersContent__5ykIT .style_partnersList__yaDeA .style_partner__vuj5v{display:flex;width:100%;justify-content:space-between;align-items:center;border-bottom:1px solid hsla(0,0%,95%,.5);padding:5px 3px}.style_partnersContent__5ykIT .style_partnersList__yaDeA .style_partnerHeader__2yscM .style_partnerProfile__NORsv,.style_partnersContent__5ykIT .style_partnersList__yaDeA .style_partner__vuj5v .style_partnerProfile__NORsv{display:flex;gap:10px;align-items:center}.style_partnersContent__5ykIT .style_partnersList__yaDeA .style_partnerHeader__2yscM p,.style_partnersContent__5ykIT .style_partnersList__yaDeA .style_partner__vuj5v p{width:120px;word-wrap:break-word}.style_partnersContent__5ykIT .style_partnersList__yaDeA .style_partnerHeader__2yscM .style_partnerCPF__Iz_zU,.style_partnersContent__5ykIT .style_partnersList__yaDeA .style_partner__vuj5v .style_partnerCPF__Iz_zU{min-width:max-content;flex-grow:1}.style_partnersContent__5ykIT .style_partnersList__yaDeA .style_partnerHeader__2yscM img,.style_partnersContent__5ykIT .style_partnersList__yaDeA .style_partner__vuj5v img{width:0;border-radius:50%;opacity:0}.style_partnersContent__5ykIT .style_partnersList__yaDeA .style_partner__vuj5v{flex-grow:1}.style_partnersContent__5ykIT .style_partnersList__yaDeA .style_partner__vuj5v:hover{cursor:pointer;background:hsla(0,0%,95%,.2)}.style_partnersContent__5ykIT .style_partnersList__yaDeA .style_partnerHeader__2yscM{opacity:.5}.style_partnersContent__5ykIT .style_addPartnerBtn__lXER_{background:#060e28;color:#63c600;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out;align-self:flex-end;margin-top:1rem}.style_partnersContent__5ykIT .style_addPartnerBtn__lXER_:hover{cursor:pointer;background:#04091b}.style_partnersContent__5ykIT .style_addPartnerBtn__lXER_>img{max-height:22px}.style_partnerAddForm__J1Czc{display:flex;width:100%;justify-content:space-between;align-items:center;gap:5px}.style_partnerAddForm__J1Czc input{opacity:.8;padding:5px 3px;border-bottom:1px solid hsla(0,0%,95%,.5)}.style_partnerAddForm__J1Czc input:first-of-type{width:125px}.style_partnerAddForm__J1Czc input:nth-of-type(2){width:max-content;flex-grow:1}.style_partnerAddForm__J1Czc input:nth-of-type(3){text-align:end;width:50px}.style_partnerAddForm__J1Czc input:nth-of-type(3)::-webkit-inner-spin-button,.style_partnerAddForm__J1Czc input:nth-of-type(3)::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_partnerAddForm__J1Czc input:nth-of-type(3)[type=number]{-moz-appearance:textfield}.style_saveBtnWrapper__LQokc{display:flex;width:100%;justify-content:flex-end}.style_popUpBackdrop__eSqTm{position:fixed;min-width:100%;min-height:100%;background:rgba(39,45,52,.4);z-index:100;display:flex;justify-content:center;align-items:center}.style_popUpDisabled__z8aGD{display:none}.style_popUp___JdyU{background:#fff;padding:1rem;border-radius:8px;min-width:280px;max-width:100%;display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.style_popUpHeader__Y0Gmf{width:100%;font-size:1.4rem;font-weight:700;text-align:center;display:flex;justify-content:space-between}.style_popUpHeader__Y0Gmf button{cursor:pointer}.style_popUpBody__xG1x_{display:flex;flex-direction:column;gap:.5rem}.style_popUpBody__xG1x_ input{width:100%;padding:.5rem;border-radius:8px;border:1px solid rgba(97,97,97,.5);background:#f6f6f6;color:#616161}.style_popUpBody__xG1x_ input::placeholder{color:rgba(97,97,97,.5)}.style_popUpBody__xG1x_ img{cursor:pointer;border-radius:8px;width:590px;height:125px;transition:all .3s ease-in-out}.style_popUpBody__xG1x_ img:hover{filter:brightness(.8)}.style_addBannerBtn__Q2SC0{background:#7ffe00;color:#141414;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out;justify-content:center;padding:1rem 3rem;width:max-content}.style_addBannerBtn__Q2SC0:hover{cursor:pointer;background:#77ef00}.style_addBannerBtn__Q2SC0>img{max-height:22px}.style_popUpBackdrop__YhBkc{position:fixed;min-width:100%;min-height:100%;background:rgba(39,45,52,.4);z-index:100;display:flex;justify-content:center;align-items:center}.style_popUpDisabled__IjmQl{display:none}.style_popUpWrapper__iF27B{background:#fff;padding:30px 20px 20px;border-radius:5px;min-width:32vw;position:relative;display:flex;flex-direction:column;gap:1rem}.style_popUpWrapper__iF27B .style_popUpHeader__bWxfo{width:100%;display:flex;justify-content:space-between;align-items:center}.style_popUpWrapper__iF27B .style_popUpHeader__bWxfo span{display:flex;align-items:center;gap:5px;font-weight:700;font-size:1.2rem}.style_popUpWrapper__iF27B .style_popUpHeader__bWxfo span img{filter:invert(1)}.style_popUpWrapper__iF27B .style_taxContent__6Iy0L{background:#060e28;padding:2rem 1rem;display:flex;flex-direction:column;gap:10px}.style_popUpWrapper__iF27B .style_taxContent__6Iy0L .style_taxItem__O9CwI{color:#f2f2f2;display:flex;justify-content:space-between;align-items:center;gap:5px;font-weight:500}.style_popUpWrapper__iF27B .style_taxContent__6Iy0L .style_taxItem__O9CwI sup{font-weight:400;font-size:.9rem}.style_popUpWrapper__iF27B .style_taxContent__6Iy0L .style_taxItem__O9CwI span:nth-of-type(3){min-width:35px;text-align:end}.style_popUpWrapper__iF27B .style_taxContent__6Iy0L .style_taxItemLine__S6UMs{flex:1 1;height:3px;width:max-content;background:#7ffe00;border-radius:5px}.style_popUpWrapper__iF27B .style_taxInputs__35qw9{padding:0 1rem;display:flex;flex-direction:column;gap:10px}.style_popUpWrapper__iF27B .style_taxInputs__35qw9 .style_taxInputItem__V5SyN{color:#141414;display:flex;justify-content:space-between;align-items:center;gap:5px;font-weight:500}.style_popUpWrapper__iF27B .style_taxInputs__35qw9 .style_taxInputItem__V5SyN sup{font-weight:400;font-size:.9rem}.style_popUpWrapper__iF27B .style_taxInputs__35qw9 .style_taxInputItem__V5SyN span:nth-of-type(3){min-width:35px;text-align:end}.style_popUpWrapper__iF27B .style_taxInputs__35qw9 .style_taxInputItem__V5SyN .style_taxTypeSelect__vHoSh{outline:1px solid rgba(6,14,40,.2);background:#060e28;color:#f2f2f2;border-radius:3px;font-size:1.1rem;line-height:1.8rem;padding:.2rem .3rem;cursor:pointer}.style_popUpWrapper__iF27B .style_taxInputs__35qw9 .style_taxInputItem__V5SyN .style_taxInputWrapper___opwD{display:flex;gap:3px;align-items:center;font-weight:700;font-size:1.1rem}.style_popUpWrapper__iF27B .style_taxInputs__35qw9 .style_taxInputItem__V5SyN .style_taxInputWrapper___opwD input{font-weight:500;text-align:end;max-width:6rem;outline:1px solid rgba(6,14,40,.2);background:#f9f9f9;border-radius:3px;font-size:1.1rem;line-height:1.8rem;padding:0 5px}.style_popUpWrapper__iF27B .style_taxInputs__35qw9 .style_taxInputItem__V5SyN .style_taxInputWrapper___opwD input::-webkit-inner-spin-button,.style_popUpWrapper__iF27B .style_taxInputs__35qw9 .style_taxInputItem__V5SyN .style_taxInputWrapper___opwD input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_popUpWrapper__iF27B .style_taxInputs__35qw9 .style_taxInputItem__V5SyN .style_taxInputWrapper___opwD input:disabled{color:#b1b1b1}.style_popUpWrapper__iF27B .style_taxInputs__35qw9 .style_taxItemLine__S6UMs{flex:1 1;height:3px;width:max-content;background:#7ffe00;border-radius:5px}.style_closeBtn__eef_g{position:absolute;right:10px;top:10px}.style_closeBtn__eef_g img{width:25px}.style_closeBtn__eef_g:hover{cursor:pointer}.style_saveTaxButton__1leNb{background:#7ffe00;color:#141414;border-radius:8px;font-weight:700;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out;font-size:1rem;justify-content:center;padding:1rem 0;border-radius:5px}.style_saveTaxButton__1leNb:hover{cursor:pointer;background:#77ef00}.style_saveTaxButton__1leNb>img{max-height:22px}.style_saveTaxButton__1leNb:disabled{color:#b1b1b1;background:#616161}.style_saveTaxButton__1leNb:disabled:hover{cursor:not-allowed}.style_popUpBackdrop__tgTki{position:fixed;min-width:100%;min-height:100%;background:rgba(39,45,52,.4);z-index:100;display:flex;justify-content:center;align-items:center}.style_popUpDisabled__2wzXj{display:none}.style_popUpWrapper__rMe2q{background:#fff;padding:30px 20px 20px;border-radius:5px;max-width:60vw;position:relative;min-height:max-content;display:flex;flex-direction:column}.style_popUpWrapper__rMe2q .style_taxSection__bmmcR{margin-bottom:1rem;background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 0 2rem rgba(0,0,0,.15)}.style_popUpWrapper__rMe2q .style_taxSection__bmmcR h3{font-size:1.4rem;margin-bottom:20px;color:#060e28;border-bottom:2px solid #63c600;padding-bottom:10px}.style_popUpWrapper__rMe2q .style_taxSection__bmmcR .style_taxInputs__QkGVA{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.style_popUpWrapper__rMe2q .style_taxSection__bmmcR .style_taxInputs__QkGVA label{display:flex;flex-direction:column;font-size:.9rem;color:#060e28}.style_popUpWrapper__rMe2q .style_taxSection__bmmcR .style_taxInputs__QkGVA label input,.style_popUpWrapper__rMe2q .style_taxSection__bmmcR .style_taxInputs__QkGVA label select{margin-top:5px;padding:8px;font-size:.9rem;border:2px solid hsla(0,0%,91%,.451);border-radius:4px;transition:border-color .3s ease}.style_popUpWrapper__rMe2q .style_taxSection__bmmcR .style_taxInputs__QkGVA label input:focus,.style_popUpWrapper__rMe2q .style_taxSection__bmmcR .style_taxInputs__QkGVA label select:focus{outline:none;border:2px solid #63c600}.style_popUpWrapper__rMe2q .style_taxSection__bmmcR .style_taxInputs__QkGVA label input:disabled,.style_popUpWrapper__rMe2q .style_taxSection__bmmcR .style_taxInputs__QkGVA label select:disabled{background-color:#f6f6f6;color:#616161}.style_popUpWrapper__rMe2q .style_taxSection__bmmcR .style_taxInputs__QkGVA label input[type=number]{width:80px}.style_popUpWrapper__rMe2q .style_taxSection__bmmcR .style_taxInputs__QkGVA label select{width:100%}.style_popUpWrapper__rMe2q .style_taxSection__bmmcR .style_updateTaxBtn__aQrIc{display:flex;align-items:center;gap:.5rem;margin-top:20px;padding:10px 20px;background-color:#63c600;color:#f2f2f2;font-weight:700;border-radius:4px;border:none;cursor:pointer;transition:background-color .3s ease}.style_popUpWrapper__rMe2q .style_taxSection__bmmcR .style_updateTaxBtn__aQrIc:hover{background-color:#66cb00}.style_popUpWrapper__rMe2q .style_taxSection__bmmcR .style_updateTaxBtn__aQrIc:disabled{background-color:#b1b1b1;color:#616161;cursor:not-allowed}.style_closeBtn__bC8n4{position:absolute;right:10px;top:10px}.style_closeBtn__bC8n4 img{width:25px}.style_closeBtn__bC8n4:hover{cursor:pointer}.style_heading__jPyeJ{font-size:1.4rem;font-weight:600;text-align:center}.style_divisionContent__uXi12{display:flex;gap:1rem;align-items:center}.style_divisionContent__uXi12 .style_divisionLogo__LYImZ{object-fit:cover;object-position:center;border:1px solid #f6f6f6;border-radius:50%;width:100px;height:100px;transition:all .2s ease-in-out}.style_divisionContent__uXi12 .style_divisionLogo__LYImZ:hover{filter:brightness(80%);cursor:pointer}.style_divisionContent__uXi12 .style_popUpsInputs___X73U{list-style:none;display:flex;flex-direction:column;gap:16px}.style_divisionContent__uXi12 .style_inputField__dYwrH:first-of-type input{font-weight:700;font-size:1.8rem;border-bottom:2px solid #272d34;max-width:-moz-fit-content;max-width:fit-content}.style_divisionContent__uXi12 .style_inputField__dYwrH:nth-of-type(2){display:flex;gap:10px;align-items:center}.style_divisionContent__uXi12 .style_inputField__dYwrH:nth-of-type(2) input{font-weight:400;font-size:1rem}.style_divisionContent__uXi12 .style_uploadImage__1mkEe{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px}.style_divisionContent__uXi12 .style_uploadImage__1mkEe input{width:100px;height:100px;position:absolute;z-index:2;opacity:0;top:0;left:0}.style_divisionContent__uXi12 .style_uploadImage__1mkEe input::-webkit-file-upload-button{cursor:pointer}.style_divisionContent__uXi12 .style_uploadImage__1mkEe input::file-selector-button{cursor:pointer}.style_divisionContent__uXi12 .style_uploadImage__1mkEe input:hover{cursor:pointer}.style_divisionContent__uXi12 .style_uploadImage__1mkEe input:hover~.style_divisionLogo__LYImZ{filter:brightness(80%);cursor:pointer}.style_divisionContent__uXi12 .style_uploadImage__1mkEe .style_divisionLogo__LYImZ{z-index:1}.style_saveBtn__qCIaN{background:#63c600;color:#f2f2f2;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out;padding:10px 40px;margin:20px 0;align-self:flex-end}.style_saveBtn__qCIaN:hover{cursor:pointer;background:#5bb700}.style_saveBtn__qCIaN>img{max-height:22px}.style_bluePrint__9gV9K{display:flex;gap:10px;justify-content:center;margin:.2rem 0}.style_bluePrint__9gV9K .style_uploadBlueprint__oBUj_{position:relative;background:#63c600;color:#f2f2f2;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out}.style_bluePrint__9gV9K .style_uploadBlueprint__oBUj_:hover{cursor:pointer;background:#5bb700}.style_bluePrint__9gV9K .style_uploadBlueprint__oBUj_>img{max-height:22px}.style_bluePrint__9gV9K .style_uploadBlueprint__oBUj_ img{width:20px;filter:invert(1)}.style_bluePrint__9gV9K .style_uploadBlueprint__oBUj_ input{max-width:max-content;position:absolute;width:100%;height:100%;left:0;opacity:0}.style_bluePrint__9gV9K .style_uploadBlueprint__oBUj_ input::-webkit-file-upload-button{cursor:pointer}.style_bluePrint__9gV9K .style_uploadBlueprint__oBUj_ input::file-selector-button{cursor:pointer}.style_bluePrint__9gV9K .style_downloadBlueprint__aN_9_{background:#f6f6f6;color:#141414;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out}.style_bluePrint__9gV9K .style_downloadBlueprint__aN_9_:hover{cursor:pointer;background:#eee}.style_bluePrint__9gV9K .style_downloadBlueprint__aN_9_>img{max-height:22px}.style_bluePrint__9gV9K .style_downloadBlueprint__aN_9_ img{width:20px}.style_alertMessage__zicTU{font-size:.9rem;color:#d73535}.style_successMessage__P6kxj{font-size:.9rem;text-align:center;color:#2ecc71}.style_partnersContent__2lAie{background:#060e28;display:flex;flex-direction:column;color:#f2f2f2;padding:2rem;margin:1rem 0}.style_partnersContent__2lAie .style_subHeading__brU_u{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.style_partnersContent__2lAie .style_partnersList__VdCk2{display:flex;flex-direction:column;gap:5px;max-height:160px;max-width:450px;overflow-y:scroll;padding-right:5px}.style_partnersContent__2lAie .style_partnersList__VdCk2::-webkit-scrollbar{width:8px;background:hsla(0,0%,92%,.2);border-radius:5px}.style_partnersContent__2lAie .style_partnersList__VdCk2::-webkit-scrollbar-thumb{background:rgba(61,235,0,.6);border-radius:5px}.style_partnersContent__2lAie .style_partnersList__VdCk2 .style_partnerHeader__nTHmM,.style_partnersContent__2lAie .style_partnersList__VdCk2 .style_partner__G5iay{display:flex;width:100%;justify-content:space-between;align-items:center;border-bottom:1px solid hsla(0,0%,95%,.5);padding:5px 3px}.style_partnersContent__2lAie .style_partnersList__VdCk2 .style_partnerHeader__nTHmM .style_partnerProfile__TThye,.style_partnersContent__2lAie .style_partnersList__VdCk2 .style_partner__G5iay .style_partnerProfile__TThye{display:flex;gap:10px;align-items:center}.style_partnersContent__2lAie .style_partnersList__VdCk2 .style_partnerHeader__nTHmM p,.style_partnersContent__2lAie .style_partnersList__VdCk2 .style_partner__G5iay p{width:120px;word-wrap:break-word}.style_partnersContent__2lAie .style_partnersList__VdCk2 .style_partnerHeader__nTHmM .style_partnerCPF__ZEi_4,.style_partnersContent__2lAie .style_partnersList__VdCk2 .style_partner__G5iay .style_partnerCPF__ZEi_4{min-width:max-content;flex-grow:1}.style_partnersContent__2lAie .style_partnersList__VdCk2 .style_partnerHeader__nTHmM img,.style_partnersContent__2lAie .style_partnersList__VdCk2 .style_partner__G5iay img{width:0;border-radius:50%;opacity:0}.style_partnersContent__2lAie .style_partnersList__VdCk2 .style_partner__G5iay{flex-grow:1}.style_partnersContent__2lAie .style_partnersList__VdCk2 .style_partner__G5iay:hover{cursor:pointer;background:hsla(0,0%,95%,.2)}.style_partnersContent__2lAie .style_partnersList__VdCk2 .style_partnerHeader__nTHmM{opacity:.5}.style_partnersContent__2lAie .style_addPartnerBtn__SzqUh{background:#060e28;color:#63c600;padding:10px 12px;border-radius:8px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:3px;transition:all .3s ease-in-out;align-self:flex-end;margin-top:.8rem}.style_partnersContent__2lAie .style_addPartnerBtn__SzqUh:hover{cursor:pointer;background:#04091b}.style_partnersContent__2lAie .style_addPartnerBtn__SzqUh>img{max-height:22px}.style_partnerAddForm__q_vBi{display:flex;width:100%;justify-content:space-between;align-items:center;gap:5px}.style_partnerAddForm__q_vBi input{opacity:.8;padding:5px 3px;border-bottom:1px solid hsla(0,0%,95%,.5)}.style_partnerAddForm__q_vBi input:first-of-type{width:125px}.style_partnerAddForm__q_vBi input:nth-of-type(2){width:max-content;flex-grow:1}.style_partnerAddForm__q_vBi input:nth-of-type(3){text-align:end;width:50px}.style_partnerAddForm__q_vBi input:nth-of-type(3)::-webkit-inner-spin-button,.style_partnerAddForm__q_vBi input:nth-of-type(3)::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_partnerAddForm__q_vBi input:nth-of-type(3)[type=number]{-moz-appearance:textfield}.style_saveBtnWrapper__4SqEi{display:flex;width:100%;justify-content:flex-end}.style_confirmPartnerWrapper__IlUMQ{margin-top:.8rem;width:100%;display:flex;justify-content:space-between}.style_confirmPartnerWrapper__IlUMQ .style_addPartnerBtn__SzqUh{margin:0}.style_mainContainer__xHwiE{display:flex;gap:20px;width:100%}.style_contentContainer__rn2dw{flex-grow:1;padding-left:16vw}.style_content__uVkw0{padding-right:3rem}@media(max-width:1080px){.style_content__uVkw0{padding:.5rem}.style_contentContainer__rn2dw{padding-left:0}}.style_container__Z6Gm2{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;background-color:#f4f6f8;padding:20px}.style_title___ybAF{font-size:3rem;color:#292929;font-weight:700}.style_subtitle__VOeE4{margin:20px 0;font-size:1.5rem;color:#606060}.style_button__9h_Ij{margin-top:20px;font-size:1rem;padding:10px 20px;background-color:#5f9521;color:#f2f2f2}.style_button__9h_Ij:hover{background-color:#77a900}