


.table {
  width: 100% !important;
}

.table-title {
  background-color: #343a40; /* Bootstrap's dark gray */
  color: #ffffff; /* White text */
  text-align: center; /* Center the text horizontally */
  padding: 12px; /* Padding to space out the text */
  border-radius: 5px; /* Rounded corners */
  margin-bottom: 15px; /* Space between the title and the table */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Slight shadow */
}

.btn-lg {
  height: 70px;
}

/* .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 1);
  z-index: 3;
} */

.cell{
  height: 100%;
  padding: 5px;
}

.new{
  color: blue !important;
  background-color: rgb(205, 205, 248) !important;
}

.offline{
  color: red !important;
  background-color: rgb(245, 220, 220) !important;
}

.flapping{
  color: orange !important;
  background-color: rgb(240, 220, 182) !important;
}

.bypass{
  color: #555555 !important;
  background-color: rgb(224, 223, 223) !important;
}

/* @media screen and (min-width: 768px) {

} */
