*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;background:#f1f5f8;color:#222}.booklist{width:90vw;max-width:1170px;margin:5rem auto;display:grid;grid-gap:2rem;gap:2rem}@media screen and (min-width:768px){.booklist{grid-template-columns:repeat(3,1fr)}}.book{background:#fff;border-radius:1rem;padding:1rem 2rem}.book h1{margin-top:.5rem}.book h4{color:#617d98;font-size:.75rem;margin-top:.25rem}.book p{margin-top:.5rem}.new-expense{background-color:#a892ee;padding:1rem;margin:2rem auto;width:50rem;max-width:95%;border-radius:12px;text-align:center;box-shadow:0 1px 8px rgba(0,0,0,.25)}.new-expense button{font:inherit;cursor:pointer;padding:1rem 2rem;border:1px solid #40005d;background-color:#40005d;color:#fff;border-radius:12px;margin-right:1rem}.new-expense button:active,.new-expense button:hover{background-color:#510674;border-color:#510674}.new-expense button.alternative{color:#220131;border-color:transparent;background-color:transparent}.new-expense button.alternative:active,.new-expense button.alternative:hover{background-color:#ddb3f8}.new-expense__controls{display:flex;flex-wrap:wrap;grid-gap:1rem;gap:1rem;margin-bottom:1rem;text-align:left}.new-expense__control label{font-weight:700;margin-bottom:.5rem;display:block}.new-expense__control input{font:inherit;padding:.5rem;border-radius:6px;border:1px solid #ccc;width:20rem;max-width:100%}.new-expense__actions{text-align:right}.expenses-filter{color:#fff;padding:0 1rem}.expenses-filter__control{display:flex;width:100%;align-items:center;justify-content:space-between;margin:1rem 0}.expenses-filter label{font-weight:700;margin-bottom:.5rem;color:#000}.expenses-filter select{font:inherit;padding:.5rem 3rem;font-weight:700;border-radius:6px}.expense-date{display:flex;flex-direction:column;width:5.5rem;height:5.5rem;border:1px solid #ececec;background-color:#2a2a2a;color:#fff;border-radius:12px;align-items:center;justify-content:center}.expense-date__month{font-size:.75rem;font-weight:700}.expense-date__year{font-size:.75rem}.expense-date__day{font-size:1.5rem;font-weight:700}.expense-item{display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.25);padding:.5rem;margin:1rem 0;border-radius:12px;background-color:#4b4b4b}.expense-item__description{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;align-items:flex-end;flex-flow:column-reverse;justify-content:flex-start;flex:1 1}.expense-item h2{color:#3a3a3a;font-size:1rem;flex:1 1;margin:0 1rem;color:#fff}.expense-item__price{background-color:#40005d}.expense-item__button,.expense-item__price{font-size:1rem;font-weight:700;color:#fff;border:1px solid #fff;padding:.5rem;border-radius:12px}.expense-item__button{background-color:#5e0869}@media (min-width:580px){.expense-item__description{flex-direction:row;align-items:center;justify-content:flex-start;flex:1 1}.expense-item__description h2{font-size:1.25rem}.expense-item__button,.expense-item__price{font-size:1.25rem;padding:.5rem 1.5rem}}.chart-bar{align-items:center}.chart-bar,.chart-bar__inner{height:100%;display:flex;flex-direction:column}.chart-bar__inner{width:100%;border:1px solid #313131;border-radius:12px;background-color:#c3b4f3;overflow:hidden;justify-content:flex-end}.chart-bar__fill{background-color:#4826b9;width:100%;transition:all .3s ease-out}.chart-bar__label{font-weight:700;font-size:.5rem;text-align:center}.chart{padding:1rem;border-radius:12px;background-color:#f8dfff;text-align:center;display:flex;justify-content:space-around;height:10rem}
/*# sourceMappingURL=main.b19e9b8e.chunk.css.map */