@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Outfit}body{min-height:100vh;background-color:#fcfcfc}a{text-decoration:none;color:inherit}hr{border:none;height:1px;background-color:#a9a9a9}.app-content{display:flex}.flex-col{display:flex;flex-direction:column;gap:10px}.navbar{display:flex;justify-content:space-between;align-items:center;padding:8px 4%;border-bottom:2px solid tomato}.navbar .logo{width:max(10%,180px)}.navbar .profile{width:40px}.home-btn{background-color:tomato;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease;margin-left:auto}.home-btn:hover{background-color:#e63c2b;transform:scale(1.05)}.navbar-profile{display:flex;align-items:center;gap:20px}.dashboard-link-btn{background-color:#04b904;color:#fff;padding:6px 12px;border-radius:6px;font-weight:700;margin-right:10px;text-decoration:none;transition:background-color .3s}.dashboard-link-btn:hover{background-color:#039803}.sidebar{width:18%;min-height:100vh;border:1.5px solid #a9a9a9;border-top:0;font-size:max(1vw,10px)}.sidebar-options{padding-top:50px;padding-left:20%;display:flex;flex-direction:column;gap:20px}.sidebar-option{display:flex;align-items:center;gap:12px;border:1px solid #a9a9a9;border-right:0;padding:8px 10px;border-radius:3px 0 0 3px;cursor:pointer}.sidebar-option.active{background-color:#fff0ed;border-color:tomato}@media (max-width:900px){.sidebar-option p{display:none}}.add{width:70%;margin-left:max(5vw,25px);margin-top:50px;color:#6d6d6d;font-size:16px}.add form{gap:20px}.add-img-upload img{width:120px;cursor:pointer}.add-product-name,.add-product-description{width:max(40%,280px)}.add-product-name input,.add-product-description textarea{padding:10px}.add-category-price{display:flex;gap:30px}.add-category-price select,.add-category-price input{max-width:120px;padding:10px}.add-btn{max-width:120px;border:none;padding:10px;background-color:#000;color:#fff;cursor:pointer}.list-table-format{display:grid;grid-template-columns:.5fr .5fr 2fr 1fr 1fr .5fr;align-items:center;gap:10px;padding:12px 15px;border:1px solid #cacaca;font-size:13px}.list-table-format.title{background-color:#f9f9f9}.list-table-format img{width:50px}.action-icons{display:flex;align-items:center;gap:.5rem}.cursor{cursor:pointer;transition:transform .2s ease}.cursor:hover{transform:scale(1.1)}.sort-dropdown{padding:.5rem;font-size:1rem;border-radius:4px;outline:none;border:1px solid #ccc}.edit-modal{background-color:#fff;padding:2rem;border-radius:8px;width:300px;max-width:90%;display:flex;flex-direction:column;gap:10px}.modal-buttons{display:flex;justify-content:space-between;margin-top:1rem}.modal-buttons button:last-child{background-color:#f44336;color:#fff}@media (max-width:600px){.list-table-format{grid-template-columns:1fr 3fr 1fr;gap:15px}.list-table-format.title{display:none}}.edit-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.edit-modal{background-color:#fff;padding:2rem;border-radius:8px;width:400px;max-width:90%;display:flex;flex-direction:column;gap:10px}.edit-modal h3{margin-bottom:10px}.edit-modal input{padding:6px;border-radius:4px;border:1px solid #ccc}.modal-buttons{display:flex;justify-content:space-between;margin-top:1rem;cursor:pointer}.modal-buttons button{padding:6px 10px;border:none;border-radius:4px;cursor:pointer}.modal-buttons button:first-child{background-color:#4caf50;color:#fff}.modal-buttons button:last-child{background-color:tomato;color:#fff}.modal-buttons button:first-child:hover{background-color:green;color:#fff}.modal-buttons button:last-child:hover{background-color:#f44336;color:#fff}.order-item{display:grid;grid-template-columns:.5fr 2fr 1fr 1fr 1fr;align-items:start;gap:30px;border:1px solid tomato;padding:20px;margin:30px 0;font-size:14px;color:#505050}.order-item-food,.order-item-name{font-weight:600}.order-item-name{margin-top:30px;margin-bottom:5px}.order-item-address{margin-bottom:10px}.order-item select{background-color:#ffe8e4;border:1px solid tomato;width:max(10vw,120px);padding:10px;outline:none}@media (max-width:1000px){.order-item{font-size:12px;grid-template-columns:.5fr 2fr 1fr;padding:15px 8px}.order-item select{padding:5px;font-size:12px}.order-item img{width:40px}}.home-container{display:flex;justify-content:center;align-items:center;height:100vh;text-align:center;padding:10px;margin:-5rem auto}.dashboard-redirect,.welcome-screen{max-width:600px;width:100%}.dashboard-redirect h2,.welcome-screen h1{font-size:2.5rem;margin-bottom:1.5rem;color:#333}.welcome-screen p{font-size:1.2rem;margin-bottom:2rem;color:#666}.action-buttons,.auth-options{display:flex;gap:15px;justify-content:center;margin-top:2rem}.action-button,.login-btn,.signup-btn{display:inline-block;padding:12px 24px;border-radius:8px;font-weight:500;text-decoration:none;transition:all .3s ease}.action-button{background-color:#ff6b00;color:#fff}.action-button:hover{background-color:#e05d00;transform:translateY(-2px)}.login-btn{background-color:#ff6b00;color:#fff}.login-btn:hover{background-color:#e05d00}.signup-btn{border:1px solid #ff6b00;color:#ff6b00}.signup-btn:hover{background-color:#fff5f0}.login-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;padding:20px;box-sizing:border-box}.login-wrapper{width:100%;max-width:420px;margin:0 auto}.signup-container{display:flex;justify-content:center;align-items:center;margin-top:2rem;height:100vh;width:100vw;padding:20px;box-sizing:border-box}.signup-wrapper{width:100%;max-width:420px;margin:0 auto}
