.page[data-v-7dface96] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: hsl(0, 0%, 44%);
}
.logo[data-v-7dface96] {
  display: block;
  max-width: 100%;
  margin: 20px auto;
  width: 50px;
}
.content[data-v-7dface96] {
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  padding: 20px 30px;
  width: 380px;
  min-height: 500px;
  transition: all 0.5s;
}
.title[data-v-7dface96] {
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center;
}
.text[data-v-7dface96] {
  text-align: center;
  font-size: 18px;
}
.text span[data-v-7dface96] {
  color: #00ba86;
}
.list[data-v-7dface96] {
  margin-top: 40px;
  max-height: 250px;
  overflow-y: auto;
  margin-bottom: 30px;
}
.list-item[data-v-7dface96] {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  transition: all 0.5s;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.list-item[data-v-7dface96]:hover {
  background: #eee;
}
.avatar[data-v-7dface96] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.child-info[data-v-7dface96] {
  flex: 1;
  padding: 0 20px;
}
.name[data-v-7dface96] {
  margin-bottom: 5px;
  color: #555555;
}
.school[data-v-7dface96] {
  color: #888888;
  font-size: 14px;
}
.radio-box[data-v-7dface96] {
  background: #ccc;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.radio-box.active[data-v-7dface96] {
  background: #00ba86;
}
.submit-btn[data-v-7dface96] {
  background: #e3e5e8;
  color: #606060;
  padding: 10px;
  display: block;
  border: none;
  width: 100%;
  font-size: 13px;
  border-radius: 5px;
  margin-top: 50px;
  cursor: pointer;
  transition: all 0.5s;
  box-shadow: 0px 3px 5px rgba(177, 177, 177, 0.16);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.submit-btn.active[data-v-7dface96] {
  background: #00ba86;
  color: #fff;
}
.submit-btn.active[data-v-7dface96]:hover {
  background: #008761;
}
.add-child[data-v-7dface96] {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  transition: all 0.5s;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  height: 80px;
}
.add-child[data-v-7dface96]:hover {
  background: #eee;
}
.add-child-icon-box[data-v-7dface96] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.add-child-title[data-v-7dface96] {
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
.content[data-v-7dface96] {
    width: 100%;
    height: 100%;
    border: none;
}
}

