.calculator{flex-direction:column;justify-content:center;min-height:80vh;display:flex}.calculator h1{text-align:center;margin:20px 0;font-size:2.5rem}.filters{flex-direction:column;justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.filter{flex-direction:column;min-width:406px;font-size:1.6rem;display:flex}@media (width<=575px){.filter{min-width:100%}}.filter label{margin-bottom:.8rem}.filter select{letter-spacing:.5px;cursor:pointer;background-color:#e4dcdc;border:2px solid #2b2a2c;border-radius:.5rem;outline:none;padding:.5em 1em;font-size:1.6rem;transition:border-color .2s ease-in-out}@media (width>=1000px){.filter select:hover{border-color:#0000}}.filter select::-ms-expand{display:none}.filter select option{margin-bottom:1rem}.filter select.unselected{background-color:tomato}.filter select.selected{background-color:#90ee90}.work-category{justify-content:center;gap:1em;margin-top:10px;display:flex}.work-category ul{font-size:2rem;list-style:none}@media (width<=575px){.work-category ul{font-size:1.8rem}}.work-category ul li{text-align:left;margin-bottom:1rem}.work-category ul li h4{width:65%;margin-bottom:1rem;font-size:1.6rem;font-weight:400}.work-category ul li>li{margin-left:0}.input-wrap{justify-content:space-between;align-items:center;gap:2em;display:flex}.hide{display:none}.input-left{text-align:start;align-items:center;gap:1rem;width:100%;max-width:270px;display:flex}.input-left label{font-size:1.6rem}.input-left img{width:3rem;height:3rem}@media (width<=575px){.input-left img{width:2.5rem;height:2.5rem}}.input-right{background-color:#fff;border-radius:4.5rem;display:flex;box-shadow:0 10px 15px #00000026}.input_value{appearance:textfield;text-align:center;color:#2b2a2c;background-color:#fff;border:none;border-radius:.5em;font-size:1.7rem}.input_value:focus{outline:none}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.inp-btn{color:#f8d11d;cursor:pointer;background-color:#fff;border:none;font-size:1.8em;font-weight:700}#decrement{border-radius:45px 0 0 45px;padding:15px 5px 15px 25px}@media (width<=575px){#decrement{padding:10px 5px 10px 20px}}#increment{border-radius:0 45px 45px 0;padding:15px 25px 15px 5px}@media (width<=575px){#increment{padding:10px 20px 10px 5px}}.work-category{text-align:center}.calc_result{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1em;width:100%;margin-top:auto;padding:2rem 0;font-size:2rem;display:flex}.result_wrap{justify-content:center;align-items:center;gap:6em;display:flex}.calc_total{color:#6245f0;font-size:2rem;font-weight:700}.total_text{text-align:justify;max-width:50rem;font-size:1.4rem}
