@import url(https://fonts.googleapis.com/css?family=Fira+Sans);@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,700);@import url(https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900&display=swap);@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Open+Sans:300,400,600,800);@import url(https://fonts.googleapis.com/css?family=Lato:300);@import url(https://fonts.googleapis.com/css?family=Lato);.App{text-align:center;display:flex;width:100%}.SearchBox{height:45px;min-height:45px;width:60%;position:fixed;z-index:0;background:#e9e9e9;border-radius:5px;padding:0 10px}@media only screen and (max-width:588px){.SearchBox{display:none}}.drawer-services-menu-container{height:100%;width:100%;display:flex;flex-direction:column}.drawer-services-menu-header{flex:0.2 1;display:flex;justify-content:center;align-items:center}.drawer-services-menu-list{flex:1 1;padding:5px 0 5px 5px;overflow-y:auto;overflow-x:hidden}.drawer-services-menu-item,.drawer-services-menu-list{display:flex;align-items:center;justify-content:center}.drawer-services-menu-item{width:130px;height:130px;margin:0 5px 0 0;padding:5px;flex-direction:column;border-radius:7px;font-size:1.5em;font-weight:700}.drawer-services-menu-item:hover{background-color:hsla(0,0%,78.8%,.3)}.drawer-services-menu-item-icon-container{background:transparent;width:80%;height:80%;display:flex;justify-content:center;align-items:center;border-radius:10px}.drawer-services-menu-item-title-container{display:flex;justify-content:center;align-items:center;color:#fff}@media only screen and (max-width:522px){.drawer-services-menu-container{width:100vw}.drawer-services-menu-list{flex-wrap:wrap}.drawer-services-menu-item{flex:1 0 45%}}.AppBar{height:50px;min-height:50px;display:flex;box-shadow:1px 1px 1px #dbd5d5;overflow:hidden;background:#ff0;position:fixed;left:0;right:0;top:0;z-index:990}.AppBar p,h2{font-family:Lato,"sans-serif"}.AppBarMain{padding:0 20px;display:flex;flex-direction:row;flex-grow:1}.AppBarLeft{flex-grow:0.25;align-content:center;font-size:1em;font-weight:700}.AppBarLeft,.hamburger{display:flex;align-items:center}.hamburger{padding:0;margin:0;cursor:pointer;height:45px;width:45px}.hamburger,.Service{justify-content:center}.Service{font-family:Raleway,sans-serif;margin:0 0 0 5px;font-size:1.8em;font-weight:300;display:flex;background-color:#2336bd;padding:5px;border-radius:4px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);color:#fff}.Service:hover{cursor:pointer}.AppBarCenter{display:flex;flex-grow:1;align-items:center;align-content:center}.AppBarRight{margin:auto}@media only screen and (max-width:590px){.AppBar{position:fixed;height:45px;min-height:45px;width:100vw;flex-grow:1;box-shadow:1px 1px 1px #dbd5d5}.AppBarMain{padding:0}.AppBarCenter{flex-grow:1}.ServicesNav{background:#fff;border-radius:0;width:100%;top:45px;z-index:1001}.ServicesNav a{align-self:center}}.drawer-item{padding:9px 0 8px 40px;display:flex;flex-direction:row;align-items:center;cursor:pointer;min-height:45px;border-radius:0}.drawer-item:hover{background-color:#f9f9f9}.drawer-item-icon{width:24px;height:24px;position:relative;display:flex}.drawer-item-title{font-family:Tajawal,sans-serif;text-transform:capitalize;font-weight:700;font-size:18px;line-height:36px;display:flex;align-items:center;justify-content:center;margin-left:35px}.drawer-item-main-action{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:45px;padding:10px 15px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#2336bd;color:#fff;border-radius:5px;margin:10px;cursor:pointer;user-select:none;-webkit-user-select:none;-webkit-appearance:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;box-shadow:0 10px 15px -3px rgba(35,54,189,.5),0 4px 6px -2px rgba(35,54,189,.2)}.drawer-item-main-action:hover{-webkit-transition:.2s;transition:.2s;box-shadow:0 20px 25px -5px rgba(35,54,189,.6),0 10px 10px -5px rgba(35,54,189,.2)}.drawer-item-main-action-icon{width:24px;height:24px;position:relative;display:flex;justify-content:center;align-items:center}.drawer-item-main-action-title{font-family:Tajawal,sans-serif;-webkit-appearance:none;line-height:unset;color:#fff;display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:700}@media only screen and (max-width:692px){.drawer-item-main-action{height:40px;width:40px;padding:5px;border-radius:5px;margin:5px;display:flex;justify-content:center;align-items:center}.drawer-item-main-action-icon{width:24px;height:24px;position:relative;display:flex;justify-content:center;align-items:center}.drawer-item-main-action-title{display:none}}.Drawer{width:270px;min-width:270px;-webkit-transition:visibility 0s,opacity .5s linear;transition:visibility 0s,opacity .5s linear;background:#fff;box-shadow:0 7px 7px #c2c2c2}.Drawer,.drawer-service-container{display:flex;flex-direction:column}.drawer-service-container{height:160px;position:-webkit-sticky;position:sticky;top:45px;justify-content:center;align-items:center}.drawer-item-list-container{position:-webkit-sticky;position:sticky;top:205px}.drawer-close{display:flex;justify-content:flex-start}.drawer-go-back{background:#00f}@media only screen and (max-width:450px){.Drawer{position:fixed;width:70%;top:0;bottom:0;left:0;overflow-y:auto;overflow-x:hidden;box-shadow:0 10px 30px 3px #b9b9b9;z-index:200}}@media only screen and (max-width:590px){.Drawer{padding-top:0;width:75%;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;overflow-x:hidden;box-shadow:0 10px 30px 3px #b9b9b9;z-index:200}.drawer-service-container{display:flex;padding:5px;height:160px;min-height:160px}}.tracking-invoice-card{height:-webkit-max-content;height:-moz-max-content;height:max-content;max-height:200px;width:250px;min-width:130px;padding:10px;margin:5px;flex:1 0;display:flex;flex-wrap:wrap;flex-direction:column;text-decoration:none;border-radius:5px;background:#fff;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.tracking-invoice-card,.tracking-invoice-card p{font-family:Tajawal,sans-serif}.tracking-invoice-card-row-1{display:flex;justify-content:space-between}.tracking-invoice-card-id{font-size:24px;text-decoration:none;flex:1 1}.tracking-invoice-card-date,.tracking-invoice-card-id{display:flex;justify-content:flex-start;align-items:center;color:#484848;font-weight:700}.tracking-invoice-card-customer{margin:0;padding:0;display:flex;justify-content:flex-end;align-items:center;font-size:12px;font-weight:300;text-decoration:none}.tracking-invoice-card-customer:hover{text-decoration:underline}.tracking-invoice-card-finance{display:flex;flex-direction:column;justify-content:flex-start}.tracking-invoice-card-finance-row-1{padding:0;margin:0;display:flex;justify-content:flex-start;align-items:center;box-sizing:border-box}.tracking-invoice-card-indicator{border-radius:15px;background:#ececec;padding:3px 7px 3px 3px;margin:5px 0;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:13px}.tracking-invoice-card-indicator-icon{width:24px;height:24px;position:relative;display:flex;justify-content:center;align-items:center;margin-right:3px}.tracking-invoice-card-total{width:100%;background:#fafad2}.tracking-invoice-card-paid{color:#484848;border-left:4px solid green}.tracking-invoice-card-pending{color:#787878;border-left:4px solid orange}@media only screen and (max-width:692px){.tracking-invoice-card{margin:10px 5px;width:100%;max-width:280px;height:110px;padding-bottom:5px}.tracking-invoice-card-indicator{padding:2px;margin:0}}@media only screen and (max-width:588px){.tracking-invoice-card{margin:10px 5px;width:280px;height:90px}}.tracking-invoice-list-root{position:absolute;width:100%;background-color:rgba(210,218,226,.5);justify-content:center}.tracking-invoice-list-content,.tracking-invoice-list-root{max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;min-height:100%;display:flex;box-sizing:border-box}.tracking-invoice-list-content{width:80%;flex-direction:column;height:-webkit-max-content;height:-moz-max-content;height:max-content}.tracking-invoice-list-header{flex:0.2 1;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px;box-sizing:border-box}.tracking-invoice-list-header-title{font-size:48px;font-weight:900}.tracking-invoice-list-header-action{display:flex}.tracking-invoice-list-body{flex:1 1;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;min-height:100%;width:100%;flex-wrap:wrap;display:flex;flex-direction:row;padding:10px;box-sizing:border-box}@media only screen and (max-width:692px){.tracking-invoice-list-header{flex:0.1 1;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:5px;box-sizing:border-box}.tracking-invoice-list-header-title{font-size:24px;font-weight:900;text-transform:uppercase}.tracking-invoice-list-header-action{display:flex}}.panel-drawer-root{position:fixed;top:0;bottom:0;left:0;right:20px;overflow-y:auto;overflow-x:hidden;box-shadow:1px 1px 1px #dbd5d5;background-color:#fff;z-index:200}.panel-drawer-list{position:-webkit-sticky;position:sticky;top:50px}@media only screen and (min-width:590px){.panel-drawer-root{padding-top:0;width:75%;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;overflow-x:hidden;box-shadow:1px 1px 1px #dbd5d5;z-index:200}}@media only screen and (min-width:798px){.panel-drawer-root{position:fixed;width:300px;top:0;bottom:0;left:0;overflow-y:auto;overflow-x:hidden;box-shadow:1px 4px 4px #dbd5d5;z-index:200}.panel-drawer-root-enter{opacity:0;width:0}.panel-drawer-root-enter-active{opacity:1;width:300px;-webkit-transition:opacity .3s,width .4s;transition:opacity .3s,width .4s}.panel-drawer-root-exit{opacity:1;width:300px}.panel-drawer-root-exit-active{opacity:0;width:0;-webkit-transition:opacity .3s,width .4s;transition:opacity .3s,width .4s}}.appbar-user-root{padding:3px}.appbar-user-content,.appbar-user-root{display:flex;justify-content:center;align-items:center}.appbar-user-content{border-radius:4px;flex-direction:row;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:0 10px;color:#4061b6}.appbar-user-content:hover{background-color:#b8cbe4}.appbar-user-image{width:30px;height:30px;border-radius:30px;cursor:pointer;position:relative;padding:10px}.appbar-user-icon,.appbar-user-image{display:flex;justify-content:center;align-items:center}.appbar-user-icon{width:"100%";height:"100%"}.appbar-user-image img{width:"100%";height:40px;border-radius:40px}.appbar-user-info{display:flex;flex-direction:column;flex:1 1;justify-content:center;align-items:flex-end;margin-right:10px}.appbar-user-name{text-transform:uppercase;font-family:Lato,"sans-serif";font-size:16px;font-weight:700}.appbar-user-email{font-family:Lato,"sans-serif";font-size:14px;font-weight:300}@media only screen and (max-width:590px){.appbar-user-info{display:none}}.appbar-root{height:50px;min-height:50px;display:flex;box-sizing:border-box;box-shadow:1px 1px 1px #dbd5d5;overflow:hidden;background:#fff;position:fixed;left:0;right:0;top:0;z-index:990;background-color:#f5f4fd}.appbar-content{display:flex;flex-direction:row;flex-grow:1}.appbar-left{padding:0 10px;flex-grow:0.25;align-content:center;font-size:1em;font-weight:700}.appbar-left,.appbar-menu{display:flex;align-items:center}.appbar-menu{cursor:pointer;height:40px;width:40px;padding:5px;justify-content:center;box-sizing:inherit}.appbar-menu-content svg{width:100%;height:100%}.appbar-menu-content{cursor:pointer;height:24px;width:24px;padding:10px;position:relative;align-items:center}.appbar-menu-content,.appbar-title{display:flex;justify-content:center}.appbar-title{font-family:Lato,Raleway,sans-serif;font-weight:700;font-size:24px;padding:5px;border-radius:4px;color:#242f45}.appbar-title:hover{cursor:pointer}.appbar-center{display:flex;flex-grow:1;align-items:center;align-content:center}.appbar-right{margin:auto}@media only screen and (max-width:590px){.appbar-root{position:fixed;height:45px;min-height:45px;width:100vw;flex-grow:1;box-shadow:1px 1px 1px #dbd5d5}.appbar-content,.appbar-left{padding:0}.appbar-menu-content{height:25px;width:25px}.appbar-title{font-size:1.3rem;font-weight:300;color:#2336bd}.appbar-center{flex-grow:1}.appbar-titlesNav{background:#fff;border-radius:0;width:100%;top:45px;z-index:1001}.appbar-titlesNav a{align-self:center}}.File{height:120px;min-height:120px;min-width:100px;width:170px;margin:7px;display:flex;flex-direction:column;border-radius:7px;box-shadow:0 10px 15px 3px rgba(120,205,158,.3),0 4px 6px 2px rgba(120,205,158,.15)}.File:hover{box-shadow:0 15px 20px -3px rgba(120,205,158,.4),0 4px 6px -2px rgba(120,205,158,.2)}.FileHeader{width:100%;flex:1 1;display:flex;flex-direction:column}.FileImage{box-sizing:border-box;height:100%;flex:1 1;font-size:2em;border-radius:7px 7px 0 0}.FileImage,.FileTitle{width:100%;display:flex;justify-content:center;align-items:center}.FileTitle{background:#78cd9e;flex:0.4 1;cursor:pointer;border-radius:0 0 7px 7px;font-family:Lato;font-size:14px}.OptionBar{flex:0.2 1;border-radius:7px;background:-webkit-gradient(linear,left bottom,left top,color-stop(30%,transparent),to(#fff1eb));background:linear-gradient(0deg,transparent 30%,#fff1eb)}.OptionBar,.OptionContainer{display:flex;justify-content:center;align-items:center}.OptionContainer{width:100%;flex:1 1;flex-direction:column}.FileOptionRow{display:flex;flex:0.33 1;justify-content:center;align-items:center}.FileOptionDelete,.FileOptionMore,.FileOptionShare{border-radius:37px;width:80%;height:80%;display:flex;align-items:center;justify-content:space-around;cursor:pointer}.FileListRoot{width:100vw;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:100%;position:relative;display:flex;box-sizing:border-box;justify-content:center;align-items:center;flex-direction:column}.FileListContainer{min-height:100%;display:flex;flex-direction:row;flex:1 1;flex-wrap:wrap;width:70%}.MoveFileDrawer{position:fixed;top:100px;right:0;bottom:0;display:flex;background-color:#f5f4fd;width:300px;-webkit-transition:visibility 0s,opacity .5s linear;transition:visibility 0s,opacity .5s linear}.FolderFlat{min-height:35px;width:100%;margin:2px 0;display:flex;justify-content:center;flex-direction:column;border-radius:3px;background:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.FolderFlat:hover{background:rgba(120,205,158,.3);cursor:pointer}.FilesToolbar{height:50px;min-height:50px;width:100%;display:flex;justify-content:center;box-shadow:1px 1px 0 #dbd6d6;position:sticky;position:-webkit-sticky;top:50px;right:0;left:0;z-index:995;background-color:#e1eef1}.FilesToolbarActionContainer{flex:0.5 1;display:flex;flex-direction:row;justify-content:space-evenly}.FilesNavigation{width:100%;padding:10px;flex:1,1}.FilesNavigationText{font-family:Lato,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media only screen and (max-width:622px){.FilesToolbarActionContainer{flex-grow:0.8;justify-content:space-around}}@media only screen and (max-width:692px){.FilesToolbar{height:45px;min-height:45px;width:100%;box-shadow:1px 1px 1px #dbd5d5;top:45px}.FilesNavigation{padding:5px}.MoveFileDrawer{width:100%;position:fixed;top:90px;bottom:0;right:0;left:0;overflow-x:auto}.FileListRoot{padding:0}.FileListContainer{align-items:flex-start;justify-content:space-evenly;padding:10px;width:100%;height:100%}.File{height:130px;min-height:110px;min-width:80px;width:140px;display:flex;flex-direction:column;border-radius:7px}.FileTitle{font-size:12px}}@media only screen and (max-width:994px){.FilesToolbarActionContainer{flex:0.8 1;justify-content:space-between}}.file-action-button-icon{margin-right:5px}.file-action-button-title{font-family:Lato}@media only screen and (max-width:622px){.file-action-button-title{display:none;margin-right:0}}.feather path{strokeWidth:1}.input-container{width:80%;font-family:Lato,sans-serif;font-weight:900;display:flex;justify-content:space-between;align-items:center}.input-container input{height:40px;width:100%;flex:1 1;border-radius:5px;border:none;box-shadow:0 1px 2px #f3f3f3;font-family:Lato,"sans-serif";font-size:1em;padding:0 5px;background:#fff;width:60%}@media only screen and (max-width:450px){.input-container,.input-container input{display:none}}@media only screen and (max-width:588px){.input-container input{height:35px}}.barcode-info-card-root{width:100%;display:flex;flex-direction:column;align-items:center;height:100%;padding:0 10px}.barcode-info-card-header{width:100%;display:flex;justify-content:flex-start;margin:20px}.barcode-info-card-title{width:100%;font-family:Lato;font-weight:700;font-size:18px;display:flex}.barcode-info-card-body{width:100%}.input-with-action-root{display:flex;flex-direction:row;margin:10px;background:transparent;height:45px;width:75%;border-radius:45px;border:2px solid #2336bc;box-shadow:0 15px 20px -3px rgba(35,54,189,.2),0 4px 6px -2px rgba(35,54,189,.1)}.input-with-action-action{width:45px;display:flex;justify-content:center;align-items:center;cursor:pointer}.input-with-action-icon{width:24px;height:24px;position:relative;display:flex;justify-content:center;align-items:center}.input-with-action-container{display:flex;flex:1 1;padding:10px 15px}.input-with-action-container input{border:none;width:100%;height:100%;background:transparent;font-family:Tajawal,sans-serif;font-size:18px;font-weight:300}@media only screen and (max-width:692px){.input-with-action-root{margin:0;height:40px;width:100%}.input-with-action-container{padding:5px 10px}.input-with-action-container input{font-family:Lato,sans-serif;font-size:14px;font-weight:300}.input-with-action-action{background-color:#f5f5f5;border-radius:50px;width:65px}}.tracking-explore-root{width:100vw;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:100%;position:relative;display:flex;box-sizing:border-box;align-items:center;flex-direction:column}.tracking-explore-content{padding:20px;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;flex:1 1}.tracking-explore-header{flex-direction:column;justify-content:space-between}.tracking-explore-body,.tracking-explore-header{width:70%;padding:20px;display:flex;align-items:center}.tracking-explore-body{height:90%;flex-direction:column;justify-content:flex-start;flex:1 1}.tracking-explore-barcode-search-result{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;display:flex;flex-direction:column;justify-content:space-around}.tracking-explore-barcode-search-result-info{flex:1 1;padding:5px}.tracking-explore-barcode-search-result-info,.tracking-explore-barcode-search-result-tree{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.tracking-explore-central-message{font-size:36px;font-weight:700}.tracking-explore-input-root{display:flex;flex-direction:row;margin:10px;background:transparent;height:45px;width:75%;border-radius:45px;border:2px solid #2336bc;box-shadow:0 15px 20px -3px rgba(35,54,189,.2),0 4px 6px -2px rgba(35,54,189,.1)}.tracking-explore-input-action{width:45px;display:flex;justify-content:center;align-items:center;cursor:pointer}.tracking-explore-input-icon{width:24px;height:24px;position:relative;display:flex;justify-content:center;align-items:center}.tracking-explore-input-container{display:flex;flex:1 1;padding:10px 15px}.tracking-explore-input-container input{border:none;width:100%;height:100%;background:transparent;font-family:Tajawal,sans-serif;font-size:18px;font-weight:300}@media only screen and (max-width:692px){.tracking-explore-input-root{margin:10px;height:55px;width:100%}.tracking-explore-input-container input{font-family:Raleway,sans-serif;font-size:14px;font-weight:300}.tracking-explore-content{padding:10px}.tracking-explore-header{width:100%;padding:0}.tracking-explore-body{width:100%;padding:10px 0}.tracking-explore-central-message{font-size:16px;font-weight:700}}.item-list-root{flex:1 1;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;width:100%;flex-wrap:wrap;flex-direction:row;padding:10px;justify-content:center}.item-list-root,.tracking-inventory-root{min-height:100%;box-sizing:border-box;display:flex}.tracking-inventory-root{height:-webkit-max-content;height:-moz-max-content;height:max-content;width:100vw;flex:1 1;align-items:center;flex-direction:column}.tracking-inventory-content{width:80%;flex-direction:column;display:flex;flex:1 1;box-sizing:border-box;padding:10px}.tracking-inventory-header{flex:0.2 1;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px;box-sizing:border-box}.tracking-inventory-header-title{font-size:48px;font-weight:900}.tracking-inventory-body{height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:100%;flex:1 1;display:flex;flex-direction:column;padding:10px;box-sizing:border-box}@media only screen and (max-width:692px){.tracking-inventory-content{width:100%;padding:5px;border-radius:5px;margin:5px;display:flex;justify-content:center;align-items:center}.tracking-inventory-header{flex:0.15 1;padding:20px}.tracking-inventory-header-title{font-size:36px;font-weight:700}}.inventory-detail-header{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:20px}.inventory-detail-go-back,.inventory-detail-header{width:100%;box-sizing:border-box}.inventory-detail-header-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box}.inventory-detail-header-title{font-size:24px;font-weight:900;box-sizing:border-box}.inventory-detail-header-action{box-sizing:border-box}@media only screen and (max-width:692px){.inventory-detail-header{height:auto;width:100%;padding:5px}.inventory-detail-header-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box}.inventory-detail-header-title{font-size:18px;font-weight:700;text-align:left}}.inventory-detail-card-root{display:flex;flex-direction:row;height:60px;width:60%;background-color:#f1f1f1;padding:5px;margin:5px;border-radius:3px;cursor:pointer}.inventory-detail-card-content{display:flex;flex-direction:column;flex:1 1}.inventory-detail-card-header{display:flex;flex:1 1}.inventory-detail-card-title{display:flex;justify-content:center;align-items:center;height:100%}.inventory-detail-card-titleText{font-family:Lato;font-weight:300;font-size:32px;color:#000}.inventory-detail-card-rightArrow{height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.inventory-detail-card-amount{width:100%;background-color:purple;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:#2336bd;border-radius:5px;padding-top:4px;padding-bottom:4px;box-shadow:0 5px 7px -1px rgba(35,54,189,.3),0 2px 3px -1px rgba(35,54,189,.1)}.inventory-detail-card-amountText{color:#fff;display:flex;align-items:flex-start;justify-content:flex-start;font-size:24px;font-family:Lato;font-weight:900;margin-right:4px;margin-left:4px}.inventory-detail-card-unitText{font-family:Lato;font-weight:700;-webkit-text-decoration:italic;text-decoration:italic;color:#fff;margin-right:4px;margin-left:4px}.inventory-detail-card-icon{display:flex;align-items:center;justify-content:center;position:relative;margin-left:10px;margin-right:10px}@media only screen and (max-width:692px){.inventory-detail-card-root{width:100%;padding:5px 5px 0;margin:5px 0;border-radius:5px;cursor:pointer;flex-direction:column}.inventory-detail-card-content{display:flex;flex-direction:column;flex:1 1}.inventory-detail-card-header{display:flex;flex:1 1}.inventory-detail-card-title{display:flex;justify-content:center;align-items:center;height:100%}.inventory-detail-card-titleText{font-family:Lato;font-weight:300;font-size:16px;color:#000}.inventory-detail-card-rightArrow{height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.inventory-detail-card-amount{width:100%;background-color:purple;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:#2336bd;border-radius:5px;padding-top:4px;padding-bottom:4px;box-shadow:0 5px 7px -1px rgba(35,54,189,.3),0 2px 3px -1px rgba(35,54,189,.1)}}.tracking-inventory-detail-root{height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:100%;width:100vw;flex:1 1;display:flex;align-items:center;flex-direction:column;box-sizing:border-box}@media only screen and (max-width:692px){.tracking-inventory-detail-root{padding:5px}}.ItemForm{padding:10px 30px;display:flex;flex-direction:row;justify-content:center}.ItemFormInput{margin:0 7px}.invoice-form-container-header{padding:15px 20px;flex:0.2 1;display:flex;flex-direction:column;border-radius:20px 20px 0 0}.invoice-form-container-header-empty{flex:1 1}.invoice-form-container-header-title{font-size:2.5em;font-weight:900;color:#484848;display:flex;align-items:center;font-family:Lato,"sans-serif"}.item-list-form-container{width:45%;height:100%;flex:0.55 1;display:flex;flex-direction:column;align-items:center;margin-right:20px;background:#fff;border-radius:20px}.item-list-form-list{padding:15px;flex:0.7 1;width:100%;display:flex;flex-direction:column;align-items:center;flex-grow:1;overflow-y:auto}.item-list-form-list-container{padding:0;flex-wrap:wrap;overflow-y:auto;width:100%;height:100%;flex:1 1}@media only screen and (max-width:692px){.item-list-form-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;flex:0.55 1;display:flex;flex-direction:column;align-items:center;margin-right:20px;background:#fff;border-radius:20px}}.invoice-form-container{width:45%;height:100%;flex:0.3 1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:20px}.invoice-form-container-body{padding:15px;flex:0.7 1;display:flex;flex-direction:column;align-items:flex-start;flex-grow:1;overflow-y:auto}.invoice-form-checkbox-container{display:flex;justify-content:space-between;align-items:center;margin:10px 0}@media only screen and (max-width:692px){.invoice-form-container{width:100%;flex:1 1}}.tracking-invoices-new-root{display:flex;width:100vw;height:100%;flex-direction:column;padding:20px;align-items:center}.tracking-invoices-new-body{display:flex;justify-content:space-between;flex:1 1;width:100%;height:100%;flex-direction:row;padding:20px 0;align-items:center}@media only screen and (max-width:692px){.tracking-invoices-new-root{padding:0;background-color:#ff0;height:-webkit-max-content;height:-moz-max-content;height:max-content}.tracking-invoices-new-body{flex-direction:column;padding:10px 0;background-color:red}}*{padding:0;margin:0}.Customer{margin:10px 5px;position:relative;background:linear-gradient(120deg,#89f7fe,#66a6ff);font-family:Relaway,"sans-serif";text-decoration:none;border-radius:15px;box-shadow:0 4px 6px rgba(0,0,0,.15);-webkit-transition:box-shadow .25s ease;transition:box-shadow .25s ease;display:flex;flex-wrap:wrap;flex-direction:column;flex:1 1 250px;width:320px;min-width:200px;max-width:300px;min-height:40px;height:90px;max-height:220px}.Customer:hover{box-shadow:0 6px 8px rgba(0,0,0,.3);cursor:pointer}.Customer:active{box-shadow:0 5px 20px #b9b9b9;-webkit-transition:none;transition:none}.Name{font-size:24px;color:#484848}.Address,.Name{font-weight:700;text-decoration:none}.Address{color:#cd5c5c;flex:1 1;align-self:flex-start;font-size:18px;max-height:50px}.Address:hover{text-decoration:none}@media only screen and (max-width:692px){.Customer{margin:10px 5px;width:280px;height:160px}}.CustomerList{padding:20px 30px;display:flex;flex-direction:column;align-items:center;flex-grow:1;width:100%;background:transparent}.List{display:flex;flex-wrap:wrap;align-self:center}@media only screen and (max-width:692px){.List{padding:0;align-self:center;justify-content:center}.SearchBox{width:100%}}.tracking-in-invoices-invoice-header{flex:0.2 1;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:20px;box-sizing:border-box}.tracking-in-invoices-invoice-header-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.tracking-in-invoices-invoice-header-action{flex:1 1;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.tracking-in-invoices-invoice-header-title{font-size:32px;font-weight:900}@media only screen and (max-width:692px){.tracking-in-invoices-invoice-header{flex:0.12 1;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:20px;box-sizing:border-box}}.customer-container-root{width:100vw;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:100%;position:relative;display:flex;box-sizing:border-box;background-color:rgba(210,218,226,.5);justify-content:center}.customer-container-content{width:70%;height:100%;position:absolute;flex-direction:column;display:flex;box-sizing:border-box}.customer-container-body{flex:1 1;display:flex;flex-direction:column;padding:10px;box-sizing:border-box}@media only screen and (max-width:692px){.customer-container-content{width:100%}}.tracking-in-invoices-invoice-root{width:100vw;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:100%;position:relative;display:flex;box-sizing:border-box;background-color:rgba(210,218,226,.5);justify-content:center}.tracking-in-invoices-invoice-content{width:70%;height:100%;position:absolute;flex-direction:column;display:flex;box-sizing:border-box}.tracking-in-invoices-invoice-body{flex:1 1;display:flex;flex-direction:column;padding:10px;box-sizing:border-box}@media only screen and (max-width:692px){.tracking-in-invoices-invoice-content{width:100%}}.tracking-in-product-list-list-root,.xml-file-list-root{display:flex;flex-direction:column;align-items:center;box-sizing:border-box;flex:1 1;height:100%}.SummaryItemContainer{margin:5px;padding:10px;width:100%;max-height:220px;display:flex;flex-direction:column;justify-content:space-between;position:relative;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,.15);-webkit-transition:box-shadow .25s ease-in-out;transition:box-shadow .25s ease-in-out;border-radius:5px;flex-wrap:wrap;font-weight:300;font-family:Lato,"sans-serif"}.SummaryItemContainer:hover{box-shadow:0 6px 8px rgba(0,0,0,.3)}.SummaryItemProgressBar{height:4px;width:0;background:linear-gradient(120deg,#fccb90,#d57eeb)}.SummaryItemContainerTopBar{font-size:14px;font-weight:600;display:flex;flex-direction:row;justify-content:space-between}.SummaryItemTitle{align-self:flex-start;padding:0;margin:0}.SummaryItemActions{display:flex;justify-content:center;align-items:center}.SummaryItemActions:hover{cursor:pointer}.SummaryItemList{padding:7px 0;display:flex;align-items:center;overflow:auto;width:inherit}.SummaryItemCard{padding:3px;margin:0 10px 0 0;display:flex;flex-direction:column;justify-content:space-between;background:#f3f3f3;box-shadow:0 1px 1px rgba(0,0,0,.15);border-radius:4px;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;flex-wrap:wrap}.SummaryItemProductName{text-align:start;font-size:12px;font-weight:300}.SummaryItemProductName,.SummaryItemProductQnt{display:flex;justify-content:flex-start;font-family:Lato,"sans-serif"}.SummaryItemProductQnt{font-size:16px;font-weight:900}.xml-root{width:100vw;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:100%;position:relative;display:flex;box-sizing:border-box;background-color:rgba(210,218,226,.5);justify-content:center}.xml-content{width:70%;height:100%;position:absolute;flex-direction:column}.xml-body,.xml-content{display:flex;box-sizing:border-box}.xml-body{flex:1 1;flex-direction:column;padding:10px}*{box-sizing:border-box}.Barcode{font-family:Lato,sans-serif;font-weight:300;align-content:center;justify-content:space-between}.BarcodePSN{flex:0.3 1;font-weight:700}.BarcodePSN,.BarcodeUID{display:flex;align-items:center;font-family:Lato,sans-serif}.BarcodeUID{flex:0.7 1}.BarcodeIndicator{justify-content:center;padding:0 10px 0 0}.BarcodeActionsContainer,.BarcodeIndicator{display:flex;align-items:center}.tracking-in-uids-root{width:100vw;position:relative;background-color:rgba(210,218,226,.5);justify-content:center}.tracking-in-uids-content,.tracking-in-uids-root{height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:100%;display:flex;box-sizing:border-box}.tracking-in-uids-content{width:60%;flex-direction:column;padding:10px}.tracking-in-uids-header{flex:0.2 1;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px;box-sizing:border-box}.tracking-in-uids-header-title{font-size:48px;font-weight:900}.tracking-in-uids-body{height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:100%;flex:1 1;display:flex;flex-direction:column;padding:10px;box-sizing:border-box}.invoice-card{min-height:140px;height:180px;max-height:200px;width:320px;min-width:200px;max-width:400px;padding:15px;margin:20px;flex:1 0;display:flex;flex-wrap:wrap;flex-direction:column;text-decoration:none;border-radius:5px;background:#fff;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.invoice-card,.invoice-card p{font-family:Tajawal,sans-serif}.invoice-card:active{-webkit-transition:none;transition:none}.invoice-card-row-1{display:flex;justify-content:space-between}.invoice-card-id{font-size:24px;text-decoration:none;flex:1 1}.invoice-card-date,.invoice-card-id{display:flex;justify-content:flex-start;align-items:center;color:#484848;font-weight:700}.invoice-card-customer{margin:0;padding:0;display:flex;justify-content:flex-start;align-items:center;font-size:18px;font-weight:600;text-decoration:none}.invoice-card-customer:hover{text-decoration:underline}.invoice-card-finance{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;margin:10px 0 0}.invoice-card-finance-row-1{padding:0;margin:0;display:flex;justify-content:flex-start;align-items:center;box-sizing:border-box}.invoice-card-finance-row-2{flex:1 1;display:flex;justify-content:flex-end;box-sizing:border-box}.invoice-card-amount{display:flex;align-items:flex-end;padding-bottom:10px;font-size:3em;font-weight:900}.invoice-card-currency{display:flex;align-items:flex-end;margin-left:5px;font-size:16px;font-weight:700}.invoice-card-indicator{border-radius:15px;background:#ececec;padding:3px 7px 3px 3px;font-weight:700;font-size:16px;margin:5px 10px 5px 0}.invoice-card-indicator,.invoice-card-indicator-icon{display:flex;justify-content:center;align-items:center}.invoice-card-indicator-icon{width:24px;height:24px;position:relative}.invoice-card-total{width:100%;background:#fafad2}.invoice-card-paid{color:#484848;border-left:4px solid green}.invoice-card-pending{color:#787878;border-left:4px solid orange}@media only screen and (max-width:692px){.invoice-card{margin:10px 5px;width:240px;max-width:280px;height:160px;padding-bottom:5px}.invoice-card-indicator{padding:2px;margin:0}.invoice-card-amount{padding:0;font-size:2.5em}.invoice-card-amount,.invoice-card-currency{display:flex;align-items:flex-end;font-weight:700}.invoice-card-currency{margin-left:5px;font-size:16px}}.Invoice-InvoiceList{padding:20px 10px;display:flex;flex-direction:column;flex-grow:1;width:100%;background:transparent;overflow-y:hidden}.Invoice-List{display:flex;flex-wrap:wrap}.Invoice-SearchBox{height:45px;min-height:45px;width:40%;margin-bottom:10px;position:fixed;z-index:0}@media only screen and (max-width:692px){.Invoice-List{padding:0;align-self:center;justify-content:center}}@media only screen and (max-width:588px){.Invoice-List{padding:5px;align-self:center;justify-content:center}}.backdrop{position:fixed;top:0;bottom:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);z-index:100}.invoice-content{width:100%;height:100%;display:flex;flex-direction:column}.invoice-content-header{background:#ebedf3;padding:10px;height:50px;position:-webkit-sticky;position:sticky;top:50px;display:flex;justify-content:center;align-items:center;font-size:36px;font-family:Raleway,sans-serif;font-weight:700}.invoice-content-body{height:100%}@media only screen and (max-width:692px){.invoice-content-header{top:45px;height:40px;font-size:28px}}.Login{height:100vh;background:#f5f5f5;font-family:Lato,"sans-serif";padding:10px}.Login,.LoginContainer{width:100%;display:flex;align-items:center;justify-content:center}.LoginContainer{box-sizing:border-box;height:100%;padding:40px 20px;flex-direction:column}.Title{align-self:center;height:50px}.Email,.Password{margin-bottom:20px}.Submit{width:100%;align-self:baseline;border-radius:20px}.Submit button{margin:20px 0;height:40px;width:100%;border:none;border-radius:20px;background-image:linear-gradient(120deg,#fccb90,#d57eeb);box-shadow:0 5px 10px #cfd9df;color:#484848;font-weight:400;-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out}.Submit button:hover{box-shadow:0 10px 20px 3px #cfd9df}.Submit:active{border:none}.RememberMe{align-self:left}.Submit button:active{border:none;box-shadow:0 5px 10px #cfd9df;-webkit-transition:none;transition:none}.LoginForm{flex-grow:1}@media only screen and (min-width:768px){.LoginContainer{height:400px;padding:40px 20px;width:20%;background:#fff;box-shadow:0 10px 20px #cfd9df;border-radius:20px}.Title{align-self:flex-start}.LoginForm{flex-grow:1}}.InvoiceCard{padding:10px;margin:15px;background:#fff;text-decoration:none;border-radius:15px;box-shadow:0 5px 20px #b9b9b9;-webkit-transition:box-shadow .25s ease;transition:box-shadow .25s ease;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-between;flex:1 1 300px;width:280px;min-width:200px;max-width:400px;min-height:140px;height:160px}.InvoiceCard,.InvoiceCard p{font-family:Lato,sans-serif}.InvoiceCard:hover{box-shadow:0 10px 30px 3px #b9b9b9}.InvoiceCard:active{box-shadow:0 5px 20px #b9b9b9;-webkit-transition:none;transition:none}.Row1{display:flex;flex-wrap:wrap;height:25px}.Id{font-weight:700;font-size:18px;text-decoration:none}.PaymentStatus{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-end;margin:auto;flex-grow:1;color:#484848;font-weight:700}.InvoiceCustomer{margin-left:20px;margin-top:-7px;color:#cd5c5c;flex:1 1;align-self:flex-start;font-size:24px;font-weight:700;max-height:50px;text-decoration:none}.InvoiceCustomer:hover{text-decoration:underline}.InvoiceCustomer a,.InvoiceCustomer a:hover{color:#656565}@media only screen and (max-width:692px){.InvoiceCard{margin:10px 5px;width:280px;height:160px}}.NavContainer{padding:10px;width:70%}.auth-container,.NavContainer{display:flex;flex-wrap:wrap;margin:auto}.auth-container{flex-direction:row;justify-content:flex-end;flex-grow:1}nav{background:transparent}.item{color:#fff;padding:10px;margin:0 5px}.item:hover{cursor:pointer}.item-1{color:#f5f5f5;font-size:1.5em;font-weight:700}.item-5{padding:5px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;font-weight:600}.item-5 a{text-decoration:none;color:#fff;border-bottom:2px solid transparent;-webkit-transition:border-bottom .2s;transition:border-bottom .2s}.item-5 a:hover{color:#fff;border-bottom:2px solid #fff}.item-6{padding:8px;background:transparent;border:.5px solid #fff;border-radius:7px;display:flex;align-items:stretch;justify-content:center;color:#fff;-webkit-transition:background-color .5s,color .5s;transition:background-color .5s,color .5s}.item-6:hover{background-color:#fff;color:#0b345d}.menu-item{padding-bottom:8px;border-radius:0;border-bottom:2px solid transparent;-webkit-transition:border-bottom .2s;transition:border-bottom .2s}.menu-item:hover{border-bottom:2px solid #fff}svg{position:absolute;bottom:0;width:100%;height:auto}.MainContainer{width:100%;align-self:center;flex-grow:1;display:flex;flex-flow:row;background-color:transparent}.parallax-item{background-color:#000;width:200px;height:200px;border-radius:50%;position:absolute;left:50%;top:50%;margin-left:-100px;margin-top:-100px}.customer-payments-create-container{display:flex;align-self:center;flex-direction:column;justify-content:space-around;width:100%}.customer-payments-create-header{flex:0.35 1;display:flex;justify-content:space-around;align-items:center;flex-direction:row}.customer-payments-create-header-title{display:flex;font-size:2.5em;font-weight:900}.customer-payments-create-form{padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.customer-payments-create-form-header{width:100%;flex:0.2 1;display:flex;align-items:flex-start;font-size:1.5em;font-weight:700;margin:0 0 10px}@media only screen and (min-width:415px){.customer-payments-create-container{width:90%}}@media only screen and (min-width:589px){.customer-payments-create-container{width:100%}}@media only screen and (min-width:650px){.customer-payments-create-container{width:80%}}@media only screen and (min-width:768px){.customer-payments-create-container{width:65%}}@media only screen and (min-width:1024px){.customer-payments-create-container{width:40%}}.payment-card-container{width:100%;max-width:400px;height:90px;margin:10px 5px;background-color:#f9f9f9;display:flex;flex-direction:column;font-family:Lato,sans-serif;border-radius:7px;box-shadow:1px 2px 1px #e6e6e6}.payment-card-container:hover{cursor:pointer;box-shadow:1px 5px 5px #e5e5e5}.payment-card-header{background-color:#7fffd4;padding:3px 10px;justify-content:space-between;display:flex;box-shadow:0 1px 1px #f5f5f5;border-radius:7px 7px 0 0}.payment-card-info{display:flex;font-size:1em;font-weight:700}.payment-card-invoice{display:flex;justify-self:flex-end;font-size:1.5em;font-weight:700}.payment-card-body{flex:1 1;padding:2px 10px 10px;display:flex;flex-direction:row}.payment-card-amount{display:flex;align-items:flex-end;padding-bottom:10px;font-size:3em;font-weight:900}.payment-card-currency{display:flex;align-items:flex-end;margin-left:5px;font-size:1em;font-weight:700}.invoice-card2{width:100%;max-width:400px;height:90px;padding:5px;margin:10px 5px;display:flex;flex-direction:column;border-radius:7px;box-shadow:0 4px 4px #f1f1f1}.invoice-card2,.invoice-card2 p{font-family:Lato,sans-serif}.invoice-card2:hover{box-shadow:1px 3px 3px #b9b9b9}a{color:#484848}.invoice-card2-id{padding:0;display:flex;justify-content:flex-start;font-weight:700;font-size:36px;text-decoration:none;flex:1 1}.invoice-card2-date{display:flex;justify-content:flex-end;color:#484848;font-weight:700}.invoice-card2-total{width:100%}.invoice-card2-paid{color:#484848;border-left:6px solid #90ee90}.invoice-card2-pending{color:#787878;border-left:6px solid purple}@media only screen and (max-width:692px){.invoice-card{margin:10px 5px;width:240px;max-width:280px;height:160px}}@media only screen and (max-width:588px){.invoice-card{margin:10px 5px;width:280px;height:150px}}.customer-view-container{display:flex;width:100%;height:100%;flex-direction:column;justify-content:space-between;padding:20px}.customer-view-header{display:flex;width:100%;font-size:3.5em;font-weight:900;align-items:center}.customer-view-body{padding:10px 0;display:flex;width:100%;height:inherit}.customer-view-create{padding:10px 0;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.customer-view-cols-3{width:100%;display:flex;justify-content:space-between;flex:1 1}@media only screen and (max-width:768px){.customer-view-container{padding:5px 15px}.customer-view-cols-3{flex-direction:column;justify-content:space-between}.customer-view-header{flex:0.1 1;justify-content:center;font-size:2em}}.invoice-card-customer-container{width:100%;max-width:400px;height:90px;margin:10px 5px;background-color:#f9f9f9;display:flex;flex-direction:column;font-family:Lato,sans-serif;border-radius:7px;box-shadow:1px 2px 1px #e6e6e6}.invoice-card-customer-container:hover{cursor:pointer;box-shadow:1px 5px 5px #e5e5e5}.invoice-card-customer-header-paid,.invoice-card-customer-header-pending{padding:3px 10px;justify-content:space-between;display:flex;box-shadow:0 1px 1px #f5f5f5;border-radius:7px 7px 0 0}.invoice-card-customer-header-pending{background-color:orange}.invoice-card-customer-header-paid{background-color:#7fffd4}.invoice-card-customer-id{display:flex;justify-self:flex-end;font-size:1.5em;font-weight:700}.invoice-card-customer-date{display:flex;font-size:1em;font-weight:700}.invoice-card-customer-body{flex:1 1;padding:2px 10px 10px;display:flex;flex-direction:row}.invoice-card-customer-amount{display:flex;align-items:flex-end;padding-bottom:10px;font-size:3em;font-weight:900}.invoice-card-customer-currency{display:flex;align-items:flex-end;margin-left:5px;font-size:1em;font-weight:700}@media (min-width:800px){.Register{margin:auto;width:25%}}@media (min-width:780px){.Register{margin:auto;width:40%}}.inventory-card-container{width:100%;max-width:300px;height:90px;margin:10px 5px;background-color:#f9f9f9;display:flex;justify-content:space-between;flex-direction:column;font-family:Lato,sans-serif;border-radius:7px;box-shadow:1px 2px 1px #e6e6e6}.inventory-card-container:hover{cursor:pointer;box-shadow:1px 5px 5px #e5e5e5}.inventory-card-header{background-color:#7fffd4;padding:3px 10px;justify-content:center;display:flex;box-shadow:0 1px 1px #f5f5f5;border-radius:7px 7px 0 0}.inventory-card-invoice{padding:5px;display:flex;justify-self:flex-end;font-size:1.5em;font-weight:700}.inventory-card-info{display:flex;font-size:1em;font-weight:700}.inventory-card-body{flex:1 1;padding:4px;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:row}.inventory-card-amount{display:flex;align-items:flex-end;padding-bottom:10px;font-size:3em;font-weight:900}.inventory-card-currency{display:flex;align-items:flex-end;margin-left:5px;font-size:1em;font-weight:700}.product-card-container{width:100%;max-width:350px;height:90px;margin:10px 5px;background-color:#f9f9f9;display:flex;flex-direction:column;font-family:Lato,sans-serif;border-radius:7px;box-shadow:1px 3px 1px #e6e6e6}.product-card-container:hover{cursor:pointer;box-shadow:1px 5px 5px #e5e5e5}.product-card-header{background-image:linear-gradient(-60deg,#ff5858,#f09819);color:#fff;padding:2px 10px;justify-content:center;display:flex;box-shadow:0 1px 1px #f5f5f5;border-radius:7px 7px 0 0}.product-card-info{display:flex;font-size:1em;font-weight:700}.product-card-body{flex:1 1;padding:5px;display:flex;flex-direction:column;justify-content:space-around}.product-card-title{font-size:2em}.product-card-description,.product-card-title{display:flex;align-items:flex-end;font-weight:700}.product-card-description{font-size:1em}.catalog-container{margin:0;flex-direction:column;justify-content:space-between}.catalog-container,.catalog-create-root{height:100%;width:100%;padding:20px;display:flex}.catalog-create-root{justify-content:center;align-items:center}.catalog-create-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-around}.catalog-create-header{flex:0.35 1;display:flex;justify-content:space-around;align-items:center;flex-direction:row}.catalog-create-header-title{display:flex;font-size:2.5em;font-weight:900}.catalog-create-form{padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.catalog-create-form-header{width:100%;flex:0.2 1;display:flex;align-items:flex-start;font-size:1.5em;font-weight:700;margin:0 0 10px}@media only screen and (min-width:415px){.catalog-create-container{width:90%}}@media only screen and (min-width:589px){.catalog-create-container{width:100%}}@media only screen and (min-width:650px){.catalog-create-container{width:80%}}@media only screen and (min-width:768px){.catalog-create-container{width:65%}}@media only screen and (min-width:1024px){.catalog-create-container{width:40%}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Container{padding:0;margin:0;box-sizing:border-box;font-family:Raleway,"sans-serif";text-align:center;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.Container,.Content{display:flex;flex-grow:1;width:100vw;min-height:100%}.Content{flex-direction:row;margin-top:45px;position:relative}.Content,.Main{height:-webkit-max-content;height:-moz-max-content;height:max-content}.Main{min-height:calc(100vh - 45px);position:absolute;width:100%;display:flex;box-sizing:border-box}.fullpage-loader{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh}@media only screen and (max-width:692px){.Main{min-height:calc(100vh - 40px)}.Container{margin-top:0}}
/*# sourceMappingURL=main.ace2a5f2.chunk.css.map */