/* steps */
.step {
    display: none;
}
.step.active {
    display: block;
}
/* circles */
.step-circle {
    height: 14px;
    width: 14px;
    bottom: -7px;
}
.step-circle.active {
    height: 22px;
    width: 22px;
    bottom: -11px;
}
/* percents fields */
.percent-input-container:after {
    content: "%";
    position: absolute;
    right: 119px;
    color: #999999;
    top: 6px;
}
#total-number-str:not(.ok) {
    color: #AA3939;
}