:root{--topbar-height:4rem;--light-content-bg-color:#efe6de;--light-titlebanner-bg-color:#fff1dc;--light-sidebar-bg-color:#fff1dc;--light-topbar-bg-color:#efe6de;--dark-content-bg-color:#383838;--dark-titlebanner-bg-color:#383838;--dark-sidebar-bg-color:#383838;--dark-topbar-bg-color:#383838}body.dark .content{background-color:#383838;background-color:var(--dark-content-bg-color)}.content{background-color:#efe6de;background-color:var(--light-content-bg-color);overflow-y:scroll;position:relative;width:100%}.content.auth:before{background-image:url(/static/media/alittle_logo_nobg.148b036a6836c24fd8ce.png);background-position:50% 0;background-repeat:no-repeat;background-size:cover;content:" ";display:block;height:38%;left:50%;opacity:.3;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:30%}.loginPage .loginLogo{margin:3rem;object-fit:contain;width:38rem}::-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:100}.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 .sidebar{background-color:var(--light-sidebar-bg-color);border-right:.05rem inset #787878}body.light .sidebar .sidebarTitle{color:#999}body.light .sidebar .sidebarListItem{color:#4d4d4d}body.light .sidebarListItem:hover{background-color:#dadada}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:-webkit-sticky!important;position:sticky!important;top:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.sidebarWrapper{overflow-y:scroll;padding-left:1rem;padding-right:2rem;padding-top:1rem}.sidebarSeparator{border-bottom:1px solid grey;display:none}.sidebarGroup,.sidebarSeparator{margin-bottom:1rem}.sidebarTitle{font-size:1.3rem}.sidebarList{margin-top:.2rem;padding:0 .5rem}.sidebarListItem{border-radius:1rem;cursor:pointer;font-size:1.4rem;padding:.5rem}.sidebarIcon{font-size:1.8rem!important}.sidebarIconText{margin-left:1rem;white-space:nowrap}.link{text-decoration:none}.sidebar.min .sidebarWrapper{padding-left:0;padding-right:0}.sidebar.min .sidebarIconText,.sidebar.min .sidebarTitle{display:none}.sidebar.min .sidebarSeparator{display:flex}.reactToolTipClass{z-index:1500}body.light .topbar{background-color:var(--light-topbar-bg-color);border-bottom:.05rem inset #787878}body.light .topbar .logoutButton{color:#000}body.dark .topbar{background-color:var(--dark-topbar-bg-color);border-bottom:.05rem inset #323232}body.dark .topbar .logoutButton{color:#fff}.topbar{height:var(--topbar-height);position:fixed!important;top:0;width:100%;z-index:3}.topAvatar{height:2.5rem;margin-right:1rem;width:auto}.logoutButton{cursor:pointer;font-size:1.6rem;font-weight:500}.logoutButton:hover{color:red;-webkit-transform:scale(1.05);transform:scale(1.05)}.pageContainer{padding:2.5rem}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 .inputFilter{border:none;border-top-left-radius:.5rem;border-top-right-radius:.5rem;font-size:1.3rem;outline:none;padding:.75rem 1rem;width:100%}@-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}.venom{background-color:#f4f3f5;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='42' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z' fill='%236ba184' fill-opacity='.21' fill-rule='evenodd'/%3E%3C/svg%3E");height:100vh;left:0;overflow-y:hidden;padding-top:5rem;position:absolute;top:0;width:100%}.venom svg{margin-top:-45%;-webkit-transform:scale(.3);transform:scale(.3)}.st0{display:none}.st1{fill:#e2e4fa;display:inline}.st2{display:none;opacity:.5}.st3{fill-rule:evenodd;clip-rule:evenodd;fill:#a8aaba}.st3,.st4{display:inline}.st5{fill:#a8aaba}.st6{opacity:.1}.st7{fill:#2d1c2d}.st8{fill-rule:evenodd;clip-rule:evenodd;fill:#2d1c2d}.st9{fill:#fff}.st10{fill:#bf3e73}.st11{fill:#8f3157}@-webkit-keyframes TongueAnim{0%{-webkit-transform:skewY(0deg);transform:skewY(0deg)}50%{-webkit-transform:skewY(10deg);transform:skewY(10deg)}to{-webkit-transform:skewY(-10deg);transform:skewY(-10deg)}}@keyframes TongueAnim{0%{-webkit-transform:skewY(0deg);transform:skewY(0deg)}50%{-webkit-transform:skewY(10deg);transform:skewY(10deg)}to{-webkit-transform:skewY(-10deg);transform:skewY(-10deg)}}.tongue{-webkit-animation:TongueAnim .2s ease infinite;animation:TongueAnim .2s ease infinite;transform-box:fill-box;-webkit-transform-origin:top right;transform-origin:top right}.st12{fill-rule:evenodd;fill:#7ebe9b}.st12,.st13{clip-rule:evenodd}.st13{fill-rule:evenodd;fill:#5f8d75;opacity:.3}.st14{opacity:.6}.st15{fill:#5f8d75}.st16{fill:none;stroke:#7ebe9b;stroke-miterlimit:10;opacity:.6}.st17{fill:#e7b84d}.st18{stroke:#fff;stroke-width:1.098;stroke-miterlimit:10}.st18,.st19{fill:none}.st20{font-family:Asap-Medium}.st21{font-size:28.6973px}.st22{fill:none;display:inline}.st23{fill:#7091a4}.st24{font-family:BloggerSans}.st25{font-size:9.72px}.st26{font-family:Asap-Regular}.st27{font-size:16.524px}.st28{fill:#7ebe9b;display:inline}.st29{font-family:Asap-Bold}.st30{font-size:10.692px}.st31{fill:#9799a2}.righthand{cursor:pointer}.righthand:hover{opacity:.8}.smokeLetterBg{background-color:#000;margin:0;padding:0;transition:opacity 3s ease-in-out}.smokeLetterBg,.smokeLetterBg:before{height:100vh;left:0;position:absolute;top:0;width:100%}.smokeLetterBg:before{background:linear-gradient(90deg,red,red,#0f0,#0ff,#ff0,#0ff);content:"";mix-blend-mode:multiply;pointer-events:none}.smokeLetterBg .smokeLetterContainer{color:#fff;font-family:sans-serif;font-size:8rem;font-weight:bolder;letter-spacing:5rem;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.smokeLetterBg span{-webkit-animation:letterOut 1s linear forwards;animation:letterOut 1s linear forwards;display:inline-block;opacity:0}.smokeLetterBg video{height:100vh;object-fit:contain;width:100%}@-webkit-keyframes letterOut{0%{-webkit-filter:blur(1rem);filter:blur(1rem);opacity:0;-webkit-transform:rotateY(90deg);transform:rotateY(90deg)}to{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@keyframes letterOut{0%{-webkit-filter:blur(1rem);filter:blur(1rem);opacity:0;-webkit-transform:rotateY(90deg);transform:rotateY(90deg)}to{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}.smokeLetterBg span:first-child{-webkit-animation-delay:1s;animation-delay:1s}.smokeLetterBg span:nth-child(2){-webkit-animation-delay:1.5s;animation-delay:1.5s}.smokeLetterBg span:nth-child(3){-webkit-animation-delay:2.5s;animation-delay:2.5s}.smokeLetterBg span:nth-child(4){-webkit-animation-delay:3s;animation-delay:3s}.smokeLetterBg span:nth-child(5){-webkit-animation-delay:3.5s;animation-delay:3.5s}.smokeLetterBg span:nth-child(6){-webkit-animation-delay:3.75s;animation-delay:3.75s}.smokeLetterBg span:nth-child(7){-webkit-animation-delay:4s;animation-delay:4s}.smokeLetterBg span:nth-child(8){-webkit-animation-delay:4.25s;animation-delay:4.25s}.smokeLetterBg span:nth-child(9){-webkit-animation-delay:4.5s;animation-delay:4.5s}.smokeLetterBg span:nth-child(10){-webkit-animation-delay:4.75s;animation-delay:4.75s}.smokeLetterBg span:nth-child(11){-webkit-animation-delay:5s;animation-delay:5s}.smokeLetterBg span:nth-child(12){-webkit-animation-delay:5.25s;animation-delay:5.25s}.smokeLetterBg.hide{opacity:0}.smokeLetterBg.hide.none{display:none}.featureCard .cardBody{width:20rem}.customSelectTag select{-webkit-appearance:none;appearance:none;font-size:1.3rem;font-weight:600;padding:.25rem 1rem}.customInputTag input{border:.1rem solid #000;border-radius:.5rem;box-sizing:border-box;display:block;font-size:1.3rem;font-weight:600;padding:0 .5rem}.tableInputStyle{background-color:#f0f8ff}.tableRowBorderTop{border-top:.1rem solid #87cefa}.cashierDetailTable tbody tr td,.cashierTable tbody tr td,.cashierTable thead tr th{font-size:8px!important;line-height:2!important;padding:0 .5rem!important;-webkit-user-select:none;-ms-user-select:none;user-select:none}
/*# sourceMappingURL=main.2061a6c2.css.map*/