 /* =================== Common =================== */
 .crhCheckboxStyle{
  width: 18px;
  height: 18px;
  position: relative;
  border: 0 solid #CCC;
  cursor: pointer;
  display: inline-block;
 }
 .crhCheckboxStyle  input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
 }

.crhCheckboxStyle  input[type="checkbox"] + em{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #CCC;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
}

/* ============ upload evidence form Satvik ==============*/

/* for Upload evidence - learner */
.crhCheckboxStyle  input[type="checkbox"]:checked + em{
  background: url(../images/Checkbox-checked.png) no-repeat center center;
  background-size: 100% auto;
  border: 0;
}

/* for Upload evidence - accessor */
.crhCheckboxStyle.accessGreenChecked  input[type="checkbox"]:checked + em{
  background: url(../images/check-green.png) no-repeat center center;
  background-size: 100% auto;
  border: 0;
}

.crhCheckboxStyle.placeHolder  input[type="checkbox"]:checked + em{
  background: url(../images/Checkbox-checked.png) no-repeat center center;
  background-size: 100% auto;
  border: 0;
}

.crhCheckboxStyle.comPlete  input[type="checkbox"]:checked + em{
  background: url(../images/check-green.png) no-repeat center center;
  background-size: 100% auto;
  border: 0;
}

.crhCheckboxStyle.inComplete  input[type="checkbox"]:checked + em{
  background: url(../images/Checkbox.png) no-repeat center center;
  background-size: 100% auto;
  border: 0;
}

.evdUploadDesc{
  max-width: 533px;
  min-width: 533px;
}

/* =============================================== */

.crhMutiSelectwrap .select2-container{
  width: 100% !important;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 8px;
  /* background: url(../images/searchIcon.png) no-repeat 8px 10px; */
  /* padding-left: 30px; */
  border: 1px solid #D5D7DA;
  display: flex;
  align-items: center;
} 
.crhMutiSelectwrap .select2-container .select2-selection{
  border: 0 !important;
}
.crhMutiSelectwrap  .select2-container--default .select2-selection--single .select2-selection__arrow b{
  margin-top: 0px;
}
.crhMutiSelectwrap .select2-container .selection{
  width: 100%;
}
.crhMutiSelectwrap .select2-selection.select2-selection--multiple{
  border: 0 !important;
}
.crhMutiSelectwrap .select2-container--default .select2-selection--multiple{ background: transparent !important; margin: 0;}

.crhMutiSelectwrap .select2-container--default .select2-selection--multiple .select2-selection__choice{
  max-width: 150px;
  font-size: 14px;
}


 /* =================== ##END Common =================== */
 
 .crhEvidanceUploadWrap{
        width: 100%;
        padding: 0;
      }
      .crhEvdUploadTabWrap{}
      .crhEvdUploadTabWrap .crhEvdUploadTabWrap__Tabs{
        max-width: 100%;
        overflow-x: auto;
      }
      .crhEvdUploadTabWrap .crhEvdUploadTabWrap__Tabs ul{
        list-style-type: none;
        display: flex;
        gap: 5px;
        margin: 0;
        padding: 0;
      }
      .crhEvdUploadTabWrap .crhEvdUploadTabWrap__Tabs ul li{
        display: inline-block;
        width: 25%;
      }
      .crhEvdUploadTabWrap .crhEvdUploadTabWrap__Tabs ul li button{
        border: 0;
        background: transparent;
        font-size: 16px;
        font-weight: 600;
        line-height: 36px;
        cursor: pointer;
        color: #000;
        width: 100%;
      }
      .crhEvdUploadTabWrap .crhEvdUploadTabWrap__Tabs ul li button[aria-selected="true"]{
        background: #F2F5FC;
      }
      .crhEvdUploadTabWrap .crhEvdUploadTabWrap__TabContents > div[aria-hidden="false"]{
        display: block;
      }
      .crhEvdUploadTabWrap .crhEvdUploadTabWrap__TabContents > div[aria-hidden="true"]{
        display: none;
      }

      .crhEvdUploadTabWrap .crhEvdUploadTabWrap__TabContents{
        margin-top: 30px;
        background: #FFF;
        border-radius: 15px;
        padding: 20px;
        border: 1px solid #F5F5F5;
      }
        


#crhDetailsPanel .crhCourseForm{ display: flex; justify-content: space-between; gap: 20px;}  
#crhDetailsPanel .crhCourseForm .crhCourseForm__left, 
#crhDetailsPanel .crhCourseForm .crhCourseForm__right{ width: 47%;}  
#crhDetailsPanel .crhCourseForm .crhCourseForm__left > div, 
#crhDetailsPanel .crhCourseForm .crhCourseForm__right > div { padding-top: 15px;}
#crhDetailsPanel .crhCourseForm .crhCourseSelect .select2-container{
  width: 100% !important;
  height: 40px;
  border-radius: 4px;
  background: url(../images/searchIcon.png) no-repeat 8px 10px;
  padding-left: 30px;
  border: 1px solid #D5D7DA;
  display: flex;
  align-items: center;
  z-index: 0;
} 
#crhDetailsPanel .crhCourseForm .crhCourseSelect .select2-container .select2-selection{
  border: 0;
}
#crhDetailsPanel .crhCourseForm .crhCourseSelect  .select2-container--default .select2-selection--single .select2-selection__arrow b{
  margin-top: 0px;
}
#crhDetailsPanel .crhCourseForm .crhCourseSelect .select2-container .selection{
  width: 100%;
}

