#draw-pond {
  position: absolute;
  top: 0;
  left: 0;
}
#draw-pond .draw-pond-input-size {
  width: 100%;
}
#draw-pond .draw-pond-input-size .el-input__inner {
  text-align: left;
}
#draw-pond .action-display-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
}
#draw-pond .action-display-panel.el-card {
  margin: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  #draw-pond .action-display-panel.el-card {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  #draw-pond .action-display-panel.el-card {
    font-size: 20px;
  }
}
#draw-pond .action-display-panel .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
}
#draw-pond .action-display-panel .btn-group .er-button {
  font-size: inherit;
}
#draw-pond .action-display-panel .action-display-area-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#draw-pond .action-display-panel .el-input {
  width: 100%;
  font-size: inherit;
  display: inline-block !important;
}
#draw-pond .action-display-panel .el-card__body,
#draw-pond .action-display-panel .el-card__header {
  padding: 10px 10px;
}
#draw-pond .action-display-panel .add-pond-header {
  width: 200px;
  text-align: center;
}
#draw-pond .action-display-panel .action-button-col {
  margin-top: 10px;
}
.location-select__popper-maps-page .el-select-dropdown__item.selected,
.location-select__popper-maps-page.is-multiple
  .el-select-dropdown__item.selected,
.pond-location-dropdown-item {
  text-transform: none !important;
}
.action-display-panel .el-input-number--small {
  width: 185px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .action-display-panel .el-input-number--small {
    width: 190px;
  }
}
@media only screen and (min-width: 1920px) {
  .action-display-panel .el-input-number--small {
    width: 250px;
  }
}
.action-display-panel .el-form-item--small .el-form-item__content,
.action-display-panel .el-form-item--small .el-form-item__label {
  min-width: 120px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .action-display-panel .el-form-item--small .el-form-item__content,
  .action-display-panel .el-form-item--small .el-form-item__label {
    min-width: 145px;
  }
}
@media only screen and (min-width: 1920px) {
  .action-display-panel .el-form-item--small .el-form-item__content,
  .action-display-panel .el-form-item--small .el-form-item__label {
    min-width: 170px;
  }
}
.action-display-panel .el-form-item__error {
  position: relative;
  top: 5px;
  max-width: 195px;
}
#edit-pond {
  position: absolute;
  top: 0;
  left: 0;
}
#edit-pond .edit-pond-input-size {
  width: 100%;
}
#edit-pond .edit-pond-input-size .el-input__inner {
  text-align: left;
}
#edit-pond .action-display-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
}
#edit-pond .action-display-panel.el-card {
  margin: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  #edit-pond .action-display-panel.el-card {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  #edit-pond .action-display-panel.el-card {
    font-size: 20px;
  }
}
#edit-pond .action-display-panel .btn-group {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#edit-pond .action-display-panel .btn-group .el-button {
  font-size: inherit;
}
#edit-pond .action-display-panel .action-display-area-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#edit-pond .action-display-panel .el-input {
  width: 100%;
  font-size: inherit;
}
#edit-pond .action-display-panel .el-card__body,
#edit-pond .action-display-panel .el-card__header {
  padding: 10px 10px;
}
#edit-pond .action-display-panel .input-label {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#edit-pond .action-display-panel .select-location .el-input__inner {
  text-transform: capitalize;
}
.action-display-panel {
  background: #fcfcfc;
  border-radius: 10px;
}
.action-display-panel .el-input--small .el-input__inner {
  width: 185px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .action-display-panel .el-input--small .el-input__inner {
    width: 190px;
  }
}
@media only screen and (min-width: 1920px) {
  .action-display-panel .el-input--small .el-input__inner {
    width: 250px;
  }
}
.action-display-panel .el-form-item--small .el-form-item__content,
.action-display-panel .el-form-item--small .el-form-item__label {
  font-size: 14px;
  min-width: 140px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .action-display-panel .el-form-item--small .el-form-item__content,
  .action-display-panel .el-form-item--small .el-form-item__label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .action-display-panel .el-form-item--small .el-form-item__content,
  .action-display-panel .el-form-item--small .el-form-item__label {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .action-display-panel .el-form-item--small .el-form-item__content,
  .action-display-panel .el-form-item--small .el-form-item__label {
    min-width: 165px;
  }
}
@media only screen and (min-width: 1920px) {
  .action-display-panel .el-form-item--small .el-form-item__content,
  .action-display-panel .el-form-item--small .el-form-item__label {
    min-width: 190px;
  }
}
.action-display-panel .error-msg {
  color: #f56c6c;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: -10px;
}
.gm-style .gm-style-iw-c {
  border-radius: 5px;
  padding: 0 !important;
  min-width: 235px !important;
}
.gm-style-iw-d {
  overflow: hidden !important;
}
.gm-style .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
.gm-style-iw.gm-style-iw-c > button {
  display: none !important;
}
#pond-details-info-window .active-tag {
  background: #33a02c;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  margin: 0.225em 0.45em;
  padding: 5px 10px;
}
#pond-details-info-window .active-tag .circle {
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 5px;
}
#pond-details-info-window.iw-container {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
}
#pond-details-info-window .iw-heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  font-size: 10px;
  padding: 5px 5px 0 5px;
  color: #0a2463;
  background-color: #fff;
}
#pond-details-info-window .iw-heading > div {
  -webkit-text-emphasis: auto-flow;
  text-emphasis: auto-flow;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#pond-details-info-window .iw-heading .el-link--inner {
  color: #0a2463;
  white-space: pre;
  margin-left: -30px;
}
#pond-details-info-window .iw-heading .left-container {
  margin-left: auto;
}
#pond-details-info-window .iw-heading .left-container .er-button {
  padding: 3px 5px;
}
#pond-details-info-window .iw-heading .left-container .btn-pond-edit {
  width: 30px;
}
#pond-details-info-window .iw-heading .left-container .btn-pond-edit span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#pond-details-info-window
  .iw-heading
  .left-container
  .btn-pond-edit
  .btn-pond-edit__icon
  img {
  width: 14px;
  height: 14px;
}
#pond-details-info-window .iw-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
}
#pond-details-info-window .iw-body .heading {
  color: #0a2463;
}
#pond-details-info-window .iw-body .iw-body-col {
  text-align: center;
}
#pond-details-info-window .doc .heading {
  margin-right: 3px;
}
#pond-details-info-window .temp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#pond-details-info-window .temp .value {
  line-height: 0.5;
}
#pond-details-info-window .heading,
#pond-details-info-window .value {
  line-height: 1;
}
#pond-details-info-window .heading {
  font-weight: 600;
}
#pond-details-info-window .iw-header-row .value .pond-size {
  text-overflow: ellipsis;
  overflow: hidden;
}
#pond-details-info-window .value {
  font-weight: 300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#pond-details-info-window .value[data-units]:after {
  content: attr(data-units);
  margin-left: 3px;
}
#pond-details-info-window div[class^="iw-body-row"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 5px;
}
#pond-details-info-window div[class^="iw-body-row"]:not(:first-of-type) {
  border-top: 1px solid #f1f1f1;
  padding-top: 6px;
}
#pond-details-info-window div[class^="iw-body-row"]:first-of-type {
  padding-top: 5px;
}
#pond-details-info-window div[class^="iw-body-row"]:last-of-type {
  padding-bottom: 5px;
}
#pond-details-info-window
  div[class^="iw-body-row"]
  span[class*="avg-wt-gain-week"]:last-child {
  font-weight: 700;
}
#pond-details-info-window
  div[class^="iw-body-row"]
  span[class*="avg_pos_wt_gain"] {
  color: green;
}
#pond-details-info-window
  div[class^="iw-body-row"]
  span[class*="avg_neg_wt_gain"] {
  color: red;
}
#search-place-input {
  margin-top: 10px;
  width: 500px;
}
#infowindow-content .el-card {
  height: 100px;
}
#info-pond-health-hint {
  margin-bottom: 5px;
  z-index: 9999990 !important;
  left: 5px !important;
}
#info-pond-health-hint .el-card__body {
  padding: 10px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
}
#info-pond-health-hint .el-card__body .el-row {
  cursor: pointer;
}
#info-pond-health-hint .el-card__body .el-row > .el-row {
  margin-right: 3px;
}
#info-pond-health-hint .el-card__body .el-row .el-row:after {
  content: "|";
}
#info-pond-health-hint .el-card__body span {
  cursor: auto;
}
#info-pond-health-hint .el-card__body .color-box {
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  #info-pond-health-hint .el-card__body .color-box {
    width: 12px;
  }
}
@media only screen and (min-width: 1920px) {
  #info-pond-health-hint .el-card__body .color-box {
    width: 12px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  #info-pond-health-hint .el-card__body .color-box {
    height: 12px;
  }
}
@media only screen and (min-width: 1920px) {
  #info-pond-health-hint .el-card__body .color-box {
    height: 12px;
  }
}
#info-pond-health-hint .el-card__body .active-pond,
#info-pond-health-hint .el-card__body .inactive-pond,
#info-pond-health-hint .el-card__body .low-do {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#info-pond-health-hint .el-card__body .active-pond span,
#info-pond-health-hint .el-card__body .inactive-pond span,
#info-pond-health-hint .el-card__body .low-do span {
  margin-left: 4px;
}
.tooltip[data-v-aa8bc6f0] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-aa8bc6f0] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-aa8bc6f0] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-aa8bc6f0] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-aa8bc6f0] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-aa8bc6f0] {
  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-aa8bc6f0] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-aa8bc6f0] {
  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-aa8bc6f0] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-aa8bc6f0] {
  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-aa8bc6f0] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-aa8bc6f0] {
  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-aa8bc6f0] {
  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-aa8bc6f0] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-aa8bc6f0] {
  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-aa8bc6f0] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.search-place-map[data-v-aa8bc6f0] {
  position: absolute;
  top: 10px;
  left: 25.5rem;
}
.search-place-map .el-input__inner[data-v-aa8bc6f0]:focus {
  cursor: text;
}
.search-place-map .el-select[data-v-aa8bc6f0] {
  width: 31.2rem;
}
.map-pg-status-graph .map__pg__header {
  padding-left: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .map-pg-status-graph .map__pg__header {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .map-pg-status-graph .map__pg__header {
    font-size: 20px;
  }
}
.map-pg-status-graph .pg-graph-filter .el-range-editor--mini {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.map-pg-status-graph .pg-graph-filter .select-graph-date-type,
.map-pg-status-graph .pg-graph-filter .select-pond-guard {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.map-pg-status-graph
  .pg-graph-filter
  .el-range-editor--mini
  .el-range-separator {
  width: 6%;
}
.map-pg-status-graph
  .pg-graph-filter
  .el-select
  .el-input--suffix
  .el-input__inner {
  padding-right: 20px;
}
.map-pg-status-graph .pg-graph-filter .el-select .el-input__icon {
  width: 15px;
}
.map-hourly-feed-graph .map__hourly__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .map-hourly-feed-graph .map__hourly__header {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .map-hourly-feed-graph .map__hourly__header {
    font-size: 20px;
  }
}
.map-pond-day-feed .map__pond__header {
  padding-left: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .map-pond-day-feed .map__pond__header {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .map-pond-day-feed .map__pond__header {
    font-size: 20px;
  }
}
.map-side-menu-graphs {
  width: 100%;
  height: calc(100vh - 200px);
  padding-bottom: 10px;
}
.map-side-menu-graphs .map-side-menu-graphs-scroll-wrap {
  height: 100%;
  overflow-x: auto;
}
.map-side-menu-graphs .map-side-menu-graphs-scroll-view {
  margin-right: 10px;
}
.tooltip[data-v-242f9406] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-242f9406] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-242f9406] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-242f9406] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-242f9406] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-242f9406] {
  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-242f9406] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-242f9406] {
  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-242f9406] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-242f9406] {
  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-242f9406] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-242f9406] {
  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-242f9406] {
  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-242f9406] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-242f9406] {
  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-242f9406] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
