@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@300&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rubik&display=swap);body,html{margin:0;padding:0;height:100%;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}::-webkit-scrollbar{display:none}.login{flex:1 1;background-color:"#fff";margin:0;padding:0;flex-direction:column;justify-content:space-between;height:100vh}.login,.loginHeader{display:flex;align-items:center;width:100vw}.loginHeader{justify-content:center}.inputWrapper{justify-content:space-between;flex-direction:row;background-color:#f8f7ff;border-radius:40px;padding:3%;width:500px;margin-bottom:50px}.body,.inputWrapper{display:flex;align-items:center}.body{flex:1 1;width:100%;flex-direction:column}.label{color:#520989;flex:0.8 1;font-size:large}.input{color:#520989;border:none;width:100%;background-color:#f8f7ff;font-size:medium}.input:focus{outline:none}.form{display:flex;flex:1 1;flex-direction:column;justify-content:space-evenly;align-items:center}.logo{width:400px;height:400px}.submit{display:flex;justify-content:center;border-radius:40px;padding:3%;width:400px;background-color:#4fddc6;border:none;font-size:large;font-weight:700;color:#520989}.submit:focus{outline:none}.submit:hover{cursor:pointer;box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.MuiCircularProgress-colorPrimary{color:#520989 i!important}@media screen and (max-width:768px){.logo{width:200px;height:200px}.inputWrapper{width:300px}.submit{width:280px}}.inputError{color:red;font-size:medium}.ordersHeader{display:flex;flex:1 1;width:100%;background-color:#fff;flex-direction:row;justify-content:space-between;align-items:center;position:-webkit-sticky;position:sticky;color:#000;top:0}.status-component{display:flex;height:80px;width:120px;align-items:center;justify-content:center;border-radius:10px;flex-direction:column;margin:10px;padding-top:5px;padding-bottom:5px}@media screen and (max-width:590px){.status-component{height:80px;width:100px}}.order-card-item-container{display:inline-block;margin-top:1%;justify-content:space-between}.order-card-item-image{height:60px;width:60px;border-radius:15px;margin-left:1%}.CheckCircle{color:#4fddc6}.UncheckedCircle{color:#520989}.order-card-item-left,.order-card-item-left-imageandtitle-container{display:inline-block}.order-card-item-title{display:inline-block;margin-right:10px;width:38%}.order-card-item-multiply{right:10%}.order-card-item-multiply,.order-card-item-price{display:inline-block;font-weight:700;position:relative}.left{left:20%}.right{right:20%}.order-container{display:flex;background-color:#f8f7ff;border-radius:30px;margin-left:1%;margin-right:1%;margin-bottom:2%;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#520989;flex-direction:column;width:400px}.order-timer{color:#520989;font-size:30px;margin-top:10px}.order-header:hover{cursor:pointer}.order-header{padding:2%;display:flex;justify-content:space-evenly;flex-direction:column;border-radius:30px}.order-items-container{display:flex;flex:1 1;flex-direction:column;padding:2%;border-bottom:2px dashed #520989}.order-details{display:flex;flex-direction:column;margin-left:2%;margin-right:2%;overflow:hidden;text-align:center}.order-details-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;white-space:pre-line;flex-wrap:wrap}.order-start-button{background-color:#4fddc6;color:#520989;border-radius:40px;font-size:large;font-weight:700;border:none;height:35px;margin-bottom:2%;margin-right:5%;margin-left:5%;align-items:center}.order-start-button:focus{outline:none}.order-start-button:active{box-shadow:inset 0 0 10px rgba(0,0,0,.2);outline:none}.order-details-row-notes-textarea{background-color:#f8f7ff;border:none;outline:none}.fade{-webkit-animation:fade-in-keyframes 1s;animation:fade-in-keyframes 1s}@-webkit-keyframes fade-in-keyframes{to{-webkit-transform:translateY(-400px);transform:translateY(-400px);z-index:1099;opacity:0}}@keyframes fade-in-keyframes{to{-webkit-transform:translateY(-400px);transform:translateY(-400px);z-index:1099;opacity:0}}.moveLeft{-webkit-animation:move-left 1s;animation:move-left 1s}@-webkit-keyframes move-left{to{-webkit-transform:translateX(-300px);transform:translateX(-300px);z-index:1099;width:50px;height:50px}}@keyframes move-left{to{-webkit-transform:translateX(-300px);transform:translateX(-300px);z-index:1099;width:50px;height:50px}}.popup_modal_choice{background-color:#4fddc6;color:#520989;border-radius:40px;font-size:large;font-weight:700;border:none;height:40px;width:40px;margin-right:5%;margin-left:5%;margin-bottom:2%;align-items:center;justify-content:center}.popup_modal_choice:focus{outline:none}.popup_modal_choice:hover{cursor:pointer}.popup_modal_choice:active{box-shadow:inset 0 0 20px rgba(0,0,0,.4);outline:none}.btn{text-decoration:none;border:none;padding:5px;font-size:16px;background-color:#520989;color:#fff;border-radius:30px;box-shadow:7px 6px 3px 1px rgba(0,0,0,.24);cursor:pointer;outline:none;transition:all .2s}.btn:active{-webkit-transform:scale(.92);transform:scale(.92);box-shadow:3px 2px 1px 1px rgba(0,0,0,.24)}.popup{margin-top:100px;z-index:1099}.popup_modal{display:flex;font-size:12px;flex-direction:column}.popup_modal_header{font-size:25px;text-align:center;padding:5px;color:#520989;margin-bottom:20px}.popup_modal_content{padding:10px 5px;color:#520989;font-size:18px;margin-bottom:20px}.popup_modal_actions{text-align:center}.popup_modal_close{cursor:pointer;position:absolute;display:block;padding:2px 5px;line-height:20px;right:-10px;top:-10px;font-size:24px;background:#4fddc6;border-radius:18px;border:1px solid #520989}.popup_modal_close:active,.popup_modal_close:focus{outline:none}.popup_modal_button1{display:flex;justify-content:center;border-radius:40px;padding:3%;background-color:#4fddc6;border:none;font-size:large;font-weight:700;color:#520989;margin-top:20px}.popup_modal_button1:active,.popup_modal_button1:focus{outline:none}.ticket-wrapper{justify-content:flex-start;flex-direction:column;padding-left:10px;padding-right:10px}.ticket-header,.ticket-wrapper{display:flex;align-items:center}.ticket-header{justify-content:center;flex-direction:row;width:100%}.ticket-order-number{font-size:50px;font-weight:700}.ticket-first-details,.ticket-order-items{display:flex;align-self:flex-start;flex-direction:column;font-size:large;width:100%}.ticket-solid-line{border:none;border-top:3px solid red;height:1px}.ticket-dashed-line,.ticket-solid-line{color:#fff;background-color:#fff;width:100%}.ticket-dashed-line{border:none;border-top:3px dashed red}.ticket-delivery-price,.ticket-order-customer,.ticket-order-price{display:flex;align-self:flex-start;flex-direction:column;font-size:large;width:100%}tr.ticket>td{font-weight:700;font-size:14pt}tr.ticket td:last-child{width:1%;white-space:nowrap}tr.item{border-bottom:3px dotted #000}tr.order-number{border-bottom:5px double #000}tr.item .subitem{font-weight:700;font-size:12pt}tr.footer{border-top:5px dashed #000;text-align:center}.app-header{display:flex;flex:1 1;width:100%;background-color:#fff;flex-direction:column;justify-content:space-between;align-items:center;color:#000;z-index:500;top:0;padding-top:.5rem;padding-bottom:.5rem;position:-webkit-sticky;position:sticky;box-shadow:0 6px 8px 0 rgba(0,0,0,.2)}.header-logo{width:180px}.app-header-navigation-bar{display:flex;flex-direction:row;width:100%;padding-top:.5rem;padding-bottom:.5rem;justify-content:space-evenly;margin-top:5px}.app-header-link{display:flex;text-decoration:none;font-size:large;font-weight:700;padding-right:.5rem;padding-left:.5rem;border-radius:30px;width:130px;white-space:nowrap;text-align:center;align-items:center;justify-content:center}.app-header-link,.app-header-link:link,.app-header-link:visited{color:#4fddc6;background-color:#520989}.app-header-link:active,.app-header-link:focus{background-color:#4fddc6;color:#520989}.app-header-link:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.app-header-first-row{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:center}.header-line{border:0;height:1px;width:100%;background-image:linear-gradient(90deg,rgba(0,0,0,.3),rgba(82,9,137,.75),rgba(0,0,0,.3))}@media screen and (max-width:800px){.app-header-language-picker,.app-header-navigation-bar,.header-line{display:none;visibility:hidden}}.app-header-language-picker{border-radius:3px;top:0;outline:none;z-index:1099;width:110px}.app-header-first-row p,.app-header-language-picker{position:absolute;margin-top:.5rem;margin-left:.5rem;margin-right:.5rem;font-weight:500;color:#520989}.app-header-first-row p:hover{font-weight:700;cursor:pointer}.app-header-drawer{display:none;visibility:hidden;position:absolute;margin-right:.2rem;margin-left:.2rem}.app-header-drawer-content{width:90vw;flex-direction:column;display:none;visibility:hidden;padding-right:.6rem;padding-left:.6rem}@media screen and (max-width:800px){.app-header-drawer{display:block;visibility:visible}.app-header-drawer-content{display:flex;visibility:visible}}.app-header-drawer-link{text-decoration:none;font-size:large;font-weight:700;color:#520989;margin-top:1rem}.app-header-drawer-logo{display:flex;width:80vw;height:100px;margin-top:1rem;align-items:center;justify-content:center;margin-bottom:10rem}.line{border:0;height:1px;width:100%;background-image:linear-gradient(90deg,rgba(0,0,0,.3),rgba(82,9,137,.75),rgba(0,0,0,.3))}.collapsable-row{display:flex;flex-direction:column;font-size:large;font-weight:700;color:#520989}.collapsable-row-title:hover{cursor:pointer}.collapsable-row-title{display:flex;flex-direction:row;align-items:center}.collapsable-row-content{padding-right:2rem;padding-left:2rem}.collapsable-row-item{display:flex;flex-direction:row;align-items:center}.collapsable-row-item:hover{cursor:pointer}.place-category{display:flex;flex-direction:column}.place-category-items-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:baseline}.place-category-title{color:#520989}.place-item{display:flex;width:180px;border-radius:15px;margin-left:1.5rem;margin-top:1.5rem;flex-direction:column;align-items:center;box-shadow:0 4px 8px 0 rgba(0,0,0,.2);transition:.3s;background-color:#520989}.place-item:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.place-item-image{width:100%;border-top-left-radius:15px;border-top-right-radius:15px}.place-item-image,.place-item-image2{height:140px;object-fit:fill;background-color:#fff}.place-item-image2{width:150px}.place-item-image-wrapper{display:flex;height:140px;width:182px;align-items:center;justify-content:center;border-top-left-radius:15px;border-top-right-radius:15px;background-color:#fff}.place-item-details{display:flex;height:60px;width:100%;border-bottom-left-radius:15px;border-bottom-right-radius:15px;border:1px solid #4fddc6;flex-direction:column;background-color:#f8f7ff}.place-item-price{font-weight:700}.place-item-price,.place-item-title{padding:0;color:#520989;margin:0 .5rem}.place-item-footer{display:flex;width:100%;border-bottom-left-radius:15px;border-bottom-right-radius:15px;flex-direction:column;background-color:#520989;align-items:center;justify-content:space-between}.place-item-available{color:#fff}.regular-text-input-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:30px;background-color:#f8f7ff;padding-right:4%;padding-left:4%}.regular-text-input-container:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.regular-text-input-container:focus-within{box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.regular-text-input-title-input-wrapper{display:flex;flex-direction:column;padding-top:1px;padding-bottom:10px;justify-content:space-between;flex:0.8 1}.regular-text-input-title{font-size:20;color:#7a14ad;font-weight:700}.regular-text-input-input{font-size:18;color:#7a14ad;border:none;width:100%;background-color:#f8f7ff;font-size:medium;margin-top:5px}.regular-text-input-input:focus{outline:none}.regular-text-input-error{color:red}.regular-text-input-seperator{background-color:#4fddc6;width:2;height:10px;margin-right:1%;margin-left:1%}.x-icon{padding-left:2%;margin-bottom:10px}.x-icon:focus{outline:none;opacity:.2}.x-icon:hover{cursor:pointer}@media screen and (max-width:768px){.regular-text-input-input{width:300px}}.place-openHour-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.place-openHour-row-picker{border-radius:3px;position:absolute;top:0;margin-top:.5rem;margin-left:.5rem;margin-right:.5rem;font-weight:500;color:#520989;outline:none;z-index:1099px;width:110px}.place-openHour-row-time-picker{margin-right:50px;margin-top:30px}.main{display:flex;align-items:center;background-color:"#fff";margin:0;padding:0;flex-direction:row;justify-content:space-between;width:100%;height:100vh;overflow:auto}.orderCards-container{display:flex;flex:1 1;flex-wrap:wrap;justify-content:space-evenly;align-items:baseline;flex-direction:row;padding-top:1rem;align-self:flex-start}.done-order-card{display:flex;height:150px;width:180px;justify-content:space-between;border-radius:10px;flex-direction:column;margin:10px;padding-top:5px;padding-bottom:5px;background-color:#4fddc6}.done-order-card:hover{cursor:pointer}.done-order-card-text{color:#520989;font-size:15px;text-align:center}.done-order-pickedup-button{background-color:#520989;color:#4fddc6;border-radius:40px;font-size:large;border:none;height:35px;margin:5%;align-items:center}.done-order-pickedup-button:hover{cursor:pointer}.done-order-pickedup-button:focus{outline:none}.done-order-pickedup-button:active{box-shadow:inset 0 0 10px rgba(0,0,0,.2);outline:none}.today-done-orders{flex-direction:column;align-items:flex-end;color:#000;top:0;align-self:flex-end;overflow:auto;height:100vh;position:-webkit-sticky;position:sticky}@media screen and (max-width:650px){.today-done-orders{display:none}}.orders-history{display:flex;flex:1 1;align-items:center;background-color:#fff;margin:0;padding:0;flex-direction:column;justify-content:flex-start;height:100vh;width:100vw}.oldOrderCards-container{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:baseline;flex-direction:row;overflow:auto;height:100vh;width:100vw;padding-top:1rem}.MuiCircularProgress-colorPrimary{color:#520989!important}@media screen and (max-width:833px){.oldOrderCards-container{display:grid;flex-direction:column;flex-wrap:nowrap;align-items:center;height:100vh;width:100vw;padding-top:1rem;justify-content:space-evenly}}.orders-history-loadMore{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#520989;border:1px solid #520989;border-radius:30px;padding:1.5rem;box-shadow:0 8px 15px rgba(0,0,0,.1);transition:all .3s ease 0s;margin-top:2rem}.orders-history-loadMore:focus{outline:none;opacity:.5}.orders-history-loadMore:hover{cursor:pointer;background-color:#520989;box-shadow:0 15px 20px rgba(160,38,216,.308);color:#4fddc6;-webkit-transform:translateY(-7px);transform:translateY(-7px)}.place-page-container{display:flex;flex-direction:column}.place-page-header{position:relative}.place-page-header,.place-page-image{width:100vw;height:400px}.place-page-image-shadow{position:absolute;width:100vw;height:400px;box-shadow:inset 0 0 30px 1px #000;top:0;left:0}.place-page-title{font-size:50;color:#520989;margin-left:1.5rem;margin-right:1.5rem;font-weight:700}.place-page-details-row{display:flex;flex-direction:row;align-items:center}.place-page-details-image{width:24px;height:24px;margin-left:.5rem;margin-right:.5rem}.place-page-details-image-wrapper{display:flex;width:120px;height:30px;background-color:#4fddc6;align-items:center;justify-content:flex-end}.place-page-details-text{margin-right:2rem;margin-left:2rem;font-size:large;font-weight:700;color:#520989}.place-page-categories-container{display:flex;flex-direction:column;padding:1.5rem}.place-choose-button{display:flex;text-decoration:none;font-size:large;font-weight:700;padding-right:.5rem;padding-left:.5rem;border-radius:30px;width:130px;white-space:nowrap;text-align:center;align-items:center;justify-content:center;cursor:pointer}.place-choose-button,.place-choose-button:link,.place-choose-button:visited{color:#4fddc6;background-color:#520989}.place-choose-button:active,.place-choose-button:focus{background-color:#4fddc6;color:#520989}.place-choose-button:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.place-budget-page-container,.place-budget-page-header,.place-open-hours{display:flex;flex-direction:column}.place-budget-page-header{align-items:center;margin-top:2rem}.place-budget-page-header-icon{color:#520989;-webkit-transform:scale(3.2);transform:scale(3.2)}.place-budget-page-header-budget{font-size:40px;color:#520989;font-weight:700}.place-budget-page-numbers{display:flex;flex-wrap:wrap;border-radius:30px;border:1px solid #520989;flex-direction:row;justify-content:space-evenly;margin-right:10px;margin-left:10px}.place-budget-page-budget-card,.place-budget-page-budget-cash{width:49.9%;align-items:center;display:flex;flex-direction:column;justify-content:center}.place-budget-page-budget-ordersNumber{border-top:1px solid #520989;width:100%;align-items:center}.place-budget-page-numbers-number{font-size:35px;color:#520989;font-weight:700;text-align:center}.place-budget-page-periods{display:flex;flex-wrap:wrap;justify-content:space-evenly;margin-top:2rem}.place-budget-page-periods-period{display:flex;width:100px;height:35px;border:1px solid #520989;border-radius:7px;align-items:center;justify-content:center;cursor:pointer}.place-budget-page-periods-period-text{text-align:center;font-size:large;font-weight:500}.place-budget-page-pickers{display:flex;flex-wrap:wrap;margin-top:2rem;justify-content:space-evenly}
/*# sourceMappingURL=main.1d06d6be.chunk.css.map */