element.style {
}
.t-slds__caption_wrapper {
    border-top: 1px solid #171717;
    padding: 14px 0;
}

 /* отступ слева  зеленая полоса*/

#rec1741125941 .t119__preface {
    position: relative;
    padding-left: 30px; /* отступ слева: 20px на полоску + 10px отступ до текста (можно скорректировать) */
    font-size: 24px;
    opacity: 1;
    color: #eeeeed;
    font-family: 'Inter Tight';
    font-weight: 300;
}

#rec1741125941 .t119__preface::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    transform: translateY(-50%);
    width: 2px;        /* ширина полоски */
    height: 60px;      /* высота полоски */
    background-color: #6ED919; /* пример зелёного цвета; замените на нужный оттенок */
}


.t-form-success-popup_new .t-form-success-popup__wrapper {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #171717;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: default;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    margin: 0 auto;
    max-width: 460px;
    padding: 50px 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}


.t-form-success-popup_new .t-form-success-popup__button {
    background-color: #52BF26;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    min-width: 130px;
    padding: 18px 44px;
    text-decoration: none;
}



.t-slds__arrow-withbg {
    border-radius: 8px;
}



.t-form-success-popup__wrapper {
    background-color: #000000 !important; /* Обязательное условие */
}
