.student_table {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.student_table thead th {
  background: #f8f9fc;
  font-weight: 600;
  white-space: nowrap;
  padding: 18px;
}
.student_table .form-check-input {
  border: 1px solid gray !important;
}
.student_table tbody td {
  padding: 18px;
  vertical-align: middle;
  white-space: nowrap;
}

.student_table tbody td .name_text {
  cursor: pointer;
}

.student_table {
  border: 1px solid #dee2e6;
  border-radius: 0px;
  overflow: hidden;
  border-collapse: separate !important;
  border-spacing: 0;
}
.student_table svg {
  color: #626770bb;
}
.student_table .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: #eef5ff34;
  color: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 10px;
  border: 1px solid #dbe9ff;
  position: relative;
}
.student_table .verified_avatar {
  border: 3px solid #289fd7;
}
.student_table .verified_icon {
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.student_table .verified_icon svg {
  color: #289fd7 !important;
}
.student_table .status_badge {
  background: #e7f5ff;
  color: #0077cc;
  padding: 5px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}
.table_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.table_footer .custom_pagination {
  border: 1px solid #d9e3ef;
  border-radius: 30px;
  overflow: hidden;
}
.table_footer .custom_pagination .page-link {
  border: none;
  padding: 10px 18px;
  color: #5b6472;
  background: #fff;
}
.table_footer .custom_pagination .page-item.active .page-link {
  background: #f5f7fb;
  color: #000;
  font-weight: 600;
}
.table_footer .rows_select {
  width: 120px;
  border-radius: 8px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .table_footer .custom_pagination .page-link {
    padding: 5px 14px;
  }
}

@media (min-width: 0px) and (max-width: 991.98px) {
  .student_table tbody td .name_text {
    font-size: 14px;
  }
  .student_table tbody td {
    padding: 15px;
  }
  .student_table tbody td {
    font-size: 14px;
  }
  .student_table thead th {
    padding: 13px;
    font-size: 14px;
  }
  .student_table .status_badge {
    font-size: 13px;
  }

  .table_footer .custom_pagination .page-link {
    padding: 8px 9px !important;
    font-size: 14px !important;
  }
  .table_footer .result_count {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .student_table .form-label {
    margin-bottom: 2px !important;
  }
  .student_table .avatar {
    width: 42px;
    height: 42px;
  }
}
