﻿.step-name {
    max-width: 10rem;
    font-size: smaller;
    text-align: center;
    font-weight: 600;
}

.step-align-column {
    display: flex;
    flex-direction: column;
}

.steps-container {
    width: min-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.numbers-container {
    display: flex;
    align-items: center;
    padding: 0 3rem;
}

.number-circle {
    font-size: 2rem;
    font-weight: 600;
    border: 5px solid #00AECE;
    border-radius: 50%;
    line-height: 4rem;
    width: 4rem;
    height: 4rem;
    text-align: center;
    cursor: default;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.clickable {
    cursor: pointer;
}

.circle-disabled {
    border-color: #e9e2e2;
    cursor: default;
    color: #e9e2e2;
}

.step-disabled {
    color: #e9e2e2;
}

.line-disabled {
    border-color: #e9e2e2 !important;
    color: #e9e2e2;
}

.number-line {
    border-bottom: 6px solid #00AECE;
    width: 15rem;
    margin: auto;
    margin: 0 1rem;
}
