
/* CourseLibrary */
/* design one */
.flex{
display:flex;
align-items:center;
justify-content:space-between;
}
h4, body{
  color:#000 !important
}
.mb-0{
margin-bottom:0 !important;
}
.p-0{
padding:0;
}
.mr-1, .mx-1 {
    margin-right: .25rem !important;
}
.flexone {
    display: flex;
    align-items: center;
}

.SkillDropdwn ul{
padding:0;
}
.course_objective p{
padding-left:15px;
}
.lib_Course_cardTitle p{
margin:0px 5px;
}
.Course_tagList img ,.courses_liblist h4 img {
    max-width: 25px;
    margin-right: 9px;
}

.Course_lib_Taglist {
    /* background: #fff3e087;
    padding: 13px 17px;
    border: 1px solid #F57C00;
    box-shadow: 6px 6px 11px #00000036; */
    border-radius: 0 10px;
    margin: 0px 0 0;
}
.Course_lib_Taglist li {
  display: inline-block;
  margin: 5px 10px 5px 0px;
  border: 1px solid #329fff;
  padding:2px 10px 2px 35px;
  border-radius: 22px;
  /* box-shadow: 0px 8px 10px #8f8f8f; */
  background: #329fff;
  color: #fff;
  position: relative;
}

.Course_lib_Taglist li a {
    color: #fff;
}
.Course_lib_Taglist li:hover a {
    color: #fff;
    box-shadow: none;
}
.taglabel {
  display: block;
  position: relative;
  padding-left: 3px;
  padding-right: 5px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  user-select: none;
  color: #fff;
}

/* Hide the browser's default checkbox */
.taglabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.Course_lib_Taglist .checkmark {
  position: absolute;
  top: 2px;
  left: -23px;
  height: 17px;
  border-radius: 4px;
  background:#e6e6e6;
  width: 17px;
}

