.send-payment-link-custom {
    background-color: #007cba !important;
    color: white !important;
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    margin-top: 10px;
}


.thankyou {
    background: #513a3c !important;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}