.dialogPublic .is-fullscreen[data-v-25f5ae0c] {
  width: 95%;
  height: 95%;
  overflow: auto;
  margin-top: 1%;
  position: relative;
}
.dialogPublic[data-v-25f5ae0c] .el-dialog .el-dialog__header {
  height: 50px;
  padding: 10px;
  border-bottom: 1px solid #f3f3f4;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  background-color: #fff;
  border-radius: 8px;
}
.dialogPublic[data-v-25f5ae0c] .el-dialog .el-dialog__headerbtn .el-dialog__close {
  color: #666666;
  font-size: 19px;
}
.dialogPublic[data-v-25f5ae0c] .el-dialog .el-dialog__body {
  padding: 15px;
  overflow-y: auto;
}
.dialogPublic[data-v-25f5ae0c] .el-dialog .is-fullscreen .el-dialog__body {
  height: calc(100% - 101px) !important;
}
.dialogAllHeight .el-dialog__body[data-v-25f5ae0c] {
  height: calc(100% - 50px) !important;
}
@charset "UTF-8";
.battery-model[data-v-2c9db05e] {
  background-color: transparent !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.battery-model .mb20[data-v-2c9db05e] {
  margin-bottom: 20px;
}
.battery-model[data-v-2c9db05e] .search-card {
  border: none;
  border-radius: 8px;
}
.battery-model[data-v-2c9db05e] .search-card .el-card__header {
  padding: 16px 20px;
  border-bottom: 1px solid #ebeef5;
}
.battery-model[data-v-2c9db05e] .search-card .el-card__body {
  padding: 20px;
}
.battery-model[data-v-2c9db05e] .table-card {
  border: none;
  border-radius: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.battery-model[data-v-2c9db05e] .table-card .el-card__header {
  padding: 16px 20px;
  border-bottom: none;
}
.battery-model[data-v-2c9db05e] .table-card .el-card__body {
  padding: 0 20px 20px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.battery-model .title-with-bar[data-v-2c9db05e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.battery-model .title-with-bar .vertical-bar[data-v-2c9db05e] {
  width: 4px;
  height: 16px;
  background-color: #1fa96f;
  /* default theme color */
  margin-right: 8px;
  border-radius: 2px;
}
.battery-model .table-title[data-v-2c9db05e] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.battery-model .toolbar[data-v-2c9db05e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.battery-model .toolbar .filters-container[data-v-2c9db05e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.battery-model .toolbar .filter-buttons-container[data-v-2c9db05e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
.battery-model .toolbar .filter-buttons-container .actions-left[data-v-2c9db05e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
}
.battery-model .toolbar .custom-filter-item[data-v-2c9db05e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 16px;
  margin-bottom: 10px;
  width: 180px;
}
.battery-model .toolbar .custom-filter-item .filter-label[data-v-2c9db05e] {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}
.battery-model[data-v-2c9db05e] .custom-input,
.battery-model[data-v-2c9db05e] .select-merchant-custom {
  width: 100%;
  /* Apply rules aggressively to ensure deeply nested inputs get styles */
}
.battery-model[data-v-2c9db05e] .custom-input .el-input__inner,
.battery-model[data-v-2c9db05e] .custom-input input,
.battery-model[data-v-2c9db05e] .select-merchant-custom .el-input__inner,
.battery-model[data-v-2c9db05e] .select-merchant-custom input {
  border: 1px solid #e4e7ed !important;
  border-radius: 6px !important;
  height: 36px !important;
  line-height: 36px !important;
  background-color: #f7f8fa !important;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.battery-model[data-v-2c9db05e] .custom-input .el-input__inner:focus, .battery-model[data-v-2c9db05e] .custom-input .el-input__inner:hover,
.battery-model[data-v-2c9db05e] .custom-input input:focus,
.battery-model[data-v-2c9db05e] .custom-input input:hover,
.battery-model[data-v-2c9db05e] .select-merchant-custom .el-input__inner:focus,
.battery-model[data-v-2c9db05e] .select-merchant-custom .el-input__inner:hover,
.battery-model[data-v-2c9db05e] .select-merchant-custom input:focus,
.battery-model[data-v-2c9db05e] .select-merchant-custom input:hover {
  border-color: #1fa96f !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 169, 111, 0.1);
          box-shadow: 0 0 0 2px rgba(31, 169, 111, 0.1);
}
.battery-model[data-v-2c9db05e] .custom-input.el-select .el-input.is-focus .el-input__inner,
.battery-model[data-v-2c9db05e] .custom-input .el-input.is-focus .el-input__inner,
.battery-model[data-v-2c9db05e] .custom-input .el-input__inner:focus,
.battery-model[data-v-2c9db05e] .select-merchant-custom.el-select .el-input.is-focus .el-input__inner,
.battery-model[data-v-2c9db05e] .select-merchant-custom .el-input.is-focus .el-input__inner,
.battery-model[data-v-2c9db05e] .select-merchant-custom .el-input__inner:focus {
  border-color: #1fa96f !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 169, 111, 0.1);
          box-shadow: 0 0 0 2px rgba(31, 169, 111, 0.1);
}
.battery-model[data-v-2c9db05e] .green-search-btn {
  background-color: #24b851 !important;
  border-color: #24b851 !important;
  border-radius: 6px;
  color: white;
  height: 36px;
  padding: 0 16px;
}
.battery-model[data-v-2c9db05e] .green-search-btn:hover {
  background-color: #3dd869 !important;
  border-color: #3dd869 !important;
}
.battery-model[data-v-2c9db05e] .reset-btn {
  border-radius: 6px;
  height: 36px;
  padding: 0 16px;
}
.battery-model[data-v-2c9db05e] .blue-add-btn {
  background-color: #1fa96f !important;
  border-color: #1fa96f !important;
  border-radius: 6px;
  color: white;
  height: 36px;
  padding: 0 16px;
}
.battery-model[data-v-2c9db05e] .blue-add-btn:hover {
  background-color: #2bc182 !important;
  border-color: #2bc182 !important;
}
.battery-model .table-wrapper[data-v-2c9db05e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: hidden;
}
.battery-model[data-v-2c9db05e] .custom-table {
  border-radius: 8px;
  overflow: hidden;
}
.battery-model[data-v-2c9db05e] .custom-table th.el-table__cell {
  background-color: #f7f8f9 !important;
  color: #333;
  font-weight: 500;
  border-bottom: none !important;
  padding: 12px 0;
}
.battery-model[data-v-2c9db05e] .custom-table td.el-table__cell {
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0;
}
.battery-model[data-v-2c9db05e] .custom-table::before {
  display: none;
}
.battery-model[data-v-2c9db05e] .custom-table .index-badge {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: center;
  color: #666;
}
.battery-model[data-v-2c9db05e] .custom-table .status-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
  border-radius: 12px;
  background-color: #f5f5f5;
  color: #999;
  font-size: 13px;
}
.battery-model[data-v-2c9db05e] .custom-table .status-badge .status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b0b0b0;
  margin-right: 6px;
}
.battery-model[data-v-2c9db05e] .custom-table .status-badge.rented, .battery-model[data-v-2c9db05e] .custom-table .status-badge.active, .battery-model[data-v-2c9db05e] .custom-table .status-badge.enabled {
  background-color: #e8f6f0;
  color: #1fa96f;
}
.battery-model[data-v-2c9db05e] .custom-table .status-badge.rented .status-dot, .battery-model[data-v-2c9db05e] .custom-table .status-badge.active .status-dot, .battery-model[data-v-2c9db05e] .custom-table .status-badge.enabled .status-dot {
  background-color: #1fa96f;
}
.battery-model .operation-btn[data-v-2c9db05e] {
  cursor: pointer;
  margin-right: 12px;
  font-size: 14px;
}
.battery-model .operation-btn.edit-btn[data-v-2c9db05e] {
  color: #1fa96f;
}
.battery-model .operation-btn.delete-btn[data-v-2c9db05e] {
  color: #ff4d4f;
}
.battery-model .operation-btn[data-v-2c9db05e]:last-child {
  margin-right: 0;
}
.battery-model .pagination-container[data-v-2c9db05e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* 修改滚动条的整体样式 */
[data-v-2c9db05e]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-2c9db05e]::-webkit-scrollbar-track {
  background-color: #f1f1f1 !important;
  border-radius: 10px !important;
}
[data-v-2c9db05e]::-webkit-scrollbar-thumb {
  background-color: #dcdcdc !important;
  border-radius: 10px !important;
}
[data-v-2c9db05e]::-webkit-scrollbar-thumb:hover {
  background-color: #c0c0c0 !important;
}
[data-v-2c9db05e]::-webkit-scrollbar-button {
  display: none !important;
}
