﻿.wu-management.menu .course:hover {
  cursor: pointer;
  text-decoration: none;
}
.wu-management.menu .course-info .card-item {
  padding: 0.5rem 0;
  color: #333333;
}
.wu-management.menu .course-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wu-management.menu .course-preview img {
  margin-top: 0.25rem;
  max-width: 71px;
}
.wu-management .right-action-area {
  padding: 15px;
}
.wu-management .right-action-area .custom-select-header {
  justify-content: flex-end !important;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.wu-management .right-action-area .custom-select-header .custom-select__trigger {
  justify-content: flex-end;
}
.wu-management #importListResultBackBtn {
  padding-right: 0;
  text-align: right;
  position: relative;
  z-index: 1;
  padding: 0;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.wu-management .collapse-subgroups {
  height: 0;
}
.wu-management #newLabelBtn {
  min-width: 125px;
}