main{padding:0 50px;padding-top:calc(53px + var(--gap-grand));height:100vh}#root{position:absolute;top:0;width:100%;height:100vh;overflow-y:scroll;scrollbar-width:none}*{font-family:Roboto;-webkit-user-select:none;user-select:none}*,*:before,*:after{box-sizing:border-box}body,:where(blockquote,figure):where([class]){margin:0}:where(h1,h2,h3,h4,h5,h6,p,ol,dl,ul):where([class]){margin-block:0}:where(dd[class]){margin-left:0}:where(dd[class]){list-style:none}img{display:block;max-width:100%}*::-webkit-scrollbar{background:var(--bg);border-radius:10px;width:5px;height:5px}*::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}*::-webkit-scrollbar-corner{visibility:none}input,textarea,select,button{font:inherit;width:100%;outline:none}html{height:100%;scroll-behavior:smooth}body{height:100%;line-height:1.5}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}div{white-space:pre-wrap;-webkit-user-select:none;user-select:none}*{background:transparent;color:var(--primary-text-light)}body{color:var(--primary-text-light);background:var(--bg)}input{height:var(--input-height)}.filler{width:100%}select{padding:.2em 1em;border:1px solid var(--primary);border-radius:var(--border-radius)}option{background:var(--bg)}option:checked{background:var(--primary)}option:focus{background:#000!important}:root{--bg: #1f2224;--bk: #11161a;--wh: #c4c4c4;--primary-text-light: #d9d9d9;--secondary-text-light: rgb(160, 160, 160);--primary-text-dark: black;--secondary-text-dark: rgb(40, 40, 40);--error: #710004;--primary: #b51d4d;--secondary: #1f2224;--accent: #ffb950;--inactive: #7e7e7e;--border-color: white;--border-weigth: 2px;--hover-brightness: 120%;--active-brightness: 140%;--border-radius: 5px;--input-height: 30px;--input-padding: 5px;--header-padding: 10px;--footer-padding: 10px;--modal-padding: 10px;--gap-grand: 20px;--gap-parent: 10px;--gap-child: 5px}.controlled-input-container{position:relative;width:100%}.controlled-input{border:0;border-bottom:solid 1px var(--border-color);padding:var(--input-padding)}.invalid{border-bottom:solid 1px var(--error)}.eye{position:absolute;right:var(--input-padding);top:var(--input-padding)}.eye img{height:calc(var(--input-height) - var(--input-padding) * 2)}.switch{position:relative;display:inline-block;width:48px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:var(--bg);border:solid 2px var(--primary);-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:var(--wh);-webkit-transition:.1s;transition:.1s;box-shadow:-2px 2px 4px #00000040}input:checked+.slider{background-color:var(--primary)}input:focus+.slider{box-shadow:0 0 1px var(--primary)}input:checked+.slider:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translate(22px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.controlled-textarea{border-radius:var(--border-radius);box-sizing:border-box;width:100%;resize:none;border:solid 1px var(--border-color);padding:var(--input-padding)}.controlled-textarea-invalid{border-radius:var(--border-radius);width:100%;resize:none;border:solid 1px var(--error);padding:var(--input-padding)}.controlled-textarea-container{width:100%}.primary-button,.secondary-button,.inactive-button,.alternative-button,.pending{box-sizing:content-box;border:solid var(--primary) var(--border-weigth);border-radius:var(--border-radius);padding:0;height:100%;width:calc(100% - calc(var(--border-radius)));min-height:calc(var(--input-height) - calc(var(--border-weigth) * 2));cursor:pointer}.primary-button img,.secondary-button img,.alternative-button img,.inactive-button img{margin:auto}.alternative-button{background:var(--bk);border-color:var(--bk)}.primary-button:hover,.secondary-button:hover,.alternative-button:hover{filter:brightness(var(--hover-brightness))}.primary-button:active,.secondary-button:active,.alternative-button:active{filter:brightness(var(--active-brightness))}.double-check-button-container{height:100%;width:100%}.check-container{display:flex;flex-direction:row;width:100%}.check-container .primary-button{border-radius:0 var(--border-radius) var(--border-radius) 0;height:auto}.check-container .secondary-button{border-radius:var(--border-radius) 0 0 var(--border-radius);height:auto}.field-container{display:flex;justify-content:space-between;align-items:center;width:100%;gap:5px}.field-controls{width:100%}.field-controls>div>div>button{padding-left:10px;padding-right:10px}.field-controls>div>button{box-sizing:border-box;padding-left:10px;padding-right:10px}.range{display:flex;flex-direction:column;align-items:center}.range>p{margin:0}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=range]{overflow:hidden;width:100%;height:15px;border-radius:10px;appearance:none;-webkit-appearance:none;background-color:gray}}.range-input[type=range]::-webkit-slider-thumb{width:15px;-webkit-appearance:none;height:15px;cursor:ew-resize;border-radius:50%;background:var(--wh);box-shadow:calc(-50vh - 5px) 0 0 50vh var(--primary)}.range-input[type=range]::-moz-range-progress{background-color:var(--primary)}.range-input[type=range]::-moz-range-track{background-color:var(--bk)}.range-input[type=range]::-ms-fill-lower{background-color:var(--primary)}.range-input[type=range]::-ms-fill-upper{background-color:var(--bk)}.sheet{width:100%;border:solid 1px var(--primary);border-radius:var(--border-radius);padding:var(--gap-parent)}.sheet-header{border:solid 1px var(--primary);border-radius:var(--border-radius);text-align:center;padding:var(--gap-child);margin-bottom:var(--gap-child)}.sheet-footer{display:flex;border:solid 1px var(--primary);border-radius:var(--border-radius);text-align:center;padding:var(--gap-child);margin-bottom:var(--gap-child)}.sheet-columns{width:100%;display:flex;flex-direction:row;justify-content:space-between;border:solid 1px var(--primary);border-radius:var(--border-radius);text-align:center;margin-bottom:var(--gap-child)}.sheet-column{display:flex;align-items:center;justify-content:center;height:auto;width:100%;border-right:solid 1px var(--primary)}.rows-index-column{max-width:3em}.sheet-rows{width:100%;border:solid 1px var(--primary);border-radius:var(--border-radius);margin-bottom:var(--gap-child)}.drag-img{width:calc(var(--input-height) / 1.3);height:100%}.drag-img-active{width:calc(var(--input-height) / 1.3);filter:brightness(1000%)}.rows-control-column{border:none}.rows-control-column button{height:var(--input-height);height:100%;width:100%;border:none;border-radius:0 var(--border-radius) var(--border-radius) 0}.row{display:flex;justify-content:space-between}.row div{width:100%;text-align:center}.row-index{max-width:3em}.row-value{display:flex;flex-direction:column;justify-content:center;align-items:center;border-right:solid 1px var(--primary);overflow-y:auto;min-height:33px}.row-controls{display:flex;border:none;justify-content:center}.row-controls button{border:none}.row-controls-dragOn{display:flex;border:none;justify-content:center}.row-container{border-bottom:solid 1px var(--primary);border-radius:var(--border-radius)}.row-controls-dots{width:25%}.array-row-vaule{width:100%}.array-row-vaule:not(:last-child){border-bottom:dashed var(--primary) 1px}.link-img>img{height:30px;padding:5px}.link-img{border-radius:var(--border-radius);background:var(--bg)}.link-img:hover{filter:brightness(var(--hover-brightness))}.link-img:active{filter:brightness(var(--active-brightness))}.copied{position:fixed;top:0;left:50px;background-color:#0f03;padding:15px 25px;border-radius:var(--border-radius);-webkit-backdrop-filter:grayscale(1) blur(2px);backdrop-filter:grayscale(1) blur(2px);color:#fff;max-width:300px;font-size:16px;animation:copied-notification 3s ease-in-out}@keyframes copied-notification{0%{top:0}2%{top:60px}98%{top:60px}to{top:0}}.modal-bg{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;z-index:100;width:100%;height:100%;background:#00000040;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-window{display:flex;flex-direction:column;position:relative;margin:auto;max-width:80%;max-height:80%;min-width:50%;background:var(--bg);border-radius:var(--border-radius);padding:var(--modal-padding)}.modal-header{position:relative;display:flex;justify-content:space-between;margin-bottom:var(--gap-parent)}.modal-title{text-align:center;width:100%}.modal-close{position:absolute;right:0;top:0}.modal-body{position:relative;margin:var(--modal-padding) 0;height:100%;overflow-y:auto;box-sizing:border-box;margin-bottom:var(--gap-parent)}.modal-body-content{display:flex;height:100%;flex-direction:column;position:relative}.tab-bar{width:100%;height:var(--input-height);display:flex;flex-direction:row;justify-content:space-between;margin-bottom:var(--gap-parent);gap:var(--gap-child)}.tab{width:100%;text-align:center;border-radius:var(--border-radius);cursor:pointer;background:var(--bg)}.tab:hover{filter:brightness(var(--hover-brightness))}.tab:active{filter:brightness(var(--active-brightness))}.picked{background:var(--primary)}.tab-module{height:100%;padding:var(--modal-padding);border-radius:var(--border-radius);border:solid 1px var(--primary);overflow:auto;margin-bottom:var(--gap-parent)}.primary-button,.secondary-button,.inactive-button,.pending{box-sizing:content-box;border:solid var(--primary) var(--border-weigth);border-radius:var(--border-radius);padding:0;height:100%;width:calc(100% - calc(var(--border-radius)));min-height:calc(var(--input-height) - calc(var(--border-weigth) * 2));cursor:pointer}.primary-button img,.secondary-button img,.inactive-button img{margin:auto}.primary-button{background:var(--primary)}.secondary-button{background:var(--secondary)}.inactive-button{background:var(--inactive);cursor:not-allowed;border-color:var(--inactive)}.primary-button:hover,.secondary-button:hover{filter:brightness(var(--hover-brightness))}.primary-button:active,.secondary-button:active{filter:brightness(var(--active-brightness))}.pending{cursor:not-allowed;background:var(--inactive)}.update-sheet-modal-footer{display:flex;flex-direction:row;gap:var(--gap-child)}.update-sheet-modal-field{display:flex;flex-direction:row;gap:var(--gap-child);width:100%;padding:var(--modal-padding);border-bottom:dashed 1px var(--primary)}.update-sheet-modal-field-placeholder{width:100%}.update-sheet-modal-field-value{display:flex;justify-content:center;width:100%}.update-sheet-modal{display:flex;flex-direction:column;gap:var(--gap-child)}.update-sheet-modal-array-field-value{flex-wrap:wrap;display:flex;flex-direction:row;width:100%;gap:var(--gap-child)}.update-sheet-modal-array-field-element{text-align:center;border-radius:var(--border-radius);border:solid var(--primary) var(--border-weigth);padding:.2em 1em}.chosen{background:var(--primary)}.form{width:50%;margin:auto;display:flex;flex-direction:column;border-radius:var(--border-radius);border:solid 1px var(--primary);padding:calc(var(--modal-padding) * 3);gap:calc(var(--gap-parent))}.form-container{display:flex;justify-content:center;height:100vh}header{position:fixed;box-sizing:border-box;top:0;left:0;width:100%;display:flex;flex-direction:row;background:var(--bg);justify-content:space-between;padding:var(--header-padding);z-index:10000;border-bottom:solid 1px var(--primary);margin-bottom:var(--gap-grand)}footer{position:fixed;box-sizing:border-box;bottom:0;left:0;width:100%;display:flex;flex-direction:row;background:var(--bg);justify-content:space-between;padding:var(--footer-padding)}.timer{background:var(--wh);border-radius:var(--border-radius);width:9em;padding:5px 0;display:flex;justify-content:center;align-items:center}.remainingTime{color:var(--bk);text-align:center;height:100%}.expired{color:var(--error)}.nav-logo,.nav-user{width:33px}.header-shop-name{background:var(--bg);filter:brightness(var(--hover-brightness));border-radius:var(--border-radius)}.header-shop-name:hover{filter:brightness(var(--active-brightness))}.header-shop-name p{margin:0;padding:5px 20px}.shop-link,.profile-link,.home-link{text-decoration:none;display:flex;flex-direction:column;justify-content:center;height:33px}.shop-footer-img{width:20px}.footer-controls-container{width:100%;display:flex;gap:var(--gap-child);flex-direction:row;justify-content:space-between;align-items:center;padding:10px 20px;margin:0 10px;border-top:solid 1px var(--primary)}.footer-controls-container button{padding:2px;box-shadow:0 5px 5px #00000040;border:none}.customers-search-bar{display:flex;gap:var(--gap-grand)}.create-customer-button-container{width:20%}.create-customer-modal,.customer-info-tab{display:flex;flex-direction:column;gap:var(--gap-parent)}.history-element{display:flex;width:100%;min-width:500px;background:var(--bg);justify-content:space-between;cursor:pointer}.history-element:hover{filter:brightness(var(--hover-brightness))}.history-element:active{filter:brightness(var(--active-brightness))}.history-element div{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center}.customer-order-history-labels{display:flex;width:100%;min-width:500px;justify-content:space-between;border-bottom:solid var(--primary) var(--border-weigth);margin-bottom:var(--gap-parent)}.customer-order-history-labels div{width:100%;text-align:center}.customer-card-container{margin:10px 0;padding:5px 10px;background:var(--bg);border:solid var(--primary) var(--border-weigth);cursor:pointer;border-radius:var(--border-radius)}.customer-card-container:hover{filter:brightness(var(--hover-brightness))}.customer-card-container:active{filter:brightness(var(--active-brightness))}.customer-name p{margin:0}.suggest-results{border-bottom:solid var(--primary) var(--border-weigth)}.loading-layout{position:absolute;width:100%;height:100%;background:var(--bg);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:.3s;z-index:1000000000}.unmount{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.phone-validation-input-box{display:flex;gap:var(--gap-child)}.phone-container,.pwd-container{position:relative}.incorrect-value{position:absolute;color:red;left:0%;top:-13px;padding:0;background:transparent;border:none;font-size:small}.workplaces-page{display:flex;justify-content:center;height:100%;padding-bottom:40px;box-sizing:border-box}.workplaces{width:300px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.workplaces-label{width:100%;text-align:center;font-size:26px}.workplaces-container{height:fit-content;max-height:0;margin:auto 0;scrollbar-width:none;overflow:hidden;overflow-y:scroll;padding-right:10px;padding-left:10px;border-top:solid transparent var(--border-weight);border-bottom:solid transparent var(--border-weight);transition:max-height .12s ease-in-out}.load{border-top:solid var(--wh) var(--border-weigth);border-bottom:solid var(--wh) var(--border-weigth);max-height:70%}.workplaces-list-container{display:flex;flex-direction:column;justify-content:center;height:100%}.workplaces-list-controls{margin-top:var(--gap-grand)}.create-shop-bg{position:fixed;top:0;width:100%;height:100%;background:#00000040;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;transition:ease-in-out 5s}.controls{display:flex;flex-direction:row;gap:5px}.modal-inputs{margin-bottom:19px;display:flex;flex-direction:column;gap:19px}.workplace{border:solid var(--wh) var(--border-weigth);background:var(--bg);margin:10px 0;padding:10px 20px;border-radius:10px;cursor:pointer}.workplace:hover{filter:brightness(var(--hover-brightness))}.workplace:active{filter:brightness(var(--active-brightness))}.workplace-name{font-size:26px;background:transparent;font-weight:300;margin:6px 0}.workplace-address{background:transparent;font-size:12px;color:var(--gr);margin:6px 0}.user-page{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.profile-pic{background:var(--wh);border-radius:10px;margin-bottom:17px;width:236px}.main-settings{min-width:236px;max-width:472px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.id-container{display:block;min-width:236px;display:flex;flex-direction:column;padding:33px calc((100% - 236px)/2);align-items:center}.container{height:91px;display:flex;justify-content:center;align-items:center;width:100%;gap:var(--gap-grand)}.container .field-container{width:100%}.changePWD-container{box-sizing:border-box;width:100%}.logout-container{display:flex;flex-direction:row;align-items:center;margin-top:20px;width:100%;box-sizing:border-box}.sound-bar-container{width:100%;border-top:1px dashed #fff;display:flex;align-items:center;flex-direction:column;justify-content:center;margin-top:30px}.volume-bar{margin-bottom:20px}.sound-bar{display:grid;width:fit-content;grid-template-columns:1fr 1fr 1fr 1fr 1fr;margin-bottom:30px}.sound{border-radius:10px;padding:20px;margin:5px;border:solid var(--primary);text-align:center}.chosen-sound{background:var(--primary)}.field-name{display:flex;font-weight:400;height:30px;justify-content:center;align-items:center;width:25%;border-bottom:solid 1px white}.employee-credentials{display:flex;gap:var(--gap-grand);margin-bottom:var(--gap-grand)}.employee-user-id,.employee-credentials{margin-bottom:var(--gap-grand)}.employee-modal-footer{display:flex;gap:var(--gap-child)}.shop-setting-page{padding-bottom:80px;display:flex;flex-direction:column;gap:var(--gap-grand)}.shop-setting-field{display:flex;width:100%;justify-content:space-between;gap:var(--gap-grand)}.shop-setting-field-name{display:flex;font-weight:400;justify-content:center;align-items:center;width:25%;border-bottom:solid 1px white}.role-setting{display:flex;justify-content:space-between;font-size:16px;border-bottom:dashed var(--primary) 1px;margin-bottom:15px;margin:0 var(--modal-padding)}.role-setting-value{font-weight:200;width:100%;display:flex;align-items:center}.role-setting-label{font-weight:200;width:100%;display:flex;align-items:center;padding:10px 0}.update-role-name,.new-role-name{margin:0 var(--modal-padding)}.role-more{cursor:pointer}.role-more:hover{background:var(--bg);filter:brightness(var(--hover-brightness))}.role-more:active{background:var(--bg);filter:brightness(var(--active-brightness))}.role-more>img{filter:brightness(100);width:24px}.shortened-log-element{background:var(--bg);display:flex;justify-content:space-between;padding:10px;border-top:solid var(--primary) 1px;min-height:53px;cursor:pointer}.shortened-log-element:hover{filter:brightness(var(--hover-brightness))}.shortened-log-element:active{filter:brightness(var(--active-brightness))}.order-log-data{width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;background:transparent;overflow-x:auto}.shortened-log-list-header{background:var(--bg);display:flex;justify-content:space-between;padding:10px;border-bottom:solid var(--primary) 1px;border-top:solid var(--primary) 1px;min-height:53px}.order-log-data-column{width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;background:transparent;overflow-x:auto}.log-list-container{height:calc(100% - 80px)}.log-list{height:100%;overflow-x:auto}.order-logs-page{height:calc(100vh - 150px)}.log-filters{display:flex;padding-bottom:10px}.log-filter{display:flex;padding:0 10px;max-width:10em;flex-direction:column;border-right:solid var(--primary) 1px}.filter-controls{display:flex;gap:var(--gap-child);justify-content:center}.filter-name{text-align:center}.log-element{display:flex;justify-content:space-between;border-bottom:solid var(--primary) 1px}.log-data{width:100%;text-align:center}.skeleton-order{width:159px;height:216px;background:gray;border-radius:10px;animation:pulse infinite 5s}@keyframes pulse{0%{background:#ffffff31}50%{background:#ffffff10}to{background:#ffffff31}}.order-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;gap:20px;overflow-y:auto;margin-top:40px}@media(max-width:1900px){.order-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;gap:20px}}@media(max-width:1650px){.order-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;gap:20px}}@media(max-width:1430px){.order-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;gap:20px}}@media(max-width:1250px){.order-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;gap:20px}}@media(max-width:1070px){.order-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:20px}}@media(max-width:895px){.order-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px}}@media(max-width:720px){.order-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}}@media(max-width:500px){.order-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}}.order{width:159px;height:216px;background:var(--bk);border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:5px}.late{background:var(--error)}.order-table,.order-stage{margin-top:auto;margin-bottom:auto;width:80%;height:24px;font-size:16px;text-align:center;align-items:center;display:flex;flex-direction:column;justify-content:center}.order-data-controls{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:auto;margin-bottom:auto;width:100%}.more-button,.is-paid{display:flex;justify-content:center;width:100%;align-items:center}.coin-img,.book-img{background:transparent;width:25px}.next-stage-button{width:100%}.next-stage-button>div>button{font-size:14px;height:26px}.next-stage-button>div>div>button{font-size:14px}.order-data-modal-footer{display:flex;flex-direction:row;width:100%;gap:var(--gap-child)}.order-data-modal-footer>.double-check-button-container>button,.order-data-modal-footer>.double-check-button-container>.check-container>button,.order-data-modal-footer>button{font-size:12px;width:calc(100% - var(--border-weigth) * 2);padding:5px 0;height:25px}.info-block{display:flex;width:100%;justify-content:space-between;align-items:center;margin:10px 0;border-bottom:dashed var(--primary) 1px;padding-bottom:5px}.info-block-data{display:flex;width:100%;justify-content:center}.info-block-name{display:flex;width:100%}.comment-block,.strength-block{width:100%;text-align:center;border-bottom:dashed var(--primary) 1px;padding-bottom:5px}.time-outs{padding-top:10px;text-align:center}.time-out-element{display:flex;width:100%;justify-content:space-between;align-items:center;border-bottom:solid var(--primary) 1px}.time-out{color:var(--error)}.customer-suggest{display:flex;justify-content:space-between;width:100%;margin:10px 0;padding:5px 10px;background:var(--bg);border:solid var(--primary) 1px;cursor:pointer;border-radius:var(--border-radius)}.customer-suggest:hover{filter:brightness(var(--hover-brightness))}.customer-suggest:active{filter:brightness(var(--active-brightness))}.header-controls-container{position:fixed;display:flex;gap:10px;background:var(--bg);padding:30px 0 10px;flex-direction:row;justify-content:space-between;align-items:center;width:100%;top:50px}.filter{display:flex;align-items:center;gap:10px;position:relative;z-index:800}.filter-label{font-size:20px;margin:0;padding:0}.drop-down{position:absolute;border:solid var(--wh);display:flex;flex-direction:column;gap:var(--gap-child);border-radius:10px;background:var(--bg);box-shadow:-6px 0 6px #00000040;padding:20px;top:0;left:40px;width:200%}.stage-filter{cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;width:100%;padding:10px;border-radius:10px;margin-bottom:10px;background:var(--btn-secondary);box-sizing:border-box}.stage-duration{text-align:right;width:100%}.stage-name{width:100%}.order-request{width:200px;background:var(--wh);text-align:center;color:#000;padding-bottom:10px;border-radius:0 0 10px 10px}.order-request>div{color:inherit;width:100%}.order-request-field{display:flex;justify-content:space-between;padding:5px 10px}.order-request-timer{display:flex;justify-content:center}.order-request-text{padding:5px 10px}.order-request-field-label{color:gray;text-align:left}.order-request-field-value{color:inherit}.shop-order-page{padding-top:50px}.table-header{display:flex;justify-content:space-between;width:100%;max-height:55px}.table-name{background:var(--bg);filter:brightness(var(--hover-brightness));border-radius:var(--border-radius);margin:0;padding:5px 20px}.create-order-request-container{width:150px}.order-requests{display:flex;gap:10px}.customer-order{padding:10px;border:var(--primary) 1px solid;border-radius:var(--border-radius)}.customer-order-field{display:flex;justify-content:space-between;border-bottom:dashed 1px;padding:5px 10px}.customer-order-text-field{display:flex;flex-direction:column;align-items:center;width:100%}.customer-order-text-field-name{border-bottom:dashed 1px;width:100%;text-align:center}.customer-order-text-field-value{min-height:50px;border:var(--wh) 1px solid;margin-top:10px;padding:10px;width:100%;border-radius:var(--border-radius)}.rate-bar{align-items:center}.range-container{padding:20px}.order-request_table{width:200px;background:var(--wh);text-align:center;color:#000;padding-bottom:10px;border-radius:0 0 10px 10px}.order-request_table>div{color:inherit;width:100%}.order-request_table-field{display:flex;justify-content:space-between;padding:5px 10px}.order-request_table-text{padding:5px 10px}.order-request_table-field-label{color:gray;text-align:left}.order-request_table-field-value{color:inherit}.deco{width:100%;display:flex;justify-content:space-between;padding:10px 15px}.order-request-circle{border-radius:50%;display:block;width:20px;height:20px;background:var(--bg)}
