*{
    box-sizing: border-box;
}
@font-face {
    font-family: iranSans;
    src: url(../../../fonts/IRANSans.ttf);
}
button{
  font-family: iranSans;
}

body{
    font-family: iranSans;
    direction: rtl;
   
}

  .main-user-acount{
    padding: 32px;
    height: fit-content;
    position: relative;
 }
 .user-acount-header .user-main-info .user-acount-image{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    border: 3px solid rgba(255, 255, 255, 1);
 }

 .user-acount-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 .user-main-info{
    display: flex;
    align-items: center;
 }
 .user-main-title{
    margin-right: 12px;
 }
 .user-main-name{
    font-size: 20px;
    font-weight: 700;
    color: #464646;
 }
 .user-main-jobtitle{
    color: #7E71F4;
    font-size: 16px;
    font-weight: 500;
 }
 .flash-back-icon{
    width: 30px;
    height: 27px;
 }
 .edit-user-acount{
    background-image:linear-gradient(#7E71F4 0%,#574CBE 100%);
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    border-radius: 19px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 28px;
 }
 .e-learning-box{
    position: relative;
    margin-top: 32px;
 }
 .e-learning-image{
    /*border-radius: 32px;*/
 }
 .e-learning-box .e-learning-image .e-learning-presentaion{
    width: 100%;
    height: 297px;
    border-radius: 32px;

  
 }

 .e-learning-student{
    position: absolute;
    top: 16px;
    right: 4.4%;
    background-color: rgba(255, 255, 255, 0.33);
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    height: 37px;
    width:42%;
    padding: 8px 16px;
    display: flex;
    align-items: center;
   
   
 }
.e-learning-student-content{
    margin-right: 4.4%;
}


 .e-learning-items
 {background-color:rgba(0, 0, 0, 0.5); 
 position: absolute;
 width: 100%;
 height: 297px;
 top:0;
 left:0;
bottom: 0;
border-radius: 32px;}

 
  .record-status-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
   
  }

.report-card-modal ,
 .record-students-report-modal , .main-students-modal{
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.75);
    /*display: flex;*/
   
  }
  .submit-scores-modal-content , .e-learning-modal-content , .report-card-modal-content , .main-classes-modal-content
  ,.main-lessons-modal-content , .record-studentsreports-modal-content ,.main-students-modal-content{
    width: 100%;
    height: 300px;
    height: fit-content;
    background-color: #FFF;
  position: fixed;
    bottom: 0;
   margin-top: auto;
    padding: 32px;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.7s;
    animation-name: slideIn;
    animation-duration: 0.7s;
  }

  .submit-scores-modal-header , .e-learning-modal-header , .report-card-modal-header ,.main-classes-modal-header
