.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: auto;
  color: balck;
  font-size: 12px;
  background-color: rgb(222, 222, 222);
  border-radius: 10px;
  border-bottom: 0px!important;
}
.fixed-table-loading{
    display:none;
}
.fixed-table-toolbar{
    display:none;
}



.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}

#top::before {
  top: 80%;
  left: 45%;
}



#left {
  top: -8px;
  right: 120%;
}

#left::before {
  top: 35%;
  left: 94%;
}

#right {
  top: -8px;
  left: 120%;
}

#right::before {
  top: 35%;
  left: -2%;
}

.hover-text {
  position: relative;
  display: inline-block;
  margin: 0px;
  font-family: Arial;
  text-align: center;
}