/* CSS Document */
/* Put here all style referred to specific Visual */

body {   
     background-color: #ffffff !important;
}

.simplebutton2 {
    animation: 2s linear 0s infinite normal none running pulse2;
}


#qvzJ7gbDPh8E2lkt3eMC2NoA {
    animation-delay: 0s;
}

#qvXDgrNBaoGkatRKoP_CsctQ {
    animation-delay: 0.5s;
}

#qviRTMytktlU2kCfEeqLj_JQ {
    animation-delay: 1.0s;
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(1.05, 1.05);
    }

    50% {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes pulse2 {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1.05, 1.05);
    }

    50% {
        transform: scale(1, 1);
    }
}