@import url(https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap);*{box-sizing:border-box;margin:0;padding:0}.gradient-text{background:linear-gradient(89.97deg,#ae67fa 1.84%,#f49867 102.67%);-webkit-background-clip:text;background-clip:text;color:#0000}html{font-family:Kdam Thmor Pro,sans-serif}body{display:flex;justify-content:center;padding:1rem}.App{animation:blink .7s infinite alternate;display:grid;height:auto;padding:.5rem;width:100%}@keyframes blink{to{box-shadow:0 0 3px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #0ba9ca,0 0 10px #0ba9ca,0 0 10px #0ba9ca}}.header{background-color:#040c18;display:flex;gap:4rem;justify-content:space-between;margin-bottom:.5rem;padding:.2rem;position:relative}.searchForm{align-items:center;display:grid}.inputAdd,.searchForm input{border:none;border-radius:5px;font-family:inherit;font-size:1rem;outline:none;padding:.5rem 1rem}.header .icon{position:absolute;right:1rem}label{display:none}.AddForm{background-color:grey;display:flex;flex-wrap:wrap;gap:.3rem;justify-content:flex-start;margin-bottom:1rem;padding:.3rem}.inputAdd{flex:1 1}.AddForm button{background-color:#040c18;border:none;border-radius:8px;color:green;cursor:pointer;outline:none;padding:.25rem 1rem;transition:color .3s ease,color .3s ease-in-out}.AddForm button:hover{background-color:green;color:#040c18}.main{flex:1 1;margin-bottom:1rem;max-height:300px;overflow-y:auto;padding:.3rem}.listContainer{list-style-type:none}.listItem{display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}.listItem:hover{box-shadow:0 3px 3px #000;cursor:pointer}.listItem button{background-color:#040c18;border:none;color:red;cursor:pointer;height:30px;outline:none;transition:color .3s ease,color .3s ease-in-out;width:30px}.listItem button:hover{background-color:red;color:#040c18}.footer{background-color:#040c18;color:#fff;line-height:2rem;text-align:center}@media screen and (max-width:490px){.header{grid-gap:.1rem;display:grid;gap:.1rem}.header input{max-width:100%}.header h1{text-align:center}.main{max-height:500px}}
/*# sourceMappingURL=main.80492d07.css.map*/