td.status {
  display: flex;
  flex-direction: row;
  align-items: center;
}

th {
  border-bottom: 8px solid #0082d6;
  background-color: #0082d6 !important;
  color: #ffffff;
}

tr {
  cursor: pointer;
}

.bi {
  border-radius: 50%;
  /* This makes the background circular */

  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 0.4em;
  font-size: 1.2em;
}

.modal-body .bi {
  display: inline-block;
  line-height: 100%;
  margin-right: 5px;
  margin-bottom: 3px;
}

.modal-message {
  display: none;
}