.progress-main {
    justify-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    /*top: 30%;*/
}

.icons-margins {
    margin: 0 23%;
}

.hints-margins {
    margin: 0 21%;
}

.all-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.check-icon {
}

.progress-line {
    flex: 1;
}

.con-with-hint {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.progress-hint {
    font-family: 'GoodSans-light';
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #c6c1c1;
}

.icon-check-mark-top {
    /* color: #67c635; */
    color: #c6c1c1;
    font-size: 22px;
}

.icon-selected {
    color: #67c635;
    font-weight: bolder;
}

.line-border {
    border-color: #67c635 !important;
}

.card.mycard {
    width: clamp(300px, 768px, 23vw);
    border-radius: 5.5px;
    padding: 10px 15px;
    border: 3px solid #35256c;
}

.card-wrapper {
    display: block;
    height: 46px;
    z-index: 1070;
}

.Summary {
    overflow-y: auto;
    position: relative;
    /* padding: 10px 15px; */
    background-color: #fff;;
}

.Summary button {
    width: 100%;
    padding: 10px 15px;
    border: 3px solid #35256c;
    border-radius: 5.5px;
    font-family: 'GoodSans-medium';
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #35256c;
    font-size: 14px;
}

.Summary button:hover {
    color: #35256c;
}

.Summary ul li span {
    text-decoration: underline;
}

.show {
    transition: height 0.1s, transform 0.1s;
}

.progress-main .icon-check-mark-top {
    position: relative;
}

.progress-main .check-icon .step-title {
    position: absolute;
    left: -40px;
    top: 25px;
    width: 100px;
}

@media screen and (min-width: 1800px) {
    .hints-margins {
        margin: 0 22%;
    }
}

@media screen and (max-width: 991px) {
    #collapseSummary {
        padding: 15px;
    }
}
