.auth-sm-progress {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    color: white;
}

.auth-sm-progress .sm-progress-item  {
    display: block;
    height: 6px;
    border-radius: 30px;
    background: var(--color-grey1);
}

.auth-sm-progress .sm-progress-item.active {
    background: var(--color-green1);
}

.usage-types {
    min-height: calc(100vh - 476px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 56px;
}
