/* Tippy.js Tooltips */

/* Import Tippy base styles */
@import url('https://unpkg.com/tippy.js@6/dist/tippy.css');

/* Custom Tippy theme */
.tippy-box[data-theme~='light-border'] {
  background-color: white !important;
  color: #64748b;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.1);
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
}

.tippy-box[data-theme~='light-border'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: white !important;
}

.tippy-box[data-theme~='light-border'] > .tippy-arrow::after {
  content: '';
  position: absolute;
  border-color: transparent !important;
  border-style: solid;
}
