body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#282c34;color:#fff;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}.title{text-align:center}.expenses{background-color:#1f1f1f;margin:2rem auto;max-width:95%;padding:1rem;width:50rem}.card-holder{border-radius:12px;box-shadow:0 1px 8px rgba(0,0,0,.25);padding:.5rem}.expenses-filter{color:#fff;padding:0 1rem}.expenses-filter__control{align-items:center;display:flex;justify-content:space-between;margin:1rem 0;width:100%}.expenses-filter label{font-weight:700;margin-bottom:.5rem}.expenses-filter select{border-radius:6px;color:#000;font:inherit;font-weight:700;padding:.5rem 3rem}.expense-item{align-items:center;background-color:#fff;color:#201f1f;display:flex;justify-content:space-between;margin:1rem 0}.expense-item__description{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;flex-flow:column-reverse;gap:1rem;justify-content:flex-start}.expense-item h2{color:#3a3a3a;flex:1 1;font-size:1rem;margin:0 1rem}.expense-item__price{background-color:#650492;border:1px solid #fff;border-radius:12px;color:#fff;font-size:1rem;font-weight:700;padding:.5rem}@media (min-width:580px){.expense-item__description{align-items:center;flex:1 1;flex-direction:row;justify-content:flex-start}.expense-item__description h2{font-size:1.25rem}.expense-item__price{font-size:1.25rem;padding:.5rem 1.5rem}}.expense-date{align-items:center;background-color:#3c3c3c;border:1px solid #ececec;border-radius:12px;color:#fff;display:flex;flex-direction:column;height:5.5rem;justify-content:center;width:5.5rem}.expense-date__month{font-size:.9rem;font-weight:700}.expense-date__year{font-size:.9rem}.expense-date__day{font-size:1.5rem;font-weight:700}.expense-list{list-style-type:none;padding:0}.expense-list__fallback{color:#fff;text-align:center}.chart{background-color:#e9d1ef;border-radius:12px;display:flex;height:10rem;justify-content:space-around;padding:1rem;text-align:center}.chartbar{align-items:center}.chartbar,.chartbar__inner{display:flex;flex-direction:column;height:100%}.chartbar__inner{background-color:#c3b4f3;border:1px solid #313131;border-radius:12px;justify-content:flex-end;overflow:hidden;width:1rem}.chartbar__fill{background-color:#4826b9;transition:all .3s ease-out;width:100%}.chartbar__label{color:#313131;font-size:.7rem;font-weight:700;text-align:center}.new-expense{background-color:#a892ee;border-radius:12px;box-shadow:0 1px 8px rgba(0,0,0,.25);margin:2rem auto;max-width:95%;padding:1rem;text-align:center;width:50rem}.new-expense button{background-color:#40005d;border:1px solid #40005d;border-radius:12px;color:#fff;cursor:pointer;font:inherit;margin-right:1rem;padding:1rem 2rem}.new-expense button:active,.new-expense button:hover{background-color:#510674;border-color:#510674}.new-expense button.alternative{background-color:initial;border-color:transparent;color:#220131}.new-expense button.alternative:active,.new-expense button.alternative:hover{background-color:#ddb3f8}.new-expense__controls{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;text-align:left}.new-expense__control label{display:block;font-weight:700;margin-bottom:.5rem}.new-expense__control input{border:1px solid #ccc;border-radius:6px;font:inherit;max-width:100%;padding:.5rem;width:20rem}.new-expense__actions{text-align:right}
/*# sourceMappingURL=main.5bded130.css.map*/