.filter-badge {
  margin-right: 1.5rem;
}
.filter-badge .el-badge__content {
  right: -0.2rem;
  top: 0.85rem;
  color: #169ca6;
  background-color: #ffffff;
  border: 1px solid #169ca6;
}
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .content-title .content-button-container .toggle-map
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .filter .row-clickable .mobile-table-detail .float-right-bottom
 * .hide-selection .hide-select-all .small-padding .fixed-width
 * .hide-header
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .filter 
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .mobile .is-active
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .mobile .is-active
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .card-content .form-container .form-item
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .detail-content .label .field
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .active
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .error-badge
 */
.search-input i {
  height: 35px;
  width: 35px;
}
.search-input_popper .filter {
  width: 100%;
  border-bottom: 1px dotted #d2d2d2;
  padding-bottom: 5px;
}
.search-input_popper .filter .el-row .el-col {
  margin: 0.25rem 0;
}
.search-input_popper .filter .el-date-editor {
  width: -moz-fit-content;
  width: fit-content;
}
.search-input_popper .filter .el-form-item__label {
  font: normal normal normal 0.85rem/0rem Calibri;
  padding: 0;
  letter-spacing: 0px;
  color: #212121;
  opacity: 1;
  word-break: break-word;
  vertical-align: middle;
}
.search-input_popper .filter .el-form-item {
  margin-bottom: 0px;
}
.search-input_popper .filter .el-select, .search-input_popper .filter .el-input {
  width: 95% !important;
}
.search-input_popper .filter .el-date-editor, .search-input_popper .filter .search-input, .search-input_popper .filter .el-input-number {
  width: 91% !important;
}
.search-input_popper .filter .el-slider {
  width: 86% !important;
  margin-left: 2%;
}
.search-input_popper .filter .el-slider .el-slider__stop {
  background-color: #efefef;
}
.search-input_popper .filter .el-input-number .el-input {
  width: 100% !important;
}
.search-input_popper .filter .button-container {
  margin: 1rem 0;
}
.search-input_popper .filter.mobile .el-form-item {
  margin-bottom: 0px;
}
.search-input_popper .filter.mobile .el-select, .search-input_popper .filter.mobile .el-input, .search-input_popper .filter.mobile .el-date-editor {
  width: 100% !important;
}
.search-input_popper .el-table {
  margin-top: 1rem;
}
.search-input_popper .el-table thead.is-group th {
  background-color: #ffffff;
}
.search-input_popper .el-table.hide-header thead {
  display: none !important;
}
.search-input_popper .el-table.row-clickable .el-table__row {
  cursor: pointer;
}
.search-input_popper .el-table a {
  color: #169ca6;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
.search-input_popper .el-table a:hover {
  color: #107d89;
}
.search-input_popper .el-table .mobile-table-detail div.cell {
  white-space: normal;
}
.search-input_popper .el-table .mobile-table-detail span {
  text-decoration: underline;
  font-weight: bold;
}
.search-input_popper .el-table .mobile-table-detail > .el-button {
  margin-top: 1rem;
}
.search-input_popper .el-table .mobile-table-detail .float-right-bottom {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.search-input_popper .el-table th.el-table__cell {
  border-bottom: 2px solid #d2d2d2 !important;
}
.search-input_popper .el-table th.el-table__cell > .cell {
  word-break: break-word;
  font: normal normal bold 15px/20px Calibri;
  letter-spacing: 0px;
  color: #7F7F7F;
}
.search-input_popper .el-table td.el-table__cell div {
  word-break: break-word;
  font: normal normal normal 0.875rem/1.25rem Calibri;
  color: #404040;
}
.search-input_popper .el-table.el-table--small td.el-table__cell div, .search-input_popper .el-table.el-table--small th.el-table__cell > .cell {
  font-size: 12px;
}
.search-input_popper .el-table.hide-select-all .el-table-column--selection.is-leaf.el-table__cell .el-checkbox {
  display: none;
}
.search-input_popper .el-table.hide-selection td .el-checkbox, .search-input_popper .el-table.hide-selection th .el-checkbox {
  display: none;
}
.search-input_popper .el-table .small-padding .cell {
  padding-left: 5px;
  padding-right: 5px;
}
.search-input_popper .el-table .fixed-width .el-button {
  padding: 7px 10px;
  min-width: 60px;
  font-weight: bold;
}
.search-input_popper .el-table.mobile {
  margin-bottom: 1rem;
}
.search-input_popper .el-table.mobile th.el-table__cell {
  padding: 0;
  background-color: #f8f8f8;
}
.search-input_popper .el-table.mobile td.el-table__cell div, .search-input_popper .el-table.mobile th.el-table__cell > .cell {
  font-size: 0.75rem;
}
.search-input_popper .el-table .el-table__empty-block {
  width: 100% !important;
  position: sticky;
  left: 0;
}
