﻿
:root {
    --primaryColor: #3e416d;
    --secondaryColor: #b96800;
    --greyColor: #f8f8f8;
    --grey2Color: #F2F2F2;
    --whiteGrey: #fdfdfd;
    --orangeColor: #f37725;
    --PColor: #545e6f99;
    --vOverlay: #1e87f09c;
    --Headerfont-size: 16px;
    --tableColor: #e37845;
    --BlueLinks: dodgerblue;
    --dropdown-background: #377dff;
    --BlockBackground: #e4ebf4;
}
/*side menu*/
.top-menu2 {
    border-bottom: none;
}
.Teachersubmenu .simplebar-wrapper {
    height: 100%;
}
.Teachersubmenu {
    margin: 20px 0;
}
.Teachersubmenu ul {
    list-style: none;
  
    padding: 0;
    background: #edf6ff;
}

    .Teachersubmenu ul > li.uk-active {
        background: var(--primaryColor);
        padding: 10px;
        color: #fff;
    
} 
    .Teachersubmenu ul > li.uk-active > a {
     
        color: #fff;
        font-weight:500;
    
}
    .Teachersubmenu ul > li {
        background: var(--greyColor);
        padding: 10px;
        border-bottom: 1px solid #e5e5e5;
    }
        .Teachersubmenu ul > li > a {
            color: var(--primaryColor);
            font-weight: 500;
        }

.subject-details .skill-card {
    background: var(--whiteGrey);
    margin: 45px 0 0 0;
}
    /*------------------end -----------------------*/
.teacher-assignment-page .uk-select:not([multiple]):not([size]) option {
    color: var(--primaryColor);
}

.content-x{
    margin-bottom:20px;
}
    .content-x .cust-search-btn {
        height: 32px;
        line-height: 32px;
        margin-top: 7px;
    }
    .content-x .uk-padding {
        padding: 0;
    }
.uk-pagination.my-5 {
    margin-bottom: 0;
}
.checkbox-block {
    vertical-align: middle;
    line-height: 4rem;
    margin-top: 25px;
}
span.line {
    margin-top: 22px;
    color: var(--orangeColor);
    font-size: 20px;
    font-style: italic;
}
label {
    font-weight: 600;
    font-size: 13px;
}
.prepared-Details  .edit-icon {
    float:right;
}

.print-preparation label {
    color: var(--primaryColor);
    font-weight: 600;
}
.print-preparation label > span {
    color: var(--BlueLinks);
    font-weight: 600;
    margin-left:5px;
}

.prepared-Details ul.uk-accordion > li {
    background: var(--greyColor);
    box-shadow: 1px 2px 3px 0.7px #e5e5e5 !important;
    padding: 0;
    border-radius: 8px;
}
.prepared-Details .uk-accordion > :nth-child(n+2) {
    margin-top: 8px;
}

.prepared-Details ul{
    list-style:none;
}
.prepared-Details span.preparedTitle {
    font-weight: bold;
    color: var(--primaryColor);
   
}
.prepared-Details .course-curriculum .uk-accordion-title {
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.54);
    border-radius: 20px;
}
.prepared-Details .uk-accordion-content.p-3 {
    padding: 0.7rem 1rem !important;
    background: #fff;
    border-radius: 8px;
}
.prepared-Details .uk-accordion-title .drop-zone-upload {
    padding: 10px;
}

.custom-pages-color .uk-table-striped.Cust-Additional-service th,
.custom-pages-color .uk-table.Cust-Additional-service tbody tr > td {
    text-align: center;
    vertical-align: middle;
    line-height: 0.5rem;
    padding: 5px;
}

    .custom-pages-color .uk-table.Cust-Additional-service tbody tr > td .button {
        height: 25px;
        vertical-align: middle;
        text-align: center;
        line-height: 16px;
        width: -webkit-fill-available;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px auto;
        background: #1e87f0 !important;
        color: #fff !important;
        padding: 6px;
        white-space: normal;
    }
    .custom-pages-color .uk-table.Cust-Additional-service tbody tr > td .controls .button.soft-danger {
        background: #f6c2c2 !important;
        color: #6f6f6f !important;
    }

    .custom-pages-color .uk-table.Cust-Additional-service tbody tr > td .controls .button.soft-primary {
        background: #377dff !important;
        color: #fff !important;
    }
    .custom-pages-color .uk-table.Cust-Additional-service tbody tr > td span {
        line-height: 1rem;
        white-space:normal;
    }

