.signature-portal-coach-review-heading {
    position: absolute;
    margin-left: 48px;
    text-transform: uppercase;
    font-size: 16px;
    color: #2f3033;
    font-family: Heebo-Medium;
}

.signature-portal-coach-review-icon-container {
    display: flex
}

.signature-portal-coach-review-step-red {
    background-color: red;
}

.tab-step-params__item--body {
    background: #eee;
    padding: 4px;
    flex: 2;
}

.edit-item-box {
    display: flex;
    justify-content: space-between;
}

.hidden_editable_div {
    margin-top: 16px;
}

.signature-portal-edit-icon {
    min-width: 30px;
    min-height: 30px;
    position: relative;
}

.signature-portal-edit-icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-edit.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.signature-portal-edit-icon::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 95%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-edit.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.signature-portal-alert-icon {
    min-width: 40px;
    min-height: 40px;
    position: relative;
    margin-right: 8px;
    display: none;
}

.signature-portal-alert-icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-alert.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.signature-portal-alert-icon::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 95%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-alert.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.signature-portal-complete-icon {
    min-width: 40px;
    min-height: 40px;
    position: relative;
    margin-right: 8px;
    display: none;
}

.signature-portal-complete-icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-complete.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.signature-portal-complete-icon::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 95%;
    border-radius: 50%;
    background-image: url(../img/new-icons/icon-complete.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.review-help-video {
    text-align: center;
    margin-top: 16px;
}

.tab-step-table-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 7px;
}

.tab-step-table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
