.charger_status_section { 
  width: 100%;
  margin-top: 2%;
}

.charger_status_button button{ 
  background-color: transparent;
  border: 1px solid black;
  color: black;
  padding: 12px 20px;
  border-radius: 50px;
  cursor:context-menu;
      margin-top: 25px;

}
.charger_status_button button::before { 
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-fuel-pump' viewBox='0 0 16 16'%3E%3Cpath d='M3 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M1 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v8a2 2 0 0 1 2 2v.5a.5.5 0 0 0 1 0V8h-.5a.5.5 0 0 1-.5-.5V4.375a.5.5 0 0 1 .5-.5h1.495c-.011-.476-.053-.894-.201-1.222a.97.97 0 0 0-.394-.458c-.184-.11-.464-.195-.9-.195a.5.5 0 0 1 0-1q.846-.002 1.412.336c.383.228.634.551.794.907.295.655.294 1.465.294 2.081v3.175a.5.5 0 0 1-.5.501H15v4.5a1.5 1.5 0 0 1-3 0V12a1 1 0 0 0-1-1v4h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1zm9 0a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v13h8z'/%3E%3C/svg%3E");
  margin-right: 10px;
  margin-top: 10px  ;
}

.charger_status_title h1 { 
  margin-top: 20px;
  
}

.charger_status_para p { 
  margin-top: 20px;
}

.charger_status_image img { 
  width: 100%;

}