.black-mask[data-v-764f8402] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
}
.black-mask .white-mask[data-v-764f8402] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 520px;
  margin: 0 auto;
  background-color: white;
  border-radius: 40px;
  padding: 25px 40px 40px 40px;
}
.black-mask .white-mask .modal-title[data-v-764f8402] {
  font-size: 18px;
  font-weight: 600;
  color: #2447F9;
  text-align: center;
}
.black-mask .white-mask .create-form[data-v-764f8402] {
  margin-top: 20px;
}
.black-mask .white-mask .class-info[data-v-764f8402] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.black-mask .white-mask .close-button[data-v-764f8402] {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  text-align: center;
}
.black-mask .white-mask .modal-btns-box[data-v-764f8402] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  z-index: 99;
}
.black-mask .white-mask .modal-btns-box .modal-button[data-v-764f8402] {
  width: 36%;
  height: 40px;
}

.black-mask[data-v-4328c097] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
}
.black-mask .white-mask[data-v-4328c097] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 520px;
  margin: 0 auto;
  background-color: white;
  border-radius: 40px;
  padding: 20px 40px 40px;
}
.black-mask .white-mask .modal-image[data-v-4328c097] {
  width: 25%;
}
.black-mask .white-mask .close-button[data-v-4328c097] {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  text-align: center;
}
.black-mask .white-mask .modal-title[data-v-4328c097] {
  font-size: 18px;
  font-weight: 600;
  color: #2447F9;
  line-height: 34px;
  text-align: center;
  margin: 0 0 20px;
}
.black-mask .white-mask .modal-tip[data-v-4328c097] {
  font-size: 14px;
  color: #666;
  line-height: 34px;
  text-align: center;
}
.black-mask .white-mask .modal-btns-box[data-v-4328c097] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  z-index: 99;
}
.black-mask .white-mask .modal-btns-box .modal-button[data-v-4328c097] {
  width: 36%;
  height: 40px;
}
.black-mask .white-mask .modal-text[data-v-4328c097] {
  width: 90%;
  word-wrap: break-word;
}
.black-mask .white-mask .modal-text.modal-text-center[data-v-4328c097] {
  text-align: center;
}
.black-mask .white-mask .modal-text.modal-text-left[data-v-4328c097] {
  text-align: left;
}
.black-mask .white-mask .modal-text.modal-text-right[data-v-4328c097] {
  text-align: right;
}

img[data-v-0cfcdfd2] {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
img[data-v-0cfcdfd2]:hover {
  -webkit-filter: none;
          filter: none;
}
.card-box[data-v-0cfcdfd2] {
  position: relative;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 40px 80px;
  min-height: 600px;
  border-radius: 20px;
  overflow: auto;
  font-size: 16px;
}
.card-box .class-info-box[data-v-0cfcdfd2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  white-space: nowrap;
}
.card-box .edit-class[data-v-0cfcdfd2] {
  cursor: pointer;
}
.card-box .delete-class[data-v-0cfcdfd2] {
  cursor: pointer;
}
.card-box .class-detail-student[data-v-0cfcdfd2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  width: 100%;
}
.card-box .teacher-table[data-v-0cfcdfd2] {
  width: 100%;
}
.card-box .back-button[data-v-0cfcdfd2] {
  width: 100px;
  font-size: 18px;
  cursor: pointer;
  color: #2447F9;
}
.card-box .back-button[data-v-0cfcdfd2]:hover {
  text-decoration: underline;
  color: #2447F9;
}
.class-detail-box-header[data-v-0cfcdfd2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}
.class-detail-box-header .class-detail-col[data-v-0cfcdfd2] {
  padding: 4px;
}
.class-detail-box-header .class-detail-col .update-code-btn[data-v-0cfcdfd2] {
  font-size: 16px;
  cursor: pointer;
  color: #2447F9;
  white-space: nowrap;
}
.class-detail-box-header .class-detail-col .update-code-btn[data-v-0cfcdfd2]:hover {
  text-decoration: underline;
  color: #2447F9;
}
.class-detail-box-header .class-detail-col.class-detail-col1[data-v-0cfcdfd2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.class-detail-box-header .class-detail-col.class-detail-col1 .class-detail[data-v-0cfcdfd2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.class-detail-box-header .icon-img[data-v-0cfcdfd2] {
  cursor: pointer;
}
.class-detail-box-header p[data-v-0cfcdfd2] {
  margin: 0;
}
.class-detail-box-header .edit-active-state-btn[data-v-0cfcdfd2] {
  cursor: pointer;
}
.class-detail-box-header .popover-icon[data-v-0cfcdfd2] {
  cursor: pointer;
  margin: 0 7px;
}
.class-detail-box-header .school-name[data-v-0cfcdfd2] {
  font-size: 16px;
}
.class-detail-box-header .class-name[data-v-0cfcdfd2] {
  white-space: nowrap;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  padding-right: 10px;
}
.class-detail-box-header .class-code[data-v-0cfcdfd2] {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}
.class-detail-box-header .students-num[data-v-0cfcdfd2] {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #666;
}
.class-detail-box-header .teachers-name[data-v-0cfcdfd2] {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}
.class-detail-box-header .copy-img[data-v-0cfcdfd2] {
  width: 20px;
}
.student-table[data-v-0cfcdfd2] {
  width: 100%;
}
.table-footer[data-v-0cfcdfd2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-footer .table-footer-buttons[data-v-0cfcdfd2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.table-footer .table-footer-buttons .btn[data-v-0cfcdfd2] {
  height: 40px;
  margin-right: 20px;
}
.table-footer .table-footer-buttons .batch-btn[data-v-0cfcdfd2] {
  color: #2447F9;
  border-color: #2447F9;
}

.teacher-list-box[data-v-0cfcdfd2] {
  width: 100%;
  padding-top: 30px;
}
.teacher-list-box .teacher-list-box-header[data-v-0cfcdfd2] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 30px;
}
.teacher-list-box .teacher-list-box-header p[data-v-0cfcdfd2] {
  margin: 0;
}
.teacher-list-box .teacher-list-box-header .school-name[data-v-0cfcdfd2] {
  padding: 10px 0;
  font-size: 16px;
}
.teacher-list-box .teacher-list-box-header .class-name[data-v-0cfcdfd2] {
  white-space: nowrap;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.teacher-list-box .teacher-list-box-header .class-code[data-v-0cfcdfd2] {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}
.teacher-list-box .teacher-list-box-header .students-num[data-v-0cfcdfd2] {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}
.teacher-list-box .teacher-list-box-header .teachers-name[data-v-0cfcdfd2] {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}
.teacher-list-box .teacher-list-box-header .copy-img[data-v-0cfcdfd2] {
  width: 16px;
}
.teacher-list-box .p-light-grey[data-v-0cfcdfd2] {
  font-size: 14px;
  color: #666;
}
.teacher-list-box .add-button[data-v-0cfcdfd2] {
  float: right;
  width: 207px;
  height: 32px;
  margin-top: 40px;
}
.teacher-list-box .tip[data-v-0cfcdfd2] {
  font-size: 14px;
  height: 40px;
  color: #999999;
  margin-top: 80px;
}

