.doctorLabel {
  /*margin-top: 10px;*/
  display: flex;
  margin-right: 10px;
  align-items: center;
}
.right {
  align-items: center;
}
.down {
  flex-direction: column;
  justify-content: center;
}

.newDrSpec {
  padding-left: 4px;
}
.doctorLabel_label {
  max-width: 200px;
  min-width: 200px;
  font-weight: 500;
}
.doctorLabel_label_name {
  font-size: 18px;
  font-weight: 500;
}
.doctorLabel_label_specialty {
  color: #606060;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  -webkit-appearance: "";
  background-color: transparent;
}

.doctorLabel_label_city {
  font-size: 16px;
  color: #000000;
}
.doctorLabel_input {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 500;
  border: 0px;
  border-bottom: 1px solid #dedede;
  margin: 5px 0px;
  max-width: 500px;
  background-color: unset;
}
.doctorLabel_input::placeholder {
  color: #a5a5a5;
}
.doctorLabel_avatar {
  max-width: 40px;
  min-width: 40px;
  max-height: 40px;
  min-height: 40px;
  margin-right: 15px;
  border: 1px solid #707070;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
}
.doctorLabel_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.doctorLabel_avatar svg {
  width: 30px;
  height: 30px;
}

.check_mark {
  color: #489dff;
}
