@media (max-width: 480px) {
.pagination-container {
    overflow-x: scroll;
}
}
.pagination-container.hidden {
  display: none;
}
.pagination-container .custom-total {
  font-size: 13px;
  color: #606266;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  margin: 10px 5px;
  float: left;
  display: flex;
  align-items: flex-end;
}
.pagination-container .custom-total .el-loading-spinner {
  margin-top: -14px;
}
.pagination-container .custom-total .el-loading-spinner .circular {
  height: 28px;
  width: 28px;
}
.pagination-container .el-pagination {
  margin: 10px 0;
  float: left;
}
/**
 * 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
 */
#performance .el-collapse-item.is-disabled .el-collapse-item__header {
  cursor: auto;
}
#performance .el-collapse {
  border: none !important;
}
#performance .el-collapse .el-collapse-item__arrow {
  margin: 0 8px 0 0;
}
#performance .el-collapse .el-collapse-item__header,
#performance .el-collapse .el-collapse-item__wrap {
  border: none !important;
  border-color: #efefef !important;
}
#performance .el-collapse .el-collapse-item__header {
  min-height: 3rem;
}
#performance .el-collapse .el-collapse-item__header.is-active {
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid #efefef !important;
}
#performance .el-collapse .content-title {
  margin: auto 0;
  padding-left: 1rem;
  text-align: left;
  font: normal normal bold 1rem/1.438rem Calibri;
  letter-spacing: 0px;
  color: #212121;
  opacity: 1;
  min-width: 8rem;
}
#performance .el-collapse .content-button-container {
  margin-right: 1rem;
}
#performance .el-collapse .content-button-container .toggle-map {
  line-height: 1rem;
  padding-left: 15px;
}
#performance .el-collapse .content-button-container .toggle-map i {
  margin-left: 0.25rem;
}
#performance .el-collapse .content-button-container .toggle-map i.active {
  color: #169ca6;
}
#performance .el-collapse .el-collapse-item__content {
  margin: 1rem;
}
#performance .el-collapse .mobile .content-title {
  line-height: 3rem;
  padding-left: 0.5rem;
}
#performance .el-collapse .mobile .content-button-container {
  display: flex;
  margin-left: 0.5rem;
  margin-right: 0;
  padding-right: 0.5rem;
  overflow-y: scroll;
}
#performance .el-collapse .mobile .el-collapse-item__content {
  margin: 0.3rem;
  padding: 0;
}
#performance .el-collapse .mobile .el-collapse-item__header.is-active {
  border-bottom: none !important;
}
#performance .filter {
  width: 100%;
  border-bottom: 1px dotted #d2d2d2;
  padding-bottom: 5px;
}
#performance .filter .el-row .el-col {
  margin: 0.25rem 0;
}
#performance .filter .el-date-editor {
  width: -moz-fit-content;
  width: fit-content;
}
#performance .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;
}
#performance .filter .el-form-item {
  margin-bottom: 0px;
}
#performance .filter .el-select, #performance .filter .el-input {
  width: 95% !important;
}
#performance .filter .el-date-editor, #performance .filter .search-input, #performance .filter .el-input-number {
  width: 91% !important;
}
#performance .filter .el-slider {
  width: 86% !important;
  margin-left: 2%;
}
#performance .filter .el-slider .el-slider__stop {
  background-color: #efefef;
}
#performance .filter .el-input-number .el-input {
  width: 100% !important;
}
#performance .filter .button-container {
  margin: 1rem 0;
}
#performance .filter.mobile .el-form-item {
  margin-bottom: 0px;
}
#performance .filter.mobile .el-select, #performance .filter.mobile .el-input, #performance .filter.mobile .el-date-editor {
  width: 100% !important;
}
#performance .el-table {
  margin-top: 1rem;
}
#performance .el-table thead.is-group th {
  background-color: #ffffff;
}
#performance .el-table.hide-header thead {
  display: none !important;
}
#performance .el-table.row-clickable .el-table__row {
  cursor: pointer;
}
#performance .el-table a {
  color: #169ca6;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
#performance .el-table a:hover {
  color: #107d89;
}
#performance .el-table .mobile-table-detail div.cell {
  white-space: normal;
}
#performance .el-table .mobile-table-detail span {
  text-decoration: underline;
  font-weight: bold;
}
#performance .el-table .mobile-table-detail > .el-button {
  margin-top: 1rem;
}
#performance .el-table .mobile-table-detail .float-right-bottom {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
#performance .el-table th.el-table__cell {
  border-bottom: 2px solid #d2d2d2 !important;
}
#performance .el-table th.el-table__cell > .cell {
  word-break: break-word;
  font: normal normal bold 15px/20px Calibri;
  letter-spacing: 0px;
  color: #7F7F7F;
}
#performance .el-table td.el-table__cell div {
  word-break: break-word;
  font: normal normal normal 0.875rem/1.25rem Calibri;
  color: #404040;
}
#performance .el-table.el-table--small td.el-table__cell div, #performance .el-table.el-table--small th.el-table__cell > .cell {
  font-size: 12px;
}
#performance .el-table.hide-select-all .el-table-column--selection.is-leaf.el-table__cell .el-checkbox {
  display: none;
}
#performance .el-table.hide-selection td .el-checkbox, #performance .el-table.hide-selection th .el-checkbox {
  display: none;
}
#performance .el-table .small-padding .cell {
  padding-left: 5px;
  padding-right: 5px;
}
#performance .el-table .fixed-width .el-button {
  padding: 7px 10px;
  min-width: 60px;
  font-weight: bold;
}
#performance .el-table.mobile {
  margin-bottom: 1rem;
}
#performance .el-table.mobile th.el-table__cell {
  padding: 0;
  background-color: #f8f8f8;
}
#performance .el-table.mobile td.el-table__cell div, #performance .el-table.mobile th.el-table__cell > .cell {
  font-size: 0.75rem;
}
#performance .el-table .el-table__empty-block {
  width: 100% !important;
  position: sticky;
  left: 0;
}
#performance .el-radio-group {
  margin-bottom: 1.5rem;
}
#performance .el-radio-group .el-radio-button__inner {
  margin-right: 2rem;
  border-radius: 4rem !important;
  background-color: transparent;
  color: #9f9f9f;
  border: 0 !important;
}
#performance .el-radio-group .is-active .el-radio-button__inner {
  background-color: #ffffff;
  color: #169ca6;
  border: 0;
  box-shadow: none;
  font-weight: bold;
}
#performance .el-radio-group.mobile {
  width: 100%;
  display: flex;
  overflow-y: scroll;
  margin-bottom: 0.75rem;
}
#performance .el-radio-group.mobile .el-radio-button__inner {
  margin: auto;
}
