.roi_calc_container{background:#fff;position:relative;z-index:0}.roi_calc_container.container{border-radius:0;display:flex;flex-direction:column;justify-content:flex-end;margin:0 auto;max-width:675px;min-height:200px;overflow:hidden;padding:20px}.question{font-size:1.2rem;margin-bottom:20px}.navigation{display:flex;justify-content:space-between;margin-top:20px}.button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px}.button:disabled{background-color:#ccc;cursor:not-allowed}input::placeholder{color:#aaa}#input-container label{align-items:center;cursor:pointer;display:flex;font-size:18px;height:60px;justify-content:center;margin:0 10px;position:relative;text-align:center;width:calc(50% - 20px)}#input-container input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #767676;border-radius:10px;left:0;padding:30px 15px;position:absolute;width:100%;z-index:-1}#input-container input[type=radio]:checked{background:rgba(107,0,177,.1);border-color:#6b00b1;font-weight:700}.score_color{background:linear-gradient(90deg,green,orange 50%,red);background-clip:text;background-size:10000% 100%;-webkit-text-fill-color:transparent;text-fill-color:transparent}.roi_color,.score_color{font-size:42px}.score_range{background:green;background:linear-gradient(90deg,green,orange 50%,red);border-radius:10px;height:10px;margin:0 auto;position:relative;width:75%}.score_range_marker{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #000;content:"";height:0;left:0;position:absolute;top:-5px;width:0}#progress-container{background-color:#fafafa;border-radius:10px;height:15px;margin:-20px -20px 20px;overflow:hidden;width:calc(100% + 40px)}#progress-bar{background-color:#6b00b1;height:100%;top:0;transition:width .3s ease-in-out;width:0}.result_box{background:#f3f4f5;border-radius:10px;margin:20px auto;padding:30px}