@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap);.navbar{width:100%;height:40px;background-color:#202020}.navbar .logo{color:#0ff;font-size:1.8rem;font-family:"Orbitron",sans-serif;line-height:40px;margin-left:20px}.menu{width:65%;background-color:#202020;height:85vh;padding:10px;display:flex;flex-wrap:wrap;justify-content:flex-end;overflow-y:scroll;right:0;margin:20px}.menu button{background-color:transparent;border:0}.product{width:150px;height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-family:fantasy;font-size:.9rem;background-color:#333;overflow:hidden;margin:5px;flex:0 0 150px;cursor:pointer}.product:hover{background-color:#424242}.product .product__image{width:100%;height:75%;text-align:center}.product .product__image img{width:95%;height:100%;border-radius:50%;border:2px solid #212121}.product .product__name{margin-top:5px}.ticket{width:35%;background-color:#fff;height:85vh;padding:10px;margin:20px 0 0 10px;border-radius:10px}.ticket .ticket__information{border:1px solid;height:90%;box-shadow:3px 3px 5px;font-family:sans-serif;position:relative;display:flex;justify-content:space-between;flex-direction:column}.ticket .ticket__information .cafe{margin:5px auto;text-align:center;font-size:.9rem}.ticket .ticket__information .cafe .cafe__name{font-size:1.5rem}.ticket .ticket__information .cafe .cafe__number{font-weight:700}.ticket .ticket__information .ticket__table{height:100%;overflow-y:scroll}.ticket .ticket__information .ticket__table table{padding:5px;font-size:14px;text-align:left;width:100%}.ticket .ticket__information .ticket__table table th{border-left:0;border-right:0;border-bottom:1px dashed;border-style:dashed solid;border-top:1px dashed}.ticket .ticket__information .ticket__table table tr{text-align:center}.ticket .ticket__information .ticket__table table .items__description{-webkit-columns:2;column-count:2;text-align:left}.ticket .ticket__information .ticket__table table .remove-icon{text-align:center;cursor:pointer}.ticket .ticket__information .subtotal{font-size:16px;font-weight:700;text-align:right;width:100%;margin:10px 0}.ticket .ticket__information .subtotal hr{border:1px dashed}.ticket .ticket__information .subtotal .subtotal__price{margin:5px 20px}.ticket .ticket__actions{width:100%;border:2px solid #000;border-radius:5px;height:10%;margin:5px 0;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.ticket .ticket__actions button{cursor:pointer;border:none;background-color:transparent;font-size:1.5rem}*{margin:0;padding:0;box-sizing:border-box}.app{background-color:#000;height:100vh;overflow:hidden}.app .pos{height:100vh;display:flex}@media print{.menu,.navbar{display:none}.ticket{width:400px}.ticket .ticket__information{box-shadow:none;border:none;height:auto}.ticket .ticket__information .ticket__table{overflow:visible}.ticket .ticket__information .ticket__table .items__description{-webkit-columns:2!important;column-count:2!important;display:flex}.ticket .remove-icon,.ticket .ticket__actions{display:none}@page{margin:0}}
/*# sourceMappingURL=main.924c5d5a.chunk.css.map */