::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 2px
}
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.32);
  border-radius: 2px
}
::-webkit-scrollbar-track {
  background: #f5f5f5
}
.text-nthu {
  color: #7f1084!important
}
.bg-nthu {
  background-color: #7f1084!important
}