.mainForm{width:90%;gap:20px}.approvedAmountDiv{text-align:end}.formSpans{width:100%;display:flex;justify-content:space-between}.boxShadow{box-shadow:0 0 10px #0000001a;padding:20px;border-radius:8px}.boxDiv{border:1px solid #ccc;padding:0 20px;border-radius:8px}.boxDiv .formSpans{margin:20px 0}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{background-color:#9dc08b;border-radius:5px;height:10px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:-7.5px;background-color:#4a8350;border-radius:50%;height:25px;width:25px}input[type=range]:focus::-webkit-slider-thumb{outline:3px solid #4a8350;outline-offset:.125rem}input[type=range]::-moz-range-track{background-color:#9dc08b;border-radius:5px;height:10px}input[type=range]::-moz-range-thumb{background-color:#4a8350;border:none;border-radius:50%;height:25px;width:25px}input[type=range]:focus::-moz-range-thumb{outline:3px solid #4a8350;outline-offset:.125rem}
