.disable-animations {
    transition: all 0s ease 0s !important;
    -webkit-transition: all 0s ease 0s !important;
}
.disabale-pulse-effect {
    box-shadow: none !important;
    transform: none !important;
    animation: none !important;
}