:root {
  /* light */
  --lend-earn-color-divider: #2a2f40;
  --lend-earn-bg-tooltip: #04091a;
  --color-fundPassword-tip: #fffcf3;
}
/* dark */
:root .classic-dark {
  --lend-earn-color-divider: #525c79;
  --lend-earn-bg-tooltip: #474f66;
  --color-fundPassword-tip: #282724;
}

.echarts-tooltip {
  display: none;
}

.echarts-tooltip::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

.c-datepicker-range-separator {
  display: inline-flex !important;
  height: 100%;
  align-items: center;
  padding: 0 !important;
}

#root {
  min-width: 680px;
}
