/* _content/VisperoUserPortal.Web/Components/ProgressBubbles.razor.rz.scp.css */
.progress-indicator[b-pwg4tt16ta] {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

.step[b-pwg4tt16ta] {
    background-color: #e0e0e0;
}

.circle[b-pwg4tt16ta] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.pill[b-pwg4tt16ta] {
    width: 36px;
    height: 12px;
    border-radius: 999px;
}

.active[b-pwg4tt16ta] {
    background-color: #1c3b5c;
}
