.dentist-avatar {
  border-radius: 50%;
}

.dentist-available {
  font-weight: 600;
  color: #17c4ac;
}

.dentist-available::before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #17c4ac;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px
}


.dentist-not-available {
  font-weight: 600;
  color: #dc2c67;
}

.dentist-not-available::before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #dc2c67;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px
}

.dentist-search {
  width: 60%;
  display: flex;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .dentist-search {
    width: 30%;
  }
}
