.goNextCreationStep {
    background: #0E870C;
    border: none;
    border-radius: 60px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 49px;
    text-align: center;
    text-transform: uppercase;
}

.goPrevCreationStep {
    background-color: transparent;
    border: none;
    color: #0E870C;
    font-weight: bold;
    height: 49px;
    text-align: center;
    text-transform: uppercase;
}

.goPrevCreationStep:hover {
    text-decoration: underline;
}

.createscenario-container {
    max-width: 1100px;
}

.stage-status-bar {
    background-color: #E1E1E1;
    box-shadow: inset 0px 0.5px 0.5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    height: 4px;
}

.stage-status-container {
    color: #575757;
}

.stage-status.active p {
    color: #050505;
}

.stage-status.active .stage-status-bar {
    background-color: #0362DD;
}

.stage-status-bar {
    transition: background-color .35s ease-in-out;
}