.custom-pages-color .uk-table.Cust-Additional-service tbody tr > td ul.dropdown-user-menu li a {
   
    text-align: left;
}
    .custom-pages-color .uk-table.Cust-Additional-service tbody tr > td:first-child{
    background: #3e416d;
    color: #fff;
}
.custom-pages-color .uk-table.Cust-Additional-service.teatcher-assignment tbody tr > td:first-child {
    background: transparent;
    color: #3e416d;
}
.student-Schedule tr > th:first-child{
    width:100px !important;
}
.uk-pagination > * > * {
    font-size: 13px;
    display: block;
    transition: color 0.1s ease-in-out;
    line-height: .5rem;
    padding: 0.5rem 0.5rem;
    border-radius: 8px;
    font-weight: 600;
}
.teacher-assignment-page .uk-select:not([multiple]):not([size]) {
    background-image: url('../images/arrow-down-sign-to-navigate (1).png');
  
}
/*------------------- edit preparation details ------------------------*/
.EditPreparation .uk-accordion-title {
    padding: 10px 10px 0 10px;
}

.EditPreparation ul {
    padding-left: 0;
}

.EditPreparation .presentation-show{
    padding:10px;
}

.EditPreparation h4 {
    line-height: 30px;
    height: 30px;
  margin:0;
}

.EditPreparation .button.edit-icon {
    height: 30px;
    line-height: 30px;
}
/*----------------------------print-preparation--------------------------*/
.print-preparation.prepared-Details .uk-accordion-content.p-3 {
    padding: 0.5rem 0.7rem 1rem !important;
    margin-top: 0;
}

.print-preparation.prepared-Details ul.uk-accordion > li {
    background: #ffffff;
}
    /*--------------------------timetable-----------------------------------*/
    .uk-table-small.week-timetable th {
    color: #d18000;
    border-right: 0;
    background: var(--secondaryColor);
    width: 300px;
    
}
.uk-table.week-timetable {
    border: 1px solid var(--BlockBackground);
}
.uk-table-small.week-timetable th:first-child {
    border-top-left-radius: 8px;
   
}
.uk-table-small.ScheduleTable th:first-child {
    width: 30px;
}
  .uk-table-small.week-timetable th:last-child {
    border-top-right-radius:8px;
}
    .uk-table-small.week-timetable th span {
        width: 37px;
        height: 37px;
        background: #ffffff 0% 0% no-repeat padding-box;
        border: 1px solid var(--secondaryColor);
        border-radius: 50px;
        padding: 3px 8px;
        margin-bottom: 15px;
    }


        .uk-table-small.week-timetable th h6 {
            color: #ffffff;
            margin-top: 4px;
            margin-bottom: 0;
        }

.uk-table-small.week-timetable td .data {
    width: auto;
    height: auto;
    background: #fcfcfc 0% 0% no-repeat padding-box;
    border: 1px solid #0a4455;
    border-radius: 8px;
    padding: 20px;
}

    .uk-table-small.week-timetable td .data p {
        color: #0a4455;
        font-family: CairoBold;
    }

.uk-table-small.week-timetable td {
    border-right: 1px solid var(--secondaryColor);
    background: #fff;
    width: 300px;
    vertical-align: middle;
    text-align: center;
}
    .uk-table-small.week-timetable td .data-lecture{
        background: var(--greyColor);
        border-radius: 20px;
        padding: 7px;
        text-align: left;
    } 
    .uk-table-small.week-timetable td .data-lecture, .uk-table-small.week-timetable td .day-lecture {
     
        text-align: left;
    }
        .uk-table-small.week-timetable td .data-lecture p, .uk-table-small.week-timetable td .day-lecture p {
            font-size: 12px;
        }
        .uk-table-small.week-timetable td .data-lecture h6 > span {
            width: inherit;
        }

    .uk-table-small.week-timetable td .add-lecture a.uk-button, .uk-table-small.week-timetable td .delete-lecture a.uk-button {
        line-height: normal;
        height: 30px;
        width: 30px;
        text-align: center;
        margin: auto;
        padding: 5px;
        border-radius: 50px;
        background: var(--primaryColor);
        color: #fff;
       
    } 


.uk-table-small.week-timetable td .delete-lecture a.uk-button {
    background: #ff0000;
}

