.tutor-actual-comment.viewing {
    box-shadow: 0 0 10px #cdcfd5;
    animation: qstre-blink-comment 1s infinite;
}

@keyframes qstre-blink-comment {
    50% {
        box-shadow: 0 0 0 #ffffff;
    }
}
