.floor-row:hover {
  cursor: pointer;
}

.floor-row.active {
  background: #FFE498;
}

.floor-row.active:hover {
  background: #ffebb3;
}

.has-permission.page .circle {
  height: 20px;
  width: 20px;
  background-color: #FCFCFC;
  border-radius: 4px;
  align-self: center;
  margin-bottom: 1rem;
  border: 1px solid #FDC834;
}

.async-subhead-name {
  padding: 0.75rem;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.75px;
  color: #222222;
  text-transform: uppercase;
}