h1,h2,h3,h4,p,span,div,button{font-family:Roboto,sans-serif}.App{margin:0;padding:0;height:100vh;width:100%}.Encabezado{display:flex;justify-content:space-between;align-items:center;padding:20px}.Encabezado img{width:40px;height:40px}.Encabezado div{display:flex;align-items:center;padding:0;margin:0;gap:20px}.Encabezado button{display:flex;align-items:center;gap:8px;padding:10px 20px;border:2px solid black;border-radius:9999px;cursor:pointer;background-color:#fff}.Encabezado h1,h2{margin:5px;padding:0}#finishService{background-color:#000;color:#fff;border-radius:9999px}.sidebar-overlay{position:fixed;top:0;right:0;width:100vw;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;align-items:stretch;z-index:1000}.sidebar-content{background:#fff;height:100vh;width:350px;max-width:90vw;max-height:80vh;overflow-y:auto;box-shadow:-2px 0 8px #0003;position:relative;display:flex;flex-direction:column;border-top-left-radius:20px;border-bottom-left-radius:20px}.slide-in{animation:slideInSidebar .3s cubic-bezier(.4,0,.2,1) forwards}.slide-out{animation:slideOutSidebar .3s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideOutSidebar{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes slideInSidebar{0%{transform:translate(100%)}to{transform:translate(0)}}.sidebar-close{position:absolute;top:16px;right:16px;cursor:pointer}.popup-content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0003;min-width:300px;max-width:90vw;max-height:90vh;overflow-y:auto;box-sizing:border-box}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.bottomsheet-overlay{position:fixed;left:0;bottom:0;width:100vw;height:100vh;background:#0000004d;display:flex;justify-content:center;align-items:flex-end;z-index:1000}.bottomsheet-content{background:#fff;width:100%;max-height:80vh;overflow-y:auto;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -2px 8px #0003;position:relative;animation:slideInBottomSheet .3s cubic-bezier(.4,0,.2,1) forwards}.slide-in-bottom{animation:slideInBottomSheet .3s cubic-bezier(.4,0,.2,1) forwards}.slide-out-bottom{animation:slideOutBottomSheet .3s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideInBottomSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideOutBottomSheet{0%{transform:translateY(0)}to{transform:translateY(100%)}}.user-popover-overlay{position:fixed;inset:0;z-index:1200;background:transparent}.user-popover-content{position:absolute;top:60px;right:16px;width:240px;background:#fff;border-radius:12px;box-shadow:0 6px 18px #0000001f;overflow:hidden;z-index:1201}.user-popover-header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid #eee}.user-name{margin:0;font-size:14px;font-weight:600}.user-popover-body{padding:12px 14px}.logout-btn{width:100%;padding:10px;border:none;background:#ff3b30;color:#fff;border-radius:8px;cursor:pointer;font-weight:600}.user-popover-close{cursor:pointer;color:#666}#notificationsContainer{display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:20px;width:100%}#title{font-weight:600;display:flex;margin-left:10px;flex-direction:row;align-items:center;gap:10px}.notification{padding:10px;display:flex;flex-direction:column;border-radius:15px;border-width:2px;width:80%}.notification p{margin-block:5px}.notificationTitle{font-weight:600}.notification.pending{background-color:#8e8e9320}.notification.in_progress{background-color:#0088ff30}.notification.not_available{background-color:#e8b93130}.notification.cancelled{background-color:#ff383c30}.notification.ready{background-color:#00c8b330}.notification.served{background-color:#34c75930}#Home{margin:0;padding:0;height:100vh;width:100%;background-color:#b9b9b920;display:flex;flex-direction:column}#content1{display:flex;flex-direction:column;flex:1;min-height:0}#content2{flex:1;overflow-y:auto}#services-container{flex:1;display:flex;flex-direction:column;row-gap:10px}#service-card{background-color:#fff;border-radius:20px;padding:16px;margin:16px;box-shadow:0 4px 4px #0000001a;transition:transform .2s}#buttons{display:flex;justify-content:space-between;margin-top:12px;gap:10px}#service-card button{width:70%;padding:10px;border-radius:20px;border:none;background-color:#000;color:#fff;font-weight:600}#serviceFormContainer{display:flex;flex-direction:column;align-items:center;margin:0%;padding:0%}.serviceForm{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-top:20px}.serviceForm input{width:100%;border:1px black solid;font-size:1rem;padding-left:1rem;padding-block:1rem;box-shadow:inset 0 -3px #bbb3;border-radius:15px}.serviceForm label{padding-bottom:.5rem;color:#000;font-size:1.3rem;font-family:open sans,sans-serif}.serviceForm button{border-radius:25px;width:80%;height:40px;font-size:1.3rem;color:#fff;font-weight:700;background:#000;border:0px;cursor:pointer;transition:opacity .25s ease-out;margin-bottom:1.5rem}#ordersContainer{display:flex;flex-direction:column;gap:20px;margin-top:20px;padding-inline:20px}#orderCard{display:flex;flex-direction:column;border-radius:20px;background-color:#fff;box-shadow:0 4px 4px #00000040;padding:20px;font-size:medium}#finishService{background-color:#000;color:#fff;border:none;border-radius:10px;padding:5px 10px}#orderHeader{display:flex;justify-content:space-between;align-items:center}.orderItem{display:flex;justify-content:space-between;align-items:center;padding:15px;margin-block:5px;background-color:#f1f1f1;border-radius:5px}.orderItem.cancelledItem{opacity:.5}.orderItem p{margin:10px 0;font-size:large}#itemHeader{margin:0;padding:0;display:flex;flex-direction:row;align-items:center}#itemHeader p{margin-right:10px;font-weight:600}.personalizations{padding-right:8px}.status-label{padding:5px;border-radius:5px;border:none;font-weight:600;height:fit-content;width:fit-content}#pending{background-color:#8e8e9320;color:#8e8e93}#preparing{background-color:#0088ff30;color:#08f}#unavailable,#to-Confirm{background-color:#e8b93130;color:#e8b931}#canceled{background-color:#ff383c30;color:#ff383c}#ready{background-color:#00c8b330;color:#00c8b3}#delivered{background-color:#34c75930;color:#34c759}.status-button{padding:5px 10px;border-radius:20px;border:none;color:#fff}#cancel{background-color:#ff383c}#deliver{background-color:#34c759}#itemPrice{font-weight:600;display:flex;flex-direction:column;align-items:flex-end}#totalSection{display:flex;justify-content:space-between;align-items:center;margin-top:10px}#sendOrder{border-radius:20px;background-color:#009951;color:#fff;border:none;padding-block:10px}#empy-label{margin-inline:auto;font-weight:600}#menuContainer{display:flex;flex-direction:column;margin-top:20px;padding:20px}#searchBar{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:20px;border:2px solid black;border-radius:20px;padding:5px;width:95%}#searchBar input{border:none;outline:none;background-color:transparent;font-family:Roboto,sans-serif;width:100%}#categories{display:flex;flex-direction:row;gap:10px;overflow-x:auto;margin-bottom:20px}.category{padding:10px;border:2px solid black;border-radius:20px;white-space:nowrap;background-color:transparent;font-weight:600;font-size:medium}.category.selected{background-color:#000;color:#fff}#menuProducts{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;padding:20px}.productCard{display:grid;grid-template-rows:auto 1fr auto auto;border-radius:20px;background-color:#fff;box-shadow:0 4px 4px #00000040;padding:15px;text-align:center}.productCard.unavailable{opacity:.5}.productCard img{width:150px;height:150px;object-fit:cover;border-radius:15px;margin-bottom:10px}.state-label{padding:5px;border-radius:5px;border:none;font-weight:600;height:fit-content;width:50%}#not_available{background-color:#e8b93130;color:#e8b931}#available{background-color:#00c8b330;color:#00c8b3}.productInfo{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:space-between}.addItem{background-color:#000;color:#fff;border:none;border-radius:20px;padding:10px 20px;font-weight:600;width:100%;cursor:pointer}#newOrderItem{display:flex;flex-direction:column;justify-content:flex-start}#newOrderItemForm h2{margin-bottom:5px}#newOrderItemForm p{margin-bottom:15px;color:#555}#newOrderItemForm form label{display:block;margin-bottom:10px}#newOrderItemForm input[type=text],#newOrderItemForm input[type=number]{display:block;width:100%;margin-top:5px;padding:6px;border:1px solid #ccc;border-radius:6px}#newOrderItemForm .personalization-group{margin-bottom:15px}#newOrderItemForm .personalization-option{display:block;margin-left:15px;margin-top:5px}#newOrderItemForm button{margin-top:15px;padding:8px 14px;background:#000;border:none;border-radius:20px;color:#fff;justify-self:center;width:80%}#formContainer{min-height:100vh;width:100%;margin:0;padding:0;display:flex;align-items:center;justify-content:center;background-color:#b9b9b920}#loginform{max-width:500px;min-width:400px;width:30%;margin:100px auto;border-radius:25px;box-shadow:0 4px 4px #00000040;background-color:#fff}#headerTitle{text-align:center;padding:2rem 0;margin:0;font-size:2rem}.row{display:flex;flex-direction:column;align-items:center;padding-top:2rem;max-width:100%}.row input{width:80%;border:1px black solid;font-size:1rem;padding-left:1.5rem;padding-block:1rem;box-shadow:inset 0 -3px #bbb3;border-radius:15px}.row input::-webkit-input-placeholder{opacity:1;transition:opacity .25s ease-out}.row input:hover::-webkit-input-placeholder,.row input:focus::-webkit-input-placeholder{opacity:0}.row label{align-self:start;padding-left:4.5rem;padding-bottom:.5rem;color:#000;font-size:1.3rem;font-family:open sans,sans-serif}.row button{border-radius:25px;width:80%;height:40px;font-size:1.3rem;color:#fff;font-weight:700;background:#000;border:0px;cursor:pointer;transition:opacity .25s ease-out;margin-bottom:1.5rem}html,body,#root{height:100vh;width:100%;margin:0;padding:0}
