#supplier .table-container{background:#fff;padding:16px;border-radius:10px;box-shadow:0 12px 40px rgba(55,79,100,.06),0 4px 12px rgba(55,79,100,.06)}#supplier .table-container .table-actions{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}#supplier .table-container table{color:#91a9bf}#supplier .table-container table .orderId a{color:#2d8b70;max-width:100px;overflow:hidden;display:inline-block;text-overflow:ellipsis;white-space:nowrap}#supplier .table-container table .client{font-weight:600}#supplier .table-container table .viewOrderWrapper{text-align:left}#supplier .table-container table .viewOrderWrapper .viewOrder{visibility:hidden;cursor:pointer}#supplier .table-container table .viewOrderWrapper .viewOrder:hover{color:#2d8b70}#supplier .table-container table tbody tr:hover .viewOrderWrapper .viewOrder{visibility:visible}.page-row{display:flex;align-items:center;justify-content:space-between}.filterOrders{display:flex;justify-content:space-around}.upcoming-orders{display:flex;flex-wrap:wrap;margin:24px -16px}.upcoming-orders .upcoming-order{display:flex;justify-content:right;align-items:center;padding:16px;flex:0 1 20%}@media only screen and (max-width:1800px){.upcoming-orders .upcoming-order{flex:0 1 25%}}@media only screen and (max-width:1300px){.upcoming-orders .upcoming-order{flex:0 1 33.333%}}@media only screen and (max-width:800px){.upcoming-orders .upcoming-order{flex:0 1 50%}}@media only screen and (max-width:600px){.upcoming-orders .upcoming-order{flex:0 1 100%}}.upcoming-orders .upcoming-order .upcoming-order-inner{background:#fff;border-top-left-radius:12px;border-top-right-radius:12px;box-shadow:0 12px 40px rgba(55,79,100,.08);padding:12px;width:100%;top:0;position:relative;font-size:16px;transition:all .24s;color:#374f64;line-height:1.6}.upcoming-orders .upcoming-order .upcoming-order-inner:focus{outline:none}.upcoming-orders .upcoming-order .upcoming-order-inner:focus .upcoming-order-border{border-color:#2d8b70}.upcoming-orders .upcoming-order .upcoming-order-inner:hover{top:-2px;z-index:2;box-shadow:0 40px 40px rgba(55,79,100,.12),0 6px 12px rgba(55,79,100,.16)}.upcoming-orders .upcoming-order .upcoming-order-inner:hover:after{-webkit-animation-name:zigzagAnimation;animation-name:zigzagAnimation;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-delay:.6s;animation-delay:.6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes zigzagAnimation{0%{background-position-x:0}to{background-position-x:-11px}}@keyframes zigzagAnimation{0%{background-position-x:0}to{background-position-x:-11px}}.upcoming-orders .upcoming-order .upcoming-order-inner:after{content:"";transition:all 2s;position:absolute;bottom:-10px;left:0;right:0;background:url(/static/media/triangle.a526fc6e.svg) 0 0 repeat-x;z-index:2;height:10px;width:100%}.upcoming-orders .upcoming-order .upcoming-order-inner .upcoming-order-border{padding:8px 24px 16px;border:4px double #ebf1f5;border-radius:12px}.upcoming-orders .upcoming-order .upcoming-order-inner .upcoming-order-border div{margin:8px 0}.upcoming-orders .upcoming-order .upcoming-order-inner .upcoming-order-border .company{display:flex;justify-content:center;align-items:center}.upcoming-orders .upcoming-order .upcoming-order-inner .upcoming-order-border .company img{max-width:56px}.upcoming-orders .upcoming-order .upcoming-order-inner .upcoming-order-border .title{color:#2d8b70;font-size:16px;font-weight:600;padding:8px 0;margin:12px 0;border-top:1px solid #ebf1f5;border-bottom:1px solid #ebf1f5}.upcoming-orders .upcoming-order .upcoming-order-inner .upcoming-order-border .timestamp{font-size:12px;color:#91a9bf}.loader{margin:16px auto;display:flex;justify-content:center}.loader.light{margin:16px}.loader.light .spinner .path{stroke:#ebf1f5;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}.loader .spinner{z-index:2;width:32px;height:32px}.loader .spinner .path{stroke:#2d8b70;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite,colors 6s infinite;animation:dash 1.5s ease-in-out infinite,colors 6s infinite}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@-webkit-keyframes colors{0%{stroke:#91a9bf}50%{stroke:#91a9bf}to{stroke:#91a9bf}}@keyframes colors{0%{stroke:#91a9bf}50%{stroke:#91a9bf}to{stroke:#91a9bf}}header#main{margin-bottom:24px;right:0;left:0;top:0;width:100%;z-index:9;color:#91a9bf;font-size:20px!important}@media only screen and (max-width:1300px){header#main{margin-bottom:0}}header#main .header{padding:20px 16px;display:flex;justify-content:space-between;align-items:center;font-size:14px}@media only screen and (max-width:1300px){header#main .header{padding:24px 0}}header#main .header .logo{position:relative;top:1px}header#main .header .search{width:60%}header#main .header .search input[type=text]{width:100%;background:#ebf1f5}header#main .header .search input[type=text]:focus{background:#fff;border-color:#ebf1f5;box-shadow:0 5px 12px 0 rgba(54,56,82,.08)}header#main .header .search input[type=text]::-webkit-input-placeholder{color:#beccd8}header#main .header .search input[type=text]:-ms-input-placeholder{color:#beccd8}header#main .header .search input[type=text]::placeholder{color:#beccd8}@media only screen and (max-width:600px){header#main .header .search{display:none}}header#main .header .personal{display:flex;align-items:center;line-height:1}header#main .header .personal .date{margin-left:24px}.logout{font-size:12px;font-weight:400;display:block}.logout a{color:#91a9bf}.logout a:hover,.user{color:#374f64}.user{display:flex;align-items:center;font-weight:600;-webkit-user-select:none;-ms-user-select:none;user-select:none}.user .avatar{width:40px;line-height:1;margin-left:12px;height:40px;background:#dee3e9;line-height:40px;font-size:14px;color:#beccd8;text-align:center;border-radius:40px}.button,.user .avatar{font-weight:600;display:inline-block}.button{border:1px solid transparent;background:#00402d;color:#fff;cursor:pointer;border-radius:5px;padding:12px 24px;letter-spacing:.2px;transition:all .16s;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 0 12px rgba(45,139,112,0)}@media only screen and (max-width:600px){.button{padding:10px 16px}}.button .icon{display:inline-block;vertical-align:middle;margin-left:4px}.button.button-full-width{display:block;text-align:center;width:100%}.button:focus{outline:none;box-shadow:0 0 0 4px rgba(45,139,112,.16)}.button.button-link{background:transparent;border-color:transparent;color:#d8e8e4}.button.button-link:hover{background:inherit}.button.button-link:disabled{color:rgba(216,232,228,.4);background:inherit}.button.button-yellow{color:#1d2832;background:#ffd259;box-shadow:0 0 0 8px rgba(255,210,89,0)}.button.button-yellow:hover{background-color:rgb(221.764,175.4280963855,50.836)}.button.button-yellow:focus{box-shadow:0 0 0 3px rgba(255,210,89,.24)}.button.button-yellow:disabled{background-color:rgba(29,40,50,.35)}.button.button-ghost{background:transparent;border-color:#fff;color:#fff}.button.button-ghost:hover{background:inherit}.button.button-ghost.button-ghost-green{border-color:#2d8b70;color:#2d8b70}.button.button-ghost.button-ghost-green:hover{background-color:#2d8b70;color:#fff}.button.button-ghost-dark{background:#fff;border:1px solid #ebf1f5;cursor:pointer;color:#2d8b70;display:inline-block;border-radius:5px;font-weight:600;margin-left:16px}.button.button-ghost-dark:hover{border-color:#2d8b70;background:inherit;color:inherit}.button.button-ghost-dark:disabled{border-color:#ebf1f5;background:inherit;color:inherit}.button.button-light{background:#ebf1f5;color:#374f64;box-shadow:none}.button.button-light:hover{background:#dee3e9}.button:hover{background:rgb(40.0108695652,123.5891304348,99.5826086957)}.button.loading,.button:disabled{background:#ebf1f5;cursor:not-allowed}.button .loader{margin:0}.button .loader svg{width:46px;height:16px;-webkit-transform:scale(1.5);transform:scale(1.5)}#orders .upcoming-orders-wrapper .upcoming-orders{margin-top:-16px}#orders .upcoming-orders-wrapper .upcoming-orders .upcoming-order{flex:0 1 33.333%}@media only screen and (max-width:1300px){#orders .upcoming-orders-wrapper .upcoming-orders .upcoming-order{flex:0 1 33.333%}}@media only screen and (max-width:800px){#orders .upcoming-orders-wrapper .upcoming-orders .upcoming-order{flex:0 1 50%}}@media only screen and (max-width:600px){#orders .upcoming-orders-wrapper .upcoming-orders .upcoming-order{flex:0 1 100%}}#orders .upcoming-orders-wrapper{margin-bottom:40px}@media only screen and (max-width:991px){#orders .upcoming-orders-wrapper{margin-top:48px}}#orders.no-orders{display:flex;justify-content:center;align-items:center;height:100%;padding-bottom:120px}@media only screen and (max-width:991px){#orders.no-orders{margin-top:40px}}#orders.no-orders .no-orders-inner{text-align:center}#orders.no-orders .no-orders-inner h2{font-weight:600}#orders.no-orders .no-orders-inner p{color:#91a9bf;font-size:18px}#orders.no-orders .no-orders-inner .button{padding-right:32px;padding-left:32px}#orders.no-orders .no-orders-inner .new-order-cta{margin-top:64px;position:relative}#orders.no-orders .no-orders-inner .new-order-cta:after{content:"";position:absolute;z-index:-1;background:url(/static/media/pattern2.730a837d.svg) 50% no-repeat;width:285px;height:241px;top:120%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:backgroundSizeB 1s cubic-bezier(.215,.61,.355,1) .1s forwards;animation:backgroundSizeB 1s cubic-bezier(.215,.61,.355,1) .1s forwards;background-size:70%;opacity:0}@-webkit-keyframes backgroundSizeB{to{background-size:100%;opacity:1}}@keyframes backgroundSizeB{to{background-size:100%;opacity:1}}.table-container{background:#fff;padding:16px;border-radius:10px;box-shadow:0 12px 40px rgba(55,79,100,.06),0 4px 12px rgba(55,79,100,.06)}.table-container select{margin-bottom:24px}.table-container .table-actions select{margin-left:12px}.table-container table{color:#91a9bf}.table-container table tr .orderId a{color:#2d8b70;font-size:16px;font-weight:600;overflow:hidden;display:block;text-overflow:ellipsis;white-space:nowrap}.table-container table .viewOrderWrapper{text-align:left}.table-container table .viewOrderWrapper .viewOrder{visibility:hidden;cursor:pointer}.table-container table .viewOrderWrapper .viewOrder:hover{color:#2d8b70}.table-container table tbody tr:hover .viewOrderWrapper .viewOrder{visibility:visible}.widgets{margin:0 -16px 32px;display:flex}.widget{flex:0 1 33%;padding:40px;height:160px;margin:0 16px 20px;border-radius:5px;display:flex;align-items:center;box-shadow:0 12px 40px rgba(55,79,100,.06),0 4px 12px rgba(55,79,100,.06);background:#fff}.widget .highlight{font-size:24px;color:#2d8b70}.widget .description{font-size:16px;margin-top:6px;color:#91a9bf}.widget.widget-user{background:#00402d;box-shadow:0 12px 40px rgba(55,79,100,.06),0 4px 12px rgba(55,79,100,.06),inset 16px -16px 80px rgba(0,0,0,.35);position:relative;z-index:1}.widget.widget-user .widget-user-content{display:flex;align-items:center}.widget.widget-user .widget-user-content .company-image{width:56px;height:56px;border-radius:10px;background:#fff;box-shadow:0 3px 6px 0 rgba(54,56,82,.08);background-position:50%;background-size:40px 40px;background-repeat:no-repeat}.widget.widget-user .widget-user-content .company-image img{width:40px;height:40px}.widget.widget-user .widget-user-content .user-info{margin-right:16px;margin-bottom:4px}.widget.widget-user .widget-user-content .user-info .company-name{margin:2px 0;color:#beccd8;font-size:16px}.widget.widget-user .widget-user-content .user-info .user-name{margin:2px 0;font-size:18px;font-weight:600;color:#fff}.widget.widget-user:after{background:url(/static/media/widget-user-pattern.a33a3c85.svg) 50% no-repeat;left:18px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.widget.widget-user:after,.widget.widget-user:before{content:"";position:absolute;width:136px;height:115px;z-index:-1}.widget.widget-user:before{background:url(/static/media/widget-user-pattern2.9d3bb22a.svg) 50% no-repeat;right:0;top:0;opacity:.5}.location-card{padding:16px;height:100%}.location-card .location-card-inner{height:100%;overflow:hidden;background:#fff;box-shadow:0 12px 40px rgba(55,79,100,.08);border-radius:10px;display:flex;flex-direction:column;position:relative;top:0;transition:all .16s}@media only screen and (max-width:800px){.location-card .location-card-inner{flex-direction:row;align-items:center;justify-content:flex-start}}.location-card .location-card-inner:hover{z-index:2;top:-2px;box-shadow:0 12px 40px rgba(55,79,100,.06),0 4px 12px rgba(55,79,100,.06)}.location-card .location-card-inner .location-image{width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:180px;height:100%;background-color:#ebf1f5}@media only screen and (max-width:800px){.location-card .location-card-inner .location-image{width:50%;max-width:180px}}.location-card .location-card-inner .location-content{padding:16px 0}.location-card .location-card-inner .location-content .location-row{padding:8px 24px}.location-card .location-card-inner .location-content .location-row.location-head .location-name{margin:0;color:#374f64;overflow-wrap:break-word;font-weight:600}.location-card .location-card-inner .location-content .location-row.location-head span{display:block;margin:2px 0 0;font-size:12px;color:#91a9bf}.location-card .location-card-inner .location-content .location-row.location-go{color:#2d8b70;font-weight:600}.location-card .location-card-inner .location-content .location-row.location-statistics{display:flex;flex-direction:row}.location-card .location-card-inner .location-content .location-row.location-statistics .location-column{line-height:1.6}.location-card .location-card-inner .location-content .location-row.location-statistics .location-column .column-key{font-size:14px;color:#91a9bf}.location-card .location-card-inner .location-content .location-row.location-statistics .location-column .column-value{font-size:14px;color:#374f64}.location-card .location-card-inner .location-content .location-row.location-statistics .location-column-separator{width:1px;background:#ebf1f5;margin:0 12px}.location-card.minified{padding:0}@media only screen and (max-width:767px){.location-card.minified .location-card-inner{flex-direction:column;align-items:center;justify-content:space-between}}.location-card.minified .location-card-inner:hover{z-index:2;top:0;box-shadow:0 12px 40px rgba(55,79,100,.08)}.location-card.minified .location-card-inner .location-image{height:220px}@media only screen and (max-width:991px){.location-card.minified .location-card-inner .location-image{height:80px;width:80px;border-radius:80px;margin:24px auto 0;min-height:auto}}.location-card.minified .location-card-inner .location-content .location-row{padding:16px 32px}@media only screen and (max-width:767px){.location-card.minified .location-card-inner .location-content .location-row{padding:8px 32px}}@media only screen and (max-width:991px){.location-card.minified .location-card-inner .location-content .location-row.location-head{text-align:center}}.location-card.minified .location-card-inner .location-content .location-row.location-head .location-name{font-size:18px}.location-card.minified .location-card-inner .location-content .location-row.location-head span{font-size:14px;margin-top:8px}@media only screen and (max-width:800px){.location-card.minified .location-card-inner .location-content .location-row.location-head span{display:none}}.location-card.minified .location-card-inner .location-content .location-row.location-statistics{flex-direction:column}@media only screen and (max-width:991px){.location-card.minified .location-card-inner .location-content .location-row.location-statistics{flex-direction:row;justify-content:center}}.location-card.minified .location-card-inner .location-content .location-row.location-statistics .location-column{padding:8px 0}@media only screen and (max-width:800px){.location-card.minified .location-card-inner .location-content .location-row.location-statistics .location-column{padding:4px 0}}.location-card.minified .location-card-inner .location-content .location-row.location-statistics .location-column .column-key{font-size:16px}.location-card.minified .location-card-inner .location-content .location-row.location-statistics .location-column .column-value{font-size:18px}.location-card.minified .location-card-inner .location-content .location-row.location-go{display:none}.icon{line-height:0}.modal{background:rgba(247,250,252,.95);position:fixed;top:0;right:0;bottom:0;left:0;height:100%;width:100%;z-index:999}.modal.show{display:block}.modal .modal-container{display:flex;height:100%;justify-content:center}.modal .modal-container .modal-content{max-width:520px;background:#fff;margin:24px;width:100%;box-shadow:0 12px 40px rgba(55,79,100,.08);border-radius:12px;height:-webkit-max-content;height:max-content;padding:32px}.modal .modal-container .modal-content .modal-header{display:flex;justify-content:space-between}.modal .modal-container .modal-content .modal-header .icon{border:1px solid #beccd8;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:32px;cursor:pointer}.modal .modal-container .modal-content .modal-header .icon svg path{fill:#91a9bf}.modal .modal-container .modal-content .modal-header .icon:hover svg path{fill:#374f64}.modal .modal-container .modal-content .modal-header .icon:hover{border-color:#374f64}.modal .modal-container .modal-content .modal-body{max-height:calc(100vh - 146px)}.modal .modal-container .modal-content .modal-body iframe{width:100%;max-height:calc(100vh - 210px)}.modal .modal-container .modal-content .modal-footer{padding:40px}.pdf-document .button,.pdf-document span{margin:0 32px 32px}.locations-container{display:flex;flex-wrap:wrap;margin-left:-16px;margin-right:-16px;margin-bottom:48px}.locations-container .location-card-container{width:25%}@media only screen and (max-width:1300px){.locations-container .location-card-container{width:33.333%}}@media only screen and (max-width:800px){.locations-container .location-card-container{width:50%}}@media only screen and (max-width:600px){.locations-container .location-card-container{width:100%}}.welcome{display:flex;justify-content:center;align-items:center;min-height:100vh}@media only screen and (max-width:800px){.welcome{align-items:flex-start;min-height:auto}}.welcome .welcome-inner{width:100%;max-width:740px;margin:0 0 64px}@media only screen and (max-width:1300px){.welcome .welcome-inner{margin-bottom:0;margin-top:24px}}.welcome .welcome-inner h1{padding-top:8px;padding-left:140px;margin-bottom:24px;color:#374f64;font-size:32px;font-weight:600}@media only screen and (max-width:1300px){.welcome .welcome-inner h1{padding-left:60px}}@media only screen and (max-width:800px){.welcome .welcome-inner h1{padding-left:40px}}.welcome .welcome-inner p{font-size:18px;color:#91a9bf;line-height:1.64}.welcome .welcome-inner h4{font-weight:600;margin:32px 0 16px}@media only screen and (max-width:800px){.welcome .welcome-inner h4{margin-top:16px}}.welcome .welcome-inner .check-list{margin-bottom:32px}.welcome .welcome-inner .welcome-message{margin:0 32px 40px;padding-bottom:12px;border-bottom:1px solid #ebf1f5}@media only screen and (max-width:800px){.welcome .welcome-inner .welcome-message{margin:0 0 12px}}.welcome .welcome-inner .welcome-animate{display:flex;justify-content:flex-start;align-items:flex-start;-webkit-animation:welcomeAnimate .24s ease-in-out 1s 1 forwards;animation:welcomeAnimate .24s ease-in-out 1s 1 forwards}@-webkit-keyframes welcomeAnimate{to{margin-top:0;opacity:1}}@keyframes welcomeAnimate{to{margin-top:0;opacity:1}}@media only screen and (max-width:800px){.welcome .welcome-inner .welcome-animate{flex-direction:column;align-items:stretch}}.welcome .welcome-inner .welcome-animate .now-you-can{margin:0 32px}@media only screen and (max-width:800px){.welcome .welcome-inner .welcome-animate .now-you-can{margin:0 0 8px}}.welcome .welcome-inner .welcome-animate .your-location{margin:0 32px}@media only screen and (max-width:800px){.welcome .welcome-inner .welcome-animate .your-location{margin:0 0 12px}}.welcome .welcome-inner .welcome-animate .your-location .location-card{padding:0;min-width:300px}.welcome .welcome-inner .welcome-animate .your-location .location-card .location-card-inner .location-content .location-row.location-go{display:none}@media only screen and (max-width:800px){.welcome .welcome-inner .welcome-animate .your-location .location-card{width:100%;min-width:auto}}.printVersion{display:flex;justify-content:flex-end;align-items:center;cursor:pointer;color:#2d8b70}.printVersion svg{margin:0 4px}.printVersion svg path{fill:#2d8b70}.orderPrint{max-width:900px;margin:0 auto}.orderPrint caption,.orderPrint table,.orderPrint tbody,.orderPrint td,.orderPrint tfoot,.orderPrint th,.orderPrint thead,.orderPrint tr{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.orderPrint table{border-collapse:collapse;border-spacing:0}.orderPrint thead{font-weight:600}.orderPrint tr.noborder td{border-color:transparent}.orderPrint td{border-bottom:1px solid #dee3e9}.orderPrint .invoice-box{margin:auto;padding:30px;font-size:14px;line-height:24px;font-family:"Heebo","Helvetica Neue","Helvetica";color:#555}.orderPrint .margin-top{margin-top:50px}.orderPrint .justify-center{text-align:center}.orderPrint .invoice-box table{width:100%;line-height:inherit;text-align:right}.orderPrint .invoice-box table td{padding:5px;vertical-align:top}.orderPrint .invoice-box table tr td:nth-child(2){text-align:right}.orderPrint .invoice-box table tr.top table td{padding-bottom:20px}.orderPrint .invoice-box table tr.top table td.title{font-size:45px;line-height:45px;color:#333}.orderPrint .invoice-box table tr.information table td{padding-bottom:40px}.orderPrint .invoice-box table tr.heading td{background:#eee;border-bottom:1px solid #efefef;font-weight:700}.orderPrint .invoice-box table tr.details td{padding-bottom:20px}.orderPrint .invoice-box table tr.item td{border-bottom:1px solid #eee}.orderPrint .invoice-box table tr.item.last td{border-bottom:none}.orderPrint .invoice-box table tr.total td:nth-child(2){border-top:2px solid #eee;font-weight:700}@media only screen and (max-width:600px){.orderPrint .invoice-box table tr.information table td,.orderPrint .invoice-box table tr.top table td{width:100%;display:block;text-align:center}}.printable{padding:0 40px;font-size:10px!important}.printable *{color:#000}.printable tr th{text-align:right}.printable .company-image img{height:72px;margin-left:24px}.printable tr.header{border-top:none}.printable tr.header th{padding:20px 0;font-size:24px;color:#374f64}.printable tr.header th.order-details{font-size:12px}.printable tr.header th.order-details .order-details-inner{display:flex;align-items:center}.printable tr.header th.order-details .order-details-inner .company-image{margin:0 4px}#orders .table-container{background:#fff;padding:16px;border-radius:10px;box-shadow:0 12px 40px rgba(55,79,100,.08)}#orders .table-container .table-actions{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}#orders .table-container table{color:#91a9bf}#orders .table-container table .client{font-weight:600}#orders .table-container table .viewOrderWrapper{text-align:left}#orders .table-container table .viewOrderWrapper .viewOrder{visibility:hidden;cursor:pointer}#orders .table-container table .viewOrderWrapper .viewOrder:hover{color:#2d8b70}#orders .table-container table tbody tr:hover .viewOrderWrapper .viewOrder{visibility:visible}.newOrder{background:#2d8b70;border:1px solid transparent;display:inline-block;padding:10px 24px;border-radius:5px;color:#fff;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:all .16s ease-out}.newOrder:hover{background-color:rgb(40.0108695652,123.5891304348,99.5826086957)}.newOrder:active{background-color:rgb(35.0217391304,108.1782608696,87.1652173913)}#viewOrder{background:#fff;border-radius:12px;padding:40px;box-shadow:0 12px 40px rgba(55,79,100,.08);transition:opacity .12s;overflow-x:auto}@media only screen and (max-width:991px){#viewOrder{margin-top:40px}}#viewOrder.shipping *{color:#beccd8}#viewOrder .products-list{min-width:500px}#viewOrder .viewOrderHead{text-align:center}#viewOrder .viewOrderHead h2{color:#2d8b70;font-size:28px;margin:8px 0 32px}#viewOrder .table thead tr{border-top:none}#viewOrder .table tbody tr td{padding:12px 8px}#viewOrder .table tfoot tr{border:none}#viewOrder .table tfoot tr td{padding:4px 8px;color:#91a9bf}#viewOrder .table tfoot tr.tfoot-total td{font-weight:600;color:#374f64}#viewOrder .noborder{border:none}.order-extra-details{background:#fff;border-radius:12px;padding:40px 40px 32px;box-shadow:0 12px 40px rgba(55,79,100,.06),0 4px 12px rgba(55,79,100,.06);margin-bottom:40px;position:relative;z-index:0}.order-extra-details table{display:block}.order-extra-details .supplierActions{margin-top:32px}.order-extra-details .supplierActions .button{margin-top:12px}.order-extra-details h5{color:#2d8b70;font-weight:600;margin:4px 0 12px}.order-extra-details ul.pagination-wrapper{display:flex;justify-content:space-between;align-items:center}.order-extra-details ul.pagination-wrapper li{padding:4px}.order-extra-details ul.pagination-wrapper li.pagination{font-size:12px}.order-extra-details ul.pagination-wrapper li svg path{fill:#2d8b70}.order-extra-details hr{display:block;margin:24px -16px;height:1px;border:none;border-top:1px solid #ebf1f5}.order-extra-details table td{width:50%;padding:2px 0}.review-order{position:absolute;top:0;right:0;left:0;background:#00402d;color:#fff;border-radius:12px;box-shadow:0 12px 40px rgba(55,79,100,.06),0 4px 12px rgba(55,79,100,.06);margin-bottom:40px;-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);padding:40px 40px 34px}.review-order h2{margin-top:0}.review-order .supplierActions{margin-top:64px}.review-order:after{content:"";position:absolute;background:url(/static/media/pattern3.bf9b613c.svg) bottom no-repeat;width:100%;height:115px;right:0;bottom:0;z-index:-1;opacity:.6}.order-extra-details,.review-order{-webkit-backface-visibility:hidden;backface-visibility:hidden}.order-extra-wrapper{-webkit-perspective:900px;perspective:900px}.order-extra-inner{transition:-webkit-transform .8s;transition:transform .8s;transition:transform .8s,-webkit-transform .8s;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all .4s ease-out}.order-extra-wrapper.reviewing .order-extra-inner{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.order-success{display:flex;flex-direction:column;max-width:375px;margin:32px auto 0;-webkit-animation-name:entryAnimation;animation-name:entryAnimation;-webkit-animation-duration:.32s;animation-duration:.32s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);position:relative}@-webkit-keyframes entryAnimation{0%{top:12px;opacity:0}to{top:0;opacity:1}}@keyframes entryAnimation{0%{top:12px;opacity:0}to{top:0;opacity:1}}.order-success h1{text-align:center;font-size:32px}.order-success .success-container{margin-top:8px;background:#fff;padding:40px;border-radius:10px;box-shadow:0 12px 40px rgba(55,79,100,.06),0 4px 12px rgba(55,79,100,.06);position:relative}.order-success .success-container:after{content:"";position:absolute;z-index:-1;background:url(/static/media/pattern.0053cd92.svg) 50% no-repeat;width:640px;height:241px;top:40px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.order-success .success-container .order-summary .summary-row{display:flex;justify-content:space-between;padding:4px 0}.order-success .success-container .order-summary .summary-row .row-value{font-weight:600}.order-success .success-container .summary-actions{margin-top:24px;display:flex}.order-success .success-container .summary-actions .button{margin-bottom:0}.order-success .actions-footer{margin-top:32px;align-self:flex-end}.order-success .actions-footer .backToOrders{border:1px solid transparent;background:#2d8b70;color:#fff;cursor:pointer;display:inline-block;padding:12px 24px;border-radius:5px;font-weight:600}.order-success .actions-footer .backToOrders:hover{background:rgb(40.0108695652,123.5891304348,99.5826086957)}.loaderB{position:fixed;left:0;right:0;top:0;bottom:0;z-index:91;display:flex;flex-direction:column;justify-content:center;align-items:center}.loaderB,.loaderB.dark{background:rgba(55,79,100,.35)}.loaderB.dark .loaderB-inner{background-color:#1d2832}.loaderB.dark .loaderB-inner .loader-icon:before{background:#91a9bf}.loaderB.dark .loaderB-inner .loader-icon svg path{fill:#1d2832}.loaderB.dark .loaderB-inner h3{color:#ebf1f5}.loaderB.dark .loaderB-inner h4{color:#2d8b70}.loaderB .loaderB-inner{background:#fff;box-shadow:0 12px 40px rgba(55,79,100,.06),0 4px 12px rgba(55,79,100,.06);border-radius:12px;padding:72px 80px;margin-top:-40px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (max-width:767px){.loaderB .loaderB-inner{width:100%;height:100vh;border-radius:0;box-shadow:none;padding:16px}}.loaderB .loaderB-inner h3{margin:0 0 12px;color:#2d8b70;font-weight:600}.loaderB .loaderB-inner h4{margin:0;color:#374f64}.loaderB .loaderB-inner .loader-icon{margin:0 0 24px;position:relative}@media only screen and (max-width:767px){.loaderB .loaderB-inner .loader-icon,.loaderB .loaderB-inner .loader-icon svg{width:102px;height:98px}}.loaderB .loaderB-inner .loader-icon svg{position:relative;z-index:2}.loaderB .loaderB-inner .loader-icon svg path{fill:#fff}.loaderB .loaderB-inner .loader-icon:before{content:"";position:absolute;width:0;height:100%;left:0;right:0;top:0;bottom:0;z-index:0;background:#2d8b70;-webkit-animation-name:loading;animation-name:loading;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes loading{0%{width:0}10%{width:10%}50%{width:70%}to{width:100%}}@keyframes loading{0%{width:0}10%{width:10%}50%{width:70%}to{width:100%}}.close{position:fixed;top:24px;left:40px;padding:16px 32px;z-index:2;border-radius:32px;line-height:1;background:#374f64;color:#ebf1f5}@media only screen and (max-width:767px){.close{display:none}}.pattern{position:fixed;bottom:0;left:0;width:100%;height:100%;z-index:-1}#newOrder .title{color:#2d8b70}#newOrder .products-container{background:#fff;padding:24px;border-radius:10px;box-shadow:0 12px 40px rgba(55,79,100,.06),0 4px 12px rgba(55,79,100,.06);-webkit-animation:rotate .5s;animation:rotate .5s;position:relative}@media only screen and (max-width:767px){#newOrder .products-container{display:none}}@media only screen and (max-width:991px){#newOrder .products-container{margin-bottom:40px}}@-webkit-keyframes rotate{0%{opacity:0;left:20px}to{opacity:1;left:0}}@keyframes rotate{0%{opacity:0;left:20px}to{opacity:1;left:0}}#newOrder .products-container .products-search input{width:100%}#newOrder .products-container .products-list-title h6{margin:32px 0 4px;color:#91a9bf;font-weight:600}#newOrder .empty-list{display:flex;flex-direction:column;align-items:center;margin-top:120px}#newOrder .empty-list .closeSummary{font-weight:600;color:#2d8b70}@media only screen and (max-width:767px){#newOrder .empty-list{text-align:center}}#newOrder .empty-list .cart{margin-bottom:16px}#newOrder .empty-list h1{margin:0 0 16px}#newOrder .empty-list h4{margin:0 0 24px;color:#91a9bf}#newOrder .empty-list .cancelOrder{border:1px solid #dee3e9;display:inline-block;padding:10px 24px;border-radius:5px;color:#2d8b70;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:all .16s ease-out}#newOrder .empty-list .cancelOrder:hover{border-color:rgb(37.5163043478,115.8836956522,93.3739130435);background-color:rgb(37.5163043478,115.8836956522,93.3739130435);color:#ebf1f5}#newOrder .empty-list .cancelOrder:active{background-color:rgb(30.0326086957,92.7673913043,74.747826087);position:relative;top:1px}.mobile-order-summary{display:none}.mobile-order-summary.shown{display:block}.mobile-order-summary .mobile-order-summary-inner{background:#f7fafc;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9;overflow-y:auto}.mobile-order-summary .mobile-order-summary-inner .summary-title{padding:32px 24px}.mobile-order-summary .mobile-order-summary-inner .summary-title h1{margin:0 0 12px}.mobile-order-summary .mobile-order-summary-inner .summary-title p{margin:0;color:#91a9bf}.mobile-order-summary .mobile-order-summary-inner .summary-controls{padding:20px;display:flex;justify-content:space-between}.mobile-order-summary .mobile-order-summary-inner .summary-controls .back-to-order{display:flex;align-items:center;font-weight:600;font-size:18px;color:#374f64}.mobile-order-summary .mobile-order-summary-inner .summary-controls .back-to-order .icon{margin-left:4px}.mobile-order-summary .mobile-order-summary-inner .summary-controls .send-order{color:#2d8b70;padding:4px;font-weight:600;font-size:16px}.mobile-order-summary .items-wrapper{padding:0 24px 24px}.mobile-order-summary .items-wrapper .item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ebf1f5;padding:14px 0}.mobile-order-summary .items-wrapper .item:last-child{border-bottom-color:transparent}.mobile-order-summary .items-wrapper .item .item-right{display:flex;justify-content:center;align-items:center}.mobile-order-summary .items-wrapper .item .product-reset{margin-left:16px;display:flex;align-items:center;justify-content:center}.mobile-order-summary .items-wrapper .item .product-reset .icon svg path{fill:#91a9bf}.mobile-order-summary .items-wrapper .item .productname{font-weight:600;line-height:1.6}.mobile-order-summary .items-wrapper .item .productname .category{font-weight:400;font-size:12px;color:#91a9bf}@media only screen and (max-width:767px){.user-order-container{display:none}}.product{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ebf1f5;padding:12px 0;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.product:active .product-increase{-webkit-transform:scale(.7);transform:scale(.7)}.product{transition:all .12s}.product:focus{outline:none;box-shadow:0 40px 40px rgba(55,79,100,.12),0 6px 12px rgba(55,79,100,.16);border-radius:5px;padding:16px}.product:focus .product-increase{-webkit-transform:scale(1.2);transform:scale(1.2)}.product:active .product-increase{-webkit-transform:scale(.8);transform:scale(.8);box-shadow:0 0 0 0 rgba(45,139,112,.4)!important}.product:first-child{border-top:none}.product .productDetails{flex:1 1}.product .productDetails .productName{font-weight:600}.product .productDetails .productPrice{color:#91a9bf}.product .productId{color:#91a9bf;margin-left:32px}.product .productActions{line-height:0}.product .productActions .product-amount{width:24px;height:24px;display:flex;justify-content:center;align-items:center;border-radius:999px;font-size:14px;font-weight:700;background:#00402d;color:#fff}.product .productActions .product-decrease,.product .productActions .product-increase{box-shadow:0 0 0 16px rgba(45,139,112,0);border-radius:32px;transition:all .32s;cursor:pointer}.product .productActions .product-decrease:active,.product .productActions .product-increase:active{box-shadow:0 0 0 0 rgba(45,139,112,.4);position:relative}.product .productActions .product-increase{box-shadow:0 0 0 16px rgba(45,139,112,0)}.product .productActions .product-increase svg path{fill:#2d8b70}.product .productActions .product-increase:active{-webkit-transform:scale(.8);transform:scale(.8)}.product .productActions .product-increase:focus{outline:none}.product .productActions .product-decrease{background:url(/static/media/icon-minus-circle.c4a020ab.svg) 50% no-repeat}.product .productActions .product-decrease:hover{background-image:url(/static/media/icon-minus-circle-filled.12744a75.svg)}.newOrderTemplate{background:#fff;padding:16px 0;box-shadow:0 12px 40px rgba(55,79,100,.06),0 4px 12px rgba(55,79,100,.06);border-radius:10px}@media only screen and (max-width:767px){.newOrderTemplate{display:none}}.newOrderTemplate .newOrderHead{padding:24px 24px 32px;display:flex;justify-content:space-between;align-items:center}.newOrderTemplate .newOrderHead h2{margin:0}.newOrderTemplate .newOrderHead .timestamp{font-size:14px;margin-top:4px}.newOrderTemplate .products-list .table tbody tr td,.newOrderTemplate .products-list .table thead tr th{padding-right:32px;padding-left:32px}.newOrderTemplate .products-list .table tbody tr td.productId{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.newOrderTemplate .products-list .table tbody tr td.amount{display:flex}.newOrderTemplate .products-list .table tbody tr td.amount span{margin:0 4px}.newOrderTemplate .products-list .table tbody tr td.amount .product-decrease,.newOrderTemplate .products-list .table tbody tr td.amount .product-increase{width:24px;height:24px;cursor:pointer}.newOrderTemplate .products-list .table tbody tr td.amount .product-decrease{background:url(/static/media/icon-minus-circle.c4a020ab.svg) 50% no-repeat}.newOrderTemplate .products-list .table tbody tr td.amount .product-increase{background:url(/static/media/icon-plus-circle.4fe240b6.svg) 50% no-repeat}.newOrderTemplate .products-list .table tbody tr.summary{border:none}.newOrderTemplate .products-list .table tbody tr.summary td{padding-top:8px;padding-bottom:8px}.newOrderTemplate .order-summary{padding:16px 32px;text-align:left}.mobile-order-summary-cta{background:#00402d;color:#ebf1f5;position:fixed;bottom:0;left:0;z-index:1;right:0;width:100%;padding:22px 16px;font-size:18px;text-align:center;display:none}@media only screen and (max-width:767px){.mobile-order-summary-cta{display:block}}.mobile-order-summary-cta .mobile-order-summary-cta-inner{display:flex;justify-content:space-between;align-items:center}.mobile-order-summary-cta .mobile-order-summary-cta-inner div{color:#d8e8e4}.mobile-order-summary-cta .mobile-order-summary-cta-inner div strong{color:#fff}.mobile-order-summary-cta .mobile-order-summary-cta-inner .icon{display:inline-block;vertical-align:middle;margin-left:8px}.mobile-order-summary-cta .mobile-order-summary-cta-inner .icon path{fill:#d8e8e4}.order-actions-container{-webkit-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width:767px){.order-actions-container{display:none}}.order-actions-container{background:linear-gradient(180deg,rgba(55,79,100,0),rgba(55,79,100,.2));height:145px;position:fixed;left:0;right:0;bottom:0;z-index:9;display:flex;color:#beccd8;align-items:center}.order-actions-container .order-actions{box-shadow:0 8px 16px 0 rgba(54,56,82,.32);background:#374f64;padding:12px;margin:0 auto;border-radius:5px;display:flex;align-items:center}.order-actions-container .order-actions .button{margin:0;padding-right:24px;padding-left:24px}.order-actions-container .order-actions .summary{margin-left:16px;padding:0 12px}.order-actions-container .order-actions .summary span{color:#ebf1f5;font-weight:600}.order-actions-container .order-actions .action-send{border:1px solid #2d8b70;padding:8px 24px;display:inline-block;border-radius:5px;font-weight:600;color:#fff;background:#1d2832;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.order-actions-container .order-actions .action-send img{margin-left:8px}.login-container{width:100%;height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center}.login-container .App-logo{margin:16px 0 32px}@media only screen and (max-width:767px){.login-container{width:auto;min-height:auto;display:block;margin:-16px}}.login-container .login-wrapper{margin-bottom:10vh;background:#fff;border-radius:10px;width:440px;box-shadow:0 12px 40px rgba(55,79,100,.06),0 4px 12px rgba(55,79,100,.06);padding:40px;position:relative}@media only screen and (max-width:767px){.login-container .login-wrapper{width:auto;border-radius:0;padding:48px 24px}.login-container .login-wrapper:after{display:none}}.login-container .login-wrapper:after{content:"";position:absolute;z-index:-1;background:url(/static/media/pattern.0053cd92.svg) 50% no-repeat;width:720px;height:300px;top:40px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-animation:backgroundSize 1s cubic-bezier(.215,.61,.355,1) .3s forwards;animation:backgroundSize 1s cubic-bezier(.215,.61,.355,1) .3s forwards;background-size:0}@-webkit-keyframes backgroundSize{0%{background-size:50%}to{background-size:100%}}@keyframes backgroundSize{0%{background-size:50%}to{background-size:100%}}.login-container .login-wrapper .error{color:#d33c4e;margin-bottom:40px}.login-container .login-wrapper .forgotpassword{margin-top:24px;color:#91a9bf}.login-container .login-wrapper .login-content fieldset{border:none;padding:0;margin:0}.login-container .login-wrapper .login-content fieldset:disabled label{top:-12px;font-size:12px;color:#91a9bf}.login-container .login-wrapper .login-content h1{margin-top:16px;margin-bottom:48px}.login-container .login-wrapper .login-content .group{margin-bottom:24px;position:relative}.login-container .login-wrapper .login-content .group label{-webkit-user-select:none;-ms-user-select:none;user-select:none;position:absolute;color:#91a9bf;font-size:16px;top:12px;right:0;transition:all .2s ease;cursor:text;z-index:1}.login-container .login-wrapper .login-content .group input[type=password],.login-container .login-wrapper .login-content .group input[type=text]{background:#fff;padding:16px 8px 0;border-radius:0;line-height:1;transition:all .17s ease-out;border:1px solid transparent;border-bottom-color:#dee3e9;outline:none;color:#374f64}.login-container .login-wrapper .login-content .group input[type=password]:-webkit-autofill,.login-container .login-wrapper .login-content .group input[type=password]:-webkit-autofill:focus,.login-container .login-wrapper .login-content .group input[type=password]:-webkit-autofill:hover,.login-container .login-wrapper .login-content .group input[type=text]:-webkit-autofill,.login-container .login-wrapper .login-content .group input[type=text]:-webkit-autofill:focus,.login-container .login-wrapper .login-content .group input[type=text]:-webkit-autofill:hover{border:1px solid;border-color:#fff #fff #dee3e9;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.login-container .login-wrapper .login-content .group input[type=password]:focus~label,.login-container .login-wrapper .login-content .group input[type=password]:valid~label,.login-container .login-wrapper .login-content .group input[type=text]:focus~label,.login-container .login-wrapper .login-content .group input[type=text]:valid~label{top:-6px;font-size:12px;color:#91a9bf}.login-container .login-wrapper .login-content .group input[type=password]:focus,.login-container .login-wrapper .login-content .group input[type=text]:focus{border-bottom-color:#2d8b70}.login-container .login-wrapper .login-content .group input[type=password]:focus~label,.login-container .login-wrapper .login-content .group input[type=text]:focus~label{color:#2d8b70}.login-container .login-wrapper .login-content button{margin-top:48px}@font-face{font-family:"Heebo";src:url(/static/media/Heebo-Regular.e4693fd8.ttf) format("opentype")}@font-face{font-family:"Heebo";src:url(/static/media/Heebo-Light.356eda0e.ttf) format("opentype");font-weight:300}@font-face{font-family:"Heebo";src:url(/static/media/Heebo-Medium.e2313ab7.ttf) format("opentype");font-weight:600}@font-face{font-family:"Heebo";src:url(/static/media/Heebo-Bold.bc68b4fe.ttf) format("opentype");font-weight:700}a{text-decoration:none}body,html{font-size:14px;line-height:22.4px;font-family:"Heebo",serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}@media only screen and (max-width:767px){body,html{font-size:15.4px;line-height:25.536px}}h1,h2,h3,h4,h5,h6{font-weight:400}h1{font-size:32px}@media only screen and (max-width:767px){h1{font-size:30px}}h2{font-size:24px}h3{font-size:18px}h4{font-size:16px}h5{font-size:14px}.status,h6{font-size:12px}.status{color:#91a9bf;margin-top:4px;border-radius:5px;color:#fff;padding:2px 6px;display:inline-block;font-weight:600}.status.status-pending{background:rgb(255,240.4156626506,201.2);color:rgb(191,139.2228915663,0)}.status.status-approved{background:rgb(201.3641304348,237.6358695652,227.2173913043);color:#2d8b70}input[type=email],input[type=password],input[type=tel],input[type=text]{-webkit-appearance:none;background:#f7fafc;padding:10px 8px;border-radius:5px;border:1px solid transparent;line-height:1;transition:all .17s ease-out;display:block;width:100%}input[type=email]:disabled,input[type=password]:disabled,input[type=tel]:disabled,input[type=text]:disabled{cursor:not-allowed}input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus{outline:none;background:#fff;border-color:#2d8b70}input[type=email]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder{color:#beccd8}input[type=email]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder{color:#beccd8}input[type=email]::placeholder,input[type=password]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder{color:#beccd8}.input-search{position:relative}.input-search input[type=text]{padding-right:40px}.input-search:after{content:"";position:absolute;right:16px;top:13px;width:16px;height:16px;background:url(/static/media/icon-search.ab29e2ca.svg) 50% no-repeat;z-index:0;pointer-events:none}.input-search .clear{cursor:pointer;background-color:#ebf1f5;border-radius:32px;padding:2px;position:absolute;z-index:2;left:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:flex;justify-content:center;align-items:center}.input-search .clear .icon{padding:2px}.input-search .clear .icon svg path{fill:#374f64}.table{border-collapse:collapse;line-height:1.5;width:100%;font-size:14px}.table.table-editing tr:hover td{background:#f7fafc}.table thead{color:#91a9bf;font-weight:400}.table thead tr{border-top:1px solid #ebf1f5}.table thead tr th{padding:8px;font-weight:400}.table tbody{color:#374f64}.table tbody tr{border-top:1px solid #ebf1f5}.table tbody tr td{padding:12px 8px;font-weight:400}.table tfoot{color:#374f64}.table tfoot tr{border-top:1px solid transparent}.table tfoot tr:first-child{border-color:#ebf1f5}.table tfoot tr:first-child td{padding-top:24px}.table tfoot tr:last-child td{padding-bottom:16px}.table tfoot tr td{padding:4px 32px;font-weight:400}.table tfoot tr td.big{font-size:18px;color:#2d8b70}.table tfoot tr td.big strong{border-bottom:2px solid #2d8b70}table .amount{-webkit-user-select:none;-ms-user-select:none;user-select:none}table .ordered-amount{border-radius:5px;padding:1px 8px;color:#91a9bf;margin:0 22px;display:inline-block;position:relative}table .ordered-amount:after{content:"";z-index:2;height:1px;position:absolute;left:4px;right:4px;top:50%;background:rgba(45,139,112,.3)}table .productname .category{font-size:12px;color:#91a9bf}.productRemove .icon{margin:0;cursor:pointer}.productRemove .icon svg path{fill:#91a9bf}.amount input.amountText{max-width:44px;padding:4px 6px;margin:0 4px;text-align:right;direction:rtl;background:#fff;border:1px solid #beccd8}.amount input.amountText:focus{background:#fff;border-color:#2d8b70}.amount .status.status-pending{font-size:14px}.amount .changeAmount{display:flex;align-items:center}.amount span{margin:0 4px}.amount .product-decrease,.amount .product-increase{width:24px;height:24px;cursor:pointer}.amount .product-decrease{background:url(/static/media/icon-minus-circle.c4a020ab.svg) 50% no-repeat}.amount .product-increase{background:url(/static/media/icon-plus-circle.4fe240b6.svg) 50% no-repeat}#newOrder .mobile-tabs{display:none}@media only screen and (max-width:767px){#newOrder .mobile-tabs{display:block}}#newOrder .mobile-tabs ul{-webkit-user-select:none;-ms-user-select:none;user-select:none;display:flex;justify-content:space-evenly}#newOrder .mobile-tabs ul li{cursor:pointer;width:50%;text-align:center;padding:16px;font-size:16px;font-weight:600;border-bottom:1px solid #dee3e9;color:#91a9bf}#newOrder .mobile-tabs ul li span{min-width:20px;height:20px;display:inline-block;line-height:20px;font-size:13px;margin-right:2px;padding:1px 6px;background:#ffd259;color:#1d2832;border-radius:40px;text-align:center}#newOrder .mobile-tabs ul li.shown{color:#2d8b70;border-bottom-color:#2d8b70;border-bottom-width:2px}#newOrder .mobile-tabs .mobile-tab-content{display:none}#newOrder .mobile-tabs .mobile-tab-content .mobile-tab-content-inner{padding:0 0 32px}#newOrder .mobile-tabs .mobile-tab-content .mobile-tab-content-inner h1{margin-bottom:24px}#newOrder .mobile-tabs .mobile-tab-content .mobile-tab-content-inner .empty-list{margin-top:40px}#newOrder .mobile-tabs .mobile-tab-content .mobile-tab-content-inner .empty-list h1{margin-bottom:24px}#newOrder .mobile-tabs .mobile-tab-content .mobile-tab-content-inner .empty-list h4{margin-bottom:32px}#newOrder .mobile-tabs .mobile-tab-content.shown{display:block}#newOrder .mobile-tabs .mobile-tab-content .cta-search{text-align:center}#newOrder .mobile-tabs .mobile-tab-content .cta-search .icon svg path{fill:#fff}#newOrder .mobile-tabs .mobile-tab-content .products-search input{background:#fff;border:1px solid #dee3e9;box-shadow:0 5px 12px 0 rgba(54,56,82,.08);line-height:1.5}#newOrder .mobile-tabs .mobile-tab-content .products-search input:focus{border-color:#2d8b70}#newOrder .mobile-tabs .mobile-tab-content h6{color:#91a9bf;margin:24px 0 8px;font-size:13px;font-weight:600}#newOrder .mobile-tabs .mobile-tab-content .products-list-container .amountText{width:50px;background:transparent;direction:rtl;text-align:right;padding:6px;border:1px solid #dee3e9}#newOrder .mobile-tabs .mobile-tab-content .products-list-container .product{outline:none;box-shadow:none;border-radius:0;margin-left:-16px;margin-right:-16px;padding-right:16px;padding-left:16px}#newOrder .mobile-tabs .mobile-tab-content .products-list-container .product:active{background:#ebf1f5}#newOrder .mobile-tabs .mobile-tab-content .products-list-container .product .productActions .product-reset{display:flex;align-items:center;justify-content:center}#newOrder .mobile-tabs .mobile-tab-content .products-list-container .product .productActions .product-reset .icon svg path{fill:#91a9bf}#newOrder .mobile-tabs .mobile-tab-content .products-list-container .product:active .product-increase{-webkit-transform:scale(1);transform:scale(1);box-shadow:none}#newOrder .mobile-tabs .mobile-tab-content .products-list-container .product:focus{padding:12px 16px}#newOrder .mobile-tabs .mobile-tab-content .products-list-container .product:focus .product-increase{-webkit-transform:scale(1);transform:scale(1)}.newOrderHeader{margin:24px 0;display:none;align-items:center;font-weight:600;font-size:18px;color:#374f64}@media only screen and (max-width:767px){.newOrderHeader{display:flex}}.newOrderHeader .icon{margin-left:4px}*{box-sizing:border-box;touch-action:manipulation}body{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-overflow-scrolling:touch;background:#f7fafc;color:#374f64}img{display:inline-block;max-width:100%;vertical-align:middle}.grad{background:linear-gradient(180deg,#f7fafc 20%,#eaf0f5);z-index:-2}.grad,.gradCover{width:100%;height:200px;position:fixed;bottom:0;left:0;right:0;pointer-events:none}.gradCover{background:linear-gradient(180deg,rgba(247,250,252,0) 70%,#f7fafc);z-index:9}.App{max-width:1600px;margin:0 auto;padding:0 48px 120px}@media only screen and (max-width:1300px){.App{padding:0 32px 32px}}@media only screen and (max-width:767px){.App{padding:0 16px 48px}}iframe{width:100%;height:100vh;border:none}time{font-size:inherit}::selection{color:#2d8b70;background:rgb(201.3641304348,237.6358695652,227.2173913043)}.pageOrientation{display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media only screen and (max-width:1300px){.pageOrientation{flex-direction:column;justify-content:start;align-items:flex-start}}.pageOrientation .pageTitle .amount{font-size:18px;font-weight:400;color:#91a9bf}.pageOrientation .pageTitle .amount:before{content:" - "}.pageOrientation .pageTitle .breadcrumbs{display:flex;margin:0}.pageOrientation .pageTitle .breadcrumbs li{color:#beccd8;padding:2px}.pageOrientation .pageTitle .breadcrumbs li a{color:#91a9bf}.pageOrientation .pageTitle .breadcrumbs li:not(:last-child):after{content:" / "}.pageOrientation .pageTitle .title{margin-top:8px;margin-bottom:16px;color:#374f64}.pageOrientation .pageTitle p{font-size:16px;color:#91a9bf}html{direction:rtl;text-align:right}li,ul{list-style-type:none;margin:0;padding:0}.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12{padding-left:24px;padding-right:24px}@media only screen and (max-width:800px){.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12{padding-left:8px;padding-right:8px}}.align-left{text-align:left}a{color:#2d8b70}span,strong{font:inherit}strong{font-weight:600}.filter-option{flex:1 1 auto}.filter-option a{margin:0;text-align:center;padding:16px 24px;display:block;border-bottom:3px solid transparent;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#374f64;transition:all .08s}.filter-option a div{display:flex;justify-items:center;align-items:center;align-self:center}.filter-option a div svg{margin-left:8px}.filter-option a div svg path{fill:#91a9bf}.filter-option.active a{color:#2d8b70;font-weight:600;border-bottom-color:#2d8b70}.filter-option.active a svg path{fill:#2d8b70}ul.check-list li{background:url(/static/media/icon-check.ee07783c.svg) right 5px no-repeat;padding:8px 32px 8px 0;font-size:16px}
/*# sourceMappingURL=main.1f2032a8.chunk.css.map */