@-webkit-keyframes tooltipFade{0%{top:40px;opacity:0}to{top:55px;opacity:1}}@keyframes tooltipFade{0%{top:40px;opacity:0}to{top:55px;opacity:1}}.header-tooltip .header-tooltip-pointer:after{content:" ";border-radius:5px;background-color:#4286f4;position:absolute;width:10px;height:10px;left:3px;top:3px}.header-tooltip-show .header-tooltip{-webkit-animation:.4s .1s normal tooltipFade;-webkit-animation-timing-function:ease-in;-webkit-animation-fill-mode:both;animation:.4s .1s normal tooltipFade;animation-timing-function:ease-in;animation-fill-mode:both;top:55px}#header-search-input{-webkit-user-select:text}