.tooltip[data-v-e0213172] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-e0213172] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-e0213172] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-e0213172] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-e0213172] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-e0213172] {
  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-e0213172] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-e0213172] {
  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-e0213172] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-e0213172] {
  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-e0213172] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-e0213172] {
  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-e0213172] {
  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-e0213172] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-e0213172] {
  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-e0213172] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.main-toolbar-group[data-v-e0213172] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.main-toolbar-group[data-v-e0213172],
.toggle-switch[data-v-e0213172] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.toggle-switch[data-v-e0213172] {
  margin-left: auto !important;
}
.main-toolbar-group-left[data-v-e0213172] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 25%;
  width: 100%;
}
.frequency-select[data-v-e0213172] {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100px;
  flex: 1 1 100px;
}
.pond-group-container[data-v-e0213172] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pond-group-container[data-v-e0213172],
.toolbar-actions-group[data-v-e0213172] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.toolbar-actions-group .btn-submit[data-v-e0213172] {
  background: #385cb4;
}
.radio-btn-group[data-v-e0213172] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}
.radio-btn-group[data-v-e0213172] .el-radio:not(:last-child) {
  margin-right: 10px;
}
.radio-btn-group[data-v-e0213172]
  .el-radio-button
  .el-radio-button__orig-radio:checked
  + .el-radio-button__inner {
  color: #fff;
  background-color: #0a2463;
  border-color: #0a2463;
  -webkit-box-shadow: -1px 0 0 0 #0a2463;
  box-shadow: -1px 0 0 0 #0a2463;
}
.radio-btn-group[data-v-e0213172] .el-radio-button .icon {
  width: 1em;
  height: 1em;
  fill: #000;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .radio-btn-group[data-v-e0213172] .el-radio-button .icon {
    width: 1.3em;
  }
}
@media only screen and (min-width: 1920px) {
  .radio-btn-group[data-v-e0213172] .el-radio-button .icon {
    width: 1.5em;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .radio-btn-group[data-v-e0213172] .el-radio-button .icon {
    height: 1.3em;
  }
}
@media only screen and (min-width: 1920px) {
  .radio-btn-group[data-v-e0213172] .el-radio-button .icon {
    height: 1.5em;
  }
}
.radio-btn-group[data-v-e0213172] .el-radio-button.is-active .icon path {
  fill: #fff;
}
.radio-btn-group[data-v-e0213172]
  .el-radio-button.is-active
  .el-radio-button__inner {
  background-color: #0a2463;
  border-color: #0a2463;
  box-shadow: -1px 0 0 0 #0a2463;
  -webkit-box-shadow: -1px 0 0 0 #0a2463;
}
.radio-btn-group[data-v-e0213172]
  .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
  box-shadow: -1px 0 0 0 #0a2463;
  -webkit-box-shadow: -1px 0 0 0 #0a2463;
}
.radio-btn-group[data-v-e0213172] .el-radio-button .el-radio-button__inner {
  padding: 5px 11px;
}
.radio-btn-group[data-v-e0213172]
  .el-radio-button
  .el-radio-button__inner
  .el-radio__inner {
  width: 15px;
  height: 15px;
}
.radio-btn-group[data-v-e0213172]
  .el-radio-button
  .el-radio-button__inner
  .el-radio__inner:hover {
  border-color: #333;
}
.icon[data-v-e0213172] {
  vertical-align: middle;
}
.culture-select[data-v-e0213172],
.pond-select[data-v-e0213172] {
  min-width: 100px;
  max-width: 120px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100px;
  flex: 1 1 100px;
}
.pond-tag[data-v-e0213172] {
  font-size: 14px;
  height: 26px;
  line-height: 22px;
  padding: 0 8px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-tag[data-v-e0213172] {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-tag[data-v-e0213172] {
    font-size: 20px;
  }
}
.ponda-tag[data-v-e0213172] {
  background-color: #dbeafe;
  border-color: #e5e7eb;
  color: #2563eb;
}
.pondb-tag[data-v-e0213172] {
  background-color: #ffedd5;
  border-color: #e5e7eb;
  color: #ea580c;
}
.graph-parameter-select[data-v-e0213172] {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100px;
  flex: 1 1 100px;
}
.graph-parameter-select[data-v-e0213172] .el-select__tags {
  width: 60% !important;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
}
.graph-parameter-select[data-v-e0213172] .el-select__tags-text {
  white-space: nowrap !important;
}
