.sea-chart-d3-tooltip-container {
  position: absolute;
  transform: translate(-9999px, -9999px);
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(196, 175, 175, 0.1) 0px 0px 1px 1px;
  border-radius: 3px;
  color: rgb(89, 89, 89);
  font-size: 12px;
  padding: 8px 16px;
  min-width: 178px;
  border: 1px solid rgb(226, 226, 226);
  pointer-events: none;
}

.sea-chart-d3-tooltip-title {
  margin-bottom: 12px;
  margin-top: 12px;
  color: rgb(51, 51, 51);
  font-size: 14px;
  padding-bottom: 10px;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.4;
  text-overflow: ellipsis;
}

.sea-chart-d3-tooltip-list {
  list-style-type: none !important;
  margin: 0px !important;
  padding: 0px !important;
}

.sea-chart-d3-tooltip-list-item {
  list-style-type: none;
  padding: 0px;
  margin: 8px 0px;
  display: flex;
  align-items: center;
}

.sea-chart-d3-tooltip-marker {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  margin-right: 8px;
}

.sea-chart-d3-tooltip-name {
  display: inline-block;
  font-size: 12px;
  min-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.4;
  text-overflow: ellipsis;
}

.sea-chart-d3-tooltip-value {
  display: inline-block;
  margin-left: 30px;
  font-size: 12px;
}
