.sticky {
  position: sticky !important;
  left: 0;
  background-color: #191a21 !important;
  z-index: 1000;
  text-align: left;
}

.sticky::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0px;
  bottom: 0px;
  background: #3a3c51;
  width: 1px;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-hidden .table {
  border-right: 1px solid #bbbbbb !important;
  display: block;
  width: auto;
  overflow-x: scroll;
}

.student-table {
  min-height: 400px !important;
}

table.table.default_table_theme.student-table tbody td {
  border-bottom: 1px solid #3a3c51;
}

.text-download-file {
  color: #9369C8;
}

.text-download-file:hover {
  color: #9369C8;
}

::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}