.tooltip[data-v-fed34448] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-fed34448] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-fed34448] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-fed34448] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-fed34448] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-fed34448] {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="bottom"][data-v-fed34448] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-fed34448] {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"][data-v-fed34448] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-fed34448] {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^="left"][data-v-fed34448] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-fed34448] {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip.popover .popover-inner[data-v-fed34448] {
  background: #f9f9f9;
  color: #000;
  padding: 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.tooltip.popover .popover-arrow[data-v-fed34448] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-fed34448] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden="false"][data-v-fed34448] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.analytics-widget-col[data-v-fed34448] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  height: 100%;
}
.analytics-widget-col .toolbar-layout[data-v-fed34448] {
  margin-bottom: 4px;
}
.analytics-toolbar[data-v-fed34448] {
  margin-bottom: 8px;
}
.analytics-view[data-v-fed34448] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  padding-bottom: 8px;
}
.ponds-summary-col[data-v-fed34448] {
  max-width: 25%;
  width: 25%;
}
.ponds-summary-card[data-v-fed34448] > .el-card__body {
  padding: 0;
}
.ponds-summary-table[data-v-fed34448] {
  width: 100%;
  border-collapse: collapse;
}
.ponds-summary-table td[data-v-fed34448],
.ponds-summary-table th[data-v-fed34448] {
  padding: 10px 5px;
  font-size: 14px;
}
.ponds-summary-table th[data-v-fed34448] {
  color: #0a2463;
  background: #f5f5f5;
  font-weight: 700;
  text-align: left;
}
.ponds-summary-table td[data-v-fed34448] {
  color: #606266;
}
.ponds-summary-table td[data-v-fed34448]:nth-child(2),
.ponds-summary-table td[data-v-fed34448]:nth-child(3) {
  text-align: left;
  min-width: 50px;
}
