.conten_message {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100vh;
  z-index: 3;
  background-color: #00000085;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 10000;
}

.form_info {
  min-width: 400px;
  max-width: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  overflow: auto;
}

.form_info div {
  padding: 2px 10px;
}
.closeButton {
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.closeButton > img {
  width: 25px;
}

.closeButton > img:hover {
  background-color: #d8d8d8;
  border-radius: 3px;
}

.conten_message_item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#ratingDoctorBlock {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.zoomBlock {
  width: 220px;
  height: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Bai Jamjuree", sans-serif;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  outline: none;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: rgb(39, 170, 225);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.zoomBlock > p {
  margin: 2px auto;
}