/*--------------------- classroom------------------------*/
.ClassTabs a {
    color: #999;
}
.ClassTabs .active {
    background-color: orange;
    padding: 5px;
    color: #fff;
    border-radius: 20px;
}
.uk-input {
    border-radius: 8px;
    margin-bottom:.6rem;
}
.teacher-classroom .uk-subnav {
    column-gap: 5px;
    justify-content: center;
    margin: 0;
}

.classroom-form .classroom-form-radiobtn {
    width: 98%;
    justify-content: space-between;
}

    .classroom-form .classroom-form-radiobtn label {
       color:var(--primaryColor);
       font-weight:bold;
    }


.classroom-form-schedule {
    background: #e8f4ff;
    padding: 20px;
    border-radius: 8px;
}

* + .uk-margin {
    margin-top: 0 !important;
}

.classroom-form label {
    font-weight: bold;
    color: var(--primaryColor);
}
.classroom-form-schedule label {
    font-weight: bold;
    color: var(--primaryColor);
}

.classroom-form-schedule label >  span.hint {
    font-weight: 500;
    color: #808080;
}
.teacher-classroom .uk-subnav-pill > * > :first-child {
    padding: 5px 10px;
    background: #fbfbfb;
    color: #999;
    border-radius: 8px;
}

.teacher-classroom .uk-subnav-pill > .uk-active > a {
    background-color: #ec7617;
    color: #fff;
    border-radius: 8px;
}

.start-circle img, .stop-circle img{
    width: 30px;
}

img.recorded-icon, img.unRecorded-icon {
    width: 20px;
}


.custom-new-modal.uk-modal-body {
    padding: 0;
}

    .custom-new-modal.uk-modal-body .group-students i.uil-check {
        color:#07a258;
    }
    .custom-new-modal.uk-modal-body .group-students i.uil-times {
        color:#ff0000;
    }

    .custom-new-modal.uk-modal-body .uk-modal-header h6{
        font-size:1.2rem;
        color:#fff;
    }
    .custom-new-modal.uk-modal-body .uk-modal-header {
       background:var(--primaryColor);
    }
.teacher-classroom .uk-subnav-pill > li > a {
    width: 100%;
    text-align: center;
}

/*------------------------------ classroom for student ------------------------------------*/
.classRoomCard {
    text-align: center;
    box-shadow: 1px 2px 3px .7px #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 1rem;
    padding: 10px 0;
    background: #fff;
}
    .classRoomCard .classRoomContent  h4 > span{
       color:lightslategray;
       font-weight:400;
    }
    .classRoomCard .classRoomContent button[disabled] {
        background: #ccc9c9;
        border: 0;
        cursor: not-allowed;
    
    }
    .teacher-classroom {
    background: #fafafa;
    border-radius: 1rem;
    padding: 10px;
    margin-bottom:20px;
}

 /*--------classroom archive----------*/
.uk-table.archive-table th, .uk-table.archive-table td {
    text-align: center !important;
}
.uk-table.archive-table .attend span {
    color: #07a258;
}
.uk-table.archive-table .absent span {
    color: #ff0000;
}
.uk-table.archive-table a.record-link {
    color: #377dff;
}
/*-------------------- lesson presentation ------------------------*/
.add-PresentationType .uk-dropdown.uk-open {
    display: block;
    height: 300px;
    overflow: scroll;
    padding: 0;
}

.add-PresentationType .uk-dropdown-nav > li > a {
    color: var(--primaryColor);
    padding: 0 1rem;
}
    .add-PresentationType .uk-dropdown-nav > li > a:hover {
      
        color: #fff;
    }
    .add-PresentationType .uk-dropdown-nav > li:hover, .add-PresentationType .uk-dropdown-nav > li:focus {
        background: var(--dropdown-background);
       
    }
.common-block .uk-margin{
    margin:.5rem 0 .5rem 0;
}
.add-PresentationType .uk-button {
    margin-top: -3px;
    line-height: normal;
    padding: 9px;
    border-radius: 3px;
    background: #377dff;
    color: #fff;
}

.PresentationTypeBlock {
    background: aliceblue;
    margin: 20px auto;
    border-radius: 8px;
    padding: 10px;
}

    .PresentationTypeBlock .presenting-Pic .uk-button.uploadFile {
        line-height: normal;
        padding: 10px;
        background: #ffc107;
    }
