.container{display:block;padding:110px 20px 0;overflow-y:auto}.header{position:fixed;display:flex;align-items:center;justify-content:space-between;width:100%;height:90px;padding:0 20px;border-bottom:1px solid #302D2D;background-color:#191818;z-index:1}.header-logo{position:relative;width:186px;height:60px;z-index:100}.menu{position:fixed;top:80px;right:20px;display:none;padding:10px;width:400px;background-color:#191818;border:1px solid #302D2D;border-radius:20px;overflow:hidden;z-index:98}.menu-container{display:flex;flex-direction:column;flex:auto;overflow-y:auto;overflow-x:none}.menu-divider{width:100%;margin:10px 0;border:1px solid #302D2D}.menu-button{display:flex;align-items:center;padding:15px 25px;font-size:18px;color:#f2f2f2;font-weight:600;border-radius:10px;background-color:transparent;outline:none;border:none;cursor:pointer;z-index:99}.menu-button:hover{background-color:#302d2d}button{background-color:transparent;border:none;cursor:pointer}button:disabled{opacity:.3;cursor:default}.menu-item{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:18px;color:#f2f2f2;outline:none;padding:15px 25px;border-radius:10px}.menu-item:hover{background-color:#302d2d}.menu-label{font-size:20px;text-transform:uppercase;margin-bottom:10px;opacity:.7}.filters{position:fixed;left:0;bottom:0;display:none;justify-content:space-between;width:100%;padding:10px 20px;background-color:#191818;border-top:1px solid #302D2D}.filter{padding:20px 0;width:16%;font-size:24px;color:#f2f2f2;border-radius:10px;border:2px solid #191818;background-color:#302d2d}.active-filter{border:2px solid #B50404}.date-filters{display:flex;flex-direction:column}.date-item{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:18px;color:#f2f2f2;outline:none;padding:15px 35px;margin-left:10px;border-radius:10px}#dates{width:40%;padding:10px;margin-left:10px;margin-bottom:10px;font-size:18px;color:#f2f2f2;background-color:#302d2d;border-radius:10px;outline:none;border:none}@media (max-width: 441px){.menu{top:0;right:0;width:100vw;padding-top:90px;border:none;border-bottom:1px solid #302D2D}.filters{overflow-x:auto}.filter{width:auto;padding:15px 25px}}.logout{font-size:18px;color:#b50404;padding:15px 25px;border-radius:10px;background-color:#b5040432;outline:none;border:none;cursor:pointer}.main-container{display:flex;flex-wrap:wrap;width:100%;padding-bottom:100px}.no-orders{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 200px)}.no-orders-title{margin-top:20px;font-size:24px}.card{display:flex;flex-direction:column;min-width:25%;height:240px;padding:20px;color:#f2f2f2;text-decoration:none;border-radius:20px;border:10px solid #191818}@keyframes flashBorder{0%,to{border-color:#191818}50%{border-color:#f2f2f2}}.succeeded{animation:flashBorder 1s linear infinite}.card-top{display:flex;justify-content:space-between;width:100%;margin-bottom:auto}.card-info__title{font-size:24px;text-transform:uppercase;opacity:.7}.card-info__text{font-size:26px}@media (max-width: 1489px) and (min-width: 1151px){.card{width:33.33%}}@media (max-width: 1150px) and (min-width: 635px){.card{width:50%}}@media (max-width: 635px){.card{width:100%}}.reciept-button{position:fixed;top:17px;right:114px;display:flex;align-items:center;padding:15px 25px;border-radius:10px;color:#f2f2f2;font-size:18px;font-weight:600;z-index:1}.reciept-button:hover{background-color:#302d2d}.reciept-button img{margin-right:10px}.receipt-print{position:absolute}.order-container{display:flex;flex-direction:column}.order-info__container{display:flex;justify-content:space-between;width:100%;margin-bottom:40px}.order-info__title{font-size:24px;text-transform:uppercase;opacity:.7}.order-info__text{font-size:26px}.order-items{display:flex;flex-direction:row;flex-wrap:wrap;height:calc(100vh - 590px);overflow-y:auto}.order-item{display:flex;flex-direction:column;width:calc(50% - 10px);min-height:73px;max-height:150px;padding:20px;margin:0 auto 20px 0;border-radius:20px;background-color:#302d2d}.order-item:nth-child(2n){margin-right:0}.order-item__top,.order-item__bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.order-item__bottom{margin-top:auto}.order-item__name{font-size:32px}.order-item__count,.order-item__additions{font-size:24px;opacity:.7}.order-actions{display:flex;flex-direction:row;justify-content:space-between;width:100%;padding-top:20px;background-color:#191818}.order-actions__side{display:flex;flex-direction:column;width:calc(50% - 10px)}.order-actions__info{display:flex;flex-direction:column;padding:20px 20px 0;width:100%;height:150px;border:1px solid #302D2D;border-radius:20px}.order-actions__info:first-child{margin-bottom:20px}.order-actions__info-title{font-size:24px;text-transform:uppercase;margin-bottom:5px;opacity:.7}.order-actions__info-text{font-size:26px;font-weight:500}.order-actions__button{width:100%;height:150px;font-size:24px;font-weight:600;color:#f2f2f2;border-radius:20px;border:none;background-color:#191818;cursor:pointer}.order-actions__button:first-child{margin-bottom:20px}.order-actions__button:hover{opacity:.7}.order-actions__button:disabled{opacity:.5;cursor:default}.status{background-color:#b50404}.cancel{border:2px dashed #B50404;background-color:#191818}.cancel-modal__content{display:flex;flex-direction:column;align-items:center;width:600px}.cancel-modal__content img{width:300px;height:300px;margin-bottom:20px}.cancel-modal__text{text-align:center}.Modal{border-radius:20px;padding:10px;background-color:#191818;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateY(20px);width:auto;box-sizing:border-box;z-index:4;outline:none;will-change:transform,opacity;border:2px solid #302D2D}.Overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:3}.modal-header{position:relative;display:flex;justify-content:center;width:100%;padding-bottom:20px;border-radius:20px 20px 0 0}.modal-header__title{font-size:30px;color:#f2f2f2}.modal-header__close{position:absolute;right:0;top:0;border-radius:10px;border:none;padding:8px;height:40px;background-color:#191818;cursor:pointer}.modal-header__close:hover{background-color:#302d2d}.modal-header__button{display:flex;align-items:center;position:absolute;left:0;top:0;border-radius:10px;border:none;padding:8px;height:40px;color:#f2f2f2;font-size:18px;background-color:#191818;cursor:pointer}.modal-header__button:hover{background-color:#302d2d}.modal-header__button img{margin-right:10px}.modal-footer{display:flex;justify-content:space-around;min-width:150px;max-width:450px;margin:0 auto;padding:20px 0 0}.modal-footer__button{border-radius:10px;border:none;padding:15px 25px;color:#f2f2f2;font-size:18px;background-color:#191818;cursor:pointer}.modal-left-button{background-color:#b50404}.modal-right-button{border:1px solid #302D2D}.modal-left-button:hover{opacity:.7}.modal-right-button:hover{background-color:#302d2d}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,-50%) translateY(20px)}to{opacity:1;transform:translate(-50%,-50%) translateY(0)}}@keyframes fadeOutDown{0%{opacity:1;transform:translate(-50%,-50%) translateY(0)}to{opacity:0;transform:translate(-50%,-50%) translateY(20px)}}.ReactModal__Content--after-open{animation:fadeInUp .2s ease-out forwards}.ReactModal__Content--before-close{animation:fadeOutDown .2s ease-out forwards}.receipt{display:flex;flex-direction:column;width:595px;height:842px;padding:30px;border-radius:10px;background-color:#fff}.receipt h1{color:#000}.receipt-header{display:flex;align-items:center;margin:0 auto 30px}.receipt-header img{width:50px;height:50px;margin-right:13px}.receipt-header__info{display:flex;flex-direction:column}.receipt-header__info p{color:#000;font-size:12px;line-height:150%}.receipt-body{display:flex;justify-content:space-between}.receipt-body__left,.receipt-body__right{display:flex;flex-direction:column;width:calc(50% - 10px)}.receipt-body__item{color:#000;font-size:10px;line-height:140%;margin:5px 0}.receipt-body__item-current{color:#000;font-size:12px;font-weight:600}.receipt-body__order-items{display:flex;flex-direction:column;width:100%}.receipt-body__advanced-address{display:flex;width:100%;justify-content:space-between}.receipt-body__advanced-address__half{display:flex;flex-direction:column;width:50%}.receipt-body__order-item{display:flex;justify-content:space-between;align-items:center;border-radius:5px;padding:5px}.receipt-body__order-item span{font-size:10px;color:#000}.receipt-body__order-item:nth-child(2n-1){background-color:#d9d9d9}.receipt-body__price-details{display:flex;justify-content:space-between}.receipt-body__price-details span{margin-bottom:8px;font-size:10px;color:#000;line-height:150%}.current_price{font-size:12px;font-weight:600}.receipt-footer{display:flex;justify-content:space-between;width:100%;margin-top:60px}.receipt-footer__left,.receipt-footer__right{width:calc(50% - 10px)}.receipt-footer__right{display:flex;flex-direction:column;justify-content:center}.receipt-footer__right p{font-size:10px;color:#000;line-height:140%}.receipt-footer__left{display:flex;height:33.9px}.googleplay,.appstore{width:117.62px;height:33.9px}.googleplay{margin-right:12px}.divider{width:100%;border:.5px solid #000;margin:20px 0}@media print{.receipt{width:210mm;height:297mm;overflow:hidden}}.auth-container{display:flex;align-items:center;justify-content:center;width:100%;height:calc(100vh - 230px)}.auth-form__container,.auth-form{display:flex;flex-direction:column;align-items:center}.auth-form__container h1{font-size:26px;margin-bottom:40px}.auth-form input{width:400px;padding:20px;margin-bottom:20px;font-size:24px;color:#f2f2f2;background-color:#302d2d;border-radius:10px;outline:none;border:none}.auth-form button{width:270px;padding:20px;font-size:24px;color:#f2f2f2;background-color:#b50404;border-radius:10px;outline:none;border:none;cursor:pointer}button:hover{opacity:.7}.report-container{display:flex;justify-content:space-between;width:100%;height:calc(100vh - 130px)}.report-block{display:flex;flex-direction:column;width:calc(50% - 10px);height:auto;padding:20px;border:2px solid #302D2D;border-radius:20px;overflow-y:auto}.report-block__title{font-size:24px;text-transform:uppercase;opacity:.7;margin-bottom:20px}.report-form__block{display:flex;justify-content:space-between}.report-form__input{width:calc(50% - 10px);padding:20px;margin-bottom:20px;font-size:24px;color:#f2f2f2;background-color:#302d2d;border-radius:10px;outline:none;border:none}.report-form__button{width:calc(50% - 10px);padding:20px;font-size:24px;color:#f2f2f2;background-color:#b50404;border-radius:10px;outline:none;border:none;cursor:pointer}.download{text-align:center;background-color:#4caf50}select.report-form__input{margin-bottom:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:right 20px center;background-repeat:no-repeat}.report-list__item{display:flex;justify-content:space-between;align-items:center;padding:15px 0;list-style:none;border-bottom:1px solid #302D2D}.report-list__item-left{display:flex}.report-list__item-left img{margin-right:20px}.report-list__item-left p{font-size:26px}.report-list__item-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:10px}.report-list__item-link:hover{background-color:#302d2d}.error-message{margin-top:20px}.error-message:before{content:"*";margin-right:5px;color:#b50404}@media (max-width: 981px){.report-container{flex-direction:column;height:auto}.report-block{width:100%;margin-bottom:20px}.report-form__block{flex-direction:column}.report-form__input,.report-form__button{width:100%}select.report-form__input{margin-bottom:20px}}.control-container{display:flex;justify-content:space-between;width:100%}.control-block{display:flex;flex-direction:column;width:calc(50% - 10px);height:auto;padding:20px;border:2px solid #302D2D;border-radius:20px;overflow:hidden}.control-block__header{display:flex;justify-content:space-between;align-items:start}.control-block__title{font-size:24px;text-transform:uppercase;opacity:.7;margin-bottom:20px}.control-block__subtitle{display:inline-flex;align-items:center;font-size:20px;font-weight:700}.control-block__subtitle img{margin-right:10px}.delivery-indicator{display:block;width:25px;height:25px;border-radius:20px;background-color:#302d2d}.control-block__form-input{width:100%;padding:20px;margin-bottom:20px;font-size:24px;color:#f2f2f2;background-color:#302d2d;border-radius:10px;outline:none;border:none}select.control-block__form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:right 20px center;background-repeat:no-repeat}.control-block__form-controls{display:flex;justify-content:space-between}.control-block__form-button,.control-block__form-time_set{font-size:24px;color:#f2f2f2;border-radius:10px;outline:none;border:none}.control-block__form-button{padding:10px 20px;background-color:#b50404}.control-block__form-time_set{padding:10px;border:2px solid #B50404;background-color:#191818;cursor:pointer}@media (max-width: 981px){.control-container{width:100%;flex-direction:column;height:auto}.control-block{width:100%;margin-bottom:20px}}.loading{display:flex;justify-content:center;align-items:center;flex:1}.loading-spinner{width:50px;height:50px;border:5px solid #B50404;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}*{padding:0;margin:0;box-sizing:border-box;font-family:Open Sans,Inter,Avenir,Helvetica,Arial,sans-serif}*::-webkit-scrollbar{width:15px}*::-webkit-scrollbar-track{background:#191818}*::-webkit-scrollbar-thumb{background-color:#302d2d;border-radius:6px;border:3px solid #191818}*{scrollbar-width:thin;scrollbar-color:#302D2D #191818}:root{font-family:Open Sans,Inter,Avenir,Helvetica,Arial,sans-serif;font-size:24px;line-height:140%;font-weight:400;color:#f2f2f2;background-color:#191818;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{text-decoration:none}
