span.glossify-tooltip-popup  {
  cursor: pointer;
  position:relative;
}
span.glossify-tooltip-popup > span.glossify-tooltip-content {
  display: none;
  cursor: default;
  background-color: #FFF;
  border-radius: 6px;
  position: fixed;
  z-index: 1;
  padding: 10px;
  border-radius: 6px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 200px;
  max-width: 700px;
  width: 80% !important;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}
.glossify-tooltip-content.show-glossify-tooltip {
  display: block !important;
  z-index: 9999 !important;
}
.glossify-content-header {
  display: flex;
  justify-content: space-between;
}
.glossify-content-close {
  cursor: pointer;
}
