.channel-img {
  max-height: 47px;
  max-width: 100%;
}
.ihe-available {
  background-color: #14b941;
  color: white;
}
.ihe-n-available {
  border-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  border-radius: 50rem !important;
}
.column {
  height: 50px;
  background: #fff;
}
.alt-column {
  height: 50px;
  background: #e6e7e8;
  vertical-align: middle;
}
.bg-legend {
  background-color: #f3f4f4;
  width: 100%;
  height: 100%;
  align-items: center;
}
.bg-legend div:first-of-type {
  background-color: #ddddde;
}
.bg-legend h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.bg-legend span {
  font-size: 15px;
}
.sticky {
  position: sticky;
  top: 0;
}
.channel-header {
  width: 100%;
  height: 100%;
  align-items: center;
  font-weight: bold;
}
.channel {
  width: 100%;
  height: 100%;
  align-items: center;
}
.channel-number {
  font-weight: 700 !important;
  font-size: x-large;
}
.fa-check-circle {
  color: #1498cb;
}
.fa-circle {
    color: #1498cb;
  }
.far {
}
.available {
  color: #14b941;
}
.n-available {
  color: black;
}
.row-center {
  height: 50px;
  align-items: center;
  text-align: center;
}
