/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/* #user-registration {
    background-color: var(--theme-palette-color-3) !important;
}
.ur-frontend-form.login {
    background-color: var(--theme-palette-color-3) !important;
} */

/* MyReward */
#wll-site-launcher .wll-launcher-button-container {
    padding: 20px 15px;
    border-radius: 30px;
    height: 60px;
    min-width: 60px;
    z-index: 9999 !important;
}
#wll-site-launcher .wll-content-container .wll-footer-container {
        display: none;
}
#wll-site-launcher .wll-content-container .wll-home-card-container {
        padding-bottom: 20px;
}
#wll-site-launcher .wll-content-container .wll-home-card-container i, #wll-site-launcher .wll-earn-points-list-container i, #wll-site-launcher .wll-reward-opportunity-container i {
        color: #b5e000 !important;
}
#wll-site-launcher .wll-content-container .wll-loading-spinner-text {
        color: var(--ast-global-color-1) !important;
}