/* POPUP WRAPPER */
.t-form-success-popup__wrapper {
    background: #312a22 !important;
    border-radius: 0 !important;
}


/* TITLE */
.t-form-success-popup__title.t-title {
    color: rgb(236, 224, 61) !important;
    font-family: "Bodoni" !important;
    font-size: 42px !important;
    font-weight: 500 !important;
    line-height: 42px !important;
    text-transform: uppercase !important;
}


/* DESCRIPTION TEXT */
.t-form-success-popup__text {
    color: #9f956a !important;
}


/* BUTTON */
.t-form-success-popup__button.t-btn {
    background-color: rgb(236, 224, 61) !important;
    border-radius: 0 !important;

    font-family: "Google Sans", Arial, sans-serif !important;
    font-feature-settings: normal !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;

    color: #312a22 !important;
    border: none !important;
}


/* CLOSE ICON */
.t-form-success-popup__close-icon {
    border-color: rgb(236, 224, 61) !important;
}


/* SUCCESS ICON */
.t-form-success-popup__content-icon svg path {
    fill: rgb(236, 224, 61) !important;
}

.t-form-success-popup__content-icon svg circle {
    fill: transparent !important;
    stroke: rgb(236, 224, 61) !important;
}