.academic-table {
  border: solid 1px #d8d8d8;
  margin-bottom: 60px;
}
tbody tr:hover td {
  background: #fff9dc;
}
.academic-table thead {
  width: 100%;
}
.academic-table tbody {
  display: inline-block;
  max-height: 600px;
  overflow-y: auto;
  width: 94%;
  margin: 0 3% 30px 3%;
}
.academic-table tr {
  display: table;
  width: 100%;
}
.academic-table tbody::-webkit-scrollbar {
  width: 3px;
}

.academic-table tbody::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.academic-table tbody::-webkit-scrollbar-thumb {
  background: #fdda38;
}
th:nth-child(1) {
  width: 30%;
}
tbody tr td:nth-child(1) {
  width: 35%;
}
tbody tr td:nth-child(2) {
  width: 20%;
}
tbody tr td:nth-child(3) {
  width: 45%;
  text-align: center;
}
tbody tr td {
  position: relative;
}
tbody tr td:last-child {
  background-color: #fff;
  padding: 22px 5px;
}
/* tbody tr td:last-child::after {
  content: "";
  display: block;
  width: 28px;
  height: 100px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
} */
@media screen and (max-width: 1000px) {
  .academic-table {
    border-top: none;
  }
  .tableTitle {
    border: solid 1px #d8d8d8;
    border-bottom: none;
  }
  /* .academic-table thead th:nth-child(2) {
    width: 35vw;
  } */
  /* tbody tr td:last-child::after {
    height: 100%;
  }
  tbody tr td:last-child::after {
    width: 0.04rem;
  } */
  tbody tr td:last-child {
    padding: 0.36rem 0.1rem;
  }
}