.select2-selection__rendered .crhOptionsInnerspan{
    width: 100%;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .crhOptionsInnerspan{
  line-height: 14px;
  padding: 6px 0;
 
}
 .crhOptionsInnerspan > span{
  margin-left: 8px;
 }
 .crhOptionsInnerspan > span:first-child{ margin-left: 0;}
 .crhOptionsInnerspan .img{
  width: 20px; height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
}
 .crhOptionsInnerspan .img > img{
  max-width: 100%;
  height: auto;
 }
  .crhOptionsInnerspan .img > img.avatar{border-radius: 50%;}

#crhDetailsPanel .crhCourseForm label{
  font-size: 14px;
  display: block;
  clear: both;
} 
#crhDetailsPanel .crhCourseForm label em{
  color:#4969C7;
}
#crhDetailsPanel .crhCourseForm input[type="text"],
#crhDetailsPanel .crhCourseForm select,
#crhDetailsPanel .crhCourseForm textarea{
  width: 100%;
  border: 1px solid #D5D7DA;
  border-radius: 5px;
  height: 35px;
}
#crhDetailsPanel .crhCourseForm textarea{ min-height: 80px;}
#crhDetailsPanel .crhCourseForm .crhCourseForm__right > div > ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#crhDetailsPanel .crhCourseForm .crhCourseForm__right > div >  ul li{
  padding-top: 15px;
  width: 50%;
  display: flex;
  align-items: center;
  gap: 6px;
}
#crhDetailsPanel .crhCourseForm .crhCourseForm__right > div >  ul li:nth-child(even),
#crhDetailsPanel .crhCourseForm .crhCourseForm__right > div >  ul li:last-child{ padding-left: 15px;}
#crhDetailsPanel .crhCourseForm .crhCourseForm__right > div >  ul li input[type="checkbox"]{
  margin-right: 10px;
}


#crhDetailsPanel .crhCourseForm .crhCourseForm__right .crhCourseUnitsSelect .select2-container{
    width: 100% !important;
    min-height: 40px;
    border-radius: 4px;
    background: url(../images/searchIcon.png) no-repeat 8px 10px;
    padding-left: 30px;
    border: 1px solid #D5D7DA;
    display: flex;
    align-items: center;
    z-index: 0;
} 

#crhDetailsPanel .crhCourseForm .crhCourseForm__right .crhCourseUnitsSelect .select2-container .select2-selection{
  border: 0;
  background: transparent;
}
#crhDetailsPanel .crhCourseForm .crhCourseForm__right .crhCourseUnitsSelect  .select2-selection--multiple{
  margin-top: 0px;
}
#crhDetailsPanel .crhCourseForm .crhCourseForm__right .crhCourseUnitsSelect .select2-container .selection{
  width: 100%;
}
#crhDetailsPanel .crhCourseForm .crhCourseForm__right .crhCourseUnitsSelect .select2-container .selection ul li{
 background: #FFFFFF;
}
#crhDetailsPanel .crhCourseForm .crhCourseForm__right .crhCourseUnitsSelect .select2-container--default .select2-search--inline .select2-search__field{
  width: 100% !important;
    margin: 0;
    padding: 0 !important;
    height: 28px;
}




  /* Checkbox style ##END*/
/* 

#crhDetailsPanel .crhCourseForm .crhCourseForm__right ul li input[type="checkbox"]::before {
  content: "";
  width: 24px;
  height: 24px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
}

#crhDetailsPanel .crhCourseForm .crhCourseForm__right ul li input[type="checkbox"]:checked::before {
  background: url(../images/Checkbox-checked.png) no-repeat;
} */
#crhDetailsPanel .crhCourseForm .crhCourseForm__right > div >  ul li span{
  font-size: 14px;
  border: 1px solid #D5D7DA;
  padding: 3px 10px;
  border-radius: 18px;
  background: #FAFAFA;
}
#crhDetailsPanel .crhCourseForm .crhCourseForm__right > div >  ul li i{ display: inline-flex;}
#crhDetailsPanel .crhCourseForm .crhCourseForm__right > div >  ul li span.chrWarning{
  border-color: #FEDF89;
  background: #FFFAEB;
  color: #B54708;
}
#crhDetailsPanel .crhCourseForm .crhCourseForm__right > div >  ul li span.chrDenger{
  border-color: #FCCEEE;
  background: #FDF2FA;
  color: #C11574;
}
#crhDetailsPanel .crhCourseForm .crhCourseForm__right > div >  ul li span.chrPurpel{
  border-color: #C7D7FE;
  background:#EEF4FF ;
  color: #3538CD;
}
#crhDetailsPanel .crhCourseForm .crhCourseForm__right > div >  ul li span.chrBlue{
  border-color:#B9E6FE ;
  background: #F0F9FF;
  color: #026AA2;
}
#crhDetailsPanel .crhCourseForm .crhCourseForm__right > div >  ul li span.chrNotify{
  border-color:#E9EAEB ;
  background: #FAFAFA;
  color: #414651;
}


