*,:after,:before{margin:0;padding:0;list-style:none;text-decoration:none;box-sizing:border-box}html{font-size:67%}button{cursor:pointer}.app-contents{background-color:#282c34;min-height:100vh;height:-webkit-max-content;height:-moz-max-content;height:max-content;width:100vw;display:flex;flex-direction:column;align-items:center;font-size:calc(10px + 2vmin);color:#fff;padding-top:4rem}.container{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:8rem 1.6fr;grid-gap:0 0;gap:0 0;grid-template-areas:"button-back . button-new" "contents contents contents"}.button,.input{display:flex;align-items:center;justify-content:center;text-transform:capitalize;border:none;border-radius:.5rem;height:4rem;width:24rem}.button{display:flex;margin:0}.button-back,.button-new{width:8rem}.button-back{grid-area:button-back}.button-new{grid-area:button-new;display:flex;justify-self:end}.contents{grid-area:contents;display:flex;flex-direction:column;align-items:center;min-height:80vh;min-width:30rem}.contents h1{margin-bottom:4rem}.list-container,.list-container li{display:flex;flex-direction:column}.list-container li{background-color:#3e4451;border-radius:.5rem;justify-content:space-between;padding:2rem;min-height:20rem;height:-webkit-max-content;height:-moz-max-content;height:max-content;width:100rem!important;min-width:24rem;margin:0 auto 2rem}.list-container li .title-description{text-align:left}.list-container li .title-description h3{text-transform:capitalize;margin-bottom:1rem}.list-container li .button-container{display:flex;justify-content:space-between}.list-container li .button-container button:first-of-type{margin-right:2rem}.form-container{display:flex;flex-direction:column;align-items:flex-start;width:24rem;font-size:2rem}.form-container .label{margin-bottom:.8rem}.form-container .input{margin-bottom:2rem}.update-container{position:absolute;top:0;left:0;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.4)}.update-container .update-contents{display:grid;grid-template-areas:"close" "form";background-color:#3e4451;padding:2rem 4rem 4rem;border-radius:.5rem}.update-container .update-contents .close{grid-area:close;color:#fff;font-weight:700;display:flex;justify-content:flex-end;margin-bottom:4rem;cursor:pointer}.update-container .update-contents .contents{grid-area:form}
/*# sourceMappingURL=main.bcccad7a.chunk.css.map */