.videos-container .uk-card .controls {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px;
    position: absolute !important;
    background: var(--vOverlay);
    z-index: 10;
    border-radius: 12px;
}
.videos-container .uk-card-default {
    border-radius: 12px;
}
.videos-container video, .videos-container img {
    border-radius:12px;
}
.videos-container .uk-card .controls .button.soft-primary {
    color: var(--greyColor);
    background-color: rgb(55 125 255);
}

    .videos-container .uk-card .controls  .button.soft-danger {
        color: var(--greyColor);
        background-color: rgb(222 68 55 / 89%);
    }

.questions-container.uk-grid > * {
    padding-left: 0;
}

    /*--------------------slick slider---------------------*/


.main {
    font-family: Arial;
    width: 500px;
    display: block;
    margin: 0 auto;
}


.action {
    display: block;
    margin: 100px auto;
    width: 100%;
    text-align: center;
}

    .action a {
        display: inline-block;
        padding: 5px 10px;
        background: #f30;
        color: #fff;
        text-decoration: none;
    }

        .action a:hover {
            background: #000;
        }

        /*------------------ presentation view customization-----------------------*/
.PresentationView {
    background: var(--greyColor);
    padding: 20px 0;
    margin-bottom: 50px;
    border-radius: 20px;
    padding: 10px;
}
    .PresentationView.Library-section
{
    height: auto;
}
    
.slick-slide img {
    display: block;
    margin: auto;
    height: 100%;
    width: 100%;
}
.slider-nav .slide-item {
    width: 100px !important;
    display: block;
    height: 100px !important;
    margin-top: 12px;
    margin: 4px;
}
.slick-prev:before, .slick-next:before {
    color: var(--primaryColor) !important;
}

.slick-slide img {
    display: block;
    border-radius: 5px;
}

.slide-counter {
    text-align: right;
    position: relative;
    top: -31px;
    color: #1e87f0;
}

.uk-table-small.week-plan td {

    width: auto;

}

.uk-table-small.week-plan th {
    width: auto;
}
.weeklyplan-uploading-file.uk-card {
    padding: 17px;
    background: var(--greyColor);
    line-height: 1rem;
    margin-bottom: 20px;
    box-shadow: 0 0 0 1px rgb(244 244 244 / 15%), 0 2px 3px rgb(156 155 155 / 20%);
}


.weeklyplan-uploading-file .uk-margin {
    margin: 20px 0;
}

.weeklyplan-uploading-file .uk-button {
    line-height: 2.2rem;
    margin-left: 10px;
    background: #ffc107;
    border-radius: 8px;
}


/*----------------------follow up ----------------------------*/

.uk-select option {
    width: 200px;
}

.select {
    position: relative;
}

.selectLabel {
    display: block;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.selectWrapper {
    position: relative;
}

.selectCustom {
    position: relative;
   /* width: 11rem;*/
    height: auto;
}

.selectCustom-trigger {
    font-size: 1.6rem;
    background-color: #fff;
    border: 1px solid #6f6f6f;
    border-radius: 0.4rem;
    cursor: pointer;
}

.selectCustom-trigger {
    position: relative;
    width: auto;
    background-color: #fff;
    padding: 0.7rem 0.8rem;
    overflow: hidden;
    font-size: 13px;
}

    .selectCustom-trigger::after {
        content: "▾";
        position: absolute;
        top: 0;
        line-height: 2.8rem;
        right: 0.8rem;
    }

    .selectCustom-trigger:hover {
        border-color: #8c00ff;
    }

.selectCustom-options {
    position: absolute;
    top: calc(3.8rem + 0.8rem);
    left: 0;
    width: 100%;
    border: 1px solid #6f6f6f;
    border-radius: 0.4rem;
    background-color: #fff;
    box-shadow: 0 0 4px #e9e1f8;
    z-index: 1;
    padding: 0.8rem 0;
    display: none;
}

.selectCustom.isActive .selectCustom-options {
    display: block;
    position: absolute;
    top: 46px;
}

.selectCustom-option {
    position: relative;
    padding: 0.8rem;
}

    .selectCustom-option:hover {
        background-color: #f7ecff;
    }

    .selectCustom-option:not(:last-of-type)::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0.8rem;
        width: calc(100% - 1.6rem);
        border-bottom: 1px solid #d3d3d3;
    }



    /*-----------------------weekly plan ---------------------*/
.teacher-timetable, .prepared-Details {
    padding: 20px;
    box-shadow: 1px 2px 3px 0.7px #cdcdcd;
    border-radius: 5px;
    background: var(--BlockBackground);
    margin: 40px 0 0;
}
    .teacher-timetable{
        margin-bottom:20px;
    }

