.fill_doctor {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 8;
}
.drop_doctor {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 54px;
  border-right: 1px solid #ddd;
  height: 24px;
}
.drop_doctor .drop_name {
  font-size: 13px;
  border-radius: 2px;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  transition: all 0.4s;
}
.toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  height: 20px;
}
.drop_name img {
  margin-right: 10px;
}
.drop_name::before {
  position: absolute;
  right: -30px;
  top: 4px;
  content: "";
  border: solid #0076c0;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.toggle:not(:checked) ~ .drop_name::before {
  transform: rotate(-135deg) scale(0.75);
  top: 8px;
}
.toggle:focus ~ .drop_name {
  transition: background 0.1s;
}
.toggle:checked ~ ul {
  display: none;
  opacity: 0;
}
.toggle:checked ~ ul {
  display: none;
  opacity: 0;
}
.toggle:not(:checked) ~ ul {
  display: block;
  transition: opacity 0.1s ease-in-out;
}
.toggle:checked ~ ul {
  display: none;
  opacity: 0;
}
.drop_doctor ul {
  z-index: 3;
  padding: 15px;
  position: absolute;
  border-radius: 5px;
  flex-wrap: nowrap;
  position: absolute;
  background-color: #ffffff;
  top: 26px;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
}
.drop_doctor ul li {
  border-radius: 2px;
  position: relative;
  display: inline-block;
  line-height: 1.5;
  width: 100%;
  margin: 0 0 10px 0;
  transition: background 1s;
}
.drop_doctor ul a {
  display: block;
  color: inherit;
  text-transform: lowercase;
  text-decoration: none;
  white-space: nowrap;
}
.fill_doctor {
  margin-bottom: 40px;
}
.col_fill_doctor {
  display: inline-block;
}
.col_fill_doctor:last-child .drop_doctor {
  border-right: none;
}
.list_opttion_fill {
  margin-bottom: 20px;
}
.btn_fill_doctor {
  width: 100%;
  background: #51be9d;
  display: block;
  padding: 12px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}
.txt_name_doctor {
  color: #666;
  background: url("/assets/images/doctor/input_name.svg") left no-repeat;
  padding-left: 20px;
  padding: 12px 12px 12px 30px;
  width: 90%;
}
.list_doctor_cate {
  margin: 0 -15px;
}
.list_doctor_cate li {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: calc(50% - 30px);
  margin: 0 15px;
  margin-bottom: 40px;
}
.icon_list_doctor {
  padding: 5px 0 5px 30px;
  margin-top: 5px;
}
.icon_list_doctor.degree {
  background: url("/assets/images/doctor/icon_hocvi.svg") left 5px no-repeat;
}
.icon_list_doctor.special {
  background: url("/assets/images/doctor/input_name.svg") left 5px no-repeat;
}
.icon_list_doctor.hospital {
  background: url("/assets/images/doctor/Hospital.svg") left 5px no-repeat;
}
.btn_book_doctor {
  background: url("/assets/images/doctor/calendar-w.svg") 6px center no-repeat
    #0076c0;
  background-size: auto 15px;
  font-size: 12px;
  padding-left: 20px;
  width: 100%;
  color: #fff;
  padding: 8px 5px 8px 23px;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
}
.btn_book_doctor:hover {
  color: #fff;
  background-color: #51be9d;
}
.list_name_doctor {
  font-size: 18px;
  font-weight: bold;
  color: #0076c0;
  margin-bottom: 10px;
  line-height: 22px;
}
.dropdown-content {
  background-color: #ffffff;
  border: 1px solid #ddd;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
  box-sizing: border-box;
  max-height: 300px;
  overflow-y: auto;
}

.dropdown-content li {
  padding: 8px 10px;
  list-style-type: none;
  border-bottom: 1px solid #f2f2f2;
}

.dropdown-content li:last-child {
  border-bottom: none;
}

.dropdown-content li label {
  cursor: pointer;
  display: block;
  white-space: nowrap;
}

.dropdown-content li input[type="checkbox"] {
  margin-right: 10px;
}

.dropdown-content li:hover {
  background-color: #f6f6f6;
}
.rate-doctor-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.9rem;
}
.rate-doctor-list .rate {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .col_fill_doctor {
    width: 100%;
  }
  .list_doctor_cate li {
    width: 100%;
  }
  .list_opttion_fill .col_fill_doctor:first-child .drop_name img {
    width: 15px;
    margin-left: 5px;
  }
  .drop_name img {
    width: 20px;
  }
  .list_opttion_fill {
    justify-content: flex-start;
  }
  .drop_doctor {
    border: none;
    width: 100%;
    display: block;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 13px;
  }
  .drop_doctor .drop_name {
    width: 100%;
    font-size: 14px;
  }
  .drop_name::before {
    right: 0;
  }
  .list_opttion_fill {
    margin-bottom: 0;
  }
  .list_opttion_fill .col_fill_doctor:last-child .drop_doctor {
    margin-bottom: 7px;
  }
  .fill_doctor .flex .col-6 {
    width: 100%;
  }
  .txt_name_doctor {
    width: 100%;
  }
  .btn_fill_doctor {
    margin-top: 10px;
  }
  .list_doctor_cate .ml3 {
    margin-left: 15px;
  }
  .drop_doctor ul {
    width: 100%;
  }
}
