body{
    direction: rtl;
    font-family: Tajawal;
    background-color: #D2E0FB;
}
h1, h3{
    font-family: Marhey;
    color: #008cd2;
}
.row{
    margin-right:0px;
    margin-left:0px;
}

.navbar-text{
    font-family: Marhey;
    font-size: 1.5rem;
    color: #351eb3;
}

#img_logo{
    max-width: 100px;
    width: 100%;
    height: auto;
}
#img_text{
    height: 100px;
    width: auto;
}
#img_header{
    width: 100%;
    height: auto;
}
.alert{
    text-align: center;
    font-family: Almarai;
}

.nav-item .active{
    font-weight:bold;
}

.field-error{
    border: red thin solid;
}
.field-error:focus{
    border: red thin solid!important;
}

.nav-link{ /* , .tab-content */
     background-color: #ccddfd;
}
.list-group, .nav{
    padding: 0px;
}
.tab-pane{
    padding-top:20px;
}

.list-group-item{
    padding-right: 0px;
    padding-left: 0px;
}
.ListItem{
    display: inline-block;
    top:0px;
    right: 0px;
    margin-right:0px;
    margin-left:0px;
    text-align: center;
}
.ItemHead{
    font-weight: bold;
}
#T1 .Item1{
    width:15%;
}
#T1 .Item2{
    width:25%;
}
#T1 .Item3{
    width:38%;
}
#T1 .Item4{
    width:20%;
}

#T2 .Item1{
    width:25%;
}
#T2 .Item2{
    width:25%;
}
#T2 .Item3{
    width:48%;
}

#T3 .Item1{
    width:23%;
}
#T3 .Item2{
    width:45%;
}
#T3 .Item3{
    width:30%;
}

#CTSLists .Item1{
    width:50%;
}
#CTSLists .Item2{
    width:48%;
}
#CTSLists .list-group-item{
    margin-top:2px;
}

.YoutubeVideoPlayer{
    width:100%;
    height: auto;
}

.table th{
    text-align: center;
    vertical-align: middle;
}
.table td{
    text-align: center;
    vertical-align: middle;
}

#LiveClassSchedule .table tr th:nth-child(1){
    width: 10%;
}
#LiveClassSchedule .table tr th:nth-child(2){
    width: 22.5%;
}
#LiveClassSchedule .table tr th:nth-child(3){
    width: 22.5%;
}
#LiveClassSchedule .table tr th:nth-child(4){
    width: 22.5%;
}
#LiveClassSchedule .table tr th:nth-child(5){
    width: 22.5%;
}

.isToday{
    background-color: #351eb3!important;
    color: white !important;
}
.hasData{
    background-color: yellowgreen!important;
    color: white !important;
}

.LDTitle{
    font-size: 1.3rem;
    font-weight: bold;
}
.SaveResult{
    font-family: Almarai;
    font-weight: bold;
    font-size: 1.5rem;
}

#RecordedLessonList .table tr th:nth-child(1){
    width: 20%;
}
#RecordedLessonList .table tr th:nth-child(2){
    width: 15%;
}
#RecordedLessonList .table tr th:nth-child(3){
    width: 10%;
}
#RecordedLessonList .table tr th:nth-child(4){
    width: 25%;
}
#RecordedLessonList .table tr th:nth-child(5){
    width: 25%;
}
#RecordedLessonList .table tr th:nth-child(6){
    width: 5%;
}

.EditIcon{
    min-width:30px;
    width: 100%;
    height: auto;
}
#addLesson{
    font-family: Almarai;
    font-weight: bold;
}
.dataFieldError{
    border: red thin solid;
}

#RecordedSessionList .table tr th:nth-child(1){
    width: 25%;
}
#RecordedSessionList .table tr th:nth-child(2){
    width: 15%;
}
#RecordedSessionList .table tr th:nth-child(3){
    width: 10%;
}
#RecordedSessionList .table tr th:nth-child(4){
    width: 10%;
}
#RecordedSessionList .table tr th:nth-child(5){
    width: 35%;
}
#RecordedSessionList .table tr th:nth-child(6){
    width: 5%;
}

.schedule_row{
    cursor: pointer;
}
.schedule_row:hover td{
    background-color: bisque!important;
}


.student_row{
    cursor: pointer;
}
.student_row:hover td{
    background-color: bisque!important;
}
.CopyIcon{
    min-width:30px;
    max-width: 50px;
    width: 100%;
    height: auto;
}

.toast-div {
    position: fixed;
    bottom: 20px; /* Distance from the bottom */
    left: 50%;
    transform: translateX(-50%); /* Center horizontally */
    background-color: #007bff; /* Bootstrap primary color */
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Ensure it's above other content */
    display: none;
}

.Schedule_Day_Period{
    max-width: 200px;
}


/* Class List */
#user_accordion .ClassCheck{
    display: inline-block;
    width: 5%;
}
#user_accordion .ClassName{
    display: inline-block;
    width: 94%;
    text-align: right;
}
/* Subject List */
#user_accordion .SubjCheck{
    display: inline-block;
    width: 5%;
}
#user_accordion .SubjName{
    display: inline-block;
    width: 20%;
    text-align: right;
}
#user_accordion .TeacherName{
    display: inline-block;
    width: 74%;
    text-align: right;
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #T1 .Item3{
        width:100%;
        overflow: auto;
    }
    #T1 .Item5{
        width:55%;
        overflow: auto;
    }
    #T1 .ItemHead.Item3{
        width:55%;
    }
    #T2 .Item3{
        width:45%;
        overflow: auto;
    }
    #T3 .Item1{
        width: 20%;
    }

    /* Class List */
    #user_accordion .ClassCheck{
        width: 10%;
    }
    #user_accordion .ClassName{
        width: 85%;
    }
    /* Subject List */
    #user_accordion .SubjCheck{
        width: 10%;
    }
    #user_accordion .SubjName{
        width: 35%;
    }
    #user_accordion .TeacherName{
        width: 50%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
}