.course-path-select-badge-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.course-path-select-badge-header > p {
  padding: 0;
  margin: 0;
}

.course-path-select-badge-header .input-group {
  position: relative;
}

.course-path-select-badge-header .input-group input {
  padding-right: 25px;
  z-index: 0;
}

.course-path-select-badge-header .input-group input:focus + i {
  z-index: 4;
}

.course-path-select-badge-header .input-group i {
  position: absolute;
  right: 6px;
  line-height: 39px;
  width: 25px;
  text-align: center;
  color: #ccc;
}

.course-path-select-badge-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.course-path-select-badge-list {
  text-align: center;
  padding: 5.5px;
  cursor: pointer;
  display: inline-block;
}

.course-path-select-badge-list:hover .common-radio i {
  border-color: #1890ff;
}

.course-path-select-badge-list .create-course-badge-btn {
  border: 1px solid #757575;
  color: #757575;
  border-radius: 50%;
  text-align: center;
  margin-top: 20px;
}

.course-path-select-badge-list .create-course-badge-btn i {
  line-height: 40px;
}

.course-path-select-badge .common-radio {
  height: 20px;
}

.course-path-select-badge .common-radio input[type='radio'],
.course-path-select-badge .common-radio input[type='checkbox'] {
  display: none;
}

.course-path-select-badge .common-radio input[type='radio']:checked + i,
.course-path-select-badge .common-radio input[type='checkbox']:checked + i {
  background-color: #1890ff;
}

.course-path-select-badge .common-radio input[type='radio']:checked + i:before,
.course-path-select-badge .common-radio input[type='checkbox']:checked + i:before {
  transform: rotate(45deg) scaleY(1);
}

.course-path-select-badge .common-radio:hover i {
  border-color: #1890ff;
}

.course-path-select-badge .common-radio i {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-collapse: separate;
  border-radius: 4px;
  transition: all 0.25s ease-in;
}

.course-path-select-badge .common-radio i:before {
  box-sizing: content-box;
  content: '';
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform 0.15s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.05s;
  transform-origin: center;
}

/*# sourceMappingURL=http://127.0.0.1/css/course-path/components/course-path-select-badge.css.map */
