/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.page_fiwex .fiwex-popup-hint {
  display: inline-block !important;
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none !important;
}
.page_fiwex .fiwex-popup-hint::before {
  content: "";
  display: inline-block;
  background: url("../svg/icon.sprite.svg#question") center/cover no-repeat;
  width: 12px;
  height: 12px;
  width: 12px;
  height: 12px;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.page_fiwex .fiwex-popup-hint:hover::before {
  opacity: 0.6;
}
.page_fiwex .fiwex-tooltip-content {
  font-size: 12px;
  padding: 6px 15px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.page_fiwex .fiwex-tooltip-tail {
  top: -12px;
  width: 12px;
  height: 0;
  margin: 0 8px;
  background: none;
}
.page_fiwex .fiwex-tooltip-tail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, 0, 0);
  border: 6px solid transparent;
  border-bottom-color: #fff;
  z-index: 2;
}
.page_fiwex .fiwex-tooltip-tail::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, 0, 0);
  border: 7px solid transparent;
  border-bottom-color: #f2f2f2;
  z-index: 1;
}
.page_fiwex .fiwex-tooltip-title {
  float: none;
  margin: 0;
  padding: 0;
}
.page_fiwex .fiwex-tooltip-close {
  background: url("../svg/icon.sprite.svg#cross-grey") center/cover no-repeat;
  width: 16px;
  height: 16px;
  transform: scale(0.8);
}
.page_fiwex .fiwex-tooltip-body {
  padding: 0;
}