:root{--topbar-height:4rem;--light-content-bg-color:#f0f0f0;--light-titlebanner-bg-color:#ebebeb;--light-sidebar-bg-color:#e1e1e1;--light-topbar-bg-color:#d7d7d7;--dark-content-bg-color:#3c0000;--dark-titlebanner-bg-color:#320000;--dark-sidebar-bg-color:#280000;--dark-topbar-bg-color:#1e0000}body.dark .content{background-color:#3c0000;background-color:var(--dark-content-bg-color)}.content{background-color:#f0f0f0;background-color:var(--light-content-bg-color);overflow-y:scroll;position:relative!important;width:100%}.modelTableFilter{border:.1rem solid #e6e6e6;border-bottom:none;border-radius:1rem 1rem 0 0;font-size:1.3rem;outline:none;padding:1rem;width:100%}.borderBottom{border-bottom:.1rem solid #d3d3d3}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}.alertContainer{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:show;animation-name:show;background:rgba(0,0,0,.7);bottom:0;left:0;position:fixed!important;right:0;top:0;z-index:5}.alert{-webkit-animation:scaleUp .5s;animation:scaleUp .5s;background:#fff;border-radius:.5rem;margin-bottom:15rem;padding:1rem;position:relative;width:auto}.alertHeader{margin-bottom:1.5rem;padding:3rem}.alertBody{color:#000;font-size:1.6rem;font-weight:500;margin-bottom:3rem;max-width:35rem;min-width:25rem}.iconGroup{display:flex;margin-bottom:2.5rem;width:100%}.alertIcon{font-size:6rem!important}.alertIcon.successIcon{color:#008d07}.alertIcon.infoIcon{color:#007a99}.alertIcon.dangerIcon{color:red}.alertIcon.questionIcon{color:#33f}.alertContainer .button{min-width:7.5rem}@-webkit-keyframes show{0%{opacity:.8}to{opacity:1}}@keyframes show{0%{opacity:.8}to{opacity:1}}@-webkit-keyframes scaleUp{0%{opacity:.8;-webkit-transform:scale(.8);transform:scale(.8)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleUp{0%{opacity:.8;-webkit-transform:scale(.8);transform:scale(.8)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}body.light .topbar{background-color:var(--light-topbar-bg-color)}body.light .topbar .logoutButton{color:#000}body.dark .topbar{background-color:var(--dark-topbar-bg-color);border-bottom:.05rem inset #363636}body.dark .topbar .logoutButton{color:#fff}.topbar{border-bottom:.05rem inset grey;height:var(--topbar-height);position:fixed!important;top:0;width:100%;z-index:3}.topAvatarContainer{background-color:#fff;border:.1rem solid blue;border-radius:.3rem;margin-right:1.5rem;padding:0 .1rem}.topAvatar{height:2rem;width:2rem}.logoutButton{cursor:pointer;font-size:1.6rem;font-weight:500;-webkit-user-select:none;-ms-user-select:none;user-select:none}.logoutButton:hover{color:red;-webkit-transform:scale(1.05);transform:scale(1.05)}.topbar .settingContainer{position:relative!important;-webkit-user-select:none;-ms-user-select:none;user-select:none}.settingContent{border:.1rem solid #d3d3d3;border-radius:1.5rem;bottom:-1.5rem;box-shadow:.05rem .05rem .02rem grey;height:10rem;opacity:0;-webkit-transform:translateY(100%) translateX(-70%);transform:translateY(100%) translateX(-70%);transition:visibility .5s,opacity .5s linear;visibility:hidden;width:18rem}.settingContent,.settingContent:after{background-color:#fff;left:50%;position:absolute!important}.settingContent:after{border-left:.1rem solid #d3d3d3;border-top:.1rem solid #d3d3d3;content:"";height:1.5rem;top:-.85rem;-webkit-transform:translateX(180%) rotate(45deg);transform:translateX(180%) rotate(45deg);width:1.5rem}.settingContent.active{opacity:1;visibility:visible}body.light .sidebar{background-color:var(--light-sidebar-bg-color);border-right:.05rem inset #6a6a6a}body.light .sidebar .sidebarTitle{color:#999}body.light .sidebar .sidebarListItem{color:#4d4d4d}body.light .sidebarListItem:hover{background-color:#bbb}body.dark .sidebar{background-color:var(--dark-sidebar-bg-color);border-right:.05rem inset #323232}body.dark .sidebar .sidebarTitle{color:#a8a8a8}body.dark .sidebar .sidebarListItem{color:#cfcfcf}body.dark .sidebarListItem:hover{background-color:#757575}.sidebar{bottom:0;height:calc(100vh - var(--topbar-height));left:0;position:absolute!important;top:0;z-index:2}.sidebarWrapper{align-items:flex-start;overflow-x:hidden;overflow-y:scroll;transition:width .5s ease-in-out;width:5.5rem}.sidebarWrapper .sidebarGroup:first-child{margin-top:1.5rem}.sidebar:hover .sidebarWrapper{width:22rem}.sidebarSeparatorAndTitle{height:3rem;position:relative}.sidebarSeparator{border-bottom:.1rem solid grey;margin-left:.5rem;opacity:1;width:4.5rem}.sidebarSeparator,.sidebarTitle{position:absolute!important;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:opacity .5s ease-in-out}.sidebarTitle{font-size:1.3rem;left:1rem;opacity:0}.sidebar:hover .sidebarSeparator{opacity:0}.sidebar:hover .sidebarTitle{opacity:1}.sidebarList{padding-left:1rem;padding-right:1rem}.sidebarListItem{border-radius:1rem;cursor:pointer;font-size:1.8rem!important;padding:.5rem .75rem}.sidebarIconText{font-size:1.4rem;margin-left:2.5rem;white-space:nowrap}body.dark .sidebarListItem.active .sidebarIcon,body.dark .sidebarListItem.active .sidebarIconText{color:#ff0}body.light .sidebarListItem.active .sidebarIcon,body.light .sidebarListItem.active .sidebarIconText{color:red}body.light .titleBanner{background-color:var(--light-titlebanner-bg-color);border-bottom:.05rem inset #787878}body.dark .titleBanner{background-color:var(--dark-titlebanner-bg-color);border-bottom:.05rem inset #323232}.titleBanner{height:5rem;padding:.5rem 1rem;position:-webkit-sticky!important;position:sticky!important;top:0;z-index:1}.formTableContainer{background-color:#fff;border:1px solid #e6e6e6;overflow-y:scroll;position:relative}.formTableContainer table{border-collapse:separate;border-spacing:0;width:100%}.formTableContainer table.sticky thead tr th{position:-webkit-sticky;position:sticky;top:0}.formTableContainer table thead tr th{background-color:#f7f8ff;border-bottom:1px solid #d3d3d3;text-align:left}.formTableContainer table tbody tr td,.formTableContainer table thead tr th{font-size:1.3rem;line-height:3.6rem;padding:0 1rem;white-space:nowrap}.formTableContainer table tbody tr:nth-child(2n){background-color:#f7f7f7}.formTableContainer tbody tr:hover{background-color:#fbffe2!important}.formTableContainer .inputFilter{border:none;border-top-left-radius:.5rem;border-top-right-radius:.5rem;font-size:1.3rem;outline:none;padding:.75rem 1rem;width:100%}.qrScanner{width:"50%"}.homeTableContainer{height:17rem;overflow-y:scroll}.homeTableContainer table{border-collapse:separate;border-spacing:0;font-size:1.4rem;position:relative;width:100%}.homeTableContainer table thead tr th{background-color:#f0f0f0;padding:.5rem 1rem;position:-webkit-sticky;position:sticky;text-align:left;top:0}.homeTableContainer table tbody tr td{padding:.5rem 1rem}.manageProduct{padding:3rem;width:90%}.manageSupplier{padding:3rem;width:100%}.managePurchaseInvoice,.manageSalesInvoice,.payment{flex:5 1;padding:15px}.filterElement{cursor:pointer}.filterElement.active{color:red;text-decoration:underline}.filterElement:hover{font-style:italic}.corkcicleFormContainer{margin:0 auto;max-width:1160px}.corkcicleFormContainer h1{font-size:32px;margin-bottom:20px}.corkcicleForm{max-width:650px}.corkcicleForm .formField{display:block}.corkcicleForm .formField label{display:block;font-size:13px;font-weight:600;margin-bottom:5px}.corkcicleForm .formField select{-webkit-appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E") no-repeat #fff;background-position:right 10px center;border:1px solid #ddd;border-radius:4px;color:#555;outline:none;padding:8px 30px 8px 10px;width:100%}.corkcicleForm .formField select,.corkcicleForm .formField textarea{font-family:inherit;font-size:100%;font-weight:600;line-height:1.5;margin:0}.corkcicleForm .formField input{font-family:inherit;font-size:14px;font-weight:600;line-height:1.15;margin:0;overflow:visible}.corkcicleForm .formField select:focus{border:1px solid #151616}input{-webkit-rtl-ordering:logical;-webkit-appearance:textfield;appearance:textfield;background-color:-webkit-control-background;box-sizing:border-box;cursor:auto;font-weight:300;max-width:100%;transition:border .12s ease-in-out}.formField input,.formField textarea{padding:10px;width:100%}.formField input[type=text],.formField textarea{border:1px solid #ddd;border-radius:4px}.formField input:not([type=checkbox]),.formField textarea{outline:none}.formField~.formField{margin-top:25px}.formField input[type=text]:focus,.formField textarea:focus{border:1px solid #151616}.formField p{color:#666;display:block;font-size:12px;font-weight:500;margin:5px 0}.corkcicleFormFooter{margin-top:40px;padding-top:30px}.corkcicleFormFooter button{background-color:#151616;border:0;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;line-height:2.72;min-width:190px;padding:0 1.9286em}.formField input[type=file]{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);height:100%;opacity:0;position:absolute;right:0;top:0;width:100%}.formField .uploadZone{border:1px solid #ddd;font-size:12px;overflow:hidden;position:relative;text-align:center}.formField .uploadZone.danger,.formField input.danger,.formField select.danger,.formField textarea.danger{border:1px solid red}.uploadZone span{display:inline-block;font-weight:500;line-height:24px;padding:10px}.uploadZone span small{font-size:12px;font-weight:700}.fileList{display:block;font-size:13px;line-height:1.5;margin-top:5px;width:100%}.fileItem{align-items:center;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;padding:10px;position:relative}.fileProgress{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:progressbar;animation-name:progressbar;background-color:#add8e6;border-radius:2.5px;bottom:1px;height:3px;left:0;overflow-x:hidden;position:absolute;width:0}@-webkit-keyframes progressbar{0%{width:0}to{width:100%}}@keyframes progressbar{0%{width:0}to{width:100%}}.fileName{margin-left:5px;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.fileItem:hover{background-color:#eee}@media screen and (max-width:992px){.corkcicleFormContainer{width:90%!important}.messageModal{width:80%!important}}.messageModal{background-color:#f3f3f3;border-radius:5px;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);display:block;display:none;height:auto;left:50%;line-height:1.5;max-width:500px;opacity:0;padding:20px;position:fixed;text-align:center;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);z-index:5}.messageModal.active{display:block;opacity:1}.messageModal .modalMessage{font-size:16px;font-weight:600;line-height:1.5}.messageModal .modalClose{background-color:red;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:20px;padding:5px 10px}.modalClose:hover{box-shadow:0 2px 5px -1px rgba(50,50,93,.25),0 1px 3px -1px rgba(0,0,0,.3)}.drinkwareWarrantyContainer{margin:0 auto;max-width:1000px}.drinkwareWarrantyContainer h1{font-size:32px;margin-bottom:20px}.drinkwareWarrantyContainer article{font-weight:500;line-height:1.5;word-spacing:2px}.drinkwareWarrantyContainer ul{list-style-position:outside;margin:20px 0 20px 20px;padding-left:20px}.drinkwareWarrantyFooter{margin:0 auto;max-width:1000px}.drinkwareWarrantyFooter button{background:none;border:none;color:#000;cursor:pointer;font-family:inherit;font-size:22px;font-weight:bolder;letter-spacing:1px;line-height:2.72;margin-top:50px;text-decoration:underline}@media screen and (max-width:992px){.drinkwareWarrantyContainer,.drinkwareWarrantyFooter{width:90%!important}}@-webkit-keyframes floating{to{top:1.5rem}}@keyframes floating{to{top:1.5rem}}.gandalfContainer{background-color:#000;color:#fff;display:flex;flex-direction:column;font-family:Open Sans;font-size:1.3rem;height:100vh;justify-content:center;text-align:center}.gandalfMessage h1{font-size:2.5rem}.gandalfMessage{margin:5rem auto 0;max-width:700px}.gandalf{-webkit-animation:floating 1s ease-in-out infinite alternate;animation:floating 1s ease-in-out infinite alternate;height:400px;margin:0 auto;position:relative;top:1rem;width:400px}.gandalf div,.gandalf:before{position:absolute}.gandalf:before{background:radial-gradient(#f1f16b,#fdca54,#e77833,#000);border-radius:50%;content:"";height:400px;left:0;top:0;width:400px}.gandalf .fireball{background:radial-gradient(#efac41,#de8531,#a72511,#000);border:5px solid #000;border-radius:50%;bottom:-10px;height:100px;left:50px;width:300px}.gandalf .skirt{border-bottom:230px solid #ededed;border-left:100px solid transparent;border-right:100px solid transparent;bottom:50px;-webkit-filter:drop-shadow(0 0 6px darken(#ededed,10%));filter:drop-shadow(0 0 6px darken(#ededed,10%));left:100px}.gandalf .skirt:before{border-bottom-left-radius:100%;border-bottom-right-radius:180%;border-top-right-radius:5px;height:21px;left:0}.gandalf .skirt:after,.gandalf .skirt:before{background-color:#ededed;content:"";position:absolute;top:229px;width:100px}.gandalf .skirt:after{border-bottom-left-radius:180%;border-bottom-right-radius:80%;border-top-left-radius:5px;height:28px;left:-100px}.gandalf .sleeves:after,.gandalf .sleeves:before{border-bottom:70px solid #ededed;content:"";-webkit-filter:drop-shadow(0 0 6px darken(#ededed,10%));filter:drop-shadow(0 0 6px darken(#ededed,10%));position:absolute}.gandalf .sleeves:before{border-left:100px solid transparent;border-right:40px solid transparent;left:191px;top:130px;-webkit-transform:rotate(-34deg);transform:rotate(-34deg)}.gandalf .sleeves:after{border-left:40px solid transparent;border-right:100px solid transparent;left:70px;top:127px;-webkit-transform:rotate(41deg);transform:rotate(41deg)}.gandalf .shoulders{background-color:#ededed;border-radius:50%;height:130px;left:150px;top:120px;width:100px}.gandalf .shoulders .hand{background-color:#ffd8ad;border-radius:50%;height:26px;top:-6px;width:33px}.gandalf .shoulders .left{left:-70px;-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}.gandalf .shoulders .left:after{background-color:#e6e6e6;border-radius:4px;content:"";height:8px;left:-56px;position:absolute;top:-48px;-webkit-transform:rotate(-105deg);transform:rotate(-105deg);-webkit-transform-origin:bottom;transform-origin:bottom;width:126px}.gandalf .shoulders .right{right:-70px;-webkit-transform:rotate(20deg);transform:rotate(20deg)}.gandalf .shoulders .right:after{background-color:#bf5507;border-radius:2.5px;bottom:-100px;content:"";height:5px;left:0;position:absolute;-webkit-transform:rotate(-78deg);transform:rotate(-78deg);-webkit-transform-origin:left;transform-origin:left;width:250px}.gandalf .head{background-color:#ffd8ad;border-radius:50%;height:90px;left:160px;top:80px;width:80px}.gandalf .head:after,.gandalf .head:before{background-color:#000;content:"";position:absolute}.gandalf .head:before{left:22px;-webkit-transform:rotate(19deg);transform:rotate(19deg)}.gandalf .head:after,.gandalf .head:before{border-radius:3px;height:5px;top:42px;width:13px}.gandalf .head:after{right:22px;-webkit-transform:rotate(-19deg);transform:rotate(-19deg)}.gandalf .head .hair{background-color:#c2beb5;border-radius:50%;height:30px;left:5px;top:0;width:70px}.gandalf .head .hair:after,.gandalf .head .hair:before{background-color:#c2beb5;content:"";-webkit-filter:drop-shadow(2px 5px 0 darken(#c2beb5,10%));filter:drop-shadow(2px 5px 0 darken(#c2beb5,10%));position:absolute}.gandalf .head .hair:before{border-bottom-left-radius:100px;border-bottom-right-radius:20px;border-top-left-radius:34px;border-top-right-radius:15px;height:100px;left:-16px;top:13px;-webkit-transform:rotate(8deg);transform:rotate(8deg);width:25px}.gandalf .head .hair:after{border-bottom-left-radius:20px;border-bottom-right-radius:100px;border-top-left-radius:15px;border-top-right-radius:34px;height:100px;right:-16px;top:13px;-webkit-transform:rotate(-10deg);transform:rotate(-10deg);width:25px}.gandalf .head .beard{border-left:35px solid transparent;border-radius:30px;border-right:35px solid transparent;border-top:80px solid #c2beb5;-webkit-filter:drop-shadow(2px 5px 0 darken(#c2beb5,10%));filter:drop-shadow(2px 5px 0 darken(#c2beb5,10%));left:5px;top:64px}.gandalf .head .beard:before{background-color:pink;border-radius:40%;content:"";height:5px;left:-9px;position:absolute;top:-70px;width:20px}.corkcicleLayout{-webkit-font-smoothing:antialiased;font-family:Open Sans,sans-serif;font-size:15px;font-weight:400;height:100vh;line-height:1.5;position:relative;width:100%}.corkcicleHeader{align-items:center;display:flex;height:71px;margin:0 auto;max-width:1160px}.corkcicleImg{cursor:pointer;max-height:37px}.containerDivider{border-top:1px solid #ddd;margin-bottom:20px}.corkcicleFooter{border-top:1px solid #ddd;margin-top:60px;padding:30px 0}@media screen and (max-width:992px){.corkcicleHeader{width:90%!important}}
/*# sourceMappingURL=main.113f1f19.css.map*/