#curriculumCourseList th.asc > button:after {
  opacity: 0;
}
#curriculumCourseList th.desc > button:before {
  opacity: 0;
}
#curriculumCourseList th > button {
  position: relative;
  padding: 0 20px 0 0;
  background: none;
  border: 0;
}
#curriculumCourseList th > button:before,
#curriculumCourseList th > button:after {
  content: '';
  position: absolute;
  mask-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41 0.579956L6 5.16996L10.59 0.579956L12 1.99996L6 7.99996L0 1.99996L1.41 0.579956Z' fill='%23000000'/%3E%3C/svg%3E%0A");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #000000;
  height: 5px;
  width: 8px;
  transition: opacity 0.2s ease;
}
#curriculumCourseList th > button:before {
  top: 14px;
  right: 0;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
#curriculumCourseList th > button:after {
  top: 7px;
  right: 0;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transform: rotate(180deg);
}
/*# sourceMappingURL=list.css.map */
