.help-tip {
  position: relative;
  display: inline-grid;
  width: 15px;
  height: 15px;
  place-items: center;
  cursor: help;
  outline: none;
}

.help-tip > i {
  display: grid;
  width: 14px;
  height: 14px;
  place-items: center;
  color: #6e7d92;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  background: #f5f7fa;
  border: 1px solid #cbd4e0;
  border-radius: 50%;
}

.help-popover {
  position: absolute;
  top: 21px;
  left: -6px;
  z-index: 20;
  display: none;
  width: 252px;
  padding: 12px;
  color: #53647b;
  text-align: left;
  background: #fff;
  border: 1px solid #dfe6ef;
  border-radius: 9px;
  box-shadow: 0 12px 30px rgb(22 42 74 / 16%);
}

.help-tip:hover .help-popover,
.help-tip:focus .help-popover,
.help-tip:focus-within .help-popover {
  display: grid;
  gap: 7px;
}

.panel-head h3 .help-popover b {
  color: #213653;
  font-size: 10px;
}

.panel-head h3 .help-popover em,
.panel-head h3 .help-popover small {
  color: #6d7c91;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}

.panel-head h3 .help-popover small {
  color: #8b97a8;
}

.panel-head h3 .help-popover a {
  color: #2368f5;
  font-size: 8px;
  font-weight: 600;
}