.cust-weekplan .uk-padding {
    padding: 8px;
}
.cust-weekplan{
    margin-bottom:0;
}
 label.week-interval {
    color: #888685;
    font-weight: 500;
}
/*-------------------- teacher profile ----------------------------------*/
.student-profile.top-section .tut-main-card .tut-img-block img.person-img {
    height: auto;
    width: auto;
    margin: 32% auto;
}

.student-profile.top-section .tut-main-card .tut-img-block {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    border-radius: 150px;
    border: 7px solid var(--primaryColor);
    background: var(--greyColor);
    position: relative;
    margin: auto;
}


.student-profile.top-section .tut-main-card .tut-img-block .prof-img {
    position: absolute;
    top: 65%;
    left: 80%;
    width: 76px;
    height: 76px;
    flex-shrink: 0;
    border-radius: 150px;
    border: 3px solid #FFF;
    background: var(--grey2Color);
}

/*.teacher-profile .tute-otherDetails .mainblock-header {
    background-color: var(--orangeColor);
}*/
.teacher-details p {
    font-size: 11px;
}
    .student-profile.top-section a.uk-form-icon-flip img {
    height: auto;
    width: 16px;
}

.tutProfile .uk-margin{
    margin-bottom:.5rem;
}

.tutProfile  .uk-card-default {
    min-height: auto;
}

.student-profile.top-section a.EditCertify img {
    height: auto;
    width: 16px;
}


/*----------------------------- lecture management-----------------------------*/
.lectureManagment.uk-table thead tr th > h6 {
    margin: 0;
    color: #fff;
}
.lectureManagment.uk-table thead {
    background: #e37845;
    color: #fff;
    border: 5px solid var(--tableColor);
}
.lectureManagment.uk-table td {
    text-align: left;
    border-left: 1px solid #ddd;
}
.lectureManagment.uk-table tbody tr {
    border-left: 5px solid var(--orangeColor);
}
.add-times .uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
    padding-left: 0 !important;
    padding: 0;
    text-align: center;
    height: 30px;
    border-radius: 50px;
    border: 0;
    background: #fff;
}
.add-times .uk-form-icon {
    background: var(--primaryColor);
    height: 30px;
    width:30px;
    border-radius: 50px;
    color: #fff;
}

/*--------------------------------- library--------------------------*/
/*.book-img {
    height: 50px;
    width: 50px;*/
    /* line-height: 35px; */
    /* background: var(--grey2Color); */
    /*border-radius: 50px;*/
    /* overflow: hidden; */
    /*margin: 0 10px;
    background-image: url(../assets/images/notfound.png);
    background-size: cover;
    padding: 0px;
}*/
.book-img {
    height: 50px;
    width: 50px;
    line-height: 35px;
    background: var(--grey2Color);
    border-radius: 50px;
    overflow: hidden;
    margin: 0 10px;
    background-image: url(../assets/images/notfound.png);
    background-size: cover;
    padding: 0px;
    display: flex;
    flex-shrink: 0;
}
.book-img img {
 width:100%;
 height:100%;
 object-fit:contain;
}

.Grade-subjects .GradeBlock .skill-card {
    display: inline-flex;
    background: var(--whiteGrey);
    margin-left:0;
}

.Grade-subjects .GradeBlock .skill-card .subject-data {
  width:130px;
}

    .Grade-subjects .GradeBlock .skill-card .skill-card-title {
        width: max-content;
    }


/*.course-description-content::before {
 
    content: "";
    position: absolute;
    top: 26%;
    left: 44%;
    width: 40%;
    height: 40%;
    display: flex;
    background-image: url(../images/teacherIcons/LibrarayBackground.png);
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    align-items: center;
    justify-content: center;
}*/



/*-------------------- subject description ------------------------*/
.subject-description .subject-desc-details {
    text-align: justify;
    width: 80%;
}

.subject-description ul {
    list-style: none;
    margin: 30px;
    padding: 0;
}

.subject-description .attachedList.list-2 li:before {
    font-family: "Material-Icons";
    content: "\e91a";
    color: var(--orangeColor);
}

.progress-bar {
    width: 200px;
    height: 10px;
    background-color: #f2f2f2;
    border-radius: 5px;
    overflow: hidden;
}

.progress {
    height: 100%;
    background-color: #4CAF50;
    width: 0;
    transition: width 0.5s ease-in-out;
}

.progress-block span {
    color: var(--primaryColor);
}
span.Browse-link {
    color: var(--BlueLinks);
    
}
.upload-image {
    width: 100px;
    height: 100px;
    margin: auto;
}

