.stepper-section {
    display: none;
}
.stepper-section.active {
    display: block;
}

.slider-container .custom-slider::-moz-range-thumb {
    box-shadow: none;
}

.stepper .label {
    color: #005d3f;
}

#prev-section,
#next-section {
    border-color: grey;
    color: #005d3f;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

.chart .result-image {
    background: none;
}

#aok_tests .notification > p {
    background: #3da562;
    color: white;
    padding: 15px;
}

#aok_tests .notification a {
    color: white;
    text-decoration: underline;
}