/* On mouse-over, add a grey background color */
.taglabel:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.taglabel input:checked ~ .checkmark {
  background-color: #00b050;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.taglabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.taglabel .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/* coursecard */
.lib_courseimg {
  width: 20%;
  background: #e3f2fd;
  border-right: 1px solid #329fff;
  position: relative;
  border-radius: 6px 0 0 6px;
}

.lib_coursul {
  width: 80%;
  padding: 1px  0px 0; 
}
.lib_courseimg img {
  padding: 3px;
  border-radius: 6px;
  background: #faf4ea;
  width:100%;
  height:100%;
  object-fit: cover;
}

.lib_coursecarddtl {
  display: flex;
}

.lib_Course_cardTitle {
  border-bottom: 1px solid #329fff;
  padding: 5px 10px;
  background:#e8f5ff;
}

.lib_course_card,.tagcourse {
  padding: 0px;
  border: 1px solid #329fff;
  margin-top: 25px;
  border-radius: 6px;
}

.lib_coursul 
li {
  font-size: 15px;
  margin: 0px 0px 5px;
  position: relative;
  padding: 0px;
}

.courses_liblist {
  margin: 30px 0;
}
.lib_coursul li{
    display: flex;
    align-items: baseline;
    padding: 5px 0px 0px;
}
.lib_coursul .course_obj_hgt li{
    display: flex;
    align-items: baseline;
    display: flex;
 
}
/* .lib_coursul li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #90CAF9;
  top: 6px;
  border-radius: 50%;
  left: 0;
  border: 2px solid #1E88E5;
  box-shadow: inset 0px 0px 4px #1A237E;
} */
.explorebtn a {
    background: #e46666;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 8px 10px 8px 0;
    min-width: 125px;
    padding: 10px 15px;
    position:relative;
    text-align: center;
    text-decoration: none;
}
.explorebtn a span{
 display:block;
font-size:1
}

.explorebtn a:hover{
  background:#ed8080 !important ;
  font-weight:400;
  color: #fff;
}

.explorebtn a:nth-child(2) {
  background: #005fb2;
}
.explorebtn a:nth-child(1) {
  padding-left:5px;
}
.explorebtn a:nth-child(2):hover{
  background: #329fff !important;
  color: #fff;
}


.container {
  max-width: 1140px;
}
.lib_course_items {
  display: flex;
  padding-left: 50px;
  justify-content: space-between;
}


.techrimg {
  max-width: 30px;
  margin-right: 10px;
}

.techrimg img {
  border-radius: 50%;
}

.teaher {
  display: flex;
  align-items: center;
  border-left: 1px solid #329fff;
  padding-left: 39px;
}
.explorebtn {
  /* background: #e3f2fd; */
  text-align: right;
      width: 20%;
  position:relative;
  /* border-top: 1px solid #329fff */
}

.lib_coursul ul {
    padding: 25px 0 0;
    padding-left: 15px !important;
    margin: 0 0 8px;
}

.lib_course_items {
  padding-bottom: 0px;
}

.lib_course_items p {
  font-weight: 600;
}
span.dimension_icon {
  position: absolute;
  bottom: 28px;
  left: 15px;
}
.dimension_icon img {
  width: 50px;
  padding: 1px;
  border: 1px solid #727272;
}
.lib_coursul li img {
  max-width: 14px;
}

.SkillDropdwn {
  width: 100%;
  background: #ffffff;
  z-index: 9;
  top: 29px;
  left: 0;
    padding: 5px 0px 0;
}

.Course_lib_Taglist .SkillDropdwn li {
    width: auto;
    border-radius: 20px;
    border: 0;
    margin: 0;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding:5px 5px 5px 36px;
    color: #000;
    margin: 5px 4px 5px 0;
}

.Course_lib_Taglist .SkillDropdwn li label.taglabel {
  color: #000;
}
.Course_lib_Taglist .SkillDropdwn li:hover {
  background: #efefef;
}
.lib_Course_cardTitle h4{
font-size:24px !important;
}
.course_objective {
    padding: 5px 0 0;
    width:80%;
    min-height:150px;
}
.SkillDropdwn.showskiils {
    display: block;
}
.filtetags span.crossmark {
    color: #f00;
    border-color: #f00;
}
.filtetags span.crossmark {
    height: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #b8b8b8;
    border: 1px solid #ccc;
    width: 17px;
    padding: 0px 0px;
    line-height: 1;
}
.filtetags span.crossmark img {
    max-width: 16px;
  cursor:pointer;
}
.Course_lib_Taglist .selectectaglist li{
padding-left:10px
}

.course_objective ul li{
 display: block !important;
    padding-right: 5px;
}
.dimension_relatedtags {
     border-top: 1px solid #b3e5fc;
    margin: 8px 0 0px;
    padding-top: 8px;
}
.selectectaglist p ,.dimension_relatedtags p{
    color: #000;
    font-weight: 600;
    margin-right: 10px;
    min-width: 132px;
}
.Icon_with_tag li {
  padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 5px 10px;
    width:100%;
}

.Icon_with_tag li span.checkmark {
    right: 0;
    left: auto;
    top: -8px;
     border:1px solid #c6c6c6;
}

.Icon_with_tag li label.taglabel {
    display: flex;
    align-items: center;
    padding-right: 10px;
    color: #000;
}
.showSkills .SkillDropdwn{
    display: block !important;
}
.Icon_with_tag li .SkillDropdwn  span.checkmark{
    left: -23px;
  top:3px;
}
.Icon_with_tag li span.checkmark:after {
    height: 11px;
    left: 4px;
    top: 1px;
    width: 6px;
}
.filtetags.dimension {
  cursor:pointer;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.courseobjtitle img{
  max-width:25px;
  margin-right:5px;
}
.courseobjtitle {
    padding: 5px 10px 0;
    margin-top: 5px;
}
.dimension_skil_ span {
       margin-left: 25px;
    font-weight: 600;
}
.Icon_with_tag .dimension.filtetags:after,.explorebtn a:after {
    border-left: 3px solid #329fff;
      border-radius: 1px;
    border-top: 3px solid #329fff;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 13px;
    transform: rotate(45deg);
    transition: all .3s;
    width: 10px;
    transition: all .3s;
    width: 10px;
}
.Icon_with_tag .dimension.filtetags.showSkills:after{
   transform: rotate(-135deg);
  top:11px;
}
.explorebtn a:after{
right:10px;
   transform: rotate(-135deg);
  
}
.explorebtn .enroll_user li {
    border: 0;
    background: #fff;
}

.explorebtn .enroll_user li a {
    color: #425b76 !important;!i;!;!i;!;
}
.explorebtn a:nth-child(2):after{
 display:none
}
.explorebtn a:after {
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
      right: 15px;
  top:17px;
}
.flex.course_obj_hgt {
    min-height: 158px;
}
.Icon_with_tag .showSkills .dimension.filtetags:after{
     transform: rotate(45deg);
    transition: all .3s;
    top: 12px;
}
.explorebtn.ebookbtn a {
    background: #005fb2;
    padding: 14px 25px;
    max-width: 153px;
}
.filter_image{
cursor:pointer;
}
.Course_tagList img.courselibtitl {
    max-width: 26px;
    margin-right: 7px;
    margin-top: 5px;
}
.Course_tagList h4 {
    font-size: 26px !important;
    align-items: center;
}
.Course_tagList h4 span {
    display: flex;
    align-items: flex-start;
}
span.commingsoon {
    color: #ff9901;
}
.explorebtn.w-20.disabled a {
    opacity: .4;
    cursor: not-allowed;
}
.explorebtn .enroll_user {
    display:none;
    background: #ffffff;
    background-position-y: 0;
    display: none;
    min-width: 243px;
    position: absolute;
    right: 12px;
    box-shadow: 0 0 4px #000;
    top: 51px;
    padding: 0 !important;
    border-radius: 9px;
     z-index:1;
}

ul.enroll_user li a {
    margin: 0;
    width: 100%;
    background: transparent;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    color: #425b76;
}
.explorebtn ul.enroll_user li a:hover{
    background: #ebebeb !important;
    color: #425b76;
}
ul.enroll_user li a:after{
display:none;
}
.coming_soon .explorebtn a:hover{
background:none;
}









.flexone.option_course {
   margin: 0px 0px 12px;
    padding: 15px 0 15px 53px;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
}


.option_course label.taglabel {
    color: #000;
    font-size: 20px;
}

.flexone.option_course span.checkmark {
    width: 30px;
    height: 30px;
    left: -37px;
    top: -4px;
    border: 1px solid #a5a5a5;
}
.option_Sel_ch .flexone.option_course span.checkmark {
    border-radius: 50%;
}
.selct_courses .taglabel input:checked~.checkmark {
    background: #388E3C;
}
.selct_courses .taglabel .checkmark:after,.all_challenges .taglabel .checkmark:after{
    border: solid #fff;
    border-width: 0 5px 5px 0;
    height: 20px;
    left: 9px;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}
.challenges__ h4,.course_filter_lib h4.library_title, .course_life-events h4{
    font-size: 21px !important;
    margin-top: 0px;
  margin-bottom:5px;
}
.CourseLibrary_container.course_filter_lib {
    margin-top: 20px;
}

.challenges__ h5{
    background: #fdf1df !important;
    width: 100% !important;
    color: #000 !important;
    padding: 10px !important;
    margin-bottom: 7px !important;
    border: 1px solid #ffc062 !important;
    border-radius: 5px !important;
}
.challengeslist ul {
    padding-left: 0;
}

.challengeslist ul li {
    width: 100%;
    margin: 0;
    border: 0;
    background: transparent;
    padding: 0;
}

.challengeslist ul li .option_course {
    margin-bottom: 0;
    box-shadow: 0px 1px 2px 0 rgba(54, 64, 67, .2), 0px 2px 3px 1px rgba(54, 64, 67, .2);
    border-radius: 0;
    background: #f4f4f4;
    margin: 5px 0;
    border-bottom: 1px solid #e3d4be;
    border: 0;
    padding: 8px 0 8px 53px;
}
.challengeslist ul li .flexone.option_course span.checkmark {
    width: 25px;
    height: 25px;
    left: -37px;
    top: -2px;
}
.challengeslist .all_challenges .taglabel .checkmark:after {
    border: solid #fff;
    border-width: 0 4px 4px 0;
    height: 16px;
    left: 6px;
    top: 1px;
    width: 9px;
}
.Course_lib_Taglist .challengeslist ul li:hover{
border:0
}

.challenges__ h5{
font-size:20px;
  display:flex;
  align-items:center;
}

.challenges__ h5 img, .course_life-events h5 img {
    max-width: 25px;
  margin-right:10px
}

.challenges__ .option_course label.taglabel {
    color: #000;
    font-size: 19px;
}
.challengeslist {
    border: 1px solid #ffc062;
    padding: 15px 15px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 2px 2px 6px 0px #c2c2c2;
}

.recummded_plan {
    margin: 30px 0 0;
    text-align: center;
}

.recummded_plan a {
    margin: 0 !important;!i;!;
}
.howitwork_hallenges h5 {
    border: 0;
    background: none;
    padding: 0;
    font-size: 22px;
}

.howitwork_hallenges {
    padding-left: 25px;
    background: #fdf1df;
    padding: 16px;
    border: 1px solid #ffc062;
    border-radius: 6px;
    margin-left: 20px;
}

.howitwork_hallenges p {
    color: #000000;
}
.challengeslist,.Course_tagList {
    min-width: 62%;
}
.flexone.Show_more_ a {
    text-decoration: none;
    display: inline-block;
    margin: 6px 0 0;
    font-size: 16px;
}
.selectectaglist{
margin-top:10px
}
div#showMoreClick {
    min-width: 100px;
}

.tagging_more {
    display: flex;
    align-items: flex-end;
}

.challengeslist{
    max-height: 750px;
    overflow: auto;
}
.lifeevent{
    max-height: 520px !important;
    overflow: auto;
}

.challengeslist::-webkit-scrollbar,.Course_tagList.mt-5::-webkit-scrollbar {
  width:4px;
  scrollbar-width: thin;
  scrollbar-color: #c9cdd1; 
}
.challengeslist::-webkit-scrollbar-thumb,.Course_tagList.mt-5::-webkit-scrollbar-thumb {
   background-color: #ff9901;
    inset 0 -1px 0 rgba(0, 0, 0, 0.07); 
   scrollbar-width: thin;
    scrollbar-color: #c9cdd1; 
}
div#option1,div#option2,div#option3 {
    margin-top: 20px;
}
.recummded_plan a:hover {
    font-weight: bold !important;
}
.recummded_plan a:active {
    color:#fff !importnat;
}
.Course_tagList.mt-5 {
    border: 1px solid #ffc062;
    border-radius: 6px;
    padding: 15px;
    max-height: 853px;
    overflow: auto;
}
.challengeslist ul.real_life_event_prob li .flexone.option_course span.checkmark {
    border-radius: 50%;
}
/* Option3 */
.selct_courses.option_Sel_ch {
    background: #ccc;
    padding: 20px 10px 1px;
    border-radius: 5px;
    background: #E1F5FE;
    border-bottom: 3px solid #329fff;
    box-shadow: 1px 2px 5px #bfbfbf;
}

.selct_courses.option_Sel_ch .flexone.option_course {
    border: 0;
    padding: 0px 0 15px 53px;
}