
            .topupAlert {
                background: #000541  !important;
            }
        
            .btnInit {
                background: #00c16b  !important;
                color: #FFF  !important;
				animation: pulsebtn 2s infinite;
            }
			.gridProductos .item button {
				background: #00c16b  !important;
                color: #FFF  !important;
			}
            @-webkit-keyframes pulsebtn {
              0% {
                -webkit-box-shadow: 0 0 0 0 rgba(0, 193, 107, 1);
              }
              70% {
                  -webkit-box-shadow: 0 0 0 20px rgba(139, 195, 74, 0);
              }
              100% {
                  -webkit-box-shadow: 0 0 0 0 rgba(139, 195, 74, 0);
              }
            }
        