/*www*/
            @-webkit-keyframes  shineRed {
from { -webkit-box-shadow: 0 0 5px #bbb;}
50% { -webkit-box-shadow: 0 0 10px rgba(182 181 181 / 74%);}
to { -webkit-box-shadow: 0 0 5px #bbb;}
}

.shine_red{
-webkit-animation-name: shineRed; 
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;}

