.sweet-alert {
    position: relative;
    border-radius: 15px !important;
}
.sweet-alert::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 180px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    background-image: url(../assets/journey/journey-bg.png);
}
.sweet-alert button {
    background-color: #dfaa16 !important;
}
.sweet-alert .sa-icon.sa-success .sa-line {
    background-color: #dfaa16 !important;
}
.sweet-alert h2 {
    font-size: 22px !important;
    font-family: "Poppins", sans-serif;
}
.sweet-alert p {
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    border: 4px solid rgba(165, 220, 134, 0.2) !important;
}
.sweet-alert .sa-icon.sa-success {
    border-color: #dfaa1682 !important;
}
