.el-message-box__container {
  overflow-y: scroll;
}
.el-message-box__container .popup-error-lists li {
  margin-bottom: 4px;
  margin-left: 12px;
}
.el-message-box__container .popup-error-lists li:last-child {
  margin-bottom: 0;
}
.ag-popup {
  position: absolute;
}
.el-message-box .er-button.el-button--default:not(.is-circle) {
  padding: 2px 15px !important;
}
.el-date-editor .el-range__close-icon {
  display: none;
}
:root {
  --header-height: 40px;
  --date-picker-width: 220px;
}
@media only screen and (min-width: 993px) and (max-width: 1364px) {
  :root {
    --header-height: 40px;
    --date-picker-width: 220px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  :root {
    --header-height: 45px;
    --date-picker-width: 220px;
  }
}
@media only screen and (min-width: 1920px) {
  :root {
    --header-height: 50px;
    --date-picker-width: 330px;
  }
}
@font-face {
  font-family: HelveticaNeue;
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/HelveticaNeueLight.0facaae9.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: HelveticaNeue;
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/HelveticaNeueMedium.0a13c540.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: HelveticaNeue;
  font-weight: 700;
  font-style: bold;
  src: url(../fonts/HelveticaNeueBold.b8edca3e.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Lato;
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/LatoRegular.2d36b1a9.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Material Icons Round;
  font-weight: 400;
  font-style: bold;
  src: url(../fonts/MaterialIconsRound-Regular.9cf9717d.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: Material Icons Outlined;
  font-weight: 400;
  font-style: bold;
  src: url(../fonts/MaterialIconsOutlined-Regular.d4dc6fd7.otf)
    format("opentype");
  font-display: swap;
}
.material-icons-round {
  font-family: Material Icons Round;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
.material-icons-outlined,
.material-icons-round {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
.material-icons-outlined {
  font-family: Material Icons Outlined;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: Lato, HelveticaNeue, Arial, "sans-serif";
}
#pondlogs-app,
body,
html {
  width: 100vw;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
hr {
  border-style: solid;
  border-width: 0.5px;
}
::-webkit-scrollbar {
  background-color: #fff;
  width: 6px;
  height: 7.5px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
  border-color: transparent;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  margin: 0 20px;
  cursor: pointer;
  border-radius: 16px;
  border: 5px solid transparent;
  background-color: rgba(144, 147, 153, 0.3);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.el-menu--popup a {
  text-decoration: none;
}
input[type="number  "]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.el-popper[x-placement^="bottom"] .popper__arrow {
  top: 0;
  border: 0;
  display: none;
}
.very-small-text {
  font-size: 8px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .very-small-text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1920px) {
  .very-small-text {
    font-size: 14px;
  }
}
.small-text {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .small-text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .small-text {
    font-size: 16px;
  }
}
.normal-text {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .normal-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .normal-text {
    font-size: 20px;
  }
}
.captalize {
  text-transform: capitalize;
}
.material-icons-outlined,
.material-icons-round {
  font-size: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .material-icons-outlined,
  .material-icons-round {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .material-icons-outlined,
  .material-icons-round {
    font-size: 26px;
  }
}
.material-icons-outlined.icon__prefix--space,
.material-icons-round.icon__prefix--space {
  padding-right: 5px;
  font-size: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .material-icons-outlined.icon__prefix--space,
  .material-icons-round.icon__prefix--space {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .material-icons-outlined.icon__prefix--space,
  .material-icons-round.icon__prefix--space {
    font-size: 16px;
  }
}
.material-icons-outlined.icon__suffix--space,
.material-icons-round.icon__suffix--space {
  padding-left: 5px;
  font-size: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .material-icons-outlined.icon__suffix--space,
  .material-icons-round.icon__suffix--space {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .material-icons-outlined.icon__suffix--space,
  .material-icons-round.icon__suffix--space {
    font-size: 16px;
  }
}
.material-icons-outlined.icon__prefix,
.material-icons-outlined.icon__suffix,
.material-icons-round.icon__prefix,
.material-icons-round.icon__suffix {
  font-size: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .material-icons-outlined.icon__prefix,
  .material-icons-outlined.icon__suffix,
  .material-icons-round.icon__prefix,
  .material-icons-round.icon__suffix {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .material-icons-outlined.icon__prefix,
  .material-icons-outlined.icon__suffix,
  .material-icons-round.icon__prefix,
  .material-icons-round.icon__suffix {
    font-size: 16px;
  }
}
.font-primary-color {
  color: #0a2463;
}
.align-text--left {
  text-align: left;
}
.align-item-left {
  margin-left: auto;
}
.align-text--right {
  text-align: right;
}
.align-item-right {
  margin-right: auto;
}
.align-text--center {
  text-align: center;
}
.bottom-margin {
  margin-bottom: 10px;
}
.el-loading-spinner .el-loading-text {
  color: #0a2463;
}
.el-loading-spinner .path {
  stroke: #0a2463;
}
.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1em;
}
.form-field-label {
  color: #909399;
  margin-bottom: 50px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-link.el-link--default {
  color: #606266;
  height: 25px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.img-icon {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .img-icon {
    width: 1rem;
  }
}
@media only screen and (min-width: 1920px) {
  .img-icon {
    width: 0.8rem;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .img-icon {
    height: 1rem;
  }
}
@media only screen and (min-width: 1920px) {
  .img-icon {
    height: 0.8rem;
  }
}
.svg-icon-size {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .svg-icon-size {
    width: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .svg-icon-size {
    width: 26px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .svg-icon-size {
    height: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .svg-icon-size {
    height: 26px;
  }
}
.el-date-editor .el-range-input,
.el-input-number .el-input__inner,
.el-input .el-input__inner,
.el-range-separator {
  color: #0a2463;
}
.el-input-number .el-input__inner,
.el-input:not(.el-pagination__editor):not(.el-date-editor) .el-input__inner {
  text-align: left;
}
.el-input__inner,
.el-input__inner:hover,
.el-textarea__inner,
.el-textarea__inner:hover {
  border-color: #acc9f4;
}
.el-table .cell {
  word-break: break-word;
}
.el-table__empty-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 25px;
  padding: 25px 0;
}
.el-table__empty-text .no-data__img {
  width: 50px;
  height: 50px;
}
.el-table__empty-text .no-data__text {
  text-transform: capitalize;
}
.popup-error__header .popup-error__header-title {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .popup-error__header .popup-error__header-title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .popup-error__header .popup-error__header-title {
    font-size: 16px;
  }
}
.popup-error-lists {
  list-style-position: outside;
  overflow-y: initial;
  padding: 2px 10px;
  max-height: 100px;
  font-size: 12px;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .popup-error-lists {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .popup-error-lists {
    font-size: 16px;
  }
}
.popup-error-lists li {
  text-indent: 10px;
}
.popup-error-lists li:before {
  content: "";
  margin-right: -10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .popup-error-lists {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .popup-error-lists {
    font-size: 20px;
  }
}
.el-popper[x-placement^="bottom"] {
  margin-top: 0;
}
.el-card h3,
.el-card h4,
.el-table__empty-text .no-data__text h4 {
  color: rgba(0, 0, 0, 0.8117647058823529);
  font-weight: 500;
}
.el-card.is-always-shadow,
.el-card.is-hover-shadow:focus,
.el-card.is-hover-shadow:hover {
  -webkit-box-shadow: 1px 1px rgba(229, 236, 243, 0.8);
  box-shadow: 1px 1px rgba(229, 236, 243, 0.8);
}
.el-collapse-item__header.focusing:focus:not(:hover) {
  color: unset;
}
.highcharts,
.highcharts-legend-item {
  font-family: Lato, HelveticaNeue, Arial, "sans-serif";
}
.highcharts-legend-item span {
  fill: red;
}
.highcharts-legend-item span,
.highcharts-no-data span {
  font-family: Lato, HelveticaNeue, Arial, "sans-serif" !important;
}
.highcharts-no-data span {
  font-weight: 400 !important;
  color: #333 !important;
}
.el-notification__title {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-notification__title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-notification__title {
    font-size: 20px;
  }
}
.el-notification__content {
  white-space: pre-wrap;
}
.el-notification__content p {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-notification__content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-notification__content p {
    font-size: 16px;
  }
}
.el-select__tags-text {
  white-space: break-spaces;
}
.popup-error__header .popup-error__header-title {
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .popup-error__header .popup-error__header-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .popup-error__header .popup-error__header-title {
    font-size: 20px;
  }
}
.el-menu--collapse .el-menu .el-submenu,
.el-menu--popup {
  min-width: 110px;
}
.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-menu--horizontal .el-menu .el-menu-item,
  .el-menu--horizontal .el-menu .el-submenu__title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-menu--horizontal .el-menu .el-menu-item,
  .el-menu--horizontal .el-menu .el-submenu__title {
    font-size: 20px;
  }
}
.is-filters-set-absolute .table-filters-right {
  position: absolute;
  top: 6px;
  right: 0;
  width: 100%;
}
.is-filters-set-relative .table-filters-right {
  position: relative;
  top: -35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 20px;
  right: 10px;
}
.el-month-table td {
  padding: 4px 0;
}
.el-month-table td div {
  height: 36px;
}
.el-month-table td .cell {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.el-month-table .el-date-range-picker__content {
  padding: 10px 16px;
}
.el-dropdown.height-auto .er-button {
  height: auto !important;
}
#pondlogs-app .el-alert__content {
  padding: 0 1.2rem;
}
.el-notification__content {
  text-align: left;
}
.ag-menu {
  max-height: 400px;
}
.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%);
  }
}
.tree-select-dropdown {
  max-height: 400px;
  width: 280px;
}
.tree-select-dropdown .el-tree {
  background: transparent;
}
.tree-select-dropdown .el-tree .el-tree-node .el-tree-node__content {
  height: 32px;
  line-height: 32px;
  padding-left: 8px;
}
.tree-select-dropdown .el-tree .el-tree-node .el-tree-node__content:hover {
  background-color: rgba(10, 36, 99, 0.05);
}
.tree-select-dropdown
  .el-tree
  .el-tree-node
  .el-tree-node__content
  .el-checkbox {
  margin-right: 8px;
}
.tree-select-dropdown
  .el-tree
  .el-tree-node
  .el-tree-node__content.is-disabled
  .el-checkbox
  .el-checkbox__input {
  cursor: not-allowed;
}
.tree-select-dropdown
  .el-tree
  .el-tree-node
  .el-tree-node__content.is-disabled
  .el-checkbox
  .el-checkbox__input
  .el-checkbox__inner {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  cursor: not-allowed;
}
.tree-select-dropdown
  .el-tree
  .el-tree-node
  .el-tree-node__content.is-disabled
  .el-checkbox
  .el-checkbox__input
  .el-checkbox__inner:hover {
  border-color: #e4e7ed;
}
.tree-select-dropdown
  .el-tree
  .el-tree-node
  .el-tree-node__content.is-disabled
  .el-checkbox
  .el-checkbox__input.is-checked
  .el-checkbox__inner {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
}
.tree-select-dropdown
  .el-tree
  .el-tree-node
  .el-tree-node__content.is-disabled
  .el-checkbox
  .el-checkbox__label {
  color: #c0c4cc;
  cursor: not-allowed;
}
.tree-select-dropdown .el-tree .tree-node {
  cursor: pointer;
}
.tree-select-dropdown .el-tree .tree-node.is-parent {
  font-weight: 500;
}
.tree-select-dropdown .el-tree .tree-node.search-matched {
  background-color: rgba(255, 193, 7, 0.2);
  border-radius: 2px;
}
.tree-select-dropdown .el-tree .tree-node .tree-node-label {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tree-select-dropdown
  .el-tree
  .tree-node
  .tree-node-label
  .non-selectable-hint {
  font-size: 10px;
  color: #c0c4cc;
  margin-left: 4px;
}
.tree-select-dropdown .el-tree .tree-node:hover .tree-node-label {
  color: #0a2463;
}
.tree-select-dropdown .el-tree .tree-node.non-selectable {
  cursor: default;
}
.tree-select-dropdown .el-tree .tree-node.non-selectable .tree-node-label {
  color: #909399;
}
.tree-select-dropdown
  .el-tree
  .tree-node.non-selectable:hover
  .tree-node-label {
  color: #606266;
}
.tree-select-dropdown .el-tree .tree-node.is-disabled {
  cursor: not-allowed;
}
.tree-select-dropdown .el-tree .tree-node.is-disabled .tree-node-label,
.tree-select-dropdown .el-tree .tree-node.is-disabled:hover .tree-node-label {
  color: #c0c4cc;
}
.tree-select-dropdown.single-mode
  .el-tree-node:not(.is-leaf)
  .el-tree-node__content {
  cursor: default;
}
.tree-select-dropdown.single-mode
  .el-tree-node:not(.is-leaf)
  .el-tree-node__content:hover {
  background-color: rgba(10, 36, 99, 0.03);
}
.tree-select-dropdown.single-mode .el-tree-node:not(.is-leaf) .tree-node {
  cursor: default;
}
.tree-select-dropdown.single-mode
  .el-tree-node.is-leaf
  .el-tree-node__content:hover {
  background-color: rgba(10, 36, 99, 0.08);
}
.tree-select-dropdown.single-mode
  .el-tree-node.is-leaf
  .tree-node
  .tree-node-label {
  color: #606266;
  font-style: normal;
}
.tree-select-dropdown.single-mode .el-tree-node .is-leaf.is-selected {
  color: #0a2463;
  font-weight: 600;
}
.tree-select-dropdown.single-mode
  .el-tree-node
  .is-disabled
  .el-tree-node__content {
  cursor: not-allowed;
}
.tree-select-dropdown.single-mode
  .el-tree-node
  .is-disabled
  .el-tree-node__content:hover {
  background-color: transparent;
}
.tree-select-dropdown.single-mode .el-tree-node .is-disabled .tree-node {
  cursor: not-allowed;
}
.tree-select-dropdown.single-mode
  .el-tree-node
  .is-disabled
  .tree-node
  .tree-node-label {
  color: #c0c4cc;
}
.tree-select .el-input__inner {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tree-select .el-input .el-select__caret {
  color: #606266;
  font-size: 12px;
  font-weight: bolder;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .tree-select .el-input .el-select__caret {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .tree-select .el-input .el-select__caret {
    font-size: 16px;
  }
}
.tree-select.no-border .el-input__inner {
  border: none;
}
.tree-select.no-border .el-input__suffix-inner i {
  color: #0a2463;
}
.tooltip[data-v-43ec8249] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-43ec8249] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-43ec8249] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-43ec8249] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-43ec8249] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-43ec8249] {
  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-43ec8249] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-43ec8249] {
  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-43ec8249] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-43ec8249] {
  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-43ec8249] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-43ec8249] {
  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-43ec8249] {
  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-43ec8249] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-43ec8249] {
  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-43ec8249] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.rule-builder-modern[data-v-43ec8249] {
  max-width: 100%;
  margin: 0;
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.parameters-title[data-v-43ec8249] {
  font-size: 1.025rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
}
.parameters-subtitle[data-v-43ec8249] {
  font-size: 0.75rem;
  color: #6b7280;
}
.conditions-wrapper[data-v-43ec8249],
.main-group[data-v-43ec8249] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.main-group[data-v-43ec8249] {
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background-color: #f9fafb;
}
.nested-rule-builder .main-group[data-v-43ec8249] {
  background-color: #fff;
}
.nested-rule-builder
  .main-group
  .nested-rule-builder
  .main-group[data-v-43ec8249] {
  background-color: #f9fafb;
}
.nested-rule-builder
  .main-group
  .nested-rule-builder
  .main-group
  .nested-rule-builder
  .main-group[data-v-43ec8249] {
  background-color: #fff;
}
.delete-btn[data-v-43ec8249] {
  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: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  color: #6b7280;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.delete-btn[data-v-43ec8249]:hover {
  background-color: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.group-header[data-v-43ec8249] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.group-header .logic-toggle-container[data-v-43ec8249] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.toggle-buttons[data-v-43ec8249] {
  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;
  max-width: 10rem;
  height: 1.5rem;
  padding: 0.25rem;
  background-color: #e5e7eb;
  border-radius: 0.5rem;
}
.toggle-buttons.nested[data-v-43ec8249] {
  background-color: #f3f4f6;
}
.toggle-buttons .toggle-btn[data-v-43ec8249] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  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: 0.375rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: normal;
}
.toggle-buttons .toggle-btn span[data-v-43ec8249] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toggle-buttons .toggle-btn.active[data-v-43ec8249] {
  background-color: #fff;
  color: #111827;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.toggle-buttons .toggle-btn[data-v-43ec8249]:hover:not(.active) {
  color: #374151;
}
.toggle-buttons .nested .toggle-btn.active[data-v-43ec8249] {
  background-color: #f9fafb;
}
.conditions-list[data-v-43ec8249] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}
.condition-item[data-v-43ec8249] {
  position: relative;
}
.simple-condition[data-v-43ec8249] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.simple-condition .condition-fields[data-v-43ec8249] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .simple-condition .condition-fields[data-v-43ec8249] {
    grid-template-columns: 1fr;
  }
}
.simple-condition .field-container[data-v-43ec8249],
.simple-condition .field-container[data-v-43ec8249] .el-input,
.simple-condition .field-container[data-v-43ec8249] .el-input-number,
.simple-condition .field-container[data-v-43ec8249] .el-select,
.simple-condition .field-container[data-v-43ec8249] .tree-select {
  width: 100%;
}
.simple-condition
  .field-container[data-v-43ec8249]
  .el-input-number
  .el-input__inner,
.simple-condition .field-container[data-v-43ec8249] .el-input .el-input__inner,
.simple-condition .field-container[data-v-43ec8249] .el-select .el-input__inner,
.simple-condition
  .field-container[data-v-43ec8249]
  .tree-select
  .el-input__inner {
  border-color: #d1d5db;
  font-size: 0.875rem;
  color: #111827;
  height: 2rem;
  border-radius: 0.5rem;
}
.simple-condition
  .field-container[data-v-43ec8249]
  .el-input-number
  .el-input__inner:focus,
.simple-condition
  .field-container[data-v-43ec8249]
  .el-input
  .el-input__inner:focus,
.simple-condition
  .field-container[data-v-43ec8249]
  .el-select
  .el-input__inner:focus,
.simple-condition
  .field-container[data-v-43ec8249]
  .tree-select
  .el-input__inner:focus {
  border-color: #3b82f6;
  -webkit-box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.simple-condition .field-container .no-value-text[data-v-43ec8249] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2rem;
  padding: 0 0.75rem;
  background-color: #f3f4f6;
  border-radius: 0.375rem;
  color: #6b7280;
  font-size: 0.875rem;
  border: 1px solid #e5e7eb;
}
.action-buttons[data-v-43ec8249] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.action-btn[data-v-43ec8249],
.action-buttons[data-v-43ec8249] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.action-btn[data-v-43ec8249] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.action-btn i[data-v-43ec8249] {
  font-size: 1.125rem;
}
.action-btn.primary[data-v-43ec8249] {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}
.action-btn.primary[data-v-43ec8249]:hover {
  background-color: rgba(59, 130, 246, 0.2);
}
.action-btn.secondary[data-v-43ec8249] {
  background-color: #e5e7eb;
  color: #374151;
}
.action-btn.secondary[data-v-43ec8249]:hover {
  background-color: #d1d5db;
}
.action-btn[data-v-43ec8249]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.action-btn[data-v-43ec8249]:disabled:hover {
  background-color: initial;
}
.empty-state[data-v-43ec8249] {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding: 3rem 1.5rem;
  border: 2px dashed #e5e7eb;
  border-radius: 0.5rem;
  background-color: #f9fafb;
}
.empty-state .empty-text[data-v-43ec8249] {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
}
.empty-state .empty-actions[data-v-43ec8249] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.is-error[data-v-43ec8249] .el-input-number__input,
.is-error[data-v-43ec8249] .el-input__inner,
.is-error[data-v-43ec8249] .el-select__selector {
  border-color: #ef4444 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1) !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1) !important;
}
@media (max-width: 640px) {
  .rule-builder-modern .main-group[data-v-43ec8249] {
    padding: 0.75rem;
  }
  .rule-builder-modern .group-header[data-v-43ec8249] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .rule-builder-modern .group-header .logic-toggle-container[data-v-43ec8249] {
    width: 100%;
  }
  .rule-builder-modern .toggle-buttons[data-v-43ec8249] {
    max-width: 100%;
  }
  .rule-builder-modern .simple-condition[data-v-43ec8249] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0.75rem;
  }
  .rule-builder-modern .simple-condition .condition-fields[data-v-43ec8249] {
    grid-template-columns: 1fr;
  }
  .rule-builder-modern
    .simple-condition
    .delete-condition-btn[data-v-43ec8249] {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .rule-builder-modern .action-buttons[data-v-43ec8249] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .rule-builder-modern .action-buttons .action-btn[data-v-43ec8249] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rule-builder-modern .empty-actions[data-v-43ec8249] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  .rule-builder-modern .empty-actions .action-btn[data-v-43ec8249] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.tooltip[data-v-45bdb47a] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-45bdb47a] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-45bdb47a] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-45bdb47a] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-45bdb47a] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-45bdb47a] {
  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-45bdb47a] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-45bdb47a] {
  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-45bdb47a] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-45bdb47a] {
  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-45bdb47a] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-45bdb47a] {
  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-45bdb47a] {
  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-45bdb47a] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-45bdb47a] {
  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-45bdb47a] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.loading-screen[data-v-45bdb47a] {
  width: 100vw;
  height: 100vh;
}
.view404 {
  position: relative;
  height: 100%;
}
.view404 .content {
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 40%;
}
.el-menu--horizontal > .er-menu__link > .er-menu-item {
  float: left;
  height: calc(var(--header-height) - 2px);
  line-height: calc(var(--header-height) - 2px);
  margin: 0;
  border-bottom: 2px solid transparent;
  opacity: 0.8;
  padding: 0 10px;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-menu--horizontal > .er-menu__link > .er-menu-item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-menu--horizontal > .er-menu__link > .er-menu-item {
    font-size: 16px;
  }
}
.el-menu--horizontal > .er-menu__link > .er-menu-item.is-active {
  color: #0a2463;
  border-bottom: 2px solid #0a2463;
  opacity: 1;
  font-weight: 600;
}
.el-menu--horizontal .el-submenu__title {
  padding: 0 0 0 10px;
}
.el-menu--horizontal .el-menu > .er-menu__link {
  text-decoration: none;
}
.el-menu--horizontal .el-menu .el-submenu__title,
.el-menu--horizontal .el-menu .er-menu-item {
  background-color: #fff;
  float: none;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  text-decoration: none;
  opacity: 0.8;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-menu--horizontal .el-menu .el-submenu__title,
  .el-menu--horizontal .el-menu .er-menu-item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-menu--horizontal .el-menu .el-submenu__title,
  .el-menu--horizontal .el-menu .er-menu-item {
    font-size: 16px;
  }
}
.el-menu--horizontal .el-menu .is-active {
  color: #0a2463;
  opacity: 1;
  font-weight: 600;
}
.el-menu--horizontal .er-menu-item:focus,
.el-menu--horizontal .er-menu-item:hover {
  color: #0a2463;
  background-color: unset;
  opacity: 1;
}
.devices {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .devices {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .devices {
    font-size: 16px;
  }
}
.right-header-container {
  margin-top: -10px;
}
.account-header .el-submenu {
  margin-top: -6px;
  height: 40px !important;
}
@media screen and (min-width: 1366px) {
  .account-header .el-submenu {
    margin-top: -5px;
  }
}
.account-header .el-submenu__icon-arrow {
  margin-top: 2px !important;
}
.account-header .el-submenu__title {
  color: #551a8b !important;
  line-height: 50px !important;
  height: 46px !important;
}
.account-header .nav__header-title {
  font-size: 20px;
  color: #1f2041;
  text-decoration: none;
  font-weight: 500;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .account-header .nav__header-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) {
  .account-header .nav__header-title {
    font-size: 24px;
  }
}
.account-header .dealer-menu {
  height: 39px;
}
@media screen and (min-width: 1366px) {
  .account-header .dealer-menu {
    height: 43px;
  }
}
.account-header .dealer-menu.el-menu--horizontal > .el-menu-item {
  height: 37px !important;
  line-height: 37px !important;
}
@media screen and (min-width: 1366px) {
  .account-header .dealer-menu.el-menu--horizontal > .el-menu-item {
    height: 41px !important;
    line-height: 41px !important;
  }
}
.account-header
  .dealer-menu.el-menu--horizontal
  > .er-menu__link
  > .er-menu-item {
  height: 37px !important;
}
@media screen and (min-width: 1366px) {
  .account-header
    .dealer-menu.el-menu--horizontal
    > .er-menu__link
    > .er-menu-item {
    height: 41px !important;
  }
}
.account-header .header-right-user {
  max-width: 200px;
  color: #606266;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .account-header .header-right-user {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .account-header .header-right-user {
    font-size: 20px;
  }
}
.account-header .er-dropdown,
.account-header .er-dropdown .er-dropdown-trigger__suffix .er-icon-caret {
  color: #606266;
}
.account-header .er-dropdown .er-dropdown-trigger__suffix {
  margin-left: 10px;
  margin-top: auto;
}
.password-expiry-dialog,
.password-expiry-dialog .el-dialog {
  border-radius: 12px !important;
}
.password-expiry-dialog .el-dialog__header {
  text-align: center;
  padding: 10px 20px 0;
  border-bottom: none;
}
.password-expiry-dialog .el-dialog__body {
  padding: 0 20px 0 20px;
}
.password-expiry-dialog .el-dialog__footer {
  text-align: center;
}
.password-expiry-dialog .el-dialog__title {
  display: none;
}
.password-expiry-dialog .el-button {
  border-radius: 8px !important;
}
.dialog-header[data-v-1c462508] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
}
.dialog-header[data-v-1c462508],
.warning-icon-container[data-v-1c462508] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.warning-icon-container[data-v-1c462508] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fef3e2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.warning-icon[data-v-1c462508] {
  font-size: 40px;
  color: #f56c6c;
}
.dialog-title[data-v-1c462508] {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0;
  text-align: center;
}
.dialog-body[data-v-1c462508] {
  text-align: center;
  margin: 10px 0 20px 0;
}
.dialog-message[data-v-1c462508] {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  margin: 0;
  text-align: justify;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.dialog-footer[data-v-1c462508] {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  text-align: center;
}
.dialog-footer .remind-later-btn[data-v-1c462508] {
  background: #ededed !important;
  color: #666 !important;
  margin-left: 0 !important;
}
.dialog-footer .change-password-btn[data-v-1c462508],
.dialog-footer .remind-later-btn[data-v-1c462508] {
  width: 200px !important;
  height: 44px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.dialog-footer .change-password-btn[data-v-1c462508] {
  background: #385cb4 !important;
  color: #fff !important;
}
.er-menu-item {
  height: 42px !important;
  z-index: 100;
}
@media screen and (max-width: 1365px) {
  .er-menu-item {
    height: 37px !important;
  }
}
.account-container .account-main-container {
  overflow: scroll;
}
.tooltip[data-v-45822c68] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-45822c68] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-45822c68] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-45822c68] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-45822c68] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-45822c68] {
  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-45822c68] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-45822c68] {
  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-45822c68] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-45822c68] {
  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-45822c68] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-45822c68] {
  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-45822c68] {
  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-45822c68] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-45822c68] {
  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-45822c68] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.left-container[data-v-45822c68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 1367px) {
  .left-container[data-v-45822c68] {
    margin-top: -6px;
  }
}
.menu-icon[data-v-45822c68] {
  margin-top: 9px;
}
.right-header-container[data-v-45822c68] {
  margin-top: -10px;
}
.account-header[data-v-45822c68] {
  margin-top: 4px;
}
.account-header .nav__header-title[data-v-45822c68] {
  font-size: 20px;
  color: #1f2041;
  text-decoration: none;
  font-weight: 500;
}
@media screen and (max-width: 1367px) {
  .account-header .nav__header-title[data-v-45822c68] {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .account-header .nav__header-title[data-v-45822c68] {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) {
  .account-header .nav__header-title[data-v-45822c68] {
    font-size: 24px;
  }
}
.account-header .dealer-menu[data-v-45822c68] {
  z-index: 1000;
}
.account-header
  .dealer-menu.el-menu--horizontal
  > .el-menu-item[data-v-45822c68] {
  height: 44px !important;
  line-height: 44px !important;
}
.account-header .header-right-user[data-v-45822c68] {
  max-width: 200px;
  color: #606266;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .account-header .header-right-user[data-v-45822c68] {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .account-header .header-right-user[data-v-45822c68] {
    font-size: 20px;
  }
}
.account-header
  .er-dropdown
  .er-dropdown-trigger__suffix
  .er-icon-caret[data-v-45822c68],
.account-header .er-dropdown[data-v-45822c68] {
  color: #606266;
}
.account-header .er-dropdown .er-dropdown-trigger__suffix[data-v-45822c68] {
  margin-left: 10px;
  margin-top: auto;
}
.account-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.account-container,
.account-container .account-main-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
}
.account-container .account-main-container {
  padding: 10px;
  background-color: #ecf3f9;
}
.account-container .header__nav {
  height: var(--header-height) !important;
  position: relative;
  border-bottom: 1px solid #dcdfe6;
  top: 0;
  left: 0;
  right: 0;
}
.account-container .header--padding {
  margin-left: 100px;
  margin-right: 100px;
}
.account-container .el-header {
  padding: 0 10px;
}
.dealer-header {
  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;
}
.dealer-header .nav__header-title {
  font-size: 20px;
  color: #1f2041;
  text-decoration: none;
  font-weight: 500;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .dealer-header .nav__header-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) {
  .dealer-header .nav__header-title {
    font-size: 24px;
  }
}
.dealer-header .el-button.logout-button {
  height: 100%;
}
.dealer-header .header-user-name {
  max-width: 200px;
  color: #606266;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .dealer-header .header-user-name {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .dealer-header .header-user-name {
    font-size: 20px;
  }
}
.dealer-header
  .dealer-menu.el-menu--horizontal
  > .er-menu__link
  > .er-menu-item {
  height: calc(var(--header-height) - 4px) !important;
  line-height: calc(var(--header-height) - 4px) !important;
}
.dealer-header .header-right-user-name {
  max-width: 200px;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
}
.dealer-header .er-dropdown,
.dealer-header .er-dropdown .er-dropdown-trigger__suffix .er-icon-caret {
  color: #909399;
}
.dealer-header .er-dropdown .er-dropdown-trigger__suffix {
  margin-left: 10px;
  margin-top: auto;
}
.dealer-header .dealer-header .er-dropdown {
  color: #606266;
}
.dealer-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dealer-container,
.dealer-container .dealer-main-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
}
.dealer-container .dealer-main-container {
  padding: 10px;
  background-color: #ecf3f9;
}
.dealer-container .header__nav {
  height: var(--header-height) !important;
  position: relative;
  border-bottom: 1px solid #dcdfe6;
  top: 0;
  left: 0;
  right: 0;
}
.dealer-container .header--padding {
  margin-left: 100px;
  margin-right: 100px;
}
.dealer-container .el-header {
  padding: 0 10px;
}
.navigation-menu-scroll .el-scrollbar__view {
  bottom: 0;
  height: 120px;
}
.navigation-menu-scroll .el-scrollbar__wrap {
  height: 85% !important;
}
.remove__whitespaces {
  display: none;
}
.navigation-menu .el-checkbox__inner {
  border-radius: 25px;
  border: 2px solid #c0c4cc !important;
}
.navigation-menu .el-checkbox__input.is-checked .el-checkbox__inner,
.navigation-menu .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #0a2463;
  border-color: #c0c4cc;
}
.navigation-menu .el-checkbox__inner:after {
  border: 0;
}
.navigation-menu .el-submenu:nth-last-child(2) {
  margin-bottom: 40px;
}
.navigation-menu .settings-menu-item {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
}
.navigation-menu .help-section-menu-item {
  position: absolute;
  width: 100%;
  bottom: 34px;
  z-index: 1;
  background-color: #fff;
}
.navigation-menu.el-menu {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  background-color: linear-gradient(270deg, #f8f9fa, #fff);
  border-right: unset;
}
.navigation-menu .el-menu.el-menu--inline,
.navigation-menu .nav__header {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#f8f9fa),
    to(#fff)
  );
  background: linear-gradient(270deg, #f8f9fa, #fff);
}
.navigation-menu .nav__header {
  position: sticky;
  height: calc(var(--header-height) - 1.7px);
  top: 0;
  z-index: 2004;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  color: #1f2041;
}
.navigation-menu .nav__header .company-logo {
  margin-right: 10px;
  margin-left: 10px;
}
.navigation-menu .nav__header .company-logo img {
  display: block;
}
.navigation-menu .nav__header .nav__header-title a {
  color: #1f2041;
  cursor: pointer;
  text-decoration: none;
}
.navigation-menu .nav__header .nav__header-title a p {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .navigation-menu .nav__header .nav__header-title a p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) {
  .navigation-menu .nav__header .nav__header-title a p {
    font-size: 24px;
  }
}
.navigation-menu .nav__header .nav__checkbox {
  padding-left: 30px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .navigation-menu .nav__header .nav__checkbox {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .navigation-menu .nav__header .nav__checkbox {
    padding-left: 20px;
  }
}
.navigation-menu .remove__whitespaces {
  display: none;
}
.navigation-menu .divider {
  position: sticky;
  top: calc(var(--header-height) - 1px);
  background: #242424;
  opacity: 0.2;
  border: 0.2px solid #242424;
}
.navigation-menu .el-link {
  overflow: hidden;
  width: 80%;
  text-overflow: ellipsis;
  display: inline-block;
}
.navigation-menu .el-submenu__title {
  height: unset;
  line-height: unset;
  padding: 9px 10px 10px 10px !important;
  font-size: 14px;
  color: #1f2041;
  background-color: #ebf2f9;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .navigation-menu .el-submenu__title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .navigation-menu .el-submenu__title {
    font-size: 20px;
  }
}
.navigation-menu .el-submenu__title:hover {
  background-color: #ebf2f9;
}
.navigation-menu .el-menu-item {
  height: unset;
  line-height: unset;
  padding: 9px 10px 10px 10px !important;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .navigation-menu .el-menu-item {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .navigation-menu .el-menu-item {
    font-size: 20px;
  }
}
.navigation-menu .el-menu-item .el-link--inner {
  color: #1f2041;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .navigation-menu .el-menu-item .el-link--inner {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .navigation-menu .el-menu-item .el-link--inner {
    font-size: 20px;
  }
}
.navigation-menu .el-menu-item-help {
  z-index: 0;
}
.navigation-menu .el-submenu__icon-arrow {
  border: 1px solid #9da7c1;
  border-radius: 50%;
  padding: 1px;
  color: #9da7c1;
}
.navigation-menu .menu-item-wrapper {
  text-decoration: none;
}
.navigation-menu .menu-item-wrapper:focus,
.navigation-menu .menu-item-wrapper:hover {
  color: #1f2041;
  font-weight: 500;
  opacity: 1;
}
.navigation-menu .menu-item-wrapper.is-active {
  color: #155dbe;
}
.navigation-menu .menu-item-wrapper .el-menu-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: unset;
}
.navigation-menu .menu-item-wrapper .el-menu-item .menu-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 10px;
}
.navigation-menu .menu-item-wrapper .el-menu-item:focus,
.navigation-menu .menu-item-wrapper .el-menu-item:hover {
  color: #1f2041;
  background-color: #ebf2f9;
}
.navigation-menu .menu-item-wrapper .el-menu-item.is-active {
  color: #155dbe;
  background-color: #cde4ff;
}
.navigation-menu img {
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 auto;
  width: 11px;
  height: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .navigation-menu img {
    width: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .navigation-menu img {
    width: 16px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .navigation-menu img {
    height: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .navigation-menu img {
    height: 16px;
  }
}
.er-dialog .el-dialog__header .el-dialog__title {
  font-size: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dialog .el-dialog__header .el-dialog__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dialog .el-dialog__header .el-dialog__title {
    font-size: 24px;
  }
}
.er-dialog .el-dialog__headerbtn .el-dialog__close {
  vertical-align: middle;
}
.help_dialog {
  border-radius: 10px;
}
.help_dialog .dialog_scroll {
  overflow-y: scroll;
  height: 350px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .help_dialog .dialog_scroll {
    height: 450px;
  }
}
@media only screen and (min-width: 1920px) {
  .help_dialog .dialog_scroll {
    height: 600px;
  }
}
.help_dialog .dialog_scroll .onHover_div:hover {
  z-index: 10;
  background-color: #d7dadd;
  border-color: #ddd;
  -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  margin: 0 -10px;
  border-radius: 4px;
  margin-left: 0;
  width: 100%;
}
.help_dialog .dialog_scroll .onHover_div .abbr_header {
  min-width: 37px;
  height: 40px;
  background: #fff;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(199, 194, 194, 0.34901960784313724);
  box-shadow: 1px 1px 1px 1px rgba(199, 194, 194, 0.34901960784313724);
  border-radius: 3px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: Lato, HelveticaNeue, Arial, "sans-serif";
  font-weight: 500;
  font-size: 14px;
  color: #343434;
  padding: 0 5px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .help_dialog .dialog_scroll .onHover_div .abbr_header {
    min-width: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .help_dialog .dialog_scroll .onHover_div .abbr_header {
    min-width: 55px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .help_dialog .dialog_scroll .onHover_div .abbr_header {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .help_dialog .dialog_scroll .onHover_div .abbr_header {
    font-size: 20px;
  }
}
.help_dialog .dialog_scroll .onHover_div .abbr_content {
  font-family: Lato, HelveticaNeue, Arial, "sans-serif";
  font-weight: 400;
  font-size: 14px;
  color: #343434;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .help_dialog .dialog_scroll .onHover_div .abbr_content {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .help_dialog .dialog_scroll .onHover_div .abbr_content {
    font-size: 20px;
  }
}
.tooltip[data-v-535e40f8] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-535e40f8] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-535e40f8] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-535e40f8] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-535e40f8] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-535e40f8] {
  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-535e40f8] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-535e40f8] {
  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-535e40f8] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-535e40f8] {
  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-535e40f8] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-535e40f8] {
  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-535e40f8] {
  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-535e40f8] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-535e40f8] {
  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-535e40f8] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.notification-list-item[data-v-535e40f8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notification-list-item__icon[data-v-535e40f8] {
  font-size: 30px;
  margin-right: 10px;
  margin-top: -2px;
  -ms-flex-item-align: center;
  align-self: center;
}
.notification-list-item__description[data-v-535e40f8],
.notification-list-item__title[data-v-535e40f8] {
  max-width: 360px;
  font-size: 12px;
  text-align: left;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-list-item__description[data-v-535e40f8],
  .notification-list-item__title[data-v-535e40f8] {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-list-item__description[data-v-535e40f8],
  .notification-list-item__title[data-v-535e40f8] {
    font-size: 16px;
  }
}
.notification-list-item__description.is-less[data-v-535e40f8] {
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-list-item__description.is-less[data-v-535e40f8] {
    max-height: 23px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-list-item__description.is-less[data-v-535e40f8] {
    max-height: 26px;
  }
}
.notification-list-item__description.is-less
  .notification-list-item__description-text[data-v-535e40f8] {
  display: inline-block;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.notification-list-item__description.is-less
  .notification-list-item__description-show[data-v-535e40f8] {
  vertical-align: middle;
}
.notification-list-item__description-show[data-v-535e40f8] {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  color: #0a2463;
  word-break: break-all;
  cursor: pointer;
}
.notification-list-item__description-show
  input[type^="checkbox"][data-v-535e40f8] {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
}
.notification-list-item .main-container_date[data-v-535e40f8] {
  margin: 6px 0;
  color: #0a2463;
  font-weight: 600;
  background-color: transparent;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-list-item .main-container_date[data-v-535e40f8] {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-list-item .main-container_date[data-v-535e40f8] {
    font-size: 16px;
  }
}
.notification-list-item .main-container_content[data-v-535e40f8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2px 0;
  width: 97%;
}
.notification-list-item .main-container_content_title[data-v-535e40f8] {
  font-size: 12px;
  margin-left: 5px;
  font-family: Lato;
  font-weight: 400;
  cursor: pointer;
  word-break: break-word;
  color: #303133;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-list-item .main-container_content_title[data-v-535e40f8] {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-list-item .main-container_content_title[data-v-535e40f8] {
    font-size: 16px;
  }
}
.notification-list-item .main-container_content_title[data-v-535e40f8]:hover {
  color: #0a2463;
}
.notification-view .list-scroll-wrap {
  max-height: 200px;
}
.notification-view .notification-list-item:not(:last-child) {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebeef5;
  border-bottom-style: dashed;
}
.er-dropdown-item--profile {
  text-align: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 100%;
}
.locations-dropdown {
  max-height: 50%;
  overflow-y: auto;
}
.locations-dropdown .router-link-active {
  text-decoration: none;
}
.locations-dropdown .router-link-active:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
}
.er-dropdown-item--logout {
  position: relative;
}
.er-dropdown-item--logout .el-icon-logout {
  width: 11px;
  height: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dropdown-item--logout .el-icon-logout {
    width: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dropdown-item--logout .el-icon-logout {
    width: 16px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dropdown-item--logout .el-icon-logout {
    height: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dropdown-item--logout .el-icon-logout {
    height: 16px;
  }
}
.er-dropdown-item--logout .logout-button {
  padding: 0;
  font-size: 14px;
  height: 100%;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dropdown-item--logout .logout-button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dropdown-item--logout .logout-button {
    font-size: 20px;
  }
}
.er-dropdown-item--logout .logout-button:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
}
.er-dropdown-item--logout img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dashboard-header-profile-drop-down {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.dashboard-header-profile-drop-down .er-dropdown-item--profile {
  max-width: 200px;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 24px;
  letter-spacing: 0.6494286px;
  color: #41516a;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .dashboard-header-profile-drop-down .er-dropdown-item--profile {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .dashboard-header-profile-drop-down .er-dropdown-item--profile {
    font-size: 20px;
  }
}
.dashboard-header-profile-drop-down
  .er-dropdown-item--profile.el-link.el-link--primary:hover {
  color: #41516a;
}
.dashboard-header-profile-drop-down .header-profile-placeholder {
  padding: 5px;
  background: #e0e4ea;
  clip-path: circle(47% at 50% 50%);
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.dashboard-header-profile-drop-down .header-profile-photo img {
  display: inline-block;
}
.dashboard-header-profile-drop-down .logout-button {
  color: #41516a;
}
.dashboard-header-profile-drop-down .logout__icon {
  display: inline-block;
  vertical-align: middle;
}
.dashboard-header {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dashboard-header .btn-notification {
  padding: 0;
  color: rgba(10, 36, 99, 0.7686274509803922);
}
.dashboard-header .btn-notification .el-badge__content.is-fixed {
  top: 3.5px;
}
.dashboard-header .btn-notification .notification-icon-container {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-top: 3.5px;
}
.dashboard-header .btn-notification .notification-active-icon,
.dashboard-header .btn-notification .notification-icon {
  font-size: 16px;
  vertical-align: middle;
  background: #fff;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .dashboard-header .btn-notification .notification-active-icon,
  .dashboard-header .btn-notification .notification-icon {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .dashboard-header .btn-notification .notification-active-icon,
  .dashboard-header .btn-notification .notification-icon {
    font-size: 26px;
  }
}
.dashboard-header .btn-notification .notification-active-icon {
  position: absolute;
  -webkit-transform: translateY(-23px);
  transform: translateY(-23px);
}
.dashboard-header .btn-notification .notification-active-icon.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.dashboard-header .dashboard-header-left {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dashboard-header .dashboard-header-left > img {
  margin-right: 35px;
}
.dashboard-header .dashboard-header-left .el-tabs__header {
  margin: 0 15px;
}
.dashboard-header .dashboard-header-left .el-tabs__nav-wrap:after {
  background-color: unset;
}
.dashboard-header .dashboard-header-left .menu-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.dashboard-header .dashboard-header-left .el-tabs__item {
  height: var(--header-height);
  line-height: var(--header-height);
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .dashboard-header .dashboard-header-left .el-tabs__item {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .dashboard-header .dashboard-header-left .el-tabs__item {
    font-size: 20px;
  }
}
.dashboard-header .dashboard-header-left h1 a {
  color: #333;
  text-decoration: none;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dashboard-header .dashboard-header-left h1 img {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dashboard-header .dashboard-header-left .nav {
  float: right;
  list-style: none;
}
.dashboard-header .dashboard-header-left .portal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dashboard-header
  .dashboard-header-left
  .portal-container
  .el-menu--horizontal
  > .el-submenu
  .el-submenu__title {
  height: var(--header-height);
  line-height: var(--header-height);
  color: #0a2463;
  font-weight: 700;
  border-bottom: 2px solid #0a2463;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .dashboard-header
    .dashboard-header-left
    .portal-container
    .el-menu--horizontal
    > .el-submenu
    .el-submenu__title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .dashboard-header
    .dashboard-header-left
    .portal-container
    .el-menu--horizontal
    > .el-submenu
    .el-submenu__title {
    font-size: 20px;
  }
}
.dashboard-header
  .dashboard-header-left
  .portal-container
  .el-menu--horizontal
  > .el-menu-item {
  float: left;
  height: var(--header-height);
  line-height: var(--header-height);
  margin: 0;
  border-bottom: 2px solid transparent;
  opacity: 0.8;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .dashboard-header
    .dashboard-header-left
    .portal-container
    .el-menu--horizontal
    > .el-menu-item {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .dashboard-header
    .dashboard-header-left
    .portal-container
    .el-menu--horizontal
    > .el-menu-item {
    font-size: 20px;
  }
}
.dashboard-header
  .dashboard-header-left
  .portal-container
  .el-menu--horizontal
  > .el-menu-item
  a {
  text-decoration: none;
}
.dashboard-header
  .dashboard-header-left
  .portal-container
  .el-menu--horizontal
  > .el-menu-item.is-active {
  color: #0a2463;
  border-bottom: 2px solid #0a2463;
  opacity: 1;
  font-weight: 600;
}
.dashboard-header
  .dashboard-header-left
  .portal-container
  .el-menu--horizontal
  .el-menu-item:focus,
.dashboard-header
  .dashboard-header-left
  .portal-container
  .el-menu--horizontal
  .el-menu-item:hover,
.dashboard-header
  .dashboard-header-left
  .portal-container
  .el-menu--horizontal
  .el-submenu:focus,
.dashboard-header
  .dashboard-header-left
  .portal-container
  .el-menu--horizontal
  .el-submenu:hover {
  color: #0a2463;
  background-color: unset;
  opacity: 1;
}
.dashboard-header .dashboard-header-right {
  position: relative;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dashboard-header .dashboard-header-right .feature-notification-popper-trigger,
.dashboard-header .dashboard-header-right > div {
  margin: 0 10px;
}
.dashboard-header
  .dashboard-header-right
  .feature-notification-popper-trigger
  .el-badge__content,
.dashboard-header .dashboard-header-right > div .el-badge__content {
  font-size: 10px !important;
  height: 12px !important;
  width: 12px !important;
  line-height: unset !important;
  padding: 3px 3px !important;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff;
}
@media screen and (max-width: 1365px) {
  .dashboard-header
    .dashboard-header-right
    .feature-notification-popper-trigger
    .el-badge__content,
  .dashboard-header .dashboard-header-right > div .el-badge__content {
    font-size: 9px !important;
    height: 10px !important;
    width: 10px !important;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1536px) {
  .dashboard-header
    .dashboard-header-right
    .feature-notification-popper-trigger
    .el-badge__content,
  .dashboard-header .dashboard-header-right > div .el-badge__content {
    font-size: 9px !important;
    height: 10px !important;
    width: 10px !important;
  }
}
@media screen and (min-width: 1537px) and (max-width: 1919px) {
  .dashboard-header
    .dashboard-header-right
    .feature-notification-popper-trigger
    .el-badge__content,
  .dashboard-header .dashboard-header-right > div .el-badge__content {
    font-size: 11px !important;
    height: 12px !important;
    width: 12px !important;
  }
}
@media screen and (min-width: 1920px) {
  .dashboard-header
    .dashboard-header-right
    .feature-notification-popper-trigger
    .el-badge__content,
  .dashboard-header .dashboard-header-right > div .el-badge__content {
    font-size: 11px !important;
    height: 12px !important;
    width: 12px !important;
  }
}
.dashboard-header .dashboard-header-right .logout-button {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .dashboard-header .dashboard-header-right .logout-button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .dashboard-header .dashboard-header-right .logout-button {
    font-size: 20px;
  }
}
.dashboard-header .dashboard-header-right .location-picker {
  max-width: 130px;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .dashboard-header .dashboard-header-right .location-picker {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .dashboard-header .dashboard-header-right .location-picker {
    font-size: 20px;
  }
}
.dashboard-header .dashboard-header-right .user-menu {
  list-style: none;
}
.dashboard-header .dashboard-header-right .el-icon-logout {
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .dashboard-header .dashboard-header-right .el-icon-logout {
    width: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .dashboard-header .dashboard-header-right .el-icon-logout {
    width: 16px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .dashboard-header .dashboard-header-right .el-icon-logout {
    height: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .dashboard-header .dashboard-header-right .el-icon-logout {
    height: 16px;
  }
}
.dashboard-header .dashboard-header-right .user-logout-divider {
  font-size: 21px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .dashboard-header .dashboard-header-right .user-logout-divider {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) {
  .dashboard-header .dashboard-header-right .user-logout-divider {
    font-size: 30px;
  }
}
.dashboard-header .dashboard-header-right .el-icon-logout img {
  width: 11px;
  height: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .dashboard-header .dashboard-header-right .el-icon-logout img {
    width: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .dashboard-header .dashboard-header-right .el-icon-logout img {
    width: 16px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .dashboard-header .dashboard-header-right .el-icon-logout img {
    height: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .dashboard-header .dashboard-header-right .el-icon-logout img {
    height: 16px;
  }
}
.dashboard-header .dashboard-header-right .logout-button .button-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input--search {
  position: relative;
  padding-right: 4px;
  width: 180px;
}
.input--password.show--password .el-icon-view:before {
  text-decoration: line-through;
}
.er-button {
  font-size: 14px;
  height: 28px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-button {
    font-size: 20px;
  }
}
.er-button + .er-button {
  margin-left: 10px;
}
.er-button.el-button--default:not(.is-circle) {
  padding: 5px 15px;
}
.er-button.el-button--mini:not(.is-circle) {
  font-size: 12px;
  padding: 5px 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-button.el-button--mini:not(.is-circle) {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-button.el-button--mini:not(.is-circle) {
    font-size: 16px;
  }
}
.er-button.el-button--text i {
  color: #000;
}
.er-button.er-button--table_add i {
  color: #409eff;
}
.er-button.er-button--icon-text.el-button--text {
  padding: unset;
}
.er-button.el-button--text.is-disabled {
  color: #66b1ff;
}
.er-button.er-button--icon-text span {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
}
.er-button.er-button--icon-text span > img,
.er-button.er-button--icon-text span > span.material-icons-outlined,
.er-button.er-button--icon-text span > span.material-icons-round {
  font-size: 11px;
  margin-right: 5px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-button.er-button--icon-text span > img,
  .er-button.er-button--icon-text span > span.material-icons-outlined,
  .er-button.er-button--icon-text span > span.material-icons-round {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-button.er-button--icon-text span > img,
  .er-button.er-button--icon-text span > span.material-icons-outlined,
  .er-button.er-button--icon-text span > span.material-icons-round {
    font-size: 16px;
  }
}
.er-button.er-button--icon span {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
}
.er-button.er-button--icon span > img,
.er-button.er-button--icon span > span.material-icons-outlined,
.er-button.er-button--icon span > span.material-icons-round {
  font-size: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-button.er-button--icon span > img,
  .er-button.er-button--icon span > span.material-icons-outlined,
  .er-button.er-button--icon span > span.material-icons-round {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-button.er-button--icon span > img,
  .er-button.er-button--icon span > span.material-icons-outlined,
  .er-button.er-button--icon span > span.material-icons-round {
    font-size: 16px;
  }
}
.er-button.er-button--icon.er-button--edit {
  color: #00799f;
}
.er-button.er-button--icon.er-button--edit.is-disabled {
  color: rgba(0, 121, 159, 0.6);
}
.er-button.er-button--icon.er-button--delete {
  color: #fc196b;
}
.er-button.er-button--icon.er-button--delete.is-disabled {
  color: rgba(252, 25, 107, 0.6);
}
.er-button.el-button--primary {
  background-color: #233a73;
  border-color: #233a73;
}
.er-button.er-button--refresh.el-button--text.er-button--icon.no-padding {
  padding: 0;
}
.er-button.er-button--refresh.el-button--text.er-button--icon
  span.material-icons-round {
  font-size: 14px;
  color: #000;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-button.er-button--refresh.el-button--text.er-button--icon
    span.material-icons-round {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-button.er-button--refresh.el-button--text.er-button--icon
    span.material-icons-round {
    font-size: 20px;
  }
}
.er-button.el-button--default.is-disabled:active > span,
.er-button.el-button--default.is-disabled:focus > span,
.er-button.el-button--default.is-disabled:hover > span,
.er-button.el-button--default.is-disabled > span,
.er-button.el-button--default > span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.er-button.el-button--default.er-button--calculate,
.er-button.el-button--default.er-button--save,
.er-button.el-button--default.is-disabled.er-button--calculate,
.er-button.el-button--default.is-disabled.er-button--save,
.er-button.el-button--default.is-disabled:active.er-button--calculate,
.er-button.el-button--default.is-disabled:active.er-button--save,
.er-button.el-button--default.is-disabled:focus.er-button--calculate,
.er-button.el-button--default.is-disabled:focus.er-button--save,
.er-button.el-button--default.is-disabled:hover.er-button--calculate,
.er-button.el-button--default.is-disabled:hover.er-button--save {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #33a02c;
  border-color: #33a02c;
}
.er-button.el-button--default.er-button--add,
.er-button.el-button--default.er-button--circle_add,
.er-button.el-button--default.er-button--draw,
.er-button.el-button--default.er-button--editSolid,
.er-button.el-button--default.is-disabled.er-button--add,
.er-button.el-button--default.is-disabled.er-button--circle_add,
.er-button.el-button--default.is-disabled.er-button--draw,
.er-button.el-button--default.is-disabled.er-button--editSolid,
.er-button.el-button--default.is-disabled:active.er-button--add,
.er-button.el-button--default.is-disabled:active.er-button--circle_add,
.er-button.el-button--default.is-disabled:active.er-button--draw,
.er-button.el-button--default.is-disabled:active.er-button--editSolid,
.er-button.el-button--default.is-disabled:focus.er-button--add,
.er-button.el-button--default.is-disabled:focus.er-button--circle_add,
.er-button.el-button--default.is-disabled:focus.er-button--draw,
.er-button.el-button--default.is-disabled:focus.er-button--editSolid,
.er-button.el-button--default.is-disabled:hover.er-button--add,
.er-button.el-button--default.is-disabled:hover.er-button--circle_add,
.er-button.el-button--default.is-disabled:hover.er-button--draw,
.er-button.el-button--default.is-disabled:hover.er-button--editSolid {
  color: #fff;
  background-color: #155dbe;
  border-color: #155dbe;
}
.er-button.el-button--default.er-button--print,
.er-button.el-button--default.is-disabled.er-button--print,
.er-button.el-button--default.is-disabled:active.er-button--print,
.er-button.el-button--default.is-disabled:focus.er-button--print,
.er-button.el-button--default.is-disabled:hover.er-button--print {
  color: #fff;
  background: #66d2ea;
  border-color: #66d2ea;
}
.er-button.el-button--default.er-button--submit,
.er-button.el-button--default.is-disabled.er-button--submit,
.er-button.el-button--default.is-disabled:active.er-button--submit,
.er-button.el-button--default.is-disabled:focus.er-button--submit,
.er-button.el-button--default.is-disabled:hover.er-button--submit {
  color: #fff;
  background: #33a02c;
  border-color: #33a02c;
}
.er-button.el-button--default.er-button--download,
.er-button.el-button--default.is-disabled.er-button--download,
.er-button.el-button--default.is-disabled:active.er-button--download,
.er-button.el-button--default.is-disabled:focus.er-button--download,
.er-button.el-button--default.is-disabled:hover.er-button--download {
  color: #fff;
  background: #155dbe;
  border-color: #155dbe;
}
.er-button.el-button--default.er-button--email,
.er-button.el-button--default.is-disabled.er-button--email,
.er-button.el-button--default.is-disabled:active.er-button--email,
.er-button.el-button--default.is-disabled:focus.er-button--email,
.er-button.el-button--default.is-disabled:hover.er-button--email {
  color: #fff;
  background: #33a02c;
  border-color: #33a02c;
}
.er-button.el-button--default.er-button--confirm,
.er-button.el-button--default.is-disabled.er-button--confirm,
.er-button.el-button--default.is-disabled:active.er-button--confirm,
.er-button.el-button--default.is-disabled:focus.er-button--confirm,
.er-button.el-button--default.is-disabled:hover.er-button--confirm {
  color: #fff;
  background: #f54e5e;
  border-color: #f54e5e;
}
.er-button.el-button--default.er-button--warning,
.er-button.el-button--default.is-disabled.er-button--warning,
.er-button.el-button--default.is-disabled:active.er-button--warning,
.er-button.el-button--default.is-disabled:focus.er-button--warning,
.er-button.el-button--default.is-disabled:hover.er-button--warning {
  color: #fff;
  background: #e6a23c;
  border-color: #e6a23c;
}
.er-button.el-button--default.er-button--deleteForever,
.er-button.el-button--default.is-disabled.er-button--deleteForever,
.er-button.el-button--default.is-disabled:active.er-button--deleteForever,
.er-button.el-button--default.is-disabled:focus.er-button--deleteForever,
.er-button.el-button--default.is-disabled:hover.er-button--deleteForever {
  color: #fff;
  background: #f54e5e;
  border-color: #f54e5e;
}
.er-button.el-button--default.er-button--outlinePassword,
.er-button.el-button--default.is-disabled.er-button--outlinePassword,
.er-button.el-button--default.is-disabled:active.er-button--outlinePassword,
.er-button.el-button--default.is-disabled:focus.er-button--outlinePassword,
.er-button.el-button--default.is-disabled:hover.er-button--outlinePassword {
  color: #f54e5e;
  background: none;
  border-color: #f54e5e;
}
.er-button.el-button--default.er-button--outlineEdit,
.er-button.el-button--default.is-disabled.er-button--outlineEdit,
.er-button.el-button--default.is-disabled:active.er-button--outlineEdit,
.er-button.el-button--default.is-disabled:focus.er-button--outlineEdit,
.er-button.el-button--default.is-disabled:hover.er-button--outlineEdit {
  color: #0e65e5;
  background: none;
  border-color: #0e65e5;
}
.er-button.el-button--default.er-button--cancel,
.er-button.el-button--default.is-disabled.er-button--cancel,
.er-button.el-button--default.is-disabled:active.er-button--cancel,
.er-button.el-button--default.is-disabled:focus.er-button--cancel,
.er-button.el-button--default.is-disabled:hover.er-button--cancel {
  border: 1px solid #dcdfe6;
}
.er-button.er-button--primary {
  line-height: 0.5;
  border-radius: 3px;
}
.er-button.is-disabled {
  opacity: 0.6;
}
.er-button.icon-container {
  color: #000;
  font-size: 20px;
  line-height: 0.6;
}
.er-button .btn-icon-svg {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-button .btn-icon-svg {
    width: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-button .btn-icon-svg {
    width: 26px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-button .btn-icon-svg {
    height: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-button .btn-icon-svg {
    height: 26px;
  }
}
.er-button .btn-icon-svg--prefix {
  width: 11px;
  height: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-button .btn-icon-svg--prefix {
    width: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-button .btn-icon-svg--prefix {
    width: 16px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-button .btn-icon-svg--prefix {
    height: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-button .btn-icon-svg--prefix {
    height: 16px;
  }
}
.er-button .btn-icon-svg--suffix {
  margin-left: 5px;
}
.er-button .btn-icon-type-svg img {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-button .btn-icon-type-svg img {
    width: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-button .btn-icon-type-svg img {
    width: 26px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-button .btn-icon-type-svg img {
    height: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-button .btn-icon-type-svg img {
    height: 26px;
  }
}
.er-button .btn-icon-type-svg i {
  font-size: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-button .btn-icon-type-svg i {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-button .btn-icon-type-svg i {
    font-size: 26px;
  }
}
.er-form.el-form {
  width: 100%;
}
.er-form.el-form-item {
  margin: 10px 0;
}
.er-form.el-form-item .el-form-item__label {
  width: 20%;
}
.er-form.el-form-item .el-form-item__content {
  margin: 0 !important;
  width: 80%;
  float: right;
}
.er-form-item .el-form-item__content {
  height: 2.2rem;
  line-height: 2.2rem;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-form-item .el-form-item__content {
    height: 2.3em;
  }
}
@media only screen and (min-width: 1920px) {
  .er-form-item .el-form-item__content {
    height: 1.8rem;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-form-item .el-form-item__content {
    line-height: 2.3em;
  }
}
@media only screen and (min-width: 1920px) {
  .er-form-item .el-form-item__content {
    line-height: 1.8rem;
  }
}
.er-form-item .el-form-item__label {
  height: 2.2rem;
  line-height: 1.2rem;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-form-item .el-form-item__label {
    height: 2.3em;
  }
}
@media only screen and (min-width: 1920px) {
  .er-form-item .el-form-item__label {
    height: 1.8rem;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-form-item .el-form-item__label {
    line-height: 2.3em;
  }
}
@media only screen and (min-width: 1920px) {
  .er-form-item .el-form-item__label {
    line-height: 1.8rem;
  }
}
.er-form-item .el-input__inner {
  border: none;
  border-bottom: 1px solid #dcdfe6;
  font-size: 1em;
  height: 2.2rem;
  line-height: 2.2rem;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-form-item .el-input__inner {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1920px) {
  .er-form-item .el-input__inner {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-form-item .el-input__inner {
    height: 2.3em;
  }
}
@media only screen and (min-width: 1920px) {
  .er-form-item .el-input__inner {
    height: 1.8rem;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-form-item .el-input__inner {
    line-height: 2.3em;
  }
}
@media only screen and (min-width: 1920px) {
  .er-form-item .el-input__inner {
    line-height: 1.8rem;
  }
}
.er-form-item .el-form-item__error {
  padding-left: 3em;
  text-align: left;
}
.er-form-item .er-input.er-input--password:after {
  content: "";
  position: absolute;
  width: var(--width);
  background-color: var(--color);
  height: 2px;
  bottom: 0;
  left: var(--left);
  padding-left: 0;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
.er-form-item .el-input-group__append,
.er-form-item .el-input-group__prepend {
  background-color: unset;
  border: none;
  padding: 0 10px;
}
.er-form-item .er-select .el-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.er-form-item .er-select .el-input .el-input__inner {
  padding-left: 15px;
  font-size: 1.1em;
  height: 2rem;
  line-height: 2rem;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-form-item .er-select .el-input .el-input__inner {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1920px) {
  .er-form-item .er-select .el-input .el-input__inner {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-form-item .er-select .el-input .el-input__inner {
    height: 2rem;
  }
}
@media only screen and (min-width: 1920px) {
  .er-form-item .er-select .el-input .el-input__inner {
    height: 1.8rem;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-form-item .er-select .el-input .el-input__inner {
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1920px) {
  .er-form-item .er-select .el-input .el-input__inner {
    line-height: 1.8rem;
  }
}
.er-form-item .er-select .el-input .el-input__prefix {
  left: 0;
  position: relative;
  width: 40px;
  text-align: center;
  padding: 0 1.5px;
  height: 2rem;
  line-height: 2rem;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-form-item .er-select .el-input .el-input__prefix {
    height: 2rem;
  }
}
@media only screen and (min-width: 1920px) {
  .er-form-item .er-select .el-input .el-input__prefix {
    height: 1.9rem;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-form-item .er-select .el-input .el-input__prefix {
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1920px) {
  .er-form-item .er-select .el-input .el-input__prefix {
    line-height: 2.1rem;
  }
}
.er-select-dropdown .el-select-dropdown__item.selected,
.er-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #0a2463;
}
.er-select-dropdown .el-select-dropdown__item {
  font-size: 14px;
  line-height: 25px;
  font-size: 12px;
  height: 25px;
  padding: 0 15px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-select-dropdown .el-select-dropdown__item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-select-dropdown .el-select-dropdown__item {
    font-size: 16px;
  }
}
.er-select-dropdown .el-select-dropdown__item.select-all:not(:hover) {
  top: 0;
  background: #fff;
  z-index: 1;
}
.er-select .el-input__inner {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.er-select .el-input .el-select__caret {
  color: #606266;
  font-size: 12px;
  font-weight: bolder;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-select .el-input .el-select__caret {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-select .el-input .el-select__caret {
    font-size: 16px;
  }
}
.er-select.no-border .el-input__inner {
  border: none;
}
.er-select.no-border .el-input__suffix-inner i {
  color: #0a2463;
}
.user-profile-necessary-info-card {
  margin: 10px auto;
  width: 50%;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .user-profile-necessary-info-card {
    width: 50%;
  }
}
@media only screen and (min-width: 1920px) {
  .user-profile-necessary-info-card {
    width: 30%;
  }
}
.user-profile-necessary-info {
  overflow-y: auto;
}
.user-profile-necessary-info h4 {
  color: #3a9cff;
}
.user-profile-necessary-info .user-profile-header {
  width: 60%;
}
.user-profile-necessary-info .el-form-item__error {
  padding-left: 1em;
}
.user-profile-necessary-info .er-form {
  margin-top: 20px;
}
.user-profile-necessary-info .er-form .er-form-item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-profile-necessary-info .er-form .er-form-item .el-form-item__label {
  color: #000;
  font-size: 0.9em;
  font-weight: 700;
  width: 33%;
  line-height: unset;
  height: unset;
}
.user-profile-necessary-info .er-form .er-form-item .el-form-item__content {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-profile-necessary-info
  .er-form
  .er-form-item
  .el-form-item__content
  .el-input__inner {
  color: #000;
}
.user-profile-necessary-info
  .er-form
  .er-form-item
  .el-form-item__content:before {
  content: ":";
  margin-right: 10px;
}
.no-pond .el-row.outer-row:first-of-type {
  margin-top: 20px;
}
.no-pond .el-row.outer-row {
  margin-bottom: 10px;
}
.no-pond .el-link {
  width: 100%;
}
.no-pond .el-link--inner {
  width: 90%;
}
.no-pond .el-link.el-link--default {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.container--main {
  display: grid;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  grid: 1fr / auto 1fr 0;
}
.container--main .header__nav {
  height: var(--header-height) !important;
  position: relative;
  border-bottom: 1px solid #dcdfe6;
  top: 0;
  left: 0;
  right: 0;
}
.container--main .nav__controller {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  z-index: 1000;
  padding: 0;
  margin-right: 0.7em;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 5px;
}
.container--main .nav__controller--opened {
  left: 200px;
}
.container--main .nav__controller--closed {
  left: 50px;
}
.container--main .aside__nav {
  position: relative;
  z-index: 2001;
  height: 100vh;
}
.container--main .aside-nav-opener {
  z-index: 1000;
  height: 100vh;
  position: absolute;
  width: 6px;
  pointer-events: all;
}
.container--main .aside__nav .el-scrollbar {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container--main .aside__nav .el-scrollbar .el-scrollbar__wrap {
  overflow-x: hidden;
}
.container--main .aside__nav--closed {
  width: 50px !important;
  -webkit-transition: width 0.4s ease-in-out, padding-left 0.4s ease-in-out,
    padding-right 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, padding-left 0.4s ease-in-out,
    padding-right 0.4s ease-in-out;
  -webkit-transition-property: width, padding-left, padding-right;
  transition-property: width, padding-left, padding-right;
  -webkit-transition-duration: 0.4s, 0.4s, 0.4s;
  transition-duration: 0.4s, 0.4s, 0.4s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
}
.container--main .aside__nav--closed .el-submenu__title {
  display: none;
}
.container--main
  .aside__nav--closed
  .navigation-menu
  .el-submenu:nth-last-child(2) {
  margin: 0;
}
.container--main .aside__nav--opened {
  width: 200px !important;
  -webkit-transition: width 0.4s ease-in-out, padding-left 0.4s ease-in-out,
    padding-right 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, padding-left 0.4s ease-in-out,
    padding-right 0.4s ease-in-out;
  -webkit-transition-property: width, padding-left, padding-right;
  transition-property: width, padding-left, padding-right;
  -webkit-transition-duration: 0.4s, 0.4s, 0.4s;
  transition-duration: 0.4s, 0.4s, 0.4s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
}
.container--main .container-body {
  height: 100%;
}
.container--main .container-body__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  min-height: 0;
  padding: 0 0 0 0;
  overflow: hidden;
}
.container--main .dialog-main-item-title {
  padding-bottom: 20px;
}
.container--main .el-timeline .el-timeline-item:last-child {
  padding-bottom: unset;
}
.container--main .el-loading-mask,
.loading-layout {
  background-color: #fff;
}
.loading-layout {
  min-height: 79vh;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .loading-layout {
    min-height: 82vh;
  }
}
@media only screen and (min-width: 1920px) {
  .loading-layout {
    min-height: 87vh;
  }
}
.el-loading-mask {
  border-radius: 10px;
}
.admin-header .company-name {
  line-height: 2.3;
}
.admin-header .left-control,
.admin-header .menu-container,
.admin-header .right-control {
  border-bottom: 1px solid #e6e6e6;
}
.admin-header .menu-container {
  padding-left: 20px;
  width: 65%;
}
.admin-header .admin-menu {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
}
.admin-header .admin-menu.el-menu--horizontal {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.admin-header .admin-menu.el-menu--horizontal > .el-submenu .el-submenu__title {
  height: calc(var(--header-height) - 2px) !important;
  line-height: calc(var(--header-height) - 2px) !important;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .admin-header
    .admin-menu.el-menu--horizontal
    > .el-submenu
    .el-submenu__title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .admin-header
    .admin-menu.el-menu--horizontal
    > .el-submenu
    .el-submenu__title {
    font-size: 16px;
  }
}
.admin-header .admin-menu.el-menu--horizontal .el-menu-item,
.admin-header .admin-menu.el-menu--horizontal .el-submenu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: top;
}
.admin-header .admin-menu .el-submenu__title {
  color: #0a2463;
  opacity: 0.8;
}
.admin-header .admin-menu::-webkit-scrollbar {
  height: 2px;
}
.admin-header .admin-menu::-webkit-scrollbar-track {
  background: transparent;
}
.admin-header .admin-menu::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 2px;
}
.admin-header .admin-menu::-webkit-scrollbar-thumb:hover {
  background: #b0b0b0;
}
.admin-header .header-right-user-name {
  font-size: 14px;
  max-width: 200px;
}
.admin-header .header-right-user-name a {
  text-transform: capitalize;
  text-decoration: none;
}
.admin-container {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.admin-container .header__nav {
  height: var(--header-height) !important;
  position: relative;
  border-bottom: none;
  margin-bottom: 5px;
  top: 0;
  left: 0;
  right: 0;
}
.admin-container .header--padding {
  margin-left: 10px;
  margin-right: 10px;
}
.admin-container .el-header {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.admin-container .material-icons-round {
  font-size: 15px;
}
.lang-select-container .lang-select-label {
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.8;
}
.lang-select-container .er-select .el-input {
  font-size: 14px;
}
.lang-select-container .er-select .el-input .el-select__caret {
  color: #000;
}
.lang-select-container .er-select .el-input .el-input__inner {
  border: none;
  border-radius: 1px;
  border-left: 2px solid #000;
  background-color: hsla(0, 0%, 65.5%, 0.2196078431372549);
  color: #fff;
}
.containers-holder {
  height: 100vh;
  width: 100vw;
  background-image: url(../img/home_back.f3df2404.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: auto;
  display: grid;
}
@media only screen and (min-width: 993px) and (max-width: 1364px) {
  .containers-holder {
    font-size: 12px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1364px) and (min-width: 993px) and (max-width: 1364px) {
  .containers-holder {
    font-size: calc(6.68097px + 0.53619vw);
  }
}
@media only screen and (min-width: 993px) and (max-width: 1364px) and (min-width: 1366px) and (max-width: 1919px) {
  .containers-holder {
    font-size: calc(7.08108px + 0.36036vw);
  }
}
@media only screen and (min-width: 993px) and (max-width: 1364px) and (min-width: 1920px) {
  .containers-holder {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .containers-holder {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) and (min-width: 993px) and (max-width: 1364px) {
  .containers-holder {
    font-size: calc(-12.59517px + 2.68097vw);
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) and (min-width: 1366px) and (max-width: 1919px) {
  .containers-holder {
    font-size: calc(-10.59459px + 1.8018vw);
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) and (min-width: 1920px) {
  .containers-holder {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) {
  .containers-holder {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 993px) and (max-width: 1364px) {
  .containers-holder {
    font-size: calc(-12.59517px + 2.68097vw);
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1366px) and (max-width: 1919px) {
  .containers-holder {
    font-size: calc(-10.59459px + 1.8018vw);
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1920px) {
  .containers-holder {
    font-size: 24px;
  }
}
@media only screen and (min-width: 316px) and (max-width: 991px) {
  .containers-holder {
    grid-template-columns: 3em 3em 2em 3em auto 3em 2em 3em 0;
    grid-template-rows: 1em 3em 1em 5em auto 5em 1em 3em 2em;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1364px) {
  .containers-holder {
    grid-template-columns: 3em 3em 2em 3em auto 3em 2em 3em 3em;
    grid-template-rows: 1em 3em 1em 5em auto 5em 1em 3em 2em;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .containers-holder {
    grid-template-columns: 3em 3em 2em 3em auto 3em 2em 3em 3em;
    grid-template-rows: 2em 3em 1em 5em auto 5em 1em 3em 2em;
  }
}
@media only screen and (min-width: 1920px) {
  .containers-holder {
    grid-template-columns: 3em 3em 2em 3em auto 3em 2em 3em 3em;
    grid-template-rows: 2em 3em 1em 5em auto 5em 1em 3em 2em;
  }
}
.containers-holder .el-form-item--mini.el-form-item,
.containers-holder .el-form-item--small.el-form-item {
  margin-bottom: 25px;
  display: block;
}
.containers-holder .container__form-holder {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
.containers-holder .container__form-holder .main-content {
  margin: auto;
  padding: 0 200px;
}
@media only screen and (min-width: 993px) and (max-width: 1364px) {
  .containers-holder .image__eruvaka-holder {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-end: 3;
    grid-row-start: 2;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .containers-holder .image__eruvaka-holder {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-end: 3;
    grid-row-start: 2;
  }
}
@media only screen and (min-width: 1920px) {
  .containers-holder .image__eruvaka-holder {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-end: 3;
    grid-row-start: 2;
  }
}
.containers-holder .image__eruvaka-holder img {
  width: 3em;
  height: 3em;
  padding: 0.2em;
  margin: auto;
}
.containers-holder .home-back-ground-image {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 993px) and (max-width: 1364px) {
  .containers-holder .company-name {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-end: 3;
    grid-row-start: 2;
    line-height: 2.2;
    margin-left: 11px;
    color: #fff;
  }
  .containers-holder .company-name a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1364px) and (min-width: 1366px) and (max-width: 1919px) {
  .containers-holder .company-name a {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1364px) and (min-width: 1920px) {
  .containers-holder .company-name a {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .containers-holder .company-name {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-end: 3;
    grid-row-start: 2;
    line-height: 2.2;
    margin-left: 11px;
    color: #fff;
  }
  .containers-holder .company-name a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) and (min-width: 1366px) and (max-width: 1919px) {
  .containers-holder .company-name a {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) and (min-width: 1920px) {
  .containers-holder .company-name a {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 1920px) {
  .containers-holder .company-name {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-end: 3;
    grid-row-start: 2;
    line-height: 2.2;
    margin-left: 11px;
    color: #fff;
  }
  .containers-holder .company-name a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1366px) and (max-width: 1919px) {
  .containers-holder .company-name a {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1920px) {
  .containers-holder .company-name a {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 316px) and (max-width: 991px) {
  .containers-holder .company-name {
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 5;
    line-height: 2;
  }
  .containers-holder .company-name a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 316px) and (max-width: 991px) and (min-width: 1366px) and (max-width: 1919px) {
  .containers-holder .company-name a {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 316px) and (max-width: 991px) and (min-width: 1920px) {
  .containers-holder .company-name a {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 316px) and (max-width: 991px) {
  .containers-holder .blue-container {
    display: none;
  }
}
.containers-holder .blue-container {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 5;
  grid-row-end: 6;
  background-color: rgba(43, 61, 79, 0.9098039215686274);
  border-radius: 10px;
}
.containers-holder .component-grid-position {
  grid-column-start: 5;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 7;
}
.containers-holder .language-selector-position {
  grid-column-start: 6;
  grid-column-end: 9;
  grid-row-start: 2;
  grid-row-end: 2;
  line-height: 3;
}
.containers-holder .btn_submit {
  font-size: 14px;
  background-color: #389918;
  color: #fff;
  min-width: 10.5rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.containers-holder .btn_back_to_login {
  font-size: 14px;
  border-radius: 10px;
  margin-right: 10px;
}
.containers-holder .el-input-group__append,
.containers-holder .el-input-group__prepend {
  color: #1e7bd7;
}
.tooltip[data-v-1e00ee42] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-1e00ee42] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-1e00ee42] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-1e00ee42] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-1e00ee42] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-1e00ee42] {
  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-1e00ee42] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-1e00ee42] {
  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-1e00ee42] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-1e00ee42] {
  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-1e00ee42] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-1e00ee42] {
  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-1e00ee42] {
  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-1e00ee42] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-1e00ee42] {
  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-1e00ee42] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.password-validations-container[data-v-1e00ee42] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-start;
}
.password-validations-container.bottom-space[data-v-1e00ee42] {
  margin-bottom: 10px;
}
.password-validations-container .header[data-v-1e00ee42] {
  opacity: 0.6;
  font-weight: 700;
  font-size: 9px;
  text-align: left;
}
.password-validations-container .validation-rules[data-v-1e00ee42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.password-validations-container
  .validation-rules
  .validation-rules-row[data-v-1e00ee42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  font-size: 9px;
  position: relative;
  line-height: 2;
  color: #606266;
  list-style: none;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .password-validations-container
    .validation-rules
    .validation-rules-row[data-v-1e00ee42] {
    font-size: 9px;
  }
}
@media only screen and (min-width: 1920px) {
  .password-validations-container
    .validation-rules
    .validation-rules-row[data-v-1e00ee42] {
    font-size: 9px;
  }
}
.password-validations-container
  .validation-rules
  .validation-rules-row
  .title[data-v-1e00ee42] {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.password-validations-container
  .validation-rules
  .validation-rules-row
  .title[data-v-1e00ee42]:before {
  content: "◯";
  margin-right: 5px;
}
.password-validations-container
  .validation-rules
  .validation-rules-row.is-checked
  .title[data-v-1e00ee42] {
  font-weight: 700;
}
.password-validations-container
  .validation-rules
  .validation-rules-row.is-checked
  .title[data-v-1e00ee42]:before {
  content: "⬤";
  margin-right: 5px;
  color: green;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .card {
    height: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .card {
    height: 100%;
  }
}
.card.el-card {
  z-index: 32;
  border-radius: 20px !important;
}
.card.el-card.is-always-shadow,
.card.el-card.is-hover-shadow:focus,
.card.el-card.is-hover-shadow:hover {
  -webkit-box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.1);
}
.card .el-card__header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6em 5em;
  border-bottom: 0;
}
.card .el-card__header h2 {
  width: 100%;
  color: #359a10;
  font-weight: 400;
  text-align: center;
}
.card .el-card__header h2:after {
  display: block;
  content: "";
  border: 2px solid #45baf0;
  border-radius: 0 0 20px 20px;
  width: 3rem;
  margin: 3px auto 0 auto;
  background-color: #45baf0;
}
.card .card-subtitle {
  text-align: center;
}
.card .el-card__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 5rem 2rem 4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
}
.reset-password-on-expiry-card {
  height: 100%;
}
.reset-password-on-expiry-card .reset-password-on-expiry-layout-tool-bar {
  min-width: 300px;
}
.reset-password-on-expiry-card .general-err-msg {
  font-size: 13px;
  text-align: center;
  color: red;
}
.reset-password-on-expiry-card .el-tag {
  font-size: 1.8vh;
}
.reset-password-on-expiry-card .el-form {
  text-align: center;
}
.reset-password-on-expiry-card .el-form-item .el-form-item__content {
  margin: 0 !important;
}
.reset-password-on-expiry-card .user-properties-element {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.reset-password-on-expiry-card .password-validations-container {
  margin-bottom: 40px;
  padding: 0 10px;
}
.reset-password-on-expiry-card
  .password-validations-container
  .validation-rules
  .validation-rules-row {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tooltip[data-v-5abd4a26] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-5abd4a26] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-5abd4a26] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-5abd4a26] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-5abd4a26] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-5abd4a26] {
  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-5abd4a26] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-5abd4a26] {
  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-5abd4a26] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-5abd4a26] {
  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-5abd4a26] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-5abd4a26] {
  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-5abd4a26] {
  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-5abd4a26] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-5abd4a26] {
  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-5abd4a26] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.layout-card[data-v-5abd4a26] {
  border-radius: 7px;
  background-color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
}
.layout-card[data-v-5abd4a26] .el-card__header {
  padding: 5px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.layout-card[data-v-5abd4a26] .el-card__header .card-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .layout-card[data-v-5abd4a26] .el-card__header .card-icon {
    width: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .layout-card[data-v-5abd4a26] .el-card__header .card-icon {
    width: 26px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .layout-card[data-v-5abd4a26] .el-card__header .card-icon {
    height: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .layout-card[data-v-5abd4a26] .el-card__header .card-icon {
    height: 26px;
  }
}
.layout-card[data-v-5abd4a26] .el-card__body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.layout-card .download-dropdown .el-dropdown .el-button[data-v-5abd4a26] {
  padding: 5px 15px;
}
.layout-card .search-input .el-input__inner[data-v-5abd4a26] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.layout-card .search-input .el-input__inner[data-v-5abd4a26]:focus {
  border-color: #409eff;
  -webkit-box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
}
.layout-card .search-input[aria-label] .el-input__inner[data-v-5abd4a26]:focus {
  outline: 2px solid #409eff;
  outline-offset: 2px;
}
.layout-card .el-table__header-wrapper[data-v-5abd4a26] {
  overflow: initial;
}
.layout-card .el-input--small .el-input__inner[data-v-5abd4a26] {
  height: 28px;
}
.tooltip[data-v-7b84256c] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-7b84256c] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-7b84256c] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-7b84256c] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-7b84256c] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-7b84256c] {
  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-7b84256c] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-7b84256c] {
  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-7b84256c] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-7b84256c] {
  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-7b84256c] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-7b84256c] {
  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-7b84256c] {
  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-7b84256c] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-7b84256c] {
  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-7b84256c] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.recommendation-text-input .field-wrapper[data-v-7b84256c] {
  gap: 2px;
}
.recommendation-text-input .field-label[data-v-7b84256c],
.recommendation-text-input .field-wrapper[data-v-7b84256c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.recommendation-text-input .field-label[data-v-7b84256c] {
  gap: 0.5rem;
}
.recommendation-text-input .field-label .label-text[data-v-7b84256c] {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4px;
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  line-height: 1.4;
}
.recommendation-text-input
  .field-label
  .label-text
  .required-indicator[data-v-7b84256c] {
  color: #ef4444;
  font-weight: 700;
  font-size: 16px;
}
.recommendation-text-input
  .field-label
  .recommendation-text-subtitle[data-v-7b84256c] {
  font-size: 0.75rem;
  color: #6b7280;
}
.recommendation-text-input .input-container[data-v-7b84256c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.recommendation-text-input .field-meta[data-v-7b84256c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 20px;
  padding: 0 4px;
}
.recommendation-text-input .field-meta .error-text[data-v-7b84256c] {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  color: #ef4444;
}
.recommendation-text-input .field-meta .character-count[data-v-7b84256c] {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  color: #64748b;
  margin-left: auto;
}
.textarea-wrapper[data-v-7b84256c] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cursor-position-indicator[data-v-7b84256c] {
  position: absolute;
  top: -2px;
  right: 8px;
  background: hsla(0, 0%, 100%, 0.95);
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2px 6px;
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 10;
  backdrop-filter: blur(4px);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.cursor-position-indicator .position-text[data-v-7b84256c] {
  white-space: nowrap;
  font-family: SF Mono, Monaco, Inconsolata, Roboto Mono, monospace;
}
.modern-textarea[data-v-7b84256c] .el-textarea__inner {
  border-radius: 0.5rem;
  font-size: 1rem;
  background-color: #fff;
  color: #1e293b;
  -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);
  font-weight: 500;
  line-height: 1.5;
  min-height: 150px;
  resize: vertical;
  padding: 12px;
  line-height: 1.6;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.modern-textarea[data-v-7b84256c] .el-textarea__inner:hover {
  border-color: #cbd5e1;
  -webkit-box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.modern-textarea[data-v-7b84256c] .el-textarea__inner:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  background-color: #fafbfc;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
  border-color: #3b82f6;
}
.modern-textarea.is-error[data-v-7b84256c] .el-textarea__inner {
  border-color: #ef4444;
  background-color: #fef2f2;
  -webkit-box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}
.label-row[data-v-7b84256c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 4px;
}
.insert-variable-btn[data-v-7b84256c] {
  padding: 4px 8px;
  height: auto;
  line-height: 1.2;
  color: #3b82f6;
  font-size: 0.75rem;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.insert-variable-btn[data-v-7b84256c]:hover {
  color: #2563eb;
  background-color: rgba(59, 130, 246, 0.05);
}
.insert-variable-btn[data-v-7b84256c]:focus {
  color: #2563eb;
}
.insert-variable-btn .el-icon-plus[data-v-7b84256c] {
  font-size: 12px;
  margin-right: 4px;
}
.insert-variable-btn .el-icon-arrow-down[data-v-7b84256c] {
  font-size: 10px;
  margin-left: 4px;
}
[data-v-7b84256c] .variable-tree-popover {
  padding: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid #e2e8f0;
}
[data-v-7b84256c] .variable-tree-popover .el-popover__content {
  padding: 0;
}
.variable-search-input[data-v-7b84256c] .el-input__inner {
  font-size: 0.75rem;
  padding: 6px 10px;
  height: 28px;
  border-radius: 0.5rem;
}
.variable-tree[data-v-7b84256c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 320px;
  overflow-y: auto;
}
.variable-tree[data-v-7b84256c] .el-tree-node__expand-icon.is-leaf {
  display: none;
}
.tree-node-container[data-v-7b84256c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.tree-node-container.tree-node-parent[data-v-7b84256c] {
  padding: 4px 0;
}
.tree-node-container.tree-node-child[data-v-7b84256c] {
  padding: 2px 0;
}
.tree-node-container .tree-node-label[data-v-7b84256c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}
.tree-node-container .tree-node-label.parent-label[data-v-7b84256c] {
  font-size: 0.75rem;
  font-weight: 600;
  color: #1e293b;
}
.tree-node-container .tree-node-label.child-label[data-v-7b84256c] {
  font-size: 0.7rem;
  font-weight: 500;
  color: #64748b;
}
.tree-node-container.tree-node-disabled .tree-node-label[data-v-7b84256c] {
  cursor: default !important;
  color: #6b7280;
}
.tree-node-container.tree-node-child:hover:not(.tree-node-disabled)
  .tree-node-label[data-v-7b84256c] {
  color: #3b82f6;
}
.tree-node-container.tree-node-child:hover:not(.tree-node-disabled)
  .tree-node-variable-code[data-v-7b84256c] {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}
.tree-node-container .tree-node-variable-code[data-v-7b84256c] {
  font-size: 0.65rem;
  color: #64748b;
  background-color: #f8fafc;
  padding: 1px 4px;
  border-radius: 3px;
  font-family: SF Mono, Monaco, Inconsolata, Roboto Mono, monospace;
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
}
.syntax-guide-icon[data-v-7b84256c] {
  color: #6b7280;
  cursor: help;
  font-size: 0.75rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.syntax-guide-icon[data-v-7b84256c]:hover {
  color: #3b82f6;
}
[data-v-7b84256c] .syntax-guide-popover {
  padding: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid #e2e8f0;
  max-width: 320px;
}
[data-v-7b84256c] .syntax-guide-popover .el-popover__content {
  padding: 0;
}
.syntax-guide-content .syntax-guide-header[data-v-7b84256c] {
  margin-bottom: 12px;
}
.syntax-guide-content
  .syntax-guide-header
  .syntax-guide-title[data-v-7b84256c] {
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  line-height: 1.4;
}
.syntax-guide-content .syntax-guide-list[data-v-7b84256c] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.syntax-guide-content .syntax-guide-list .syntax-guide-item[data-v-7b84256c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.syntax-guide-content
  .syntax-guide-list
  .syntax-guide-item
  .syntax-guide-label[data-v-7b84256c] {
  font-weight: 600;
  color: #1e293b;
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.syntax-guide-content
  .syntax-guide-list
  .syntax-guide-item
  .syntax-guide-description[data-v-7b84256c] {
  color: #64748b;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.syntax-guide-content
  .syntax-guide-list
  .syntax-guide-item
  .syntax-guide-description
  .syntax-code[data-v-7b84256c] {
  font-family: SF Mono, Monaco, Inconsolata, Roboto Mono, monospace;
  background-color: #f8fafc;
  color: #1e293b;
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 600;
  word-break: break-word;
  white-space: nowrap;
  border: 1px solid #f1f5f9;
}
@media (max-width: 640px) {
  .modern-textarea[data-v-7b84256c] .el-textarea__inner {
    font-size: 1rem;
    padding: 14px;
    min-height: 140px;
  }
  .cursor-position-indicator[data-v-7b84256c] {
    top: -1px;
    right: 4px;
    font-size: 10px;
    padding: 1px 4px;
  }
  .cursor-position-indicator .position-text[data-v-7b84256c] {
    font-size: 10px;
  }
  .field-label .label-text[data-v-7b84256c] {
    font-size: 14px;
  }
  .field-meta[data-v-7b84256c] {
    padding: 0 2px;
  }
  .field-meta .character-count[data-v-7b84256c],
  .field-meta .error-text[data-v-7b84256c] {
    font-size: 11px;
  }
  [data-v-7b84256c] .syntax-guide-popover {
    max-width: 280px;
  }
  .syntax-guide-content .syntax-guide-list[data-v-7b84256c] {
    gap: 8px;
  }
  .syntax-guide-content .syntax-guide-list .syntax-guide-item[data-v-7b84256c] {
    font-size: 0.7rem;
  }
  .syntax-guide-content
    .syntax-guide-list
    .syntax-guide-item
    .syntax-guide-label[data-v-7b84256c] {
    width: 70px;
    font-size: 0.7rem;
  }
  .syntax-guide-content
    .syntax-guide-list
    .syntax-guide-item
    .syntax-guide-description
    .syntax-code[data-v-7b84256c] {
    font-size: 0.65rem;
    padding: 0.5px 3px;
  }
}
.tooltip[data-v-bb777794] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-bb777794] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-bb777794] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-bb777794] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-bb777794] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-bb777794] {
  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-bb777794] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-bb777794] {
  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-bb777794] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-bb777794] {
  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-bb777794] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-bb777794] {
  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-bb777794] {
  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-bb777794] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-bb777794] {
  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-bb777794] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
[data-v-bb777794] .modern-recommendation-dialog {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
[data-v-bb777794] .modern-recommendation-dialog .el-dialog__header {
  padding: 4px 24px;
  border-bottom: 1px solid #e2e8f0;
}
[data-v-bb777794] .modern-recommendation-dialog .el-dialog__title {
  font-size: 0;
}
[data-v-bb777794] .modern-recommendation-dialog .el-dialog__headerbtn {
  display: none;
}
[data-v-bb777794] .modern-recommendation-dialog .el-dialog__body {
  padding: 8px 20px;
  color: #1e293b;
}
[data-v-bb777794] .modern-recommendation-dialog .el-dialog__footer {
  border-top: 1px solid #e2e8f0;
  padding: 10px;
}
.dialog-header[data-v-bb777794] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.dialog-header .dialog-title[data-v-bb777794] {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  line-height: 1.4;
}
.dialog-header .close-button[data-v-bb777794] {
  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: 4px;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #64748b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dialog-header .close-button[data-v-bb777794]:hover {
  background-color: #f1f5f9;
  color: #374151;
}
.dialog-header .close-button[data-v-bb777794]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.dialog-header .close-button .el-icon-close[data-v-bb777794] {
  font-size: 24px;
}
.dialog-content[data-v-bb777794] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  padding: 0.5rem;
  max-height: 70vh;
}
.form-container[data-v-bb777794] {
  gap: 12px;
}
.form-container[data-v-bb777794],
.form-field .field-wrapper[data-v-bb777794],
.form-field[data-v-bb777794] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-field .field-wrapper[data-v-bb777794] {
  gap: 2px;
}
.form-field .field-label[data-v-bb777794] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.form-field .field-label .label-text[data-v-bb777794] {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4px;
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  line-height: 1.4;
}
.form-field .field-label .label-text .required-indicator[data-v-bb777794] {
  color: #ef4444;
  font-weight: 700;
  font-size: 16px;
}
.form-field .input-container[data-v-bb777794] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-field .field-meta[data-v-bb777794] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 20px;
  padding: 0 4px;
}
.form-field .field-meta .error-text[data-v-bb777794] {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  color: #ef4444;
}
.form-field .field-meta .character-count[data-v-bb777794] {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  color: #64748b;
  margin-left: auto;
}
.modern-input[data-v-bb777794] .el-input__inner,
.modern-input[data-v-bb777794] .el-textarea__inner,
.modern-textarea[data-v-bb777794] .el-input__inner,
.modern-textarea[data-v-bb777794] .el-textarea__inner {
  border-radius: 0.5rem;
  font-size: 1rem;
  background-color: #fff;
  color: #1e293b;
  -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);
  font-weight: 500;
  line-height: 1.5;
  min-height: 2rem;
}
.modern-input[data-v-bb777794] .el-input__inner:hover,
.modern-input[data-v-bb777794] .el-textarea__inner:hover,
.modern-textarea[data-v-bb777794] .el-input__inner:hover,
.modern-textarea[data-v-bb777794] .el-textarea__inner:hover {
  border-color: #cbd5e1;
  -webkit-box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.modern-input[data-v-bb777794] .el-input__inner:focus,
.modern-input[data-v-bb777794] .el-textarea__inner:focus,
.modern-textarea[data-v-bb777794] .el-input__inner:focus,
.modern-textarea[data-v-bb777794] .el-textarea__inner:focus {
  outline: none;
  border-color: #3b82f6;
  -webkit-box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  background-color: #fafbfc;
}
.modern-input[data-v-bb777794] .el-input__prefix,
.modern-textarea[data-v-bb777794] .el-input__prefix {
  left: 16px;
  color: #64748b;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.modern-input[data-v-bb777794] .el-input__suffix,
.modern-textarea[data-v-bb777794] .el-input__suffix {
  right: 16px;
}
.modern-input[data-v-bb777794] .el-input__clear,
.modern-textarea[data-v-bb777794] .el-input__clear {
  color: #94a3b8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modern-input[data-v-bb777794] .el-input__clear:hover,
.modern-textarea[data-v-bb777794] .el-input__clear:hover {
  color: #64748b;
}
.modern-input.is-error[data-v-bb777794] .el-input__inner,
.modern-input.is-error[data-v-bb777794] .el-textarea__inner,
.modern-textarea.is-error[data-v-bb777794] .el-input__inner,
.modern-textarea.is-error[data-v-bb777794] .el-textarea__inner {
  border-color: #ef4444;
  background-color: #fef2f2;
  -webkit-box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}
.modern-input.is-error[data-v-bb777794] .el-input__prefix,
.modern-textarea.is-error[data-v-bb777794] .el-input__prefix {
  color: #ef4444;
}
.section-divider[data-v-bb777794] {
  border: none;
  border-top: 2px solid #f1f5f9;
  margin: 8px 0;
  position: relative;
}
.rule-section[data-v-bb777794] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.rule-section .error-message[data-v-bb777794] {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  color: #ef4444;
  padding: 0 4px;
}
.dialog-footer[data-v-bb777794] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
  background-color: #fff;
}
@media (min-width: 640px) {
  .dialog-footer[data-v-bb777794] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.dialog-footer .cancel-button[data-v-bb777794],
.dialog-footer .save-button[data-v-bb777794] {
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid transparent;
  width: 100%;
}
@media (min-width: 640px) {
  .dialog-footer .cancel-button[data-v-bb777794],
  .dialog-footer .save-button[data-v-bb777794] {
    width: auto;
    min-width: 120px;
  }
}
.dialog-footer .cancel-button[data-v-bb777794] {
  background-color: #f1f5f9;
  color: #1e293b;
}
.dialog-footer .cancel-button[data-v-bb777794]:hover:not(:disabled) {
  color: #374151;
}
.dialog-footer .save-button[data-v-bb777794] {
  background-color: #3b82f6;
  border-color: #3b82f6;
  color: #fff;
}
.dialog-footer .save-button[data-v-bb777794]:hover:not(:disabled) {
  background-color: #2563eb;
  border-color: #2563eb;
}
.dialog-footer .save-button[data-v-bb777794]:disabled {
  background-color: rgba(59, 130, 246, 0.5);
  border-color: rgba(59, 130, 246, 0.5);
  cursor: not-allowed;
}
@media (max-width: 640px) {
  [data-v-bb777794] .modern-recommendation-dialog {
    width: 95%;
    margin: 10px auto;
    max-height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dialog-content[data-v-bb777794] {
    max-height: 60vh;
  }
  .form-container[data-v-bb777794] {
    gap: 20px;
  }
  .modern-input[data-v-bb777794] .el-input__inner,
  .modern-input[data-v-bb777794] .el-textarea__inner,
  .modern-textarea[data-v-bb777794] .el-input__inner,
  .modern-textarea[data-v-bb777794] .el-textarea__inner {
    font-size: 1rem;
    padding: 14px;
    min-height: 2rem;
  }
  .modern-input[data-v-bb777794] .el-input__inner {
    padding-left: 44px;
  }
  .field-label .label-text[data-v-bb777794] {
    font-size: 14px;
  }
  .field-meta[data-v-bb777794] {
    padding: 0 2px;
  }
  .field-meta .character-count[data-v-bb777794],
  .field-meta .error-text[data-v-bb777794] {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .dialog-header .dialog-title[data-v-bb777794] {
    font-size: 18px;
  }
  .dialog-footer[data-v-bb777794] {
    gap: 8px;
  }
  .rule-container[data-v-bb777794] {
    min-height: 150px;
  }
}
[data-v-bb777794] .el-loading-mask {
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.9);
}
[data-v-bb777794] .el-loading-mask .el-loading-spinner .el-loading-text {
  color: #1e293b;
  font-weight: 500;
}
.tooltip[data-v-11064ac3] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-11064ac3] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-11064ac3] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-11064ac3] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-11064ac3] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-11064ac3] {
  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-11064ac3] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-11064ac3] {
  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-11064ac3] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-11064ac3] {
  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-11064ac3] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-11064ac3] {
  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-11064ac3] {
  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-11064ac3] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-11064ac3] {
  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-11064ac3] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.recommendation-card[data-v-11064ac3] {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.recommendation-card[data-v-11064ac3]:hover {
  border-color: #409eff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.card-header[data-v-11064ac3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.header-content[data-v-11064ac3] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.card-title[data-v-11064ac3] {
  font-size: 18px;
  font-weight: 700;
  color: #1f2041;
  margin: 0;
  line-height: 1.3;
}
.header-controls[data-v-11064ac3] {
  gap: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-controls[data-v-11064ac3],
.status-control[data-v-11064ac3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.status-control[data-v-11064ac3] {
  gap: 8px;
}
.status-text[data-v-11064ac3] {
  font-size: 14px;
  font-weight: 500;
}
.status-text.active[data-v-11064ac3] {
  color: #28a745;
}
.status-text.inactive[data-v-11064ac3] {
  color: #6c757d;
}
.action-link[data-v-11064ac3] {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}
.action-link.edit-link[data-v-11064ac3] {
  color: #409eff;
}
.action-link.edit-link[data-v-11064ac3]:hover {
  color: #66b1ff;
  text-decoration: underline;
}
.action-link.delete-link[data-v-11064ac3] {
  color: #dc3545;
}
.action-link.delete-link[data-v-11064ac3]:hover {
  color: #e4606d;
  text-decoration: underline;
}
.card-content .content-section[data-v-11064ac3]:last-child {
  margin-bottom: 0;
}
.section-header[data-v-11064ac3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-title[data-v-11064ac3] {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6c757d;
  margin: 0;
  letter-spacing: 0.5px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin-bottom: 4px;
  margin-top: 8px;
}
.expand-icon[data-v-11064ac3] {
  font-size: 16px;
  color: #6c757d;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.expand-icon.expanded[data-v-11064ac3] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.text-content[data-v-11064ac3] {
  background-color: #e9ecef;
  border-radius: 6px;
  padding: 12px;
  height: 48px;
  overflow: auto;
}
.text-content p[data-v-11064ac3] {
  margin: 0;
  color: #495057;
  line-height: 1.5;
  font-size: 14px;
}
.logic-content[data-v-11064ac3] {
  background-color: #e9ecef;
  border-radius: 6px;
  padding: 12px;
  margin: 0;
  font-family: Courier New, monospace;
  font-size: 12px;
  color: #495057;
  white-space: pre-wrap;
  overflow-x: auto;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .card-header[data-v-11064ac3] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 12px;
  }
  .header-controls[data-v-11064ac3] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .status-control[data-v-11064ac3] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .action-link[data-v-11064ac3] {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .recommendation-card[data-v-11064ac3] {
    padding: 12px;
  }
  .card-title[data-v-11064ac3] {
    font-size: 16px;
  }
  .header-controls[data-v-11064ac3] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.tooltip[data-v-5e590646] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-5e590646] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-5e590646] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-5e590646] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-5e590646] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-5e590646] {
  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-5e590646] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-5e590646] {
  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-5e590646] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-5e590646] {
  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-5e590646] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-5e590646] {
  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-5e590646] {
  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-5e590646] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-5e590646] {
  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-5e590646] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.recommendation-card[data-v-5e590646] > .el-card__body {
  padding: 10px;
  height: 0;
  overflow-y: auto;
}
.recommendations-grid[data-v-5e590646] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1200px) {
  .recommendations-grid[data-v-5e590646] {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1600px) {
  .recommendations-grid[data-v-5e590646] {
    gap: 20px;
  }
}
.empty-state[data-v-5e590646] {
  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;
  min-height: 300px;
  padding: 20px;
}
.empty-state[data-v-5e590646] .el-empty__description {
  color: #909399;
  font-size: 14px;
}
.empty-state[data-v-5e590646] .el-empty__description strong {
  color: #303133;
  font-weight: 600;
}
.empty-state[data-v-5e590646] .el-empty__image {
  margin-bottom: 20px;
}
.expand-content[data-v-5e590646] {
  padding: 20px;
  background-color: #fafbfc;
  border-radius: 4px;
  margin: 10px;
}
.expand-content h4[data-v-5e590646] {
  margin-bottom: 15px;
  color: #303133;
  font-weight: 600;
  border-bottom: 1px solid #e4e7ed;
  padding-bottom: 8px;
}
.no-conditions[data-v-5e590646] {
  text-align: center;
  padding: 20px;
  color: #909399;
  font-style: italic;
}
.no-conditions p[data-v-5e590646] {
  margin: 0;
}
.save-btn img {
  width: 15px;
  height: 15px;
}
.save-btn .img {
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 8px;
}
.save-btn .img,
.save-btn .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.save-btn .label {
  font-size: 12px;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .save-btn .label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .save-btn .label {
    font-size: 16px;
  }
}
.action-btn {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.action-btn .img {
  width: 12px;
  margin-right: 8px;
}
.action-btn .label {
  text-transform: uppercase;
  font-size: 9px;
  margin-top: 0;
  margin-bottom: 0;
}
.action-btn .label p {
  margin: 0 0 !important;
}
.action-btn .disabled {
  pointer-events: none;
  opacity: 0.4;
}
.solid-btn {
  background: #155dbe;
  border-radius: 3px;
  color: #fff;
  height: 28px;
  padding-left: 6px;
  padding-right: 6px;
}
.solid-btn .img {
  margin-right: 3px;
  margin-left: 3px;
}
.solid-btn .label {
  margin-right: 4px;
  margin-left: 4px;
}
.er-auto-refresh .material-icons-round {
  font-size: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-auto-refresh .material-icons-round {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-auto-refresh .material-icons-round {
    font-size: 26px;
  }
}
.er-auto-refresh .el-radio-button--mini .el-radio-button__inner {
  padding: 3px 4px;
}
.er-auto-refresh
  .el-radio-button__orig-radio:checked
  + .el-radio-button__inner {
  background-color: #233a73;
  border-color: #233a73;
  -webkit-box-shadow: -1px 0 0 0 #233a73;
  box-shadow: -1px 0 0 0 #233a73;
}
.er-card {
  border-radius: 7px;
}
.er-card .el-card__header {
  padding: 5px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #349aff;
  color: #fff;
}
.er-card .el-card__header .card-title {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-card .el-card__header .card-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-card .el-card__header .card-title {
    font-size: 20px;
  }
}
.er-card .el-card__header .card-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-card .el-card__header .card-icon {
    width: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-card .el-card__header .card-icon {
    width: 26px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-card .el-card__header .card-icon {
    height: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-card .el-card__header .card-icon {
    height: 26px;
  }
}
.er-card .el-card__body {
  padding: 5px 20px 10px 20px;
}
.er-card.er-card--secondary .el-card__header {
  padding: 5px 15px;
  font-weight: 600;
  font-size: 14px;
  background-color: #fff;
  color: #0a2463;
  border: unset;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-card.er-card--secondary .el-card__header {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-card.er-card--secondary .el-card__header {
    font-size: 20px;
  }
}
.er-card.er-card--secondary .el-card__body {
  padding: 5px 10px 10px 10px;
}
.tooltip[data-v-56f1991b] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-56f1991b] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-56f1991b] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-56f1991b] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-56f1991b] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-56f1991b] {
  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-56f1991b] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-56f1991b] {
  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-56f1991b] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-56f1991b] {
  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-56f1991b] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-56f1991b] {
  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-56f1991b] {
  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-56f1991b] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-56f1991b] {
  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-56f1991b] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.er-color-selector[data-v-56f1991b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
[data-v-56f1991b] .el-input__prefix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tooltip[data-v-cee285ac] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-cee285ac] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-cee285ac] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-cee285ac] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-cee285ac] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-cee285ac] {
  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-cee285ac] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-cee285ac] {
  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-cee285ac] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-cee285ac] {
  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-cee285ac] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-cee285ac] {
  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-cee285ac] {
  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-cee285ac] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-cee285ac] {
  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-cee285ac] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.color-swatch-container[data-v-cee285ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.color-swatch[data-v-cee285ac] {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.color-swatch[data-v-cee285ac]:not(:last-child) {
  margin-right: 8px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .color-swatch[data-v-cee285ac] {
    width: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .color-swatch[data-v-cee285ac] {
    width: 16px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .color-swatch[data-v-cee285ac] {
    height: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .color-swatch[data-v-cee285ac] {
    height: 16px;
  }
}
.er-column-selector-pop-container {
  padding: 0 !important;
}
.er-column-selector-pop-container
  .el-checkbox__input.is-checked
  .el-checkbox__inner,
.er-column-selector-pop-container
  .el-checkbox__input.is-indeterminate
  .el-checkbox__inner {
  background-color: #0a2463;
  border-color: #0a2463;
  font-weight: 600;
}
.er-column-selector-pop-container
  .el-checkbox__input.is-checked
  + .el-checkbox__label {
  color: #0a2463;
  font-weight: 600;
}
.er-column-selector-pop-container .er-column-selector__wrap {
  max-height: 274px;
}
.er-column-selector-pop-container .el-checkbox {
  margin-bottom: 0.5rem;
}
.er-column-selector-pop-container .el-checkbox-group {
  display: grid;
}
.er-column-selector-pop-container
  .el-checkbox__input.is-disabled.is-checked
  .el-checkbox__inner {
  background-color: #f2f6fc;
  border-color: #dcdfe6;
}
.er-column-selector-pop-container
  .el-checkbox__input.is-disabled
  + span.el-checkbox__label {
  color: #c0c4cc;
  cursor: not-allowed;
}
.er-column-selector-pop-container .el-popover__title {
  padding: 8px;
  margin-bottom: 0;
  border-bottom: 1px solid #d3d3d3;
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-column-selector-pop-container .el-popover__title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-column-selector-pop-container .el-popover__title {
    font-size: 16px;
  }
}
.er-column-selector-pop-container .er-column-selector__check-group {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 12px;
  padding-right: 12px;
}
.er-column-selector-pop-container .er-column-selector__save-pref-row {
  border-top: 1px solid #d3d3d3;
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
}
.er-column-selector-pop-container
  .er-column-selector__save-pref-row
  > :not(:first-child) {
  margin-left: 10px;
  font-size: 0.8em;
  color: #4c68ef;
}
.er-column-selector-pop-container .er-column-selector__save-pref-row:hover {
  cursor: pointer;
}
.er-column-selector-pop-container .btn-save-pref {
  width: 100%;
  text-align: left;
}
.er-column-selector-pop-container .el-checkbox__label {
  font-size: 12px;
}
.er-column-selector,
.er-column-selector > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.er-column-selector > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.er-column-selector .btn-column-selector {
  padding: 0;
  vertical-align: middle;
  -webkit-filter: invert(94%) sepia(6%) saturate(288%) hue-rotate(205deg)
    brightness(84%) contrast(66%);
  filter: invert(94%) sepia(6%) saturate(288%) hue-rotate(205deg)
    brightness(84%) contrast(66%);
}
.er-column-selector .btn-column-selector:hover {
  padding: 0;
  vertical-align: middle;
  -webkit-filter: invert(10%) sepia(11%) saturate(493%) hue-rotate(205deg)
    brightness(94%) contrast(96%);
  filter: invert(10%) sepia(11%) saturate(493%) hue-rotate(205deg)
    brightness(94%) contrast(96%);
}
.er-data-tables-server .el-table__empty-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 25px;
  padding: 25px 0;
}
.er-data-tables-server .el-table__empty-text .no-data__img {
  width: 50px;
  height: 50px;
}
.er-data-tables-server .el-table__empty-text .no-data__text {
  text-transform: capitalize;
  font-size: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server .el-table__empty-text .no-data__text {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server .el-table__empty-text .no-data__text {
    font-size: 0.8em;
  }
}
.er-data-tables-server .padding-10-0 {
  padding: 10px 0;
}
.er-data-tables-server .el-table td .cell,
.er-data-tables-server .el-table th .cell {
  font-size: 12px;
  text-align: left;
  justify-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server .el-table td .cell,
  .er-data-tables-server .el-table th .cell {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server .el-table td .cell,
  .er-data-tables-server .el-table th .cell {
    font-size: 16px;
  }
}
.er-data-tables-server .el-table .caret-wrapper {
  height: 22px;
  width: 10px;
  padding-left: 2px;
}
.er-data-tables-server .el-table .caret-wrapper .sort-caret {
  position: relative;
}
.er-data-tables-server .el-table .caret-wrapper .sort-caret.ascending {
  left: 0;
  top: 0;
  margin-bottom: 2px;
}
.er-data-tables-server .el-table .caret-wrapper .sort-caret.descending {
  left: 0;
  bottom: 0;
}
.er-data-tables-server .el-table .el-select {
  width: 120px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server .el-table .el-select {
    width: 140px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server .el-table .el-select {
    width: 180px;
  }
}
.er-data-tables-server .pagination-bar {
  margin-top: 10px;
}
.er-data-tables-server .pagination-bar .el-pagination .el-pagination__total {
  margin-left: 24px;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server .pagination-bar .el-pagination .el-pagination__total {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server .pagination-bar .el-pagination .el-pagination__total {
    font-size: 16px;
  }
}
.er-data-tables-server .pagination-bar .el-pagination .el-pagination__jump,
.er-data-tables-server .pagination-bar .el-pagination .el-pagination__sizes {
  font-size: 12px;
  -ms-flex-item-align: center;
  align-self: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server .pagination-bar .el-pagination .el-pagination__jump,
  .er-data-tables-server .pagination-bar .el-pagination .el-pagination__sizes {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server .pagination-bar .el-pagination .el-pagination__jump,
  .er-data-tables-server .pagination-bar .el-pagination .el-pagination__sizes {
    font-size: 16px;
  }
}
.er-data-tables-server
  .pagination-bar
  .el-pagination
  .el-pagination__jump
  .el-input
  .el-input__inner,
.er-data-tables-server
  .pagination-bar
  .el-pagination
  .el-pagination__sizes
  .el-input
  .el-input__inner {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server
    .pagination-bar
    .el-pagination
    .el-pagination__jump
    .el-input
    .el-input__inner,
  .er-data-tables-server
    .pagination-bar
    .el-pagination
    .el-pagination__sizes
    .el-input
    .el-input__inner {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server
    .pagination-bar
    .el-pagination
    .el-pagination__jump
    .el-input
    .el-input__inner,
  .er-data-tables-server
    .pagination-bar
    .el-pagination
    .el-pagination__sizes
    .el-input
    .el-input__inner {
    font-size: 16px;
  }
}
.er-data-tables-server
  .pagination-bar
  .el-pagination
  .el-pagination__jump
  .el-input
  .el-input__icon,
.er-data-tables-server
  .pagination-bar
  .el-pagination
  .el-pagination__sizes
  .el-input
  .el-input__icon {
  line-height: 22px;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server
    .pagination-bar
    .el-pagination
    .el-pagination__jump
    .el-input
    .el-input__icon,
  .er-data-tables-server
    .pagination-bar
    .el-pagination
    .el-pagination__sizes
    .el-input
    .el-input__icon {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server
    .pagination-bar
    .el-pagination
    .el-pagination__jump
    .el-input
    .el-input__icon,
  .er-data-tables-server
    .pagination-bar
    .el-pagination
    .el-pagination__sizes
    .el-input
    .el-input__icon {
    font-size: 16px;
  }
}
.er-data-tables-server
  .pagination-bar
  .el-pagination.el-pagination
  .el-select
  .el-input {
  min-width: 90px;
  margin: unset;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server
    .pagination-bar
    .el-pagination.el-pagination
    .el-select
    .el-input {
    min-width: 110px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server
    .pagination-bar
    .el-pagination.el-pagination
    .el-select
    .el-input {
    min-width: 120px;
  }
}
.er-data-tables-server .pagination-bar .el-pagination.pagination-with-slot {
  vertical-align: middle;
  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;
}
.er-data-tables-server
  .pagination-bar
  .el-pagination.pagination-with-slot
  .btn-next
  .el-icon,
.er-data-tables-server
  .pagination-bar
  .el-pagination.pagination-with-slot
  .btn-prev
  .el-icon,
.er-data-tables-server
  .pagination-bar
  .el-pagination.pagination-with-slot
  .el-pager
  .number {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server
    .pagination-bar
    .el-pagination.pagination-with-slot
    .btn-next
    .el-icon,
  .er-data-tables-server
    .pagination-bar
    .el-pagination.pagination-with-slot
    .btn-prev
    .el-icon,
  .er-data-tables-server
    .pagination-bar
    .el-pagination.pagination-with-slot
    .el-pager
    .number {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server
    .pagination-bar
    .el-pagination.pagination-with-slot
    .btn-next
    .el-icon,
  .er-data-tables-server
    .pagination-bar
    .el-pagination.pagination-with-slot
    .btn-prev
    .el-icon,
  .er-data-tables-server
    .pagination-bar
    .el-pagination.pagination-with-slot
    .el-pager
    .number {
    font-size: 16px;
  }
}
.er-data-tables-server
  .pagination-bar
  .el-pagination.pagination-with-slot
  .el-pagination__rightwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.er-data-tables-server
  .pagination-bar
  .el-pagination.pagination-with-slot
  .el-pagination__leftwrapper {
  width: 40%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.er-data-tables-server
  .pagination-bar
  .el-pagination.pagination-with-slot.el-pagination
  button {
  display: inline-block;
  font-size: 12px;
  height: unset;
  line-height: unset;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server
    .pagination-bar
    .el-pagination.pagination-with-slot.el-pagination
    button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server
    .pagination-bar
    .el-pagination.pagination-with-slot.el-pagination
    button {
    font-size: 16px;
  }
}
.er-data-tables-server
  .pagination-bar
  .el-pagination.pagination-with-slot.el-pagination
  button.er-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.er-data-tables-server
  .pagination-bar
  .el-pagination.pagination-with-slot.el-pagination
  button.er-button
  span {
  height: unset;
  line-height: unset;
  font-size: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server
    .pagination-bar
    .el-pagination.pagination-with-slot.el-pagination
    button.er-button
    span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server
    .pagination-bar
    .el-pagination.pagination-with-slot.el-pagination
    button.er-button
    span {
    font-size: 15px;
  }
}
.er-data-tables-server
  .pagination-bar
  .el-pagination.pagination-with-slot.el-pagination
  button
  span.material-icons-round {
  min-width: 16px;
}
.er-data-tables-server .card-row-table .el-table {
  padding: 10px;
}
.er-data-tables-server .card-row-table .er-data-tables__header-row,
.er-data-tables-server .card-row-table .er-data-tables__row {
  -webkit-box-shadow: 1px 1px 6px 2px #e3d1d1;
  box-shadow: 1px 1px 6px 2px #e3d1d1;
}
.er-data-tables-server .card-row-table .el-table__body,
.er-data-tables-server .card-row-table .el-table__header {
  border-spacing: 0 12px;
  padding-left: 5px;
}
.er-data-tables-server .card-row-table .el-table td,
.er-data-tables-server .card-row-table .el-table th.is-leaf {
  border-bottom: unset;
}
.er-data-tables-server .card-row-table .el-table__body-wrapper,
.er-data-tables-server .card-row-table .el-table__header-wrapper {
  margin-right: 5px;
  margin-left: 5px;
}
.er-data-tables-server
  .card-row-table
  .is-sortable.ascending
  .sort-caret.ascending {
  border-bottom-color: #fff;
}
.er-data-tables-server
  .card-row-table
  .is-sortable.descending
  .sort-caret.descending {
  border-top-color: #fff;
}
.er-data-tables-server
  .white-header-table
  .el-pagination.is-background
  .el-pager
  li:not(.disabled).active {
  background-color: #1966a1;
  color: #fff;
}
.er-data-tables-server
  .white-header-table
  .el-table
  .descending
  .sort-caret.descending {
  border-top-color: #1966a1;
}
.er-data-tables-server
  .white-header-table
  .el-table
  .ascending
  .sort-caret.ascending {
  border-bottom-color: #1966a1;
}
.er-data-tables-server
  .white-header-table
  .er-data-tables__border
  .el-data-table--border {
  border: none;
}
.er-data-tables-server .white-header-table .el-table__header-wrapper {
  border-bottom: 0.9px solid rgba(108, 123, 138, 0.23137254901960785);
}
.er-data-tables-server .white-header-table .el-table--mini td,
.er-data-tables-server .white-header-table .el-table--mini th,
.er-data-tables-server .white-header-table .el-table td,
.er-data-tables-server .white-header-table .el-table th {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
}
.er-data-tables-server .white-header-table .el-table .cell {
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
  border: none;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server .white-header-table .el-table .cell {
    line-height: 25px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server .white-header-table .el-table .cell {
    line-height: 30px;
  }
}
.er-data-tables-server .white-header-table .el-table .cell .el-tag {
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server .white-header-table .el-table .cell .el-tag {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server .white-header-table .el-table .cell .el-tag {
    font-size: 16px;
  }
}
.er-data-tables-server .white-header-table .el-table .cell .el-tag + .el-tag {
  margin-right: 2px;
  margin-left: 2px;
}
.er-data-tables-server .white-header-table .el-table .cell .el-input {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server .white-header-table .el-table .cell .el-input {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server .white-header-table .el-table .cell .el-input {
    font-size: 16px;
  }
}
.er-data-tables-server .white-header-table .el-table th.is-leaf {
  border-bottom: unset;
}
.er-data-tables-server .white-header-table .el-table .el-table__header th {
  background-color: #fff;
  color: #233a73;
}
.er-data-tables-server
  .white-header-table
  .el-table
  .el-table__header
  th
  > .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  width: 100%;
  font-weight: 600;
  line-height: 20px;
}
.er-data-tables-server .white-header-table .el-table .el-table__expanded-cell {
  padding: 20px 28px;
}
.er-data-tables-server
  .white-header-table
  .el-table
  .er-data-tables__header-row:nth-child(2) {
  display: none;
}
.er-data-tables-server .white-header-table .el-table td .cell:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.er-data-tables-server
  .white-header-table
  .el-table__fixed-footer-wrapper
  tbody
  td,
.er-data-tables-server .white-header-table .el-table__footer-wrapper tbody td {
  background-color: #f9f9f9;
  color: #000;
}
.er-data-tables-server .white-header-table .el-table:before,
.er-data-tables-server .white-header-table .el-table__fixed:before {
  background-color: #f9f9f9;
}
.er-data-tables-server .white-header-table .er-button.el-button--text i {
  color: #66b1ff;
}
.er-data-tables-server .white-header-table-inner .el-table td .cell,
.er-data-tables-server .white-header-table-inner .el-table th .cell {
  font-size: 12px;
  text-align: left;
  justify-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server .white-header-table-inner .el-table td .cell,
  .er-data-tables-server .white-header-table-inner .el-table th .cell {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server .white-header-table-inner .el-table td .cell,
  .er-data-tables-server .white-header-table-inner .el-table th .cell {
    font-size: 16px;
  }
}
.er-data-tables-server .white-header-table-inner .el-table td .cell *,
.er-data-tables-server .white-header-table-inner .el-table th .cell * {
  text-align: left;
  justify-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.er-data-tables-server .white-header-table-inner .el-table__header-wrapper {
  overflow-y: visible;
  position: static;
  background-color: #fff;
  width: 100%;
}
.er-data-tables-server .white-header-table-inner .el-table .caret-wrapper {
  width: 10px;
  padding-left: 2px;
}
.er-data-tables-server .white-header-table-inner .el-table--small td,
.er-data-tables-server .white-header-table-inner .el-table--small th {
  padding: 0;
}
.er-data-tables-server .white-header-table-inner .el-table .cell {
  line-height: 20px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server .white-header-table-inner .el-table .cell {
    line-height: 120%;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server .white-header-table-inner .el-table .cell {
    line-height: 30px;
  }
}
.er-data-tables-server .white-header-table-inner .el-table .cell .el-tag {
  font-size: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server .white-header-table-inner .el-table .cell .el-tag {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server .white-header-table-inner .el-table .cell .el-tag {
    font-size: 1em;
  }
}
.er-data-tables-server .white-header-table-inner .el-table th.is-leaf {
  border-bottom: unset;
}
.er-data-tables-server
  .white-header-table-inner
  .el-table
  .el-table__header
  th {
  background-color: #fff;
  color: #233a73;
}
.er-data-tables-server
  .white-header-table-inner
  .el-table
  .el-table__header
  th
  > .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  width: 100%;
  font-weight: 600;
  line-height: 20px;
}
.er-data-tables-server
  .white-header-table-inner
  .el-table
  .er-data-tables__header-row:nth-child(2) {
  display: none;
}
.er-data-tables-server.card-auto-height-scrollable__wrapper {
  height: 100%;
}
.er-data-tables-server.card-auto-height-scrollable__wrapper .pagination-bar {
  padding: 10px;
}
.er-data-tables-server.card-auto-height-scrollable__wrapper
  .card-auto-height-scrollable.sc-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}
.er-data-tables-server.card-auto-height-scrollable__wrapper
  .card-auto-height-scrollable.sc-table
  .el-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.er-data-tables-server.card-auto-height-scrollable__wrapper
  .card-auto-height-scrollable.sc-table
  .el-table
  .el-table__body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  height: 100% !important;
}
.er-data-tables-server .transparent-header-table .el-table__body {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 12px;
}
.er-data-tables-server
  .transparent-header-table
  .el-pagination.is-background
  .el-pager
  li:not(.disabled).active {
  background-color: #1966a1;
  color: #fff;
}
.er-data-tables-server
  .transparent-header-table
  .el-table
  .descending
  .sort-caret.descending {
  border-top-color: #1966a1;
}
.er-data-tables-server
  .transparent-header-table
  .el-table
  .ascending
  .sort-caret.ascending {
  border-bottom-color: #1966a1;
}
.er-data-tables-server .transparent-header-table .el-table td .cell,
.er-data-tables-server .transparent-header-table .el-table th .cell {
  font-size: 12px;
  text-align: left;
  justify-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server .transparent-header-table .el-table td .cell,
  .er-data-tables-server .transparent-header-table .el-table th .cell {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server .transparent-header-table .el-table td .cell,
  .er-data-tables-server .transparent-header-table .el-table th .cell {
    font-size: 16px;
  }
}
.er-data-tables-server .transparent-header-table .el-table td .cell *,
.er-data-tables-server .transparent-header-table .el-table th .cell * {
  text-align: left;
  justify-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.er-data-tables-server
  .transparent-header-table
  .er-data-tables__border
  .el-data-table--border {
  border: none;
}
.er-data-tables-server .transparent-header-table .el-table--mini td,
.er-data-tables-server .transparent-header-table .el-table--mini th,
.er-data-tables-server .transparent-header-table .el-table td,
.er-data-tables-server .transparent-header-table .el-table th {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.er-data-tables-server .transparent-header-table .el-table {
  background: #fcfcfc;
}
.er-data-tables-server .transparent-header-table .el-table .cell {
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
  border: none;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server .transparent-header-table .el-table .cell {
    line-height: 25px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server .transparent-header-table .el-table .cell {
    line-height: 30px;
  }
}
.er-data-tables-server .transparent-header-table .el-table .cell .el-tag {
  font-size: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server .transparent-header-table .el-table .cell .el-tag {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server .transparent-header-table .el-table .cell .el-tag {
    font-size: 1em;
  }
}
.er-data-tables-server .transparent-header-table .el-table .cell .el-input {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables-server .transparent-header-table .el-table .cell .el-input {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables-server .transparent-header-table .el-table .cell .el-input {
    font-size: 16px;
  }
}
.er-data-tables-server .transparent-header-table .el-table th.is-leaf {
  border-bottom: unset;
}
.er-data-tables-server .transparent-header-table .el-table td:first-of-type {
  border-left: 1px solid #ebeef5;
  border-top: 1px solid #ebeef5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.er-data-tables-server .transparent-header-table .el-table td:last-of-type {
  border-right: 1px solid #ebeef5;
  border-top: 1px solid #ebeef5;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.er-data-tables-server
  .transparent-header-table
  .el-table
  .el-table__header
  th {
  background-color: #fcfcfc;
  color: #6c7b8a;
}
.er-data-tables-server
  .transparent-header-table
  .el-table
  .el-table__header
  th
  > .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  width: 100%;
  font-weight: 600;
  font-size: 13px !important;
  line-height: 20px;
}
.er-data-tables-server
  .transparent-header-table
  .el-table
  .el-table__expanded-cell {
  padding: 20px 28px;
}
.er-data-tables-server
  .transparent-header-table
  .el-table
  .er-data-tables__header-row:nth-child(2) {
  display: none;
}
.er-data-tables-server
  .transparent-header-table
  .el-table
  td
  .cell:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.er-data-tables-server
  .transparent-header-table
  .el-table__fixed-footer-wrapper
  tbody
  td,
.er-data-tables-server
  .transparent-header-table
  .el-table__footer-wrapper
  tbody
  td {
  background-color: #f9f9f9;
  color: #000;
}
.er-data-tables-server .transparent-header-table .el-table:before,
.er-data-tables-server .transparent-header-table .el-table__fixed:before {
  background-color: #f9f9f9;
}
.er-data-tables-server .transparent-header-table .el-button {
  padding: 0;
}
.er-data-tables-server .no-borders .el-table--border td,
.er-data-tables-server
  .no-borders
  .el-table__body-wrapper
  .el-table--border.is-scrolling-left
  ~ .el-table__fixed {
  border-top: none;
  border-left: none;
  border-right: none;
}
.er-data-tables-server .no-borders .el-table--border th {
  border: none;
}
.er-data-tables-server .el-table--border:after,
.er-data-tables-server .el-table--group:after,
.er-data-tables-server .el-table:before {
  content: "";
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
.er-data-tables-server .el-table--border,
.er-data-tables-server .el-table--group {
  border: none;
}
.er-data-tables__pagination-page-selector .el-select-dropdown__item {
  font-size: 14px;
  height: 25px;
  line-height: 25px;
}
.er-data-tables__pagination-page-selector .el-select-dropdown__item.selected {
  color: #0a2463;
}
.er-data-tables .el-table__empty-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 25px;
  padding: 25px 0;
}
.er-data-tables .el-table__empty-text .no-data__img {
  width: 50px;
  height: 50px;
}
.er-data-tables .el-table__empty-text .no-data__text {
  text-transform: capitalize;
  font-size: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables .el-table__empty-text .no-data__text {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables .el-table__empty-text .no-data__text {
    font-size: 0.8em;
  }
}
.er-data-tables .padding-10-0 {
  padding: 10px 0;
}
.er-data-tables .el-table td .cell,
.er-data-tables .el-table th .cell {
  font-size: 12px;
  text-align: left;
  justify-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables .el-table td .cell,
  .er-data-tables .el-table th .cell {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables .el-table td .cell,
  .er-data-tables .el-table th .cell {
    font-size: 16px;
  }
}
.er-data-tables .el-table .caret-wrapper {
  height: 22px;
  width: 10px;
  padding-left: 2px;
}
.er-data-tables .el-table .caret-wrapper .sort-caret {
  position: relative;
}
.er-data-tables .el-table .caret-wrapper .sort-caret.ascending {
  left: 0;
  top: 0;
  margin-bottom: 2px;
}
.er-data-tables .el-table .caret-wrapper .sort-caret.descending {
  left: 0;
  bottom: 0;
}
.er-data-tables .el-table .el-select {
  width: 120px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables .el-table .el-select {
    width: 140px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables .el-table .el-select {
    width: 180px;
  }
}
.er-data-tables .pagination-bar {
  margin-top: 10px;
}
.er-data-tables .pagination-bar .el-pagination .el-pagination__total {
  margin-left: 24px;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables .pagination-bar .el-pagination .el-pagination__total {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables .pagination-bar .el-pagination .el-pagination__total {
    font-size: 16px;
  }
}
.er-data-tables .pagination-bar .el-pagination .el-pagination__jump,
.er-data-tables .pagination-bar .el-pagination .el-pagination__sizes {
  font-size: 12px;
  -ms-flex-item-align: center;
  align-self: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables .pagination-bar .el-pagination .el-pagination__jump,
  .er-data-tables .pagination-bar .el-pagination .el-pagination__sizes {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables .pagination-bar .el-pagination .el-pagination__jump,
  .er-data-tables .pagination-bar .el-pagination .el-pagination__sizes {
    font-size: 16px;
  }
}
.er-data-tables
  .pagination-bar
  .el-pagination
  .el-pagination__jump
  .el-input
  .el-input__inner,
.er-data-tables
  .pagination-bar
  .el-pagination
  .el-pagination__sizes
  .el-input
  .el-input__inner {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables
    .pagination-bar
    .el-pagination
    .el-pagination__jump
    .el-input
    .el-input__inner,
  .er-data-tables
    .pagination-bar
    .el-pagination
    .el-pagination__sizes
    .el-input
    .el-input__inner {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables
    .pagination-bar
    .el-pagination
    .el-pagination__jump
    .el-input
    .el-input__inner,
  .er-data-tables
    .pagination-bar
    .el-pagination
    .el-pagination__sizes
    .el-input
    .el-input__inner {
    font-size: 16px;
  }
}
.er-data-tables
  .pagination-bar
  .el-pagination
  .el-pagination__jump
  .el-input
  .el-input__icon,
.er-data-tables
  .pagination-bar
  .el-pagination
  .el-pagination__sizes
  .el-input
  .el-input__icon {
  line-height: 22px;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables
    .pagination-bar
    .el-pagination
    .el-pagination__jump
    .el-input
    .el-input__icon,
  .er-data-tables
    .pagination-bar
    .el-pagination
    .el-pagination__sizes
    .el-input
    .el-input__icon {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables
    .pagination-bar
    .el-pagination
    .el-pagination__jump
    .el-input
    .el-input__icon,
  .er-data-tables
    .pagination-bar
    .el-pagination
    .el-pagination__sizes
    .el-input
    .el-input__icon {
    font-size: 16px;
  }
}
.er-data-tables
  .pagination-bar
  .el-pagination.el-pagination
  .el-select
  .el-input {
  min-width: 90px;
  margin: unset;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables
    .pagination-bar
    .el-pagination.el-pagination
    .el-select
    .el-input {
    min-width: 110px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables
    .pagination-bar
    .el-pagination.el-pagination
    .el-select
    .el-input {
    min-width: 120px;
  }
}
.er-data-tables .pagination-bar .el-pagination.pagination-with-slot {
  vertical-align: middle;
  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;
}
.er-data-tables
  .pagination-bar
  .el-pagination.pagination-with-slot
  .btn-next
  .el-icon,
.er-data-tables
  .pagination-bar
  .el-pagination.pagination-with-slot
  .btn-prev
  .el-icon,
.er-data-tables
  .pagination-bar
  .el-pagination.pagination-with-slot
  .el-pager
  .number {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables
    .pagination-bar
    .el-pagination.pagination-with-slot
    .btn-next
    .el-icon,
  .er-data-tables
    .pagination-bar
    .el-pagination.pagination-with-slot
    .btn-prev
    .el-icon,
  .er-data-tables
    .pagination-bar
    .el-pagination.pagination-with-slot
    .el-pager
    .number {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables
    .pagination-bar
    .el-pagination.pagination-with-slot
    .btn-next
    .el-icon,
  .er-data-tables
    .pagination-bar
    .el-pagination.pagination-with-slot
    .btn-prev
    .el-icon,
  .er-data-tables
    .pagination-bar
    .el-pagination.pagination-with-slot
    .el-pager
    .number {
    font-size: 16px;
  }
}
.er-data-tables
  .pagination-bar
  .el-pagination.pagination-with-slot
  .el-pagination__rightwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.er-data-tables
  .pagination-bar
  .el-pagination.pagination-with-slot
  .el-pagination__leftwrapper {
  width: 40%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.er-data-tables
  .pagination-bar
  .el-pagination.pagination-with-slot.el-pagination
  button {
  display: inline-block;
  font-size: 12px;
  height: unset;
  line-height: unset;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables
    .pagination-bar
    .el-pagination.pagination-with-slot.el-pagination
    button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables
    .pagination-bar
    .el-pagination.pagination-with-slot.el-pagination
    button {
    font-size: 16px;
  }
}
.er-data-tables
  .pagination-bar
  .el-pagination.pagination-with-slot.el-pagination
  button.er-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.er-data-tables
  .pagination-bar
  .el-pagination.pagination-with-slot.el-pagination
  button.er-button
  span {
  height: unset;
  line-height: unset;
  font-size: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables
    .pagination-bar
    .el-pagination.pagination-with-slot.el-pagination
    button.er-button
    span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables
    .pagination-bar
    .el-pagination.pagination-with-slot.el-pagination
    button.er-button
    span {
    font-size: 15px;
  }
}
.er-data-tables
  .pagination-bar
  .el-pagination.pagination-with-slot.el-pagination
  button
  span.material-icons-round {
  min-width: 16px;
}
.er-data-tables .card-row-table .el-table {
  padding: 10px;
}
.er-data-tables .card-row-table .er-data-tables__header-row,
.er-data-tables .card-row-table .er-data-tables__row {
  -webkit-box-shadow: 1px 1px 6px 2px #e3d1d1;
  box-shadow: 1px 1px 6px 2px #e3d1d1;
}
.er-data-tables .card-row-table .el-table__body,
.er-data-tables .card-row-table .el-table__header {
  border-spacing: 0 12px;
  padding-left: 5px;
}
.er-data-tables .card-row-table .el-table td,
.er-data-tables .card-row-table .el-table th.is-leaf {
  border-bottom: unset;
}
.er-data-tables .card-row-table .el-table__body-wrapper,
.er-data-tables .card-row-table .el-table__header-wrapper {
  margin-right: 5px;
  margin-left: 5px;
}
.er-data-tables .card-row-table .is-sortable.ascending .sort-caret.ascending {
  border-bottom-color: #fff;
}
.er-data-tables .card-row-table .is-sortable.descending .sort-caret.descending {
  border-top-color: #fff;
}
.er-data-tables
  .white-header-table
  .el-pagination.is-background
  .el-pager
  li:not(.disabled).active {
  background-color: #1966a1;
  color: #fff;
}
.er-data-tables
  .white-header-table
  .el-table
  .descending
  .sort-caret.descending {
  border-top-color: #1966a1;
}
.er-data-tables .white-header-table .el-table .ascending .sort-caret.ascending {
  border-bottom-color: #1966a1;
}
.er-data-tables
  .white-header-table
  .er-data-tables__border
  .el-data-table--border {
  border: none;
}
.er-data-tables .white-header-table .el-table__header-wrapper {
  border-bottom: 0.9px solid rgba(108, 123, 138, 0.23137254901960785);
}
.er-data-tables .white-header-table .el-table--mini td,
.er-data-tables .white-header-table .el-table--mini th,
.er-data-tables .white-header-table .el-table td,
.er-data-tables .white-header-table .el-table th {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
}
.er-data-tables .white-header-table .el-table .cell {
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
  border: none;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables .white-header-table .el-table .cell {
    line-height: 25px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables .white-header-table .el-table .cell {
    line-height: 30px;
  }
}
.er-data-tables .white-header-table .el-table .cell .el-tag {
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables .white-header-table .el-table .cell .el-tag {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables .white-header-table .el-table .cell .el-tag {
    font-size: 16px;
  }
}
.er-data-tables .white-header-table .el-table .cell .el-tag + .el-tag {
  margin-right: 2px;
  margin-left: 2px;
}
.er-data-tables .white-header-table .el-table .cell .el-input {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables .white-header-table .el-table .cell .el-input {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables .white-header-table .el-table .cell .el-input {
    font-size: 16px;
  }
}
.er-data-tables .white-header-table .el-table th.is-leaf {
  border-bottom: unset;
}
.er-data-tables .white-header-table .el-table .el-table__header th {
  background-color: #fff;
  color: #233a73;
}
.er-data-tables .white-header-table .el-table .el-table__header th > .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  width: 100%;
  font-weight: 600;
  line-height: 20px;
}
.er-data-tables .white-header-table .el-table .el-table__expanded-cell {
  padding: 20px 28px;
}
.er-data-tables
  .white-header-table
  .el-table
  .er-data-tables__header-row:nth-child(2):not(.er-data-tables__header-row) {
  display: none;
}
.er-data-tables .white-header-table .el-table td .cell:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.er-data-tables .white-header-table .el-table__fixed-footer-wrapper tbody td,
.er-data-tables .white-header-table .el-table__footer-wrapper tbody td {
  background-color: #f9f9f9;
  color: #000;
}
.er-data-tables .white-header-table .el-table:before,
.er-data-tables .white-header-table .el-table__fixed:before {
  background-color: #f9f9f9;
}
.er-data-tables .white-header-table .er-button.el-button--text i {
  color: #66b1ff;
}
.er-data-tables .white-header-table-inner .el-table td .cell,
.er-data-tables .white-header-table-inner .el-table th .cell {
  font-size: 12px;
  text-align: left;
  justify-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables .white-header-table-inner .el-table td .cell,
  .er-data-tables .white-header-table-inner .el-table th .cell {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables .white-header-table-inner .el-table td .cell,
  .er-data-tables .white-header-table-inner .el-table th .cell {
    font-size: 16px;
  }
}
.er-data-tables .white-header-table-inner .el-table td .cell *,
.er-data-tables .white-header-table-inner .el-table th .cell * {
  text-align: left;
  justify-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.er-data-tables .white-header-table-inner .el-table__header-wrapper {
  overflow-y: visible;
  position: static;
  background-color: #fff;
  width: 100%;
}
.er-data-tables .white-header-table-inner .el-table .caret-wrapper {
  width: 10px;
  padding-left: 2px;
}
.er-data-tables .white-header-table-inner .el-table--small td,
.er-data-tables .white-header-table-inner .el-table--small th {
  padding: 0;
}
.er-data-tables .white-header-table-inner .el-table .cell {
  line-height: 20px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables .white-header-table-inner .el-table .cell {
    line-height: 120%;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables .white-header-table-inner .el-table .cell {
    line-height: 30px;
  }
}
.er-data-tables .white-header-table-inner .el-table .cell .el-tag {
  font-size: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables .white-header-table-inner .el-table .cell .el-tag {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables .white-header-table-inner .el-table .cell .el-tag {
    font-size: 1em;
  }
}
.er-data-tables .white-header-table-inner .el-table th.is-leaf {
  border-bottom: unset;
}
.er-data-tables .white-header-table-inner .el-table .el-table__header th {
  background-color: #fff;
  color: #233a73;
}
.er-data-tables
  .white-header-table-inner
  .el-table
  .el-table__header
  th
  > .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  width: 100%;
  font-weight: 600;
  line-height: 20px;
}
.er-data-tables
  .white-header-table-inner
  .el-table
  .er-data-tables__header-row:nth-child(2) {
  display: none;
}
.er-data-tables.card-auto-height-scrollable__wrapper {
  height: 100%;
}
.er-data-tables.card-auto-height-scrollable__wrapper .pagination-bar {
  padding: 10px;
}
.er-data-tables.card-auto-height-scrollable__wrapper
  .card-auto-height-scrollable.sc-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}
.er-data-tables.card-auto-height-scrollable__wrapper
  .card-auto-height-scrollable.sc-table
  .el-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.er-data-tables.card-auto-height-scrollable__wrapper
  .card-auto-height-scrollable.sc-table
  .el-table
  .el-table__body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  height: 100% !important;
}
.er-data-tables .transparent-header-table .el-table__body {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 12px;
}
.er-data-tables
  .transparent-header-table
  .el-pagination.is-background
  .el-pager
  li:not(.disabled).active {
  background-color: #1966a1;
  color: #fff;
}
.er-data-tables
  .transparent-header-table
  .el-table
  .descending
  .sort-caret.descending {
  border-top-color: #1966a1;
}
.er-data-tables
  .transparent-header-table
  .el-table
  .ascending
  .sort-caret.ascending {
  border-bottom-color: #1966a1;
}
.er-data-tables .transparent-header-table .el-table td .cell,
.er-data-tables .transparent-header-table .el-table th .cell {
  font-size: 12px;
  text-align: left;
  justify-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables .transparent-header-table .el-table td .cell,
  .er-data-tables .transparent-header-table .el-table th .cell {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables .transparent-header-table .el-table td .cell,
  .er-data-tables .transparent-header-table .el-table th .cell {
    font-size: 16px;
  }
}
.er-data-tables .transparent-header-table .el-table td .cell *,
.er-data-tables .transparent-header-table .el-table th .cell * {
  text-align: left;
  justify-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.er-data-tables
  .transparent-header-table
  .er-data-tables__border
  .el-data-table--border {
  border: none;
}
.er-data-tables .transparent-header-table .el-table--mini td,
.er-data-tables .transparent-header-table .el-table--mini th,
.er-data-tables .transparent-header-table .el-table td,
.er-data-tables .transparent-header-table .el-table th {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.er-data-tables .transparent-header-table .el-table {
  background: #fcfcfc;
}
.er-data-tables .transparent-header-table .el-table .cell {
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
  border: none;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables .transparent-header-table .el-table .cell {
    line-height: 25px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables .transparent-header-table .el-table .cell {
    line-height: 30px;
  }
}
.er-data-tables .transparent-header-table .el-table .cell .el-tag {
  font-size: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables .transparent-header-table .el-table .cell .el-tag {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables .transparent-header-table .el-table .cell .el-tag {
    font-size: 1em;
  }
}
.er-data-tables .transparent-header-table .el-table .cell .el-input {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-data-tables .transparent-header-table .el-table .cell .el-input {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-data-tables .transparent-header-table .el-table .cell .el-input {
    font-size: 16px;
  }
}
.er-data-tables .transparent-header-table .el-table th.is-leaf {
  border-bottom: unset;
}
.er-data-tables .transparent-header-table .el-table td:first-of-type {
  border-left: 1px solid #ebeef5;
  border-top: 1px solid #ebeef5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.er-data-tables .transparent-header-table .el-table td:last-of-type {
  border-right: 1px solid #ebeef5;
  border-top: 1px solid #ebeef5;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.er-data-tables .transparent-header-table .el-table .el-table__header th {
  background-color: #fcfcfc;
  color: #6c7b8a;
}
.er-data-tables
  .transparent-header-table
  .el-table
  .el-table__header
  th
  > .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  width: 100%;
  font-weight: 600;
  font-size: 13px !important;
  line-height: 20px;
}
.er-data-tables .transparent-header-table .el-table .el-table__expanded-cell {
  padding: 20px 28px;
}
.er-data-tables
  .transparent-header-table
  .el-table
  .er-data-tables__header-row:nth-child(2) {
  display: none;
}
.er-data-tables .transparent-header-table .el-table td .cell:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.er-data-tables
  .transparent-header-table
  .el-table__fixed-footer-wrapper
  tbody
  td,
.er-data-tables .transparent-header-table .el-table__footer-wrapper tbody td {
  background-color: #f9f9f9;
  color: #000;
}
.er-data-tables .transparent-header-table .el-table:before,
.er-data-tables .transparent-header-table .el-table__fixed:before {
  background-color: #f9f9f9;
}
.er-data-tables .transparent-header-table .el-button {
  padding: 0;
}
.er-data-tables .no-borders .el-table--border td,
.er-data-tables
  .no-borders
  .el-table__body-wrapper
  .el-table--border.is-scrolling-left
  ~ .el-table__fixed {
  border-top: none;
  border-left: none;
  border-right: none;
}
.er-data-tables .no-borders .el-table--border th {
  border: none;
}
.er-data-tables .el-table--border:after,
.er-data-tables .el-table--group:after,
.er-data-tables .el-table:before {
  content: "";
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
.er-data-tables .el-table--border,
.er-data-tables .el-table--group {
  border: none;
}
.tooltip[data-v-7a676657] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-7a676657] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-7a676657] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-7a676657] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-7a676657] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-7a676657] {
  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-7a676657] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-7a676657] {
  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-7a676657] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-7a676657] {
  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-7a676657] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-7a676657] {
  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-7a676657] {
  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-7a676657] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-7a676657] {
  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-7a676657] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.date-header-container .el-date-range-picker__content[data-v-7a676657] {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 0;
}
.el-date-range-picker__content[data-v-7a676657] {
  padding-bottom: 16px;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.el-picker-panel__shortcut[data-v-7a676657] {
  font-size: 11px;
}
@media screen and (min-width: 1440px) {
  .el-picker-panel__shortcut .el-range-input[data-v-7a676657] {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .el-picker-panel__shortcut .el-range-input[data-v-7a676657] {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .el-picker-panel__shortcut .el-range-input[data-v-7a676657] {
    font-size: 16px;
  }
}
.el-picker-panel__body p[data-v-7a676657] {
  font-size: 11px;
}
@media screen and (min-width: 1440px) {
  .el-picker-panel__body p[data-v-7a676657] {
    font-size: 11px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .el-picker-panel__body .el-range-input[data-v-7a676657] {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .el-picker-panel__body .el-range-input[data-v-7a676657] {
    font-size: 16px;
  }
}
.el-picker-panel [slot="sidebar"] + .el-picker-panel__body[data-v-7a676657],
.el-picker-panel__sidebar + .el-picker-panel__body[data-v-7a676657] {
  margin-left: 120px;
}
.tooltip[data-v-0dd922c9] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-0dd922c9] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-0dd922c9] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-0dd922c9] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-0dd922c9] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-0dd922c9] {
  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-0dd922c9] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-0dd922c9] {
  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-0dd922c9] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-0dd922c9] {
  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-0dd922c9] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-0dd922c9] {
  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-0dd922c9] {
  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-0dd922c9] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-0dd922c9] {
  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-0dd922c9] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.el-date-editor .el-range__icon[data-v-0dd922c9] {
  font-size: 11px;
}
.el-date-table {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-date-table {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-date-table {
    font-size: 16px;
  }
}
.er-date-picker-popper .el-picker-panel__sidebar {
  width: 120px;
}
.er-date-picker-popper
  .el-time-spinner
  .el-time-spinner__wrapper:first-child
  .el-scrollbar__thumb {
  height: 40px;
}
.er-date-picker-popper
  .el-time-spinner
  .el-time-spinner__wrapper:nth-child(2)
  .el-scrollbar__thumb {
  height: 17px;
}
.er-date-picker-popper .el-picker-panel__shortcut {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-date-picker-popper .el-picker-panel__shortcut {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-date-picker-popper .el-picker-panel__shortcut {
    font-size: 16px;
  }
}
.el-picker-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  text-align: right;
  background-color: #fff;
  position: relative;
  font-size: 0;
  margin-left: 120px;
}
.date-picker {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.date-picker.el-date-editor--date,
.date-picker.el-date-editor--daterange.el-input,
.date-picker.el-date-editor--daterange.el-input__inner,
.date-picker.el-date-editor--datetimerange.el-input,
.date-picker.el-date-editor--datetimerange.el-input__inner,
.date-picker.el-date-editor--timerange.el-input,
.date-picker.el-date-editor--timerange.el-input__inner {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: var(--date-picker-width);
}
.date-picker.el-range-editor.el-input__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.date-picker.el-range-editor--mini .el-range-input {
  font-size: 14px;
}
.date-picker .el-range__icon {
  line-height: 1;
  height: unset;
}
.date-picker .el-range__close-icon,
.date-picker .el-range__icon {
  line-height: 1.25;
}
.date-picker.el-date-editor .el-range__icon {
  font-size: 14px;
}
.date-picker.el-range-editor--mini .el-range-separator {
  height: unset;
  line-height: 1;
  font-size: 14px;
  width: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .date-picker.el-range-editor--mini .el-range-separator {
    width: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .date-picker.el-range-editor--mini .el-range-separator {
    width: 20px;
  }
}
.date-picker.hide-clear-icon .el-range__close-icon {
  display: none;
}
.toolbar-layout.space > :not(:last-child):not(.filler) {
  margin-right: var(--gap-units);
  -ms-flex-item-align: center;
  align-self: center;
}
.toolbar-layout.space > :not(:first-child):not(.filler) {
  margin-left: var(--gap-units);
  -ms-flex-item-align: center;
  align-self: center;
}
.toolbar-layout.line > :not(:last-child):not(.filler) {
  border-right: 1px solid #5b6271;
  padding-right: 5px;
  margin-right: 5px;
}
.toolbar-layout .filler {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.er-date-range-filter__date-range-2 {
  top: 225px !important;
}
.er-date-range-filter__date-range-1
  .el-picker-panel
  [slot="sidebar"]
  + .el-picker-panel__body,
.er-date-range-filter__date-range-1
  .el-picker-panel__sidebar
  + .el-picker-panel__body,
.er-date-range-filter__date-range-2
  .el-picker-panel
  [slot="sidebar"]
  + .el-picker-panel__body,
.er-date-range-filter__date-range-2
  .el-picker-panel__sidebar
  + .el-picker-panel__body {
  margin-left: 120px;
}
.er-date-range-filter--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.er-date-range-filter--2 .el-row {
  margin-bottom: 5px;
}
.er-date-range-filter--2 .el-range-editor--mini .el-range-input {
  font-size: 14px;
}
.er-date-range-filter--2 .date-range-picker-1.is-active,
.er-date-range-filter--2 .date-range-picker-1.is-active:hover {
  border-color: #233a73;
}
.er-date-range-filter--2 .date-range-picker-2.is-active,
.er-date-range-filter--2 .date-range-picker-2.is-active:hover {
  border-color: #fc196b;
}
.er-date-range-filter--2.el-range-editor--mini .el-range-separator {
  height: unset;
  line-height: 1.15;
  font-size: 14px;
  width: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-date-range-filter--2.el-range-editor--mini .el-range-separator {
    width: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-date-range-filter--2.el-range-editor--mini .el-range-separator {
    width: 20px;
  }
}
.er-date-range-filter--2 .el-tag {
  height: 28px;
  line-height: 28px;
  margin-left: 10px;
}
.er-date-range-filter--2 .el-tag-1 {
  background-color: #233a73;
  border-color: #233a73;
  color: #fff;
}
.er-date-range-filter--2 .el-tag-2 {
  background-color: #fc196b;
  border-color: #fc196b;
  color: #fff;
}
.er-date-range-filter--2 .icon-container {
  display: table;
  margin: auto;
}
.er-date-range-filter--2 .icon-container svg {
  display: table-cell;
}
.er-dialog .el-dialog__header {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.er-dialog .el-dialog__header .el-dialog__title {
  color: #0a2463;
  opacity: 0.9;
}
.er-dialog .el-dialog__header svg + .el-dialog__title {
  margin-left: 10px;
}
.er-dialog .el-dialog__header span + span {
  margin-left: 5px;
}
.er-dialog .el-dialog__footer {
  border-top: 1px solid #f0f0f0;
  padding: 10px;
}
.er-dialog .el-dialog__body {
  padding: 10px 20px;
}
.er-dialog .el-form:not(.el-form--label-top) .el-form-item--mini.el-form-item,
.er-dialog .el-form:not(.el-form--label-top) .el-form-item--small.el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.er-dialog
  .el-form:not(.el-form--label-top)
  .el-form-item--mini.el-form-item
  .el-form-item__label,
.er-dialog
  .el-form:not(.el-form--label-top)
  .el-form-item--small.el-form-item
  .el-form-item__label {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dialog
    .el-form:not(.el-form--label-top)
    .el-form-item--mini.el-form-item
    .el-form-item__label,
  .er-dialog
    .el-form:not(.el-form--label-top)
    .el-form-item--small.el-form-item
    .el-form-item__label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dialog
    .el-form:not(.el-form--label-top)
    .el-form-item--mini.el-form-item
    .el-form-item__label,
  .er-dialog
    .el-form:not(.el-form--label-top)
    .el-form-item--small.el-form-item
    .el-form-item__label {
    font-size: 16px;
  }
}
.er-dialog .el-input--small .el-input__inner {
  height: 32px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dialog .el-input--small .el-input__inner {
    height: 32px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dialog .el-input--small .el-input__inner {
    height: 40px;
  }
}
.er-dialog .el-dialog__headerbtn .el-dialog__close {
  color: #f54e5e;
  font-size: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dialog .el-dialog__headerbtn .el-dialog__close {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dialog .el-dialog__headerbtn .el-dialog__close {
    font-size: 24px;
  }
}
.er-dialog .el-dialog__headerbtn {
  top: 10px;
}
.er-dialog .el-form-item--small .el-form-item__error {
  padding-top: 2px;
}
.er-dialog .el-form-item--small.el-form-item .el-form-item__label {
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dialog .el-form-item--small.el-form-item .el-form-item__label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dialog .el-form-item--small.el-form-item .el-form-item__label {
    font-size: 20px;
  }
}
.er-dialog .el-input--small {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dialog .el-input--small {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dialog .el-input--small {
    font-size: 20px;
  }
}
.er-dialog .el-dialog__title {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dialog .el-dialog__title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dialog .el-dialog__title {
    font-size: 20px;
  }
}
.el-select-dropdown__item {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-select-dropdown__item {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-select-dropdown__item {
    font-size: 20px;
  }
}
.el-button--success {
  background: #155dbe;
  border-radius: 2px;
  border-color: #155dbe;
  padding: 8px;
  height: 32px;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-button--success {
    height: 37px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-button--success {
    height: 45px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-button--success {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-button--success {
    font-size: 20px;
  }
}
.el-button--success:focus,
.el-button--success:hover {
  background: #155dbe;
  border-color: #155dbe;
  color: #fff;
}
.er-dropdown-menu {
  display: inline-block;
  position: relative;
  color: #606266;
  cursor: pointer;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dropdown-menu {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dropdown-menu {
    font-size: 20px;
  }
}
.er-dropdown-menu .el-dropdown-menu__item {
  position: relative;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dropdown-menu .el-dropdown-menu__item {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dropdown-menu .el-dropdown-menu__item {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dropdown-menu .el-dropdown-menu__item {
    height: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dropdown-menu .el-dropdown-menu__item {
    height: 40px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dropdown-menu .el-dropdown-menu__item {
    line-height: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dropdown-menu .el-dropdown-menu__item {
    line-height: 40px;
  }
}
.er-dropdown-menu .el-dropdown-menu__item .item-prefix {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.er-dropdown,
.er-dropdown-menu .el-dropdown-menu__item:focus,
.er-dropdown-menu .el-dropdown-menu__item:not(.is-disabled):hover {
  color: #606266;
}
.er-dropdown {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dropdown {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dropdown {
    font-size: 20px;
  }
}
.er-dropdown .er-dropdown-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.er-dropdown .er-dropdown-trigger .action-icon {
  cursor: pointer;
  color: #000;
  opacity: 0.3;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dropdown .er-dropdown-trigger .action-icon {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dropdown .er-dropdown-trigger .action-icon {
    font-size: 26px;
  }
}
.er-dropdown .er-dropdown-trigger .action-icon:hover {
  opacity: 1;
  cursor: pointer;
  color: #000;
}
.er-dropdown .er-dropdown-trigger__title {
  text-transform: capitalize;
}
.er-dropdown .er-dropdown-trigger__prefix {
  text-align: center;
}
.er-dropdown .er-dropdown-trigger__prefix [class^="material-icons-"] {
  font-size: 16px;
  color: rgba(10, 36, 99, 0.7686274509803922);
  font-weight: 400;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dropdown .er-dropdown-trigger__prefix [class^="material-icons-"] {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dropdown .er-dropdown-trigger__prefix [class^="material-icons-"] {
    font-size: 26px;
  }
}
.er-dropdown .er-dropdown-trigger__prefix * {
  vertical-align: middle;
}
.er-dropdown .er-dropdown-trigger__suffix {
  text-align: center;
}
.er-dropdown .er-dropdown-trigger__suffix [class^="material-icons-"] {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dropdown .er-dropdown-trigger__suffix [class^="material-icons-"] {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dropdown .er-dropdown-trigger__suffix [class^="material-icons-"] {
    font-size: 26px;
  }
}
.er-dropdown .er-dropdown-trigger__suffix * {
  vertical-align: middle;
}
.er-dropdown .er-dropdown-trigger__prefix + .er-dropdown-trigger__suffix,
.er-dropdown .er-dropdown-trigger__prefix + .er-dropdown-trigger__title,
.er-dropdown .er-dropdown-trigger__title + .er-dropdown-trigger__suffix {
  margin-left: 5px;
}
.er-dropdown .er-dropdown-trigger__suffix .er-icon-caret {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #606266;
  cursor: pointer;
}
.er-dropdown .er-dropdown-trigger__suffix .er-icon-caret.is-reverse {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #606266;
}
.tooltip[data-v-4ef2b77b] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-4ef2b77b] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-4ef2b77b] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-4ef2b77b] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-4ef2b77b] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-4ef2b77b] {
  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-4ef2b77b] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-4ef2b77b] {
  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-4ef2b77b] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-4ef2b77b] {
  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-4ef2b77b] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-4ef2b77b] {
  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-4ef2b77b] {
  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-4ef2b77b] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-4ef2b77b] {
  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-4ef2b77b] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.er-empty-container[data-v-4ef2b77b] {
  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;
  height: 100%;
  margin: auto;
}
.er-empty-container .er-empty__image-wrapper img[data-v-4ef2b77b] {
  width: 50px;
  height: 50px;
}
.er-empty-container .er-empty__text-wrapper[data-v-4ef2b77b] {
  font-size: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-empty-container .er-empty__text-wrapper[data-v-4ef2b77b] {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-empty-container .er-empty__text-wrapper[data-v-4ef2b77b] {
    font-size: 0.8em;
  }
}
.highlightSearchComponent {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: break-spaces;
}
.highlightSearchComponent .highlight {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tooltip[data-v-67391784] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-67391784] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-67391784] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-67391784] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-67391784] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-67391784] {
  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-67391784] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-67391784] {
  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-67391784] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-67391784] {
  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-67391784] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-67391784] {
  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-67391784] {
  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-67391784] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-67391784] {
  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-67391784] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.er-legend-container[data-v-67391784] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 0 8px;
  height: 28px;
  min-height: unset;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.er-legend-no-bg[data-v-67391784] {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.er-legend-no-title[data-v-67391784] {
  gap: 0;
  padding: 0;
}
.er-legend-no-title .er-legend-symbol[data-v-67391784] {
  margin-right: 0;
  border: none;
}
.er-legend-no-title .er-legend-symbol.rectangle[data-v-67391784] {
  width: 32px;
}
.er-legend-item[data-v-67391784] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.er-legend-item.er-legend-static[data-v-67391784] {
  cursor: default;
  opacity: 0.7;
}
.er-legend-symbol[data-v-67391784] {
  display: inline-block;
  margin-right: 8px;
  border: 1.5px solid #ccc;
  vertical-align: middle;
}
.er-legend-symbol.circle[data-v-67391784] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.er-legend-symbol.square[data-v-67391784] {
  width: 14px;
  height: 14px;
  border-radius: 3px;
}
.er-legend-symbol.rectangle[data-v-67391784] {
  width: 28px;
  height: 14px;
  line-height: 14px;
}
.er-legend-label[data-v-67391784] {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 14px;
  vertical-align: middle;
}
.er-list-filter-pop-container {
  padding: 0 !important;
  min-width: 200px;
}
.er-list-filter-pop-container .er-list-filter__wrap {
  max-height: 274px;
}
.er-list-filter-pop-container .el-tree-node__content {
  height: 26px;
  padding-right: 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-list-filter-pop-container .el-tree-node__content {
    height: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-list-filter-pop-container .el-tree-node__content {
    height: 35px;
  }
}
.er-list-filter-pop-container .el-tree-node__label {
  font-size: 12px;
}
.er-list-filter-pop-container
  .el-checkbox__input.is-checked
  .el-checkbox__inner,
.er-list-filter-pop-container
  .el-checkbox__input.is-indeterminate
  .el-checkbox__inner {
  background-color: #0a2463;
  border-color: #0a2463;
  font-weight: 600;
}
.er-list-filter-pop-container
  .el-checkbox__input.is-checked
  + .el-checkbox__label {
  color: #0a2463;
  font-weight: 600;
}
.er-list-filter-pop-container
  .el-checkbox__input.is-disabled.is-checked
  .el-checkbox__inner {
  background-color: #f2f6fc;
  border-color: #dcdfe6;
}
.er-list-filter-pop-container
  .el-checkbox__input.is-disabled
  + span.el-checkbox__label {
  color: #c0c4cc;
  cursor: not-allowed;
}
.er-list-filter-pop-container .el-popover__title {
  padding: 8px;
  margin-bottom: 0;
  border-bottom: 1px solid #d3d3d3;
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-list-filter-pop-container .el-popover__title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-list-filter-pop-container .el-popover__title {
    font-size: 16px;
  }
}
.er-list-filter-pop-container .er-list-filter__save-pref-row {
  border-top: 1px solid #d3d3d3;
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
}
.er-list-filter-pop-container
  .er-list-filter__save-pref-row
  > :not(:first-child) {
  margin-left: 10px;
  font-size: 0.8em;
  color: #4c68ef;
}
.er-list-filter-pop-container .er-list-filter__save-pref-row:hover {
  cursor: pointer;
}
.er-list-filter-pop-container .btn-save-pref {
  width: 100%;
  text-align: left;
}
.er-list-filter-pop-container .el-checkbox__label {
  font-size: 12px;
}
.er-list-filter-pop-container .er-list-filter__search-wrapper {
  padding: 5px;
}
.er-list-filter-pop-container .er-list-filter__empty {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: #999;
  font-size: 14px;
}
.er-list-filter-pop-container .er-list-filter__wrapper {
  overflow-x: hidden;
}
.er-list-filter-pop-container .er-list-filter__wrapper .el-checkbox {
  width: calc(100% - 10px);
  margin-right: unset;
  padding: 0 5px;
  height: 28px;
  line-height: 28px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-list-filter-pop-container .er-list-filter__wrapper .el-checkbox {
    height: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-list-filter-pop-container .er-list-filter__wrapper .el-checkbox {
    height: 32px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-list-filter-pop-container .er-list-filter__wrapper .el-checkbox {
    line-height: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-list-filter-pop-container .er-list-filter__wrapper .el-checkbox {
    line-height: 32px;
  }
}
.er-list-filter-pop-container .er-list-filter__wrapper .el-checkbox:hover {
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.er-list-filter-pop-container .er-list-filter__wrapper .el-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.er-list-filter,
.er-list-filter > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.er-list-filter > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.er-list-filter .btn-list-trigger {
  padding: 0;
  vertical-align: middle;
  opacity: 0.3;
  color: #000;
}
.er-list-filter .btn-list-trigger:hover {
  padding: 0;
  vertical-align: middle;
  opacity: 1;
}
.image__eruvaka--100 {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.mode-color[data-v-44a32c8f] {
  height: 12px;
  width: 12px;
  padding-right: 4px;
}
.tooltip[data-v-2ad7f176] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-2ad7f176] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-2ad7f176] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-2ad7f176] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-2ad7f176] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-2ad7f176] {
  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-2ad7f176] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-2ad7f176] {
  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-2ad7f176] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-2ad7f176] {
  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-2ad7f176] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-2ad7f176] {
  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-2ad7f176] {
  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-2ad7f176] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-2ad7f176] {
  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-2ad7f176] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.no-location[data-v-2ad7f176] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  background: #fff;
}
.no-location #info[data-v-2ad7f176] {
  margin-right: 8px;
  margin-left: 16px;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .no-location #info[data-v-2ad7f176] {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .no-location #info[data-v-2ad7f176] {
    font-size: 16px;
  }
}
.no-location .el-button p[data-v-2ad7f176] {
  text-transform: uppercase;
}
.er-select-with-options__dropdown .el-select-dropdown__item.selected,
.er-select-with-options__dropdown.is-multiple
  .el-select-dropdown__item.selected {
  color: #0a2463;
}
.er-select-with-options__dropdown .el-select-dropdown__item {
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0 15px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-select-with-options__dropdown .el-select-dropdown__item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-select-with-options__dropdown .el-select-dropdown__item {
    font-size: 16px;
  }
}
.er-select-with-options__dropdown
  .el-select-dropdown__item.select-all:not(:hover) {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
}
.er-select-with-options {
  width: 100%;
}
.er-select-with-options .el-input__inner {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
.er-select-with-options .el-input .el-select__caret {
  font-weight: bolder;
}
.er-select-with-options.no-border .el-input__inner {
  border: none;
}
.er-select-with-options.no-border .el-input__suffix-inner i {
  color: #0a2463;
}
.server-side-pagination-table .no-data__img {
  width: 50px;
  height: 50px;
}
.server-side-pagination-table .no-data__text {
  text-transform: capitalize;
  font-size: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .server-side-pagination-table .no-data__text {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1920px) {
  .server-side-pagination-table .no-data__text {
    font-size: 0.8em;
  }
}
.server-side-pagination-table .server-side-pagination-table > .el-table {
  font-size: 11px !important;
}
.server-side-pagination-table .el-select {
  width: 100%;
}
.server-side-pagination-table .server-side-pagination-table > .pagination-bar {
  margin-top: 10px;
}
.server-side-pagination-table .el-table .caret-wrapper {
  height: 22px;
  width: 10px;
  padding-left: 2px;
}
.server-side-pagination-table .el-table .caret-wrapper .sort-caret {
  position: relative;
}
.server-side-pagination-table .el-table .caret-wrapper .sort-caret.ascending {
  left: 0;
  top: 0;
  margin-bottom: 2px;
}
.server-side-pagination-table .el-table .caret-wrapper .sort-caret.descending {
  left: 0;
  bottom: 0;
}
.server-side-pagination-table .el-pagination .el-input--mini .el-input__inner {
  height: 22px;
  line-height: 22px;
}
.server-side-pagination-table .el-pagination .el-input--mini .el-input__icon {
  line-height: 22px;
}
.server-side-pagination-table .el-table th .cell {
  font-weight: 600;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .server-side-pagination-table .el-table th .cell {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .server-side-pagination-table .el-table th .cell {
    font-size: 16px;
  }
}
.server-side-pagination-table .el-table__header .cell {
  background-color: #fff;
  color: #233a73 !important;
}
.server-side-pagination-table .el-table__header .cell > .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  width: 100%;
  font-weight: 600;
  line-height: 20px;
}
.server-side-pagination-table .el-table__body .cell,
.server-side-pagination-table .el-table__header .cell {
  font-weight: 500;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .server-side-pagination-table .el-table__body .cell,
  .server-side-pagination-table .el-table__header .cell {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .server-side-pagination-table .el-table__body .cell,
  .server-side-pagination-table .el-table__header .cell {
    font-size: 16px;
  }
}
.server-side-pagination-table .pagination-bar {
  margin-top: 10px;
}
.server-side-pagination-table
  .pagination-bar
  .el-pagination
  .el-pagination__total {
  margin-left: 24px;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination
    .el-pagination__total {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination
    .el-pagination__total {
    font-size: 16px;
  }
}
.server-side-pagination-table
  .pagination-bar
  .el-pagination
  .el-pagination__jump,
.server-side-pagination-table
  .pagination-bar
  .el-pagination
  .el-pagination__sizes {
  font-size: 12px;
  -ms-flex-item-align: center;
  align-self: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination
    .el-pagination__jump,
  .server-side-pagination-table
    .pagination-bar
    .el-pagination
    .el-pagination__sizes {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination
    .el-pagination__jump,
  .server-side-pagination-table
    .pagination-bar
    .el-pagination
    .el-pagination__sizes {
    font-size: 16px;
  }
}
.server-side-pagination-table
  .pagination-bar
  .el-pagination
  .el-pagination__jump
  .el-input
  .el-input__inner,
.server-side-pagination-table
  .pagination-bar
  .el-pagination
  .el-pagination__sizes
  .el-input
  .el-input__inner {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination
    .el-pagination__jump
    .el-input
    .el-input__inner,
  .server-side-pagination-table
    .pagination-bar
    .el-pagination
    .el-pagination__sizes
    .el-input
    .el-input__inner {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination
    .el-pagination__jump
    .el-input
    .el-input__inner,
  .server-side-pagination-table
    .pagination-bar
    .el-pagination
    .el-pagination__sizes
    .el-input
    .el-input__inner {
    font-size: 16px;
  }
}
.server-side-pagination-table
  .pagination-bar
  .el-pagination
  .el-pagination__jump
  .el-input
  .el-input__icon,
.server-side-pagination-table
  .pagination-bar
  .el-pagination
  .el-pagination__sizes
  .el-input
  .el-input__icon {
  line-height: 22px;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination
    .el-pagination__jump
    .el-input
    .el-input__icon,
  .server-side-pagination-table
    .pagination-bar
    .el-pagination
    .el-pagination__sizes
    .el-input
    .el-input__icon {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination
    .el-pagination__jump
    .el-input
    .el-input__icon,
  .server-side-pagination-table
    .pagination-bar
    .el-pagination
    .el-pagination__sizes
    .el-input
    .el-input__icon {
    font-size: 16px;
  }
}
.server-side-pagination-table
  .pagination-bar
  .el-pagination.el-pagination
  .el-select
  .el-input {
  min-width: 90px;
  margin: unset;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination.el-pagination
    .el-select
    .el-input {
    min-width: 110px;
  }
}
@media only screen and (min-width: 1920px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination.el-pagination
    .el-select
    .el-input {
    min-width: 120px;
  }
}
.server-side-pagination-table
  .pagination-bar
  .el-pagination.pagination-with-slot {
  vertical-align: middle;
  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;
}
.server-side-pagination-table
  .pagination-bar
  .el-pagination.pagination-with-slot
  .btn-next
  .el-icon,
.server-side-pagination-table
  .pagination-bar
  .el-pagination.pagination-with-slot
  .btn-prev
  .el-icon,
.server-side-pagination-table
  .pagination-bar
  .el-pagination.pagination-with-slot
  .el-pager
  .number {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination.pagination-with-slot
    .btn-next
    .el-icon,
  .server-side-pagination-table
    .pagination-bar
    .el-pagination.pagination-with-slot
    .btn-prev
    .el-icon,
  .server-side-pagination-table
    .pagination-bar
    .el-pagination.pagination-with-slot
    .el-pager
    .number {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination.pagination-with-slot
    .btn-next
    .el-icon,
  .server-side-pagination-table
    .pagination-bar
    .el-pagination.pagination-with-slot
    .btn-prev
    .el-icon,
  .server-side-pagination-table
    .pagination-bar
    .el-pagination.pagination-with-slot
    .el-pager
    .number {
    font-size: 16px;
  }
}
.server-side-pagination-table
  .pagination-bar
  .el-pagination.pagination-with-slot
  .el-pagination__rightwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.server-side-pagination-table
  .pagination-bar
  .el-pagination.pagination-with-slot
  .el-pagination__leftwrapper {
  width: 40%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.server-side-pagination-table
  .pagination-bar
  .el-pagination.pagination-with-slot.el-pagination
  button {
  display: inline-block;
  font-size: 12px;
  height: unset;
  line-height: unset;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination.pagination-with-slot.el-pagination
    button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination.pagination-with-slot.el-pagination
    button {
    font-size: 16px;
  }
}
.server-side-pagination-table
  .pagination-bar
  .el-pagination.pagination-with-slot.el-pagination
  button.er-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.server-side-pagination-table
  .pagination-bar
  .el-pagination.pagination-with-slot.el-pagination
  button.er-button
  span {
  height: unset;
  line-height: unset;
  font-size: 11px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination.pagination-with-slot.el-pagination
    button.er-button
    span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .server-side-pagination-table
    .pagination-bar
    .el-pagination.pagination-with-slot.el-pagination
    button.er-button
    span {
    font-size: 15px;
  }
}
.server-side-pagination-table
  .pagination-bar
  .el-pagination.pagination-with-slot.el-pagination
  button
  span.material-icons-round {
  min-width: 16px;
}
.server-side-pagination-table.card-row-table
  .server-side-pagination-table__header-row,
.server-side-pagination-table.card-row-table
  .server-side-pagination-table__row {
  -webkit-box-shadow: 1px 1px 6px 2px #e3d1d1;
  box-shadow: 1px 1px 6px 2px #e3d1d1;
}
.server-side-pagination-table.card-row-table
  .server-side-pagination-table__row
  .el-table_1_column_1
  .cell,
.server-side-pagination-table.card-row-table
  .server-side-pagination-table__row
  td:first-child
  .cell {
  margin-left: 10px !important;
}
.server-side-pagination-table.card-row-table .el-table__body,
.server-side-pagination-table.card-row-table .el-table__header {
  border-spacing: 0 12px;
}
.server-side-pagination-table.card-row-table .el-table td,
.server-side-pagination-table.card-row-table .el-table th.is-leaf {
  border-bottom: unset;
}
.server-side-pagination-table.card-row-table .el-table--mini td,
.server-side-pagination-table.card-row-table .el-table--mini th,
.server-side-pagination-table.card-row-table .el-table td,
.server-side-pagination-table.card-row-table .el-table th {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.server-side-pagination-table
  .white-header-table
  .el-pagination.is-background
  .el-pager
  li:not(.disabled).active {
  background-color: #1966a1;
  color: #fff;
}
.server-side-pagination-table
  .white-header-table
  .el-table
  .descending
  .sort-caret.descending {
  border-top-color: #1966a1;
}
.server-side-pagination-table
  .white-header-table
  .el-table
  .ascending
  .sort-caret.ascending {
  border-bottom-color: #1966a1;
}
.server-side-pagination-table
  .white-header-table
  .er-data-tables__border
  .el-data-table--border {
  border: none;
}
.server-side-pagination-table .white-header-table .el-table__header-wrapper {
  border-bottom: 0.9px solid rgba(108, 123, 138, 0.23137254901960785);
}
.server-side-pagination-table .white-header-table .el-table--mini td,
.server-side-pagination-table .white-header-table .el-table--mini th,
.server-side-pagination-table .white-header-table .el-table td,
.server-side-pagination-table .white-header-table .el-table th {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
}
.server-side-pagination-table .white-header-table .el-table .cell {
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
  border: none;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .server-side-pagination-table .white-header-table .el-table .cell {
    line-height: 25px;
  }
}
@media only screen and (min-width: 1920px) {
  .server-side-pagination-table .white-header-table .el-table .cell {
    line-height: 30px;
  }
}
.server-side-pagination-table .white-header-table .el-table .cell .el-tag {
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .server-side-pagination-table .white-header-table .el-table .cell .el-tag {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .server-side-pagination-table .white-header-table .el-table .cell .el-tag {
    font-size: 16px;
  }
}
.server-side-pagination-table
  .white-header-table
  .el-table
  .cell
  .el-tag
  + .el-tag {
  margin-right: 2px;
  margin-left: 2px;
}
.server-side-pagination-table .white-header-table .el-table .cell .el-input {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .server-side-pagination-table .white-header-table .el-table .cell .el-input {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .server-side-pagination-table .white-header-table .el-table .cell .el-input {
    font-size: 16px;
  }
}
.server-side-pagination-table .white-header-table .el-table th.is-leaf {
  border-bottom: unset;
}
.server-side-pagination-table
  .white-header-table
  .el-table
  .el-table__header
  th {
  background-color: #fff;
  color: #233a73;
}
.server-side-pagination-table
  .white-header-table
  .el-table
  .el-table__header
  th
  > .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  width: 100%;
  font-weight: 600;
  line-height: 20px;
}
.server-side-pagination-table
  .white-header-table
  .el-table
  .el-table__expanded-cell {
  padding: 20px 28px;
}
.server-side-pagination-table
  .white-header-table
  .el-table
  .er-data-tables__header-row:nth-child(2) {
  display: none;
}
.server-side-pagination-table
  .white-header-table
  .el-table
  td
  .cell:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.server-side-pagination-table
  .white-header-table
  .el-table__fixed-footer-wrapper
  tbody
  td,
.server-side-pagination-table
  .white-header-table
  .el-table__footer-wrapper
  tbody
  td {
  background-color: #f9f9f9;
  color: #000;
}
.server-side-pagination-table .white-header-table .el-table:before,
.server-side-pagination-table .white-header-table .el-table__fixed:before {
  background-color: #f9f9f9;
}
.server-side-pagination-table .white-header-table .er-button.el-button--text i {
  color: #66b1ff;
}
.er-single-day-picker {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  width: 100px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-single-day-picker {
    width: 115px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-single-day-picker {
    width: 140px;
  }
}
.er-single-day-picker.is-disabled .el-input__inner {
  background-color: transparent;
}
.er-single-day-picker.is-disabled .el-icon-arrow-left,
.er-single-day-picker.is-disabled .el-icon-arrow-right {
  cursor: not-allowed;
  opacity: 0.5;
}
.er-single-day-picker .el-icon-arrow-left,
.er-single-day-picker .el-icon-arrow-right {
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-single-day-picker .el-icon-arrow-left,
  .er-single-day-picker .el-icon-arrow-right {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-single-day-picker .el-icon-arrow-left,
  .er-single-day-picker .el-icon-arrow-right {
    font-size: 16px;
  }
}
.er-single-day-picker .el-input__icon {
  line-height: 28px;
  width: 16px;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-single-day-picker .el-input__icon {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-single-day-picker .el-input__icon {
    font-size: 16px;
  }
}
.er-single-day-picker .el-input__inner {
  border: unset;
  text-align: center;
  padding-right: 0;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-single-day-picker .el-input__inner {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-single-day-picker .el-input__inner {
    font-size: 16px;
  }
}
.er-single-day-picker .el-input__prefix {
  left: 0;
}
.er-single-day-picker .el-input--prefix .el-input__inner {
  padding-left: 16px;
}
.er-single-day-picker .el-date-editor.el-input,
.er-single-day-picker .el-date-editor.el-input__inner {
  width: 100%;
}
.er-tabs .el-tabs__item:focus,
.er-tabs .el-tabs__item:focus:active {
  outline: none;
}
.er-tabs .el-tabs__item:focus.is-active.is-focus:not(:active) {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.er-tabs .el-tabs__nav-scroll {
  background: #fff;
}
.er-tabs .el-tabs__nav {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.er-tabs .el-tabs__item.is-active {
  color: #0a2463;
  opacity: 1;
  font-weight: 600;
}
.er-tabs .el-tabs__active-bar {
  background-color: #0a2463;
  padding-left: 12px;
  padding-right: 12px;
}
.er-tabs .el-tabs__item:hover {
  color: #0a2463;
  cursor: pointer;
}
.er-tabs .el-tabs__header {
  padding: 0;
  position: relative;
  margin: 0 0 0 !important;
}
.er-tabs .el-tabs__content {
  padding: 12px;
  background: #fff;
}
.er-tabs .el-tabs__item {
  font-size: 13px;
  text-align: center;
  opacity: 0.8;
  color: #0a2463;
}
.er-top-route-nav--menu-popup a.router-link-active {
  color: #113168;
}
.er-top-route-nav--menu-popup .menu-title .badge-label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.er-top-route-nav--menu-popup .menu-title .badge-label-text {
  color: #113168;
}
.er-top-route-nav--menu-popup .menu-title .beta-badge {
  background: #f66662;
  color: #fff;
  font-size: 10px;
  border-radius: 8px;
  padding: 2px 6px;
  margin-bottom: 12px;
  line-height: 14px;
  display: inline-block;
}
.el-menu--horizontal.el-menu.type-tab {
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 5px;
}
.el-menu--horizontal.el-menu.type-tab a.router-link-active {
  color: #113168;
}
.el-menu--horizontal.el-menu.type-tab > .el-submenu {
  padding: 0 10px;
}
.el-menu--horizontal.el-menu.type-tab > .el-submenu .el-submenu__title {
  height: var(--header-height);
  line-height: var(--header-height);
  color: #0a2463;
  font-weight: 700;
  border-bottom: 2px solid #0a2463;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-menu--horizontal.el-menu.type-tab > .el-submenu .el-submenu__title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-menu--horizontal.el-menu.type-tab > .el-submenu .el-submenu__title {
    font-size: 20px;
  }
}
.el-menu--horizontal.el-menu.type-tab > .el-menu-item {
  text-align: left;
  line-height: 40px;
  height: 38px;
  color: #0a2463;
  opacity: 0.8;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-menu--horizontal.el-menu.type-tab > .el-menu-item {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-menu--horizontal.el-menu.type-tab > .el-menu-item {
    font-size: 20px;
  }
}
.el-menu--horizontal.el-menu.type-tab > .el-menu-item .menu-title .badge-label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.el-menu--horizontal.el-menu.type-tab
  > .el-menu-item
  .menu-title
  .badge-label-text {
  color: #113168;
}
.el-menu--horizontal.el-menu.type-tab > .el-menu-item .menu-title .beta-badge {
  background: #f66662;
  color: #fff;
  font-size: 10px;
  border-radius: 8px;
  padding: 2px 6px;
  margin-bottom: 12px;
  line-height: 14px;
  display: inline-block;
}
.el-menu--horizontal.el-menu.type-tab > .el-menu-item a {
  text-decoration: none;
}
.el-menu--horizontal.el-menu.type-tab > .el-menu-item:hover {
  opacity: 1;
  cursor: pointer;
}
.el-menu--horizontal.el-menu.type-tab > .el-menu-item.is-active {
  font-weight: 600;
  opacity: 1;
  border-bottom: 2px solid #0a2463;
}
.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;
}
.pondlogs-default-layout {
  height: 100%;
  background-color: #ecf3f9;
  padding: 10px;
}
.pondlogs-default-layout .el-header {
  height: unset !important;
  padding: 0;
}
.pondlogs-default-layout .el-header h3 {
  font-weight: 600;
}
.pondlogs-default-layout .el-main {
  padding: 0;
}
.pondlogs-default-layout .card-layout {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pondlogs-default-layout .card-layout > .el-card__header {
  padding: 10px 10px 10px 20px;
  border-bottom: unset;
  position: absolute;
  width: 99.9%;
  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;
  border-radius: 1px;
  margin-left: -0.5px;
  margin-top: -0.5px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.pondlogs-default-layout .card-layout > .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) {
  .pondlogs-default-layout .card-layout > .el-card__header p.layout-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pondlogs-default-layout .card-layout > .el-card__header p.layout-title {
    font-size: 20px;
  }
}
.pondlogs-default-layout
  .card-layout
  > .el-card__header
  > .el-card__sub-header {
  padding-top: 10px;
}
.pondlogs-default-layout .card-layout.has-sub-header .el-card__body {
  margin-top: 90px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pondlogs-default-layout .card-layout.has-sub-header .el-card__body {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1920px) {
  .pondlogs-default-layout .card-layout.has-sub-header .el-card__body {
    margin-top: 100px;
  }
}
.pondlogs-default-layout .card-layout > .el-card__body {
  padding: 0 20px 0 20px;
  overflow: hidden;
  margin-top: 50px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pondlogs-default-layout .card-layout > .el-card__body {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .pondlogs-default-layout .card-layout > .el-card__body {
    margin-top: 60px;
  }
}
.pondlogs-default-layout .card-layout > .el-card__body > .el-card__footer {
  height: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 9px;
  padding-left: 0;
  padding-right: 0;
}
.pondlogs-default-layout .card-layout > .el-card__body > :last-child {
  margin-bottom: 10px;
}
.pondlogs-default-layout .card-layout .el-input--small {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pondlogs-default-layout .card-layout .el-input--small {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pondlogs-default-layout .card-layout .el-input--small {
    font-size: 20px;
  }
}
.pondlogs-default-layout .card-layout-scroll,
.pondlogs-default-layout .pondlogs-default-layout-scroll {
  background: transparent;
  height: 100%;
}
.pondlogs-default-layout .pondlogs-default-layout-scroll-view {
  padding-right: 10px;
}
.pondlogs-default-layout .card-layout-scroll-wrap,
.pondlogs-default-layout .pondlogs-default-layout-scroll-wrap {
  height: 100%;
  overflow-x: auto;
}
