#testDetails{
  border: solid rgb(206, 206, 206) 1px;
  border-radius: 15px;
  background-color: white;
}

#remedialPathDetails{
  border: solid rgb(206, 206, 206) 1px;
  border-radius: 15px;
  background-color: white;
}

#starttime{
  border: solid rgb(206, 206, 206) 1px;
}

#endtime{
  border: solid rgb(206, 206, 206) 1px;
}


.selectStudents{
  overflow-y: scroll;
  height: 100%;
  max-height: 850px;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.selectStudents::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.selectStudents {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

.selectStudents{
  list-style: none;
  border: solid 1px #707070;
  /* border: solid rgb(206, 206, 206) 1px; */
  border-radius: 0 0 15px 15px;
}

.selectStudents li:nth-child(odd){
  background-color: #f2f2f2;
}

.student-check a{
  display: inline-block;
  white-space: nowrap;
  width: 11em;
  overflow: hidden;
  text-overflow: ellipsis;
}


.profileAvatar{
  display: inline-block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  color: white;
  background-image:linear-gradient(140deg, #A0F4FF 0%, #75DAE9 20%, #8459F8 100%);
}

.selectAllDiv{
  /* background-image: linear-gradient(-34deg, #FF723B 5%, #FFDF57 85%, #FFED5B 100%); */
  background-color: #52C3FF;
  color: white;
  border: solid 1px #707070;
  border-bottom: 0;
  border-radius: 15px 15px 0 0;
}

#sectionDetails{
  border: solid rgb(206, 206, 206) 1px;
  border-radius: 15px;
  background-color: white;
  max-height: 400px;
  overflow-y: auto;
}

.sectionsListLi{
  list-style: none;
}

#numberOfStudents{
  border: solid rgb(206, 206, 206) 1px;
  border-radius: 15px;
  background-color: white;
  margin-top: 8px;

}

input[type="checkbox"]{
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.sectionsListInput{
  /* display: none; */
  float: right;
}

.durationHours{
  width: 60px;
  border: solid 1px rgb(206, 206, 206);
  border-radius: 5px;
}

.durationMinutes{
  width: 60px;
  border: solid 1px rgb(206, 206, 206);
  border-radius: 5px;
}

.sectionsListLabel{
  border-bottom: solid 3px #1B658C;
  border-image: linear-gradient(131deg, #7175E0 0%, #4D50CB 33%, #E25BC8 100%);;
  border-image-slice: 1;
  cursor: pointer;
}

input[type="checkbox"]:checked+label{
  color: black;
  font-size:large;
  font-weight: 600;
  border-bottom: solid 3px #1B658C;
  border-image: linear-gradient(131deg, #7175E0 0%, #4D50CB 33%, #E25BC8 100%);;
  border-image-slice: 1;
}

input[type="checkbox"]{
  cursor: pointer;
}

.bg-section{
  background-color: #9d9d9d !important;
}

.no-decoration{
  border-bottom: none !important;
  font-weight: normal !important;
  font-size: medium !important;
}

#remedialViewDetailsLink{
  float:right;
  color:blue;
  cursor: pointer;
}

#remedialViewDetailsLink:hover{
  border-bottom: solid 3px #1B658C;
  border-image: linear-gradient(131deg, #7175E0 0%, #4D50CB 33%, #E25BC8 100%);
  border-image-slice: 1;
}

.remedial-path-model-label{
  text-align: center;
  font-size: 16px;
  width:100%;
  margin-bottom: 1rem;
}

.remedialCloseBtn{
  float:right;
  width: 20%;
  border: 1px solid #e6e6e6;
}

.remedialSpinWheelSaveBtn,.remedialWeightedSaveBtn{
  float:right;
  width: 20%;
  background-color: #FFDFD6;
}

.remedialSpinWheelSaveBtn:hover,.remedialWeightedSaveBtn:hover, .remedialCloseBtn:hover{
  background-color: #52C3FF !important;
}

.spinwheel-cat-label{
  font-size: 15px;
  margin-top: 5px;
  /* margin-left: -1rem; */
}

.spinwheel-cat-del-btn{
  /* border-left: 1px solid #e6e6e6; */
  font-size:20px;
  margin-top: 5px;
  cursor: pointer;
  color:#1B658C
}

.spinwheel-mandatory-cat{
  /* border-left: 1px solid #e6e6e6; */
  margin-left: -1rem;
}

.spinwheel-cat-del-btn:hover{
  font-size: 21px;
  text-decoration: underline;
}

.addNewSpinWheelCategory, #submitQuestionsWithoutRemedial{
  background-color: #FFDFD6;
}

.addNewSpinWheelCategory:hover, .remedialErrorModalCloseBtn:hover, #submitQuestionsWithoutRemedial:hover{
  background-color: #52C3FF !important;
}

.spinwheel-mancat-checkbox{
  margin-top: 10px;
}

.remedialErrorModalCloseBtn{
  border: 1px solid #e6e6e6;
  float:right;
  margin-right: 10px;
  width: 20%;
}

#submitQuestionsWithoutRemedial{
  background-color: #FFDFD6;
  float:right;
  width: 20%;
}

.modal-error-msg{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  width:80%;
  margin-left: 10%;
}

.input-info-icon{
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-left: -10px;
}

.tab-container {
  display: flex;
  /* justify-content: center; */
}

.remedialtab {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  display: none;
}

.remedialtab.active {
  border-bottom: 2px solid rgba(252, 119, 160, 0.58);
  font-weight: 600; 
}