.bl-tog-con {
  height: 31.92px;
  /* width: 180px; */
  border: 2px solid #118899;
  border-radius: 15.96px;
  margin-left: 10px;
}

.highlight-tog {
  background-color: #118899;
  color: #ffffff;
  font-family: Roboto;
  font-size: 12px;
}
.no-highlight-tog {
  color: #118899;
  background-color: #ffffff;
  font-family: Roboto;
  font-size: 12px;
}

.space-between {
  justify-content: space-between;
}

.align-cen {
  display: flex;
  align-items: center;
}

.perfect-cen {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.bl-tog-btn {
  width: 120px;
  height: 23px;
  border-radius: 19px;
  cursor: pointer;
}
