$(document).ready(function() {
$('.masthead-main').append('
');
$('#popup_rewards').on('shown.bs.modal', function(){
$('.rewards_tabs li:eq(0)').remove();
// $('#reward-content').removeClass('active');
// $('#reward-content').removeClass('show');
// $('.status_item').remove();
$('#wallet-tab').click();
$('.reward-body-container h5').text('Rewards');
});
$('#popup_upload_receipt').on('shown.bs.modal', function(){
$('.challenge_item_description').text('Spend a minimum of $15 of Pacific West products and stand a chance to win luxurious festive gifts!');
$('#popup_upload_receipt-upload-btn-text').text('Upload Receipt');
$('#cropper-editor h5').text('Crop Your image to its Edges');
$('#cropper-preview h5').text('Click Confirm to Submit Image');
$('.status_item h5').text('Click Confirm to Submit Image');
});
$('label[for="signup-name-input"]').text('Name');
$('label[for="signup-mobile-input"]').text('Mobile Number');
$('label[for="signup-email-input"]').text('Email');
$('label[for="signup-dob-input"]').text('Date of Birth');
$('#btn-signup').text('Get Started');
$('p.text-center.mt-5').contents().filter(function() {
return this.nodeType === 3; // Text node
}).first().replaceWith('Already have an account? ');
$('p.text-center.mt-5 a').text('Login here');
$('span[name="reward_point"]').closest('div').remove();
$('.main-game-component-cta button').text('Spin');
$('.user_name').parent().css('color', 'white');
// $('.masthead-main').append('
');
// $('.text-bold.text-center').contents().first()[0].textContent = 'Entries: ';
$('.text-bold').contents().first()[0].textContent = 'Entries: ';
});