@charset "utf-8";

.page-battery-body-wrapper {
  width: calc(100%);
  margin-top: 108px;
}

.battery-batteries {
  height: 100%;
}

.battery-details {
  border: 1px solid darkgrey;
  border-radius: 10px;
  background-color: white;
  padding: 25px 0 10px 0;
}

.battery-details h4 {
  font-size: 16px;
  font-weight: bold;
  color: #004f9f;
}

.battery-details table {
  color: #7a8185;
  font-size: 12px;
  font-weight: 500;
  border-collapse: unset;
}

.details-body {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.batteryb-text {
  text-align: center;
  margin-top: 5px;
}

.battery-table {
  border: 0;
}

.battery-table-row :first-child {
  padding: 5px 10px 5px 0;
}

.device-settings {
  border: 1px solid darkgrey;
  border-radius: 10px;
  background-color: white;
  padding: 25px 15px 15px 15px;
}

.label-device {
  color: #575757;
  font-weight: bold;
}

.pencil-icon {
  text-align: center;
  padding: 0;
  background-color: #164295;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}

.pencil-icon i {
  cursor: pointer;
  color: white;
  padding-top: 8.5px;
}

.pencil-icon .modify {
  visibility: hidden;
  background-color: white;
  padding: 4px;
  border: 2px solid #B2B2B2;
  border-radius: 5px;
  color: #164295;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 30px;
  width: max-content;
}

.pencil-icon:hover .modify {
  visibility: visible;
}

.pencil-icon:hover {
  background-color: gray;
  mix-blend-mode: darken;
}

.device-fonts {
  color: #7A8185;
  font-size: 12px;
  font-weight: 500;
}

.count-align {
  text-align: right;
}

.current-status {
  border: 1px solid darkgrey;
  border-radius: 10px;
  background-color: white;
  padding: 25px 16px 15px 16px;
}

.font-type {
  font-weight: 600;
  color: #575757;
}

.current-date span {
  font-size: 12px;
  color: #004F9F;
  font-weight: 500;
}

.refresh-icon {
  text-align: center;
  padding: 0;
  background-color: #164295;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  bottom: -11px;
  right: -5px;
}

.refresh-icon i {
  cursor: pointer;
  color: white;
  position: absolute;
  left: 7px;
  top: 6px;
}

.refresh-icon .modify {
  visibility: hidden;
  background-color: white;
  padding: 4px;
  border: 2px solid #B2B2B2;
  border-radius: 5px;
  color: #164295;
  font-size: 12px;
  position: absolute;
  top: 30px;
  right: 0px;
  width: max-content;
}

.refresh-icon:hover .modify {
  visibility: visible;
}

.refresh-icon:hover {
  background-color: gray;
  mix-blend-mode: darken;
}

.progress-main-red {
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-container-red {
  height: 0.6rem;
  width: 100%;
  border-radius: 0.4rem;
  background: rgb(236, 230, 230);
}

.progress-container-red .progress1 {
  height: 100%;
  width: 20%;
  border-radius: 0.4rem;
  background: #e20a15;
  transition: width 0.4s ease;
}

.height {
  height: 12px;
}

.progress-main-green {
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-container-green {
  width: 100%;
  border-radius: 0.4rem;
  background: rgb(236, 230, 230);
}

.progress-container-green.progress2 {
  height: 100%;
  width: 25%;
  border-radius: 0.4rem;
  background: #1fd284;
  transition: width 0.4s ease;
}

.position1:first-child {
  position: absolute;
  bottom: 45px;
  left: 83px;
}

.location-footer-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-footer-img * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33%;
  text-align: center;
}

.location-img-labels * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33%;
  font-size: 11px;
}

.red-circle {
  width: 25px;
  display: inline-block;
  background: #e4100e;
  height: 25px;
  border-radius: 50%;
}

.red1 {
  position: absolute;
  bottom: 30%;
  right: 20%;
}

.plugins-count {
  position: absolute;
  right: 8px;
  top: 3px;
}

.circle-p {
  position: absolute;
  top: 50%;
  left: 60%;
}

.count-p {
  position: absolute;
  top: 56%;
  left: 62%;
  font-size: 12px;
  color: white;
}

.position3 {
  bottom: 0;
  right: 20%;
}

.device-location {
  border: 1px solid darkgrey;
  border-radius: 10px;
  background-color: white;
  padding: 25px 15px 25px 15px;
}

.device-card-bmid-img {
  float: left;
  width: 50px;
  margin: 14px;
  object-fit: cover;
}

.bmid {
  text-align: center;
}

.bmid img {
  vertical-align: revert;
  padding-right: 5px;
}

.bmid span {
  font-weight: bold;
  color: #004F9F;
}

#addBmidDevices {
  margin-bottom: 15px;
}

.devicebm {
  height: 15px;

}

.tips .tooltips {
  display: none;
  background-color: white;
  padding: 4px;
  border: 2px solid #b2b2b2;
  border-radius: 5px;
  color: #164295;
  font-size: 12px;
  position: absolute;
  cursor: pointer;
}

.tips:hover .tooltips {
  visibility: visible;
}

.dow-icon {
  width: 30px;
  height: 30px;
  margin-right: 0.7rem;
  cursor: pointer;
}

.dow-icon:hover {
  filter: none;
  -webkit-filter: grayscale(gray);
  opacity: 0.5;
}

.dow-icon:hover {
  mix-blend-mode: darken;
}

.plugins {
  width: 50px;
}

.lowater {
  width: 40px;
}

.dicon {
  top: 0px;
  margin-right: auto;
}

.imgbattery {
  height: auto;
  width: 80px;
}

@media (max-width: 1024px) {
  .battery-table {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .device-settings {
    margin-bottom: 1rem;
  }
}

.statistics-title {
  background: #004f9f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-block: auto;
  padding: 2px 0 5px 1rem;
}

.statistics-table {
  width: 100%;
}

.statistics-table th {
  font: normal normal 13px Inter;
  color: #30436E;
}

.statistics-table td {
  font: normal normal 12px Inter;
  color: #30436E;
}

.statistics-table td,
th {
  text-align: left;
  padding: 0.5rem 0.5rem;
}

.statistics-table tr:nth-child(odd) {
  background-color: #b0c8e2;
}

.statistics-table tr:nth-child(even) {
  background-color: #e3edfc;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .statistics-table td, th {
    padding: 1.6rem;
  }
}

.statistics-details {
  background-color: #ffffff;
}

.statistics-details table {
  color: #488AC7;
  font-size: 12px;
  font-weight: 500;
  border-collapse: unset;
}

.statisticsb-text {
  text-align: center;
  margin-top: 1px;
}

.statisticsheader {
  text-align: center;
  color: #0c57a3;
  font-size: 22px;
  font-weight: bold;
}

.statisticscaption {
  text-align: center;
  font-size: 14px;
  padding-bottom: 2rem;
}

.tempheight {
  height: 21pt;
}

.chargeheight {
  height: 12.1rem;
}

.cellheight1 {
  height: 58px;
}

.waterheight {
  height: 6.6rem;
}

.bordeclr {
  border: 2px #004f9f;
  border-style: solid;
  border-radius: 8px;
}

:where(.css-dev-only-do-not-override-j0nf2s).ant-form-item .ant-form-item-label>label {
  font-size: 13px !important;
}