.steps-progress-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: auto;
    padding-top: 22px;
    width: 100%;
}

.starting-dot {
    background: #000000;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 12px;
    width: 12px;
}

.step {
    align-items: center;
    display: flex;
    flex-grow: 1;
}

.step.long {
    flex-grow: 4;
}

.step-line-container {
    flex-grow: 1;
    margin: 0 3px;
    position: relative;
}

.step-title {
    color: #e6e6e6;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    position: absolute;
    text-align: center;
    top: -25px;
    white-space: nowrap;
    width: 100%;
}

.step-title.active {
    color: #000000
}

.step-line {
    background: rgba(0, 0, 0, 1);
    height: 3px;
    margin: 0;
    position: relative;
}

.step-line-progress {
    background: #000000;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
}

.step-dot {
    background: rgba(0, 0, 0, 1);
    border-radius: 50%;
    flex-shrink: 0;
    height: 16px;
    width: 16px;

}

.step-dot svg {
    left: 3px;
    position: relative;
    top: -4px;
}

.step-dot path {
    stroke: #ffffff;
}

.step-dot.long {
    background: #000000
}

.close-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 20px;
}

.close-button-container {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: flex-end;
    margin-right: -10px;
    margin-top: -10px;
}

.smarttrade-icon-large {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 82px;
    width: 104px;
    margin-top: auto;
}

.smarttrade-icon-large.to-bottom {
    margin-bottom: 30px;
}

.icon-spin {
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

.icon-spin svg {
    height: 52px;
    width: 52px;
}

.icon-container {
    align-items: center;
    display: flex;
    height: 62px;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: auto;
}

.icon-container.smarttrade {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: auto;
    height: 15px;
    margin-bottom: 8px;
}

.icon-container.smarttrade svg {
    height: 26px;
    width: 26px;
}

.icon-container svg {
    height: 52px;
    width: 52px;
}

.steps-title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 25px;
    text-align: center;
}

.steps-modal-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    max-height: 100%;
    min-height: 300px;
    overflow: auto;
    width: 310px;
    height: 410px;
}

.steps-modal-p {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0 20px;
    text-align: center;
}

.modal-text-clickable {
    color: #999999;
    cursor: pointer;
    text-decoration: underline;
}

.modal-status-text {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 20px 20px 0;
    text-align: center;
}

.modal-status-text.light {
    color: #999;
    margin-bottom: 0px;
    padding: 0;
}

.steps-time-line div {
    margin-top: auto;
}

.pending-time-wrapper {
    color: #999;
}