.report-card-modal,.submit-scores-modal,.main-classes-modal,.main-lessons-modal,
.e-learning-modal
{position: absolute;
top:0;
left:0;
bottom:0;
width:100%;
height:100%;
background-color: rgba(0, 0, 0, 0.75);
min-height: 900px;


}
.report-card-modal-content ,.submit-scores-modal-content{
  position:fixed;
  bottom: 0;
}
.report-card-modal-list{
    max-height: 360px;
    overflow-y: scroll;
  
}
ul.report-card-modal-list::-webkit-scrollbar{
    width: 10px;
    height: 10px;
  
}

   
ul.report-card-modal-list::-webkit-scrollbar-track{
       box-shadow: inset 0 0 5px #FFF; 
       border-radius: 10px;
}
      
     /* Handle */
ul.report-card-modal-list::-webkit-scrollbar-thumb{
       background:#EBEBEB; 
       border-radius: 10px;
}
     
     /* Handle on hover */
ul.report-card-modal-list::-webkit-scrollbar-thumb:hover{
       background:#464646; 
}

.submit-scores-modal-items .submit-scores-class{
    background-image:linear-gradient(#7E71F4 0%,#574CBE 100%);
    height: 170px;
    width: 48%;
    border-radius: 24px;
  }
  .submit-scores-modal-items .submit-scores-certificate{
    background-image:linear-gradient(#FF6B2C  0%,#D74100 100%);
    height: 170px;
    width: 48%;
    border-radius: 24px;
  }
  .submit-scores-modal-items .submit-scores-class a,
  .submit-scores-modal-items .submit-scores-certificate a
 {
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 20%;
   
    
   
  }
  .record-students-status{
    border:2px solid rgba(55, 55, 55, 0.16);
    width:48%;
    height: 170px;
    border-radius: 24px;
    text-decoration: none;
    color: #464646;
    margin: 1%;
 }
  .record-students-status a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    color: #464646;


  }
  .record-students-status:not(:last-child) a{
    margin-top: 20%;
    display: inline-block;
    text-align: center;
    width: 100%;

  }
  .record-students-status:last-child{
    width: 100%;
    height: 79px;
    display: flex;
    align-items: center;
    gap:48px;
   
  }

  .submit-scores-modal-items .submit-scores-class img{
    margin-top: 20px;


  }
  .submit-scores-modal-items .submit-scores-certificate img{
    margin-top: 20px;
  }
  .submit-scores-btn{
    width: 100%;
    height: 79px;
    padding: 24px;
    background-image:linear-gradient(#FF6B2C 0%,#D74100 100%);
    text-decoration: none;
    color: #Fff;
    font-family: iranSans;
    border: none;
   border-radius: 24px;
   font-size: 20px;
   font-weight: 900;
   box-shadow: 0 0 24px 0 rgba(255, 77, 0, 0.15);
   display: flex;
   align-items: center;
   gap: 32px;
}
.starting-class-link-content{
  margin-right: 9.6%;
  text-decoration: none;
  color: #fff;
}
.starting-class-link{
  position: absolute;
  bottom: 16px;
  right: 4.4%;
  width:91.2%;
  background-color: rgba(255, 255, 255, 0.33);
  height: 79px;
  border-radius: 24px;
  padding: 24px;

  font-weight: 900;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
}
.main-classes-modal-list{
  max-height:450px;
  overflow: scroll;
 }
 .e-learning-modal-list{
  max-height:360px;
  overflow: scroll;
 }
 .report-card-modal-list{
  max-height: 360px;
  overflow-y: scroll;

}
.main-classes-modal-list{
  max-height:450px;
  overflow: scroll;
 }
 .main-lessons-modal-list{
  max-height:450px;
  overflow: scroll;
 }
ul.main-classes-modal-list::-webkit-scrollbar{
width: 10px;
height: 10px;

}
 
ul.main-classes-modal-list::-webkit-scrollbar-track{
     box-shadow: inset 0 0 5px #FFF; 
     border-radius: 10px;
}
    
   /* Handle */
ul.main-classes-modal-list::-webkit-scrollbar-thumb{
     background:rgba(55, 55, 55, 0.16); 
     border-radius: 10px;
}
   
   /* Handle on hover */
ul.main-lessons-modal-list::-webkit-scrollbar-thumb:hover{
     background:#464646; 
}
ul.main-lessons-modal-list::-webkit-scrollbar{
width: 10px;
height: 10px;

}
 
ul.main-lessons-modal-list::-webkit-scrollbar-track{
     box-shadow: inset 0 0 5px #FFF; 
     border-radius: 10px;
}
    
   /* Handle */
ul.main-lessons-modal-list::-webkit-scrollbar-thumb{
     background:rgba(55, 55, 55, 0.16); 
     border-radius: 10px;
}
   
   /* Handle on hover */
ul.main-lessons-modal-list::-webkit-scrollbar-thumb:hover{
     background:#464646; 
}

ul.e-learning-modal-list::-webkit-scrollbar{
width: 10px;
height: 10px;

}
 
ul.e-learning-modal-list::-webkit-scrollbar-track{
     box-shadow: inset 0 0 5px #FFF; 
     border-radius: 10px;
}
    
   /* Handle */
ul.e-learning-modal-list::-webkit-scrollbar-thumb{
     background:rgba(55, 55, 55, 0.16); 
     border-radius: 10px;
}
   
   /* Handle on hover */
ul.e-learning-modal-list::-webkit-scrollbar-thumb:hover{
     background:#464646; 
}
.main-classes-list.selected-elearning{
  background-image:linear-gradient(225deg, #7E71F4 0%, #574CBE 100%);
}
.main-classes-list.unselected-elearning{
  background-image: linear-gradient(225deg, #E1E1E1 0%, #B1B1B1 100%);

}



.e-learning-btn-selected{
  background-image:linear-gradient(225deg, #FF6B2C 0%, #D74100 100%);


}
.positive-btn.active{
  background-image: linear-gradient(#00A66A 0%, #006541 100%);
}
.negative-btn.active{
  background-image: linear-gradient(#FF4949 0%, #920000 100%);
}
.reward-btn ,.details-btn{
  background-image: linear-gradient(#464646 0%,#282828 100%);

}
.details-btn{
  margin-top: 8px;
}