body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#edf1f2!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{font-family:Open Sans,sans-serif}.App{background:#edf1f2;min-height:100vh}.rootLoading{height:100vh}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:1px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.loginPage{background:#0000 radial-gradient(closest-side at 92% 7%,#2e3c54 0,#2e3c54 100%) 0 0 no-repeat padding-box;height:100vh;justify-content:center}.content,.loginPage{align-items:center;display:flex}.content{flex-direction:column}.title{color:#fff;font-size:40px;font-weight:700}.contentBox{align-items:center;background:#fff 0 0 no-repeat padding-box;border-radius:4px;display:flex;flex-direction:column;height:408px;margin:20px 0;width:600px}.boxTitle{font-size:20px;font-weight:600;letter-spacing:0;margin:40px 0 15px;text-align:center}.forgotPass{color:blue;cursor:pointer;font-size:10px;margin-top:-18px;text-decoration:underline;width:70%}.contentButton{margin-top:40px;text-align:right;width:70%}.contentButton>input{background:#0000 linear-gradient(180deg,#fea80e,#ff6271) 0 0 no-repeat padding-box;border:1px solid #ff6271;border-radius:4px;color:#fff;height:40px;width:120px}.passwordResetButton{margin-top:20px}.passwordResetButton>input{width:100%}.newPass{margin:0}.newPass>input{width:100%}.registerBox{display:flex;flex-direction:column}.registerTitle{color:#fff;font-size:13px;margin-bottom:20px;text-align:center}.registerBox>input{background:#0000;border:1px solid #fff;border-radius:4px;color:#fff;height:40px;width:152px}.loginInputs{width:70%}.logoImg{align-items:center;display:flex;height:150px;justify-content:center;width:150px}.logoImg img{max-width:100%}.passwordAsistanceText{color:#000;font-family:Open Sans;font-size:12px;font-weight:700}.passText{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;margin-top:40px}.newPassText{margin-top:10px}.codeInputs{margin-top:50px}.codeInputs input{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;font-family:Source Sans Pro;font-size:24px;height:60px;margin-left:5px;margin-right:5px;text-align:center;width:46px}.signupInputPassButton{align-items:center;background:#dcdee3 0 0 no-repeat padding-box;border:1px solid #dadada;border-radius:0 4px 4px 0;color:#8391a4;cursor:pointer;display:flex;height:42px;justify-content:center;width:42px}.inputClass{display:flex;flex-direction:column;margin-bottom:20px}.inputClass>label{color:#8391a4;margin-bottom:5px}.inputClass>input,.inputClass>label{font-family:Segoe UI;font-size:14px;font-weight:700}.inputClass>input{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;color:#818181;height:40px;padding-left:10px}.nonEditable{background:#f5f5f5 0 0 no-repeat padding-box!important;border:1px solid #dadada!important;border-radius:4px!important}.addButtonNav,.nav-link-item{color:inherit;text-decoration:none}.addButtonNav{display:inherit}.nav-link-item:active,.nav-link-item:hover,.nav-link-item:visited{text-decoration:none}.nav-link-item-dropdown{color:inherit;text-decoration:none}.nav-link-item.active{color:#fff}::placeholder{color:#cdcdcd}.dropwodnContent{background:red;background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;box-shadow:0 4px 10px #0003;height:133px;padding:20px 32px;position:absolute;right:95px;top:62px;width:200px}.dropwodnContent:before{border-bottom:7px solid #dcdee3;border-left:7px solid #0000;border-right:7px solid #0000;right:29px;top:-7px}.dropwodnContent:after,.dropwodnContent:before{content:"";display:inline-block;position:absolute}.dropwodnContent:after{border-bottom:6px solid #fff;border-left:6px solid #0000;border-right:6px solid #0000;right:30px;top:-6px}.dropwodnContent ul{list-style:none;margin:0;padding:0}.dropDownContentItem{cursor:pointer;font-family:Open Sans;font-size:15px;margin:5px 0}.dropDownContentItem:hover{color:#ff6271}.drawerFullPageBox{height:100vh;left:0;position:absolute;top:0;width:100%}.drawerProfil{align-items:center;background:#4757726b;cursor:pointer;display:flex;flex-direction:column;height:180px;justify-content:space-around;padding:30px}.drawerProfileImage{align-items:center;display:flex;justify-content:center}.drawerProfileImage img{border:2px solid #8ca2c8;border-radius:50%;height:62px;width:62px}.drawerProfileData{align-items:center;display:flex;flex-direction:column;justify-content:center}.drawerProfileData span:first-child{color:#fff;font-family:Open Sans;font-size:18px}.drawerProfileData span:nth-child(2){color:#8ca2c8;font-family:Open Sans;font-size:14px}@media only screen and (max-width:1450px){#searchBar{width:500px}}.headerLogo{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.headerLogo img{object-fit:contain;width:70%}.paperBox{width:100%}.selectType{display:flex;justify-content:flex-end;padding:20px 40px 20px 20px}.statisticBox{justify-content:space-evenly;padding:40px 40px 0}.statisticBox,.statisticPapre{align-items:center;display:flex}.statisticPapre{background:#f8f9fa 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:10px;box-shadow:0 0 0 0;flex-direction:column;height:154px;min-width:350px;padding:10px;width:370px}.statisticActiv{height:200px;margin-left:20px}.salesActivity{font-size:24px;font-weight:600}.statisticSalesDiv{height:200px}.inventoryGrid{height:200px;width:30%}.statisticGrid{display:flex;justify-content:space-between;margin-top:10px}.profitValue{color:#34bfa3;font-size:16px}.profitNumber{color:#34bfa3;font-size:54px;margin-left:5px}.profitTitle{display:flex;font-size:14px;font-weight:600;justify-content:center;margin-top:10px;width:100%}.itemsSoldNumber{color:#716aca;font-size:54px}.pendingOrdersNumber{color:#f4516c;font-size:54px}.salesBox{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;height:154px;margin-top:10px;padding:15px 30px}.box1{padding:5px 10px}.box1,.box2{align-items:center;display:flex;justify-content:space-between}.box2{border-bottom:1px solid #dcdee3;border-top:1px solid #dcdee3;padding:10px}.salesBoxTitle{font-size:14px;font-weight:600}.box1Value{color:#716aca;font-size:20px}.box3Value{color:#ff6271;font-size:20px}.salesBox2Value{color:#36a3f7;font-size:14px}.salesBox2Number{color:#36a3f7;font-size:20px}.dashboardContentBox{display:flex;flex-direction:inherit;justify-content:space-evenly;padding:35px 40px;width:100%}.contentGraf{height:422px}.contentCurosel,.contentGraf{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px}.contentCurosel{margin-left:20px}.contenGrafTitle{margin-bottom:40px}.contenGrafTitle,.contenOrdersTitle{align-items:center;border-bottom:1px solid #dcdee3;display:flex;font-family:Source Sans Pro;justify-content:space-between;padding:17px 22px}.contentOrdersTable{height:350px;overflow:auto}.contenSellTitle{align-items:center;border-bottom:1px solid #dcdee3;display:flex;justify-content:space-between;padding:10px}.contenGrafTitle,.contenOrdersTitle>span,.contenSellTitle>span{font-size:20px;font-weight:600}canvas{max-height:300px}select{color:#6e7170;font-weight:600;padding:5px 15px}.latestOrdersBox,select{border:1px solid #dcdee3;border-radius:4px}.latestOrdersBox{height:422px;margin-left:20px}.itemBox,.latestOrdersBox{background:#fff 0 0 no-repeat padding-box}.itemBox{border-left:1px solid #dcdee3;border-right:1px solid #dcdee3;height:358px;padding:12px;width:242px}.itemRightArrow{border-radius:4px 0 0 4px}.itemLeftArrow,.itemRightArrow{align-items:center;background:#000 0 0 no-repeat padding-box;color:#fff;display:flex;height:64px;justify-content:center;opacity:.4;width:41px}.itemLeftArrow{border-radius:0 4px 4px 0;padding-left:5px}.itemImg{align-items:center;display:flex;height:60%;justify-content:center}.itemImg>img{width:10em}.itemTitle{font-size:14px;font-weight:600;padding-bottom:10px;padding-top:10px}.itemPrice{align-items:center;display:flex;justify-content:space-between}.crosed{text-decoration:line-through}.itemNewPrice{color:#ff6271;font-size:18px;font-weight:600}.itemOldPrice{font-weight:600}.itemMinOrder,.itemOldPrice{color:#6e7170;font-size:12px}.itemProgressBar{height:4px;margin-top:12px;width:100%}.progressBarBox{background:#dcdee3;width:100%}.progressBar,.progressBarBox{border-radius:4px;height:100%}.progressBar{background:#0000 linear-gradient(90deg,#fea80e,#ff6271) 0 0 no-repeat padding-box;width:20%}.itemProgressBarText{color:#6e7170;font-size:12px}#CarouselDashboard{max-width:800px}.statisticSalesTitle{display:flex;justify-content:space-between}.statisticSalesFilter{display:flex}.statisticSalesFilterButton{align-items:center;background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;color:#6e7170;cursor:pointer;display:flex;font-family:Open Sans;font-size:14px;font-weight:700;height:32px;justify-content:center;margin-left:5px;padding:0 15px}.statActiveButton{background:#dcdee3 0 0 no-repeat padding-box;border:1px solid #6e7170;border-radius:4px}@media only screen and (max-width:1680px){#paper{min-width:320px}canvas{width:600px}.contentCurosel{width:50%}#CarouselDashboard{max-width:700px}.contentCurosel{width:49%}.statisticPapre{min-width:330px;width:330px}}@media only screen and (max-width:1440px){#paper{min-width:300px}#CarouselDashboard{max-width:900px}.paperBox{height:510px}.statisticBox{flex-direction:column}.inventoryGrid{margin-top:20px;width:80%}.dashboardContentBox{align-items:center;flex-direction:column;padding:35px 40px}.contentCurosel{margin-top:20px;width:70%}.contentGraf{width:90%}}.dashboardTableHead{border-bottom:1px solid #dcdee3;display:flex;height:56px;width:100%}.dashboardTableHead div{align-items:center;background:#f8f9fa;display:flex;font-family:Source Sans Pro;font-size:14px;font-weight:700;justify-content:center;width:100%}.dashboardTableBody div:nth-child(2),.dashboardTableHead div:nth-child(2){border-left:1px solid #dcdee3}.dashboardTableBody{border-bottom:1px solid #dcdee3;display:flex;height:56px;width:100%}.dashboardTableBody div{align-items:center;display:flex;font-family:Source Sans Pro;font-size:14px;justify-content:center;width:100%}.dashboardSoldBar{background:#e4eaf0 0 0 no-repeat padding-box;display:block!important;width:80px!important}.dashboardSoldBar,.dashboardSoldBarPercentage{border-radius:2px;height:6px}.ordersContent{padding:40px}.ordersTitle{align-items:center;display:flex;font-size:24px;font-weight:600;justify-content:space-between;margin-bottom:10px}.orderFiltersTableBox{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px}.orderFiltersBox{align-items:center;border-bottom:1px solid #dcdee3;display:flex;padding:18px 20px}.orderFiltersBox>span{border-right:1px solid #dcdee3;font-family:Source Sans Pro;font-size:18px;font-weight:600;padding-right:20px}.odersFilterBoxDate,.odersFilterBoxStatus{align-items:center;display:flex;padding-left:20px}.filterBoxSpan{color:#6e7170;font-family:Source Sans Pro;font-size:15px;font-weight:600;margin-right:30px;width:50px}.ordersPaginationBox{border-top:1px solid #dcdee3;display:flex;justify-content:space-between;width:100%}.page{width:40%}.pagination{display:flex;list-style:none;padding-left:10px}.pagination li{-webkit-touch-callout:none;background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;color:#6e7170;cursor:pointer;height:40px;margin:0 5px;-webkit-user-select:none;user-select:none;width:40px}.pagination li a{align-items:center;display:flex;font-family:Open Sans;font-size:15px;height:100%;justify-content:center;width:100%}.pagination li.active{border:1px solid #ff6271;color:#ff6271}.pagination li a:focus{outline:none}.break-me{border:0!important}.next,.previous{width:115px!important}.next{background:red}.paginationIcons{align-items:center;display:flex;justify-content:space-evenly;width:100%}.disabled{border-color:#dcdee3!important;color:#dcdee3!important}.perPage{align-items:center;display:flex;justify-content:space-evenly;padding-right:14px;width:30%}.perPage span{font-family:Source Sans Pro;font-size:15px;font-weight:600}#perPageSelect{height:32px;width:88px}.orderModalBox{align-items:center;background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;border-top:6px solid #fea80e;display:flex;flex-direction:column;height:703px;position:absolute;width:971px}.orderModalContent{display:flex;justify-content:space-between;padding:30px 40px 0;width:100%}.orderModalList{padding:30px 20px;width:635px}.orderModalInfo,.orderModalList{border:1px solid #dcdee3;border-radius:4px;height:488px}.orderModalInfo{display:flex;flex-direction:column;padding:22px 30px;width:238px}.orderModalFooter{padding:18px 40px;width:100%}.orderModalFooter span{color:#1f73c6;cursor:pointer;font-family:Open Sans;font-size:14px;font-weight:700}.orderModalFooterButtons{display:flex;justify-content:flex-end;width:100%}.orderModalReject{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;color:#6e7170;font-size:14px;margin-right:15px;width:158px}.orderModalConfirm,.orderModalReject{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-family:Open Sans;height:46px;justify-content:center}.orderModalConfirm{background:#1f73c6 0 0 no-repeat padding-box;color:#fff;font-size:16px;width:238px}.orderModalConfirmLoading{align-items:center;background:#ededed 0 0 no-repeat padding-box;border-radius:4px;display:flex;height:46px;justify-content:center;width:238px}.infoTitle{color:#000;font-family:Source Sans Pro;font-size:24px}.infoSupplierName{color:#1f73c6;font-size:14px;margin-top:27px}.infoAddressTitle,.infoSupplierName{font-family:Source Sans Pro;font-weight:700}.infoAddressTitle{color:#000;font-size:18px;margin-bottom:10px;margin-top:11px}.infoAddressText{color:#6e7170;font-family:Source Sans Pro;font-size:14px}.filterBoxStatusButton{align-items:center;background:#fff 0 0 no-repeat padding-box;border-radius:4px;color:#6e7170;cursor:pointer;display:flex;font-family:Open Sans;font-size:12px;font-weight:700;height:32px;justify-content:center;margin-right:10px;padding:0 30px}.statusAllButton{border:1px solid #dcdee3;color:#6e7170}.statusAllButton:hover{background:#f5f5f5;color:#6e7170}.statusGreenButton{border:1px solid #34bfa3;color:#34bfa3}.statusGreenButton:hover{background:#34bfa31a;color:#34bfa3}.statusBlueButton{border:1px solid #36a3f7;color:#36a3f7}.statusBlueButton:hover{background:#36a3f71a;color:#36a3f7}.statusYellowButton{border:1px solid #fea80e;color:#fea80e}.statusYellowButton:hover{background:#fea80e1a;color:#fea80e}.statusRedButton{border:1px solid #ff6271;color:#ff6271}.statusRedButton:hover{background:#ff62711a;color:#ff6271}.statusGreenButtonFill{background:#25a48a;border:1px solid #25a48a;color:#fff}.orderModalListTitle{color:#000;font-family:Source Sans Pro;font-size:24px}.orderModalListStatus{padding-bottom:20px;padding-top:10px}.orderModalListStatus span:first-child{color:#000;font-family:Source Sans Pro;font-size:14px;font-weight:700}.orderModalListStatus span:nth-child(2){color:#fea80e;font-family:Open Sans;font-size:12px;font-weight:700;margin-left:10px}.orderModalListItem{display:flex;margin-top:10px}.orderModalItemImg{height:100px;width:200px}.orderModalItemImg img{max-height:100%;max-width:100%;object-fit:fill}.orderModalItemDetails{display:flex;flex-direction:column;width:100%}.orderModalItemTit{color:#000;font-family:Source Sans Pro;font-size:14px}.orderModalExpirationDate{color:#6e7170;font-family:Source Sans Pro;font-size:12px;margin-top:10px}.orderModalTotalPrice{display:flex;justify-content:space-between;margin-top:20px;width:100%}.orderModalTotalPrice span{color:#6e7170;font-family:Source Sans Pro;font-size:14px}.orderModalTotal{border-top:1px solid #dcdee3;margin-top:20px;width:100%}.orderTotalSmall{display:flex;justify-content:space-between;margin-top:10px;width:100%}.orderTotalSmall span:first-child,.orderTotalSmall span:nth-child(2){color:#6e7170;font-family:Source Sans Pro;font-size:14px;font-weight:700}.orderTotalBig{display:flex;justify-content:space-between;margin-top:20px;width:100%}.orderTotalBig span:first-child{color:#ff6271;font-family:Source Sans Pro;font-size:18px;font-weight:700}.orderTotalBig span:nth-child(2){color:#ff6271;font-family:Source Sans Pro;font-size:24px;font-weight:700}.orderModalQty span:first-child{color:#000;font-family:Source Sans Pro;font-size:12px;font-weight:700}.orderModalQty span:nth-child(2){margin-left:10px}.articleListBox{height:245px;overflow:auto}.orderModalReport{align-items:center;background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;border-top:6px solid #1f73c6;display:flex;flex-direction:column;height:428px;position:absolute;width:714px}.orderModalReportContent{padding:10px 30px;width:100%}.orderModalReportInputs{display:flex;justify-content:space-between;margin-top:20px;width:100%}.orderModalReportInputs span{color:#000;font-family:Source Sans Pro;font-size:14px;font-weight:700}.orderModalReportInputs input{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;color:#000;font-family:Open Sans;font-size:14px;font-weight:700;height:40px;padding-left:10px;width:525px}.orderModalReportInputs input::placeholder,textarea::placeholder{color:#6e7170;font-family:Open Sans;font-size:14px;font-weight:700}.orderModalReportInputs textarea{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;color:#000;font-family:Open Sans;font-size:14px;font-weight:700;height:131px;padding:10px;width:524px}.orderModalReportButtons{display:flex;justify-content:flex-end;margin-top:55px;width:100%}.orderModalReportCancel{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;color:#6e7170;font-size:14px;width:115px}.orderModalReportCancel,.orderModalReportSubmit{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-family:Open Sans;font-weight:700;height:46px;justify-content:center}.orderModalReportSubmit{background:#1f73c6 0 0 no-repeat padding-box;color:#fff;font-size:16px;margin-left:20px;width:208px}.orderModalViewPDF{align-items:center;background:#dcdee38f 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;color:#6e7170;cursor:pointer;display:flex;float:left;font-family:Open Sans;font-size:12px;font-weight:700;height:28px;justify-content:center;margin:5px;width:175px}.orderModalFooterButtons a{text-decoration:none}table{border-collapse:collapse;padding:10px;width:100%}th{background:#fff;font-size:15px;padding:15px;text-align:left}td,th{font-family:Source Sans Pro}td{cursor:pointer;font-size:14px;height:56px;padding-left:15px}tr:nth-child(odd){background-color:#f8f9fa}.tableSpan{color:#36a3f7;font-family:Source Sans Pro;font-size:14px;text-decoration:underline}.statusBox{align-items:center;border-radius:4px;display:flex;height:32px;justify-content:center;margin-left:2px;width:164px}.statusBox>span{font-size:12px;font-weight:600}.inventoryModal{align-items:center;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.inventoryModalBackdrop{background:#2e3c5480;height:100vh;position:absolute;width:100%}.inventoryModalBox{height:893px}.inventoryModalButton{bottom:0;display:flex;justify-content:flex-end;padding:18px 40px;position:absolute;width:100%}.inventoryModalButton div{align-items:center;background:#1f73c6 0 0 no-repeat padding-box;border-radius:4px;color:#fff;cursor:pointer;display:flex;height:46px;justify-content:center;width:208px}.activeAllStatus{background:#dcdee3;color:#fff}.activeGreenStatus{background:#34bfa3;color:#fff}.activeYellowStatus{background:#fea80e;color:#fff}.activeRedStatus{background:#ff6271;color:#fff}.activeblueStatus{background:#36a3f7;color:#fff}.imgBoxTop{width:300px}.imgBoxTop img{max-width:100%}.emptyListView{align-items:center;display:flex;flex-direction:column;height:600px;justify-content:center}.emptyListCircle{border:1px solid #dcdee3;border-radius:50%;margin-bottom:30px;padding:15px}.emptyListView span{color:#6e7170;font-family:Source Sans Pro;font-size:15px;text-align:center;width:370px}.filterRow{display:flex}.odersFilterBoxDate select,.odersFilterBoxStatus select{width:140px}@media only screen and (max-width:1441px){.ordersContent{padding:20px}.filterBoxStatusButton{padding:0 15px}}.profileContent{padding:40px}.profileContentBox{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;width:888px}.profileBoxTitle{border-bottom:1px solid #dcdee3;padding:23px}.profileBoxTitle span{font-family:Source Sans Pro;font-size:18px;font-weight:600}.profileBoxAvatar{display:flex;padding:23px}.profileBoxAvatar span{color:#aaa;font-family:Source Sans Pro;font-size:18px;margin-bottom:10px}.profileBoxAvatar img{border:1px solid #dcdee3;border-radius:4px;width:10em}.pforileBoxInputs{padding:23px}.profileBoxDivider{border:1px solid #dcdee3;height:0;margin-bottom:23px}.profileBoxButtonBox{display:flex;justify-content:space-between;margin-top:30px}.profileBoxButton{align-items:center;background:#1f73c6 0 0 no-repeat padding-box;border-radius:4px;cursor:pointer;display:flex;height:50px;justify-content:center;width:175px}.profileBoxButton span{color:#fff;font-family:Source Sans Pro;font-size:22px}.profileBoxLogout{align-items:center;background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;cursor:pointer;display:flex;height:46px;justify-content:center;width:115px}.profileBoxLogout span{color:#6e7170;font-family:Open Sans;font-size:14px;font-weight:700}.inputAvatarBox{display:none}.imgBox{align-items:center;display:flex;height:150px;justify-content:center;width:150px}.pforileBoxInputs input{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px}.bannerImgBox{align-items:center;display:flex;height:150px;justify-content:center;padding:4px;width:100%}.bannerImgBox img{max-height:100%;min-height:100%;width:100%}.profileBoxProfile{margin-right:60px}.profileBoxBanner{width:100%}.profileBoxText{margin:10px 0 30px}.profileBoxText span{color:#24374a;font-family:Segoe UI;font-size:16px}.profileDetailsInput{display:flex;margin-bottom:20px}.profileDetailsInputColum{display:flex;flex-direction:column}.profileDetailsInputColum span{color:#8391a4;font-family:Segoe UI;font-size:14px;font-weight:700;margin-bottom:5px}.profileDetailsInputColum input{border:1px solid #dadada;border-radius:4px;color:#818181;font-family:Segoe UI;font-size:17px;font-size:14px;font-weight:700;height:40px;padding-left:10px}.long{width:75%}.short{width:25%}.long input{border-radius:4px 0 0 4px}.short input{border-radius:0 4px 4px 0}.signupInputPassInput{display:flex}.signupInputPass{border:1px solid #dadada;border-radius:4px 0 0 4px!important;color:#818181;font-family:Segoe UI;font-size:17px;padding-left:10px;width:100%}.profileInputIcon,.signupInputPass{font-size:14px;font-weight:700;height:40px}.profileInputIcon{align-items:center;background:#dcdee3 0 0 no-repeat padding-box;border:1px solid #dadada;border-radius:0 4px 4px 0;color:#6e7170;display:flex;font-family:Open Sans;justify-content:center;width:65px}.profileDetailsInputLabel{color:#8391a4;font-family:Segoe UI;font-size:14px;font-weight:700;margin-bottom:5px}.workingHoursBox{background:#fff 0 0 no-repeat padding-box}.workingHoursBox,.workingHoursBoxNonEdit{border:1px solid #dadada;border-radius:4px;display:flex;height:40px;justify-content:space-between;width:258px}.workingHoursBoxNonEdit{background:#f5f5f5 0 0 no-repeat padding-box}.workingHoursBox input{border:0}.workingHoursBox input,.workingHoursBoxInputProfile{align-items:center;color:#818181;display:flex;font-family:Segoe UI;font-size:14px;font-weight:700;justify-content:center;width:60px}.workingHoursBoxInputProfile{background:#0000!important;border:0!important}.workingHoursText{background:#dcdee3 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px 0 0 4px;color:#6e7170;font-family:Open Sans}.workingHoursText,.workingHoursTime{align-items:center;display:flex;font-size:14px;font-weight:700;justify-content:center;width:60px}.workingHoursTime{background:#f1f1f1;color:#818181;font-family:Segoe UI}.workingHOursCheckboxText{align-items:center;display:flex;margin:10px 0}.workingHOursCheckboxText span{color:#8391a4;font-family:Segoe UI;font-size:14px;font-weight:700;text-transform:uppercase}input[type=checkbox]{background:#f5f5f5 0 0 no-repeat padding-box;border:1px solid #dadada;border-radius:2px;height:14px;width:14px}.GoogleMap{height:303px;margin-bottom:30px;position:relative}.clickDisableMap{background:#bfbfbf2e;border-radius:4px;cursor:no-drop;height:100%;position:absolute;width:100%;z-index:2}.AddItemModalRoot{display:flex;height:100vh;justify-content:center;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:9999}.AddItemModalBackdrop{background:#2e3c5480;height:100vh;position:fixed;width:100%}.AddItemModalBox{margin:25px 0;position:absolute;width:1240px}.AddItemModalBox,.AddItemModalPopup{align-items:center;background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;display:flex;flex-direction:column}.AddItemModalPopup{height:250px;margin:15% 0;width:452px}.itemSuccAddMore{background:#1f73c6 0 0 no-repeat padding-box;border-radius:4px;color:#fff;cursor:pointer;font-family:Open Sans;font-size:16px;font-weight:700;height:46px;justify-content:center;margin:15px;width:208px}.AIMTitle,.itemSuccAddMore{align-items:center;display:flex}.AIMTitle{border-bottom:1px solid #dcdee3;color:#aaa;font-size:15px;justify-content:space-between;padding:20px 26px;width:100%}.AIMTitle span{color:#000;font-family:Source Sans Pro;font-size:24px}.AIMTitle div{cursor:pointer}.AIMSearchBox{border-bottom:1px solid #dcdee3;padding:20px 26px;width:100%}.AIMInput,.AIMSearchBox{align-items:center;display:flex;justify-content:space-between}.AIMInput{border:1px solid #dcdee3;border-radius:4px;color:#dcdee3;height:40px;padding:0 10px;width:754px}.AIMInput,.AIMInput input{background:#fff 0 0 no-repeat padding-box}.AIMInput input{border:0;height:38px;width:95%}.AIMButton{align-items:center;background:#0000 linear-gradient(90deg,#fea80e,#ff6271) 0 0 no-repeat padding-box;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:Open Sans;font-size:14px;height:40px;justify-content:center;width:218px}.AIMItemBox{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;display:flex;flex-direction:column;float:left;height:323px;justify-content:space-between;margin:5px;padding:12px;width:226px}.AIMItemBoxImage{align-items:center;cursor:pointer;display:flex;height:60%;justify-content:center}.AIMItemBoxImage img{border-radius:4px;max-height:100%;max-width:100%;min-height:100%;min-width:100%;object-fit:cover}.AIMItemTitle{color:#000;font-family:Source Sans Pro;font-size:14px}.AIMItemBrandName{color:#6e7170;font-family:Source Sans Pro;font-size:12px}.AIMItemProductNumber{color:#000;font-family:Source Sans Pro;font-size:14px}.AIMContent{height:100%;overflow:auto;padding:20px;width:100%}.AIMItemBox:hover{box-shadow:0 4px 10px #00000029}.itemPreviewBox{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;display:flex;height:428px;margin-top:35px;padding:14px 27px;width:1176px}.itemPreviewGallery{margin-right:20px;overflow:auto}.itemPreviewImg{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;cursor:pointer;height:80px;margin-bottom:12px;width:80px}.itemPreviewImg img{border-radius:4px;height:100%;object-fit:contain;width:100%}.activeImgBox{border:1px solid #ff263a}.itemPreviewBigImage{align-items:center;border-radius:4px;display:flex;justify-content:center;margin-right:40px;width:460px}.itemPreviewBigImage img{max-height:100%;max-width:100%;min-width:100%}.itemPreviewTitle{color:#000;font-family:Source Sans Pro;font-size:24px}.AIMText{padding:18px 28px 0;width:100%}.AIMText span{color:#ff6271;font-family:Source Sans Pro;font-size:24px}.AIMInputs{padding:5px 28px;width:100%}.inputsRow{display:flex;width:100%}.AIMInputGroup{align-items:center;display:flex;justify-content:space-between;margin-right:50px;margin-top:20px;width:405px}.AIMInputGroup span{color:#000;font-family:Source Sans Pro;font-size:14px;font-weight:700}.AIMInputElement{display:flex}.AIMInputElement input{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px 0 0 4px;color:#6e7170;height:40px;padding-left:10px;width:230px}.AIMInputElement div{align-items:center;background:#dcdee3 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:0 4px 4px 0;color:#6e7170;display:flex;font-family:Open Sans;font-size:14px;font-weight:700;height:40px;justify-content:center;width:65px}.PriceAfterDisc{align-items:center;display:flex;justify-content:space-between;margin-right:50px;margin-top:20px;width:390px}.PriceAfterDisc span:first-child{color:#000;font-family:Source Sans Pro;font-size:14px;font-weight:700}.PriceAfterDisc span:nth-child(2){color:#6e7170;font-family:Open Sans;font-size:18px;font-weight:700}.AIMContinueButton{bottom:0;display:flex;justify-content:flex-end;padding:18px 40px;position:absolute;width:100%}.AIMContinueButton div{align-items:center;background:#0000 linear-gradient(90deg,#fea80e,#ff6271) 0 0 no-repeat padding-box;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:Open Sans;font-size:14px;height:45px;justify-content:center;width:218px}.itemPreviewBoxConfirm{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;display:flex;height:428px;margin-top:5px;padding:14px 27px;width:1176px}.AIMPreviewScreen{padding-top:15px}.AIMPreviewScreenSpan{color:#aaa;font-family:Source Sans Pro;font-size:14px}.itemPreviewDescription{width:500px}.itemDescriptionAbout{margin-top:30px}.aboutTitle{color:#000;font-family:Source Sans Pro;font-size:14px;font-weight:700}.itemDescriptionAbout ul li{color:#6e7170;font-family:Source Sans Pro;font-size:12px}.AIMPreviewScreenButtons{bottom:0;display:flex;justify-content:flex-end;padding:18px 40px;position:absolute;width:100%}.AIMBackButton{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;color:#6e7170;font-weight:700;height:46px;width:91px}.AIMBackButton,.AIMCompleteButton{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-family:Open Sans;font-size:14px;justify-content:center}.AIMCompleteButton{background:#0000 linear-gradient(90deg,#fea80e,#ff6271) 0 0 no-repeat padding-box;color:#fff;height:45px;margin-left:20px;width:218px}.itemPreviewStock{display:flex;margin:10px 0}.itemPreviewStock span:first-child{color:#228123;font-family:Source Sans Pro;font-size:14px;margin-right:20px}.itemPreviewStock span:nth-child(2){color:#6e7170;font-family:Source Sans Pro;font-size:14px;margin-right:20px}.itemPreviewPrice{align-items:center;display:flex;margin:10px 0}.itemPreviewPrice span:first-child{color:#ff263a;font-family:Source Sans Pro;font-size:24px;font-weight:700}.itemPreviewPriceOld{display:flex;margin-left:20px}.itemPreviewPriceOld span:first-child{font-weight:100;text-decoration:line-through}.itemPreviewPriceOld span:first-child,.itemPreviewPriceOld span:nth-child(2){color:#6e7170;font-family:Source Sans Pro;font-size:14px}.AIMAddNewItem{display:flex;justify-content:center;padding:30px;width:100%}.AIMAddNewItemInputs{width:650px}.addNewInputRow{align-items:center;display:flex;justify-content:space-between;margin:10px 0;position:relative}.noMarginTop{margin-top:0}.noAlign{align-items:flex-start}.addNewInputRow span{color:#000;font-family:Source Sans Pro;font-size:14px;font-weight:700}.addNewInputRow input,.addNewInputRow select{height:40px;width:525px}.addNewInputRow input,.addNewInputRow select,.addNewInputRow textarea{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;color:#6e7170;font-family:Open Sans;font-size:14px;font-weight:700;padding-left:10px}.addNewInputRow textarea{height:131px;width:524px}.PriceAndExpiration{align-items:center;display:flex;flex-direction:column;padding:0 30px 30px;width:100%}.PriceAndExpirationTitle{width:77%}.PriceAndExpirationTitle span{color:#ff6271;font-family:Source Sans Pro;font-size:24px}.PriceAndExpirationRow{display:flex}.AIMAddNewButton{bottom:0;display:flex;justify-content:flex-end;padding:18px 40px;position:absolute;width:100%}.AIMAddNewButton div{align-items:center;background:#0000 linear-gradient(90deg,#fea80e,#ff6271) 0 0 no-repeat padding-box;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:Open Sans;font-size:14px;height:45px;justify-content:center;width:218px}.AddItemModalConfirmX{color:#aaa;cursor:pointer;display:flex;justify-content:flex-end;padding:21px 21px 0;width:100%}.modalCircle{align-items:center;border:1px solid #dcdee3;border-radius:50%;color:#34bfa3;display:flex;height:78px;justify-content:center;margin-bottom:30px;width:78px}.AddItemModalPopup span{color:#000;font-family:Source Sans Pro;font-size:14px;font-weight:700}.ConfrimModalPopup{align-items:center;background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;display:flex;flex-direction:column;height:150px;position:absolute;width:400px}.ConfrimModalPopup span{color:#000;font-family:Source Sans Pro;font-size:14px;font-weight:700}.confirmationModalButtons{bottom:0;display:flex;justify-content:flex-end;padding:18px 40px;position:absolute;width:100%}.confrimationModalButtonCancel{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;color:#6e7170;font-weight:700;height:46px;width:91px}.confrimationModalButtonCancel,.confrimationModalButtonContinue{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-family:Open Sans;font-size:14px;justify-content:center}.confrimationModalButtonContinue{background:#0000 linear-gradient(90deg,#fe3a0eeb,#c70000e0) 0 0 no-repeat padding-box;color:#fff;height:45px;margin-left:20px;width:218px}@media only screen and (max-width:1366px){.AddItemModalBox{top:10px}}.addItemContentBox{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;width:888px}.addItemInputLabelBox{align-items:center;display:flex;justify-content:space-between;margin:5px 0}.addItemInputLabelBox span{font-family:Source Sans Pro;font-size:18px;font-weight:700}.addItemInputLabelBox input{color:#6e7170;font-family:Open Sans;font-size:19px;height:40px;padding:0 13px;width:60%}.marginTop30{margin-top:30px}.marginTop10{margin-top:10px}.salesInfo{font-family:Source Sans Pro;font-size:23px;font-weight:700;margin-bottom:20px}.salesInfoBox{align-items:center;display:flex;justify-content:space-between}.salesInfoBox span{font-family:Source Sans Pro;font-size:18px;font-weight:700}.infoBox{display:flex;width:300px}.infoBox input{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px 0 0 4px;font-size:19px;padding:0 13px;width:100%}.infoBox div,.infoBox input{color:#6e7170;font-family:Open Sans;height:40px}.infoBox div{align-items:center;background:#dcdee3 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:0 4px 4px 0;display:flex;font-size:14px;font-weight:700;justify-content:center;width:65px}.priceAfterDisc{display:flex;justify-content:space-between;margin-top:50px;width:60%}.priceAfterDiscLabel{font-family:Source Sans Pro;font-size:18px;font-weight:700}.priceAfterDiscValue{color:#6e7170;font-family:Open Sans;font-size:20px;font-weight:700}.addItemInputLabelBox select{color:#6e7170;font-family:Open Sans;font-size:19px;height:40px;padding:0 13px;width:60%}.addItemInputLabelBox textarea{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;color:#6e7170;font-family:Open Sans;font-size:15px;padding:5px 13px;width:60%}.paddingRight15{padding-right:15px}.paddingLeft15{padding-left:15px}.addImgBox{padding:0 20px}.imgBoxTop1 img{border:1px solid #dcdee3;border-radius:4px;height:300px;object-fit:contain;width:400px}.imgBoxList{display:flex;overflow:auto;padding-top:10px;width:400px}.imgBoxListPlaceholder img{border:1px solid #dcdee3;border-radius:4px;height:70px;margin-right:16px;min-width:57px;object-fit:contain;width:100px}.imgBoxListAdd{align-items:center;background:#fff 0 0 no-repeat padding-box;border:1px dashed #dcdee3;border-radius:4px;color:#aaa;display:flex;height:70px;justify-content:center;min-width:57px;width:100px}.imgTopPlaceholder{border:1px dashed #dcdee3;border-radius:4px;color:#aaa;height:300px;width:400px}.imageRemoveIcon,.imgTopPlaceholder{align-items:center;cursor:pointer;display:flex;justify-content:center}.imageRemoveIcon{background:grey;border-radius:50%;color:#fff;height:25px;position:absolute;right:-7px;top:-10px;width:25px}.imageRemoveBig{position:relative}.imageRemoveBig:hover+div{background:red;display:flex}.imgBoxListPlaceholder{position:relative}.imageRemoveIconSmall{align-items:center;background:grey;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:13px;height:15px;justify-content:center;position:absolute;right:9px;top:-7px;width:15px}.AddNewProductRoot{height:100%;padding:10px 45px;width:100%}.addNewProductInfo{border:1px solid #dcdee3;border-radius:4px;display:flex;padding:20px}.inputRows{display:flex;justify-content:space-between;padding-left:77px}.addNewProductColumn{width:60%}.addNewProductPrice{display:flex;justify-content:space-between;margin-top:15px}.addNewProductPriceColumn{width:62%}.addNewProductPriceColumn,.addNewProductPriceColumn2{border:1px solid #dcdee3;border-radius:4px;padding:20px}.addNewInfoText{color:#6e7170;font-family:Source Sans Pro;font-size:10px}.priceDiscCalendar{display:flex;margin-top:5px}.priceDiscCalendar input{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px 0 0 4px;color:#6e7170;height:40px;padding-left:10px;width:190px}.priceDiscCalendarDiv{align-items:center;background:#dcdee3 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:0 4px 4px 0;color:#6e7170;display:flex;font-family:Open Sans;font-size:14px;font-weight:700;height:40px;justify-content:center;width:65px}.dateExpInputBox{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.SearchBrandBox{background:#f9f9f9;overflow:auto;position:absolute;right:12px;top:42px;width:500px;z-index:999;z-index:10}.SearchBrandBox,.SearchBrandInput{border:1px solid #dcdee3;border-radius:4px}.SearchBrandInput{background:#fff 0 0 no-repeat padding-box;display:flex;height:40px;justify-content:space-between;width:525px}.SearchBoxInput{width:490px!important;z-index:2}.SearchBoxInput,.selectBrandInput{border:0!important;height:38px!important}.selectBrandInput{width:20px!important}.SearchBoxDone{max-height:360px}.SearcBrandRow{align-items:center;cursor:pointer;display:flex}.SearcBrandRow:hover{background:#e4e4e4}.SearcBrandRow img{max-height:50px;max-width:100px}.SearcBrandRow span{margin-left:20px}.SearchBrandBackdrop{background:#0000;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:1}.helpRoot{display:flex;height:100vh}.helpLeftMenu{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;height:1020px;padding:24px 28px;width:384px}.helpMenuTitle{color:#6e7170;font-family:Source Sans Pro;font-size:24px;font-weight:700}.helpMenuSearch{display:flex;margin:25px 0}.helpMenuSearch input{background:#fff 0 0 no-repeat padding-box;border:1px solid #dde0e5;border-radius:4px 0 0 4px;height:36px;width:270px}.supplierSearchIcon{align-items:center;background:#0000 linear-gradient(91deg,#fea80e,#ff6271) 0 0 no-repeat padding-box;border-radius:0 4px 4px 0;color:#fff;display:flex;height:36px;justify-content:center;width:48px}.helpContent{overflow:auto;padding:40px 70px}.supportContentTitle{color:#6e7170;font-family:Source Sans Pro;font-size:24px;font-weight:700}.helpMenuList ul{list-style-type:none;margin:0;padding:0}.helpMenuList ul li{border-bottom:1px solid #dde0e5;color:#000;cursor:pointer;font-family:Open Sans;font-size:14px;padding:14px 0;width:100%}.helpMenuList ul li:hover{color:#ff6271}.helpMenuList ul li:last-child{border:0}.help-link{color:inherit;font-family:inherit;font-size:inherit;text-decoration:none}.supportContactForm{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;height:454px;padding:25px;width:608px}.supportFormTitle{border-bottom:1px solid #dcdee3;padding-bottom:10px;width:100%}.supportFormTitle span{color:#000;font-family:Source Sans Pro;font-size:14px;font-weight:700}.supportFormTopInputs{display:flex;justify-content:space-between;margin:30px 0}.supportFormInput{display:flex;flex-direction:column}.supportFormInput span{color:#aaa;font-family:Source Sans Pro;font-size:14px;font-weight:700;margin-bottom:10px}.supportFormInput input{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;height:40px;width:264px}.supportFormBottomInput{display:flex;flex-direction:column}.supportFormBottomInput span{color:#aaa;font-family:Source Sans Pro;font-size:14px;font-weight:700;margin-bottom:10px}.supportFormBottomInput textarea{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;height:140px;width:560px}.supportFormButtonBox{display:flex;justify-content:flex-end;margin-top:30px;width:100%}.supportFormButton{align-items:center;background:#1f73c6 0 0 no-repeat padding-box;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:Open Sans;font-size:16px;font-weight:700;height:46px;justify-content:center;width:175px}.contactInfo{background:#0000 linear-gradient(90deg,#fea80e,#ff6271) 0 0 no-repeat padding-box;border:1px solid #dcdee3;color:#fff;display:flex;flex-direction:column;height:197px;margin-bottom:40px;margin-top:10px;padding:25px;width:608px}.contactInfoTitle{border-bottom:1px solid #dcdee3;padding-bottom:10px;width:100%}.contactInfo span:nth-child(2),.contactInfoTitle span{font-family:Source Sans Pro;font-size:14px;font-weight:700}.contactInfo span:nth-child(2){margin-top:30px}.contactInfo span:nth-child(3){font-family:Source Sans Pro;font-size:32px;font-weight:700;margin-top:10px}.supportContentBox{display:flex;flex-direction:column;margin-top:20px}.supportContentSubheading{color:#000;font-family:Source Sans Pro;font-size:20px;font-weight:700;margin-bottom:15px;margin-top:15px}.supportContentText{margin-left:10px}.supportContentText,.supportContentTextSub{color:#000;font-family:Source Sans Pro;font-size:15px;margin-top:8px}.supportContentTextSub{margin-left:30px}.supplierListActive{color:#ff6271!important}.orderDetailsRoot{padding:20px}.orderDetailsBox{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;padding:30px 20px;width:1004px}.orderDetailsTitle{color:#6e7170;font-size:24px;padding-bottom:10px}.orderDetailsStatus,.orderDetailsTitle{font-family:Source Sans Pro;font-weight:700}.orderDetailsStatus{color:#000;display:flex;font-size:14px;margin:10px 0}.orderDetailsStatus span:nth-child(2){color:#1f73c6;margin-left:10px}.orderDetailsItemListBox{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;margin-top:20px;max-height:400px;overflow:auto;width:960px}.orderDetailsListRow{align-items:center;display:flex;justify-content:space-around;margin:8px 0}.listRowImage{height:40px;width:40px}.listRowImage img{height:100%;object-fit:cover;width:100%}.listRowName{color:#000;font-family:Source Sans Pro;font-size:14px;width:400px}.listRowSmallText{color:#6e7170;font-family:Source Sans Pro;font-size:12px}.listRowUnitPrice{text-align:right;width:200px}.listRowSmallTotalPrice{color:#000;font-family:Source Sans Pro;font-size:16px;font-weight:700;text-align:right;width:100px}.orderDetailsTotalPriceBox{display:flex;justify-content:flex-end;width:100%}.orderDetailsBigPrice{color:#ff6271;font-size:18px;font-weight:700}.orderDetailsBigPrice,.orderDetailsSmallPrice{display:flex;font-family:Source Sans Pro;justify-content:space-between}.orderDetailsSmallPrice{color:#6e7170;font-size:14px}.orderDetailspriceBox{display:flex;flex-direction:column;height:100px;justify-content:space-around;margin:20px 30px;width:400px}.orderDetailsShippingBox{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;display:flex;height:184px;justify-content:space-between;margin-top:20px;padding:10px;width:958px}.orderDetailsShippingTitle{color:#000;font-family:Source Sans Pro;font-size:18px;font-weight:700;margin:10px 0}.orderDetailsShippingText{color:#6e7170;font-family:Source Sans Pro;font-size:16px}.orderDetailsShippingMap{height:160px;position:relative;width:350px}.orderDetailsShippingMapOver{background:#fff0;border-radius:4px;height:100%;position:absolute;width:100%;z-index:10}.orderDetailsFooter{display:flex;justify-content:space-between;margin-top:20px}.orderDetailsPDFbuttons{width:400px}.orderDetailsButtons{align-items:center;display:flex}.orderDetailsReportOrder{color:#1f73c6;cursor:pointer;font-family:Source Sans Pro;font-size:14px;font-weight:700;margin-top:10px;width:120px}.borderTopPending{border-top:5px solid #fea80e}.borderTopInProgress{border-top:5px solid #36a3f7}.borderTopCompleted{border-top:5px solid #34bfa3}.borderTopRejected{border-top:5px solid #ff6271}.textColorPending{color:#fea80e!important}.textColorInProgress{color:#36a3f7!important}.textColorCompleted{color:#34bfa3!important}.textColorRejected{color:#ff6271!important}.rejectButton{cursor:pointer}.rejectButton,.rejectButtonDisabled{align-items:center;background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;color:#6e7170;display:flex;font-family:Source Sans Pro;font-size:14px;font-weight:700;height:32px;justify-content:center;margin:0 15px;width:123px}.rejectButtonDisabled{cursor:not-allowed}.rejectedButton{align-items:center;background:#fff 0 0 no-repeat padding-box;border:1px solid #ff6271;border-radius:4px;color:#ff6271;cursor:not-allowed;display:flex;font-family:Source Sans Pro;font-size:14px;font-weight:700;height:32px;justify-content:center;margin:0 15px;width:123px}.rejectProductModalContent{align-items:center;display:flex;flex-direction:column}.rejectProductModalContent span{display:block;margin:30px 0 0;text-align:center;width:350px}.rejectImage{border:1px solid #dcdee3;border-radius:2px;height:130px;margin:40px 0;width:130px}.rejectImage img{height:100%;object-fit:cover;width:100%}.rejectModalButton{align-items:center;background:#1f73c6 0 0 no-repeat padding-box;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:Source Sans Pro;font-size:16px;font-weight:700;height:46px;justify-content:center;width:208px}.ItemDetailsRoot{padding:40px}.inventoryModalBox{align-items:center;background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;display:flex;flex-direction:column;height:957px;position:absolute;width:1240px}.itemDetailsContent{height:100%;width:100%}.itemDetailsContent,.leftColumn{display:flex;justify-content:space-evenly}.leftColumn,.rightColumn{flex-direction:column}.rightColumn{display:flex;justify-content:space-evenly}.productInfoBox{display:flex;height:385px}.priceDiscountBox,.productInfoBox{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;width:745px}.priceDiscountBox{height:288px;padding:30px}.soldInfoBox{background:#fff 0 0 no-repeat padding-box;border-radius:4px;display:flex;height:125px;justify-content:space-between;width:745px}.dateInfoList{height:500px}.addNewBatchBox,.dateInfoList{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;width:421px}.addNewBatchBox{height:315px;padding:20px;position:relative}.mainGalleryImage{background:red;height:252px;width:327px}.galleryList{display:flex;margin-left:10px;margin-top:10px;overflow:auto;width:327px}.smallGalleryImage{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;cursor:pointer;height:56px;margin-right:10px;object-fit:cover;width:56px}.priceDiscSpan{color:#000;font-family:Source Sans Pro;font-size:24px}.priceInputBox{display:flex;flex-direction:column;margin:3px 0}.priceInputBox span{color:#000;font-family:Source Sans Pro;font-size:14px;font-weight:700}.priceDiscInput{display:flex;margin-top:5px}.priceDiscInput input{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px 0 0 4px;color:#6e7170;height:40px;padding-left:10px;width:230px}.priceDiscInput div{background:#dcdee3 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:0 4px 4px 0;color:#6e7170;font-family:Open Sans;font-size:14px;font-weight:700;height:40px;width:65px}.priceDiscInput div,.soldInfo{align-items:center;display:flex;justify-content:center}.soldInfo{background:#f8f9fa 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:10px;flex-direction:column;height:126px;width:361px}.soldInfo span:first-child{color:#716aca;font-size:60px}.soldInfo span:nth-child(2){color:#000;font-size:12px;font-weight:700}.dateInfoHeader{align-items:center;border-bottom:1px solid #dcdee3;display:flex;height:80px;justify-content:space-around;width:100%}.dateInfoHeader span{font-family:Source Sans Pro;font-size:14px;font-weight:700}.dateInfoRow{align-items:center;border-bottom:1px solid #dcdee3;cursor:pointer;display:flex;height:80px;justify-content:space-around;width:100%}.dateInfoRow:hover{background:#34bfa31c}.dateInfoRow span{color:#6e7170;font-family:Source Sans Pro;font-size:14px}.priceDiscInputBox{align-items:center;display:flex;justify-content:space-between;margin-top:20px}.qtyInput{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;color:#6e7170;height:40px;padding-left:10px;width:255px}.addBatchButton{align-content:center;background:#0000 linear-gradient(90deg,#fea80e,#ff6271) 0 0 no-repeat padding-box;border-radius:4px;color:#fff;display:flex;height:45px;justify-content:center;width:218px}.itemDetailsModalTitle{margin:20px 0;text-align:center}.itemDetailsModalPopup{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;height:409px;position:absolute;width:421px}.itemDetailsModalPopup span{color:#000;font-family:Source Sans Pro;font-size:24px}.itemDetailsModalBox{align-items:center;border-bottom:1px solid #dcdee3;border-color:#dcdee3 currentcolor;border-top:1px solid #dcdee3;display:flex;justify-content:space-evenly;margin-top:10px;width:100%}.itemDetailsModalBox div{display:flex;flex-direction:column}.itemDetailsModalBox div span:first-child{font-family:Source Sans Pro;font-size:14px;font-weight:700;margin:10px 0 5px}.itemDetailsModalBox div span:nth-child(2){color:#6e7170;font-family:Source Sans Pro;font-size:14px;font-weight:700;margin:5px 0 10px}.itemDetailsModalInput{align-items:center;display:flex;flex-direction:column;margin:30px 0}.itemDetailsModalInput span{font-family:Source Sans Pro;font-size:14px;font-weight:700;width:60%}.itemDetailsModalInput input{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;color:#6e7170;font-weight:700;height:40px;margin-top:10px;padding:0 10px;text-align:right;width:255px}.itemDetailsEditButton{bottom:10px;color:#1f73c6;cursor:pointer;font-family:Open Sans;font-size:14;position:absolute;right:10px;text-align:right;text-decoration:underline}.itemDetailsEditModalPopup{background:#fff 0 0 no-repeat padding-box;border:1px solid #dcdee3;border-radius:4px;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;position:absolute;width:720px}.itemDetailsEditModalContent{flex:1 1;overflow-y:auto;padding:30px}.itemDetailsEditModalButton{align-items:center;background:#1f73c6 0 0 no-repeat padding-box;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:Open Sans;font-size:16px;height:46px;justify-content:center;width:208px}
/*# sourceMappingURL=main.faf189b8.css.map*/