[tip] .tooltip {
	 position: fixed;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    padding: 5px;
    background: #000000;
    color: #ffffff;
    visibility: hidden;
    box-shadow: -2px 2px 5px rgb(0 0 0 / 20%);
    border-radius: 2px;
    margin-left: -0px;
    margin-top: -28px;
}

[tip]:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.arrow{
  width:11px;
  height:11px;
  background:#000000;
  position:absolute;
  top:40px;
  left:153px;
  z-index:-1;
   transform: rotate(45deg);
}   

.clicker{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 48px;
    left: 248px;
    border-radius: 50%;
}
