.t-form-success-popup__wrapper svg:nth-of-type(2) {
  fill: #7c95ad;
}

.btn__underline .tn-atom__button-text {
  text-decoration: underline;
}

.btn__underline-hover .tn-atom__button-text:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.t-form-success-popup_new .t-form-success-popup__wrapper {
    background-color: #EEEDED !important;
}

.t-form-success-popup__content-icon-background {
    fill: #7C95AD !important;
}

.t-form-success-popup_new .t-form-success-popup__button {
    background-color: #7C95AD !important;
    color: #EEEDED !important;
    border-radius: 100px  !important;
}