,.main-lessons-modal-header ,.record-studentsreports-modal-header ,.record-performance-modal-header ,.main-students-modal-header
,.rollcall-form-modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .submit-scores-modal-title , .e-learning-modal-title , .report-card-modal-title ,.main-classes-modal-title
  ,.main-lessons-modal-title ,.record-studentsreports-modal-title ,.record-performance-modal-title , .main-students-modal-title{ 
    font-size: 20px;
    font-weight: 700;
    color: #464646;
  }
  .submit-scores-modal-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    
  }
 
  .submit-scores-class{
    background-image:linear-gradient(#7E71F4 0%,#574CBE 100%);
   

  }
 
  
  .e-learning-modal{
    display: none;
  }
  .selected-e-learning-classlist{

    background-image :linear-gradient(#7E71F4 0%,#574CBE 100%);
   
    color: #fff;
    height: 56px;
    border-radius: 19px;
    padding: 12px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  @-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
  }
  
  @keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }
  
  @-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
  }
  
  @keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
  }
  .e-learning-modal-list , .report-card-modal-list ,.main-classes-modal-list
  ,.main-lessons-modal-list ,.main-students-modal-list ,.rollcall-students-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 32px;

  }

  .e-learning-classlist , .main-classes-list ,.main-lessons-list ,.main-students-list {
    background-image: linear-gradient(#464646 0%,#282828 100%);
    color: #fff;
    height: 56px;
    border-radius: 19px;
    padding: 12px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .e-learning-classlist:not(:first-child) , .main-classes-list:not(:first-child)
  ,.main-lessons-list:not(:first-child) , .main-students-list:not(:first-child){
    
    margin-top: 16px;
  }
  .selected-e-learning-classlist:not(:first-child){
    margin-top: 16px;
  }
  .e-learning-classlist a , .main-classes-list a ,.main-lessons-list a ,.main-students-list a{
    text-decoration: none;
   color: #fff;
   font-size: 18px;
   font-weight: 700;
  }
  .starting-online-class-btn{
    background-image: linear-gradient(#e1e1e1 0%,#b1b1b1 100%);
    width: 100%;
    height: 79px;
    border: none;
    font-family: iranSans;
    border-radius: 24px;
    margin-top: 32px;
    font-weight: 900;
    font-size: 20px;
    color: #FFF;
  }
  .selected-starting-online-class-btn{
    background-image: linear-gradient(#FF6B2C 0%,#D74100 100%);
    width: 100%;
    height: 79px;
    border: none;
    font-family: iranSans;
    border-radius: 24px;
    margin-top: 32px;
    font-weight: 900;
    font-size: 20px;
    color: #FFF;

  }
  .report-card-modal-list .report-card-list{
    border: 2px solid rgba(55, 55, 55, 0.16);
   box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08); 
   height: 79px;
   text-align: center;
   padding: 24px;
   border-radius: 24px;
  }
  .report-card-list:not(:first-child){
    margin-top: 24px;
  }
  .report-card-list a{
    text-decoration: none;
    color: #464646;
    font-size: 20px;
    font-weight: 900;

  
  }
 
  .lessons-modal{
    display: none;
  }
 

  .student-score-list-modal ,.record-performance-modal ,.rollcall-form-modal{
    position: absolute;
    width: 100%;
    min-height:968px;
    max-height: fit-content;
    background-color: #fff;
    top:0;
    left:0;
    padding:32px;
  }
  .student-score-list-header h1 ,.rollcall-form-modal-header h1{
    font-size: 20px;
    font-weight: 700;
    color: #464646;
  }
  .rollcall-form-modal-header span{
    font-size: 16px;
  }
  .student-score-list-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .student-score-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .student-score-list{
    height: fit-content;
    
  }
  .student-score-list-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }
  .student-score-btn{
    background-image:linear-gradient(#E1E1E1 0%,#B1B1B1 100%);
    padding: 6px 16px;
    text-decoration: none;
    color: #464646;
    border-radius: 10px;
    margin: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-around;
  
  }
  .student-score-btn-set{
    background-image:linear-gradient(#464646 0%,#282828 100%);
    padding: 6px 16px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    margin: 8px;
    font-size: 14px;
    font-weight: 500;

  }
  .student-score-btn-danger{
    background-image:linear-gradient(#FF4949 0%,#920000 100%);
    padding: 6px 16px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    margin: 8px;
    font-size: 14px;
    font-weight: 500;
  }
  .fa-circle{
    margin-left: 4px;
  }
  .student-grade-list{
   width: 150px;
    height: 192px;
    background-color: #FFF;
    box-shadow:0 0 24px 0 rgb(0,0,0,0.25);
    border-radius: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top:45px;
    left: 0px;
    display: flex;
    flex-direction: column;
    flex: auto;
    z-index: 100;
  }
  .student-score-btn .student-score-icon{
    width: 9px;
    height: 9px;
    background-color:#00FF47;
    border-radius: 50%;

  }
  .select-student-score-dropdown{
    position: relative;
  }
  .student-grade-list-item{
    text-align: center;
    color: #464646;
   height: 48px;
   padding-top: 12px;
   font-size: 14px;
   font-weight: 700;
  }
  .student-grade-list-item:not(:last-child){
    border-bottom: 1px solid #f1f1f1;
  }
  .student-score-list-info{
    font-size: 18px;
    font-weight: 500;
    color: #464646;
  }
  .select-student-score-btn{
    background-image:linear-gradient(#464646 0%,#282828 100%);
    border:none;
    width: 37px;
    height: 37px;
    border-radius: 10px;
  }
 .select-student-score{display: flex;
 align-items: center;}
 
  .record-students-report-buttons{
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    

  }
  .record-students-report-item{
    font-size: 20px;
    font-weight: 900;
    color: #464646;
    text-decoration: none;
    text-align: center;
    height: 79px;
    border: 2px solid rgba(55, 55, 55, 0.16);
    border-radius: 24px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    padding-top: 24px;
  }
  .record-students-report-item:not(:first-child){
    margin-top: 24px;
  }
  .record-students-report-modal{
    display: none;
  }
  .record-performance-date .record-performance-date-title{
    font-size: 16px;
    font-weight: 700;
    color: #464646;
  }
  .record-performance-day-select , .record-performance-month-select ,.record-performance-year-input{
    background-color: #ebebeb;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #464646;
    height: 48px;
    text-align: center
  }
  .record-performance-day-select{
    width:28%; 
    font-family: iranSans;

  }
  .record-performance-month-select{
    width:42% ;
    font-family: iranSans;
   

  }
  .record-performance-year-input{
    width: 25%;
    font-family: iranSans;
    
  }
  .record-performance-note-title{
    color: #464646;
    font-size: 16px;
    font-weight: 700;
  }
  .record-performance-note-input{
   height: 182px;
   font-family: iranSans;
   background-color: #e7e7e7;
   border: none;
   border-radius: 12px;
   width: 100%;
  }
  .record-performance-btn ,.rollcall-submit-btn{ 
    width: 100%;
   font-family: iranSans;
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   height: 79px;
   background-image: linear-gradient(#FF6B2C 0%,#D74100 100%);
   border: none;
   color: #fff;
   box-shadow:0 0 32px 0 rgba(0, 0, 0, 0.33) ;
   font-size: 20px;
   font-weight: 900;
 
  }
  .record-performance-subject{
    background-image: linear-gradient(#464646 0%,#282828 100%);
    height: 42px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    border-radius: 11.89px;
    color: #fff;
  }
  .record-performance-modal-title .light-font-weight{
    font-size: 16px;
    font-weight: 500;
  }
.record-performance-modal-title{
  font-size: 20px;
  font-weight: 700;
}
 

  .reward-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4%;
    margin-top: 32px;
   /*padding-bottom: 100px;/*79+21*/
  }
  .reward-box-item{
    width: 48%;
    text-align: center;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;

  }
  .reward-item-name{
    background-image: linear-gradient(#E1E1E1  0%,#B1B1B1 100%);
    height: 42px;
    width: 170px;
    margin-top: 8px;
    border-radius: 11.89px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.main-students-modal{
    display: none;
  }
  .rollcall-students-list-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
  }
  .rollcall-student-title{
    font-size: 18px;
    font-weight: 500;
    color: #464646;
  }
  .rollcall-buttons button{
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
    padding: 6px 16px;

  }
  .rollcall-buttons .rollcall-present-btn.active-rollcall{
    background-image: linear-gradient(#00A66A 0%, #006541 100%);
  }
  .rollcall-buttons .rollcall-absent-btn.active-rollcall{
    background-image: linear-gradient(#FF4949 0%, #920000 100%);
  }
  .main-user-acount.blur-effect-background{
    filter: blur(15px);
    -webkit-filter: blur(15px);
  }
  
  .notification
  {position:fixed;
  z-index: 1000;
  bottom: 79px;
  background-image: linear-gradient(#7E71F4 0%, #574CBE 100%);
  left:0px;
  right: 0px;
  width: 100%;
  height:56px;
display: flex;
align-items: center;
justify-content: space-around;


}
.notification-title{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.rollcall-submit-btn{
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
}
.student-score-input-area{
  display: flex;
  align-items: center;
  gap: 8px;
}
.student-score-input-area
.student-score-input-group
.student-score-input{
 background-color:#E7E7E7;
 border: none;
 text-align: center;
 width: 59px;
 height: 37px;
 border-radius: 10px;
 font-size: 18px;
 font-weight: 500;
 color: #fff;
}
.student-score-inputFrom{
  background-color:#E7E7E7;
  border: none;
  text-align: center;
  width: 59px;
  height: 37px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
 }
.student-score-input-area span{
  font-size: 18px;
  font-weight: 500;
  color: #464646;
}
.student-score-input-area
.student-score-input-group
.student-score-input.pass{
  background-image: linear-gradient(268.64deg, #464646 0%, #282828 100%);
}
.student-score-input-area
.student-score-input-group
.student-score-input.failed{
  background-image: linear-gradient(268.64deg, #FF4949 0%, #920000 100%);
}
.student-score-input-area
.student-score-input-group
.student-score-input::placeholder{
  color: #fff;
}
.student-score-input-area
.student-score-input-group
.student-score-input:focus{
  outline: none;
}

