/* Custom course card design style*/
.vibe_custom_new_card {
  border-radius: var(--Spacing-4, 1rem);
  background: var(--Primary-Smooth, #f6f6fa);
  overflow: hidden;
  & .vibe_custom_new_card_inner {
    display: flex;
    /* max-width: 17.5rem; */
    /* height: 28.1875rem; */
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 0px;

    & a.cat_button {
        display: flex;
        height: var(--Spacing-6, 2rem);
        padding: var(--Spacing-2, 0.5rem) var(--Spacing-4, 1rem);
        justify-content: center;
        align-items: center;
        gap: var(--Spacing-2, 0.25rem);
        border-radius: var(--Spacing-4, 1rem);
        background: #eeeff3;
      }

     & .vibe_custom_new_card_info_button {
        padding: 16px;
        display: flex;
        gap: 2px;
      }
  }
  & .progressbar_wrap {
    /* padding-top: 0; */
    margin: 0;
    width: 100%;
  }
  &:hover {
   & .new_btn_class {
      background-color: #10217d;
      color: white;
      & .svg_icon {
        stroke: white !important;
      }
    }
  }
}


.wplms_custom_course_info_grid {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  /* gap: 1rem; */
  /* border: 1px dashed #666; */
  align-items: center;
}

.wplms_custom_course_info_grid_item_text {
  display: flex;
  gap: 0.2rem;
}

.wplms_custom_course_info_grid_item + .wplms_custom_course_info_grid_item {
  border-left: solid 2px #eaecee;
  padding: 0 1rem;
}

.wplms_custom_course_info_grid_item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}

.vibe_custom_new_card .course_button.full.button {
  border-radius: var(--Spacing-2, 0.25rem);
  background: var(--Primary-50, #e7e9f2);
}

.vibe_custom_new_card_image img {
  width: 100%;
  height: 180px !important;
  object-fit: cover;
}

.vibe_custom_new_card {
  margin-top: 32px;
}


.vibe_custom_new_card_title {
    padding: 1rem;
}
.vibe_custom_new_card_title .course-title-new {
    overflow: hidden!important;
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 2!important;
    font-size: 18px;
    font-weight: 700;
    color: #2e4450;
    line-height: 23.4px !important;
}
.new_btn_class {
  width: 100% !important;
  height: 3.75rem;
  justify-content: center;
  transition-duration: 0.5s;
  margin: 0;
  color: #3e4a6e;
  background-color: #eef1f9;
  display: flex;
  align-items: center;
}

.svg_icon {
  transition-duration: 0.5s;
  stroke: #10217d;
  margin-right: 5px;
}

.reviews_wrapper {
  display: flex;
  align-items: center;
}

.reviews_wrapper .reviews_text {
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #4a5568;
}

.wplms_custom_course_info {
  padding: 0px 4px 16px 4px;
}

.wplms_custom_course_info_grid {
  display: flex;
  justify-content: left;
  gap: 10px;
  padding-left: 8px;
}

.wplms_custom_course_info_grid_item {
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-direction: row;
}
.subtitle-02 {
  font-size: 14px !important;
}

.subtitle-02 {
  font-size: 14px !important;
}
p.subtitle-02 {
  margin-bottom: 0rem !important;
}
