@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{margin:0;background-color:#3f3f3f}.expenses-list{list-style:none;padding:0}.expenses-list__fallback{color:#5c26db;text-align:center;text-transform:capitalize}.card{border-radius:30px;box-shadow:0 4px 8px rgba(0,0,0,.25)}.expense-date{display:flex;flex-direction:column;width:5.5rem;height:5.5rem;border:1px solid #ececec;background-color:#2a2a2a;color:#7326e8;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;padding:.5rem;margin:.5rem 0;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:#29b6e5;font-size:1rem;flex:1 1;margin:0 1rem;color:#24c4b4}.expense-item__price{font-size:1rem;font-weight:700;color:rgba(12,175,211,.836);background-color:rgba(22,118,215,.6235294117647059);border:1px solid #fff;padding:.5rem;border-radius:18px}button{margin:5px;font:inherit;border:1px solid #4f005f;background:#4410bc;color:#0469ee;padding:.25rem 1rem;cursor:pointer}button:active,button:hover{background:#741188;border-color:#741188}button:focus{outline:none}@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__price{margin-left:1rem;font-size:1.25rem;padding:.5rem 1.5rem}}.expenses{background-color:#1f1f1f;margin:2rem auto;width:50rem;max-width:95%}.expenses,p{padding:10px}p{font-size:23px;justify-content:center}li{list-style-type:none}.expenses-filter{color:#1a4cd5;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}.expenses-filter select{font:inherit;padding:.5rem 3rem;font-weight:700;border-radius:6px}.new-expense{background-color:#a892ee;padding:1rem;margin:1rem 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:#4a0ee0;border-color:transparent;background-color:initial}.new-expense button.alternative:active,.new-expense button.alternative:hover{background-color:#130689}.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:.75rem;border-radius:6px;border:1px solid #ccc;width:20rem;max-width:100%}.new-expense__actions{text-align:right}
/*# sourceMappingURL=main.c296533e.chunk.css.map */