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}.seat-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.seat-wrapper{height:40px;margin:5px;width:40px}.seat{border:none;border-radius:5px;font-size:12px;height:100%;padding:0;text-align:center;width:100%}.seat-available{background-color:#28a745}.seat-selected{background-color:#007bff;color:#fff}.seat-booked{background-color:#dc3545;color:#fff}.seat-reserved{background-color:#ffc107;color:#000}@media (max-width:768px){.seat-wrapper{height:35px;width:35px}.seat{font-size:10px}}@media (max-width:576px){.seat-wrapper{height:30px;width:30px}.seat{font-size:8px}}
/*# sourceMappingURL=main.e29a8644.css.map*/