.content-print {
  display: none;
}
.container-content {
  margin: 56px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 640px; */
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1512px;
}

.sub-heading,
.heading {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #1F2251;
  margin-bottom: 8px;
}

.sub-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212121;
  margin-bottom: 28px;
}

.form {
  width: 100%;
}

.form-info {
  width: 100%;
  margin-bottom: 28px;
}

.slide-row {
  align-items: center;
  color: #FAFAFA;
  display: flex;
  height: 48px;
  padding: 8px 10px;
  gap: 8px;
  background: #1F2251;
  box-shadow: 0px 2px 10px rgba(76, 78, 100, 0.22);
  border-radius: 8px;
  margin-bottom: 20px;
}

/* ass form 5.11 */
.image-assign-bg {
  background-color: rgba(102, 108, 255, 0.5);
  padding: 6px 4px;
  border-radius: 8px;
}

.bookmark-border {
  display: flex;
  gap: 14px;
  margin-bottom: 19px;
  height: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.17px;
}

.score {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.bookmart-conent span {
  color: #6D788D;
}

.bookmart-conent span:first-of-type {
  margin-right: 8px;
  color: #FDB528;
}

.info-score {
  margin-bottom: 17px;
}

.info-score-medium {
  display: flex;
  justify-content: space-around;
}

.info-score-medium div:last-of-type {
  border: none;
}

.info-score-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-right: 1px solid #EEEEEE;
  text-align: center;
}

.certificate {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.17px;
  color: #1F2251;
}

.info-score-box span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #596274;
}

.score p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.17px;
  color: #1F2251;
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
}

.box-file {
  display: inline-block;
  /* display: flex; */
  justify-content: space-between;
  width: 80%;

}

.add-file {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 44px;
}

.box-file {
  display: flex;
  justify-content: space-between;
  width: 80%;
  flex-wrap: wrap;
  gap: 30px;
}

.img-add-file {
  margin-right: 10px;
}

.add-file-view {
  /* display: flex; */
  display: inline-block;
  align-items: center;
  width: 25%;
}

.add-file-view p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.17px;

}

.name-file p:first-child {
  color: #666CFF;
}

.name-file p:last-child {
  color: #596274;
}

/*---------- ass form 5.11 --------- */
.info-student {
  display: inline-block;
  width: 100%;
  /* border-right: 1px solid #eaeaec; */
  border-left: 2px solid #eaeaec;
}

.info-student-right,
.info-student-left {
  width: 50%;
  padding: 0 10px;
}

.info-student-right {
  float: right;
}

.info-student p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.17px;
  color: #1F2251;
  /* white-space: nowrap; */
  margin-bottom: 10px;
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
}

.score span,
.info-student span {
  height: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #596274;
  width: 532px;
}

.info-no-wrap {
  display: flex;
  width: 100%;
  padding: 0 10px;
  align-items: baseline;
}

.info-no-wrap p {
  width: fit-content;
}

.info-bottom-list {
  display: flex;
  flex-direction: column;
}

.info-bottom-list span {
  width: 100%;
}

/* submit */
.submit-form {
  margin-top: 30px;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  gap: 0 24px;
}

.submit-form button {
  padding: 0px;
  width: 278px;
  height: 50px;
  background: #666CFF;
  border-radius: 8px;
  border: none;
  transition: all 0.2s ease;
  font-weight: 500;
  font-size: 15px;
}

.submit-form button:hover {
  box-shadow: 0px 4px 8px -4px rgba(76, 78, 100, 0.42);
}

.button-edit {
  color: #666CFF;
  background-color: #FFFFFF !important;
  border: 1px solid rgba(102, 108, 255, 0.5) !important;
}

#btnAccount,
.button-edit a {
  color: #666CFF;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  text-transform: uppercase
}

#btnAccount {
  color: white;
}


/* responsive */
@media only screen and (max-width: 880px) {

  .score span,
  .info-student span {
    height: 50px;
  }

  .submit-form button {
    width: 175px;
  }
}

@media only screen and (max-width: 390px) {
  .submit-form button {
    width: 140px;
  }

  .score,
  .info-student {
    display: flex;
    flex-direction: column-reverse;
  }

  .info-student-right,
  .info-student-left {
    width: 100%;
  }

  .info-student span {
    font-size: 12px;
  }

  .info-student p {
    font-size: 12px;
  }
}

/* ---------------table------------------- */
.wrap-table {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  margin-bottom: 30px;
  width: 100%;
}

.table {
  width: 100%;
  /* border: 1px solid rgba(0, 0, 0, 0.06); */
  border-radius: 4px;
  border-collapse: collapse;
  margin-bottom: 0;
}

.table .table-body tr {
  border-width: 2px 0 0px 0px;
  border-style: solid;
  border-color: #FFFFFF;
}

.table-head tr {
  background-color: #f0f0f0;
}
.table-head th {
  vertical-align: middle;
}


.table th span {
  /* background: rgba(0, 0, 0, 0.06); */
  font-weight: bold;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.17px;
  color: #1F2251;
  /*  */
  display: flex;
  flex-wrap: wrap;
  width: 66%;
  margin: 0 auto;
  text-align: center;
}

.table th:first-child {
  border-top-left-radius: 8px;
}

.table th:last-child {
  border-top-right-radius: 8px;
}

.table .table-body {
  background-color: #FAFAFA;
}

.table-body tr td {
  border-right: 2px solid #ffffff;
}

.table-body tr td:last-child {
  border: none;
}

.table td {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #596274;
}

.table th {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.17px;
  color: #1F2251;
}

.table td,
.table th {
  padding: 10px;
  text-align: left;
}

.table-head tr th {
  /* border-right: 2px solid #eeeeee; */
}

.table .table-body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.table-body tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 8px;
}

.table-body tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 8px;
}

.icon {
  display: block;
  width: 16px;
  height: 16px;
}

.assignment {
  background-image: url('../images/assignment.png');
}

.bookmark {
  background-image: url('../images/bookmark.png');
  width: 20px;
  height: 20px;
}

.regison {
  background-image: url('../images/regison.png');
}

.user-assign {
  background-image: url('../images/user-assign.png');
}

.user-addfile {
  background-image: url('../images/addfile.png');
  background-repeat: no-repeat;
  height: 10px;
  width: 16px;
}

.button-file {
  margin-top: 30px;
}

/*  */