@import url(https://fonts.googleapis.com/css?family=Oswald|Roboto+Slab|Roboto&display=swap);@font-face{font-family:Gotham Rounded;font-weight:700;src:url(/static/media/GothamRnd-Bold.ae3b95d0c6532a167baf.otf) format("opentype")}@font-face{font-family:Gotham Rounded;font-weight:500;src:url(/static/media/GothamRnd-Medium.a823f47529152ca9e8e2.otf) format("opentype")}@font-face{font-family:Gotham Rounded;font-weight:300;src:url(/static/media/GothamRnd-Book.108ace2dd34ac9787a50.otf) format("opentype")}@font-face{font-family:Gotham Rounded;font-weight:100;src:url(/static/media/GothamRnd-Light.cbdf452a8f6792f87f8c.otf) format("opentype")}body,html{background-color:#f6f8f9;color:#303030;margin:0}#root,body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{background-attachment:fixed;background-position:top;background-repeat:no-repeat;background-size:cover;font-family:Roboto,sans-serif;min-height:100vh;touch-action:manipulation}h1,h2,h3,h4,h5,h6{font-family:Gotham Rounded,Oswald,sans-serif;margin:0}div,h1,h2,h3,h4,h5,h6,p,span{-webkit-user-select:none;-ms-user-select:none;user-select:none}a{color:#292e42;font-weight:700;text-decoration:none}button{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-radius:6px;cursor:pointer;font-family:Roboto,sans-serif;text-align:center}button:focus{outline:none}.button{background:transparent;border:1px solid #6b75fa;color:#6b75fa;font-size:15px;font-weight:700;line-height:1;padding:10px 18px;text-decoration:none}.button.large-button{font-size:16px;padding:15px 25px}.button.error-button{background-color:transparent;border-color:#b10b0b;color:#b10b0b;font-weight:400}.button.muted-button{background-color:#dcdada;border-color:#dcdada;color:#303030;font-weight:400}.button[disabled]{cursor:auto;opacity:.6}#root,.main{display:flex;flex-direction:column}.main{flex-grow:1}.mobile-error{display:block;text-align:center}@media(min-width:992px){.mobile-error{display:none}}.header-section{background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.1)}.header-section .header{align-items:center;display:flex;justify-content:space-between;width:100%}.header-section .header .header-title-section{padding:1.5rem 2rem}.header-section .header .header-title-section .header-title{align-items:center;display:flex}.header-section .header .header-title-section .title-customer-name{font-size:.5em;font-style:italic;font-weight:100;margin-left:1rem}.header-section .header .header-information-section{align-items:center;display:none;justify-content:flex-end;padding:0 1rem 0 0}@media(min-width:992px){.header-section .header .header-information-section{display:flex}}.header-section .header .header-information-section .header-item{margin:0 0 0 1.5rem}.header-section .header .header-information-section .header-item.product-count{color:#9d9d9d;font-style:italic}.header-section .header .filter-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAL0lEQVRYhe3SMREAAAgDMfybBg8cHAxJBfzSCIBvcmgC/QDMWr+mABxYv6UAwKECwfIPAPIOi8oAAAAASUVORK5CYII=);background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:2rem;width:2rem}.header-section .header-filter-section{align-items:center;background-color:#fff;border-top:1px solid #dfdfdf;display:flex;justify-content:flex-end;padding:1rem .5rem}.header-section .header-filter-section .filter-item{margin:0 .5rem}.header-section .header-filter-section .time-selector-section{min-width:10rem}.nav-tabs-container{display:flex;display:none;justify-content:center;padding:1rem 0 0;width:100%}@media(min-width:992px){.nav-tabs-container{display:flex}}.instance-selector{align-items:center;display:none;justify-content:center;margin-top:2rem;width:100%}@media(min-width:992px){.instance-selector{display:flex}}.instance-selector .instance-container{background-color:#fff;border-radius:8px;box-shadow:0 0 15px rgba(0,0,0,.05);cursor:pointer;margin:0 1rem;padding:1rem 4rem}.instance-selector .instance-container .instance-name{font-weight:700}.order-list{align-items:flex-start;display:none;flex-wrap:wrap;justify-content:flex-start;margin-top:2rem;width:100%}@media(min-width:992px){.order-list{display:flex}}.order-list .list-item{background-color:#fff;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.05);margin:.5rem;min-width:15rem;position:relative;width:15%;width:calc(20% - 1rem)}.order-list .list-item .order{padding:.5rem 1rem}.order-list .list-item .order.disabled{opacity:.5}.order-list .list-item .order-header{align-items:center;display:flex;justify-content:space-between;padding-top:.5rem}.order-list .list-item .order-header .order-info-text{margin:0}.order-list .list-item .order-header .order-name,.order-list .list-item .order-header .order-ready-time{font-weight:700}.order-list .list-item .order-header .order-time-counter{color:#9d9d9d;font-size:14px;font-weight:100;margin-left:6px}.order-list .list-item .order-receipt-number-container .order-receipt-number{color:#9d9d9d;font-size:14px;margin:0}.order-list .list-item .order-body{margin-top:1rem;padding-bottom:4rem}.order-list .list-item .order-body .order-element-container{align-items:flex-start;display:flex;margin:1rem 0}.order-comment{margin-top:-2rem;padding-bottom:2rem}.order-comment p{margin:5px}.order-comment .order-comment-title{font-weight:700}.run-button-container{display:flex;justify-content:flex-end}.run-button-container .run-button{background-color:#6b75fa;color:#fff}.run-button-container .run-button:disabled{background-color:#c1c1c1;border-color:#c1c1c1;color:#686868}.summary-list-section{display:none;justify-content:space-around;margin-top:2rem;width:100%}@media(min-width:992px){.summary-list-section{display:flex}}.summary-list-section .summary-list{width:100%}.summary-list-section .summary-list .summary-list-title{font-weight:700;margin:.5rem 1% 1rem;text-align:center}.summary-list-section .summary-list .summary-list-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.summary-list-section .summary-element{background-color:#fff;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.05);margin:.5rem 1%;padding:1.5rem 2rem;position:relative;width:69%;width:calc(78% - 4rem)}.summary-list-section .summary-element .element .element-child-container{margin-left:10px}.summary-list-section .summary-element .element .element-child-container .element-child-child-container.disabled{opacity:1}.summary-list-section .summary-element .element .element-child-container .element-child-child-container .checkbox{display:none}.element{margin:0 0 0 .5rem}.element .element-name{margin:0}.element .element-name.disabled{opacity:.6}.element .element-child-container{margin-top:8px}.element .element-child-container .element-child-child-container{align-items:center;display:flex}.element .element-child-container .element-child-child-container.disabled{opacity:.6}.element .element-child-container .element-child-child-container .checkbox input[type=checkbox]+div.checkmark-container,.element .element-child-container .element-child-child-container .checkmark{height:18px;width:18px}.element .element-child-container .element-child-child{font-size:12px;margin:0}.checkbox input[type=checkbox]{display:none}.checkbox input[type=checkbox]+div.checkmark-container{background:#fff 0 0 no-repeat;border:1px solid #dbdbdb;border-radius:50%;display:inline-block;height:24px;margin:-1px 0 0;margin-right:4px;position:relative;top:-1px;vertical-align:middle;width:24px}:root{--checkmark-circle-color:#bddda2}.disabled{--checkmark-circle-color:#9d9d9d}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#bddda2;stroke:var(--checkmark-circle-color);fill:none;-webkit-animation:stroke .3s cubic-bezier(.65,0,.45,1) forwards;animation:stroke .3s cubic-bezier(.65,0,.45,1) forwards}.checkmark{stroke-width:2;stroke:#fff;stroke-miterlimit:10;-webkit-animation:fill .2s ease-in-out .2s forwards,scale .2s ease-in-out .3s both;animation:fill .2s ease-in-out .2s forwards,scale .2s ease-in-out .3s both;border-radius:50%;box-shadow:inset 0 0 0 #bddda2;box-shadow:inset 0 0 0 var(--checkmark-circle-color);display:block;height:24px;margin:0 auto;width:24px}@-webkit-keyframes stroke{to{stroke-dashoffset:0}}@keyframes stroke{to{stroke-dashoffset:0}}@-webkit-keyframes scale{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}}@keyframes scale{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}}@-webkit-keyframes fill{to{box-shadow:inset 0 0 0 30px #bddda2;box-shadow:inset 0 0 0 30px var(--checkmark-circle-color)}}@keyframes fill{to{box-shadow:inset 0 0 0 30px #bddda2;box-shadow:inset 0 0 0 30px var(--checkmark-circle-color)}}.spinner-container{height:100vh;left:0;position:fixed;top:0;width:100vw}.spinner{-webkit-animation:rotation .6s linear infinite;animation:rotation .6s linear infinite;border:6px solid rgba(48,60,55,.15);border-radius:100%;border-top-color:rgba(48,60,55,.8);height:60px;left:calc(50% - 30px);margin:0 auto;position:absolute;top:50%;width:60px}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
/*# sourceMappingURL=main.1f060b48.css.map*/