@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);*{box-sizing:border-box}html{font-family:Noto Sans JP,sans-serif}body{background-color:#3f3f3f;margin:0}.expenses{background-color:#1f1f1f}.blank-expense,.expenses{margin:2rem auto;max-width:95%;padding:1rem;width:50rem}.blank-expense{background-color:#ebe7df;border-radius:10px;color:#7c50ad}.card{border-radius:12px;box-shadow:0 1px 8px rgba(0,0,0,.25)}.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;font:inherit;font-weight:700;padding:.5rem 3rem}.expenses-list{list-style:none;padding:0}.expenses-list__fallback{color:#fff;text-align:center}.expense-date{align-items:center;background-color:#2a2a2a;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:.75rem;font-weight:700}.expense-date__year{font-size:.75rem}.expense-date__day{font-size:1.5rem;font-weight:700}.expense-item{align-items:center;background-color:#4b4b4b;display:flex;justify-content:space-between;margin:1rem 0;padding:.5rem}.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;color:#fff;flex:1 1;font-size:1rem;margin:0 1rem}.expense-item__price{background-color:#40005d;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}}.chart{background-color:#f8dfff;border-radius:12px;display:flex;height:10rem;justify-content:space-around;padding:1rem;text-align:center}.chart-bar{align-items:center}.chart-bar,.chart-bar__inner{display:flex;flex-direction:column;height:100%}.chart-bar__inner{background-color:#c3b4f3;border:1px solid #313131;border-radius:12px;justify-content:flex-end;overflow:hidden;width:100%}.chart-bar__fill{background-color:#6809a7;transition:all .3s ease-out;width:100%}.chart-bar__label{font-size:.5rem;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:#a510eb;border:1px solid #a510eb;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:#930dd1;border-color:#7a0dad}.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.16b93c6c.css.map*/