@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);*{box-sizing:border-box}html{font-family:Helvetica Neue,sans-serif}body{background-color:#3f3f3f;background-image:url(https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);margin:0}.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{color:#fff;font-size:20px;font-weight:700;margin-bottom:.5rem}.expenses-filter select{background-color:#fff;border-radius:6px;font:inherit;font-weight:700;padding:.5rem 3rem}.expense-date{align-items:center;background-color:#00fff22f;border:0 solid #ececec;border-radius:10px;box-shadow:2px 2px 8px 1px rgba(0,0,0,.2);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:hsla(0,0%,60%,.3);display:flex;justify-content:space-between;margin:1rem 0;padding:.5rem;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.expense-item:hover{-webkit-transform:scale(1.0255);transform:scale(1.0255)}.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:#008185be;border:1px solid hsla(0,0%,100%,0);border-radius:6px;box-shadow:2px 2px 8px 1px rgba(0,0,0,.2);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}}.card{border-radius:12px;box-shadow:0 1px 8px rgba(0,0,0,.25)}.expenses-list{list-style:none;padding:0}.outer-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1.5rem}.expenses-list__fallback{color:#fff;font-size:larger;text-align:center}.oops-img{margin-bottom:1rem;max-height:150px;max-width:150px}.chart-bar{align-items:center}.chart-bar,.chart-bar__inner{display:flex;flex-direction:column;height:100%}.chart-bar__inner{background-color:#66edff;border:1px solid #00000083;border-radius:12px;justify-content:flex-end;overflow:hidden;width:100%}.chart-bar__fill{background-color:#e3e3e3;transition:all .3s ease-out;width:100%}.chart-bar__label{color:#f5f5f5;font-size:.6rem;font-weight:none;text-align:center}.chart{background-color:#00c3ff44;border-radius:12px;display:flex;height:10rem;justify-content:space-around;padding:1rem;text-align:center}.expenses{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:hsla(0,0%,61%,.2);box-shadow:10px;margin:2rem auto;max-width:95%;padding:1rem;width:50rem}.new-expense__controls{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;text-align:left}.new-expense__control label{color:#f5f5f5;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{padding-top:1rem;text-align:right}.new-expense{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#00c3ff44;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:#00979c;border:1px solid #00979c;border-radius:8px;color:#fff;cursor:pointer;font:inherit;margin-right:1rem;padding:1rem 2rem}.new-expense button:active,.new-expense button:hover{background-color:#008085;border-color:#004f52}.new-expense button.alternative{background-color:transparent;border-color:transparent;color:#220131}.new-expense button.alternative:active,.new-expense button.alternative:hover{background-color:#ddb3f8}
/*# sourceMappingURL=main.48c7fa5b.css.map*/