.uploadedFile {
    background: #fff;
    border: 1px solid var(--orangeColor);
    padding: 10px;
     justify-content: space-between;
    margin-top:10px;
}
    .VisualUploaded {
      
        width: 100%;
      
    }

.VisualUploaded .drop-zone-upload {
    width: 100%;
}
    .uploadedFile .file-img {
        height:50px;
        width:50px;
    }


.uploadedFile h6 {
    font-size: 12px;
    line-height: 0;
    padding: 10px 0;
    margin: 0 20px;
}
.teacher-classroom.teacher-AddContentForm {
    background: var(--greyColor);
    border-radius: 8px;
    padding: 20px;
    margin: 20px auto;
}


.AudioUploaded {
    align-items: center;
    justify-content: space-between;
}

    .AudioUploaded .youtube-link{
        width:50%;
    }
    .Audio-Form .audio-uploaded {
        width: 40px;
        height: 40px;
        margin: auto 20px;
    }

.Audio-Form .drop-zone-upload {
    border: 2px dashed #3e416d;
    padding: 5px 20px;
    text-align: center;
    margin: 0 0;
    width: auto;
}
    .Audio-Form .drop-zone-upload h5 {
        font-size: 15px;
        line-height: 0;
        padding: 20px 0;
        margin: 0 20px;
    }

.youtube-link .uk-input{
    height:55px;
}

/*----------------------------------------redesign top menu -----------------------------------------*/
.top-menu {
    height: 70px;
   
}

#topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px;
    background: #fff;
    padding-bottom: 0;
    height: 70px;
     margin-top: 0px; 
    background: transparent !important;
    margin-left: 80px;
}
.teacher-details h4, .teacher-details p {
    color: #ffffff;
}
.header-widget .header-widget-icon {

    color: #ffffff;
}
.side-nav .logo {
    padding: 0px 0;
}


.custom-pages-color {
    margin-top: 4%;
}

#topbar.teacher-top-menu {
    justify-content: flex-start;
    margin-left: 22%;
    width: auto;
}

.top-menu.top-cust-teacher  .top-lang {
    padding-top: 0;
}
.teacher-main-slider {
    padding: 0px 0px !important;
}
.page-menu .page-menu-inner {
    overflow-y: auto;
    height: calc(100% - 150px);
    overflow-x: hidden;
}

.custom-pages-color {
    margin-top: 0%;
    justify-content: space-between;
}

.all-sections {
    margin-top: 4%;
}

.GradeBlock .skill-card {
    width: 33%;
}

.subject-details .skill-card {
    padding:20px 0;
}
    /*------------------------------ edit on dashboard ---------------------------*/
    .teacher-dash .uk-card-body {
    border-radius: 25px;
    padding: 13px !important;
}
.First-Section .sub-overlay {
    left: 0;
    height: 188px;
    width: 186px;
    border-radius: 20px;
    padding: 13px;
    cursor: pointer;
    transition: 30s ease-in-out;
}

.teacher-dash .uk-card {
    width: auto !important;
}

.uk-list i {
    margin-right: 0px;
}

.admin-top-cust {
    justify-content: center !important;
}

.header-widget.admin-cust-widget {
    justify-content: end;
}

.admin-cust-top-menu .top-lang {
    padding-top: 0;
}

.main-icon-edit {
    position: relative;
    left: 0;
}

.header-widget.admin-cust-widget .header-widget-icon:not(.profile-icon):hover,
.header-widget.admin-cust-widget .header-widget-icon:not(.profile-icon):focus {
    color: #ffffff;
}

.page-menu.admin-left-menu {
    top: 0;
}


/*-------------------------------------admin---------------------------------------------*/
.section-small{
    margin-top:50px;
}

.acadmic-year .uk-table th, .acadmic-year .uk-table td {
    text-transform: unset !important;
/*    width: auto;*/
    padding: 5px;
    line-height: 2rem;
    vertical-align: middle;
}

.acadmic-year .uk-table td.custom-num {
    text-transform: unset !important;
    width: 20px !important;
}

.acadmic-year .uk-table.AddAcademic th {
    text-transform: unset !important;
    width: auto !important;
}
    .acadmic-year .button.float-custom.addweeks {
    margin-top: 6px;
}

.AcademicYearWeeks .uk-modal-dialog {
    width: 55%;
}

