 body{zoom:1;cursor:default;background-color:var(--BODY_BG_COLOR);}body.no-scroll{margin:0;height:100%;overflow:hidden}::selection,::-moz-selection{color:#fff;background:var(--COLOR_BLUE);}::placeholder{color:var(--INPUT_PLACEHOLDER_COLOR);}.no-selection{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}.no-break{word-break:keep-all;width:max-content;}.border-green{border-color:#319d80;background-color:var(--COLOR_GREEN);color:#fff;}table.interactive tbody tr:hover td.border-green{border-color:#2a8d72;background-color:#329f82;}table.interactive tr:hover td.border-green::before,table.interactive tbody tr:hover td.border-green::before{border-color:#2a8d72;}td.border-blue{position:relative;border-color:#2e4b94;background-color:var(--COLOR_BLUE);color:#fff;}table.interactive tbody tr:hover td.border-blue{border-color:#284284;background-color:#3251a0;}table.interactive tr:hover td.border-green::before,table.interactive tbody tr:hover td.border-blue::before{border-color:#284284;}a,a:link,a:visited,a:active{text-decoration:none;font-weight:normal;color:var(--COLOR_BLUE);cursor:pointer;}a:hover{text-decoration:underline;}div.background-overlay{z-index:999998;position:fixed;left:0;width:100%;top:0;height:100%;backdrop-filter:blur(5px);background:rgba(0,0,0,0.4);}div.container{margin:5px auto;padding:5px 20px;width:calc(100% - 0px);max-width:1000px;min-height:calc(100vh - 70px);border:1px solid var(--CONTAINER_BORDER_COLOR);background-color:var(--CONTAINER_BG_COLOR);padding-bottom:20px;border-radius:5px;}div.container:has(div.topnav){padding-top:0;}div.section{border-radius:3px;background-color:#f4f5f7;padding:50px 10px;margin:50px 0px;border:1px solid var(--INPUT_BORDER_COLOR);}span.span-note-block{display:block;font-style:italic;color:#868b9e;font-size:13px;font-weight:400;}div.field-set{margin:10px 0px;padding:10px;border-radius:3px;border-radius:var(--INPUT_BORDER_RADIUS);background-color:#FFF;border:1px solid var(--INPUT_BORDER_COLOR);}div.watermark{opacity:0.9;margin:20px;margin-bottom:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;}div.watermark > div > a{font-size:12px;text-transform:uppercase;font-weight:500;color:rgb(63,71,86);}div.watermark > div{display:flex;justify-content:center;align-items:center;vertical-align:middle;gap:5px;}div.watermark > div > svg{min-width:12px;max-width:12px;min-height:12px;max-height:12px;fill:rgb(63,71,86);}div.watermark > img{opacity:1;width:110px;}div.button-fetch-more{margin:10px auto;display:flex;justify-content:center;align-items:center;background-color:var(--COLOR_SWATCH_1);padding:10px 5px;min-width:160px;border-radius:3px;cursor:pointer;}div.button-fetch-more > svg{min-width:30px;max-width:30px;min-height:30px;max-height:30px;fill:var(--INPUT_SVG_COLOR);}.svg-green > svg{fill:var(--COLOR_GREEN);}.svg-red > svg{fill:var(--COLOR_RED);}.svg-darkred > svg{fill:var(--COLOR_DARKRED);}.svg-blue svg,.svg-blue > svg{fill:var(--COLOR_BLUE);}.svg-blue-2 > svg{fill:var(--COLOR_BLUE_2);}.text-green{color:var(--COLOR_GREEN);}.text-code-color{color:var(--COLOR_BLUE);}.text-red > *,.text-red{color:var(--COLOR_RED);}.text-blue{color:var(--COLOR_BLUE);}.text-blue-2{color:var(--COLOR_BLUE_2);}.text-bold *,.text-bold{font-weight:600;}.mini-font-14{font-size:14px;text-align:end;}.text-currency{font-weight:600;font-size:15px;color:var(--COLOR_GREEN);margin:2px;}.svg-transfer > svg{fill:#ff953d;}.text-transfer{color:#ff953d;}.svg-production > svg{fill:#ae3dff;}.text-production{color:#ae3dff;}span.highlight{background-color:rgb(242,235,235);font-size:12px;;padding:5px;border-radius:5px;}ul.make-tags{margin:10px 0px;list-style:none;display:flex;flex-wrap:wrap;justify-content:left;gap:5px;}ul.make-tags > label{color:var(--BODY_COLOR);border-radius:var(--INPUT_BORDER_RADIUS);padding:10px 14px;background-color:#fff;border:1px solid var(--BORDER_COLOR);cursor:pointer;display:flex;align-items:center;gap:8px;}ul.make-tags > label > svg{max-width:15px;min-width:15px;max-height:15px;min-height:15px;color:var(--BODY_COLOR);}ul.make-tags > label > div > span{font-weight:100;color:var(--COLOR_BLUE);}ul.make-tags > label > div{font-weight:500;font-size:20px;text-transform:uppercase;color:var(--BODY_COLOR);}ul.make-tags > label > input{display:none;}ul.make-tags > label:has(input:checked) > svg{fill:#FFF;}ul.make-tags > label:has(input:checked) > div > span{color:#fff;}ul.make-tags > label:has(input:checked) > div{color:#FFF;}ul.make-tags > label:has(input:checked){border-color:var(--COLOR_BLUE_2);background-color:var(--COLOR_BLUE);}div.line > *,div.line > span > *{margin:0px 2px;}div.line,div.line > span{word-break:break-all;gap:5px;}div.line > span > span,div.line > span{font-weight:500;font-size:14px;}div.line > span > svg,div.line > svg{vertical-align:middle;max-width:14px;min-width:14px;max-height:14px;min-height:14px;fill:var(--BODY_COLOR);}div.payment-warning{display:flex;align-items:center;gap:20px;border:2px dashed var(--COLOR_RED);padding:10px 20px;margin:10px auto;max-width:500px;border-radius:5px;}div.payment-warning > svg{min-width:40px;max-width:40px;min-height:40px;max-height:40px;fill:var(--COLOR_RED);;}div.payment-warning > div{color:var(--COLOR_RED);;line-height:25px;}@media screen and (max-width:1000px){div.container{margin:2px auto;padding:5px 5px;}}div.settings-form-container{margin:0 auto;max-width:600px;}div.form-container{padding:20px;margin:0 auto;max-width:500px;}div.transaction-container{display:flex;padding:10px;}div.transaction-container > div:nth-child(1){width:calc(100% - 600px);}div.transaction-container > div:nth-child(2){width:600px;padding:10px;}div.wide-screen{width:calc(100vw - 20px);margin-left:calc(-50vw + 50% + 10px);display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;}div.wide-screen::-webkit-scrollbar{display:none;}div.contact-card{display:flex;align-items:center;gap:30px;}div.contact-card > div:nth-child(1) > svg{max-width:70px;min-width:70px;max-height:70px;min-height:70px;fill:var(--bodyColor);}div.contact-card > div:nth-child(2) > ul{list-style:none;}div.contact-card > div:nth-child(2) > ul > li{margin:10px 0px;display:flex;gap:10px;}div.contact-card > div:nth-child(2) > ul > li > svg{max-width:var(--iconSizeA);min-width:var(--iconSizeA);max-height:var(--iconSizeA);min-height:var(--iconSizeA);fill:var(--bodyColor);}div.contact-card > div:nth-child(2) > ul > li.name{font-size:30px;}div.product-image-container{margin:10px auto;border-radius:15px;overflow:hidden;display:table;position:relative;}div.product-image-container > div.button-delete{background-color:var(--BODY_COLOR);padding:10px;cursor:pointer;position:absolute;right:5px;top:5px;border-radius:5px;}div.product-image-container > div.button-delete > svg{fill:#fff;width:25px;height:25px;}div.product-image-container > img{width:100%;max-width:500px;}div.add-contact-container{overflow:hidden;display:flex;margin:5px 0px;border:1px solid var(--INPUT_BORDER_COLOR);border-radius:var(--INPUT_BORDER_RADIUS);background-color:#FFF;}div.add-contact-container > div:first-child{width:calc(100% - 0px);cursor:pointer;transition:all 0.1s linear;padding:20px;display:flex;justify-content:left;align-items:center;gap:9px;}div.add-contact-container > div:first-child > svg{min-width:16px;max-width:16px;min-height:16px;max-height:16px;fill:var(--BODY_COLOR);}div.add-contact-container > div:first-child > img{width:70px;}div.add-contact-container > div:hover{background-color:#edeefb;border-color:#c2d3dd;}div.add-contact-container > div:last-child:has(*){display:flex;justify-content:center;align-items:center;cursor:pointer;padding:10px;}div.add-contact-container > div:last-child > svg{max-width:20px;min-width:20px;max-height:20px;min-height:20px;}div.search-contact-container{z-index:999999999999;left:50%;top:50%;padding:5px;border-radius:3px;transform:translate(-50%,-50%);position:fixed;height:100vh;width:calc(100% - 20px);max-height:calc(100vh - 100px);background-color:var(--CONTAINER_BG_COLOR);display:flex;flex-direction:column;padding-top:60px;}div.search-contact-container > div.search-wrapper > label > div{}div.search-contact-container > div.search-wrapper{z-index:9999;position:-webkit-sticky;left:0;top:0;}div.search-contact-container > div.contacts-wrapper{overflow:scroll;}div.search-contact-container > div.contacts-wrapper,div.search-contact-container > div.search-wrapper{margin:4px auto;width:100%;}div.search-contact-container > div.close-container > div{display:flex;align-items:center;gap:10px;}div.search-contact-container > div.close-container > div > span{text-transform:uppercase;color:#FFF;font-size:20px;font-weight:700;}div.search-contact-container > div.close-container > div > svg{min-width:25px;max-width:25px;min-height:25px;max-height:25px;fill:#fff;}div.search-contact-container > div.close-container > svg{min-width:30px;max-width:30px;min-height:30px;max-height:30px;fill:#fff;}div.search-contact-container > div.close-container{padding:0px 20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;z-index:inherit;position:absolute;top:10px;left:50%;transform:translateX(-50%);width:100%;height:50px;max-width:350px;background-color:var(--COLOR_BLUE);}ul.page-nav{display:flex;justify-content:space-between;align-items:center;}ul.page-nav > li{display:flex;align-items:center;justify-content:center;gap:10px;list-style:none;margin:2px;}ul.page-nav > li > a > svg{min-width:20px;max-width:20px;min-height:20px;max-height:20px;fill:var(--BODY_COLOR);}ul.page-nav > li > a > span{font-weight:500;font-size:18px;}ul.page-nav > li > a{transition:all 0.1s linear;color:var(--BODY_COLOR);display:block;background-color:#fff;border:1px solid var(--BORDER_COLOR);padding:15px 20px;border-radius:var(--INPUT_BORDER_RADIUS);}ul.page-nav > li > a:hover{background-color:var(--COLOR_BLUE);border-color:var(--COLOR_BLUE);text-decoration:none;}ul.page-nav > li > a:hover span{color:#FFF;}ul.page-nav > li > a:hover svg{fill:#fff;}div.document-date-header{padding:10px;display:flex;justify-content:left;align-items:center;gap:10px;font-size:25px;}div.document-date-header > svg{min-width:20px;max-width:20px;max-height:20px;min-height:20px;fill:var(--bodyColor);}div.container-print{margin:0 auto;max-width:1000px;}div.balance-indicator-main{margin:10px;display:block;width:fit-content;}div.balance-indicator-main > div:first-child{display:none;padding:10px;font-size:18px;font-weight:400;}div.balance-indicator-main > div:last-child{display:block;font-size:25px;font-weight:600;}div.negative-value > div:first-child{background-color:var(--COLOR_DARKRED);}div.negative-value > div{color:var(--COLOR_RED);}div.positive-value > div{color:var(--COLOR_BLUE);}div.depot-card-wrapper{margin:10px 0px;border-radius:2px;border-radius:5px;padding:10px;border:1px solid var(--BORDER_COLOR);}div.h1_export_summary{text-align:center;margin:100px 10px;text-decoration:underline;font-size:35px;font-weight:600;color:var(--colorBlue);}div.h1_export_summary > span{font-weight:600;color:var(--colorGreen-2);}@media screen and (max-width:1000px){div.add-contact-container > div:first-child > img{display:none;}}nav{overflow:hidden;background-color:var(--NAV_BG_COLOR);position:sticky;position:-webkit-sticky;z-index:99999;padding:4px;border-radius:var(--borde);top:0;left:0;width:100%;}nav > ul{overflow-x:hidden;list-style:none;display:flex;flex-wrap:nowrap;gap:4px;padding:0px 0px;flex-direction:row;justify-content:center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;}nav > ul::-webkit-scrollbar{display:none;}nav > ul > a,nav > ul > a:link,nav > ul > a:active,nav > ul > a:visited{display:flex;align-items:center;justify-content:left;flex-direction:row;background-color:var(--NAV_TAB_BG_COLOR);transition:background 0.1s linear;padding:7px 15px;gap:8px;border-radius:var(--INPUT_BORDER_RADIUS);}nav > ul > a:hover{background-color:var(--NAV_TAB_HOVER_BG_COLOR);}nav > ul > a > div > img{width:35px;border-radius:100px;}nav > ul > a > span{color:var(--NAV_TAB_COLOR);font-size:var(--NAV_TAB_FONT_SIZE);font-weight:500;text-transform:uppercase;}nav > ul > a > svg{fill:var(--NAV_TAB_COLOR);min-width:var(--NAV_TAB_SVG_SIZE_MINI);max-width:var(--NAV_TAB_SVG_SIZE_MINI);min-height:var(--NAV_TAB_SVG_SIZE_MINI);max-height:var(--NAV_TAB_SVG_SIZE_MINI);}nav > ul > a,nav > ul > a > *{cursor:pointer;}nav > ul > a:hover{text-decoration:none;}nav > ul > a:hover span{color:var(--NAV_TAB_HOVER_COLOR);}nav > ul > a:hover svg{FILL:var(--NAV_TAB_HOVER_COLOR);}nav > ul > a.current{background:var(--NAV_TAB_BG_COLOR_CURRENT);}nav > ul > a.current span{color:var(--NAV_TAB_COLOR_CURRENT);}nav > ul > a.current > svg{fill:var(--NAV_TAB_COLOR_CURRENT);}@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}div.loading-bar{z-index:99999999999;position:absolute;top:0px;left:0;height:3px;width:100%;background:repeating-linear-gradient(to right,#FFFFFF00 0%,#FFFFFF00 30%,#ffdc52 40%,#eccc4b 70%,#FFFFFF00 80%,#FFFFFF00 100%);background:repeating-linear-gradient(to right,#FFFFFF00 0%,#FFFFFF00 30%,var(--COLOR_BLUE) 40%,var(--COLOR_BLUE) 70%,#FFFFFF00 80%,#FFFFFF00 100%);background-size:200% auto;background-position:0 100%;animation:gradient 1s infinite;animation-fill-mode:forwards;animation-timing-function:linear;}@media screen and (max-width:1000px){nav > ul{justify-content:left;}nav > ul > a > svg{min-width:var(--NAV_TAB_SVG_SIZE_MEGA);max-width:var(--NAV_TAB_SVG_SIZE_MEGA);min-height:var(--NAV_TAB_SVG_SIZE_MEGA);max-height:var(--NAV_TAB_SVG_SIZE_MEGA);}nav > ul > a,nav > ul > a:link,nav > ul > a:active,nav > ul > a:visited{border-radius:5px;}nav > ul > a > span{display:none;}}div.topnav{background-color:var(--TOPNAV_BG_COLOR);z-index:9;margin:0px auto;list-style:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;gap:5px;position:relative;width:100%;width:calc(100vw - 10px);position:relative;left:calc(-50vw + calc(50% + 5px));overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;min-width:0;display:flex;justify-content:center;margin-bottom:10px;}div.topnav::-webkit-scrollbar{display:none;}div.topnav > a{flex:0 0 auto;white-space:nowrap;display:flex;align-items:center;gap:10px;padding:10px 15px;background-color:var(--TOPNAV_TAB_BG_COLOR);border:1px solid var(--TOPNAV_TAB_BORDER_COLOR);border-radius:var(--INPUT_BORDER_RADIUS);cursor:pointer;transition:all 0.1s linear;}div.topnav > a > span{z-index:9999999;text-align:right;font-weight:500;color:var(--TOPNAV_TAB_COLOR);font-size:var(--TOPNAV_TAB_FONT_SIZE);}div.topnav > a > svg{fill:var(--TOPNAV_TAB_SVG_COLOR);min-width:var(--TOPNAV_TAB_SVG_SIZE);min-height:var(--TOPNAV_TAB_SVG_SIZE);max-width:var(--TOPNAV_TAB_SVG_SIZE);max-height:var(--TOPNAV_TAB_SVG_SIZE);}div.topnav > a:hover span{color:var(--TOPNAV_TAB_COLOR_HOVER);border-color:var(--TOPNAV_TAB_BORDER_COLOR_HOVER);}div.topnav > a:hover{background-color:var(--TOPNAV_BG_COLOR_HOVER);border-color:var(--TOPNAV_BG_COLOR_HOVER);cursor:pointer;text-decoration:none;}div.topnav > a:hover svg{fill:#fff;}div.topnav > a.button-green > svg{fill:#fff;}div.topnav > a.button-green{background-color:var(--COLOR_GREEN);border-color:var(--COLOR_GREEN);;}div.topnav > a.button-green > span{color:#fff;}@media screen and (max-width:1000px){div.topnav{justify-content:left;}}ul.tabs{margin:5px 0px;top:2px;z-index:99;list-style:none;display:flex;justify-content:center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:0px;}ul.tabs::-webkit-scrollbar{display:none;}ul.tabs > li{cursor:pointer;font-size:23px;font-weight:400;width:100%;display:flex;justify-content:center;align-items:center;background-color:var(--TAB_BG_COLOR);border:1px solid var(--TAB_BORDER_COLOR);gap:20px;word-break:keep-all;padding:10px 0px;border-right:none;}ul.tabs > li:first-child{border-radius:var(--TAB_BORDER_RADIUS) 0px 0px var(--TAB_BORDER_RADIUS);}ul.tabs > li:last-child{border-radius:0px var(--TAB_BORDER_RADIUS) var(--TAB_BORDER_RADIUS) 0px;border-right:1px solid var(--TAB_BORDER_COLOR);;}ul.tabs > li.export{}:root{--tab_icon_size_ratio:0.7;}ul.tabs > li > svg{width:calc(var(--SVG_SIZE_A) * var(--tab_icon_size_ratio));min-width:calc(var(--SVG_SIZE_A) * var(--tab_icon_size_ratio));height:calc(var(--SVG_SIZE_A) * var(--tab_icon_size_ratio));min-height:calc(var(--SVG_SIZE_A) * var(--tab_icon_size_ratio));fill:var(--TAB_SVG_COLOR);}ul.tabs > li > div{white-space:nowrap;word-break:keep-all;font-size:20px;text-transform:uppercase;font-weight:500;color:var(--TAB_COLOR);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}ul.tabs > li > span{white-space:nowrap;padding:2px 10px;height:30px;font-size:22px;font-weight:500;display:flex;justify-content:center;align-items:center;border-radius:5px;word-break:keep-all;}ul.tabs > li.active{color:var(--TAB_ACTIVE_COLOR);background-color:var(--TAB_ACTIVE_BG_COLOR);border-color:var(--TAB_ACTIVE_BORDER_COLOR);}ul.tabs > li.active > svg{fill:var(--TAB_ACTIVE_COLOR);}ul.tabs > li.active > div{color:var(--TAB_ACTIVE_COLOR);}div.tab-content{position:relative;display:none;}div.active{display:block;}ul.tabs > li{position:relative}ul.tabs > li > span{color:#fff;background-color:var(--COLOR_GREEN);}ul.tabs > li.active > span{color:#fff;background-color:var(--COLOR_GREEN);}@media screen and (max-width:800px){}div.flash-success,div.flash-fail{display:flex;justify-content:left;font-weight:bold;cursor:pointer;position:relative;font-size:15px;border:1px solid;padding:15px 20px;padding-right:50px;text-transform:uppercase;}div.flash-success{border-color:var(--color-success);background-color:var(--color-success);color:#fff;}div.flash-fail{border-color:var(--color-error);background-color:var(--color-error);color:#fff;}div.flash-success > div,div.flash-fail > div{display:table;padding-left:45px;position:relative;}div.flash-success::before,div.flash-fail::before,div.flash-success > div::after,div.flash-fail > div::after{position:absolute;content:" ";left:5px;top:50%;transform:translateY(-50%);width:30px;height:30px;background-image:url(../vectors/sprite.svg);background-size:calc(800px / 3.333) calc(2000px / 3.333);}div.flash-success::before,div.flash-fail::before{background-position-x:calc(30px * -1);background-position-y:calc(30px * -6);left:auto;right:5px;}div.flash-fail > div::after{background-position-x:calc(30px * -1);background-position-y:calc(30px * -5);}div.flash-success > div::after{background-position-x:calc(30px * -1);background-position-y:calc(30px * -5);}div.keypad-container{margin:0px auto;}div.keypad-container > div.control-key-wrapper{margin:2px auto;display:grid;grid-template-columns:repeat(2,1fr);gap:3px;}div.keypad-container > div.control-key-wrapper > div{border:1px solid var(--INPUT_BORDER_COLOR);display:flex;justify-content:center;align-items:center;padding:5px;font-size:30px;font-weight:400;cursor:pointer;border-radius:3px;background-color:var(--INPUT_BG_COLOR);border-color:var(--INPUT_BORDER_COLOR);;color:var(--INPUT_COLOR);;gap:10px;}div.keypad-container > div.control-key-wrapper > div > svg{fill:INPUT_SVG_COLOR;width:25px;height:25px;}div.keypad-container > div.key-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;}div.keypad-container > div.key-wrapper > div{border:1px solid var(--INPUT_BORDER_COLOR);display:flex;justify-content:center;align-items:center;aspect-ratio:2;font-size:28px;font-weight:500;cursor:pointer;border-radius:3px;background-color:#fff;border-color:var(--INPUT_BORDER_COLOR);color:var(--BODY_COLOR);background-color:var(--INPUT_BG_COLOR);border-color:var(--INPUT_BORDER_COLOR);color:var(--INPUT_COLOR);;}div.keypad-container > div > div:active{background-color:var(--BODY_COLOR);color:#fff;}div.keypad-container > div > div.enter:active,div.keypad-container > div > div.enter{background-color:#dde0eb;font-size:40px;color:#545a68;background-color:#353f58;border-color:none;color:#fff;}div.keypad-container > div > div.ready{background-color:var(--COLOR_GREEN);color:#fff;}div.keypad-container > div > div:active svg{fill:#58420e;}div.input-wrapper,div.price-input-wrapper,div.quantity-input-wrapper{background-color:var(--INPUT_BG_COLOR);overflow:hidden;border:1px solid var(--INPUT_BORDER_COLOR);border-radius:3px;margin:0px auto;display:flex;width:min-content;align-items:center;}div.input-wrapper > *:nth-child(1),div.price-input-wrapper > *:nth-child(1),div.quantity-input-wrapper > *:nth-child(2){min-width:100px;text-align:center;}div.quantity-input-wrapper > *:nth-child(1),div.quantity-input-wrapper > *:nth-child(3){display:flex;justify-content:center;align-items:center;padding:5px;background-color:var(--quantity-control-button-bg);}div.quantity-input-wrapper > *:nth-child(1) > svg,div.quantity-input-wrapper > *:nth-child(3) > svg{border-radius:100%;padding:4px;width:28px;height:28px;}div.quantity-input-wrapper > *:nth-child(1) > svg{fill:var(--COLOR_RED);}div.quantity-input-wrapper > *:nth-child(2){}div.quantity-input-wrapper > *:nth-child(3) > svg{fill:var(--COLOR_GREEN);}div.info-row{display:flex;gap:20px;}div.info-row > div{display:flex;flex-direction:column;gap:3px;justify-content:top;}div.info-row > div > div.header-2,div.info-row > div > div.header{display:flex;align-items:center;gap:10px;}div.info-row > div > div.header-2{gap:5px;}div.info-row > div > div.header,div.info-row > div > div.header > span,div.info-row > div > div.header > div,div.info-row > div > div.header > span{text-transform:uppercase;font-weight:500;font-size:22px;}div.info-row > div.header > svg,div.info-row > div > div.header > svg{min-width:20px;max-width:20px;min-height:20px;max-height:20px;}div.info-row > div > div.header-2{}div.info-row > div > div.header-2,div.info-row > div > div.header-2 > span,div.info-row > div > div.header-2 > div,div.info-row > div > div.header-2 > span{text-transform:uppercase;font-weight:500;font-size:18px;}div.info-row > div.header-2 > svg,div.info-row > div > div.header-2 > svg{min-width:18px;max-width:18px;min-height:18px;max-height:18px;}div.image-container{border:1px solid var(--INPUT_BORDER_COLOR);overflow:hidden;border-radius:5px;height:min-content;}div.image-container > img{max-width:100px;}div.info-row > div.description{font-size:18px;}div.parts{text-align:left;}div.parts > span{margin:1px;border-radius:2px;background-color:var(--INFO_ROW_PART_BG_COLOR);}div.parts > span.make{background-color:rgb(212,221,243);}div.parts > span.model{background-color:rgb(212,243,216);}div.parts > span.calendar{background-color:rgb(235,212,243);}div.parts > span > svg,div.parts > svg{fill:#505063;min-width:13px;min-height:13px;max-width:13px;max-height:13px;margin:0px 4px;}div.info-row > div.transactions{display:flex;flex-wrap:wrap;align-items:center;gap:15px;}div.info-row > div.transactions > div > div{font-size:14px;font-weight:500;}div.info-row > div.transactions > div{display:flex;align-items:center;gap:5px;}div.info-row > div.transactions > div > svg{min-width:14px;min-height:14px;max-width:14px;max-height:14px;}div.info-row > div.transaction-note{text-decoration:underline;display:flex;align-items:center;gap:5px;}div.info-row > div.transaction-note > svg{fill:#505063;width:14px;height:14px;}div.info-row > div.transaction-note > span{display:flex;justify-content:left;align-items:center;font-size:14px;}div.info-row > div.tel{display:flex;justify-content:left;align-items:center;gap:5px;}div.info-row > div.tel > svg{min-width:20px;max-width:20px;min-height:20px;max-height:20px;fill:#505063;}div.info-row > div.tel > div{font-weight:600;}div.info-row > div.address{font-weight:400;font-size:13px;}div.info-row > div.operation_import > svg{fill:var(--COLOR_BLUE);}div.info-row > div.operation_import > div{color:var(--COLOR_BLUE);}div.info-row > div.operation_export > svg{fill:var(--COLOR_GREEN);}div.info-row > div.operation_export > div{color:var(--COLOR_GREEN);}div.info-row > div.operation_transafer > svg{fill:var(--COLOR_BLUE_2);}div.info-row > div.operation_transafer > div{color:var(--COLOR_BLUE_2);}div.info-row > div.operation_production > svg{fill:var(--COLOR_PURPLE);}div.info-row > div.operation_production > div{color:var(--COLOR_PURPLE);}div.info-row > div:nth-child(2) > div.sum > span{font-size:20px;font-weight:600;}table{overflow:hidden;border-collapse:collapse;border-spacing:0;width:100%;}th{background-color:var(--TABLE_TH_BG_COLOR);text-transform:capitalize;color:var(--TABLE_TH_COLOR);font-weight:500;font-size:15px;height:30px;border:none;}td{padding:15px 10px;position:relative;font-weight:400;font-size:20px;}tr:nth-child(odd){background-color:var(--TABLE_TD_ODD_BG_COLOR);}tr:nth-child(even){background-color:var(--TABLE_TD_EVEN_BG_COLOR);}table.align-text-center td,table.align-text-center th{text-align:center;}td.icon-inside-red,td.icon-inside-green,th.icon-inside,td.icon-inside{max-width:calc(var(--TABLE_SVG_SIZE) * 1.87);min-width:calc(var(--TABLE_SVG_SIZE) * 1.87);}tbody > tr > td.icon-inside-infinity{}td.icon-inside-infinity > svg{display:block;margin:0 auto;fill:var(--COLOR_BLUE);max-width:calc(var(--TABLE_SVG_SIZE) * 1.4);min-width:calc(var(--TABLE_SVG_SIZE) * 1.4);max-height:calc(var(--TABLE_SVG_SIZE) * 1.4);min-height:calc(var(--TABLE_SVG_SIZE) * 1.4);}th.icon-inside-center > svg,td.icon-inside-center > svg,td.icon-inside-red > svg,th.icon-inside-red > svg,td.icon-inside > div > svg,td.icon-inside > a > svg,th.icon-inside > svg,td.icon-inside > svg{cursor:pointer;display:flex;min-width:var(--TABLE_SVG_SIZE);max-width:var(--TABLE_SVG_SIZE);min-height:var(--TABLE_SVG_SIZE);max-height:var(--TABLE_SVG_SIZE);margin:1px auto;}th.icon-inside-green > svg,td.icon-inside-green > svg{fill:var(--COLOR_GREEN);}th.icon-inside-red > svg,td.icon-inside-red > svg{fill:var(--COLOR_RED);}th.icon-inside-center > svg,td.icon-inside-center > svg{margin:0 auto;}td.outgoing > svg{fill:var(--colorRed);}td.incoming > svg{fill:var(--colorGreen);}td.expense > svg{fill:var(--colorYellow);}td.bank > svg{fill:var(--colorBlue);}td.cash > svg{fill:var(--colorGreen);}td.export > svg{fill:var(--colorGreen);}td.tag-inside{position:relative;width:25px;}td.tag-inside > svg{max-height:26px;min-height:26px;max-width:26px;min-width:26px;}tr.error,tr.error td{color:var(--TABLE_TR_ERROR_COLOR);border-color:var(--TABLE_TR_ERROR_BORDER_COLOR);background-color:var(--TABLE_TR_ERROR_BG_COLOR);}tr.warning,tr.warning{color:var(--TABLE_TR_WARNING_COLOR);background-color:var(--TABLE_TR_WARNING_BG_COLOR);border-color:var(--TABLE_TR_WARNING_BORDER_COLOR);}tr.processed,tr.processed td{background-color:var(--TABLE_TR_PROCESSED_BG_COLOR);border-color:var(--TABLE_TR_PROCESSED_BORDER_COLOR);}tr.unprocessed,tr.unprocessed td{border-color:var(--TABLE_TR_PROCESSED_BORDER_COLOR);background-color:var(--TABLE_TR_PROCESSED_BG_COLOR);color:var(--TABLE_TR_PROCESSED_COLOR);}td.text-align-right,th.text-align-right{text-align:right;}table.text-align-center th,table.text-align-center td{text-align:center;}td.text-align-center{text-align:center;}td.single-row-message{font-size:25px;text-align:center;}td > div.td-info{display:flex;justify-content:center;align-items:center;padding:20px;gap:20px;}td > div.td-info > span{text-decoration:underline;font-size:20px;text-transform:uppercase;font-weight:500;}td > div.td-info > svg{max-width:var(--SVG_SIZE_A);min-width:var(--SVG_SIZE_A);max-height:var(--SVG_SIZE_A);min-height:var(--SVG_SIZE_A);fill:var(--BODY_COLOR);}td.quantity{text-align:center;}td.quantity > *{text-align:center;white-space:nowrap;font-size:20px;}td.price{text-align:center;white-space:nowrap;font-weight:500;font-size:20px;}td.nonbreakable{white-space:nowrap;}td.unit-price{background-color:var(--TD_UNIT_PRICE_BG_COLOR);}td > div.td-info{display:flex;justify-content:center;align-items:center;padding:20px;gap:20px;}td > div.td-info > span{text-decoration:underline;font-size:20px;text-transform:uppercase;font-weight:600;}td > div.td-info > svg{width:var(--iconSizeC);min-width:var(--iconSizeC);height:var(--iconSizeC);min-height:var(--iconSizeC);fill:var(--bodyColor);}th.column-size{width:33.33%}table.interactive tr:focus-within td,table.interactive tbody tr:focus-within,table.interactive tbody tr:hover td,table.interactive tbody tr:hover{transition:all 0.07s linear;cursor:pointer;background-color:var(--TR_HOVER_BG_COLOR);}table.interactive tr:focus-within td,table.interactive tr:hover td{border-color:var(--TR_HOVER_BORDER_COLOR);}table.interactive tr:focus-within td::before,table.interactive tr:hover td::before{content:'';position:absolute;top:-1px;left:0;right:0;height:1px;border-top:1px solid var(--TR_HOVER_BORDER_COLOR);border-collapse:separate;border-spacing:0;}td input[type=number]{background-color:var(--INPUT_BG_COLOR);}td.product-info > div.codes > div.product-legalcode,td.product-info > div.codes > div.product-code{font-weight:500;font-size:20px;}td.product-info > div.codes > div.product-legalcode{color:var(--LEGAL_CODE_COLOR);text-decoration:underline;font-size:17px;}tr:first-child{border:none;}td > span.discount{text-decoration:underline;color:var(--COLOR_RED);font-weight:bold;font-size:13px;vertical-align:super;}div.indexing{font-weight:500;font-size:15px;}td.negative-value{color:var(--colorRed);}td.positive-value{color:var(--colorBlue);}div.table-wrapper{margin:0 auto;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;min-width:0;border:0px solid var(--TABLE_TD_BORDER_COLOR);border-radius:20px;}div.table-wrapper:has(table > tbody > tr){border:1px solid var(--TABLE_TD_BORDER_COLOR);}div.table-wrapper-wider{width:calc(100vw - 10px);position:relative;left:calc(-50vw + calc(50% + 5px));overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;min-width:0;}div.table-wrapper::-webkit-scrollbar{position:absolute;display:none;}div.transaction-window-table-x{border-top:1px solid var(--borderColor);border-bottom:1px solid var(--borderColor);overflow:auto;max-height:400px;box-shadow:inset 0px -3px 3px rgba(0,0,0,0.3);}td.td-sticky{right:0;background-color:#f0f0f7;border-color:#f3f3f6;z-index:1;position:-webkit-sticky;position:sticky;}td.td-sticky,td{border-bottom:1px solid #e7e8ef;}tr:last-child td{border:none;}tr.out-of-stock{opacity:0.6;}td.thumb-inside{width:100px;}td.thumb-inside > img{border-radius:5px;border:1px solid var(--borderColor);width:90px;height:90px;}td.index{text-align:center;width:20px;}div.transaction-summary{margin:10px;display:flex;flex-direction:column;gap:2px;}div.transaction-summary> div{}div.transaction-summary> div:has(*){background-color:var(--inputBg);border:1px solid var(--borderColor);padding:10px;border-radius:5px;}div.transaction-summary> div.total:has(*){background-color:rgb(0,115,255);color:#fff;}div.transaction-summary> div:has(*) > div{font-weight:500;font-size:19px;}div.transaction-summary> div{display:flex;gap:10px;}div.transaction-summary> div.icon-increase > svg{fill:var(--colorGreen-2);}div.transaction-summary> div.icon-decrease > svg{fill:var(--colorRed);}div.transaction-summary> div > svg{min-width:20px;max-width:20px;min-height:20px;max-height:20px;}td.increase{color:var(--colorGreen-2);}td.decrease{color:var(--colorRed);}td.icon-increase > svg{fill:var(--colorGreen-3);}td.icon-decrease > svg{fill:var(--colorRed);}td > div.percent{font-size:13px;font-weight:600;}td.column-quantity{background-color:#f7edf9;background:none;}td.column-cost-price{background-color:#fbf3ef;}td.column-total{background-color:#eef2fa;}td.column-sale-price,td.column-profit{background-color:#f2fbf2;}tfoot > tr > td > select{width:min-content;}tfoot > tr > td > select,tfoot > tr > td > input[type=text]{margin:0 auto;font-size:14px;text-align:center;color:var(--colorBlue);}tr.invoice-import{}tr.invoice-export{}tr.invoice-transfer{}tr.invoice-production{}tr.in-basket{position:relative;background-color:var(--TABLE_TR_IN_BASKET_BG_COLOR);border-color:var(--TABLE_TR_IN_BASKET_BORDER_COLOR);color:var(--BODY_COLOR);border-collapse:separate;border-spacing:0;}tr.in-basket td::before{content:'';position:absolute;top:-1px;left:0;right:0;height:1px;border-color:1px solid var(--TABLE_TR_IN_BASKET_BG_FOCUS_COLOR);border-collapse:separate;border-spacing:0;}tr.in-basket:focus-within td,tr.in-basket:focus-within,tr.in-basket:hover td,tr.in-basket:hover{cursor:pointer;background-color:var(--TABLE_TR_IN_BASKET_BG_FOCUS_COLOR);border-color:var(--TABLE_TR_IN_BASKET_BORDER_FOCUS_COLOR);}tr.in-basket:focus-within td::before,tr.in-basket:hover td::before{content:'';position:absolute;top:-1px;left:0;right:0;height:1px;border-color:var(--TABLE_TR_IN_BASKET_BORDER_FOCUS_COLOR);border-collapse:separate;border-spacing:0;}td > svg,th > svg{fill:var(--BODY_COLOR);}tr.total td{font-weight:500;font-size:15px;background-color:rgb(239,240,244);}@media screen and (max-width:600px){div.transaction-window-table,div.table-wrapper{margin:2px 0px;width:calc(100% - 0px);margin-left:auto;}td.hide-narrow,th.hide-narrow{display:none;}div.info-row > div.quantity-narrow,div.info-row > div.header-narrow{display:flex;}td{padding:15px 3px;}}div.info-row{display:flex;gap:20px;}div.info-row > div{display:flex;flex-direction:column;gap:3px;justify-content:top;}div.info-row > div > div.header-2,div.info-row > div > div.header{display:flex;align-items:center;gap:10px;}div.info-row > div > div.header-2{gap:5px;}div.info-row > div > div.header,div.info-row > div > div.header > span,div.info-row > div > div.header > div,div.info-row > div > div.header > span{text-transform:uppercase;font-weight:500;font-size:22px;}div.info-row > div.header > svg,div.info-row > div > div.header > svg{min-width:20px;max-width:20px;min-height:20px;max-height:20px;}div.info-row > div > div.header-2{}div.info-row > div > div.header-2,div.info-row > div > div.header-2 > span,div.info-row > div > div.header-2 > div,div.info-row > div > div.header-2 > span{text-transform:uppercase;font-weight:500;font-size:18px;}div.info-row > div.header-2 > svg,div.info-row > div > div.header-2 > svg{min-width:18px;max-width:18px;min-height:18px;max-height:18px;}div.image-container{border:1px solid var(--INPUT_BORDER_COLOR);overflow:hidden;border-radius:5px;height:min-content;}div.image-container > img{max-width:100px;}div.info-row > div.description{font-size:18px;}div.parts{text-align:left;}div.parts > span{margin:1px;border-radius:2px;background-color:var(--INFO_ROW_PART_BG_COLOR);}div.parts > span.make{background-color:rgb(212,221,243);}div.parts > span.model{background-color:rgb(212,243,216);}div.parts > span.calendar{background-color:rgb(235,212,243);}div.parts > span > svg,div.parts > svg{fill:#505063;min-width:13px;min-height:13px;max-width:13px;max-height:13px;margin:0px 4px;}div.info-row > div.transactions{display:flex;flex-wrap:wrap;align-items:center;gap:15px;}div.info-row > div.transactions > div > div{font-size:14px;font-weight:500;}div.info-row > div.transactions > div{display:flex;align-items:center;gap:5px;}div.info-row > div.transactions > div > svg{min-width:14px;min-height:14px;max-width:14px;max-height:14px;}div.info-row > div.transaction-note{text-decoration:underline;display:flex;align-items:center;gap:5px;}div.info-row > div.transaction-note > svg{fill:#505063;width:14px;height:14px;}div.info-row > div.transaction-note > span{display:flex;justify-content:left;align-items:center;font-size:14px;}div.info-row > div.tel{display:flex;justify-content:left;align-items:center;gap:5px;}div.info-row > div.tel > svg{min-width:20px;max-width:20px;min-height:20px;max-height:20px;fill:#505063;}div.info-row > div.tel > div{font-weight:600;}div.info-row > div.address{font-weight:400;font-size:13px;}div.info-row > div.operation_import > svg{fill:var(--COLOR_BLUE);}div.info-row > div.operation_import > div{color:var(--COLOR_BLUE);}div.info-row > div.operation_export > svg{fill:var(--COLOR_GREEN);}div.info-row > div.operation_export > div{color:var(--COLOR_GREEN);}div.info-row > div.operation_transafer > svg{fill:var(--COLOR_BLUE_2);}div.info-row > div.operation_transafer > div{color:var(--COLOR_BLUE_2);}div.info-row > div.operation_production > svg{fill:var(--COLOR_PURPLE);}div.info-row > div.operation_production > div{color:var(--COLOR_PURPLE);}div.info-row > div:nth-child(2) > div.sum > span{font-size:20px;font-weight:600;}table{overflow:hidden;border-collapse:collapse;border-spacing:0;width:100%;}th{background-color:var(--TABLE_TH_BG_COLOR);text-transform:capitalize;color:var(--TABLE_TH_COLOR);font-weight:500;font-size:15px;height:30px;border:none;}td{padding:15px 10px;position:relative;font-weight:400;font-size:20px;}tr:nth-child(odd){background-color:var(--TABLE_TD_ODD_BG_COLOR);}tr:nth-child(even){background-color:var(--TABLE_TD_EVEN_BG_COLOR);}table.align-text-center td,table.align-text-center th{text-align:center;}td.icon-inside-red,td.icon-inside-green,th.icon-inside,td.icon-inside{max-width:calc(var(--TABLE_SVG_SIZE) * 1.87);min-width:calc(var(--TABLE_SVG_SIZE) * 1.87);}tbody > tr > td.icon-inside-infinity{}td.icon-inside-infinity > svg{display:block;margin:0 auto;fill:var(--COLOR_BLUE);max-width:calc(var(--TABLE_SVG_SIZE) * 1.4);min-width:calc(var(--TABLE_SVG_SIZE) * 1.4);max-height:calc(var(--TABLE_SVG_SIZE) * 1.4);min-height:calc(var(--TABLE_SVG_SIZE) * 1.4);}th.icon-inside-center > svg,td.icon-inside-center > svg,td.icon-inside-red > svg,th.icon-inside-red > svg,td.icon-inside > div > svg,td.icon-inside > a > svg,th.icon-inside > svg,td.icon-inside > svg{cursor:pointer;display:flex;min-width:var(--TABLE_SVG_SIZE);max-width:var(--TABLE_SVG_SIZE);min-height:var(--TABLE_SVG_SIZE);max-height:var(--TABLE_SVG_SIZE);margin:1px auto;}th.icon-inside-green > svg,td.icon-inside-green > svg{fill:var(--COLOR_GREEN);}th.icon-inside-red > svg,td.icon-inside-red > svg{fill:var(--COLOR_RED);}th.icon-inside-center > svg,td.icon-inside-center > svg{margin:0 auto;}td.outgoing > svg{fill:var(--colorRed);}td.incoming > svg{fill:var(--colorGreen);}td.expense > svg{fill:var(--colorYellow);}td.bank > svg{fill:var(--colorBlue);}td.cash > svg{fill:var(--colorGreen);}td.export > svg{fill:var(--colorGreen);}td.tag-inside{position:relative;width:25px;}td.tag-inside > svg{max-height:26px;min-height:26px;max-width:26px;min-width:26px;}tr.error,tr.error td{color:var(--TABLE_TR_ERROR_COLOR);border-color:var(--TABLE_TR_ERROR_BORDER_COLOR);background-color:var(--TABLE_TR_ERROR_BG_COLOR);}tr.warning,tr.warning{color:var(--TABLE_TR_WARNING_COLOR);background-color:var(--TABLE_TR_WARNING_BG_COLOR);border-color:var(--TABLE_TR_WARNING_BORDER_COLOR);}tr.processed,tr.processed td{background-color:var(--TABLE_TR_PROCESSED_BG_COLOR);border-color:var(--TABLE_TR_PROCESSED_BORDER_COLOR);}tr.unprocessed,tr.unprocessed td{border-color:var(--TABLE_TR_PROCESSED_BORDER_COLOR);background-color:var(--TABLE_TR_PROCESSED_BG_COLOR);color:var(--TABLE_TR_PROCESSED_COLOR);}td.text-align-right,th.text-align-right{text-align:right;}table.text-align-center th,table.text-align-center td{text-align:center;}td.text-align-center{text-align:center;}td.single-row-message{font-size:25px;text-align:center;}td > div.td-info{display:flex;justify-content:center;align-items:center;padding:20px;gap:20px;}td > div.td-info > span{text-decoration:underline;font-size:20px;text-transform:uppercase;font-weight:500;}td > div.td-info > svg{max-width:var(--SVG_SIZE_A);min-width:var(--SVG_SIZE_A);max-height:var(--SVG_SIZE_A);min-height:var(--SVG_SIZE_A);fill:var(--BODY_COLOR);}td.quantity{text-align:center;}td.quantity > *{text-align:center;white-space:nowrap;font-size:20px;}td.price{text-align:center;white-space:nowrap;font-weight:500;font-size:20px;}td.nonbreakable{white-space:nowrap;}td.unit-price{background-color:var(--TD_UNIT_PRICE_BG_COLOR);}td > div.td-info{display:flex;justify-content:center;align-items:center;padding:20px;gap:20px;}td > div.td-info > span{text-decoration:underline;font-size:20px;text-transform:uppercase;font-weight:600;}td > div.td-info > svg{width:var(--iconSizeC);min-width:var(--iconSizeC);height:var(--iconSizeC);min-height:var(--iconSizeC);fill:var(--bodyColor);}th.column-size{width:33.33%}table.interactive tr:focus-within td,table.interactive tbody tr:focus-within,table.interactive tbody tr:hover td,table.interactive tbody tr:hover{transition:all 0.07s linear;cursor:pointer;background-color:var(--TR_HOVER_BG_COLOR);}table.interactive tr:focus-within td,table.interactive tr:hover td{border-color:var(--TR_HOVER_BORDER_COLOR);}table.interactive tr:focus-within td::before,table.interactive tr:hover td::before{content:'';position:absolute;top:-1px;left:0;right:0;height:1px;border-top:1px solid var(--TR_HOVER_BORDER_COLOR);border-collapse:separate;border-spacing:0;}td input[type=number]{background-color:var(--INPUT_BG_COLOR);}td.product-info > div.codes > div.product-legalcode,td.product-info > div.codes > div.product-code{font-weight:500;font-size:20px;}td.product-info > div.codes > div.product-legalcode{color:var(--LEGAL_CODE_COLOR);text-decoration:underline;font-size:17px;}tr:first-child{border:none;}td > span.discount{text-decoration:underline;color:var(--COLOR_RED);font-weight:bold;font-size:13px;vertical-align:super;}div.indexing{font-weight:500;font-size:15px;}td.negative-value{color:var(--colorRed);}td.positive-value{color:var(--colorBlue);}div.table-wrapper{margin:0 auto;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;min-width:0;border:0px solid var(--TABLE_TD_BORDER_COLOR);border-radius:20px;}div.table-wrapper:has(table > tbody > tr){border:1px solid var(--TABLE_TD_BORDER_COLOR);}div.table-wrapper-wider{width:calc(100vw - 10px);position:relative;left:calc(-50vw + calc(50% + 5px));overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;min-width:0;}div.table-wrapper::-webkit-scrollbar{position:absolute;display:none;}div.transaction-window-table-x{border-top:1px solid var(--borderColor);border-bottom:1px solid var(--borderColor);overflow:auto;max-height:400px;box-shadow:inset 0px -3px 3px rgba(0,0,0,0.3);}td.td-sticky{right:0;background-color:#f0f0f7;border-color:#f3f3f6;z-index:1;position:-webkit-sticky;position:sticky;}td.td-sticky,td{border-bottom:1px solid #e7e8ef;}tr:last-child td{border:none;}tr.out-of-stock{opacity:0.6;}td.thumb-inside{width:100px;}td.thumb-inside > img{border-radius:5px;border:1px solid var(--borderColor);width:90px;height:90px;}td.index{text-align:center;width:20px;}div.transaction-summary{margin:10px;display:flex;flex-direction:column;gap:2px;}div.transaction-summary> div{}div.transaction-summary> div:has(*){background-color:var(--inputBg);border:1px solid var(--borderColor);padding:10px;border-radius:5px;}div.transaction-summary> div.total:has(*){background-color:rgb(0,115,255);color:#fff;}div.transaction-summary> div:has(*) > div{font-weight:500;font-size:19px;}div.transaction-summary> div{display:flex;gap:10px;}div.transaction-summary> div.icon-increase > svg{fill:var(--colorGreen-2);}div.transaction-summary> div.icon-decrease > svg{fill:var(--colorRed);}div.transaction-summary> div > svg{min-width:20px;max-width:20px;min-height:20px;max-height:20px;}td.increase{color:var(--colorGreen-2);}td.decrease{color:var(--colorRed);}td.icon-increase > svg{fill:var(--colorGreen-3);}td.icon-decrease > svg{fill:var(--colorRed);}td > div.percent{font-size:13px;font-weight:600;}td.column-quantity{background-color:#f7edf9;background:none;}td.column-cost-price{background-color:#fbf3ef;}td.column-total{background-color:#eef2fa;}td.column-sale-price,td.column-profit{background-color:#f2fbf2;}tfoot > tr > td > select{width:min-content;}tfoot > tr > td > select,tfoot > tr > td > input[type=text]{margin:0 auto;font-size:14px;text-align:center;color:var(--colorBlue);}tr.invoice-import{}tr.invoice-export{}tr.invoice-transfer{}tr.invoice-production{}tr.in-basket{position:relative;background-color:var(--TABLE_TR_IN_BASKET_BG_COLOR);border-color:var(--TABLE_TR_IN_BASKET_BORDER_COLOR);color:var(--BODY_COLOR);border-collapse:separate;border-spacing:0;}tr.in-basket td::before{content:'';position:absolute;top:-1px;left:0;right:0;height:1px;border-color:1px solid var(--TABLE_TR_IN_BASKET_BG_FOCUS_COLOR);border-collapse:separate;border-spacing:0;}tr.in-basket:focus-within td,tr.in-basket:focus-within,tr.in-basket:hover td,tr.in-basket:hover{cursor:pointer;background-color:var(--TABLE_TR_IN_BASKET_BG_FOCUS_COLOR);border-color:var(--TABLE_TR_IN_BASKET_BORDER_FOCUS_COLOR);}tr.in-basket:focus-within td::before,tr.in-basket:hover td::before{content:'';position:absolute;top:-1px;left:0;right:0;height:1px;border-color:var(--TABLE_TR_IN_BASKET_BORDER_FOCUS_COLOR);border-collapse:separate;border-spacing:0;}td > svg,th > svg{fill:var(--BODY_COLOR);}tr.total td{font-weight:500;font-size:15px;background-color:rgb(239,240,244);}@media screen and (max-width:600px){div.transaction-window-table,div.table-wrapper{margin:2px 0px;width:calc(100% - 0px);margin-left:auto;}td.hide-narrow,th.hide-narrow{display:none;}div.info-row > div.quantity-narrow,div.info-row > div.header-narrow{display:flex;}td{padding:15px 3px;}}div.popbox{margin:5px;z-index:999999999;position:fixed;left:50%;top:50px;transform:translateX(calc(-50% - 5px));width:calc(100% - 10px);max-width:500px;border-radius:3px;background-color:#FFF;}div.popbox > div.header-success,div.popbox > div.header-alert,div.popbox > div.header-error,div.popbox > div.header-confirm{border-radius:3px;margin:4px;padding:14px 20px;gap:10px;display:flex;justify-content:left;align-items:center;font-size:30px;font-weight:700;text-transform:uppercase;color:var(--BODY_COLOR);}div.popbox > div.header-alert > svg{fill:var(--COLOR_BLUE);}div.popbox > div.header-error > svg{fill:var(--COLOR_RED);}div.popbox > div.header-confirm > svg{fill:var(--COLOR_BLUE);;}div.popbox > div.header-success > svg{fill:var(--COLOR_BLUE);;}div.popbox > div.header-alert > span,div.popbox > div.header-error > span,div.popbox > div.header-confirm > span{font-size:calc(var(--POPBOX_TITLE_SVG_SIZE) * 0.6);font-weight:500;}div.popbox > div.header-success > svg,div.popbox > div.header-alert > svg,div.popbox > div.header-error > svg,div.popbox > div.header-confirm > svg{min-width:var(--POPBOX_TITLE_SVG_SIZE);max-width:var(--POPBOX_TITLE_SVG_SIZE);min-height:var(--POPBOX_TITLE_SVG_SIZE);max-height:var(--POPBOX_TITLE_SVG_SIZE);}div.popbox > div.statement{padding:30px 10px;font-size:20px;font-weight:600;color:var(--BODY_COLOR);text-align:center;}div.popbox > div.status{color:var(--COLOR_RED);font-style:italic;font-size:14px;margin:0px 20px;font-weight:600;}div.popbox > label{margin:5px 10px;}div.popbox > label > div{border-radius:3px;}div.popbox > div.buttonWrapper{margin:10px;display:flex;justify-content:space-around;gap:5px;}div.popbox > div.buttonWrapper > button{margin:0px 0px;padding:10px 30px;display:flex;justify-content:center;align-items:center;cursor:pointer;border:none;border-radius:3px;width:min-content;background-color:#fff;border:1px solid var(--BORDER_COLOR);}div.popbox > div.buttonWrapper:has(> :only-child){justify-content:center;}div.popbox > div.buttonWrapper > button > svg{fill:#fff;width:var(--popboxIconSize);height:var(--popboxIconSize);}div.popbox > div.buttonWrapper > button.affirm{background:var(--COLOR_GREEN);border-color:var(--COLOR_GREEN);}div.popbox > div.buttonWrapper > button.affirm > svg{fill:#fff;}div.popbox > div.buttonWrapper > button.decline{}div.popbox > div.buttonWrapper > button.decline > svg{fill:var(--BODY_COLOR);}div.popbox > div.buttonWrapper > button.critical{background:var(--COLOR_RED);border-color:var(--COLOR_RED);}div.popbox > div.buttonWrapper > button.critical > svg{fill:#fff;}:root{--settingsIconSize:25px;}ul.settings{border-radius:var(--INPUT_BORDER_RADIUS);overflow:hidden;user-select:none;-moz-user-select:none;-webkit-user-select:none;max-width:500px;margin:0px auto;}ul.settings:has(*){margin-top:10px;border:1px solid var(--BORDER_COLOR);}ul.settings > a{background-color:#fff;border-bottom:1px solid var(--INPUT_BORDER_COLOR);cursor:pointer;padding:17px 20px;gap:15px;transition:all 0.05s linear;text-transform:uppercase;display:flex;justify-content:left;align-items:center;}ul.settings > a > span{color:var(--INPUT_COLOR);text-align:left;font-style:normal;font-size:21px;font-weight:500;width:100%;}ul.settings > a:last-child{border:none;}ul.settings > a > *{cursor:pointer;}ul.settings > a > svg{transition:all 0.05s linear;fill:var(--BODY_COLOR);width:var(--settingsIconSize);height:var(--settingsIconSize);}ul.settings > a:hover{background-color:#f3f4f8;text-decoration:none;}ul.settings > a:hover svg{}ul.settings > a:hover > span{}div.input-assist{display:flex;justify-content:left;align-items:center;gap:5px;width:fit-content;margin:2px 0px;padding:4px 10px;border-radius:10px;background-color:var(--INPUT_ASSIST_BG_COLOR);border:1px solid var(--INPUT_ASSIST_BORDER_COLOR);position:relative;}div.input-assist-up-arrow{margin-top:10px;}div.input-assist-up-arrow::before{position:absolute;content:" ";border:solid transparent;border-bottom-color:var(--INPUT_ASSIST_BORDER_COLOR);;border-width:8px;bottom:100%;left:20px;}div.input-assist> span{vertical-align:middle;color:var(--INPUT_ASSIST_COLOR);text-align:justify;font-size:var(--INPUT_ASSIST_FONT_SIZE);font-weight:400;}div.input-assist> svg{vertical-align:middle;min-width:var(--INPUT_ASSIST_SVG_SIZE);max-width:var(--INPUT_ASSIST_SVG_SIZE);min-height:var(--INPUT_ASSIST_SVG_SIZE);max-height:var(--INPUT_ASSIST_SVG_SIZE);fill:var(--INPUT_ASSIST_SVG_COLOR);}div.search-return-quantity,div#search-return-quantity{color:var(--INPUT_RESULT_COUNT_COLOR);background-color:var(--INPUT_RESULT_COUNT_BG_COLOR);font-size:16px;min-width:20px;height:30px;display:flex;padding:4px 10px;border-radius:3px;justify-content:center;align-items:center;font-weight:600;}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--INPUT_BG_COLOR) inset !important;}input[type=date]{display:flex;align-items:center;}select:disabled,input[type=text]:disabled,input[type=number]:disabled{background-color:var(--INPUT_DISABLED_BG_COLOR);opacity:0.5;}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}div.input-data{display:flex;align-items:center;justify-content:left;min-height:45px;height:auto;gap:3px;}div.input-data-column{flex-direction:column;}div.input-data > div.name > *{font-weight:600;}div.input-data > div.sub{font-size:13px;}label.datetime{width:100%;max-width:185px;}label.datetime > div{padding-right:20px;}div.row-input{display:flex;align-items:baseline;gap:5px;}div.row-input > label{width:100%;}div.row-input > div{margin-top:22px;display:flex;justify-content:center;align-items:center;}div.row-input > div > svg{min-width:35px;max-width:35px;min-height:35px;max-height:35px;fill:var(--COLOR_BLUE);}label.quantity-input-field > div{border-radius:var(--INPUT_BORDER_RADIUS);background-color:#fff;border:1px solid var(--INPUT_BORDER_COLOR);padding:0;margin:10px 0px;display:flex;align-items:center;overflow:hidden;}label.quantity-input-field > div > input{font-size:40px;text-align:center;}label.quantity-input-field > div > *:nth-child(1),label.quantity-input-field > div > *:nth-child(3){cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;padding:10px 5px;}label.quantity-input-field > div > *:nth-child(1):hover,label.quantity-input-field > div > *:nth-child(3):hover{content:'';}label.quantity-input-field > div > *:nth-child(1):active,label.quantity-input-field > div > *:nth-child(3):active{content:'';}label.quantity-input-field > div > *:nth-child(1) > svg,label.quantity-input-field > div > *:nth-child(3) > svg{margin:5px;min-width:40px;min-height:40px;max-width:40px;max-height:40px;}label.quantity-input-field > div > *:nth-child(1) > svg{fill:var(--COLOR_RED);}label.quantity-input-field > div > *:nth-child(3) > svg{fill:var(--COLOR_GREEN);}label.quantity-input-field:focus-within div{border-color:var(--INPUT_BORDER_COLOR_FOCUS);}div.pin-field{margin:10px 0px;margin-top:30px;}div.pin-field > label,div.pin-field > button{margin:2px 0px;border-radius:0;}div.pin-field > button{border-radius:0px 0px var(--INPUT_BORDER_RADIUS) var(--INPUT_BORDER_RADIUS);}div.pin-field > label > div{border-radius:0;}div.pin-field > label > div{border-radius:var(--INPUT_BORDER_RADIUS) var(--INPUT_BORDER_RADIUS) 0px 0px;}label.quantity-input-field-2{border-radius:30px;padding:10px;border:1px solid var(--INPUT_BORDER_COLOR);background-color:#fff;display:flex;align-items:center;}label.quantity-input-field-2:focus-within{border:1px solid var(--INPUT_BORDER_COLOR_FOCUS);}label.quantity-input-field-2 > input{font-size:30px;text-align:center;}label.quantity-input-field-2 > svg{min-width:30px;max-width:30px;min-height:30px;max-height:30px;}label.quantity-input-field-2 > svg:first-child{cursor:pointer;fill:var(--COLOR_RED);}label.quantity-input-field-2 > svg:last-child{cursor:pointer;fill:var(--COLOR_GREEN);}@media screen and (max-width:600px){div.row-input{display:block;}}label.switch{cursor:pointer;position:relative;display:flex;align-items:center;border-radius:3px;margin:5px 0px;padding:5px 10px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:fit-content;background-color:var(--INPUT_BG_COLOR);}label.key-switch{padding:15px 5px;width:100%;border:1px solid var(--INPUT_BORDER_COLOR);border-radius:var(--INPUT_BORDER_RADIUS);}label.key-switch > div > div{font-size:26px;text-transform:uppercase;font-weight:700;}div.check_options_list > label.switch{padding:20px;width:100%;}label.switch > svg{margin-left:5px;fill:var(--BODY_COLOR);min-width:var(--INPUT_SVG_SIZE);min-height:var(--INPUT_SVG_SIZE);max-width:var(--INPUT_SVG_SIZE);max-height:var(--INPUT_SVG_SIZE);}label.switch > div{gap:15px;display:flex;align-items:center;word-wrap:normal;}label.switch > div > input{opacity:0;width:0;height:0;}label.switch > div > span.slider{overflow:hidden;border-radius:20px;position:relative;cursor:pointer;width:50px;min-width:50px;height:26px;min-height:26px;border:1px solid var(--INPUT_BORDER_COLOR);background-color:var(--SWITCH_OFF_BG_COLOR);}label.switch > div > span.slider:before{position:absolute;content:" ";height:20px;width:20px;left:5px;bottom:2px;border-radius:100%;background-color:var(--SWITCH_NOB_OFF_COLOR);-webkit-transition:.2s;transition:.2s;}label.switch > div > input:checked + span.slider{background-color:var(--SWITCH_ON_BG_COLOR);}label.critical > div > input:checked + span.slider{background-color:var(--SWITCH_ON_CRITICAL_BG_COLOR);}label.switch > div > input:checked + span.slider:before{position:absolute;content:" ";height:20px;width:20px;left:24px;bottom:2px;border-radius:100%;background-color:var(--SWITCH_NOB_ON_COLOR);-webkit-transition:.2s;transition:.2s;}div.check_options_list > label.switch{border:1px solid var(--INPUT_BORDER_COLOR);}div.check_options_list > label.switch:hover{background-color:var(--COLOR_BLUE);}div.check_options_list > label.switch:hover svg{fill:#fff;}div.check_options_list > label.switch:hover div{color:#fff;}div.check_options_with_icon{overflow:hidden;display:flex;gap:5px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;}div.check_options_with_icon> label{width:max-content;padding:13px 30px;border:1px solid var(--INPUT_BORDER_COLOR);}div.check_options_with_icon> label > div{display:flex;flex-direction:column;justify-content:baseline;gap:15px;}div.check_options_with_icon> label > div > svg{max-width:50px;min-width:50px;max-height:50px;min-height:50px;fill:var(--BODY_COLOR);}div.check_options_with_icon> label > div > div{font-size:15px;text-transform:uppercase;text-align:center;}label.switch > div > div{font-weight:500;font-size:17px;}label.switch > div > input:disabled + span.slider{opacity:0.3;}label.critical > div > input:checked{fill:var(--COLOR_RED);}label.switch > div > input:checked ~ div{content:"";}label.critical > div > input:checked ~ div{color:var(--COLOR_RED);}label.slim,label.slim > div{gap:0;padding:0;}div.switch-container{display:flex;background-color:#fff;margin:10px 0px;padding:10px;border-radius:3px;border:1px solid var(--INPUT_BORDER_COLOR);flex-wrap:wrap;}div#notifications{z-index:999999999999;position:fixed;right:0px;top:70px;margin:0px auto;transform:translateX(-50%);display:flex;justify-content:center;align-items:center;flex-direction:column;}div#notifications > div *{cursor:pointer;}div#notifications > div{display:flex;justify-content:left;align-items:center;text-align:left;color:#fff;font-size:20px;font-weight:700;gap:10px;border-radius:3px;margin:1px 0;padding:13px 20px;}div#notifications > div svg{max-width:25px;min-width:25px;max-height:25px;min-height:25px;fill:#fff;}div#notifications > div.affirm{background-color:var(--COLOR_GREEN);color:#FFF;}div#notifications > div.alert{background-color:var(--COLOR_RED);}div#notifications > div.information{background-color:var(--COLOR_BLUE);}div#notifications > div:hover{opacity:1;}@media screen and (max-width:600px){div#notifications > div{border-radius:0;}}div.transaction-popupbox{padding:10px 4px;background-color:var(--CONTAINER_BG_COLOR);position:fixed;z-index:99999999;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - 20px);-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;display:flex;justify-content:center;align-items:center;}div.transaction-popupbox > div.wrapper{max-width:350px;}div.transaction-popupbox > div.wrapper > div > div > label.input-field > div > input,div.transaction-popupbox > div.wrapper > div > label.input-field > div > input,div.transaction-popupbox > div.wrapper > div > label.input-field > div > select{font-size:30px;}div.transaction-popupbox > div.wrapper > div.header{background-color:var(--BORDER_COLOR);top:0px;left:0px;margin:0;width:calc(100% + 30px);display:flex;align-items:center;height:50px;margin-left:-15px;padding:0px 10px;}div.transaction-popupbox > div.wrapper > div.header > *:nth-child(1){width:100%;padding-left:10px;display:flex;gap:2px;align-items:center;}div.transaction-popupbox > div.wrapper > label{margin:4px 0px;}div.transaction-popupbox > div.wrapper > div.export{background-color:var(--COLOR_GREEN);}div.transaction-popupbox > div.wrapper > div.header > *:nth-child(1) > svg{min-width:22px;min-height:22px;max-width:22px;max-height:22px;fill:#1b2132;}div.transaction-popupbox > div.wrapper > div.header > *:nth-child(1) > div{display:flex;width:calc(100% - 30px);font-size:25px;color:#1b2132;text-transform:uppercase;font-weight:600;padding:10px;}div.transaction-popupbox > div.wrapper > div.header > *:nth-child(2){display:flex;gap:15px;}div.transaction-popupbox > div.wrapper > div.header > *:nth-child(2) > div{display:flex;justify-content:center;align-items:center;margin:0;width:100%;height:100%;max-height:30px;max-width:30px;cursor:pointer;}div.transaction-popupbox > div.wrapper > div.header > *:nth-child(2) > svg{padding:3px;width:40px;height:40px;fill:var(--BODY_COLOR);}ul.input-status{margin:10px 0px;list-style-position:inside;}ul.input-status > li{display:flex;justify-content:left;align-items:center;gap:10px;padding:10px 20px;margin:0px 10px;font-size:14px;background-color:var(--COLOR_RED);border-radius:5px;color:#fff;}ul.input-status > li > div{color:#fff;}ul.input-status > li > svg{width:25px;height:25px;fill:#fff;}div.transaction-popupbox > div.wrapper > div.keypad-container > div.control-key-wrapper > div.backspace:active svg{fill:#fff;}div.popupbox-information{display:flex;gap:10px;padding:15px;text-align:center;align-items:center;justify-content:center;font-size:26px;background-color:var(--COLOR_RED);border-radius:5px;}div.popupbox-information> svg{max-width:25px;min-width:25px;max-height:25px;min-height:25px;fill:#fff;}div.popupbox-information> div{font-weight:600;text-transform:uppercase;color:#fff;}:root{--labelIconSize:20px;}label.label{border-radius:5px;background-color:var(--INPUT_BG_COLOR);font-weight:600;display:flex;align-items:center;border:1px solid var(--BORDER_COLOR);padding:10px;gap:10px;}label.header{font-size:20px;}label.label > span{font-weight:500;}label.label > svg{fill:var(--BODY_COLOR);width:var(--INPUT_SVG_SIZE);height:var(--INPUT_SVG_SIZE);min-width:var(--INPUT_SVG_SIZE);min-height:var(--INPUT_SVG_SIZE);}label.header > svg{fill:var(--BODY_COLOR);}label.highlight{background-color:var(--COLOR_BLUE);border:1px solid var(--COLOR_BLUE);}label.highlight > svg{fill:#fff;}label.highlight > span{color:#fff;}div.color-picker-section,div.color-picker{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;background-color:var(--INPUT_BG_COLOR);padding:10px;border-radius:var(--INPUT_BORDER_RADIUS);border:1px solid var(--INPUT_BORDER_COLOR);margin:5px 0px;display:flex;flex-wrap:nowrap;}div.color-picker-section{background:none;padding:10px;margin:4px 0px;margin-top:50px;justify-content:right;}div.color-picker-section > label,div.color-picker > label{display:inline-block;margin-right:10px;opacity:0.4;}div.color-picker-section > label > span,div.color-picker > label > span{opacity:1;display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%;border:1px solid var(--BORDER_COLOR);cursor:pointer;transition:opacity 0.15s linear;}div.color-picker-section > label > span{width:20px;height:20px;}div.color-picker > label > span > svg{max-width:20px;min-width:20px;max-height:20px;min-height:20px;}div.color-picker-section > label:hover,div.color-picker > label:hover{opacity:1;}div.color-picker-section > label > input[type="radio"],div.color-picker > label > input[type="checkbox"],div.color-picker > label > input[type="radio"]{display:none;}div.color-picker > label:has(input:checked){opacity:1;}div.color-picker > label:has(input:checked) > div{color:#FFF;}@media screen and (max-width:600px){div.note-input{display:block;}div.note-input > div{margin:0 auto;}}div.content-wrapper{margin:0 auto;max-width:900px;}div.services > div{background-color:var(--inputBg);padding:10px 15px;margin:20px 0px;border-top:1px solid var(--borderColor);border-bottom:1px solid var(--borderColor);}div.services > div > ul{list-style:inside;}div.services > div > ul > li{}div.services > div > h2{margin:10px;font-size:20px;text-transform:uppercase;}ul.product-images-interactive,ul.product-images{user-select:none;-moz-user-select:none;-webkit-user-select:none;list-style:none;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;display:flex;flex-wrap:nowrap;justify-content:left;gap:5px;width:min-content;max-width:1100px;width:100%;}ul.product-images-interactive:has(*),ul.product-images:has(*){padding:10px 10px;margin:10px auto;}ul.product-images-interactive > li,ul.product-images > li{position:relative;display:flex;justify-content:center;align-items:center;background-color:var(--INPUT_BG_COLOR);width:250px;height:240px;min-width:250px;max-height:240px;border:1px solid var(--INPUT_BORDER_COLOR);border-radius:3px;overflow:hidden;}ul.product-images-interactive > li:hover{border:1px solid var(--COLOR_BLUE);}ul.product-images-interactive > li > img,ul.product-images > li > img{display:block;width:100%;}ul.product-images > li > div.button-make-main,ul.product-images > li > div.button-remove-image,ul.product-images-interactive > li > div.button-make-main,ul.product-images-interactive > li > div.button-remove-image{padding:2px 5px;position:absolute;right:5px;top:5px;cursor:pointer;}ul.product-images-interactive > li > div.button-remove-image{top:auto;bottom:5px;}ul.product-images-interactive > li > div.button-remove-image > svg{width:20px;height:20px;fill:var(--colorRed);}ul.product-images-interactive > li > div.button-make-main > svg,ul.product-images > li > div.button-make-main > svg{width:30px;height:30px;fill:var(--COLOR_RED);}ul.product-images-interactive > li > div.is-main > svg,ul.product-images > li > div.is-main > svg{fill:var(--COLOR_BLUE);}ul.product-images > li > div.barcode > svg{min-width:250px;max-width:250px;min-height:250px;max-height:250px;}ul.product-images-interactive > li > svg,ul.product-images > li > svg{fill:var(--BODY_COLOR);}ul.product-images-interactive > li.upload-button{cursor:pointer;}ul.product-images-interactive > li.upload-button > svg{width:50px;height:50px;}button{display:flex;justify-content:center;align-items:center;cursor:pointer;margin:20px auto;color:var(--BUTTON_COLOR);background:var(--BUTTON_BG_COLOR);border-radius:var(--BUTTON_BORDER_RADIUS);text-transform:uppercase;}button > svg{fill:var(--BUTTON_SVG_COLOR);min-width:var(--BUTTON_SVG_SIZE);max-width:var(--BUTTON_SVG_SIZE);min-height:var(--BUTTON_SVG_SIZE);max-height:var(--BUTTON_SVG_SIZE);}button.large{padding:40px 10px;}button.green{background-color:var(--COLOR_GREEN);}input[type=text]#input-login{text-transform:uppercase;}ul.login-status{list-style:none;}ul.login-status > li{display:flex;align-items:center;justify-content:center;gap:10px;}ul.login-status > li > div{color:var(--COLOR_RED);}ul.login-status > li > svg{fill:var(--COLOR_RED);min-width:20px;min-height:20px;max-width:20px;max-height:20px;}div.in-container{display:flex;justify-content:center;align-items:center;min-height:100vh;}div.panel-wrapper{z-index:3;width:100%;background-color:var(--CONTAINER_BG_COLOR);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:35px 10px;margin:20px;border-radius:2px;max-width:400px;top:0;right:0;margin:0;height:100vh;}div.login-panel > div{padding:10px 7px;}div.login-panel label{margin:15px 0px;}div.logo-wrapper{margin:5px auto;max-width:240px;}div.access-blocked{text-align:center;}div.access-blocked > svg{width:50px;height:50px;fill:var(--COLOR_RED);}div.access-blocked > p{font-size:20px;}div.languages-alt{list-style:none;display:flex;justify-content:left;align-items:center;margin:10px 0px;color:rgb(63,71,86);;font-size:14px;}div.languages-alt > span{margin:5px 10px;cursor:pointer;font-weight:600;font-size:15px;transition:all 0.1s;text-transform:uppercase;}div.languages-alt > svg{min-width:16px;max-width:16px;min-height:16px;max-height:16px;fill:rgb(63,71,86);;}div.languages-alt > span:hover{color:var(--COLOR_BLUE);}@media screen and (max-width:1000px){div.panel-wrapper{border:none;min-width:100%;}}p{margin:5px 20px;}h1 > div,h1,h2{white-space:nowrap;display:flex;justify-content:left;gap:10px;margin:10px;padding:10px 0px;color:var(--BODY_COLOR);align-items:center;font-size:23px;text-transform:uppercase;white-space:wrap;width:fit-content;}h1 > div{margin:0;padding:2px 0px;}h1 > div.operation-date > div:nth-child(1){font-weight:bold;}h1 > div.operation-date > div:nth-child(2){color:var(--COLOR_BLUE);}h1 > div > svg,h1 > svg,h2 > svg{min-width:var(--H1_SVG_SIZE);max-width:var(--H1_SVG_SIZE);min-height:var(--H1_SVG_SIZE);max-height:var(--H1_SVG_SIZE);fill:var(--H1_SVG_COLOR);}sup.profit_percent{font-size:12px;font-weight:500;}h1.color-picker-mini{display:block;}div.wide-map{position:fixed;left:0;top:0px;width:100%;height:calc(100% - 0px);}div.map-contact-cart > div{cursor:default;display:flex;gap:10px;align-items:center;padding:10px 15px;}div.map-contact-cart > div:nth-child(odd){background-color:var(--TABLE_TD_EVEN_BG_COLOR);border:1px solid var(--INPUT_BORDER_COLOR);}div.map-contact-cart > div > span > a{color:var(--COLOR_BLUE);}div.map-contact-cart > div > span{font-size:16px;}div.map-contact-cart > div > svg{min-width:20px;max-width:20px;min-height:20px;max-height:20px;}div.map-contact-cart > div.contact-name{display:flex;align-items:center;justify-content:center;gap:5px;}div.map-contact-cart > div.contact-name > a{text-transform:uppercase;font-weight:500;font-size:28px;color:var(--COLOR_BLUE);}div.map-contact-cart > div.contact-name > svg{min-width:30px;max-width:30px;min-height:30px;max-height:30px;fill:var(--COLOR_BLUE);}div.panel{z-index:9999999;position:fixed;left:50%;transform:translateX(-50%);bottom:10px;}div#find-me{position:fixed;left:10px;bottom:10px;}div#find-me > LABEL{padding-right:10px;}div.map-contact-cart > a.button-export{margin-top:20px;background-color:var(--COLOR_GREEN);color:#FFF;display:flex;text-align:center;justify-content:center;padding:20px;font-size:20px;font-weight:600;border-radius:5px;}div.map-contact-cart > a.button-export:hover{text-decoration:none;}@media screen and (max-width:1000px){div.panel{top:60px;bottom:auto;width:calc(100% - 20px);}}div.archived{margin:10px 0px;border:2px dashed #fff;font-size:20px;border-radius:3px;text-transform:uppercase;text-align:center;color:#fff;padding:10px 10px;background-color:var(--colorError);}div.note{background-color:#fff;color:#000;display:flex;align-items:center;justify-content:left;padding:15px 30px;width:table;gap:15px;margin:10px 0px;border-radius:var(--INPUT_BORDER_RADIUS);border:1px solid var(--INPUT_BORDER_COLOR);width:fit-content;}div.note > svg{fill:var(--COLOR_BLACK);max-width:20px;min-width:20px;max-height:20px;min-height:20px;}div.note > div{font-size:20px;}div.colorful-note > svg{fill:#fff;}div.colorful-note > div{color:#fff;}div.information-2,div.information{margin:5px 0px;position:relative;overflow:hidden;border-radius:var(--INPUT_BORDER_RADIUS);background-color:#FFF;border:1px solid var(--INFORMATION_BORDER_COLOR);padding:10px 10px;}div.information-2{border:none;margin:0;border-radius:0;}div.information-2 > div:nth-child(1),div.information > div:nth-child(1){background-color:var(--INFORMATION_HEADER_BG_COLOR);display:flex;align-items:center;gap:5px;justify-content:left;padding:10px 20px;}div.information-2 > div:nth-child(1),div.information > div:nth-child(1){font-weight:700;text-transform:uppercase;color:var(--INFORMATION_HEADER_SVG_COLOR);}div.information-2 > div:nth-child(1) > svg,div.information > div:nth-child(1) > svg{width:var(--INFORMATION_HEADER_SVG_SIZE);min-width:var(--INFORMATION_HEADER_SVG_SIZE);height:var(--INFORMATION_HEADER_SVG_SIZE);min-height:var(--INFORMATION_HEADER_SVG_SIZE);fill:var(--INFORMATION_HEADER_SVG_COLOR);}div.information-2 > div:nth-child(2),div.information > div:nth-child(2){padding:10px 20px;font-weight:400;}div.information > div:nth-child(1) > span,div.information > div:nth-child(2) > span,div.information > div:nth-child(1),div.information > div:nth-child(2){font-size:14px;}:root{--BODY_BG_COLOR:rgb(58,65,89);;--BODY_BG_COLOR:rgb(88,96,121);;--BODY_BG_COLOR:rgb(228,231,239);;--BODY_BG_COLOR:rgb(28,33,49);;--BODY_BG_COLOR:#E1E1E6;--BODY_BG_COLOR:#f2f2f6;--BODY_BG_COLOR:#FFF;--BODY_BG_COLOR:#fdfdfe;--BORDER_RADIUS:3px;--SVG_SIZE_A:25px;}:root{--POPBOX_TITLE_SVG_SIZE:25px;--BORDER_COLOR:#dadfea;--BORDER_COLOR:#eaecf1;--BORDER_COLOR:#bdbed3;--BORDER_COLOR:#dedfee;--COLOR_BLACK:#161928;--COLOR_RED:#EC4B6B;--COLOR_DARKRED:#b93951;--COLOR_BLUE:#1a2b88;--COLOR_BLUE:#0a78ed;--COLOR_GREEN:#37ae8e;--COLOR_PURPLE:#ac41da;}:root{--INFORMATION_BG_COLOR:rgb(255,255,255);--INFORMATION_BORDER_COLOR:var(--BORDER_COLOR);--INFORMATION_HEADER_BG_COLOR:#FFF;--INFORMATION_HEADER_COLOR:var(--COLOR_BLUE_MAIN);--INFORMATION_HEADER_SVG_COLOR:var(--COLOR_BLUE_MAIN);--INFORMATION_HEADER_SVG_SIZE:20px;}:root{--INPUT_ASSIST_FONT_SIZE:14px;--INPUT_ASSIST_SVG_SIZE:13px;--INPUT_ASSIST_COLOR:#5a61a0;--INPUT_ASSIST_SVG_COLOR:#5a61a0;--INPUT_ASSIST_BG_COLOR:#f3f5ff;--INPUT_ASSIST_BORDER_COLOR:#d3dbe2;}:root{--BODY_COLOR:#444458;--CONTAINER_BORDER_COLOR:var(--BODY_BG_COLOR);--CONTAINER_BG_COLOR:#fff;--CONTAINER_BG_COLOR:#F4F4F7;--CONTAINER_BG_COLOR:#FFF;--CONTAINER_BG_COLOR:var(--BODY_BG_COLOR);}:root{--INPUT_SPAN_COLOR:#65738b;--INPUT_BG_COLOR:#FFF;--INPUT_PLACEHOLDER_COLOR:#65738b;--INPUT_DISABLED_BG_COLOR:#e4e8ef;--INPUT_COLOR:var(--BODY_COLOR);--INPUT_COLOR_HOVER:none;--INPUT_COLOR_FOCUS:none;--INPUT_BORDER_WIDTH:1px;--INPUT_BORDER_RADIUS:30px;--INPUT_BORDER_COLOR:var(--BORDER_COLOR);--INPUT_BORDER_COLOR_GREEN:var(--COLOR_GREEN);--INPUT_BORDER_COLOR_HOVER:#b6bdc9;--INPUT_BORDER_COLOR_FOCUS:#F9DD6B;--INPUT_BORDER_COLOR_FOCUS:var(--COLOR_BLUE);--INPUT_SVG_SIZE:20px;--INPUT_SVG_SIZE_LARGE:25px;--INPUT_SVG_COLOR:#8182a5;--INPUT_SVG_COLOR_HOVER:none;--INPUT_SVG_COLOR_FOCUS:#fff;--INPUT_RESULT_COUNT_BG_COLOR:#fff;--INPUT_RESULT_COUNT_COLOR:var(--BODY_COLOR);}:root{--BUTTON_BORDER_COLOR:var(--COLOR_BLUE_2);--BUTTON_BORDER_RADIUS:var(--INPUT_BORDER_RADIUS) var(--INPUT_BORDER_RADIUS);--BUTTON_SVG_SIZE:28px;--BUTTON_BG_COLOR:var(--COLOR_BLUE);--BUTTON_SVG_COLOR:#fff;--BUTTON_COLOR:#fff;}:root{--SWITCH_NOB_ON_COLOR:#ffffff;--SWITCH_NOB_OFF_COLOR:#fff;--SWITCH_OFF_BG_COLOR:#bcbec7;--SWITCH_ON_BG_COLOR:var(--COLOR_GREEN);--SWITCH_ON_CRITICAL_BG_COLOR:var(--COLOR_RED);}:root{--NAV_BG_COLOR:rgb(38,44,65);--NAV_BORDER_COLOR:#252933;--NAV_BG_COLOR:var(--COLOR_BLUE);--NAV_TAB_BG_COLOR:var(--COLOR_BLUE);;--NAV_TAB_COLOR:#ffffff;--NAV_TAB_SVG_SIZE_MEGA:35px;--NAV_TAB_SVG_SIZE_MINI:20px;--NAV_TAB_FONT_SIZE:15px;--NAV_TAB_HOVER_BG_COLOR:#fff;--NAV_TAB_HOVER_COLOR:var(--COLOR_BLUE);--NAV_TAB_BG_COLOR_CURRENT:#FFF;--NAV_TAB_COLOR_CURRENT:var(--COLOR_BLUE);}:root{--LEGAL_CODE_COLOR:#1652b8;--H1_SVG_SIZE:20px;--H1_SVG_COLOR:rgb(51,51,74);--TOPNAV_BG_COLOR:none;--TOPNAV_TAB_BG_COLOR:#f1f2f6;--TOPNAV_TAB_SVG_COLOR:var(--BODY_COLOR);--TOPNAV_TAB_SVG_SIZE:18px;--TOPNAV_TAB_FONT_SIZE:18px;--TOPNAV_TAB_COLOR:var(--BODY_COLOR);--TOPNAV_TAB_BORDER_COLOR:var(--BORDER_COLOR);--TOPNAV_BG_COLOR_HOVER:var(--COLOR_BLUE);--TOPNAV_TAB_COLOR_HOVER:#fff;--TOPNAV_TAB_BORDER_COLOR_HOVER:var(--COLOR_BLUE);--TABLE_SVG_SIZE:20px;--TABLE_SVG_COLOR:var(--BODY_COLOR);--TABLE_TH_BG_COLOR:#e8e9ee;--TABLE_TH_BORDER_COLOR:#e8e9ee;--TABLE_TH_COLOR:var(--BODY_COLOR);--TABLE_TD_BORDER_COLOR:var(--BORDER_COLOR);--TABLE_TD_ODD_BG_COLOR:#fff;--TABLE_TD_EVEN_BG_COLOR:#fbfbfe;--TABLE_TD_TR_IN_BASKET_COLOR:var(--BODY_COLOR);--TABLE_TR_IN_BASKET_BG_COLOR:#fff3f0;--TABLE_TR_IN_BASKET_BG_FOCUS_COLOR:#cfd1eb;--TABLE_TR_IN_BASKET_BORDER_COLOR:#fff1ec;--TABLE_TR_IN_BASKET_BORDER_FOCUS_COLOR:#dee5f6;--TR_HOVER_BG_COLOR:#edeefb;--TR_HOVER_BORDER_COLOR:#c2d3dd;--INFO_ROW_PART_HOVER_BG_COLOR:#b9dfd7;--INFO_ROW_PART_BG_COLOR:#eff0f5;--TD_QUANTITY_BG_COLOR:rgb(251,247,255);--TD_QUANTITY_BORDER_COLOR:rgb(251,247,255);--TD_UNIT_PRICE_BG_COLOR:#eeffeb;--TABLE_TR_WARNING_BG_COLOR:#ffead4;--TABLE_TR_WARNING_BORDER_COLOR:#f0d8be;--TABLE_TR_WARNING_COLOR:#FFF;--TABLE_TR_ERROR_BORDER_COLOR:#F00;--TABLE_TR_ERROR_BG_COLOR:#F00;--TABLE_TR_ERROR_COLOR:#FFF;--TABLE_TR_PROCESSED_BORDER_COLOR:rgb(213,237,214);--TABLE_TR_PROCESSED_BG_COLOR:rgb(221,248,223);--TABLE_TR_PROCESSED_COLOR:#FFF;}:root{--TAB_ACTIVE_BG_COLOR:var(--NAV_BG_COLOR);--TAB_ACTIVE_BORDER_COLOR:var(--NAV_BG_COLOR);--TAB_ACTIVE_COLOR:var(--NAV_TAB_COLOR);--TAB_BORDER_RADIUS:var(--INPUT_BORDER_RADIUS);--TAB_COLOR:var(--BODY_COLOR);--TAB_BG_COLOR:#ffffff;--TAB_BORDER_COLOR:#e0e2ec;--TAB_COLOR_COLOR:var(--BODY_COLOR);--TAB_SVG_COLOR:var(--BODY_COLOR);}*{vertical-align:middle;letter-spacing:0.2px;margin:0;border:none;padding:0;outline:none;box-sizing:border-box;font-family:"Roboto",serif;font-weight:500;color:var(--BODY_COLOR);font-style:normal;font-size:17px;}a.download-button{transition:0.1s linear;width:fit-content;border-radius:5px;background-color:#FFF;display:flex;gap:5px;justify-content:center;align-items:center;padding:10px 20px;margin:10px 0;border:1px solid var(--BORDER_COLOR);}a.download-button > div{color:var(--BODY_COLOR);font-size:20px;font-weight:500;}a.download-button > svg{fill:var(--BODY_COLOR);width:20px;height:20px;}a.download-button:hover{background-color:var(--BODY_COLOR);text-decoration:none;}a.download-button:hover div{color:#fff;}a.download-button:hover svg{fill:#fff;}textarea,button,select,input{appearance:none;-webkit-appearance:none;background:none;color:var(--INPUT_COLOR);border-color:none;position:relative;display:block;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:20px;height:45px;font-weight:500;}label.input-field{position:relative;margin:5px 0px;display:block;}label.input-field > span{display:block;white-space:nowrap;font-weight:600;font-size:13px;color:var(--INPUT_SPAN_COLOR);padding:5px 10px;margin:0px 10px;margin-left:12px;font-style:italic;width:min-content;}label.input-field > span.required::before{margin-right:3px;font-weight:bold;content:"*";color:var(--COLOR_RED);}label.input-field > div{display:flex;align-items:center;justify-content:left;position:relative;gap:2px;overflow:hidden;border-radius:var(--INPUT_BORDER_RADIUS);background-color:var(--INPUT_BG_COLOR);border:var(--INPUT_BORDER_WIDTH) solid var(--INPUT_BORDER_COLOR);border-bottom-width:1px;padding:2px 10px;}label.input-field > div > svg{position:relative;z-index:3;fill:var(--INPUT_SVG_COLOR);min-width:var(--INPUT_SVG_SIZE);min-height:var(--INPUT_SVG_SIZE);max-height:var(--INPUT_SVG_SIZE);max-width:var(--INPUT_SVG_SIZE);width:var(--INPUT_SVG_SIZE);height:var(--INPUT_SVG_SIZE);}label.input-field > div > button{width:min-content;}label.input-field > div:has(> select:disabled),label.input-field > div:has(> input:read-only),label.input-field > div:has(> input:disabled){background-color:var(--INPUT_DISABLED_BG_COLOR);opacity:0.5;}label.input-field > div > input[type=date]{width:100%;}label.input-field:hover div{border-color:var(--INPUT_BORDER_COLOR_HOVER);}label.input-field:focus-within div{border-color:var(--INPUT_BORDER_COLOR_FOCUS);}label.input-field > div > button{display:flex;justify-content:center;align-items:center;background:none;border:none;margin:0;padding:0;min-height:10px;}label.input-field > div > button{min-width:var(--INPUT_SVG_SIZE);max-width:var(--INPUT_SVG_SIZE);}label.input-field > div > button > svg{fill:var(--INPUT_SVG_COLOR);min-width:var(--INPUT_SVG_SIZE);max-width:var(--INPUT_SVG_SIZE);min-height:var(--INPUT_SVG_SIZE);max-height:var(--INPUT_SVG_SIZE);width:var(--INPUT_SVG_SIZE);height:var(--INPUT_SVG_SIZE);}label.input-field > div > button.button-add > svg{fill:var(--COLOR_BLUE_MAIN);}label.input-field > div > button.button-remove > svg{fill:var(--COLOR_RED);}label.input-field > div > button.button-submit > svg{fill:#fff;}label.input-field > div > button.button-submit{margin-right:-7px;min-width:80px;background-color:var(--COLOR_BLUE);}label.input-field > div > div,label.input-field > div > select,label.input-field > div > input{margin-left:10px;}label.input-field-large > div > svg{min-width:var(--INPUT_SVG_SIZE_LARGE);max-width:var(--INPUT_SVG_SIZE_LARGE);min-height:var(--INPUT_SVG_SIZE_LARGE);max-height:var(--INPUT_SVG_SIZE_LARGE);width:var(--INPUT_SVG_SIZE_LARGE);height:var(--INPUT_SVG_SIZE_LARGE);}label.input-field-large > div > input{font-size:30px;font-weight:400;margin-left:10px;}input.input-pin{-webkit-text-security:disc;color:#444458;letter-spacing:2px;font-size:24px;text-align:center;}button{display:flex;justify-content:center;align-items:center;cursor:pointer;margin:20px auto;color:var(--BUTTON_COLOR);background:var(--BUTTON_BG_COLOR);border-radius:var(--BUTTON_BORDER_RADIUS);text-transform:uppercase;}button > svg{fill:var(--BUTTON_SVG_COLOR);min-width:var(--BUTTON_SVG_SIZE);max-width:var(--BUTTON_SVG_SIZE);min-height:var(--BUTTON_SVG_SIZE);max-height:var(--BUTTON_SVG_SIZE);}button.large{padding:40px 10px;}button.green{background-color:var(--COLOR_GREEN);}label.file-input-field{border-radius:var(--INPUT_BORDER_RADIUS);cursor:pointer;gap:10px;margin-left:0;margin-right:0;background-color:var(--INPUT_BG_COLOR);border:1px solid var(--INPUT_BORDER_COLOR);border-bottom:2px solid var(--INPUT_BORDER_COLOR);display:flex;justify-content:left;align-items:center;margin:10px auto;padding:0px 20px;height:60px;}label.file-input-field > span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--bodyColor);font-family:"Roboto",serif;font-weight:500;font-style:normal;font-size:20px;display:block;width:100%;text-align:center;}label.file-input-field:has(span.selected){background-color:var(--COLOR_BLUE);}label.file-input-field:has(span.selected) > span{color:#FFF;}label.file-input-field:has(span.selected) > svg{fill:#FFF;}label.file-input-field > svg{min-width:var(--INPUT_SVG_SIZE);max-width:var(--INPUT_SVG_SIZE);min-height:var(--INPUT_SVG_SIZE);max-height:var(--INPUT_SVG_SIZE);fill:var(--INPUT_COLOR);}label.file-input-field > input{display:none;}