@charset "UTF-8";
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Regular.woff2") format("woff2"), url("./font/webfont/AvertaStd-Regular.woff") format("woff"), url("./font/desktop/AvertaStd-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Semibold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Semibold.woff") format("woff"), url("./font/desktop/AvertaStd-Semibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Bold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Bold.woff") format("woff"), url("./font/desktop/AvertaStd-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Extrabold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Extrabold.woff") format("woff"), url("./font/desktop/AvertaStd-Extrabold.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
.select-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #ffffff;
  border: 1px solid #000000;
  box-shadow: 6px 6px 0px #BEDCC1;
  border-radius: 16px;
  padding: 0px;
  justify-content: center;
}
@media (min-width: 992px) {
  .select-wrapper {
    justify-content: end;
    overflow: hidden;
  }
}
.select-wrapper .select-block {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
.select-wrapper .expand {
  width: 100%;
  height: 26px;
  transition: 0.3s ease-in;
  cursor: pointer;
  padding: 0 25px;
  line-height: 1.5;
  font-weight: 700;
}
.select-wrapper .expand::after {
  content: "−";
  position: absolute;
  right: 25px;
  font-size: 32px;
  text-align: center;
  transition: all 0.35s;
  line-height: 0.5;
  font-weight: 200;
}
.select-wrapper .expand.collapsed::after {
  content: "+";
}
@media (min-width: 992px) {
  .select-wrapper .expand {
    display: none;
  }
}
@media (max-width: 991px) {
  .select-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0px;
  }
  .select-wrapper .select-block {
    padding-top: 15px;
    max-width: 100%;
    overflow: hidden;
    transition: max-height 0.3s ease-in;
    flex-wrap: wrap;
    justify-content: right;
    margin-bottom: -15px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .select-wrapper .select-block.collapsed {
    padding-top: 0px;
    max-height: 0px;
    margin-bottom: 0px;
    border-bottom-right-radius: 0px;
  }
}
.select-wrapper label {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  border-bottom: 1px solid #D7E9D8;
  margin-bottom: 0;
  flex-basis: 100%;
  /* > .autoComplete_wrapper {
    width: 100%;
    > ul {
      &:not([hidden]) {
        position: fixed;
        z-index: 1059;
        left: auto;
        right: auto;
      }
    }
  } */
}
.select-wrapper label[for=course_title_select] {
  /* .select2-search__field {
    &:focus::placeholder {
      color: transparent;
    }
  } */
}
.select-wrapper label[for=course_title_select] .select2-selection::after {
  display: none;
}
@media (max-width: 767px) {
  .select-wrapper label {
    padding: 0 10px;
  }
  .select-wrapper label[for=course_title_select] {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .select-wrapper label:first-child {
    border-top: 1px solid #D7E9D8;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .select-wrapper label:first-child, .select-wrapper label:nth-child(2) {
    border-top: 1px solid #D7E9D8;
  }
}
@media (min-width: 768px) {
  .select-wrapper label {
    flex-basis: 50%;
  }
  .select-wrapper label[for=group_select], .select-wrapper label[for=area_select], .select-wrapper label[for=category_select] {
    flex-basis: 33.3333%;
  }
  .select-wrapper label[for=course_title_select] {
    flex-basis: 100%;
    border-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .select-wrapper label:first-child, .select-wrapper label:nth-child(3), .select-wrapper label:nth-child(5), .select-wrapper label:nth-child(6), .select-wrapper label:nth-child(8) {
    border-right: 1px solid #D7E9D8;
  }
}
@media (min-width: 992px) {
  .select-wrapper label[for=status_select], .select-wrapper label[for=framework_select], .select-wrapper label[for=group_select], .select-wrapper label[for=course_prefix_select], .select-wrapper label[for=course_code_select], .select-wrapper label[for=course_level_select] {
    flex-basis: 20%;
  }
  .select-wrapper label[for=competency_select], .select-wrapper label[for=area_select], .select-wrapper label[for=category_select], .select-wrapper label[for=course_title_select] {
    flex-basis: 40%;
  }
  .select-wrapper label:first-child, .select-wrapper label:nth-child(2), .select-wrapper label:nth-child(3), .select-wrapper label:nth-child(5), .select-wrapper label:nth-child(6), .select-wrapper label:nth-child(8), .select-wrapper label:nth-child(9) {
    border-right: 1px solid #D7E9D8;
  }
}
@media (min-width: 1200px) {
  .select-wrapper label[for=status_select], .select-wrapper label[for=framework_select], .select-wrapper label[for=group_select], .select-wrapper label[for=course_prefix_select], .select-wrapper label[for=course_code_select] {
    flex-basis: 20%;
  }
  .select-wrapper label[for=category_select], .select-wrapper label[for=course_title_select] {
    flex-basis: 40%;
  }
}
.select-wrapper label:last-child {
  border-right: 0;
}
.select-wrapper label .search-input {
  width: 100%;
  border: 0;
  padding-bottom: 0px;
  padding-left: 15px;
  height: 50px;
  color: #000000;
  font-size: 17px;
  font-weight: 700;
}
.select-wrapper label .search-input:focus-visible {
  outline: 0;
}
.select-wrapper label .search-input::-moz-placeholder {
  color: #757575;
  font-size: 17px;
  font-weight: 700;
}
.select-wrapper label .search-input::placeholder {
  color: #757575;
  font-size: 17px;
  font-weight: 700;
}
.select-wrapper label .select2-selection {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  font-size: 17px;
  font-weight: 700;
  align-items: center;
  padding: 11px 15px 9px 15px;
}
.select-wrapper label .select2-selection--single {
  cursor: pointer;
}
.select-wrapper label .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select-wrapper label .select2-selection--multiple {
  position: relative;
}
.select-wrapper label .select2-selection--multiple .select2-selection__rendered {
  display: none !important;
}
.select-wrapper label .select2-selection .select2-selection__rendered {
  display: inline-block;
  float: left;
  text-align: left;
  white-space: normal;
  word-break: break-all;
  flex-wrap: wrap;
  margin-bottom: 0;
  max-width: calc(100% - 40px);
}
.select-wrapper label .select2-selection .select2-selection__rendered .select2-selection__choice {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  /* max-width: calc(100% - 60px); */
  max-width: 100%;
}
.select-wrapper label .select2-selection .select2-selection__rendered .select2-selection__choice:not(:last-child) .select2-selection__choice__display::after {
  content: ",";
}
.select-wrapper label .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}
.select-wrapper label .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
@media (max-width: 991px) {
  .select-wrapper label .select2-selection {
    border-radius: 0;
  }
}
.select-wrapper .btn {
  background: #6CAE71;
  color: #ffffff;
  margin: 0 15px;
  padding: 8px 22.5px;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 992px) {
  .select-wrapper .btn {
    border: 0;
    margin: 0;
    flex-basis: 10%;
  }
}
@media (max-width: 991px) {
  .select-wrapper .btn {
    border-radius: 0px;
  }
}
.select-wrapper .btn.active {
  background: #6CAE71;
  color: #ffffff;
}
.select-wrapper .btn.btn-search, .select-wrapper .btn.btn-reset {
  font-size: 14px;
  line-height: 2.25em;
  color: #ffffff;
  background: #6CAE71;
}
@media (max-width: 991px) {
  .select-wrapper .btn.btn-search, .select-wrapper .btn.btn-reset {
    padding: 15px 30px;
    min-width: 100px;
    height: 46px;
  }
}
@media (min-width: 992px) {
  .select-wrapper .btn.btn-search, .select-wrapper .btn.btn-reset {
    border-radius: 0px;
  }
}
.select-wrapper .btn.btn-reset {
  margin: 0;
  border-right: 1px solid #D7E9D8;
}
.select-wrapper .btn.btn-search {
  margin: 0;
}
.select-wrapper .btn.btn-flipflap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 100%;
  transition: all 0.3s ease-in-out;
}
.select-wrapper .btn.btn-flipflap .over-wrap {
  display: block;
  height: 1em;
  width: 100%;
}
.select-wrapper .btn.btn-flipflap .flap,
.select-wrapper .btn.btn-flipflap .flip {
  position: absolute;
  display: flex;
  overflow: hidden;
  top: 50%;
  left: 50%;
  height: 1.1em;
  width: 100%;
  transform: translate(-50%, -50%);
  justify-content: center;
}
.select-wrapper .btn.btn-flipflap .flap i,
.select-wrapper .btn.btn-flipflap .flip i {
  font-style: normal;
}
.select-wrapper .btn.btn-flipflap .flap {
  color: #ffffff;
}
.select-wrapper .btn.btn-flipflap .flap i {
  transition: 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.select-wrapper .btn.btn-flipflap .flip {
  color: #ffffff;
}
.select-wrapper .btn.btn-flipflap .flip i {
  transform: translateY(100%);
  transition: 0.42s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.select-wrapper .btn.btn-flipflap i:nth-child(1) {
  transition-delay: 0.295s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(2) {
  transition-delay: 0.27s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(3) {
  transition-delay: 0.255s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(4) {
  transition-delay: 0.24s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(5) {
  transition-delay: 0.225s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(6) {
  transition-delay: 0.21s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(7) {
  transition-delay: 0.195s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(8) {
  transition-delay: 0.18s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(9) {
  transition-delay: 0.165s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(10) {
  transition-delay: 0.15s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(11) {
  transition-delay: 0.135s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(12) {
  transition-delay: 0.12s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(13) {
  transition-delay: 0.105s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(14) {
  transition-delay: 0.09s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(15) {
  transition-delay: 0.075s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(16) {
  transition-delay: 0.06s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(17) {
  transition-delay: 0.045s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(18) {
  transition-delay: 0.03s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(19) {
  transition-delay: 0.015s;
}
.select-wrapper .btn.btn-flipflap i:nth-child(20) {
  transition-delay: 0s;
}
.select-wrapper .btn.btn-flipflap:hover {
  background: #6CAE71;
}
.select-wrapper .btn.btn-flipflap:hover .flap i {
  transform: translateY(-100%);
}
.select-wrapper .btn.btn-flipflap:hover .flip {
  color: #ffffff;
}
.select-wrapper .btn.btn-flipflap:hover .flip i {
  transform: translateY(0%);
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(20) {
  transition-delay: 0.295s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(19) {
  transition-delay: 0.27s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(18) {
  transition-delay: 0.255s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(17) {
  transition-delay: 0.24s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(16) {
  transition-delay: 0.225s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(15) {
  transition-delay: 0.21s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(14) {
  transition-delay: 0.195s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(13) {
  transition-delay: 0.18s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(12) {
  transition-delay: 0.165s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(11) {
  transition-delay: 0.15s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(10) {
  transition-delay: 0.135s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(9) {
  transition-delay: 0.12s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(8) {
  transition-delay: 0.105s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(7) {
  transition-delay: 0.09s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(6) {
  transition-delay: 0.075s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(5) {
  transition-delay: 0.06s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(4) {
  transition-delay: 0.045s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(3) {
  transition-delay: 0.03s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(2) {
  transition-delay: 0.015s;
}
.select-wrapper .btn.btn-flipflap:hover i:nth-child(1) {
  transition-delay: 0s;
}
.select-wrapper .btn.btn-flipflap.active .flap,
.select-wrapper .btn.btn-flipflap.active .flip {
  color: #ffffff;
}
@media (min-width: 992px) {
  .select-wrapper .btn {
    font-size: 20px;
    padding: 17px 36px;
  }
  .select-wrapper .btn.btn-search, .select-wrapper .btn.btn-reset {
    padding: 17px 36px;
  }
}
@media (min-width: 992px) {
  .select-wrapper.cccl-select-wrapper .btn-reset {
    border-right: 2px solid #D7E9D8;
  }
  .select-wrapper.cccl-select-wrapper .btn-search,
  .select-wrapper.cccl-select-wrapper .btn-reset {
    outline: 1px solid #6CAE71;
  }
}

.tag-wrapper {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.tag-wrapper .selected-tag {
  margin: 10px 20px 0 0;
  padding: 5px 10px;
  background-color: #ffffff;
  border: 0.5px solid #000;
  border-radius: 20px;
  font-size: 12px;
}
.tag-wrapper .selected-tag .tag-rm {
  border: 0;
  background-color: #ffffff;
  padding: 0;
  width: 12px;
  font-size: 18px;
  margin-right: 6px;
}

.select2-container--default {
  width: 100%;
}
.select2-container--default > .selection {
  display: block;
  height: 100%;
}
.select2-container--default > .selection .select2-selection::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 100%;
  top: 0px;
  right: 0;
  background-image: url(../img/icon/more.svg);
  background-repeat: no-repeat;
  background-color: white;
  background-position: center;
  cursor: pointer;
}
.select2-container--default.select2-container--open > .selection .select2-selection::after {
  transform: rotate(180deg);
}
.select2-container--default.select2-container--disabled > .selection .select2-selection::after {
  background-color: transparent;
  cursor: default;
}
.select2-container--default .select2-search--inline {
  position: relative;
  display: inline-block;
  float: left;
  width: 100% !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
  height: 20px;
  margin: 0;
  vertical-align: middle;
  width: 100% !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 0;
}
.select2-container--default .select2-search--dropdown {
  padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  border-bottom: 1px dashed;
  height: 50px;
  font-size: 17px;
  padding: 0 15px;
}
.select2-container--default .select2-search__field {
  width: 100% !important;
  caret-color: black;
  line-height: 1em;
  font-family: "Muli", "Microsoft JhengHei", sans-serif !important;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 362.5px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 6px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 5px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.select2-container--default .select2-results__option.select2-results__option--selectable:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #ffffff;
  margin-right: 10px;
  vertical-align: middle;
}
.select2-container--default .select2-results__option--selectable.select2-results__option--selected {
  background-color: #ffffff;
  color: #30383b;
}
.select2-container--default .select2-results__option--selectable.select2-results__option--selected::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f00c";
  color: #ffffff;
  background-color: #6CAE71;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #757575;
}
.select2-container--default .select2-results__option--disabled {
  display: none;
}

.find-an-exp .select-wrapper .expand {
  text-align: left;
}
.find-an-exp .select-wrapper .btn {
  flex-basis: 20%;
  outline: 1px solid #6CAE71;
}/*# sourceMappingURL=select.css.map */