.main{align-items:flex-start;display:flex;gap:40px;justify-content:center;padding:20px}.container{text-align:center}.bus{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(5,60px);margin:20px}.seat{align-items:center;background:#90ee90;border-radius:10px;cursor:pointer;display:flex;font-weight:700;height:50px;justify-content:center;width:60px}.booked{background:red;cursor:not-allowed}.selected{background:orange}.aisle{width:30px}button{border-radius:8px;cursor:pointer;padding:10px 20px}button:disabled{background:gray}.side-panel{background:#f4f4f4;border-radius:10px;padding:15px;width:250px}.history{background:#e0e0e0;border-radius:6px;margin-top:10px;padding:8px}
/*# sourceMappingURL=main.4e691037.css.map*/