﻿.steps-indicator {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.step-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e0e0e0;
    margin: 0 5px;
}

    .step-dot.active {
        background: #1976d2;
    }

.step {
    display: none;
}

    .step.active {
        display: block;
    }

.steps-indicator {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
