#share_btn, #daily_challenge_btn{ display: none !important; } .main-game-component { display: none; } #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: 100% !important; background-size: cover !important; } /* Adjust logo width for desktop */ @media (min-width: 1024px) { body.register-page #navbar-brand { width: 50% !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; } #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; }