.status-icon-container{display:inline-block;position:relative}.help-text{animation:fadeIn .15s forwards;background:#222;border-radius:6px;color:#fff;font-size:12px;opacity:0;padding:6px 10px;pointer-events:none;position:absolute;white-space:nowrap;z-index:1000}.help-text.top{bottom:calc(100% + 8px)}.help-text.bottom,.help-text.top{left:50%;transform:translateX(-50%)}.help-text.bottom{top:calc(100% + 8px)}.help-text.left{right:calc(100% + 8px)}.help-text.left,.help-text.right{top:50%;transform:translateY(-50%)}.help-text.right{left:calc(100% + 8px)}@keyframes fadeIn{to{opacity:1}}