.tippy-box[data-theme~='lime'] {
  background-color: #A5D623;
  color: #333;
}
.tippy-box[data-theme~='lime'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #A5D623;
}
.tippy-box[data-theme~='lime'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #A5D623;
}
.tippy-box[data-theme~='lime'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #A5D623;
}
.tippy-box[data-theme~='lime'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #A5D623;
}

.tippy-box[data-theme~='orange'] {
  background-color: #F0961E;
  color: #333;
}
.tippy-box[data-theme~='orange'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #F0961E;
}
.tippy-box[data-theme~='orange'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #F0961E;
}
.tippy-box[data-theme~='orange'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #F0961E;
}
.tippy-box[data-theme~='orange'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #F0961E;
}

.tippy-box[data-theme~='cyan'] {
  background-color: #5AD3E0;
  color: #333;
}
.tippy-box[data-theme~='cyan'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #5AD3E0;
}
.tippy-box[data-theme~='cyan'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #5AD3E0;
}
.tippy-box[data-theme~='cyan'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #5AD3E0;
}
.tippy-box[data-theme~='cyan'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #5AD3E0;
}


.tippy-box[data-theme~='imgmap'] {
  transform: scale(1.2);
  /* background-color: white;
  color: #222;
  border: 1px solid #111; */
}
/* .tippy-box[data-theme~='imgmap'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #111;
}
.tippy-box[data-theme~='imgmap'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #111;
}
.tippy-box[data-theme~='imgmap'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #111;
}
.tippy-box[data-theme~='imgmap'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #111;
} */
