.el-select-dropdown__empty {
  width: 13rem;
}
.action-on-harvest-log .date-picker-harvest-date {
  width: 200px !important;
}
.action-on-harvest-log .input-abw .el-input__inner {
  text-align: left !important;
}
.action-on-harvest-log .input-biomass .el-input--small .el-input__inner {
  width: 120px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .action-on-harvest-log .input-biomass .el-input--small .el-input__inner {
    width: 110px;
  }
}
@media only screen and (min-width: 1920px) {
  .action-on-harvest-log .input-biomass .el-input--small .el-input__inner {
    width: 125px;
  }
}
.action-on-harvest-log .input-biomass .el-input__inner {
  text-align: left !important;
  padding-inline: 10px;
}
.action-on-harvest-log .input-biomass-units .el-input--small .el-input__inner {
  width: 75px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .action-on-harvest-log
    .input-biomass-units
    .el-input--small
    .el-input__inner {
    width: 100px;
  }
}
@media only screen and (min-width: 1920px) {
  .action-on-harvest-log
    .input-biomass-units
    .el-input--small
    .el-input__inner {
    width: 120px;
  }
}
.action-on-harvest-log .input-biomass-units .el-input__inner {
  padding: 0;
  padding-right: 26px;
  padding-left: 10px;
}
.action-on-harvest-log .harvest-reason-select .el-input .el-select__caret {
  color: #606266 !important;
  font-weight: bolder !important;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .action-on-harvest-log .harvest-reason-select .el-input .el-select__caret {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .action-on-harvest-log .harvest-reason-select .el-input .el-select__caret {
    font-size: 16px;
  }
}
.action-on-harvest-log .harvest-reason-select .el-input__inner:hover {
  border-color: #c0c4cc !important;
}
.harvest-action-dialog {
  background: #fcfcfc;
  border-radius: 10px;
}
.harvest-action-dialog .el-input--small .el-input__inner {
  width: 205px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .harvest-action-dialog .el-input--small .el-input__inner {
    width: 227px;
  }
}
@media only screen and (min-width: 1920px) {
  .harvest-action-dialog .el-input--small .el-input__inner {
    width: 250px;
  }
}
.harvest-action-dialog .el-form-item--small .el-form-item__content,
.harvest-action-dialog .el-form-item--small .el-form-item__label {
  font-size: 14px;
  min-width: 165px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .harvest-action-dialog .el-form-item--small .el-form-item__content,
  .harvest-action-dialog .el-form-item--small .el-form-item__label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .harvest-action-dialog .el-form-item--small .el-form-item__content,
  .harvest-action-dialog .el-form-item--small .el-form-item__label {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .harvest-action-dialog .el-form-item--small .el-form-item__content,
  .harvest-action-dialog .el-form-item--small .el-form-item__label {
    min-width: 190px;
  }
}
@media only screen and (min-width: 1920px) {
  .harvest-action-dialog .el-form-item--small .el-form-item__content,
  .harvest-action-dialog .el-form-item--small .el-form-item__label {
    min-width: 240px;
  }
}
.harvest-action-dialog .form-survival-error .el-form-item__error {
  width: 200px !important;
}
.harvest-action-dialog .el-form-item__error {
  position: relative;
  top: 5px;
}
.harvest-reason-dropdown {
  max-height: 400px;
  min-width: 320px;
}
.harvest-reason-dropdown .harvest-category-header.is-disabled {
  cursor: pointer !important;
  opacity: 1 !important;
}
.harvest-reason-dropdown .harvest-category-header.category-selected {
  background-color: rgba(10, 36, 99, 0.08) !important;
  border-left: 3px solid #0a2463;
}
.harvest-reason-dropdown .harvest-category-header .category-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  height: 34px;
  background: #fff;
  color: #606266;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .harvest-reason-dropdown .harvest-category-header .category-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .harvest-reason-dropdown .harvest-category-header .category-title {
    font-size: 20px;
  }
}
.harvest-reason-dropdown .harvest-category-header .category-title:hover {
  background-color: rgba(10, 36, 99, 0.05);
  color: #0a2463;
}
.harvest-reason-dropdown
  .harvest-category-header
  .category-title.selected-category {
  background-color: rgba(10, 36, 99, 0.08);
  color: #0a2463;
  font-weight: 600;
}
.harvest-reason-dropdown
  .harvest-category-header
  .category-title.selected-category
  .category-arrow {
  color: #0a2463;
}
.harvest-reason-dropdown
  .harvest-category-header
  .category-title
  .category-arrow {
  margin-right: 8px;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #c0c4cc;
}
.harvest-reason-dropdown
  .harvest-category-header
  .category-title
  .category-arrow.el-icon-caret-bottom,
