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}:root{--one:#dbe2d5;--two:#b5c99a;--three:#b8e4da;--four:#767f84;--five:#fff}body{background:linear-gradient(90deg,#b8e4da,#767f84);background:linear-gradient(to right,var(--three),var(--four))}.container{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:2rem}.App{background:#fff;background:var(--five);border-radius:1rem;box-shadow:0 .4rem .8rem #00000080;height:40vh;margin:1rem auto;padding:2rem;width:27rem}form{text-align:left}form label{display:block;font-size:1.1rem;margin-bottom:0}form input,form textarea{border:2px solid #767f84;border:2px solid var(--four);border-radius:.4rem;margin-bottom:1.5rem;outline:none;padding:.5rem;width:25rem}button{background:linear-gradient(90deg,#767f84,#b8e4da);background:linear-gradient(to right,var(--four),var(--three));border-radius:.4rem;color:#000;font-size:1rem;padding:.5rem}button:hover{background:linear-gradient(90deg,#b8e4da,#767f84);background:linear-gradient(to right,var(--three),var(--four))}.tickets-container{border-radius:8px;margin:0 1rem;padding:1rem}h3{color:#333;font-size:1.3rem}.all-tickets{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.ticket-item{background:#fff;background:var(--five);border-radius:1rem;box-shadow:0 .2rem .4rem #0000004d;padding:1rem}.ticket-actions{align-items:center;margin-top:.5rem}.ticket-actions svg{cursor:pointer;font-size:1.3rem;margin-right:.5rem}.ticket-actions svg:hover{fill:#767f84;fill:var(--four)}
/*# sourceMappingURL=main.07d50b33.css.map*/