/* ----crhlearningOC----- */

#crhlearningOC .crhQuestionGroup{
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  padding: 15px;
  margin-top: 25px;
}
#crhlearningOC .crhQuestionGroup:first-child{ margin-top: 0;}
#crhlearningOC .crhQuestionGroup h4{
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding: 0;
}
#crhlearningOC .crhQuestionGroup > p{
  margin-top: 0;
  padding-top: 8px;
  margin-bottom: 0;
}
#crhlearningOC .crhQuestionGroup .crhQuestionList{
  padding-top: 20px;
}
#crhlearningOC .crhQuestionGroup .chrQuetsion{
  border: 1px solid #F5F5F5;
  background:#FAFAFA ;
  padding: 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#crhlearningOC .crhQuestionGroup .chrQuetsion > label{
    display: flex;
    align-items: baseline;
    gap: 15px;
}
#crhlearningOC .crhQuestionGroup .chrQuetsion .crhColorLabel{
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.crhGray{background:#E9EAEB ;}
.crhGreen{background: #17B26A;}
.crhBlue{background: #2E90FA;}
.crhRed{background: #F25746;}
#crhlearningOC .crhQuestionGroup .chrQuetsion .crhColorLabel li span{width: 6px; height: 6px; border-radius: 50%; display: inline-block;}
#crhlearningOC .crhQuestionGroup .crhOptionsGroup{ display: none;}

#crhlearningOC .crhQuestionGroup .crhOptionsGroup{ 
  padding-left: 35px;
}

#crhlearningOC .crhQuestionGroup .crhOptionsGroup .__option{
  border: 1px solid #F5F5F5;
  background:#FAFAFA ;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-radius: 12px;
}
#crhlearningOC .crhQuestionGroup .crhOptionsGroup .__option .strong{ font-size: 14px;}
#crhlearningOC .crhQuestionGroup .crhOptionsGroup .__option > label{
    display: flex;
    align-items: baseline;
    gap: 15px;
}
#crhlearningOC .crhQuestionGroup .crhOptionsGroup .__option div > span{
  font-size: 14px;
  display: block;
  clear: both;
}
#crhlearningOC .crhQuestionGroup .crhOptionsGroup .__option div > i{
  font-style: normal;
   font-size: 12px;
  display: block;
  clear: both;
}
#crhlearningOC .crhQuestionGroup .crhOptionsGroup .__option .__actions{
    max-width: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}
#crhlearningOC .crhQuestionGroup .crhOptionsGroup .__option .__actions > span{
  font-size: 12px;
  border: 1px solid #FEDF89;
  background:#FFFAEB ;
  color: #B54708;
  border-radius: 16px;
  padding: 2px 12px;
  display: inline-block;
}
#crhlearningOC .crhQuestionGroup .crhOptionsGroup .__option .__actions > span:last-child{
  background: #F2F5FC;
  border-color: #CBDAF2;
  color: #3D54AF;
}


/*---*/
.crhEvdUploadTabWrap__TabContents .crhTabFooterButtons{
  border-top: 1px solid #F5F5F5;
  padding: 15px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.crhEvdUploadTabWrap__TabContents .crhTabFooterButtons > button{
  font-size: 13px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  color: #000;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 20px;
  line-height: 30px;
}
.crhEvdUploadTabWrap__TabContents .crhTabFooterButtons > button.__nextButton{
  background: #3D54AF;
  border-color: #3D54AF;
  color: #FFF;
}
.crhEvdUploadTabWrap__TabContents .crhTabFooterButtons div{
  font-size: 14px;
  color: #000;
}




.crhCourseUnitsSelectedChips{
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.crhCourseUnitsSelectedChips  > div span{
    font-size: 14px;
    font-weight: 400;
    padding: 3px 13px;
    border: 1px solid transparent;
    position: relative;
    border-radius: 6px;
}
.crhCourseUnitsSelectedChips  > div span::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background: black;
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -1px;
}

.crhCourseUnitsSelectedChips  > div span.crhBlue{
    background: #EFF8FF; border-color:#B2DDFF ; color: #175CD3;
}
.crhCourseUnitsSelectedChips  > div span.crhBlue::before{ background: #175CD3;}
.crhCourseUnitsSelectedChips  > div span.crhOrange{
    background: #FEF6EE; border-color:#F9DBAF ; color: #B93815;
}
.crhCourseUnitsSelectedChips  > div span.crhOrange::before{ background: #B93815;}
.crhCourseUnitsSelectedChips  > div button{
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 15px;
  color: #3D54AF;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.crhCourseUnitsSelectedChips  > div button img{ margin-right: 6px;}