.instant_credit_purchase_btn.updating-message:after{
    font-family: "dashicons";

    content: "\f463";

    display: inline-block;

    -webkit-font-smoothing: antialiased;

    font-size: 20px;

    vertical-align: top;

    margin-right: 5px;

    margin-right: 0.5rem;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}