 .vi-tooltip {

  display: inline-block;
}

.vi-tooltip svg {
  width: 18px !important;
  height: 18px  !important;
  min-width: 18px !important;
  min-height: 18px  !important;
  fill: #999999;
  cursor: pointer;
  transition: all 200ms;
  vertical-align: bottom;

}

.vi-tooltip svg:hover {
  fill: #BEB400
}

.tippy-tooltip {
  border-radius: 8px;
  padding: 8px 16px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}

.vi-tooltip-template {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #333333;
}
.vi-tooltip-template.vi-tooltip-template--font-size-large {
	font-size: 16px;
}

/* .tippy-popper { */
  /* max-width: 223px; */
/* } */
.vi-tooltip-template ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.vi-tooltip-template .vi-tooltip-title{
	font-size: 20px;
	font-weight: 700;
}
.tippy-popper .tippy-content {
  padding-left: 0;
  padding-right: 0;
}

.tippy-tooltip .tippy-arrow {
  display: none !important;
}

/* =================================================== */
@media screen and (max-width: 700px) {
  .vi-tooltip svg {
    width: 14px !important;
  height: 14px  !important;
  min-width: 14px !important;
  min-height: 14px  !important;
  }
}
