.form-container input[type=password],.form-container input[type=text]{border:1px solid #f1f3ff;border-radius:5px;font-size:1rem;margin-bottom:1rem;padding:.5rem;width:100%}.form-container button{padding:.5rem 1.5rem}@media only screen and (max-width:767px){.form-container{max-width:400px;padding:1rem}.form-container input[type=password],.form-container input[type=text]{font-size:.9rem}.form-container button{font-size:.9rem;padding:.4rem 1rem}}.row{display:flex;flex-wrap:wrap;justify-content:space-around}.box{border:1px solid #f1f3ff!important;border-radius:10px;box-shadow:none;margin-bottom:3rem;padding:30px}.box:hover{position:relative;z-index:1}.box:hover:before{border-radius:10px;bottom:-.1px;box-shadow:0 0 10px 5px #e6e5e5;content:"";left:-.1px;position:absolute;right:-.1px;top:-.1px;z-index:-1}.title{font-weight:700}.data{font-size:large;font-weight:bolder}.custom-table{border-collapse:collapse;width:100%}.custom-table td,.custom-table th{border:1px solid #ddd;padding:8px;text-align:left}.custom-table th{background-color:#f2f2f2}.custom-table tr:hover{background-color:#f5f5f5}.table-container{padding:20px}.header{display:flex;justify-content:space-around}.new-dish{border:1px solid #c9c9c9;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;font-weight:600;justify-content:center;margin:1rem 0;padding:10px}.new-dish:hover{background-color:#ccc;transition:all .3s ease-in-out}.icon-box{display:flex;justify-content:center}.expand-icon{height:1.5rem}.expanded-image-overlay{align-items:center;background-color:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.expanded-image{background-color:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.5);display:flex;justify-content:center;max-height:50%;overflow:auto;padding:20px;position:relative;width:50%}.expanded-image img{height:auto;max-width:90%}.close-icon{cursor:pointer;font-size:24px;position:absolute;right:10px;top:10px}.image-box{display:flex;justify-content:center}.edit-dish-form{align-items:center;background-color:hsla(0,0%,100%,.8);display:flex;justify-content:center;position:absolute}.edit-dish-form,.edit-form-overlay{height:100%;left:0;top:0;width:100%;z-index:999}.edit-form-overlay{background-color:rgba(0,0,0,.5);position:fixed}.edit-form-container{background-color:#fff;left:50%;padding:20px;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1000}.refresh-button-area{margin-right:3rem}.refresh-button,.refresh-button-area{display:flex;justify-content:flex-end}.refresh-button{border:1px solid #c9c9c9;border-radius:10px;cursor:pointer;font-weight:600;margin:1rem 0;padding:10px;width:6.1rem}@media only screen and (max-width:767px){.row{align-items:center;flex-direction:column}.box{margin-bottom:2rem;width:80%}.title{font-size:1.5rem;margin-bottom:1rem}.data{font-size:1.2rem}.header{align-items:center;flex-direction:column}.new-dish{width:80%}.refresh-button-area{justify-content:center;margin:1rem 0}.refresh-button{justify-content:center;margin-right:0;width:100%}.expanded-image{max-height:80%;width:80%}.edit-form-container{width:80%}}.form-container button{padding:.5rem 1rem}.form-container{background-color:#fff;border-radius:10px;box-shadow:0 0 10px 5px #e6e5e5;margin:2rem auto;max-width:600px;padding:2rem}.form-container label{display:block;font-weight:700;margin-bottom:.5rem}.form-container input[type=number],.form-container input[type=text],.form-container select,.form-container textarea{border:1px solid #f1f3ff;border-radius:5px;font-size:1rem;margin-bottom:1rem;padding:.5rem;width:100%}.form-container select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232c3e50'%3E%3Cpath d='M7.41 8.59 12 13.17l4.59-4.58L18 9l-6 6-6-6z'/%3E%3C/svg%3E");background-position:right .7rem center;background-repeat:no-repeat;background-size:1.5rem}.form-container button{background-color:#2c3e50;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;font-size:1rem;margin-top:1rem;padding:.75rem 1.75rem}.form-container button:hover{background-color:#34495e}.business-details{background-color:#fff;border-radius:10px;box-shadow:0 0 10px 5px #e6e5e5;margin:2rem auto;max-width:600px;padding:2rem}.business-details h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.business-details p{margin-bottom:.5rem}.business-details a{color:#2c3e50}.edit-buttons{display:flex;justify-content:flex-end;margin-bottom:1rem}.edit-buttons button{background-color:#2c3e50;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-right:1rem;padding:.5rem 1rem}.edit-buttons button:hover{background-color:#34495e}.close-button{align-items:center;background-color:#2c3e50;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:30px;justify-content:center;position:absolute;right:10px;top:10px;width:30px}.close-button:hover{background-color:#34495e}.form-container-update-dish{background-color:#fff;border-radius:10px;box-shadow:0 0 10px 5px #e6e5e5;margin:2rem auto;max-width:1000px;padding:2rem}.form-container-update-dish label{display:block;font-weight:700;margin-bottom:.5rem}.form-container-update-dish input[type=number],.form-container-update-dish input[type=text],.form-container-update-dish select,.form-container-update-dish textarea{border:1px solid #f1f3ff;border-radius:5px;font-size:1rem;margin-bottom:1rem;padding:.5rem;width:100%}.form-container-update-dish select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232c3e50'%3E%3Cpath d='M7.41 8.59 12 13.17l4.59-4.58L18 9l-6 6-6-6z'/%3E%3C/svg%3E");background-position:right .7rem center;background-repeat:no-repeat;background-size:1.5rem}.form-container-update-dish button{background-color:#2c3e50;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;font-size:1rem;margin-top:1rem;padding:.75rem 1.75rem}.form-container-update-dish button:hover{background-color:#34495e}.back{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-top:5rem}.back-arrow{margin-right:.5rem}.back-text{font-size:1.5rem;font-weight:500}.updating-message{background-color:rgba(0,0,0,.6);border-radius:5px;color:#fff;left:50%;padding:10px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:100}.image-preview-container{display:flex;justify-content:center}.image-preview{width:80%}.image-label{margin-bottom:1rem}.buttons{display:flex;justify-content:space-around}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.3b3d86b7.css.map*/