/**
 * Theme Name:     Thrive Theme Builder Child
 * Author:         Thrive Themes
 * Template:       thrive-theme
 * Text Domain:	   thrive-theme-builder-child
 * Description:    Thrive Theme Builder lets you visually design, build, edit and customize every aspect of your WordPress website with a visual drag-and-drop designer.
 * Author URI:     http://Webframez
 * Version:        1.0
 */


 #new-reward-button{
    background-image: url('https://futureadhd.com/wp-content/uploads/2024/07/sparkly-stars.gif');
            background-color: rgba(61, 132, 255, 0.7); /* #3d84ff at 70% opacity */
            color: white;
            font-size: 20px;
            padding: 20px 30px; /* Updated padding */
            border: none;
            border-radius: 5px;
            cursor: pointer;
            text-transform: uppercase;
            background-blend-mode: overlay;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
 }

 #reward{
    text-align: center;
     font-size: 24px;
      padding: 20px;
     border: 1px solid #ccc;
     border-radius: 5px;
 }

 