html{overflow-y:scroll}.highlight-message{background-color:hsla(0,0%,50%,.15)!important;border-radius:8px!important;transition:all .3s ease-in-out!important;animation:highlightPulse 2s ease-in-out!important;box-shadow:0 0 10px hsla(0,0%,50%,.3)!important}@keyframes highlightPulse{0%{background-color:hsla(0,0%,50%,.15);box-shadow:0 0 10px hsla(0,0%,50%,.3)}25%{background-color:hsla(0,0%,50%,.4);box-shadow:0 0 15px hsla(0,0%,50%,.5)}50%{background-color:hsla(0,0%,50%,.6);box-shadow:0 0 20px hsla(0,0%,50%,.7)}75%{background-color:hsla(0,0%,50%,.4);box-shadow:0 0 15px hsla(0,0%,50%,.5)}to{background-color:hsla(0,0%,50%,.15);box-shadow:0 0 10px hsla(0,0%,50%,.3)}}