.tippy-box[data-theme~="custom"]{
	background-color: #7691bc;
	font-size: 14px;
	font-weight: 600;
}
.tippy-box[data-theme~='custom'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #7691bc;
}
.tippy-box[data-theme~='custom'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #7691bc;
}
.tippy-box[data-theme~='custom'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #7691bc;
}
.tippy-box[data-theme~='custom'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #7691bc;
}
.tippy-box[data-theme~='custom']>.tippy-backdrop{
	background-color: #7691bc;
}
.tippy-box[data-theme~='custom']>.tippy-svg-arrow{
	fill: #7691bc;
}
