.tippy-box[data-theme~="bunyang"] {
  background-color: #fff;
  color: rgb(28, 28, 30);
  z-index: 2;
  overflow: hidden;
  height: max-content;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 4%), 0 0 2px 0 rgb(0 0 0 / 6%),
    0 4px 8px 0 rgb(0 0 0 / 4%);
  border-right: 1px solid rgba(13, 18, 60, 0.1);
}
.tippy-box[data-theme~="bunyang"] .tippy-content {
  padding: 0;
}

.tippy-box[data-theme~="bunyang_tootip"] {
  background-color: #fff;
  color: rgb(28, 28, 30);
  z-index: 2;
  overflow: hidden;
  height: max-content;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 4%), 0 0 2px 0 rgb(0 0 0 / 6%),
    0 4px 8px 0 rgb(0 0 0 / 4%);
  border-right: 1px solid rgba(13, 18, 60, 0.1);
}
.tippy-box[data-theme~="bunyang_tootip"] .tippy-content {
  padding: 10px;
}
