.pulse{width:50px!Important;padding:10px 10px 2px 10px!Important;background-color: #F58220!important;border-radius: 50%;position: relative;animation: animate 3s linear infinite}.pulse i{position: relative; font-size: 20px!important;color: #fff; cursor: pointer; align-item:center;justify-content:center;}@keyframes animate{0%{box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.7), 0 0 0 0 rgba(255, 109, 74, 0.7)}40%{box-shadow: 0 0 0 30px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 109, 74, 0.7)}80%{box-shadow: 0 0 0 30px rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0)}100%{box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0)}}
    
.fas fa-microphone-alt{font-size:20px!important;}
/*
.pulse {
    width: 50px !important;
    padding: 10px 10px 2px 10px !important;
    background-color: #F58220 !important;
    border-radius: 50%;
    position: relative;
    animation: animate 1.5s linear infinite; 
}

.pulse i {
    position: relative;
    font-size: 20px !important;
    color: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.7), 0 0 0 0 rgba(255, 109, 74, 0.7);
    }
    40% {
        box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 109, 74, 0.7); 
    }
    60% {
        box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 15px rgba(255, 109, 74, 0); 
    }
 
}

.fa fa-microphone {
    font-size: 20px !important;
}


*/