.AcademicYearWeeks .uk-table th, .AcademicYearWeeks .uk-table td {
    width: auto;
}

.AcademicYearWeeks .uk-form-horizontal .uk-form-controls {
    margin-left: 0% !important;
}
.uk-float-right.academicControls {
    float: right;
    margin-right: 80px;
}


.acadmic-year .uk-accordion-title {
    height: 0;
}

.group-table li{
    margin-bottom:10px;
}

.button.grey.search-exam-btn {
    line-height: 28px;
    height: 28px;
}

.table-modal-acdm .uk-table caption {
   
    background-color: #ffffff;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 10px;
}
.tr-abs {
    right: 19.5%;
}

.acadmic-year td {
    height: 0;
}
/*---------------------------------student library -------------------------------------------*/
.Library-card {
    padding: 4px 16px;
    background: aliceblue;
    border-radius: 20px;
}
    .Library-card .Lib-data {
   
    justify-content: space-between;
    width:100%;
}
    .Library-card .Lib-data a{
        color:var(--BlueLinks);
        text-decoration:underline;
    }

    .Library-card .book-img  {
        width: 30px;
        height: 30px;
        line-height: 42px;
        margin: 6px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .Library-card .book-img img.skill-card-icon {
            margin: 0;
        }

.library-section .uk-card-media-top img {
    object-fit: cover;
}

.library-section .btn-option {
    position: relative !important;
    top: 0;
}

.library-section .uk-card-title{
    justify-content:space-between;
   

}

.library-section .uk-card-body {
    padding: 5px;
    border-radius: 10px;
}

.lib-breadcrumb span.orange{
    color:darkorange;
}

.library-section .uk-card-default {
    box-shadow: 0px 2px 3px .7px #ebe9e9;
}

.library-section .Subject-data .skill-card-title {
    width: 100%;
}

.library-section .subjectPreview {
    background: aliceblue;
    border-radius: 20px;
}
    .library-section .subjectPreview .Preview {
        margin: auto;
        width: 800px;
        height: 400px;
        padding: 20px;
    }

        .library-section .subjectPreview .Preview img {
            margin: auto;
            width: 100%;
            height: 100%;
        }

.library-section .dropdown-option-nav ul li span {
    padding: 0 14px;
}

/*--------------------------- student follow up--------------------------------------*/
.StudntFollowUp{
    background:#f8f8f8;
    border-radius:10px;
    padding:20px;
    margin:25px auto;
}
.subject-title {
    justify-content: space-between;
    width: 100%;
}

    .subject-title h3 span, .subject-title h6 span {
        font-size: 16px;
        font-weight: 400;
        color: #6f6f6f;
    }
.FollowUpData{
    margin:15px auto;
}

.followItem {
    grid-gap: 20px;
    align-items: center;
}
.followItem label {
    width:10%;
}

    .followItem .FollowResult {
        border:1px solid #e5e5e5;
        border-radius:10px;
        width:100%;
        padding:5px;
        
    }

        .followItem .FollowResult p {
            color: #b6b2b2;
        }

        .followItem .FollowResult.Notes {
            height: 150px;
        }
        /*--------------------------- class report---------------------------*/
    .followItem.classItem label {
        width: 200px;
    }

.ClassReportResult p{
    margin:0;
    color:#e37845;
}

.ClassReportResult .uk-dropbar {
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 20px;
    height: 150px;
    overflow: scroll;
}

.ClassReportResult .uk-navbar-nav li a:after, .ClassReportResult #navigation ul li a:after {
    content: '' !important;
}

.ClassReportResult .uk-navbar-nav > li > a {
    padding: 0;
    font-size: 16px;
}

.AnotherSubject{
    background:#fbecec;
}

.student-Schedule .data-lecture {
    text-align:center !important;
}
    .student-Schedule .data-lecture h6 {
        margin: 0;
    }
.uk-table-small.student-Schedule th, .uk-table-small.student-Schedule td {
    padding: 6px 12px;
}
.add-studentMaterial .studentToParent .uk-form-controls {
    background: #effbfe;
    border-radius: 8px;
}
.classroom-form-radiobtn.uk-form-controls {
    background: transparent;
}

/*==================================================new 17/7/ 2024 =====================================*/
/*==========================================================================*/

.acadmic-year caption {
    background: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding:10px 10px;
    border-radius:10px;
    
}
#navigation li > a:hover, #navigation li .nav-active {
    color: #fff;
}
.School-Student {
    width: fit-content;
    margin: 0;
}
    .School-Student .subjects-card::after {
        width: -webkit-fill-available;
    }

