.container_tuyensinh {
  margin-bottom: 100px;
}

.document_section {
  font-size: 14px;
  overflow-x: auto;
}

.table_document {
  min-width: 880px;
  font-size: 14px;
  font-style: normal;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table_document thead {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F6F6F6;
  font-weight: 700;
  line-height: 21px;
}

.table_document td,
.table_document th {
  padding: 12px 16px;
}

.table_document i.fa-regular.fa-eye {
  margin-right: 20px;
}

.document_bottom {
  min-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

.document_bottom .pagination_document {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.document_bottom .document_bottom_right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
  /* Optional: adjust margin as needed */
}

.document_bottom .pagination .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

a.page-link {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

li.page-item,
span.page-link {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}

@media screen and (max-width: 576px) {

  .table_document td,
  .table_document th {
    padding: 5px;
  }

  .document_bottom_right {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .container_tuyensinh {
    margin-bottom: 60px;
  }
}

.title-select {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin: 20px 0px 5px 0px;
}

.notice-box {
  background-color: #f5f9ff;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #626262;
  width: 100%;
  margin-top: 52px;
}

.notice-box h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.notice-box ul {
  margin: 0;
  padding-left: 20px;
}

.notice-box li {
  list-style-type: disc;
}

.notice-box a {
  color: #007bff;
  /* Màu xanh */
  text-decoration: none;
  font-weight: bold;
}

.notice-box a:hover {
  text-decoration: underline;
}


.exam-schedule {
  background-color: #f5f9ff;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #626262;
  width: 100%;
  margin-top: 52px;
}

.exam-schedule h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.exam-schedule ul {
  margin: 0;
  padding-left: 20px;
}

.exam-schedule li {
  list-style-type: disc;
}

.exam-schedule li ul {
  margin-top: 4px;
  padding-left: 16px;
  font-weight: normal;
}

.exam-schedule li ul li {
  list-style-type: none;
}

.exam-schedule li ul li::before {
  content: "+ ";
  font-weight: bold;
}
.table-container {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  white-space: nowrap;
}

.table-container thead th {
  text-align: center;
  padding: 8px;
  font-weight: bold;
  background: #f6f6f6;
  word-wrap: break-word;
}

.table-container tbody td {
  text-align: center;
  padding: 8px;
}