.harvest-reason-dropdown
  .harvest-category-header
  .category-title
  .category-arrow.el-icon-caret-right {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.harvest-reason-dropdown .harvest-reason-option .option-text {
  padding: 0 20px 0 40px;
  height: 34px;
  line-height: 34px;
  display: block;
  color: #606266;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .harvest-reason-dropdown .harvest-reason-option .option-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .harvest-reason-dropdown .harvest-reason-option .option-text {
    font-size: 20px;
  }
}
.harvest-reason-dropdown .harvest-reason-option:hover {
  background-color: rgba(10, 36, 99, 0.05) !important;
}
.harvest-reason-dropdown .harvest-reason-option:hover .option-text {
  color: #0a2463;
}
.harvest-reason-dropdown .harvest-reason-option.selected {
  background-color: rgba(10, 36, 99, 0.08) !important;
  color: #0a2463 !important;
  font-weight: 600 !important;
}
.harvest-reason-dropdown .harvest-reason-option.selected .option-text {
  color: #0a2463;
  font-weight: 600;
}
.harvest-reason-dropdown
  .harvest-reason-option.search-matched-option
  .option-text {
  background-color: rgba(10, 36, 99, 0.02);
  font-weight: 500;
}
.harvest-reason-dropdown .search-matched-category.harvest-category-header {
  background-color: rgba(10, 36, 99, 0.03) !important;
}
.harvest-reason-dropdown
  .search-matched-category.harvest-category-header
  .category-title.search-matched {
  color: #0a2463 !important;
  font-weight: 600 !important;
}
.harvest-reason-dropdown
  .search-matched-category.harvest-category-header
  .category-title.search-matched
  .category-arrow {
  color: #0a2463 !important;
}
.harvest-reason-dropdown .el-select-dropdown__item {
  padding: 0;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #606266;
  background: #fff;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .harvest-reason-dropdown .el-select-dropdown__item {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .harvest-reason-dropdown .el-select-dropdown__item {
    font-size: 20px;
  }
}
.harvest-reason-dropdown .el-select-dropdown__item.is-disabled {
  color: #606266;
  cursor: pointer;
}
.harvest-reason-dropdown .el-select-dropdown__item.hover,
.harvest-reason-dropdown .el-select-dropdown__item:hover {
  background-color: rgba(10, 36, 99, 0.05);
  color: #0a2463;
}
.harvest-reason-dropdown .el-select-dropdown__item.selected {
  color: #0a2463;
  font-weight: 600;
  background-color: rgba(10, 36, 99, 0.08);
}
.harvest-reason-select .el-select-dropdown {
  background-color: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.harvest-reason-dropdown .el-scrollbar__wrap::-webkit-scrollbar {
  width: 6px;
}
.harvest-reason-dropdown .el-scrollbar__wrap::-webkit-scrollbar-track {
  background: #fff;
}
.harvest-reason-dropdown .el-scrollbar__wrap::-webkit-scrollbar-thumb {
  background: #dcdfe6;
  border-radius: 3px;
}
.harvest-reason-dropdown .el-scrollbar__wrap::-webkit-scrollbar-thumb:hover {
  background: #c0c4cc;
}
.el-message-box__message p {
  font-size: 14px;
  white-space: break-spaces;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-message-box__message p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-message-box__message p {
    font-size: 20px;
  }
}
.el-message-box__headerbtn .el-message-box__close:hover {
  color: #f54e5e;
  font-size: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-message-box__headerbtn .el-message-box__close:hover {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-message-box__headerbtn .el-message-box__close:hover {
    font-size: 24px;
  }
}
.el-message-box__headerbtn .el-message-box__close {
  color: #f54e5e;
  font-size: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-message-box__headerbtn .el-message-box__close {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-message-box__headerbtn .el-message-box__close {
    font-size: 24px;
  }
}
.el-timeline-item__content {
  word-break: break-word;
}
.notification-mixins .el-message-box__title {
  font-size: 16px;
  color: #0a2463;
  opacity: 0.9;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-mixins .el-message-box__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-mixins .el-message-box__title {
    font-size: 24px;
  }
}
.notification-mixins .el-message-box__btns button:nth-child(2) {
  margin-left: 10px;
}
.notification-mixins .el-message-box__headerbtn .el-message-box__close {
  color: red;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-mixins .el-message-box__headerbtn .el-message-box__close {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-mixins .el-message-box__headerbtn .el-message-box__close {
    font-size: 20px;
  }
}
.notification-mixins .el-message-box__content {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-mixins .el-message-box__content {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-mixins .el-message-box__content {
    font-size: 20px;
  }
}
.notification-mixins .el-message-box__btns .el-button {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-mixins .el-message-box__btns .el-button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-mixins .el-message-box__btns .el-button {
    font-size: 20px;
  }
}
.notification-mixins
  .el-message-box__btns
  .el-button
  + .notification-mixins
  .el-message-box__btns
  .el-button {
  margin-left: 10px;
}
.notification-mixins
  .el-message-box__btns
  .el-button.el-button--default:not(.is-circle) {
  padding: 7px 15px;
}
.notification-mixins
  .el-message-box__btns
  .el-button.el-button--mini:not(.is-circle) {
  padding: 5px 10px;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-mixins
    .el-message-box__btns
    .el-button.el-button--mini:not(.is-circle) {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-mixins
    .el-message-box__btns
    .el-button.el-button--mini:not(.is-circle) {
    font-size: 16px;
  }
}
.notification-mixins .el-message-box__btns .el-button .el-button--primary {
  color: red;
}
.culture-yield {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  --table-gutter: 167px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .culture-yield {
    --table-gutter: 170px;
  }
}
@media only screen and (min-width: 1920px) {
  .culture-yield {
    --table-gutter: 186px;
  }
}
.culture-yield .layout-pondlogs-scrollable-main {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.culture-yield.pondlogs-default-layout {
  padding: 10px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.culture-yield .el-card__body {
  padding: 10px 20px;
}
.culture-yield .el-card__body,
.culture-yield .el-card__header {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.culture-yield .el-card__header {
  padding: 10px 10px 10px 20px;
  border-bottom: unset;
  margin-top: -1px;
  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;
}
.culture-yield .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) {
  .culture-yield .el-card__header p.layout-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .culture-yield .el-card__header p.layout-title {
    font-size: 20px;
  }
}
.culture-yield .header-toolbar > :not(:last-child) {
  margin-right: 10px;
}
.culture-yield .header-toolbar .er-button {
  height: 28px !important;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .culture-yield .header-toolbar .er-button {
    height: 28px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .culture-yield .header-toolbar .er-button {
    height: 30px !important;
  }
}
.culture-yield .header-toolbar .er-column-selector .btn-column-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.culture-yield .input-search-pond {
  width: 220px;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .culture-yield .input-search-pond {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .culture-yield .input-search-pond {
    font-size: 20px;
  }
}
.culture-yield .input-search-pond .el-input__inner {
  height: 28px;
  line-height: 28px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .culture-yield .input-search-pond .el-input__inner {
    height: 28px;
  }
}
@media only screen and (min-width: 1920px) {
  .culture-yield .input-search-pond .el-input__inner {
    height: 30px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .culture-yield .input-search-pond .el-input__inner {
    line-height: 28px;
  }
}
@media only screen and (min-width: 1920px) {
  .culture-yield .input-search-pond .el-input__inner {
    line-height: 30px;
  }
}
.culture-yield.culture-yield-scroll {
  height: 100%;
}
.culture-yield .culture-yield-scroll-view {
  padding-right: 10px;
}
.culture-yield .culture-yield-scroll-wrap {
  height: 100%;
  overflow-x: auto;
}
.culture-yield .harvest-yield-table.table--primary {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.culture-yield .harvest-yield-table.table--primary .el-table {
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: none;
  overflow: hidden;
  background: #fff;
  table-layout: auto;
  width: 100%;
  max-width: 100%;
  min-width: 1400px;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__fixed-left {
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__fixed-right {
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__body-wrapper,
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__header-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.culture-yield .harvest-yield-table.table--primary .el-table__wrapper {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.culture-yield .harvest-yield-table.table--primary .el-table .cell {
  text-align: center;
  padding: 8px;
  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;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .culture-yield .harvest-yield-table.table--primary .el-table .cell {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .culture-yield .harvest-yield-table.table--primary .el-table .cell {
    font-size: 14px;
  }
}
.culture-yield .harvest-yield-table.table--primary .el-table .cell .el-tag {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .culture-yield .harvest-yield-table.table--primary .el-table .cell .el-tag {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .culture-yield .harvest-yield-table.table--primary .el-table .cell .el-tag {
    font-size: 14px;
  }
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  td:first-child
  .cell {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.culture-yield .harvest-yield-table.table--primary .el-table colgroup col {
  width: auto;
}
.culture-yield .harvest-yield-table.table--primary .el-table .cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  word-break: break-word;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__body
  td {
  height: 40px;
  vertical-align: middle;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__body
  td
  .cell {
  line-height: 1.4;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__body
  td
  .cell:has(span[title]) {
  max-width: 100%;
}
.culture-yield .harvest-yield-table.table--primary .el-table th.is-leaf {
  border-bottom: unset;
}
.culture-yield .harvest-yield-table.table--primary .el-table .el-table__header {
  background: linear-gradient(135deg, #1890ff, #0050b3) !important;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__header
  tr {
  background-color: transparent !important;
  color: #0a2463 !important;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__header
  th {
  background-color: transparent !important;
  border-bottom: unset;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
  font-weight: 600;
  font-size: 13px;
  color: #0a2463 !important;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__header
  th:last-child {
  border-right: none;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__header
  th:first-child
  > .cell {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__header
  th
  > .cell {
  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: none;
  position: relative;
  padding: 12px 8px;
  width: 100%;
  font-weight: 600;
  text-align: center;
  color: #0a2463 !important;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .culture-yield
    .harvest-yield-table.table--primary
    .el-table
    .el-table__header
    th
    > .cell {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .culture-yield
    .harvest-yield-table.table--primary
    .el-table
    .el-table__header
    th
    > .cell {
    font-size: 16px;
  }
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__body
  tr {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__body
  tr:hover {
  background-color: #f4f5f9;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__body
  tr.el-table__row--level-0 {
  background-color: #fafbfc;
  font-weight: 500;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__body
  tr.el-table__row--level-0
  td {
  border-bottom: 2px solid #e8f4fd;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__body
  tr.el-table__row--level-1 {
  background-color: #fff;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__body
  tr.el-table__row--level-1:hover {
  background-color: #f8f9fa;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__body
  tr.el-table__row--level-1
  td {
  border-bottom: 1px solid #f0f2f5;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__body
  tr
  td,
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__header
  tr
  th {
  padding: 6px 8px !important;
  height: 32px !important;
  line-height: 15px !important;
}
.culture-yield .harvest-yield-table.table--primary .el-table .cell {
  padding: 0 !important;
  line-height: 15px !important;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__expand-icon {
  color: #0a2463;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  padding: 2px;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__expand-icon:hover {
  background: rgba(10, 36, 99, 0.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__expand-icon.el-table__expand-icon--expanded {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #233a73;
}
.culture-yield
  .harvest-yield-table.table--primary
  .el-table
  .el-table__body
  .el-table__row {
  -webkit-animation: fadeInUp 0.4s ease-out;
  animation: fadeInUp 0.4s ease-out;
}
.culture-yield .harvest-yield-table.table--primary .el-table__placeholder {
  color: #9aa0a6;
  font-style: italic;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.culture-yield .is-sortable.ascending .sort-caret.ascending {
  border-bottom-color: #0a2463 !important;
}
.culture-yield .is-sortable.descending .sort-caret.descending {
  border-top-color: #0a2463 !important;
}
.culture-yield .el-pagination {
  margin-top: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.culture-yield .el-pagination .el-pager {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.culture-yield .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #1966a1 !important;
  color: #fff;
}
.culture-yield .el-pagination .btn-next,
.culture-yield .el-pagination .btn-prev,
.culture-yield .el-pagination.is-background .el-pager li {
  height: 22px;
  line-height: 22px;
  min-width: 22px;
  padding: 0 4px;
  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;
}
.culture-yield .el-pagination .el-pagination__jump .el-input .el-input__inner {
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
}
.culture-yield
  .el-pagination
  .el-pagination__sizes
  .el-input--mini
  .el-input__icon {
  line-height: 22px;
}
.culture-yield
  .el-pagination
  .el-pagination__sizes
  .el-input--mini
  .el-input__inner {
  height: 22px;
  line-height: 22px;
}
.culture-yield .er-button.el-button--mini:not(.is-circle) {
  padding: 7px 12px;
  font-size: 12px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .culture-yield .er-button.el-button--mini:not(.is-circle) {
    padding: 6px 12px;
  }
}
@media only screen and (min-width: 1920px) {
  .culture-yield .er-button.el-button--mini:not(.is-circle) {
    padding: 5px 12px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .culture-yield .er-button.el-button--mini:not(.is-circle) {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .culture-yield .er-button.el-button--mini:not(.is-circle) {
    font-size: 16px;
  }
}
.culture-yield .harvest-yield-main-container {
  overflow: hidden;
}
.culture-yield .harvest-yield-content-row,
.culture-yield .harvest-yield-main-container,
.culture-yield .loading_class {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.culture-yield .loading_class {
  min-height: 79vh;
  padding: 20px;
  margin: 0;
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  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: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .culture-yield .loading_class {
    min-height: 82vh;
  }
}
@media only screen and (min-width: 1920px) {
  .culture-yield .loading_class {
    min-height: 85vh;
  }
}
.culture-yield .actions-text {
  color: #0a2463;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
  height: 100%;
}
.culture-yield .actions-text,
.culture-yield .parent-actions-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;
  width: 100%;
}
.culture-yield .parent-actions-container {
  gap: 4px;
  min-width: 140px;
  white-space: nowrap;
}
.culture-yield .no-actions-text {
  color: #9aa0a6;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.culture-yield .action-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 140px;
  white-space: nowrap;
  width: 100%;
}
.culture-yield .er-button[btnType="delete"],
.culture-yield .er-button[btnType="edit"] {
  padding: 4px 8px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  border: none;
}
.culture-yield .er-button[btnType="delete"] i,
.culture-yield .er-button[btnType="edit"] i {
  font-size: 20px !important;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .culture-yield .er-button[btnType="delete"] i,
  .culture-yield .er-button[btnType="edit"] i {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .culture-yield .er-button[btnType="delete"] i,
  .culture-yield .er-button[btnType="edit"] i {
    font-size: 28px !important;
  }
}
.culture-yield .er-button[btnType="delete"] .material-icons-outlined,
.culture-yield .er-button[btnType="delete"] .material-icons-round,
.culture-yield .er-button[btnType="edit"] .material-icons-outlined,
.culture-yield .er-button[btnType="edit"] .material-icons-round {
  font-size: 20px !important;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .culture-yield .er-button[btnType="delete"] .material-icons-outlined,
  .culture-yield .er-button[btnType="delete"] .material-icons-round,
  .culture-yield .er-button[btnType="edit"] .material-icons-outlined,
  .culture-yield .er-button[btnType="edit"] .material-icons-round {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .culture-yield .er-button[btnType="delete"] .material-icons-outlined,
  .culture-yield .er-button[btnType="delete"] .material-icons-round,
  .culture-yield .er-button[btnType="edit"] .material-icons-outlined,
  .culture-yield .er-button[btnType="edit"] .material-icons-round {
    font-size: 28px !important;
  }
}
.culture-yield .er-button[btnType="delete"][btnType="delete"],
.culture-yield .er-button[btnType="delete"][btnType="edit"],
.culture-yield .er-button[btnType="edit"][btnType="delete"],
.culture-yield .er-button[btnType="edit"][btnType="edit"] {
  color: #1890ff;
}
.culture-yield .date-picker-harvest .el-input__inner {
  border-radius: 6px;
  border-color: #d9d9d9;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.culture-yield .date-picker-harvest .el-input__inner:focus {
  border-color: #0a2463;
  -webkit-box-shadow: 0 0 0 2px rgba(10, 36, 99, 0.1);
  box-shadow: 0 0 0 2px rgba(10, 36, 99, 0.1);
}
.el-table .el-table__cell {
  text-align: center;
}
.el-select-dropdown__item {
  line-height: 24px;
  height: 24px;
}
.el-select-dropdown__item.selected {
  color: #1966a1 !important;
  font-weight: 600;
}
.expanded-row-data {
  margin: 0;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  background: linear-gradient(145deg, #fafbfc, #f5f7fa);
  border-radius: 8px;
  margin: 4px 8px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .expanded-row-data {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .expanded-row-data {
    font-size: 14px;
  }
}
.expanded-grid-row {
  min-height: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .expanded-grid-row {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .expanded-grid-row {
    font-size: 14px;
  }
}
.expanded-grid-row:hover {
  background-color: rgba(10, 36, 99, 0.02);
}
.expanded-grid-row:last-child {
  border-bottom: none;
}
.expanded-grid-cell {
  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;
  min-height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: #495057;
}
.culture-yield .el-input.input-search-pond .el-input__inner {
  border-radius: 8px;
  border: 1px solid #e1e5e9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
.culture-yield .el-input.input-search-pond .el-input__inner:focus {
  border-color: #0a2463;
  -webkit-box-shadow: 0 0 0 3px rgba(10, 36, 99, 0.1);
  box-shadow: 0 0 0 3px rgba(10, 36, 99, 0.1);
}
.culture-yield
  .el-input.input-search-pond
  .el-input__inner::-webkit-input-placeholder {
  color: #9aa0a6;
}
.culture-yield .el-input.input-search-pond .el-input__inner::-moz-placeholder {
  color: #9aa0a6;
}
.culture-yield
  .el-input.input-search-pond
  .el-input__inner:-ms-input-placeholder {
  color: #9aa0a6;
}
.culture-yield
  .el-input.input-search-pond
  .el-input__inner::-ms-input-placeholder {
  color: #9aa0a6;
}
.culture-yield .el-input.input-search-pond .el-input__inner::placeholder {
  color: #9aa0a6;
}
.culture-yield .el-input.input-search-pond .el-input__suffix .el-input__icon {
  color: #9aa0a6;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.culture-yield .el-input.input-search-pond:hover .el-input__inner {
  border-color: #acc9f4;
}
.harvest-type-badge {
  border-radius: 12px;
  font-weight: 600;
  font-size: 11px;
  padding: 4px 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  text-align: center;
  min-width: 70px;
  width: 70px;
}
.harvest-type-badge.el-tag--primary {
  background-color: #449acd;
  border-color: #449acd;
  color: #fff;
}
.harvest-type-badge.el-tag--success {
  background-color: #44cd6d;
  border-color: #44cd6d;
  color: #fff;
}
.harvest-type-badge.el-tag--warning {
  background-color: #e67e22;
  border-color: #e67e22;
  color: #fff;
}
.er-column-selector .btn-column-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .culture-yield .input-search-pond {
    width: 180px;
  }
  .culture-yield .table--primary .el-table .cell {
    padding: 8px 6px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1366px) and (max-width: 1919px) {
  .culture-yield .table--primary .el-table .cell {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1920px) {
  .culture-yield .table--primary .el-table .cell {
    font-size: 14px;
  }
}
.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;
}
.culture-yield {
  width: 100% !important;
  max-width: 100% !important;
}
.culture-yield .el-card,
.culture-yield .el-card__body,
.culture-yield .el-row {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.culture-yield
  .harvest-yield-table
  .el-table__header-wrapper
  .el-table__header
  th,
.culture-yield .harvest-yield-table .el-table__header th,
.culture-yield .harvest-yield-table th {
  color: #0a2463 !important;
}
.culture-yield
  .harvest-yield-table
  .el-table__header-wrapper
  .el-table__header
  th
  .cell,
.culture-yield .harvest-yield-table .el-table__header th .cell,
.culture-yield .harvest-yield-table th .cell {
  color: #0a2463 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}
.culture-yield
  .harvest-yield-table
  .el-table__header-wrapper
  .el-table__header
  th
  span,
.culture-yield .harvest-yield-table .el-table__header th span,
.culture-yield .harvest-yield-table th span {
  color: #0a2463 !important;
  display: inline !important;
  vertical-align: middle !important;
}
.culture-yield
  .harvest-yield-table
  .el-table__header-wrapper
  .el-table__header
  th
  div,
.culture-yield .harvest-yield-table .el-table__header th div,
.culture-yield .harvest-yield-table th div {
  color: #0a2463 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.culture-yield .harvest-yield-table th .caret-wrapper {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-left: 4px !important;
  vertical-align: middle !important;
}
.culture-yield .harvest-yield-table th.is-sortable .cell {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  gap: 4px !important;
}
.culture-yield .harvest-yield-table th.ascending .sort-caret.ascending {
  border-bottom-color: #0a2463 !important;
}
.culture-yield .harvest-yield-table th.descending .sort-caret.descending {
  border-top-color: #0a2463 !important;
}
.culture-yield
  .harvest-yield-table
  .el-table__body
  .el-table__row
  .el-table__cell:first-child {
  padding: 0 !important;
}
.culture-yield
  .harvest-yield-table
  .el-table__body
  .el-table__row
  .el-table__cell:first-child
  .cell {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  padding: 12px 8px !important;
  gap: 0 !important;
}
.culture-yield .harvest-yield-table .el-table__expand-icon {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  margin-right: 8px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  float: none !important;
  position: static !important;
  width: 14px !important;
  height: 14px !important;
  line-height: 1 !important;
}
.culture-yield .harvest-yield-table .el-table__indent {
  display: inline-block !important;
  vertical-align: middle !important;
  width: 0 !important;
}
.culture-yield
  .harvest-yield-table
  .el-table__body
  .el-table__row
  td:first-child
  .er-highlight-search-component,
.culture-yield
  .harvest-yield-table
  .el-table__body
  .el-table__row
  td:first-child
  span {
  display: inline !important;
  vertical-align: middle !important;
  line-height: 1.5 !important;
}
.culture-yield .harvest-yield-table .el-table__header th:first-child .cell {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  padding-left: 22px !important;
}
.culture-yield .harvest-yield-table .empty-pond-name {
  display: inline-block !important;
  width: 100% !important;
  height: 20px !important;
  min-height: 20px !important;
}
.culture-yield
  .harvest-yield-table
  .el-table__body
  .el-table__row
  .actions-text {
  text-align: center !important;
}
.culture-yield
  .harvest-yield-table
  .el-table__body
  .el-table__row
  .actions-text,
.culture-yield
  .harvest-yield-table
  .el-table__body
  .el-table__row
  .parent-actions-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: 100% !important;
}
.culture-yield
  .harvest-yield-table
  .el-table__body
  .el-table__row
  .parent-actions-container {
  gap: 4px !important;
}
.culture-yield .harvest-yield-table .el-table__body tr td:last-child .cell {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: 100% !important;
}
.culture-yield .harvest-yield-table .parent-actions-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 140px;
  white-space: nowrap;
  width: 100%;
}
.culture-yield .harvest-yield-table .action-buttons-container {
  gap: 4px !important;
}
.culture-yield .harvest-yield-table .action-buttons-container,
.culture-yield .harvest-yield-table .no-actions-text {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: 100% !important;
}
.culture-yield .harvest-yield-table .no-actions-text {
  text-align: center !important;
}
