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