.ecce_learn_bene_wrapper {
  background-color: #ECF0FF;
}

.ecce_learn_bene_header_bg {
  background-image: url('https://cdn.poshantracker.in/public-assets/image/Beneficiary/ECCELearningBeneficiary/ecce_bene_bg.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 40px 40px;
}

.ecce_learn_bene_header_text {
  font-family: "OpenSans-Regular";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.ecce_learn_bene_header_tabs_wrapper {
  background-color: #001A53;
  display: inline-block;
  border: 1px solid #6284FD;
  border-radius: 25px;
  padding: 4px;
}

.ecce_learn_bene_tabs_content_bg {
  background-color: #ffffff;
  border-radius: 30px;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.ecce_learn_bene_header_tabs.nav-pills .nav-link.active,
.ecce_learn_bene_header_tabs.nav-pills .show>.nav-link {
  background-color: #fff;
  color: #181818;
  border-radius: 20px;
}

.ecce_learn_bene_nav_link {
  font-family: "OpenSans-Regular";
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
}

.ecce_learn_bene_nav_link.nav-link:focus,
.ecce_learn_bene_nav_link.nav-link:hover {
  color: #fff;
}

.ecce_learn_bene_header_tabs_columns {
  margin-bottom: -20px;
}

.ecce_learn_bene_tabs_content_head {
  font-family: "OpenSans-Regular";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #181818;
}

.ecce_learn_bene_tabs_content_date {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #5C5C5C;
}

.ecce_learn_bene_tabs_head_date_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ecce_learn_bene_tabs_content_error_msg {
  background-color: #F8E8E8;
  border: 1px solid #F9D0D1;
  border-radius: 10px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.ecce_learn_bene_tabs_conducted_msg {
  background-color: #E6FFE2;
  border: 1px solid #B2FFA6;
  border-radius: 10px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.ecce_learn_bene_tabs_not_conducted_msg {
  background-color: #ECF0FF;
  border: 1px solid #C3D6FE;
  border-radius: 10px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.ecce_learn_bene_tabs_content_msgs {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0;
  margin-left: 10px;
}

.error_msg_text {
  color: #E31217;
}

.conducted_msg_text {
  color: #34C759;
}

.not_conducted_msg_text {
  color: #6284FD;
}

.ecce_learn_bene_tabs_content_module_name_timer {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(90deg, #F8E8E8 0%, #FFFFFF 100%);
  border-radius: 10px;
  padding: 10px 15px;
}

.ecce_learn_bene_tabs_content_module_name {
  font-family: "OpenSans-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #5C5C5C;
  margin-bottom: 0;
}

.ecce_learn_bene_tabs_content_module_timer {
  font-family: "OpenSans-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #5C5C5C;
  margin-bottom: 0;
}

.ecce_learn_bene_tabs_content_module_head {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #181818;
}

.ecce_learn_bene_tabs_module_img {
  border-radius: 10px;
  max-height: 150px;
  width: 265px;
}

.ecce_learn_bene_tabs_module_main_warpper {
  display: flex;
}

.ecce_learn_bene_tabs_module_video_pdf_wrap {
  position: relative;
  margin-right: 20px;
}

.ecce_learn_bene_module_play_download_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.ecce_learn_bene_module_video_modal_close_btn {
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
  padding: 10px 10px;
}

.ecce_learn_bene_attendance_present_days {
  background-color: #DEE9FF;
  border-radius: 50%;
  padding: 6px 8px;
}



/* media query */
@media screen and (max-width: 991px) {

  .ecce_learn_bene_tabs_module_img {
    max-height: 104px;
    width: 184px;
  }

}

@media screen and (max-width: 767px) {

  .ecce_learn_bene_tabs_content_head {
    font-size: 14px;
    line-height: 18px;
  }

  .ecce_learn_bene_tabs_content_date {
    font-size: 12px;
    line-height: 16px;
  }

  .ecce_learn_bene_tabs_content_module_head {
    font-size: 12px;
    line-height: 16px;
  }

  .ecce_learn_bene_module_play_download_btn {
    max-width: 35px;
  }

  .ecce_learn_bene_tabs_content_bg {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .ecce_learn_bene_nav_link {
    font-size: 10px;
  }

  .ecce_learn_bene_header_tabs {
    flex-wrap: initial;
  }

  .ecce_learn_bene_tabs_module_video_pdf_wrap {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  .ecce_learn_bene_tabs_module_main_warpper {
    flex-wrap: wrap;
  }

  .ecce_learn_bene_tabs_module_img {
    max-height: 190px;
    width: 100%;
  }

}