@charset "utf-8";

.tippy-tooltip.org-theme {
  background-color: #005cb1;
}

.tippy-tooltip.org-theme .tippy-arrow {
  border-top-color: #005cb1;
  border-bottom-color: #005cb1;
}

.tippy-tooltip.org-theme .tippy-content {
  color: #ffffff;
  font-weight: bold;
}

.tippy-tooltip.error-theme {
  background-color: #ffffff;
}

.tippy-tooltip.error-theme .tippy-arrow {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}

.tippy-tooltip.error-theme .tippy-content {
  color: #333333;
}
