#input-20 {
  display: none;
}

.content {
  height: 100%;
  padding-right: 20px;
}

.room_image {
  height: 100%;
  width: 550px;
  min-height: 465px;
}

.face-header {
  width: 100%;
  height: 47px;
  padding-left: 30px;
  /* text-align: center; */
  line-height: 47px;
  color: #232c36;
  font-weight: 400;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 16px;
  background-color: #e0ebfa;
}

.face_image-bg {
  width: 190px;
  height: 250px;
  margin-top: 20px;
  /* margin-left: 20px; */
  background-color: #d8d8d8;
}

.face_image {
  display: flex;
  min-height: 465px;
  background-color: #f8faff;
}

.face_image-left__box {
  display: flex;
  flex-direction: column;
  /* margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px; */
  /* margin: 20px; */
  margin: 20px 20px 0px 30px;
}

.face_image-left__box img {
  /* display: block; */
  margin-top: 16px;
}

.face_image {
  display: flex;
}

.face_image-bg {
  position: relative;
  border-radius: 10px;
}

.face_image-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.sub-box {
  /* align-items: end; */
  display: flex;
  align-items: end;
  margin-left: 73px;
  margin-bottom: 30px;
}

#sub {
  width: 90px;
  height: 32px;
  background: #016eff;
  border: 1px solid #016eff;
  border-radius: 4px;
}

.face-title {
  background-color: #e0ebfa;
}

.search-box {
  /* margin-left: 10px; */
  /* padding-left: 10px; */
  display: flex;
  /* margin-top: 20px; */
  /* flex-direction: row; */
}

#pager_wizards {
  margin-top: 20px;
  background-color: #f8faff;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

#face_name {
  width: 240px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e6f0ff;
}

.btn_primary {
  width: 58px;
  height: 32px;
  background: #016eff;
  border-radius: 4px;
  margin-left: 10px;
}
.audit-button {
  text-align: center;
}

.reset {
  border: 1px solid #c2d4f0;
  background-color: #ffffff;
}

.screen {
  width: 104px;
  height: 32px;
  border-radius: 4px;
  color: #232c36;
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #c2d4f0;
}

.list-box {
  margin-top: 30px;
  display: flex;
  margin-left: 10px;
  min-height: 60px;
}

.you-list {
  margin-left: 20px;
  background-color: #f8faff;
  border: 1px solid #e6f0ff;
  color: #016eff;
}

.personInfo {
  margin-top: 20px;
  width: 509px;
  height: 214px;
  display: flex;
  border-radius: 10px;
  border: 1px solid #016eff;
  padding: 20px;
  border: 1px solid #e6f0ff;
  font-weight: PingFangSC-Regular, PingFang SC;
  color: #232c36;
}
.personInfo .personInfo__description {
  width: 253px;
}
.personInfo .personInfo__image {
  width: 230px;
  height: 174px;
}
.personInfo .personInfo__image img {
  width: 100%;
  height: 100%;
}
.personInfo__description-departments {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  margin-top: 20px;
}

.personInfo__department-right {
  margin-left: 20px;
}

.personInfo__actions {
  margin-top: 20px;
}

.personInfo__action,
.personInfo__action-edit {
  width: 48px;
  height: 26px;
  background: #d1cfff;
  border: 1px solid #d1cfff;
  box-shadow: 0px 3px 8px 0px #ccd4e3;
  border-radius: 4px;
}

.personInfo__action-edit {
  background-color: #cfe4ff;
  border: 1px solid #cfe4ff;
}

.footer-personInfo {
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-header {
  border-radius: 6px 6px 0px 0px;
  border-top: none;
  background-color: #5294ea;
  color: #ffffff;
}
/* #sub{
  background-color: #5294ea;
} */
.page {
  /* margin-top: 20px; */
  display: block;
  margin-top: 20px;
  height: 5vh;
}
