.time-indicator-row {
  display: flex;
  flex-direction: row;
  margin: 10px 0 20px 0;
  justify-content: center;
}

.time-indicator-container {
  background-color: #6c38d9;
  opacity: .85;
  padding: 4px 20px;
  border-radius: 12px;
  color: #FFF;
  font-size: 9px;
  font-weight: 700;


}
