.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;
}

/* .row{
  width: 100vw;
} */

.row-top {
  flex: 0 0 auto;
}

.row-bottom {
  flex: 0 0 auto;
  height: 85%;
}

.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) {
  .row-top {
    height: 15%;
  }
}