#mscf7-form-container {
    position: relative;
}

#mscf7-progress-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#mscf7-progress-bar .step {
    width: 20%;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: #f3f3f3;
}

#mscf7-progress-bar .step.active {
    background: #4CAF50;
    color: white;
}

#mscf7-prev-button, #mscf7-next-button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#mscf7-prev-button {
    background-color: #f44336;
    color: white;
}

#mscf7-next-button {
    background-color: #4CAF50;
    color: white;
}
