#share_btn, #daily_challenge_btn{ display: none !important; } .main-game-component { display: none; } /*hide campaign heading in register page*/ .main-section.position-relative.mx-auto .col.col-12.col-sm-9.mx-auto > h4.text-center { display: none !important; } /*hide campaign heading in home page*/ .main-game-wrapper.h-100 .text-center > h5 { display: none !important; } .main-section.position-relative.mx-auto .text-center > h4 { } #popup_rewards .status_item { display: none !important; } #reservation_date_select { width: 104.3% !important; position: relative !important; left: -10px !important; } #voucher_variant-section label[for="colour-options"] { padding-top: 13px !important; } .stock-indicator.available { background-color: white !important; } .stock-indicator.running-low { background-color: #FFCD01 !important; } .stock-indicator.no-stock { background-color: black !important; } .voucher-point{ display: none !important; } .voucher-point-label{ display: none !important; } /* Adjust logo width for general mobile use */ body.register-page #navbar-brand { width: 125% !important; background-size: cover !important; } /* Adjust logo width for desktop */ @media (min-width: 1024px) { body.register-page #navbar-brand { width: 35% !important; background-size: cover !important; } } #popup_challenge_result .subtitle { color: white !important; } #receipt_approved .subtitle { color: white !important; } #stock_tracking_table_header.table.table-bordered.table-striped { color: white !important; } /* Adjust masthead size for mobile use */ body .masthead-main { width: 80% !important; height: 220px !important; background-size: cover !important; } /* Adjust masthead size for desktop */ @media (min-width: 1024px) { body .masthead-main { width: 40% !important; height: 300px !important; background-size: cover !important; } } #install-toast { display: none !important; } /*#popup_upload_receipt .challenge_item_description {*/ /* font-weight: bold !important;*/ /*}*/ /* add "terms and conditions" within the upload receipt popup */ /*#popup_upload_receipt .challenge_item_description::after {*/ /* content: "*Terms and Conditions apply";*/ /* display: block;*/ /* margin-top: 0.5em;*/ /* font-size: 0.9em;*/ /* font-style: italic;*/ /* color: #f5f5f5;*/ /* opacity: 0.9;*/ /*}*/ /* Hide the 'congratulations...' sentence for the plain text promo mechansim when successfully redeemed the voucher*/ #use_voucher-modal .voucher_usage-slider-item > div:first-child { display: none !important; } .bottom_section .bottom_ui#reward_redemption_btn:before { content: "Reservations"; } /* these 2 below is to adjust the masthead height to fit within the popup for all popups */ body .masthead-popup { margin-bottom: -10rem !important; } .modal-theme .modal-body { padding-top: 7rem !important; } div#size-guide-popup.modal-theme > .modal-dialog > .modal-content > .modal-body { padding-top: 4rem !important; } /* change custom buttons styling */ #stock-tracking-btn, #size-guide-btn, #how-to-redeem-btn, #redemption-details-btn { background: #B4E5A2 !important; color: black !important; } /* change custom buttons width size for desktop view */ #stock-tracking-btn, #how-to-redeem-btn, #redemption-details-btn, #size-guide-btn { width: 250px !important; } #receipt_approved.modal-theme .modal-body img.img-fluid { width: 50% !important; height: auto; }