#pond-alerts-table__table[data-v-242f9406] {
  margin-left: 5px;
}
#pond-alerts-table__table .alert-icon[data-v-242f9406] {
  width: 16px;
  height: 16px;
  vertical-align: -4px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  #pond-alerts-table__table .alert-icon[data-v-242f9406] {
    width: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  #pond-alerts-table__table .alert-icon[data-v-242f9406] {
    width: 26px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  #pond-alerts-table__table .alert-icon[data-v-242f9406] {
    height: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  #pond-alerts-table__table .alert-icon[data-v-242f9406] {
    height: 26px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  #pond-alerts-table__table .alert-icon[data-v-242f9406] {
    vertical-align: -4px;
  }
}
@media only screen and (min-width: 1920px) {
  #pond-alerts-table__table .alert-icon[data-v-242f9406] {
    vertical-align: -6px;
  }
}
#pond-alerts-table__table .no-data__text[data-v-242f9406] {
  font-size: 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  #pond-alerts-table__table .no-data__text[data-v-242f9406] {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1920px) {
  #pond-alerts-table__table .no-data__text[data-v-242f9406] {
    font-size: 14px;
  }
}
#pond-alerts-table__table .el-table .cell {
  color: #000;
}
.map-pond-schedule-data {
  margin-left: 10px;
}
.map-pond-schedule-data .el-table__body-wrapper {
  height: 270px;
  overflow: auto;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .map-pond-schedule-data .el-table__body-wrapper {
    height: 400px;
  }
}
@media only screen and (min-width: 1920px) {
  .map-pond-schedule-data .el-table__body-wrapper {
    height: 590px;
  }
}
.map-pond-schedule-data .foot-note {
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .map-pond-schedule-data .foot-note {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .map-pond-schedule-data .foot-note {
    font-size: 16px;
  }
}
.map-pond-schedule-data .el-table--mini,
.map-pond-schedule-data .el-table--small,
.map-pond-schedule-data .el-table__expand-icon {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .map-pond-schedule-data .el-table--mini,
  .map-pond-schedule-data .el-table--small,
  .map-pond-schedule-data .el-table__expand-icon {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .map-pond-schedule-data .el-table--mini,
  .map-pond-schedule-data .el-table--small,
  .map-pond-schedule-data .el-table__expand-icon {
    font-size: 20px;
  }
}
.map-pond-schedule-data .el-table td .cell {
  color: #000;
}
.map-pond-schedule-data .el-table th > .cell {
  line-height: 120%;
  font-size: 12px;
  color: #233a73;
  text-align: left;
  justify-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .map-pond-schedule-data .el-table th > .cell {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .map-pond-schedule-data .el-table th > .cell {
    font-size: 16px;
  }
}
.maps__side-menu-tabs {
  overflow: hidden;
  height: 100%;
}
.maps__side-menu-tabs .el-tabs__nav .el-tabs__active-bar {
  background-color: green;
}
.maps__side-menu-tabs .el-tabs__nav .el-tabs__item {
  font-weight: 700;
  color: #233a73;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .maps__side-menu-tabs .el-tabs__nav .el-tabs__item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .maps__side-menu-tabs .el-tabs__nav .el-tabs__item {
    font-size: 16px;
  }
}
.maps__side-menu-tabs .el-tabs__nav .el-tabs__item.is-active {
  color: green;
}
.maps__side-menu-tabs .el-tabs__nav .el-tabs__item.is-active .pond__image {
  -webkit-filter: invert(39%) sepia(50%) saturate(1667%) hue-rotate(69deg)
    brightness(94%) contrast(93%);
  filter: invert(39%) sepia(50%) saturate(1667%) hue-rotate(69deg)
    brightness(94%) contrast(93%);
}
.maps__side-menu-tabs .pond__image__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.maps__side-menu-tabs .pond__image {
  height: 19px;
  padding: 0 4px 5px 0;
}
.maps__side-menu-tabs .el-tabs--card > .el-tabs__header .el-tabs__nav {
  border-top: unset;
}
.maps__side-menu-tabs .el-table__body-wrapper {
  position: relative;
  overflow-y: scroll;
  height: 380px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .maps__side-menu-tabs .el-table__body-wrapper {
    height: 510px;
  }
}
@media only screen and (min-width: 1920px) {
  .maps__side-menu-tabs .el-table__body-wrapper {
    height: 720px;
  }
}
.pond-details-side-menu {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  width: 100% !important;
}
.pond-details-side-menu .culture-details-row,
.pond-details-side-menu .pond-health-row {
  padding-left: 10px;
  padding-right: 10px;
}
.pond-details-side-menu .culture-details-row {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pond-details-side-menu .culture-details-row,
.pond-details-side-menu .culture-details-row .pond__title__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pond-details-side-menu .culture-details-row .pond__title__header {
  color: #0a2463;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-details-side-menu .culture-details-row .pond__title__header {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-details-side-menu .culture-details-row .pond__title__header {
    font-size: 20px;
  }
}
.pond-details-side-menu .culture-details-row .pond__title__pond__name {
  color: #0a2463;
  font-weight: 600;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-details-side-menu .culture-details-row .pond__title__pond__name {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-details-side-menu .culture-details-row .pond__title__pond__name {
    font-size: 20px;
  }
}
.pond-details-side-menu .culture-details-row .truncate {
  white-space: break-spaces;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.pond-details-side-menu .culture-details-row .pond__title__sub:after {
  content: ")";
}
.pond-details-side-menu .culture-details-row .pond__title__sub:before {
  content: "(";
}
.pond-details-side-menu .culture-details-row .pond__title__sub {
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-details-side-menu .culture-details-row .pond__title__sub {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-details-side-menu .culture-details-row .pond__title__sub {
    font-size: 20px;
  }
}
.pond-details-side-menu
  .culture-details-row
  .pond__title__sub
  .pond__title__area {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50px;
}
.pond-details-side-menu .culture-details-row .doc__header {
  color: #000;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-details-side-menu .culture-details-row .doc__header {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-details-side-menu .culture-details-row .doc__header {
    font-size: 20px;
  }
}
.pond-details-side-menu .culture-details-row > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pond-details-side-menu .culture-details-row [data-units]:after {
  content: attr(data-units);
  display: inline;
  margin-left: 3px;
  margin-right: 3px;
}
.pond-details-side-menu .culture-details-row .close__button {
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-details-side-menu .culture-details-row .close__button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-details-side-menu .culture-details-row .close__button {
    font-size: 20px;
  }
}
.pond-details-side-menu .pond-health-row {
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: #000;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-details-side-menu .pond-health-row {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-details-side-menu .pond-health-row {
    font-size: 20px;
  }
}
.pond-details-side-menu .pond-health-row .ph__container {
  color: red;
}
.pond-details-side-menu .pond-health-row > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pond-details-side-menu .pond-health-row > span p {
  min-width: 30px;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pond-details-side-menu .pond-health-row .pond-health-col .title {
  margin-right: 3px;
}
.pond-details-side-menu .pond-health-row [data-units]:after {
  content: attr(data-units);
  display: inline;
  margin-left: 3px;
  margin-right: 3px;
}
.pond-details-side-menu .el-divider,
.pond-details-side-menu .el-drawer__header {
  margin: 0;
  padding: 0;
}
.pond-details-side-menu .el-horizontal__line {
  display: block;
  height: 1px;
  width: 100%;
}
.map-container {
  position: relative;
  top: 0;
  bottom: 0;
  height: 100%;
}
.map-container .el-drawer__wrapper {
  width: 40%;
  left: unset;
  top: var(--header-height);
}
#map {
  top: 0;
  bottom: 0;
  position: relative;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.info-label {
  color: #ffebcd;
  width: 25px;
}
#overlayview-location,
.info-label {
  position: absolute;
  line-break: loose;
}
#overlayview-location {
  color: #e4f1fe;
  width: 60px;
  font-size: 1.3vw;
  font-weight: 800;
  text-transform: capitalize;
}
.magnifier {
  position: absolute;
  color: #ffebcd;
  width: 100px;
  line-break: loose;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.action-panel {
  margin: 10px;
}
.btn-draw {
  margin: 10px !important;
}
div[id^="pond-details-name"] {
  color: #fff;
  background: #0073b5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 12px;
  text-align: center;
  min-width: 50px;
  padding: 6px;
  margin: -20px;
  white-space: normal;
  overflow: hidden;
}
div[id^="pond-details-name"].inactive-pond {
  background: #dcdcdc;
}
.marquee {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  white-space: normal;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.marquee span {
  white-space: pre;
  padding-left: 60%;
  -webkit-animation: marquee 10s linear infinite;
  animation: marquee 10s linear infinite;
}
.active-tag,
.marquee span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.active-tag {
  background: #33a02c;
  border-radius: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding: 5px 10px;
}
.active-tag .circle {
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  50% {
    -webkit-transform: translate(-70%);
    transform: translate(-70%);
  }
  to {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  50% {
    -webkit-transform: translate(-70%);
    transform: translate(-70%);
  }
  to {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.feed-entry-table-popover {
  padding-top: 0 !important;
}
.feed-entry-table {
  --height-gutter: 152px;
}
.feed-entry-table.card-row-table .card-row-table__header-row {
  color: #233a73;
}
.feed-entry-table.card-row-table.el-table td > .cell,
.feed-entry-table.card-row-table.el-table th:not(:nth-child(13)) > .cell {
  padding-left: 5px;
  padding-right: 5px;
}
.feed-entry-table.card-row-table.el-table
  .el-table__row
  .schedule-cell:nth-child(14) {
  padding-right: 10px;
}
.feed-entry-table.card-row-table.el-table td,
.feed-entry-table.card-row-table.el-table th.is-leaf {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom-color: rgba(108, 123, 138, 0.18823529411764706);
}
.feed-entry-table.card-row-table td .cell,
.feed-entry-table.card-row-table th .cell {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .feed-entry-table.card-row-table td .cell,
  .feed-entry-table.card-row-table th .cell {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .feed-entry-table.card-row-table td .cell,
  .feed-entry-table.card-row-table th .cell {
    font-size: 16px;
  }
}
.feed-entry-table.card-row-table td .cell .el-input__inner,
.feed-entry-table.card-row-table td .cell .el-tag,
.feed-entry-table.card-row-table th .cell .el-input__inner,
.feed-entry-table.card-row-table th .cell .el-tag {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .feed-entry-table.card-row-table td .cell .el-input__inner,
  .feed-entry-table.card-row-table td .cell .el-tag,
  .feed-entry-table.card-row-table th .cell .el-input__inner,
  .feed-entry-table.card-row-table th .cell .el-tag {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .feed-entry-table.card-row-table td .cell .el-input__inner,
  .feed-entry-table.card-row-table td .cell .el-tag,
  .feed-entry-table.card-row-table th .cell .el-input__inner,
  .feed-entry-table.card-row-table th .cell .el-tag {
    font-size: 16px;
  }
}
.feed-entry-table .el-tag--primary {
  border-color: #66b3ff;
  background-color: #66b3ff;
}
.feed-entry-table .feed-entry-class-header .cell {
  word-break: break-word;
}
.feed-entry-table .el-input-number.has-validation-error .el-input__inner {
  border-color: #f56c6c;
}
.feed-entry-table .ts-error-icon {
  cursor: pointer;
  vertical-align: middle;
  margin-right: 2px;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #f56c6c;
  pointer-events: none;
  z-index: 1;
}
.feed-entry-table .feed-field-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feed-entry-table .el-input .el-input__inner {
  border: 1px solid #c4e2ff;
}
.feed-entry-table .el-input .el-input__icon {
  line-height: 30px;
}
.feed-entry-table .schedule-cell .cell .time-slot-cell {
  position: relative;
}
.feed-entry-table .schedule-cell .cell .time-slot-cell i {
  position: absolute;
  right: 0;
  z-index: 1;
}
.feed-entry-table .schedule-cell .el-input-number {
  width: unset;
}
.feed-entry-table
  .schedule-cell
  .el-input-number.is-without-controls
  .el-input__inner {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.feed-entry-table .schedule-cell .el-input-number.is-disabled .el-input__inner {
  background-color: #f4f5f9;
  color: #140f26;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .feed-entry-table {
    --height-gutter: 160px;
  }
}
@media only screen and (min-width: 1920px) {
  .feed-entry-table {
    --height-gutter: 177px;
  }
}
.pond-feeding-error-lists {
  padding-left: 15px;
  max-height: 300px;
  overflow-y: auto;
}
.select__set {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .select__set {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .select__set {
    font-size: 16px;
  }
}
.select__set .select-templates__drop-down .el-select-dropdown__item span {
  width: 11em;
  display: block;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select__set
  .select-templates__drop-down.is-multiple
  .el-select-dropdown__item.selected:after {
  top: 0;
}
.schedule-date-picker-popper .el-picker-panel__sidebar {
  left: 0;
}
.schedule-date-picker-popper .el-picker-panel__body {
  margin-right: 0;
  margin-left: 0;
}
.selected {
  background-color: #f5f7fa !important;
}
.pond-feeding.pondlogs-default-layout {
  overflow-x: hidden;
  padding: 0;
}
.pond-feeding.pondlogs-default-layout .card-layout .el-card__body {
  padding: unset;
}
.pond-feeding .pond-actions__label {
  font-size: 1rem;
  text-align: left;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feeding .pond-actions__label {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feeding .pond-actions__label {
    font-size: 0.8rem;
  }
}
.pond-feeding .set-selection__label {
  text-align: right;
}
.pond-feeding .selectors-items--left,
.pond-feeding .selectors-items--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 10px;
}
.pond-feeding .selectors-items--right {
  line-height: 1;
}
.pond-feeding .selectors-items--right div[class^="selectors-items-"] {
  line-height: 2.3;
}
.pond-feeding .toolbar-layout .select-templates {
  width: 180px;
}
.pond-feeding .toolbar-layout .select-templates .el-input {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feeding .toolbar-layout .select-templates .el-input {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feeding .toolbar-layout .select-templates .el-input {
    font-size: 16px;
  }
}
.pond-feeding .toolbar-layout .select-templates .el-input .el-input__inner {
  text-transform: capitalize;
}
.pond-feeding .controls--button {
  margin: 10px;
  text-align: center;
}
.pond-feeding .selectors-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pond-feeding .schedule-card__footer {
  margin: 5px 5px;
}
.pond-feeding .schedule-card__footer .er-button {
  margin-left: auto;
}
.pond-feeding .schedule-card__footer .el-alert {
  width: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 10px;
}
.pond-feeding .schedule-card__footer .el-alert .el-alert__description {
  margin: unset;
}
.pond-feeding .er-button.er-button--icon span.material-icons-outlined {
  font-size: 18px;
}
.pond-feeding .edit-button.er-button.el-button--mini {
  padding: 0 2px;
  margin-right: 16px;
  margin-left: 0;
}
.pond-feeding .edit-button.er-button.el-button--mini i {
  font-size: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feeding .edit-button.er-button.el-button--mini i {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feeding .edit-button.er-button.el-button--mini i {
    font-size: 26px;
  }
}
.ponds-list,
.ponds-list .pond-list-scroll {
  height: 100%;
}
.ponds-list .pond-list-scroll-wrap {
  overflow: auto;
}
.ponds-list .pond-list-scroll-view {
  padding-right: 10px;
  padding-bottom: 10px;
}
.ponds-list .ponds-list__item {
  list-style: none;
  font-weight: 500;
}
.ponds-list .ponds-list__item.ponds-list__item-header {
  position: sticky;
  top: 0;
  z-index: 10;
}
.table-empty-state .no-data__text-wrapper p {
  font-size: 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .table-empty-state .no-data__text-wrapper p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1920px) {
  .table-empty-state .no-data__text-wrapper p {
    font-size: 14px;
  }
}
.pm-schedule-collapse {
  cursor: pointer;
}
.pm-schedule-collapse .er-btn-refresh {
  visibility: hidden;
  pointer-events: none;
}
.pm-schedule-collapse-el-tooltip__popper {
  border: 1px solid #606266 !important;
  color: #606266 !important;
}
.pm-schedule-collapse-el-tooltip__popper[x-placement^="top"] .popper__arrow {
  border-top-color: #606266 !important;
  bottom: -7px;
}
.er-btn-trail-run {
  padding: unset;
  margin-left: 4px;
}
.er-btn-trail-run .material-icons-round {
  color: #979797;
}
.pm-trailrun-progress-icon-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.pm-trailrun-play-icon,
.pm-trailrun-progress-icon-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.pm-trailrun-play-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.pm-trialrun-dialog {
  border-radius: 14px;
}
.pm-trialrun-dialog .el-dialog__header {
  color: #111827;
  font-family: Lato, HelveticaNeue, Arial, "sans-serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 0;
}
.pm-trialrun-dialog .el-dialog__body {
  padding: 18px 24px 0 24px;
}
.pm-trialrun-dialog .el-dialog__footer {
  padding: 18px 24px 18px 24px;
}
.pm-trialrun-dialog-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  font-family: Lato, HelveticaNeue, Arial, "sans-serif";
}
.pm-trialrun-dialog-content,
.pm-trialrun-dialog-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pm-trialrun-dialog-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 2px;
}
.pm-trialrun-dialog-label {
  color: #4b5563;
  font-family: Lato, HelveticaNeue, Arial, "sans-serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.pm-trialrun-dialog-value {
  color: #222;
  font-weight: 600;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pm-trialrun-dialog-instruction {
  color: #757575;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin: 18px 0 0 0;
}
.pm-trialrun-dialog-cancel {
  background: #fff;
  color: #222;
  border: 1px solid #d9d9d9;
  font-weight: 500;
  min-width: 120px;
}
.pm-trialrun-dialog-start {
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  min-width: 120px;
}
.pm-trialrun-alert-text {
  margin-right: 0;
  font-size: 16px;
}
.figma-icon-frame,
.pm-trialrun-alert-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.figma-icon-frame {
  width: 24px;
  height: 24px;
  padding: 1px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pm-gateway-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.pm-gateway-code {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.el-progress-circle__track {
  stroke: #3eb736 !important;
}
.pm-trialrun-no-alerts {
  color: #6b7280;
  font-family: Lato, HelveticaNeue, Arial, "sans-serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.list-item__color-swatch_pm {
  height: 10px !important;
  width: 10px !important;
}
.option_span {
  margin-left: 4px;
}
.mode_dropdown_alignment .el-input__inner {
  padding-left: 0 !important;
  padding-right: 16px !important;
}
.mode_dropdown_alignment .el-input__inner,
.mode_dropdown_alignment .el-input__prefix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mode_dropdown_alignment .el-input__prefix {
  margin-top: 8px;
  padding-left: 5px;
}
.pond-schedule-collapse {
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin-left: 10px;
}
.pond-schedule-collapse .err-msg-row {
  margin-left: 10px;
}
.pond-schedule-collapse .err-msg-row .el-tag {
  height: 25px;
  line-height: 22px;
  font-size: 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-schedule-collapse .err-msg-row .el-tag {
    height: 28px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-schedule-collapse .err-msg-row .el-tag {
    height: 31px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-schedule-collapse .err-msg-row .el-tag {
    line-height: 25px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-schedule-collapse .err-msg-row .el-tag {
    line-height: 28px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-schedule-collapse .err-msg-row .el-tag {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-schedule-collapse .err-msg-row .el-tag {
    font-size: 14px;
  }
}
.pond-schedule-collapse .cell .el-input {
  width: 100%;
}
.pond-schedule-collapse .el-table--border:after,
.pond-schedule-collapse .el-table--group:after,
.pond-schedule-collapse .el-table:before {
  content: unset;
}
.pond-schedule-collapse .el-collapse {
  border: none;
}
.pond-schedule-collapse .el-collapse-item {
  background-color: #fff;
  color: #0a2463;
  margin-bottom: 5px;
  border-radius: 5px;
}
.pond-schedule-collapse .el-collapse-item .toolbar-layout + div {
  margin-top: 10px;
}
.pond-schedule-collapse .el-collapse-item .el-collapse-item__header {
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: none;
  transition: none;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  color: #0a2463;
  border-bottom: unset;
  padding: 0 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-schedule-collapse .el-collapse-item .el-collapse-item__header {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-schedule-collapse .el-collapse-item .el-collapse-item__header {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-schedule-collapse .el-collapse-item .el-collapse-item__header {
    height: 35px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-schedule-collapse .el-collapse-item .el-collapse-item__header {
    height: 40px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-schedule-collapse .el-collapse-item .el-collapse-item__header {
    line-height: 35px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-schedule-collapse .el-collapse-item .el-collapse-item__header {
    line-height: 40px;
  }
}
.pond-schedule-collapse .el-collapse-item .el-collapse-item__header.is-active {
  border-bottom: 1px solid hsla(0, 0%, 51%, 0.09019607843137255);
}
.pond-schedule-collapse
  .el-collapse-item
  .el-collapse-item__header
  .collapse-header__row {
  width: 100%;
}
.pond-schedule-collapse
  .el-collapse-item
  .el-collapse-item__header
  .collapse-header__row
  .collapse-header__row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pond-schedule-collapse
  .el-collapse-item
  .el-collapse-item__header
  .collapse-header__row
  .collapse-header__row-item
  .row-item__label {
  color: #828282;
}
.pond-schedule-collapse
  .el-collapse-item
  .el-collapse-item__header
  .collapse-header__row
  .collapse-header__row-item
  .row-item__value {
  font-weight: 600;
  margin: auto 0 auto 6px;
}
.pond-schedule-collapse
  .el-collapse-item
  .el-collapse-item__header
  .collapse-header__row
  .collapse-header__row-item
  .row-item__value:first-child {
  padding-left: 25px;
}
.pond-schedule-collapse
  .el-collapse-item
  .el-collapse-item__header
  .collapse-header__row
  .collapse-header__row-item
  .er-btn-refresh {
  padding: unset;
}
.pond-schedule-collapse
  .el-collapse-item
  .el-collapse-item__header
  .collapse-header__row
  .collapse-header__row-item
  .er-btn-refresh
  .material-icons-round {
  color: #979797;
}
.pond-schedule-collapse
  .el-collapse-item
  .el-collapse-item__header
  .collapse-header__row
  .collapse-header__row-item
  .er-btn-trail-run {
  padding: unset;
  margin-left: 4px;
}
.pond-schedule-collapse
  .el-collapse-item
  .el-collapse-item__header
  .collapse-header__row
  .collapse-header__row-item
  .er-btn-trail-run
  .material-icons-round {
  color: #979797;
}
.pond-schedule-collapse
  .el-collapse-item
  .el-collapse-item__header
  .collapse-header__row
  .collapse-header__row-item.status-item-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.pond-schedule-collapse
  .el-collapse-item
  .el-collapse-item__header
  .collapse-header__row
  .collapse-header__row-item.status-item-container
  > :nth-child(2) {
  margin-right: 10px;
  margin-left: 10px;
}
.pond-schedule-collapse
  .el-collapse-item
  .el-collapse-item__header
  .collapse-header__row
  .el-button--mini.is-plain.is-circle {
  padding: 3px;
}
.pond-schedule-collapse
  .el-collapse-item
  .el-collapse-item__header
  .el-icon-arrow-right {
  color: #0a2463;
  font-weight: bolder;
  font-size: 16px;
}
.pond-schedule-collapse
  .el-collapse-item
  .el-collapse-item__header
  .el-icon-arrow-right:before {
  content: "";
}
.pond-schedule-collapse
  .el-collapse-item
  .el-collapse-item__header
  .el-collapse-item__arrow.el-icon-arrow-right.is-active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.pond-schedule-collapse .el-collapse-item__content {
  padding: 10px;
}
.pond-schedule-collapse .el-collapse-item__content .col-clear-schedules {
  line-height: 3.8;
  text-align: right;
}
.pond-schedule-collapse
  .el-collapse-item__content
  .col-clear-schedules
  .er-button {
  background-color: red;
  border: red;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}
.pond-schedule-collapse
  .el-collapse-item__content
  .col-clear-schedules
  .er-button.is-disabled {
  opacity: 0.5;
}
.pond-schedule-collapse .el-collapse-item__content .save-btn-container {
  padding-top: 15px;
}
.pond-schedule-collapse .pm-collapse-header-title {
  margin-bottom: 10px;
  padding-left: 10px;
}
.pond-schedule-collapse .list-item__color-swatch {
  height: 10px !important;
  width: 10px !important;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-schedule-collapse .list-item__color-swatch {
    height: 12px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-schedule-collapse .list-item__color-swatch {
    height: 14px !important;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-schedule-collapse .list-item__color-swatch {
    width: 12px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-schedule-collapse .list-item__color-swatch {
    width: 14px !important;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-schedule-collapse .list-item__color-swatch {
    width: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-schedule-collapse .list-item__color-swatch {
    width: 26px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-schedule-collapse .list-item__color-swatch {
    height: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-schedule-collapse .list-item__color-swatch {
    height: 26px;
  }
}
.pond-schedule-collapse-el-tooltip__popper {
  border: 1px solid #606266 !important;
  color: #606266 !important;
}
.pond-schedule-collapse-el-tooltip__popper[x-placement^="top"] .popper__arrow {
  border-top-color: #606266 !important;
  bottom: -7px;
}
.pm-page-schedules-error-lists {
  padding-left: 15px;
  max-height: 100px;
  overflow-y: auto;
}
.pm-scheds-error-message-popper.hide {
  visibility: hidden;
  pointer-events: none;
}
.pond-mother-schedules-view {
  height: 100%;
}
.pond-mother-schedules-view .pond-schedule-details-scroll-wrap {
  padding-right: 8px;
  overflow: auto;
}
.pond-mother-schedules-view .save-btn-container {
  margin-left: 15px;
}
.pond-mother-schedules-view .header {
  color: #0a2463;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 20px;
}
.pond-mother-schedules-view .date-class-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pond-mother-schedules-view .schedule-container {
  position: sticky;
  top: 0;
  z-index: 1001;
  background-color: #ecf3f9;
  padding-bottom: 5px;
}
.pond-mother-schedules-view .el-input--mini,
.pond-mother-schedules-view td .cell,
.pond-mother-schedules-view th .cell {
  font-size: 13px;
}
.pond-mother-schedules-view .el-header {
  margin-bottom: unset;
}
.pond-mother-schedules-view .page-name {
  color: #0a2463;
}
.pond-mother-schedules-view .is-disabled .el-input__inner {
  border: unset;
  background-color: #fff;
}
.pond-mother-schedules-view
  .el-radio-button__orig-radio:checked
  + .el-radio-button__inner {
  color: #fff;
  background: #233a73;
  border-color: #233a73;
  -webkit-box-shadow: -1px 0 0 0 #233a73;
  box-shadow: -1px 0 0 0 #233a73;
}
.pond-mother-schedules-view
  .el-radio-button__orig-radio
  + .el-radio-button__inner {
  color: #233a73;
}
.pond-mother-schedules-view .mode-collapse-item .el-form-item {
  margin-bottom: 0;
}
.pond-mother-schedules-view .mode-collapse-item .el-form-item:after,
.pond-mother-schedules-view .mode-collapse-item .el-form-item:before {
  display: unset;
  content: unset;
}
.pond-mother-schedules-view
  .mode-collapse-item
  .el-form-item
  .el-form-item__content {
  line-height: 30px;
}
.pond-mother-schedules-view
  .mode-collapse-item
  .el-form-item
  .el-form-item__content:after,
.pond-mother-schedules-view
  .mode-collapse-item
  .el-form-item
  .el-form-item__content:before {
  display: unset;
  content: unset;
}
.pond-mother-schedules-view
  .mode-collapse-item
  .el-form-item
  .el-form-item__content
  > div {
  text-align: left;
}
.pond-mother-schedules-view
  .mode-collapse-item
  .card-row-table.el-table
  th.is-leaf {
  border-bottom: none;
}
.pond-mother-schedules-view
  .mode-collapse-item
  .card-row-table
  .card-row-table__header-row {
  color: #828282;
}
.pond-mother-schedules-view
  .mode-collapse-item
  .card-row-table
  .card-row-table__header-row
  .cell {
  text-align: left;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-mother-schedules-view
    .mode-collapse-item
    .card-row-table
    .card-row-table__header-row
    .cell {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-mother-schedules-view
    .mode-collapse-item
    .card-row-table
    .card-row-table__header-row
    .cell {
    font-size: 16px;
  }
}
.pond-mother-schedules-view
  .mode-collapse-item
  .card-row-table
  .card-row-table__row
  .cell {
  text-align: left;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-mother-schedules-view
    .mode-collapse-item
    .card-row-table
    .card-row-table__row
    .cell {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-mother-schedules-view
    .mode-collapse-item
    .card-row-table
    .card-row-table__row
    .cell {
    font-size: 16px;
  }
}
.pond-mother-schedules-view
  .mode-collapse-item
  .card-row-table
  .card-row-table__row
  .cell
  .el-input
  .el-input__inner {
  color: #2b4c8e;
  border: 1px solid #acc9f4;
  background-color: rgba(229, 236, 243, 0.2);
  text-align: center;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-mother-schedules-view
    .mode-collapse-item
    .card-row-table
    .card-row-table__row
    .cell
    .el-input
    .el-input__inner {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-mother-schedules-view
    .mode-collapse-item
    .card-row-table
    .card-row-table__row
    .cell
    .el-input
    .el-input__inner {
    font-size: 16px;
  }
}
.pond-mother-schedules-view
  .mode-collapse-item
  .card-row-table
  .card-row-table__row
  .cell
  .el-input.is-disabled {
  opacity: 0.6;
}
.pond-mother-schedules-view
  .mode-collapse-item
  .card-row-table
  .card-row-table__row
  .cell
  .el-input--prefix
  .el-input__inner {
  padding-left: 15px;
}
.pond-mother-schedules-view
  .mode-collapse-item
  .card-row-table
  .card-row-table__row
  .cell
  .el-input--suffix
  .el-input__inner {
  padding-right: 15px;
}
.pond-mother-schedules-view
  .mode-collapse-item
  .card-row-table
  .el-table
  th.is-leaf,
.pond-mother-schedules-view .mode-collapse-item .card-row-table td {
  border-bottom: unset;
}
.pond-mother-schedules-view
  .mode-collapse-item
  .card-row-table
  .el-table__body-wrapper,
.pond-mother-schedules-view
  .mode-collapse-item
  .card-row-table
  .el-table__header-wrapper {
  margin-right: 5px;
  margin-left: 5px;
}
.pond-mother-schedules-view .mode-collapse-item .btn-schedules {
  margin: 5px 0 15px 20px;
  position: relative;
  border-radius: 10px;
}
.pond-mother-schedules-view .el-table tr.ts--completed,
.pond-mother-schedules-view .el-table tr.ts--mismatched {
  pointer-events: none;
  opacity: 0.6;
}
.pond-mother-schedules-view .add-btn-container {
  padding: 6px 0;
}
.pond-mother-schedules-view .el-tabs--card {
  max-width: calc(100% - var(--date-picker-width));
}
.pond-mother-schedules-view .el-tabs--card > .el-tabs__header {
  border-bottom: unset;
  margin: unset;
}
.pond-mother-schedules-view .el-tabs--card > .el-tabs__header .el-tabs__nav {
  border: unset;
}
.pond-mother-schedules-view .el-tabs--card > .el-tabs__header .el-tabs__item {
  border-radius: 5px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-left: 10px;
  padding: 0 10px !important;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  color: rgba(25, 25, 25, 0.6);
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-mother-schedules-view .el-tabs--card > .el-tabs__header .el-tabs__item {
    height: 31px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-mother-schedules-view .el-tabs--card > .el-tabs__header .el-tabs__item {
    height: 34px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-mother-schedules-view .el-tabs--card > .el-tabs__header .el-tabs__item {
    line-height: 31px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-mother-schedules-view .el-tabs--card > .el-tabs__header .el-tabs__item {
    line-height: 34px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-mother-schedules-view .el-tabs--card > .el-tabs__header .el-tabs__item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-mother-schedules-view .el-tabs--card > .el-tabs__header .el-tabs__item {
    font-size: 16px;
  }
}
.pond-mother-schedules-view
  .el-tabs--card
  > .el-tabs__header
  .el-tabs__item:last-child {
  margin-right: 10px;
}
.pond-mother-schedules-view
  .el-tabs--card
  > .el-tabs__header
  .el-tabs__item.is-active {
  background-color: #508ff4;
  border-bottom: unset;
  color: #fff;
}
.pond-mother-schedules-view .el-tabs__nav-next,
.pond-mother-schedules-view .el-tabs__nav-prev {
  line-height: 30px;
}
.pond-mother-schedules-view .el-tabs__nav-next:not(.is-disabled) i,
.pond-mother-schedules-view .el-tabs__nav-prev:not(.is-disabled) i {
  color: #508ff4;
}
.pond-mother-schedules-view .el-tabs__nav-next .el-icon-arrow-right:before {
  content: "";
  font-size: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-mother-schedules-view .el-tabs__nav-next .el-icon-arrow-right:before {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-mother-schedules-view .el-tabs__nav-next .el-icon-arrow-right:before {
    font-size: 16px;
  }
}
.pond-mother-schedules-view .el-tabs__nav-prev .el-icon-arrow-left:before {
  content: "";
  font-size: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-mother-schedules-view .el-tabs__nav-prev .el-icon-arrow-left:before {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-mother-schedules-view .el-tabs__nav-prev .el-icon-arrow-left:before {
    font-size: 16px;
  }
}
.pond-mother-schedules-view .el-tabs__nav-wrap.is-scrollable {
  padding: 0 15px;
}
.pond-mother-schedules-view .btn-actions {
  line-height: 0.8;
}
.pond-mother-schedules-view .btn-actions > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pond-mother-schedules-view .btn-actions .material-icons-round {
  font-size: 14px;
  font-weight: bolder;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-mother-schedules-view .btn-actions .material-icons-round {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-mother-schedules-view .btn-actions .material-icons-round {
    font-size: 20px;
  }
}
.pond-mother-schedules-view .btn-actions .material-icons-round:before {
  font-size: medium;
}
.pond-mother-schedules-view .btn-actions.el-button--mini {
  padding: 2px 2px 2px 2px;
  width: 28px;
}
.tooltip[data-v-4f7105c6] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-4f7105c6] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-4f7105c6] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-4f7105c6] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-4f7105c6] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-4f7105c6] {
  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-4f7105c6] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-4f7105c6] {
  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-4f7105c6] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-4f7105c6] {
  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-4f7105c6] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-4f7105c6] {
  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-4f7105c6] {
  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-4f7105c6] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-4f7105c6] {
  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-4f7105c6] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.pond-schedule-action-dialog-form[data-v-4f7105c6]
  .el-form-item--small.el-form-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pond-schedule-action-dialog[data-v-4f7105c6] {
  border-radius: 10px;
}
.pm-feeding-tab .el-card__body {
  padding: 8px 5px !important;
}
.count-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.count-header .filler {
  -webkit-box-flex: 0.95;
  -ms-flex-positive: 0.95;
  flex-grow: 0.95;
}
.feed-header {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.feed-header,
.feed-header-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.feed-header-one {
  -webkit-box-flex: 0.5;
  -ms-flex-positive: 0.5;
  flex-grow: 0.5;
}
#dropdown-menu-6765 {
  top: 167px;
  left: 372px;
}
.el-checkbox__inner {
  width: 13px;
  height: 13px;
}
.er-dropdown-trigger__title,
.menu-item__title {
  font-size: 13px !important;
}
.width-one {
  width: 90%;
}
.width-two {
  width: 70%;
}
.el-dropdown-menu .el-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.list-item__row:nth-last-child(2) {
  margin-left: 20px;
}
.pm-feeding-tab__schedule-actions-popper .el-dropdown-menu__item {
  font-size: 13px !important;
  padding: 0 10px;
}
.pm-feeding-tab__schedule-actions-popper span + span.menu-item__title {
  padding-left: 5px;
}
.pm-feeding-tab__schedule-actions-popper .er-dropdown-trigger__suffix {
  margin-left: 12px !important;
}
.pm-feeding-tab__schedule-actions-popper-second .el-dropdown-menu__item {
  font-size: 13px !important;
  padding: 0 10px;
}
.pm-feeding-tab__schedule-actions-popper-second span + span.menu-item__title {
  padding-left: 5px;
}
.list-item__row {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.pm-feeding-tab,
.pm-feeding-tab > .el-col {
  height: 100%;
}
.pm-feeding-tab .ponds-list__item .small-text {
  background-color: #f4f5f9;
}
.pm-feeding-tab .item-container {
  width: 81%;
}
.pm-feeding-tab .ponds-list__item:hover .list-item-card-holder .el-card__body {
  border-left: 3px solid #f4f5f9;
  background-color: #f4f5f9;
}
.pm-feeding-tab
  .ponds-list__item.selected
  .list-item-card-holder
  .el-card__body {
  border-left: 3px solid #508ff4;
  background-color: #f0f8ff;
}
.pm-feeding-tab .list-item-card-holder {
  color: #0a2463;
  border-radius: unset;
  border: unset;
  border-bottom: 1px solid rgba(201, 207, 212, 0.2196078431372549);
  margin-bottom: 1px;
}
.pm-feeding-tab .list-item-card-holder .el-card__body {
  border-left: 3px solid #fff;
  padding: 8px 5px !important;
}
.pm-feeding-tab .list-item-card-holder .el-card__body .list-item__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pm-feeding-tab
  .list-item-card-holder
  .el-card__body
  .list-item__row
  .list-item__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pm-feeding-tab
  .list-item-card-holder
  .el-card__body
  .list-item__row
  .list-item-feed__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pm-feeding-tab
  .list-item-card-holder
  .el-card__body
  .list-item__row
  .list-item-feed__value-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pm-feeding-tab
  .list-item-card-holder
  .el-card__body
  .list-item__row
  .list-item-pmcount__value,
.pm-feeding-tab
  .list-item-card-holder
  .el-card__body
  .list-item__row
  .list-item-pmcount__value-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pm-feeding-tab
  .list-item-card-holder
  .el-card__body
  .list-item__row
  .list-item__color-swatch-one {
  margin-right: 10px;
  width: 30px !important;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pm-feeding-tab
    .list-item-card-holder
    .el-card__body
    .list-item__row
    .list-item__color-swatch-one {
    width: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .pm-feeding-tab
    .list-item-card-holder
    .el-card__body
    .list-item__row
    .list-item__color-swatch-one {
    width: 26px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pm-feeding-tab
    .list-item-card-holder
    .el-card__body
    .list-item__row
    .list-item__color-swatch-one {
    height: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .pm-feeding-tab
    .list-item-card-holder
    .el-card__body
    .list-item__row
    .list-item__color-swatch-one {
    height: 26px;
  }
}
.pm-feeding-tab
  .list-item-card-holder
  .el-card__body
  .list-item__row
  .list-item__color-swatch {
  margin-right: 10px;
  width: 22px !important;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pm-feeding-tab
    .list-item-card-holder
    .el-card__body
    .list-item__row
    .list-item__color-swatch {
    width: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .pm-feeding-tab
    .list-item-card-holder
    .el-card__body
    .list-item__row
    .list-item__color-swatch {
    width: 26px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pm-feeding-tab
    .list-item-card-holder
    .el-card__body
    .list-item__row
    .list-item__color-swatch {
    height: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .pm-feeding-tab
    .list-item-card-holder
    .el-card__body
    .list-item__row
    .list-item__color-swatch {
    height: 26px;
  }
}
.pm-feeding-tab .ponds-list__item-header .list-item-card-holder {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pm-feeding-tab
  .ponds-list__item-header
  .list-item-card-holder
  .list-item__title {
  font-weight: 600;
}
.pm-feeding-tab
  .ponds-list__item-header
  .list-item-card-holder
  .el-checkbox__input
  .el-checkbox__inner {
  width: 12px;
  height: 12px;
}
.pm-feeding-tab
  .ponds-list__item-header
  .list-item-card-holder
  .el-checkbox__input
  .el-checkbox__inner:after {
  border-color: #0a2463;
}
.pm-feeding-tab
  .ponds-list__item-header
  .list-item-card-holder
  .el-checkbox__input.is-checked
  .el-checkbox__inner,
.pm-feeding-tab
  .ponds-list__item-header
  .list-item-card-holder
  .el-checkbox__input.is-indeterminate
  .el-checkbox__inner {
  background-color: #fff;
}
.pm-feeding-tab
  .ponds-list__item-header
  .list-item-card-holder
  .el-checkbox__input.is-checked
  + .el-checkbox__label {
  color: #0a2463;
}
.pm-feeding-tab
  .ponds-list__item-header
  .list-item-card-holder
  .el-checkbox__label {
  text-transform: capitalize;
  font-size: 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pm-feeding-tab
    .ponds-list__item-header
    .list-item-card-holder
    .el-checkbox__label {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .pm-feeding-tab
    .ponds-list__item-header
    .list-item-card-holder
    .el-checkbox__label {
    font-size: 16px;
  }
}
.pm-feeding-tab .ponds-list__item-footer:not(.selected) .list-item-card-holder {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pm-feeding-tab .er-dropdown-trigger__suffix .trigger-icon {
  vertical-align: middle;
}
.tooltip {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
  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"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
  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"] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
  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"] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
  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 {
  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 {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.feed-monitor__data-stats-options-popover .el-select-group__title {
  padding-left: 15px;
}
.feed-monitor-tab {
  --table-height: 178px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .feed-monitor-tab {
    --table-height: 182px;
  }
}
@media only screen and (min-width: 1920px) {
  .feed-monitor-tab {
    --table-height: 198px;
  }
}
.feed-monitor-tab.pondlogs-default-layout {
  padding: 0;
}
.feed-monitor-tab .el-card__header {
  padding: 10px 10px 10px 20px;
  border-bottom: unset;
  margin-top: -1px;
  width: 100%;
  background-color: #fff;
  z-index: 1100;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.5;
}
.feed-monitor-tab .el-card__header p.layout-title {
  font-size: 14px;
  font-weight: 700;
  color: #0a2463;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .feed-monitor-tab .el-card__header p.layout-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .feed-monitor-tab .el-card__header p.layout-title {
    font-size: 20px;
  }
}
.feed-monitor-tab .el-card__header > .el-card__sub-header {
  padding-top: 10px;
}
.feed-monitor-tab
  .el-card__header
  .er-legend-no-title
  .er-legend-symbol.rectangle {
  width: 64px;
}
.feed-monitor-tab .el-card__body {
  padding: 0 10px;
}
.feed-monitor-tab .er-select .el-input {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .feed-monitor-tab .er-select .el-input {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .feed-monitor-tab .er-select .el-input {
    font-size: 20px;
  }
}
.feed-monitor-tab .search-input {
  width: 220px;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .feed-monitor-tab .search-input {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .feed-monitor-tab .search-input {
    font-size: 20px;
  }
}
.feed-monitor-tab .data-stat-cell,
.feed-monitor-tab .data-stat-cell__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--color);
  background-color: var(--background-color);
  width: 100%;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .feed-monitor-tab .data-stat-cell,
  .feed-monitor-tab .data-stat-cell__inner {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .feed-monitor-tab .data-stat-cell,
  .feed-monitor-tab .data-stat-cell__inner {
    font-size: 14px;
  }
}
.feed-monitor-tab .data-stat-cell__inner p + p:before,
.feed-monitor-tab .data-stat-cell p + p:before {
  content: "/";
  padding-left: 4px;
}
.feed-monitor-tab
  .er-data-tables
  .white-header-table
  .el-table
  td
  .cell:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: unset;
  overflow: unset;
}
.feed-monitor-tab .tree-leaf-row .el-table__placeholder {
  width: 0;
}
.feed-monitor-tab .el-table__row.no-child-row .el-table__expand-icon {
  opacity: 0;
  pointer-events: none;
}
.feed-monitor-tab
  .data-stat-cell__inner.empty-cell:not(.tree-leaf-row
    .data-stat-cell__inner.empty-cell) {
  border: 1px solid #bfbfbf;
}
.feed-monitor-tab .el-table__header-expand-icon {
  padding: 0 5px;
}
.feed-monitor-tab .el-table__header-expand-icon.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.feed-monitor-tab .device-title-container,
.feed-monitor-tab .title-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.feed-monitor-tab .abbr-row.hidden {
  opacity: 0;
}
.feed-monitor-tab .scrolling-text {
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: scrolling-left 4s linear infinite alternate;
  animation: scrolling-left 4s linear infinite alternate;
  min-width: 100%;
}
@-webkit-keyframes scrolling-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scrolling-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.feed-monitor-tab
  .er-data-tables
  .white-header-table
  .el-table
  .el-table__header
  th
  > .cell {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feed-monitor-tab
  .er-data-tables
  .white-header-table
  .el-table
  .el-table__header
  th:first-child
  > .cell {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tooltip[data-v-f5a8e732] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-f5a8e732] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-f5a8e732] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-f5a8e732] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-f5a8e732] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-f5a8e732] {
  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-f5a8e732] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-f5a8e732] {
  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-f5a8e732] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-f5a8e732] {
  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-f5a8e732] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-f5a8e732] {
  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-f5a8e732] {
  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-f5a8e732] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-f5a8e732] {
  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-f5a8e732] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.feeding-view[data-v-f5a8e732] {
  background-color: #ecf3f9;
  position: relative;
  height: 100%;
  padding: 10px;
  color: #0a2463;
}
.radio-container .el-checkbox__label[data-v-f5a8e732],
.radio-container .is-checked .el-checkbox__label[data-v-f5a8e732] {
  color: #0a2463 !important;
}
.radio-container
  .el-checkbox__input.is-checked
  .el-checkbox__inner[data-v-f5a8e732] {
  background-color: #0a2463 !important;
  border-color: #0a2463 !important;
}
