*{box-sizing:border-box;font-family:Poppins,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#root,body{width:100vw}#root{display:flex;flex-wrap:wrap;height:100vh;justify-content:center;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{color:var(--main)}:root{--main:#08f}html{background-color:#08f;background-color:var(--main);height:100vh}#root,.App,body,html{overflow:hidden;overscroll-behavior:none}.App{align-items:start;background-color:#fff;display:flex;flex-wrap:wrap;height:95vh;justify-content:center;margin-top:5vh;width:100vw}.App:has(#subNav) main{height:80vh}main{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:85vh;width:100vw}main>form{flex-basis:50%}.manageFormSelect{color:#08f;color:var(--main);font-size:2rem;font-weight:700}input{border:1px solid #ccc;border-radius:5px;padding:.5rem}.btnGroup{align-items:center;display:flex;flex-direction:column;justify-content:center;row-gap:1rem}button{background-color:initial;border:.25rem solid #08f;border:.25rem solid var(--main);border-radius:3rem;color:#08f;color:var(--main);cursor:pointer;font-size:1rem;font-weight:700;height:5rem;padding:1rem 2rem;transition:all .125s;-webkit-user-select:none;user-select:none}button:active{background-color:#08f;background-color:var(--main);color:#fff}#dashboard{height:65vh;width:90%}#dashboard,.widget{display:flex;flex-direction:column}.widget{background-color:#eee;border-radius:10px;flex-grow:1;margin:1rem;padding:1rem}#settings{background-color:#fff;background-image:url(/static/media/settings.a3988f404a661437169a.svg);background-position:50%;background-repeat:no-repeat;background-size:80%;border-radius:100%;bottom:1vh;cursor:pointer;height:8vh;position:absolute;right:1vh;width:8vh;z-index:1000}#modalWrap{animation:moveIn 1s;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}#modal,#modalWrap{align-items:center;display:flex;justify-content:center}#modal{background-color:#fff;flex-wrap:wrap;height:95vh;margin-top:5vh;padding-bottom:35vh;padding-top:35vh;position:relative}.closeBtn{background-image:url(/static/media/close.9183212e119f20527c9a.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;border:none;cursor:pointer;height:8vh;padding:0;position:absolute;right:1vh;top:1vh;width:8vh}#modal h2,#modal h3{flex-basis:100%;text-align:center}#logout{background-color:#08f;background-color:var(--main);background-image:url(/static/media/logout.5f202343cece3b26dabe.svg);background-position:50%;background-repeat:no-repeat;background-size:80%;border-radius:100%;cursor:pointer;height:8vh;width:8vh}@keyframes moveIn{0%{bottom:100vh}to{bottom:0}}@keyframes fadeIn{0%,50%{opacity:0}to{opacity:1}}#title{align-items:center;display:flex;justify-content:space-between}#title h1{margin-right:1rem}#refresh{background-image:url(/static/media/refresh.214fa3fde9f4501672c0.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;border-radius:100%;cursor:pointer;height:3rem;transform:rotate(0deg);transition:all 0s;width:3rem}#refresh:active,#refresh:hover{transform:rotate(180deg);transition:all .5s}#list{height:65vh;overflow-y:auto;padding:1vh}.listItem{border-radius:20px;box-shadow:0 0 10px #0003;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:2rem;padding:1rem;width:90vw}.listItemMain{align-items:center;display:grid;flex-basis:100%;grid-template-columns:1fr 6vh 6vh;justify-content:space-between}.listItemMain h3{font-size:1.5rem}.listItemMain .details,.listItemMain .edit{background-image:url(/static/media/description.514861cf7fc0584e7941.svg);background-position:50%;background-repeat:no-repeat;background-size:80%;cursor:pointer;height:5vh;width:5vh}.listItemMain .edit{background-image:url(/static/media/edit.fd9386d7f4d93cf8bbf4.svg)}.listItemDetails{max-height:25vh;overflow:hidden;transition:all .5s linear;width:90%}.listItemDetails h4{margin:.25rem}.listItemDetails p{margin:0 0 0 1rem}.listItemDetails.hidden{max-height:0}.listItem:has(.add){cursor:pointer}.table{display:flex;flex-direction:column;flex-wrap:nowrap;height:100%;margin:0;max-height:18vh;overflow-y:auto;position:relative}.tr:nth-child(2n){background-color:#fff}.tr:nth-child(odd){background-color:#f8f8f8}.tr.thead{background-color:#fff;flex-basis:content;flex-grow:0;font-weight:700;position:sticky}.thead .th{text-align:center}.table:has(.remove) .thead .th{text-align:center}.table:has(.remove) .thead .th:first-child,.thead .th:first-child{text-align:left}.tbody{padding:0;width:100%}.tr{border-bottom:.25vh solid #000;display:grid;flex-grow:1;grid-template-columns:3fr repeat(3,1fr)}.table.edit .tr{grid-template-columns:3fr 1fr 1fr}.table.two .tr,.tr.send{grid-template-columns:3fr 1fr}.table.reportSales .tr{grid-template-columns:30% 30% 30% 10%}.td{align-items:center;display:flex;font-family:Azeret Mono,Courier New,Courier,monospace;justify-content:center}.td:has(input){justify-content:center}.td:first-child{justify-content:start}.table .td input{margin:0;padding:0;text-align:center;width:2rem}.banner{align-items:center;animation:notify 3.5s ease-in-out;border:.25rem solid #000;border-radius:.5rem;display:flex;font-family:Azeret Mono,Courier New,Courier,monospace;font-weight:700;justify-content:space-between;margin-top:6vh;opacity:0;padding:1rem;position:fixed;text-align:left;top:0;width:90vw;z-index:1000000}.banner div:has(.msg){padding-left:1rem}.banner .msg{color:#000d;flex-grow:1;margin:0;padding:0}.banner:has(.success){background-color:lime}.banner:has(.info){background-color:gold}.banner:has(.error){background-color:red}.banner .icon{background-position:50%;background-repeat:no-repeat;background-size:125%;border-radius:100%;flex-shrink:0;height:2rem;width:2rem}.success{background-image:url(/static/media/success.3c4c36aa563f140222de.svg)}.info{background-image:url(/static/media/info.b6e51969e37ec2264bec.svg)}.banner .error{background-image:url(/static/media/error.1e1ea4bb07c8d01bfadc.svg)}@keyframes notify{0%{opacity:0;top:-50vh}1%{opacity:1}25%,75%{top:0}99%{opacity:1}to{opacity:0;top:-50vh}}#reportMenu{width:50%}#reportMenu form{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;padding:1rem}#reportMenu form>div{display:flex;flex-direction:column;height:4vh;justify-content:space-between;margin-bottom:4rem;width:max-content}#reportMenu .reportSelect,#reportMenu form div label{width:100%}#reportMenu form div>input{height:2rem;width:100%}#reportWrap{align-items:center;background-color:#fff8;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}#report{background-color:#fff;box-shadow:0 0 10px #0008;padding:1rem;position:relative;width:100%}#report .data{color:#000;font-weight:400}#report h2{width:80%}#report .reportHeader{align-items:center;display:flex;width:80%}#report .reportHeader h2{flex-basis:content;flex-shrink:1;margin-right:1rem}#report .reportHeader h3{color:#000;flex-basis:content;flex-grow:1;font-weight:400}.reportBtnWrap{display:flex;justify-content:center;padding-top:2rem}@media screen and (min-width:700px){.App{overflow:hidden}header nav{flex-basis:50vw}#subNav{flex-basis:50%}#report{width:50%}#list{display:flex;flex-wrap:wrap;justify-content:center;width:30%}.listItem{width:90%}#dashboard{align-items:center}.widget{width:30%}}.overlay,.overlay2{bottom:0;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:900}.overlay2{z-index:1900}.modalWrap{background-color:#fff;bottom:0;left:0;position:fixed;right:0;top:5vh;z-index:1000}#addModal form,.modalWrap{display:flex;flex-direction:column}#addModal form{height:50vh;justify-content:space-around}.modal{flex-grow:1;height:100%;padding:1rem}.modal .half{display:flex;justify-content:space-between}#editModal{align-items:center}#editForm,#editModal{display:flex;flex-direction:column}#editForm{flex-grow:1;justify-content:space-between;width:100%}.formInputRow{display:flex;flex-basis:10%;flex-direction:column}#editForm>:nth-child(3){display:flex;flex-basis:30%;justify-content:space-between;margin-left:15%;width:70%}#editForm>.half{flex-basis:20%}#editForm input,#editForm label{font-size:1.5rem}.productManagementModal{background-color:#fff;bottom:0;height:95vh;left:0;padding:1rem;position:fixed;right:0;top:0;width:100vw;z-index:2000}.productManagementCloseBtn{background-image:url(/static/media/close.9183212e119f20527c9a.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;border:none;height:3rem;padding:0;position:fixed;right:1rem;top:5vh;-webkit-user-select:none;user-select:none;width:3rem;z-index:3000}#editForm .addProductSection{height:20vh;margin-top:5vh}.addProductSelectWrap{display:flex;flex-direction:column}#editForm .productListWrap{height:60vh;overflow-y:scroll}#editForm .modalButtonsRow{display:flex;height:11vh;justify-content:space-around}#editForm .productList{height:80vh;list-style-type:none;overflow-x:hidden;padding:1rem 0 0}.productListHeader{background-color:#fff;display:flex;position:sticky;text-align:center;top:0}.productListItem{align-items:center;display:flex;height:3rem;transition:all .25s}.productName{flex-basis:60%}.productListItem div:has(input){display:flex;justify-content:center}.productListItem input{height:2rem;text-align:center;width:90%}.productCountAllocated,.productCountRemaining{flex-basis:20%}.productRemove{align-items:center;display:flex;flex-basis:5rem;justify-content:flex-end}.productRemoveBtn{background-image:url(/static/media/close.9183212e119f20527c9a.svg);background-position:50%;background-repeat:no-repeat;background-size:80%;border:2px solid red;height:2rem;padding:0;-webkit-user-select:none;user-select:none;width:2rem}.productRemoveBtn:active{background-color:initial}.productListItem.removed{color:red;opacity:50%}.productListItem.removed .productName{text-decoration:line-through}.productRemoveBtn.undo{border-color:green;transform:rotate(135deg)}.loadingStyles_loadingWrapper__zQml6{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding:20%}.loadingStyles_loadingSpinner__X5UYD{animation:loadingStyles_loadingSpin__FmY8v 2s ease-in-out 0s infinite forwards;background-image:url(/static/media/logo.532dbeb7c748947b74f8.svg);background-repeat:no-repeat;background-size:100%;height:10vh;width:10vh}.loadingStyles_loadingText__rX6zi{flex-basis:100%;text-align:center;-webkit-user-select:none;user-select:none}@keyframes loadingStyles_loadingSpin__FmY8v{0%{transform:rotate(0deg)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}to{transform:rotate(2turn)}}.signInForm{align-items:center;border-radius:20px;box-shadow:0 5px 10px #0008;justify-content:space-between;max-height:70%;padding:5%;width:50%}.signInForm,.signInForm div{display:flex;flex-direction:column}.signInForm div{width:70%}.signInForm label{font-size:1.5rem;font-weight:700}.signInForm input{border:.25rem solid #000;border-radius:1rem;font-family:Azeret Mono,Courier New,Courier,monospace;font-size:1.5rem;height:2.5rem;margin-bottom:1.5rem;padding:.5rem}.signInForm button{min-width:20%}.signInForm h1,.signInForm h4{margin:0;padding:0;text-align:center}.signInForm .error{color:red}@media screen and (max-width:500px){.signInForm{border-radius:0;box-shadow:none;height:90vh;width:100vw}.signInForm>div{display:flex;flex-wrap:wrap;width:90vw}.signInForm input{flex-grow:1}.signInForm button{width:auto}}header{align-items:center;background-color:var(--main);display:flex;height:8vh;justify-content:center;position:sticky;top:0;width:100vw;z-index:999}header:has(#logo){background-color:#eee}#logo{background-image:url(/static/media/logo.532dbeb7c748947b74f8.svg);background-repeat:no-repeat;background-size:100%;flex-grow:0;height:8vh;margin-left:1vh;width:8vh}.spacer{flex-grow:1}nav{display:flex;flex-basis:100vw;justify-content:space-evenly}.navBtn{aspect-ratio:1/1;background-position:50%;background-repeat:no-repeat;background-size:80%;border-radius:100%;cursor:pointer;height:6vh;position:relative;top:0;transition:all .5s;z-index:1}.navBtn,.navBtn>div{background-color:#fff}.navBtn>div{background-color:var(--main);height:100%;-webkit-mask-size:80%;mask-size:80%;width:100%}.list{-webkit-mask:url(/static/media/list.d6db18c136b72c1773ac.svg) no-repeat center;mask:url(/static/media/list.d6db18c136b72c1773ac.svg) no-repeat center}.logo{-webkit-mask:url(/static/media/logo.532dbeb7c748947b74f8.svg) no-repeat center;mask:url(/static/media/logo.532dbeb7c748947b74f8.svg) no-repeat center}.repo{-webkit-mask:url(/static/media/repo.bcce4bb205d26c1b98c0.svg) no-repeat center;mask:url(/static/media/repo.bcce4bb205d26c1b98c0.svg) no-repeat center}.navBtn.active{border-radius:100% 100% 0 0;top:1.1vh}#subNav{display:flex;height:10vh;overflow-y:hidden;width:100vw}#subNav div{border:1vh solid #fff;flex-basis:50%;flex-direction:column;height:10vh;position:relative;text-align:center;z-index:10}#subNav div,#subNav h4{align-items:center;display:flex;justify-content:center;transition:all .25s}#subNav h4{background-image:linear-gradient(to right,#fff 0,#fff 25%,var(--main) 25%,var(--main) 50%,#fff 50%,#fff 100%);background-position-x:left;background-size:450%;border:1vh solid var(--main);border-radius:10vh 10vh 10vh 10vh;cursor:pointer;flex-grow:1;margin:0;padding:0;transition:all .5s;width:100%}#subNav div:first-child{border-right:.5vh solid #fff}#subNav div:nth-child(2){border-left:.5vh solid #fff}#subNav .subNav.active h4{border-radius:0;color:#fff;cursor:default}#subNav :first-child.active h4,#subNav :nth-child(2).active h4{background-position-x:35%}#subNav :nth-child(2) h4{background-position-x:100%}.listItem:has(.add){align-items:center;display:flex}.add{background-image:url(/static/media/add.814637ddb9e2c0249b28.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:4vh;width:4vh}
/*# sourceMappingURL=main.3849f556.css.map*/