
input[type="submit"]:disabled {
    background-image: url(https://cdn.listenerrewards.com/assets/images/loading.svg);
    background-repeat: no-repeat;
    background-position: center;
    /* color: transparent !important; */
    content: 'hi';
}