/*---------------------------------------------------------------------------------

 Theme Name:   Base
 Theme URI:    Digi Config
 Description:  Base theme for all Projects
 Author:       The Base - Digi Config
 Author URI:   https://digitalconfig.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* Hide the default Gravity Forms spinner */
.gform_ajax_spinner {
    display: none !important;
}

/* Display the custom spinner */
.gform_wrapper .gform_ajax_spinner_custom {
    display: inline-block;
    width: 20px; /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
    background: url('/wp-content/themes/base/images/rje-spinner.svg') no-repeat center center;
    background-size: contain;
}