#iconsTopRow {
  position: fixed;
  top: 1%;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 30px;
  z-index:999999999999999999999999999999;
  gap: 20px;
}

#iconsTopRow i {
  color: white;
  font-size: 16px;
  cursor: pointer; 
}


#iconsTopRow i:hover {
color: #00ff00;
}

#location-toggle {
color: red;
}

#continuousHearing {
  color: red;
}

#iconsTopRow #female-icon {
  font-size: 20px;
}