.link-info {
  font-size: 11px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  /* padding-left: 25px; */
  text-indent: 25px;
  display: inline-block;
  background: url(/local/templates/europe/assets/img/icons/info.svg) no-repeat left 2px;
  min-height:21px;
  min-width:18px;
}

.link-info span{
  text-decoration: none;
  border-bottom: 1px dashed #000;
}

.link-info:hover {
  color: #000;
  text-decoration: none;
}

.link-info:focus {
  color: #000;
  text-decoration: none;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
}

.popover-body {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 15px;
  padding: 20px;
  color: #000000;
}