.StudentBlocks .your-lecture .uk-switcher {
    border: none;
    left: 0;
    top: 0;
    overflow: auto;
    padding-bottom: 20px !important;
}
.your-lecture ul.Days li.uk-active {
    border: none;
}

.Second-Section.student-section2 {
    border-radius: 20px;
}
.your-lecture {
    border-radius: 16px;
}
.rz-scheduler {
    width: auto !important;
}

textarea.Note {
    width: auto;
}
.Second-Section.student-section2 {
    border-radius: 20px;
    margin-top: 3%;
}
.custom-pages-color {
    padding: 0 20px;
}
    /*----------------------------responsive ------------------------------------------------*/
    /* Large screen */
  
      
        
        @media (min-width: 1200px) {
            .uk-table .uk-grid > div:first-child {
                padding-left: 0;
            }

            .uk-table .uk-grid > div:nth-of-type(3n+4) {
                padding-left: 0;
            }  
            .uk-table .uk-grid  {
                padding-left: 0;
                margin-left:0;
            }
    }

    @media (min-width: 1024px) {
        .add-times .uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
            height: 20px;
        }

        .add-times .uk-form-icon {
            height: 20px;
            width: 20px;
        }
    }

    @media (max-width: 640px) {
        .header-widget .header-widget-icon i {
            font-size: 22px;
            color: #fff;
        }

        .header-widget.admin-cust-widget {
            justify-content: space-around;
        }

        .header-widget .header-widget-icon {
            margin-left: 0px;
            padding-top: 9px;
        }

        .followItem.uk-flex, .subject-title {
            display: block !important;
        }
    }

    @media print {
        .teacher-timetable, .prepared-Details {
            padding: 20px;
            box-shadow: none;
            background: #F2F2F2;
            margin: 40px 0 0;
        }

        .uk-table th,
        .uk-table td {
            padding: 8px;
        }
    }

    .search-input .uk-form-icon {
    height: 33px;
    left: 0;
}

.teacher-assignment-page .top-form .filter-button {
    height: 33px !important;
    line-height: 31px;
    margin-left: -10px;
    border: 1px solid #3e416d;
    border-radius: 0px 7px 7px 0px;
    text-transform: capitalize;
    background: #e9e9ed;
    display: flex;
    align-items: center;
}

.uk-display-inline-block {
    display: flex !important;
    align-items: center;
    justify-content: start;
}

.uk-table.customTable th:first-child, .uk-table.customTable tr td:first-child {
    border-left: 0;
    width: auto;
}
.uk-table.customTable tr td:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.uk-table.customTable .uk-dropdown-nav > li > a {
    color: #999;
    text-align: left;
}
.uk-table.customTable .uk-dropdown-nav > li > a > svg {
   margin:0 5px;
}

.teacher-classroom .uk-table th:last-child, .teacher-classroom  .uk-table tr td:last-child {
    width: 80px;
}

.teacher-classroom .uk-table {
    table-layout: auto;
    width: 100%;
    overflow:auto;
}

.teacher-assignment-page .uk-table td, .teacher-assignment-page .uk-table th {
    border-right: none !important;
}

.teacher-assignment-page table {
    border: none !important;
}
.Cust-Additional-service td > .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.skill-card {
    padding: 10px !important;
    margin-left: 40px;
}

.assign-page .empty-group-img {
    margin-left: 0;
}

.Attach-count {
    display: flex;
    justify-content: space-between;
    line-height: 1rem;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
}

    .Attach-count h5 {
        margin-bottom: 0;
        width: 250px;
    }

    .Attach-count span.files-count {
        font-size: 14px;
        margin-right: 25px;
    }

    .Attach-count span.uil-paperclip {
        font-size: 18px;
        color: var(--secondaryColor);
    }

.subject-description .file-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.subject-description .file-name {
    flex: 1;
    margin-left: 10px;
}

    .Attach-count .file-actions a {
        margin-left: 8px;
        cursor: pointer;
    }

    .Attach-count .file-icon {
        width: 20px;
    }

.subject-description .uk-accordion-content::before, .subject-description .uk-accordion-content::after, .subject-description .uk-list > li::before, .subject-description .uk-list > li::after {
    display: none !important;
}

.save-button1.uk-float-left.uk-grid-margin {
    padding: 0;
    margin-top: 0;
}

.AddAcademic .uk-input{
    margin:0 !important;
}