﻿

@font-face {
    font-family: TajwalBold;
    src: url(../fonts/Tajwal/Tajawal-Medium.ttf);
    src: local('Arial');
    /*    unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
*/
}

@font-face {
    font-family: TajwalMedium;
    src: url(../fonts/Tajwal/Tajawal-Medium.ttf);
    /*unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;*/
}

@font-face {
    font-family: TajwalLight;
    src: url(../fonts/Tajwal/Tajawal-Regular.ttf);
}

body, h1, h2, h3, h4 {
    font-family: TajwalMedium !important;
}
h5 , h6 , button , label , ::placeholder , th  {
    font-family:TajwalMedium !important;
}
p , span , a , td {
    font-family: TajwalLight !important;
}

:root {
    --svgActiveFilter: invert(60%) sepia(25%) saturate(1500%) hue-rotate(0deg) brightness(100%) contrast(100%);
    /*--primaryBackground: #7144FF;*/
    --primaryBackground: #7144FF;
    --primaryText: #000000;
    --secondaryBackground: #F8F8F8;
    --secondaryText: #413E4B;
    /*--------------------------*/
    --green-color1: #00B02C;
    --blue-color1: #2D46A0;
    --purble-color1: #932DA0;
    --light-blue1: #3E00FF;
    --grey-color1: #6D6F71;
    --red-color1: #FF634F;
    /*----------------------------*/
    --semon-color: #FFE7C5;
    --light-semon: #FFF6E9;
    --green-color: #B3FFC7;
    --light-green: #d8f1de;
    --blue-color: #C7DDFF;
    --purble-color: #FCE0FF;
    --light-purble: #E5DDFF;
    --light-blue: #D4C7FF;
    --grey-color: #A7A9AC;
    --yellow-color: #FFFCAF;
    --red-color: #FFBEB5;
    --light-red: #FFE8E8;
    --offwhite-color: #FFF9EB;
    /*-----------------buttons color---------------*/
    --next-btn-color: #A07D2D;
    --next-btn--hover: #875E00;
    --active-btn-color: #EDEDEE;
    --active-btn-border: #A7A9AC;
    --active-tab-color: #2D89A0;
    --active-tab-hover: #D5E7EC;
    --active-tab-border: #81B8C6;
    --export-btn-color: #2D46A0;
    --export-btn-hover: #002199;
    --search-btn-color: #A07D2D;
    --search-btn-hover: #875E00;
}
#backtotop a {
    background-color: var(--primaryBackground);
}
input[type="email"], input[type="text"], input[type="tel"] {
    font-family: Tahoma !important;
}
.page-menu ul {
    padding-top: 38px;
}
    .page-menu ul li:hover {
        width: auto;
    }
.page-menu.itqan-menu ul li a {
    align-items: center;
}
a:focus, .uk-close:focus, .closesub:focus,  label:focus {
    border: none;
}
 .header-widget .dropdown-notifications.profile-dropmenu:before {
    right: 58%;
    border-left: 10px solid white;
    border-right: 10px solid white;
    border-bottom: 13px solid #ffffff;
    border-color: white transparent #ffffff transparent;
}
.header-widget .dropdown-notifications.lang-dropmenu:before {
    border-left: 10px solid white;
    border-right: 10px solid white;
    border-bottom: 13px solid #ffffff;
    border-color: white transparent #ffffff transparent;
}
.header-profile-icon {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 2px solid #ffffff;
}
li.linkmenue.uk-active {
    margin-right: 25px;
    border-radius: 0px 20px 20px 0px;
}

li.linkmenue {
    margin-right: 0;
}
    #topbar {
    margin-top: 0px;
    background: var(--primaryBackground);
}
.page-menu .logo {
    background-color: var(--primaryBackground);
}

.page-menu .page-menu-inner {
    background: var(--primaryBackground);
}
.page-menu {
    top: 0;
    background: var(--primaryBackground);
}
    .page-menu.itqan-menu ul li.uk-active a {
        color: var(--primaryBackground);
    }
    .page-menu .logo {
        height: 150px;
        padding: 0;
    }
        .page-menu .logo a {
            background: #a07d2d;
            position: relative;
            padding: 0px;
            margin: 0;
            width: 100%;
            top: 0;
            height: auto;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px
        }
        .page-menu .logo img {
            height: 100%;
            width: 100%;
        }
        /*----------------------------dashboard blocks----------------------------------*/
.section-small {
    padding-top: 30px ;
}
    .section-small.full-data-show-csm , .section-small.itqan-courses {
        padding-top: 0px ;
    }
    .new-dashboard .main-block .dashboard-block .circle {
        margin-right: 0;
        margin-left: 0;
        margin-top: 13px;
    }
.main-block {
    position: relative;
}
.new-dashboard .dashboard-block {
    height: 65px;
    padding: 12px 10px ;
    position: relative;
}
.new-dashboard .dashboard-block h5 {
    padding: 0px ;
}
 .new-dashboard .dashboard-block h3 {
    margin: 0;
    position: absolute;
    bottom: 0;
}
            .new-dashboard .main-block:nth-child(2n + 1) .dashboard-block {
    background: var(--secondaryBackground);
    border: 2px solid var(--primaryBackground);
}
.new-dashboard .main-block:nth-child(2n + 2) .dashboard-block {
    background: var(--secondaryBackground);
    border: 2px solid var(--green-color1);
}
.new-dashboard .main-block:nth-child(2n + 3) .dashboard-block {
    background: var(--secondaryBackground);
    border: 2px solid var(--blue-color1);
}
.new-dashboard .main-block:nth-child(2n + 4) .dashboard-block {
    background: var(--secondaryBackground);
    border: 2px solid var(--purble-color1);
}
.new-dashboard .main-block:nth-child(2n + 5) .dashboard-block {
    background: var(--secondaryBackground);
    border: 2px solid var(--light-blue1);
}
.new-dashboard .main-block:nth-child(2n + 6) .dashboard-block {
    background: var(--secondaryBackground);
    border: 2px solid var(--grey-color1);
}
.new-dashboard .main-block:nth-child(2n + 7) .dashboard-block {
    background: var(--secondaryBackground);
    border: 2px solid var(--primaryBackground);
}
.new-dashboard .main-block:nth-child(2n + 8) .dashboard-block {
    background: var(--secondaryBackground);
    border: 2px solid var(--red-color1);
}

.new-dashboard .main-block .dashboard-block .circle {
    border: none;
}

.new-dashboard .main-block:nth-child(2n + 1) .dashboard-block .circle {
    background: var(--semon-color);
}

.new-dashboard .main-block:nth-child(2n + 2) .dashboard-block .circle {
    background: var(--green-color);
}
.new-dashboard .main-block:nth-child(2n + 3) .dashboard-block .circle {
    background: var(--blue-color);
}
.new-dashboard .main-block:nth-child(2n + 4) .dashboard-block .circle {
    background: var(--purble-color);
}
.new-dashboard .main-block:nth-child(2n + 5) .dashboard-block .circle {
    background: var(--light-blue);
}
.new-dashboard .main-block:nth-child(2n + 6) .dashboard-block .circle {
    background: var(--grey-color);
}
.new-dashboard .main-block:nth-child(2n + 7) .dashboard-block .circle {
    background: var(--yellow-color)
}
.new-dashboard .main-block:nth-child(2n + 8) .dashboard-block .circle {
    background: var(--red-color);
}

.new-dashboard .dashboard-block h5 {
    color: var(--secondaryText);
    text-align: right;
    font-size: 15px;
    
    line-height: 1.2rem;
    height: 20px;
}
.new-dashboard .dashboard-block h2 {
    padding: 0;
    color: var(--secondaryText);
    text-align: right;
}

.exam-card .exam-date span {
    color: var(--secondaryText);
}
.courses-tabs li.uk-active a {
    color: var(--primaryText);
    font-size: 16px;
    font-weight: 900;
}

.your-lecture ul.Days li {
    padding: 0 0 0 20px;
}
.your-lecture ul.Days{
    padding-right:0;
}
.exam-card .exam-title h6 > a {
    font-size: 14px;
    color: var(--primaryText);
}
/*------------------------------------------------------------------------------------------*/
.left-side {
    background: none;
    border-right: none;
    padding-top: 30px ;
    margin-left: 0px;
}

.exam-card .responsive-class {
    justify-content: space-between;
}
.exam-card .exam-date {
    margin-left: 0%;
    margin-right: 0;
}
    .subscribed-block .uk-card-default {
    background: var(--secondaryBackground);
    border: none;
    padding: 0 10px 0 10px;
    border-radius: 8px;
}
    .subscribed-block .uk-card-default .uk-card-header {
        border-bottom: 1px solid #d8d8d8 ;
        margin-bottom: 20px;
    }
.subscribed-block .dropdown-notifications-content ul li a {
    padding: 0;
}
.subscribed-block {
    margin: 0 0 0 20px;
}

.uk-card-header span.uk-h5 {
    color: var(--primaryText) ;
}
    .subscribed-block span.uk-h5, .subscribed-block .notification-text h6 {
        color: var(--secondaryText);
        margin-bottom: 0;
        margin-top: 3px;
    }
.uk-card-footer span.uk-h5, .showcalendar a.uk-link {
    color: var(--primaryBackground) ;
    text-decoration: underline;
}
.subscribed-block .notification-text span {
    color: var(--blue-color1) ;
}
.subscribed-block .dropdown-notifications-content ul li .success {
    background: var(--green-color) ;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 0;
    line-height: 2rem;
    border-radius: 50px;
    margin-left: 0;
}
.subscribed-block .dropdown-notifications-content ul li .danger{
    background: var(--red-color) ;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 0;
    line-height: 2rem;
    border-radius: 50px;
    margin-left: 0;
}


.subscribed-block .dropdown-notifications-content ul li {
    border-bottom: 1px solid #f3f3f300;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px 10px 35px 10px;
    border-radius:8px;
}
.subscribed-block .uk-card-default .dropdown-notifications-content .uk-position-center-left {
    top: 25px;
    grid-gap: 5px;
    bottom: 20px;
}

li.linkmenue.uk-active a > img {
    filter: invert(60%) sepia(25%) saturate(1500%) hue-rotate(0deg) brightness(100%) contrast(100%) ;
}
.exam-card .exam-main-img {
    border: none;
}

.Itqan-dashboard .page-content-inner {
    background-image: url("../images/SidcImages/pattern02.png");
    padding-bottom:50px;
}

.admin-custom-dash .section-small {
    padding-bottom: 0;
}

.datepicker {
    background: var(--secondaryBackground);
    border-radius: 8px;
    box-shadow: none;
    border: 0;
}
.exam-card {
    background: var(--secondaryBackground);
    border-radius: 8px;
}
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor: pointer;
    color: var(--blue-color1);
    font-family: cairoBold;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #a07d2d;
    border-color: #a07d2d;
}
    .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
        color: #fff;
        background-color: #5b4513;
        border-color: #a07d2d;
    }

#backtotop a {
    background-color: var(--primaryBackground);
}
    #backtotop a::after {
        /*content: url("../images/SidcImages/SidcLogin/chevron-up.svg");*/
        font-family: Feather-Icons;
        position: relative;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        color:#fff;
        filter:none;
    }

.new-dashboard .section-header .button.grey {
    color: #fff;
    border-color: var(--primaryBackground);
    background-color: var(--primaryBackground);
}
.departments .caret {
    background: linear-gradient( 80deg, #bc9844 0, #dccfb1 100% ) ;
    align-items: center;
}

.button.grey {
    background-color: var(--primaryBackground);
    border-color: var(--primaryBackground);
    height: 41px;
    line-height: 41px;
}
}
    .button.grey:hover, .button.grey:focus {
        background-color: var(--primaryBackground);
    }


    /*----------------------------------------employee----------------------------------------*/
.new-dashboard.emp-dashboard  .uk-grid > * {
    padding-right: 14px;
    padding-left: 24px;
}
/*.new-dashboard.emp-dashboard .main-block:nth-child(2n + 1) .dashboard-block {
    border: 2px solid var(--primaryBackground);
}

.new-dashboard.emp-dashboard .main-block:nth-child(2n + 2) .dashboard-block {
    border: 2px solid var(--blue-color1);
}

.new-dashboard.emp-dashboard .main-block:nth-child(2n + 3) .dashboard-block {
    border: 2px solid var(--primaryBackground);
}

.new-dashboard.emp-dashboard .main-block:nth-child(2n + 4) .dashboard-block {
    border: 2px solid var(--red-color1);
}*/

.new-dashboard.emp-dashboard .main-block:nth-child(2n + 1) .dashboard-block .circle {
    background: var(--semon-color);
}

.new-dashboard.emp-dashboard .main-block:nth-child(2n + 2) .dashboard-block .circle {
    background: var(--blue-color);
}

.new-dashboard.emp-dashboard .main-block:nth-child(2n + 3) .dashboard-block .circle {
    background: var(--yellow-color);
}

.new-dashboard.emp-dashboard .main-block:nth-child(2n + 4) .dashboard-block .circle {
    background: var(--red-color);
}

.homework-bottom .homework-item .homework-img {
    background: var(--offwhite-color);
    border-radius:50px;
}
.homework-bottom .homework-item .homework-img img {
    max-width: 100%;
    height: 100%;
    padding: 13px;
    width: 100%;
}
.homework-right, .homework-item p, .top-evolution-student {
    color: var(--primaryBackground);
}
.lectures p {
    color: var(--primaryBackground);
    font-size: 16px;
    font-weight: 700;
}
.homework-left .uk-select:not([multiple]):not([size]) {
    text-align: right ;
}

.last-top .searchbox {
    border: 1px solid var(--primaryBackground);
    border-radius: 50px;
}

.searchbox .btn-searchbox::after {
    font-size: 16px;
    height: 27px;
    width: 28px;
    background: var(--primaryBackground);
    color: #fff;
    border-radius: 50px;
    border:none;
}

.last-top .uk-select:not([multiple]):not([size]) {
    background-position: 6%;
    border: 0;
    padding-right: 10px;
    margin-bottom: 0;
}

.adding-golden-border {
    border: 1px solid #a07d2d;
    box-shadow: none;
    height: 265px;
}
.p-main {
    font-weight: 400;
}
.middle-top {
    justify-content: space-between;
}
    .middle-top .img-up {
        width: 56px;
        height: 50px;
        padding: 2px;
        border-radius: 8px;
        position: relative;
    }
    .middle-top .right-top-level .img-up img {
        height: 100%;
        width: 100%;
        border-radius: 8px;
    }

.left-top-level .st-rate .rate-img {
    padding-right: 5px;
    height: 10px;
    line-height:10px;
    width: 10px;
}
 .trainer-name span {
    font-size: 10px;
    padding: 0px 5px 0 0;
}
.right-top-level .avail-course span, .trainer-name span {
    font-size: 10px;
    padding: 0px 5px 0 0;
}

.trainer-name .trainer-img {
    height: 20px;
    width: 20px;
    line-height: 0rem;
    margin-right: 5px;
    border-radius: 50px;
    border: 2px solid #d7d4d4;
}
    .trainer-name .trainer-img img {
        height: 100%;
        width: 100%;
        border-radius:50px;
    }

.middle-top {
    border: none;
}
/*.last-top .uk-select:not([multiple]):not([size]) {
    background: #fff;
}*/

.advertiseDetails h2{
    font-size: 18px;
    color: #000000;
}
.AdvertiseAlert {
    display: flex;
    justify-content: center;
    height: 20px;
    width: 100%;
    margin-right: -26px;
}

    .AdvertiseAlert h3 {
        display: flex;
        grid-gap: 10px;
        font-size: 16px;
    }

    .AdvertiseAlert .more-btn {
        background: var(--blue-color1);
        color: #fff;
        padding: 0 20px;
        line-height: 1.3rem;
        height: 20px;
    }

span.adv-details{
    font-weight:400;
    font-size:20px;
}
.adv-card {
    justify-content: flex-start;
    border-radius: 8px;
    background: #f7f6f370;
    height: 145px;
    overflow: hidden auto;
}
    .adv-card.discuss-emp {
        height: auto;
        margin-bottom: 0;
        margin-top: 0 ;
    }
.adv-card .uk-card-media-left {
    height: 100px;
    width: 100px;
    padding: 10px;
}

        .adv-card .uk-card-media-left img {
            height: 100%;
            width: 100%;
            border-radius: 8px;
        }
    .adv-card .uk-card-body{
        padding:5px;
    }
    .adv-card .uk-card-default {
        background: var(--secondaryBackground);
    }
        .adv-card .uk-card-body .uk-card-title {
            font-size: .8rem;
            line-height: 1.4;
            color: var(--primaryBackground);
        }
        .adv-card .uk-card-body p {
            font-size: 12px;
            color: var(--primaryText);
        }

    .adv-card .button.grey {
        background-color: var(--primaryBackground);
        border: none;
        padding: 0 20px;
        line-height: 25px;
        height: 25px;
    }

    .adv-card h4 {
     font-size:15px;
}
/*---------------------------------bugs 2/12------------------------------------------*/
.itqan-courses.itqan-courses-lists .course-card-list.custom-list .course-card-body h4 > a {
    width: 100% ;
    overflow: hidden ;
    white-space: wrap ;
    text-overflow: ellipsis ;
    margin-top: 0px;
}

.course-content-style h5{
    margin:0;
}

.course-content-style .course-details {
    background: transparent;
    margin: 0 0 20px 0;
    margin-right: 0;
}

/*.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid var(--primaryBackground);
}*/
.button.success {
    border-color: var(--primaryBackground);
    background-color: var(--primaryBackground);
}
/*.subscribed-block .notification-text span {
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3em;
}*/

.course-card-body.std-course .itqan-custom-course-lists h4 a {
    white-space: wrap ;
    overflow: inherit ;
    text-overflow: inherit ;
    width: 100% ;
}
.course-list-footer img.users {
    filter: brightness(10);
}
.course-details .certificate-title a.download-img {
    width: auto;
    display: flex;
    align-items: center;
}
.teacher-assignment {
    margin-top: 0;
    padding-top: 0 ;
    margin-bottom: 20px;
}


.student-table-main .uk-table td div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.student-table-main .uk-table td .data {
    display: flex;
    align-items: center;
    justify-content: center;
}
   .student-table-main .uk-table td .data p {
        margin: 0;
    }
.personal-data .select2-container {
    margin-bottom: 10px;
}

.teacher-profile .uk-input.CustChooseFile {
    margin-left: 5px;
    width: 49%;
}
.students-joined-card.students-card-info, .students-card-info {
   
    position: relative;
}
.page-content-inner.meetingPage {
    width: -webkit-fill-available;
}

.uk-flex.Meeting-Header {
  align-items:center;
    justify-content: space-between;
    padding: 10px;
}
/*-------------------------------------- employee---------------------------------*/

.left-side table {
    border: none;
}

.adv-card.discuss-emp .uk-card-media-left {
    height: 50px;
    width: 50px;
    padding: 0 10px 10px 0;
}
.adv-card.discuss-emp .uk-card-body p.p-main {
    text-align: right;
    line-height: .5rem;
}
.adv-card.discuss-emp .uk-card-body p.dis-p-cont {
    text-align: right;
    font-size: 10px;
    font-weight: 200;
    color: var(--primaryBackground);
    line-height: .5rem;
}
.adv-card.discuss-emp .uk-card-body p.dis-p-date {
    text-align: right;
    font-size: 10px;
    font-weight: 200;
    color: var(--primaryText);
    line-height: .5rem;

}
.adv-card.discuss-emp  .uk-card-body {
    padding: 5px 10px ;
    background:none;
}
.adv-card.discuss-emp p.P-replies {
    line-height: 4rem;
    color: var(--primaryBackground);
    text-decoration: underline;
    font-weight: 200;
}

.adv-card.discuss-emp {
    background: transparent;
    box-shadow: none;
    justify-content: space-between;
}

.top-evolution-student {
    color: var(--primaryBackground);
    border-bottom: 1px solid #e2e0e0;
    margin-bottom: 20px;
}
.lecture-fix-responsive {
    width: auto;
    margin-top: 0;
   padding:0;
}

    .lecture-fix-responsive.uk-grid-margin {
        margin-top: 10px;
    }

    .lecture-bottom {
        padding: 0;
    }
.lecture-right {
    margin-top: 0;
    width: 200px;
    text-align: justify;
}
.lecture-right img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.lec-emp{
    justify-content:space-between;
}
.homework-top {
    border-bottom: 1px solid #a07d2d;
    margin-bottom: 10px;
}

/*.lecture-fix-responsive:nth-child(even){
    margin-right:25%;
}*/

/*------------------------courses-----------------------------------*/
.itqan-courses .course-card .course-card-body.latest-body {
    height: 195px;
}
.course-card {
    background-color: #F8F8F8;
}

.itqan-courses .course-card {
    padding: 20px 20px 0 20px;
}

.course-card-thumbnail img {
    border-radius: 8px;
}
.itqan-courses .course-card .course-card-body, .itqan-courses .course-card .course-card-footer {
    border: none;
}
.itqan-courses .course-card .course-card-footer {
    border-top: 2px solid #c1c1c1;
}

    .itqan-courses .course-card .course-card-footer .group-images .g-img {
        border-radius: 50px;
        margin-left: 5px;
    }

    .itqan-courses .course-card .course-card-footer .group-images img {
        border-radius: 50px;
    }

.itqan-courses .course-card span.catagroy {
    color: var(--primaryText);
}
.itqan-courses .details p {
    color: var(--primaryBackground);
}

.itqan-courses .course-card .course-card-footer .active-btn {
    background: var(--primaryBackground);
 /*   padding: 0 37px;*/
    font-size: 15px;
    font-weight: 400;
}

.current-progress {
    background-color: var(--blue-color1);
    height:5px;
}
.Completed-progress {
    background-color: var(--green-color1);
    height: 5px;
}
#js-progressbar {
    background-color: blue; /* Change the background color of the progress bar */
    color: white; /* Change the text color within the progress element */
}

.itqan-courses.itqan-courses-lists .course-card .course-card-footer.latest-course {
    background: var(--primaryBackground);
}

h6.loc-title {
    color: var(--primaryBackground) ;
}

.full-data-show-csm .course-card-thumbnail img {
    padding: 0px;
    background: #fff;
    border-radius: 8px;
}
/*.itqan-courses-lists .course-card-list.course-card .course-card-thumbnail {
    padding: 38px;
}*/
.bottom-section-tec > div {
    padding:0;
}

    .bottom-section-tec{
    grid-gap:5px;
}

.uk-form-icon-flip {
    transform: rotate(0deg);
}

.login-options{
    justify-content:space-between;
}

/*---------------------------------certification------------------------------------*/

    .block {
        display: block;
        color: #000;
        text-align: center;
        font-family: cairoBold;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0;
    }

    .underline {
        border-bottom: 2px solid #c1cada;
        padding: 5px;
        margin-bottom: 15px;
    }

    .margin-0 {
        margin: 0;
    }

    .padding-0 {
        padding: 0;
    }

    .pm-empty-space {
        height: 10px;
        width: 100%;
    }


    .pm-certificate-container {
        position: relative;
        width: 1000px;
        height: 750px;
        background-color: #fff;
        padding: 50px;
        color: #333;
        font-family: 'Open Sans', sans-serif;
        box-shadow: none;
        border: 2px solid #c1cada;
    }

        .pm-certificate-container .outer-border {
            width: 1000px;
            height: 750px;
            position: absolute;
            margin-left: 0;
            top: 45px;
            margin-top: 0;
            border: 6px solid rgba(49, 78, 133, 0.30);
        }

        .pm-certificate-container .inner-border {
            width: 730px;
            height: 530px;
            position: absolute;
            left: 50%;
            margin-left: -365px;
            top: 50%;
            margin-top: -265px;
            border: 2px solid #fff;
        }

        .pm-certificate-container .pm-certificate-border {
            text-align: center;
            position: relative;
            width: 961px;
            height: 718px;
            padding: 0;
            border: 2px solid #E1E5F0;
            background-color: #ffffff;
            background-image: none;
            top: 0%;
            margin: 1% 2%;
        }
            .pm-certificate-container .pm-certificate-border .pm-certificate-block {
                width: auto;
                height: 200px;
                position: relative;
                left: 0;
                margin-left: 0;
                top: 70px;
                margin-top: 0;
            }

          /*  .pm-certificate-container .pm-certificate-border .pm-certificate-block {
                width: 650px;
                height: 200px;
                position: relative;
                left: 50%;
                margin-left: -325px;
                top: 70px;
                margin-top: 0;
            }*/

            .pm-certificate-container .pm-certificate-border .pm-certificate-header {
                margin-bottom: 10px;
            }

            .pm-certificate-container .pm-certificate-border .pm-certificate-title {
                position: relative;
                top: 40px;
            }

                .pm-certificate-container .pm-certificate-border .pm-certificate-title h2 {
                    color: #000;
                    text-align: center;
                    font-family: cairoBold;
                    font-size: 70px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                    letter-spacing: 0px;
                }

.pm-certificate-container .pm-certificate-border .pm-certificate-title h4 {
    color: #2D46A0;
    text-align: center;
    
    font-size: 30px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0px;
}
    .pm-certificate-container .pm-certificate-border .pm-certificate-body {
        padding: 20px;
    }

        .pm-certificate-container .pm-certificate-border .pm-certificate-body .pm-name-text {
            font-size: 20px;
            color: #000;
            text-align: center;
            
            font-style: normal;
            font-weight: 200;
            line-height: normal;
        }

.pm-certificate-container .pm-certificate-border .pm-certificate-body h1 {
    font-size: 70px;
    color: #2D46A0;
    text-align: center;
    font-family: cairoBold;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
    .pm-certificate-container .pm-certificate-border .pm-earned {
        margin: 15px 0 20px;
    }

        .pm-certificate-container .pm-certificate-border .pm-earned .pm-earned-text {
            font-size: 30px;
            color: #111;
            text-align: center;
            font-family: cairoBold;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .pm-certificate-container .pm-certificate-border .pm-earned .pm-credits-text {
            font-size: 15px;
        }

    .pm-certificate-container .pm-certificate-border .pm-course-title .pm-earned-text {
        font-size: 25px;
        color: #111;
        text-align: center;
        
        font-style: normal;
        font-weight: 200;
        line-height: normal;
        margin-top: 20px;
    }

    .pm-certificate-container .pm-certificate-border .pm-course-title .pm-credits-text {
        font-size: 15px;
    }

    .pm-certificate-container .pm-certificate-border .pm-certified {
        font-size: 12px;
    }

        .pm-certificate-container .pm-certificate-border .pm-certified .underline {
            margin-bottom: 5px;
        }

    .pm-certificate-container .pm-certificate-border .pm-certificate-footer {
        width: 100%;
        height: 100px;
        position: relative;
        /* left: 0; */
        /* margin-left: 0; */
        bottom: 35px;
    }

    .border-shapes {
        z-index: 11;
        background: none;
        padding: 0;
    }

        .border-shapes .border-img {
            height: 250px;
            width: 250px;
        }

    .border-shapes-gradient .border-img {
        height: 390px;
        width: 370px;
    }

    .border-shapes .border-img img {
        height: 100%;
        width: 100%;
    }

.border-shapes-gradient.uk-position-top-right {
    top: 0px;
    right: 0;
    left: auto;
    }
.border-shapes.uk-position-top-left {
    top: 0;
    right: auto;
    left: 0;
}
.border-shapes.uk-position-bottom-left {
    right: auto;
    left: 0;
}
.cardLeft {
    margin-top: 0;
    margin-bottom: 0;
    background: #fbfbfb;
}

    .certifyLogo .c-logoImg {
        height: 150px;
        width: 150px;
        text-align: center;
        margin: auto;
    }

.pm-certificate-body .CertificateIDDiv span.CertificateID, .pm-certificate-body .CertificateIDDiv span {
    color: var(--primaryText);
    font-family: cairoBold;
    font-size: 12px;
}
.LogoCertify {
    position: absolute;
    top: 17%;
    height: 75px;
    width: auto;
    right: 21%;
}

    .LogoCertify img {
        height: 100%;
    }

.CertificateIDDiv {
    margin-top: 8%;
    text-align: right;
    margin-right: 24px;
   
}
.signaturem {
    position: relative;
    bottom: -125px;
}
/*--------------new --------------------*/
.datepicker table tr th.dow, .datepicker table tr th.datepicker-switch {
    font-family: cairoBold;
}

    .save-form a.cancel {
        background: var(--primaryBackground);
    }

    .add-course-form .catlog-img-review.uploading-img-review, .catlog-img-review.uploading-img-review {
        height: 100px;
        width: 100px;
        top: 0;
    }

        .add-course-form .catlog-img-review.uploading-img-review img, .catlog-img-review.uploading-img-review img {
            border-radius: 8px;
            width: -webkit-fill-available;
            height: 100%;
            border: 0;
            border-radius: 10px;
            object-fit: cover;
        }

.add-course-form .upload-img .catlog-img-camera.camera-icon, .catlog-img-camera.camera-icon {
    margin-right: calc(20px);
    background: #fff0;
    display: flex;
    align-items: flex-end;
    }
.add-course-form .upload-img{
    align-items:center;
}


.error-img-msg {
    color: red;
    margin-top: 130px;
    text-align: right;
    position: relative;
    right: auto;
    left: 2%;
}

    .add-course-form .catlog-img-review.uploading-img-review {
        height: 100px;
        width: 100px;
        top: 0;
        right: 0%;
    }

    .catlog-img-review.uploading-img-review {
        right: 2%;
        margin-top: 1%;
    }

    .catlog-img-camera.camera-icon.add-course-camera {
        margin-right: calc(0px);
    }

    .button i {
        color: #fff;
    }
.lecture-fix-responsive {
    background: transparent;
}

.advertiseBlock .uk-card-body {
    background: transparent;
}
.uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate {
    background-color: var(--primaryBackground);
    border-color: transparent;
    margin-left: 5px;
}

.uk-radio:checked {
    background-color: var(--primaryBackground)  ;
}

.custom-btn {
    color: #fff;
    border-color: var(--primaryBackground);
    background-color: var(--primaryBackground);
}
.uk-radio:checked:focus, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus {
    background-color: var(--primaryBackground);
}

.teacher-assignment .filter-search .uk-select:not([multiple]):not([size]) {
    border-radius: 8px;
}
.filter-search.new-filter .uk-flex {
    align-items: center;
    display:block;
}


.page-content-inner {
    max-width: 100%;
}
/*--------------------------------------zoom meeting-------------------------*/
.main-meeting {
    position:relative;
    width: 100%;
    background: black;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 92vh; /* Optional: Adjust the height as needed */
}
.user-Img {
    height: 150px;
    width: 150px;
}

.meet-actions {
    grid-gap: 55px;
    position: relative;
}

.meet-actions .action h6{
    color:#fff;
    font-family:cairoBold;
}
   .leavemeeting .button {  
        position: relative;
        background: red;
        color: #fff;
        font-family: cairoBold;
        width:200px;
    }
.all-users{
    align-items:center;
}
.all-users .user-Img {
    top: 20px;
    height: 127px;
    width: 127px;
    margin-bottom: 8px;
    position: relative;
}
   
        .all-users .button {
    position: relative;
    background: aliceblue;
    width: 127px;
    top: 20px;
}
.share-Img {
    margin: 52px;
    left: 8%;
    right: 0;
    position: relative;
    width: 100%;
    max-width: 824px;
}

.user-sharing {
    margin: 50px -16px;
}

    .user-sharing .user-Img {
        height: 104px;
        width: 66px;
        position: relative;

    }
        .user-sharing .user-Img img, .all-users .user-Img img, .share-Img img,  .main-meeting .user-Img img {
            border-radius: 8px;
        }
    /*--------------------------------  enhancement-------------------------------*/
    .filter-search button.search-btn-filter {
    margin-top: 0;
}

.filter-search .uk-input, .filter-search .uk-select:not([multiple]):not([size]), .filter-search .uk-textarea {
    margin-bottom: 0;
}

.student-card {
    background-color: #fff;
    border: 2px solid #f8f8f8;
    border-radius: 5px 50px 50px 5px;
    margin: 6px 0px 0;
}
    #MyBodyList .section-small.itqan-lists-style {
    margin-right: 10px;
    margin-left: 15px;
}

.student-card .uk-card-body h5 {
    font-size: 15px;
    font-weight: 800;
    color: #a07d2d;
    margin-bottom: 0;
}
.student-card .uk-card p, .student-card.student-label  p {
    font-size: 11px;
    font-weight: 500;
    text-overflow: ellipsis;
    min-width: inherit ;
    direction: ltr;
    display: flex;
    align-items: center;
    justify-content: space-around;
    white-space: nowrap;
}

.list-img {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 2px solid #f8f8f8;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    margin: -3px;
}

.student-card .btn-list-group {
    margin-top: 0;
}

.list-t-action {
    top: 0;
    left: 0;
    right: 90%;
    float:inline-end;
}
.student-card .content-list {
    margin-right: 5%;
}

.timetable-card {
    margin-bottom: 10px;
    width: 100%;
    padding: 5px 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #f8f8f8;
    border-radius: 8px;
}
    .timetable-card .exam-title h6 {
        color: #a07d2d;
        margin: 0;
    }

.section-small.new-dashboard {
    padding-bottom: 0 ;
    margin-right: 14px;
}

input.timetable-date {
    width: auto;
    margin-right: 16px;
}

.uk-input, .uk-select:not([multiple]):not([size]), .uk-textarea {
    border-color: var(--primaryBackground) ;
    color: #202124 ;
    font-weight: 200;
    line-height: 1rem;
    font-size: 16px;
}

.your-lecture {
    padding: 0;
}

ul.ItqantimeTableNav {
    margin: 0;
}
.section-header-right .active-btn {
    width: auto ;
    padding: 0 24px;
}

ul.ItqantimeTableNav li .active-btn {
    background: var(--active-btn-color);
    color: var(--primaryText) ;
}

    ul.ItqantimeTableNav li .active-btn > span {
        color: var(--primaryText) ;
    }

ul.ItqantimeTableNav li.uk-active .active-btn {
    background: var(--active-tab-color);
}
    ul.ItqantimeTableNav li.uk-active .active-btn > span {
        color: #fff ;
    }
ul.ItqantimeTableNav li.uk-active .active-btn:hover {
    background: var(--active-tab-hover);
}


.uk-table-small.week-timetable th h6 {
    color: #ffffff;
    margin-top: 0;
    margin:0;
    font-weight: 100;
}
.uk-table-small.week-timetable th span {
    line-height: 37px;
}
.uk-table-small th {
    padding: 0px 12px;
}

.itqan-lists-style{
    padding-top:0;
}

.table-scroll {
    height: 550px;
    border: 1px solid #e0e0e0;
    overflow: visible;
    border-radius: 8px;
    padding: 5px;
    background: #f8f8f8;
}
.btn-list-group {
    grid-gap: 10px;
  /*  justify-content: center;*/
}
.btn-list-group .success-btn, .btn-list-group .danger-btn, .btn-list-group .move-btn {
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 0;
    line-height: 2rem;
    border-radius: 50px;
    margin-left: 0;
}
 .btn-list-group .success-btn {
    background: var(--green-color) ;
}

.btn-list-group .danger-btn {
    background: var(--red-color) ;
}

.btn-list-group .move-btn {
    background: var(--blue-color) ;
}
.export-btn {
    background: var(--primaryBackground) ;
    color:#fff;
    margin:0;
}

.section-header {
    margin-bottom: 16px;
}
    .export-btn img.export-img, .custom-btn img.add-img {
        margin-left: 5px;
        width: 16px;
    }
    .btn-list-group .success-btn img, .btn-list-group .danger-btn img, .btn-list-group .move-btn img {
        height: 20px;
        width: 20px;
        margin: auto;
    }


.subscrib-search {
    background: #ededee;
    width: 70%;
    height: 100px;
    border-radius: 8px;
    grid-gap: 5px;
    padding: 0px 12px;
}
    .subscrib-search .input-form {
       width:30%;
    }
    .subscrib-search .input-form .uk-input {
      margin-bottom:0;
    }
    .subscrib-search  .button {
      margin:0;
    }

.filter-search label {
    color: var(--black, #000);
    text-align: center;
    font-family: cairoBold;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.student-table-main .uk-table th {
    border-bottom: 0;
    border-left: none;
    background: #EDEDEE;
    padding: 12px;
    vertical-align: middle;
}
.student-table-main .uk-table tr td {
    border: 1px solid #ededee;
    border-right: 0;
    border-left: 0;
}
    .student-table-main .uk-table th:first-child, .student-table-main .uk-table tr td:first-child { /**/
        border-radius: 0px 8px 8px 0px;
        border-right: 1px solid #ededee;
        border-left:0;
    }

    .student-table-main .uk-table th:last-child, .student-table-main .uk-table tr td:last-child { /**/
        border-radius: 8px 0px 0px 8px;
        border-left: 1px solid #ededee;
        border-right:0;
    }
.student-table-main .uk-table td {
    border-bottom: 1px solid #ededee;
    border-left: none;
    vertical-align: middle;
    background: #fff0;
}

.student-table-main table {
    border-collapse: separate;
    border-spacing: 0 6px;
}
.student-table-main .uk-table tr:last-child td:last-child {
    border-bottom-right-radius: 0px;
}
.student-table-main .uk-table tr:last-child td:first-child {
    border-bottom-left-radius: 0px;
}
.student-table-main .uk-table {
    border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 65% ;
}
.select2-container--default .select2-selection--single {
    border-radius: 8px;
}

/*---------------------add memeber ---------------------------*/
/*.wizard > .steps > ul > li {
    width: auto;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: var(--primaryBackground);
    color: #fff;
    cursor: default;
    padding: 8px 10px;
    height: 30px;
    line-height: 30px;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    padding: 8px 10px;
    height: 30px;
    line-height: 30px;
}
.wizard .uk-margin {
    margin-bottom: 0px ;
    margin-top: 0px ;*/
   /*
    padding-left: 0;*/
/*}*/

.add-member .catlog-img-review.uploading-img-review {
    height: 100px;
    width: 150px ;
    margin: auto;
    float: right;
    top: 0;
    left: auto;
    right: auto;
    text-align: right;
   /* background-image:url('../images/itqan/no-image.png');*/
    background-size:contain;
}
.add-member.main-course-added-form {
    padding: 6px;
    background: whitesmoke;
}
/*.wizard .uk-form-label {
    color: #100f0d;
}*/
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: var(--primaryBackground);
}
    .tempomsg {
    color: #f53838;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 2px;
    background: #fec5c5;
    width: auto;
}
    .tempomsg::before {
        border-color: transparent transparent #fec5c5 transparent;
    
    }
.wizard > .content {
    background: #EDEDEE;
}
/* Hide the default calendar icon */
input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url('../images/SidcImages/SidcIcons/note.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px; /* Adjust the size of the custom icon */
    padding-left: 30px; /* Add padding to the right to accommodate the icon */

}
/*----------------------------------create course -------------------------------*/
.createCourse {
    background: #eeeeee;
    border-radius: 8px;
    margin-bottom: 20px;
}
/*.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    width: fit-content ;
    margin: 0px 0px 0 20px;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    width: fit-content ;
    margin: 0px 20px;
}
.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: right ;
    direction: ltr ;
}
.wizard ul, .tabcontrol ul {
    align-items: center;
}
    .wizard > .steps > ul > li {
    width: fit-content ;
}*/
.wizard > .steps{
width: 72% ;
background: #eeeeee;
align-items: center;
line-height: 1rem;
padding: 20px;
border-radius: 8px;
}
   /* .wizard > .steps  a{
        direction:rtl;
    }
    .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
        background: #fcfcfd ;
        color: #000 ;
    }
    .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
        background: #a07d2d ;
    }*/
.wizard > .content {
    margin: 20px 0 ;
}

 .wizard > .actions a:active {
    background: #a07d2d ;
}
    .top-course-section .courseImg {
    height: 120px;
    width: 100%;
    float: right;
}

    .top-course-section .courseImg img {
        height: 100%;
        width: 100%;
    }

.main-course-added-form {
    background: rgb(253 253 253);
    margin: 0px;
    padding-left: 0;
    border: 0;
    padding: 15px 0;
}
    .main-course-added-form h4 {
        margin: 0;
    }

.wizard > .content > .body input {
    margin-top: 0;
}
.wizard > .content > .body label.DaysOfWeek {
    margin: 5px ;
    color: #a07d2d ;
}

/*.wizard > .content > .body {
    width: 100% ;
    height: auto;
    padding: 0% ;
}
.wizard > .steps li.done a {
    margin: 0px 0px 0 20px ;
}
.wizard > .content > .body label {
    margin: 5px;
    padding: 0;
    border-radius: 8px;
    color: var(--primaryText);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.wizard > .content > .body .week label {
    display: flex;
    margin-bottom: 0.5em;
    margin: 10px;
    padding: 0;
    background-color: transparent ;
    align-items: center;
    color: #6D6F71;
}
    .wizard > .content > .body .week label.newDate {
        color:var(--primaryBackground);
    }*/

.add-new-date  .button.small {
    line-height: 40px;
    height: 40px;
}

.main-course-added-form table {
    border: 0;
}
/*-------------------------------------enhanmcement 17/12/2023------------------------------------*/
.page-content-inner.pr-3 {
    /*padding-right: 0rem ;*/
}
.tabs-block {
    padding-left: 0 ;
    padding-right: 0px ;
}
.section-small h5.courses-title {
    color: var(--primaryBackground);
    margin: 20px 0 0 0;
    font-size: 20px;
}
.CourseCatalogDiv {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    height: 300px;
    width: 90%;
    border: 1px solid darkgoldenrod;
    background-color: #fff;
}
.CourseCatalogDiv.catalog-csm {
    height: auto;
    box-shadow: 1px 2px 3px 0.7px #e0e0e0;
    border: 0;
   
}
.course-card-footer {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}
.CourseCatalogDiv .course-card-body {
    padding: 5px 10px 0 10px;

}


   
    .CourseCatalogDiv .course-card-thumbnail {
        width: 100%;
        height: 130px;
        border-bottom: 0 ;
    }
.new-dashboard .section-header h4 {
    margin-left: 0;
    color: var(--primaryBackground);
}

.departments .caret::before {
    margin-right: 0;
   
}
.departments .nested .caret::before {
    color: var(--primaryBackground);
}
.departments .caret {
    color: var(--primaryText);
}
.stopProp {
    line-height: normal;
}
.new-dashboard .section-header .filter-search  h4 {
    margin-left: 0 ;
}
.uk-pagination > .uk-disabled > * {
    color: var(--primaryText);
    background-color: var(--active-btn-color);
    border-color: var(--active-btn-border);
}
.uk-pagination > .uk-active > * {
    background-color: var(--next-btn-color);
    border-color: var(--next-btn-color);
}
.timetable-cards h4.day-name {
    color: var(--primaryBackground);
    font-family: cairoBold;
}
.uk-table-small.week-timetable th {
    color: var(--primaryBackground);
    background: var(--primaryBackground);
}
.student-table-main .cust-Circular {
    border: none ;
}
.uk-table-striped.Cust-Additional-service {
    border: none ;
}

.itqan-courses-lists .course-card-list.course-card .course-card-thumbnail img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.itqan-courses.itqan-courses-lists .course-card-list.course-card {
    box-shadow: 0px 0px 3px 0.7px #d8d8d8;
    border-radius: 8px;
    padding: 0;
}
    .itqan-courses.itqan-courses-lists .course-card-list.course-card .course-card-body h4 {
        align-items: center;
        margin-bottom: 20px;
    }
.course-card-list.course-card .custom-course-details, .course-card-list.course-card .course-location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
}
.course-location.course-location-details {
    justify-content: space-between;
}
.course-card-list.course-card .course-location {
    grid-gap: 10px;
  
}
    .itqan-courses .course-card-list.course-card .details {
        margin-right: 5px;
        margin-left: 0;
        line-height: 15px;
    }
.itqan-courses .course-card-list.course-card .course-details-info .details {
    width: auto ;
    line-height: 40px;
}
.itqan-courses .course-card-list.course-card .group-images {
    grid-gap: 3px;
    margin: 0;
}
.itqan-courses .course-card-list.course-card .img-icon {
    line-height: 24px;
}
.itqan-courses .course-card-list.course-card .group-images img {
    border-radius: 50px;
    border: 1px solid var(--primaryBackground);
    margin-left: 0;
}
.itqan-courses .course-card-list.course-card .group-images .g-img {
    line-height: 26px;
}
.course-card-list.course-card .course-details-info {
    margin: 0;
}
.text-info {
    color: var(--blue-color1) ;
}
.itqan-courses.itqan-courses-lists .course-card-list.course-card h6 {
    color: #000000;
}
.course-card-list.course-card .details h6 {
    margin: 20px auto ;
}
.course-card-list.course-card .uk-flex {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 12px;
}

.course-card-list.course-card .course-description p {
    font-size: 15px ;
    font-family: cairoBold ;
    color: var(--primaryText) ;
}
.course-card-list.course-card .course-description {
    margin: 10px auto;
    text-align: right;
}

.course-card-list.course-card .course-location h5.loc-title {
    color: var(--primaryBackground);
    font-size: 16px;
    margin: 0;
}
.course-card-list.course-card .course-location p {
    font-size: 15px ;
    font-family: cairoBold ;
    color: var(--primaryText) ;
}

.course-card-list.course-card .itqan-custom-course-lists {
    border-bottom: 1px solid #EDEDEE;
    height: 47px;
    line-height: 47px;
}

.itqan-courses.itqan-courses-lists .course-card-list.course-card .course-card-body.course-list-body {
    padding-top: 0;
}
.itqan-courses.itqan-courses-lists .course-card-list.course-card .course-card-body h4 {
    margin-bottom: 0;
}
.course-card-list.course-card .custom-course-details {
    margin-top: 10px;
}
.itqan-courses-lists .course-card-list.course-card .block-in-details p {
    max-width: 30em;
    white-space: normal;
    color: var(--primaryText);
    font-size: 13px;
    padding: 20px 0;
}
.itqan-courses.itqan-courses-lists .course-card-list.course-card {
    box-shadow: 0px 0px 3px 0.7px #d8d8d8;
    border-radius: 8px;
    padding: 0;
}
.itqan-courses.itqan-courses-lists .main-card-on-details.course-card .course-card-body.course-list-body {
    min-height: auto;
}

.page-menu-inner.course-content-menu {
    border-radius: 8px;
    margin-top: 10px ;
}
    .page-menu-inner.course-content-menu ul li.uk-active {
        background: var(--primaryBackground);
    }
    .page-menu-inner.course-content-menu ul li.menu-title {
        border-bottom: 2px solid var(--primaryBackground);
    }
        .page-menu-inner.course-content-menu ul li.menu-title a, .itqan-courses-lists .course-card-list.course-card a, .course-details h4 {
            color: var(--primaryBackground);
        }
.video-cust {
    flex-direction:column ;
}

    .video-cust iframe{
        border-radius:8px;
    }

.itqan-courses.itqan-courses-lists .course-card .course-card-body.course-list-body .course-card-footer {
    border-radius: 0;
}
.itqan-courses.itqan-courses-lists .course-card .course-card-body {
    border-bottom: 0;
}
.course-details-info ul li .star-rating {
    top: 0;
    display: flex ;
}
.course-card span.catagroy {
    margin-bottom: 0;
}
.course-card-body .course-card-info {
    align-items: center;
}
.section-header-left h4 {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.course-list-footer {
    margin: 0 10px;
}

/*------------------------------------------enhancement employee--------------------------------*/
.homework-left .uk-select:not([multiple]):not([size]) {
    border-color: var(--primaryBackground) ;
    margin-bottom: 0;
}
 .homework-item {
    padding: 0px ;
}
.homework-left {
    width: 50%;
    padding: 0;
    justify-content: center;
}
.homework-bottom .homework-item .homework-img img {
    padding: 8px;
}
.homework-bottom .homework-item {
    height: 130px;
}

.homework-bottom .homework-item p {
    margin: 0;
}
    .homework-bottom .homework-item .homework-img {
        width: 35px;
        height: 35px;
        line-height:35px;
    }
.homework-left .uk-select:not([multiple]):not([size]), .last-top .uk-select:not([multiple]):not([size]) {
    background-image: url('../images/SidcImages/SidcIcons/arrow-down.svg');
}
.lectures .uk-card-body {
    padding: 10px;
}
.lectures .uk-card-body p{
    margin:0;
}

.Cust-Daily-lectures {
    justify-content: space-between;
}
.border-lect {
    border: 1px solid var(--primaryBackground);
    border-radius: 8px;
    padding-bottom: 16px;
}
    .border-lect .lectures {
        border-bottom: 1px solid var(--primaryBackground);
        border-radius: 0;
        margin: 0 5px;
        align-items: center;
    }
.last-top {
    padding: 0;
}
    .homeworks {
    border: 1px solid var(--primaryBackground);
    border-radius: 8px;
}
.searchbox .btn-searchbox {
    left: -8px;
}
.searchbox .uk-search-input {
    vertical-align: middle;
}

.last-top .searchbox {
    padding: 0px 8px 0 19px;
  /*  min-width: auto ;*/
    height:auto ;
}
.last-top {
    align-items: normal;
}

.emp-evaluate .searchbox {
    width: auto;
    margin-left: 0;
}
    .last-top .uk-select:not([multiple]):not([size]) {
    height: 32px;
    background-position: 6% 56%;
    line-height:36px;
}
.homework-right, .top-evolution-student {
    font-size: 18px;
    font-weight: bold;
}
 .top-evolution-student {
    padding: 5px 0;
}
.adding-golden-border {
    padding: 0 10px;
}
.adv-details p > br {
    display: none;
}

.adv-details p {
    margin: 0;
    line-height: 1.5rem;
    color: #555;
}
.datepicker table tr td, .datepicker table tr th {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
  /*  background: coral;*/
    text-align: center;
}
.fc .fc-scrollgrid-section table {
    height:10px;
    width: 100% ;
}
.fc .fc-daygrid-body-natural {
    width: 100% ;
}
.fc .fc-timegrid-body {
    width: 100% ;
}
.fc-timegrid-event-harness {
    position: absolute /* top/left/right/bottom will all be set by JS */;
    width: 200px;
    height: 50px;
    align-items: center;
    /* text-align: center; */
    line-height: 50px;
}
.fc .fc-daygrid-event-harness {
    position: relative;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 18px ;
    vertical-align: middle;
}
.fc-daygrid-event.success  {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.fc-daygrid-event.success i  {
   margin-left:6px;
   margin-right:6px;
   color:#fff;
}
.fc-event .fc-event-main {
    position: relative;
    z-index: 2;
    align-items: center;
    display: flex;
}
.fc-event.success {
    border: 1px solid #979797;
    background-color: #4CAF50;
    color: #fff;
}
.marked-day{
    background:#2D46A0;
}
.vacationcolor {
    color: aqua;
}

.eventcolor {
    color: magenta;
}

.bottom-section-tec.bottom-trainer-tec {
    display: flex;
    grid-gap: 20px;
}

.top-student-img {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    border:1px solid var(--grey-color);
}
    .top-student-img img {
        height: 100%;
        width: 100%;
        border-radius:50px;
    }
.right-top-level span {
    font-size: 12px;
    line-height: 2rem;
    margin-right: 10px;
}
.border-after:after {
    content: '';
    border-bottom: 3px solid #e47f28;
    position: absolute;
    width: 12px;
    height: 3px;
    align-items: center;
    text-align: center;
    left: 10px;
    right: 0;
    justify-content: center;
    top: 24px;
}

.current-day {
    background-color: var(--primaryBackground);
    color: #fff;
    border-radius: 50px !important ;
    height:35px;
}
.current-day.old {
    background-color: transparent;
   
}
.custom-grid-details, .custom-trainer-grid {
    justify-content: space-between;
}
.itqan-courses  .course-date .details p {
    width: auto ;
}
.itqan-courses .course-date{
    position:relative;
}
.itqan-courses .course-card .img-icon {
    height: 24px;
    width: 24px;
    position: absolute;
}
.itqan-courses .course-card .course-card-footer-bottom .img-icon {

    position: relative;
}

.itqanevalution-new .control-form-label label {
    width: 20%;
}
.personal-data .uk-flex h4 {
    width: auto;
}
.personal-data .select2-container .select2-selection--single .select2-selection__rendered {
    text-overflow: unset;
    border: 1px solid var(--primaryBackground);
}

.personal-data .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: auto ;
}
.personal-data .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 15px;
}

.section-header-left.profile-title h4 {
    justify-content: start;
    grid-gap: 5px;
}
.last-bottom {
    width: auto;
}
.last-top .uk-select:not([multiple]):not([size]) {
    text-align: right ;
}
.last-border {
    border: 1px solid #a07d2d;
    box-shadow:none;
}

.student-card.Grid-student-card {
    border-radius: 8px;
}
/*------------------------------------evaluations----------------------------------*/
.evaluation-grid-style .evaluation-block {
    width: auto;
    height: auto;
    background: #fff;
    box-shadow: 0px 3px 6px #0000001f;
    border: none;
    border-radius: 15px;
    margin-left: 13px;
    margin-right: 0;
    position: relative;
    margin-top: 16px;
}

    .evaluation-grid-style .evaluation-block .evaluation-details .more-details {
        justify-content: space-between;
        align-items: center;
    }

    .evaluation-grid-style .evaluation-block .evaluation-details {
        margin-left: 16px;
        padding: 15px 0;
    }

        .evaluation-grid-style .evaluation-block .evaluation-details p.Evaluate-Text {
            font-size: 12px;
            margin: 0;
            color: var(--grey-color);
            text-wrap: nowrap;
            width: 226px;
            text-overflow: ellipsis;
            overflow: hidden;
            font-family: cairoMedium;
        }

        .evaluation-grid-style .evaluation-block .evaluation-details .more-details .more-button .active-btn {
            width: auto;
        }

   /* .evaluation-grid-style .evaluation-block .more-details .teacher-name {
        display: flex;
        align-items: baseline;
        justify-content: space-around;
    }*/

    .evaluation-grid-style .evaluation-block.evaluate-details {
        width: 100%;
        border: 0;
        box-shadow: 0px 2px 3px 0.7px #e3e3e3;
        background: #fff;
        height: 100%;
        padding-bottom: 10px;
    }

        .evaluation-grid-style .evaluation-block.evaluate-details .evaluation-img {
            width: 160px;
            height: 160px;
        }

.evaluate-action {
    justify-content: space-between;
}

.evaluate-questions .uk-card {
    border-radius: 10px;
    box-shadow: 0px 2px 3px 0.7px #e3e3e3;
}

    .evaluate-questions .uk-card label {
        color: var(--grey-color);
    }
.evaluation-grid-style .evaluation-block .evaluation-details .more-details .more-button .active-btn {
    background: var(--primaryBackground);
}
    /*-------------------------------------------my assignment ----------------------------------------------*/
    .teacher-assignment .filter-search label {
    text-align: inherit;
}

/*.teacher-assignment .filter-search.new-filter .button.success {
    margin-top: 1.7rem ;
}*/

.courses-tabs .uk-pagination li.uk-active a {
    color: #fff;
}

.uk-accordion-title.Answered .pull-left, .uk-accordion-title.Remarked .pull-left, .uk-accordion-title.Created .pull-left {
    direction: ltr;
    color: var(--grey-color);
    font-family: cairoMedium;
}
.page-menu ul li.active-submenu a {
    color: #ffffff;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 157px;
}
.page-menu ul li.active-submenu li.report-link a {
    color: #ffffff;
    width: 170px;
    white-space: pre-line;
    white-space: normal;
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    /* max-width: 157px; */
    display: flex;
    font-size: 12px;
    line-height: 1rem;
}

.page-menu ul li ul li {
    padding-right: 0;
    margin-right: 16px;
}
.search-cust-button{
display: flex;
align-items: center;
padding: 28px 0;
}

.uk-modal-content .select2-container--default .select2-selection--single{
    border: none ;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid var(--ck-color-dropdown-panel-border) ;
    /*height: 32px;*/
}
.filter-search a.active-btn {
    background: var(--primaryBackground) ;
}
    .add-assign .simplebar-content, .select2-container--default .select2-selection--multiple {
    background: #fafafa ;
    border: 1px solid var(--primaryBackground) ;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    resize: none;
    height: 50px ;
}
.page-content-inner{
    padding-top:1rem;

}
.uk-table-small.week-timetable td .data {
    width: auto;
    height: 100px;
    padding: 10px;
    align-items: center;
    display: grid;
}
.teacher-profile .grid-img {
    width: 100%;
    height: 270px;
    border: 2px solid #a07d2d;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .teacher-profile .grid-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        /*background: #fff;*/
    }
    .teacter-btn-action {
 
    position: relative;
}
.btn-list-group {
    align-items: center;
}
.custom-btn {
   
    height: 36px;
}
    .controlButtons {
    align-items: center;
    text-align: center;
    grid-gap: 8px;
    line-height: 1rem;
    height: 6.3rem;
}

.select2-container .select2-search--inline {
    float: right;
    background: aliceblue;
    width: -webkit-fill-available;
    margin-top: 5px;
    height: 33px ;
    display: none;
    align-items: baseline;
    text-align: right;
    position: relative;
    right: auto;
    left: 0;
    direction: rtl;
    padding: 5px;
}
.attend-color {
    background-color: var(--green-color1) ;
    color: white 
}
.btns-statuts p {
    display: flex;
    justify-content: space-between;
}
.fitler-select, .fitler-select option {
    background-color: var(--blue-color) ;
    color: #fff ;
    border:0;
    border-radius:8px 0px 0px 8px ;
}
.top-form .uk-input, .top-form .uk-select {
    border-color: none ;
    border-radius: 0;
    border: 0;
    background: #f6f6f6;
}


.content-x .uk-table th{
    border: 0;
}
.itqan-courses .details {
    margin-right: 31px;
}
.itqan-courses .course-card .course-card-body {
    padding-bottom: 14px;
    overflow: hidden;
    height: 220px;
}
.itqan-courses .course-card-list.course-card .details {
    margin-right: 32px;
}
a.approve{
    color:forestgreen;
}
a.denay{
    color:orangered;
}
.uk-table-small.week-timetable td .data p {
    font-size: 12px;
    color:var(--primaryText);
}
.uk-table-small.week-timetable td .data h6 {
    font-size: 12px;
    color: var(--primaryBackground);
}
.uk-table-small.week-timetable td .data span {
    font-size: 10px;
    color: var(--secondaryText);
}

.EmployeeHeader{
    justify-content:space-between;
}

/*------------------------------------- new bugs 5/6/2024---------------------------------------*/
.teacher-profile .Display-Profile-Data h5 {
    font-size: 16px;
}
p.text-primary-csm {
    font-size: 14px;
}

/*--------------------------------------24/10/2024---------------------------------------------*/
.cardLeft {
    margin-top: 0;
    border-radius: 20px;
}
    .senders {
    height: 609px ;
}
    .senders .scroll-section {
        overflow-y: hidden ;
        height: 450px ;
        margin-top: 0px;
        overflow-x: hidden ;
        padding-bottom: 20%;
    }
        .senders .scroll-section:hover {
            overflow-y: auto ;
            overflow-x: hidden ;
        }
.message .third-section {
    overflow-y: hidden ;
    height: 445px ;
}
    .message .third-section:hover {
        overflow-y: auto ;
        overflow-x: hidden ;
    }

.senders .first-section {
    background: transparent;
    padding: 0 ;
    border-radius: 8px;
    margin: 10px;
    color: #fff;
}
    .senders .first-section .ChatTitle {
        color: #444;
        text-align:right;
    }

    .senders .first-section .uk-input, .senders .first-section .uk-select:not([multiple]):not([size]) {
        border-color: #f5f5f5 ;
       
    }
.MsgImgFile {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
}
.MsgImgFile img {
    width: 100%;
    height: 100%;
    border-radius:10px;
}
.MsgVideoFile video {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    margin-top: 5px;
}


.sender-msg .userMsgFile {
    background: transparent ;
    width: auto;
}
.AllMsgs .userMsg {
    width: auto;
}
.sender-msg .userMsg {
    background: #0a4455 ;
    color: #fff;
    width: 300px;
    border-radius: 0px 10px 10px 10px;
}
.PublicMsg {
    align-items: center;
    justify-content: right;
    column-gap: 20px;
}

.UserChat {
    column-gap: 10px;

}
.senders .UserChat {
   transition: all 0.4s;
    padding: 8px ;
    margin: 0 8px;
}
.senders .UserChat:hover {
    column-gap: 10px;
    background: #f8f8f8;
    border-radius: 5px;
    cursor:pointer;
}
    .senders .UserChat .UserImg .img-Block {
        transition: all 0.4s;
    }
    .senders .UserChat:hover .UserImg .img-Block {
        width: 50px ;
        height: 50px ;
        line-height: 50px ;
    }
    .UserChat .UserName p{
        color: #888;
        
    }
.UserImg .img-Block {
    width: 40px ;
    height: 40px ;
    line-height: 40px ;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid #dee2e6;
}
.first-section  .uk-input {
    margin-bottom: 0;
}

.UserChatDetails {
    justify-content: space-between;
    width: 100%;
    margin-right: 12px;
}

    .UserChatDetails .UserName  {
        width: 100%;
    }
    .UserChatDetails .UserName p {
        color: #888;
        
        justify-content: space-between;
        display: flex;
        width: 100%;
    }
.attach {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items:center;
    column-gap:10px;
}
#FilesUploaded {
    display: inline-flex;
    height: auto;
    
}

.fileuploaded {
    position: relative;
    height: 100px;
    width: 100px;
    margin:5px;
}
.fileuploaded img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.fileuploaded i {
    position: absolute;
    right: auto;
    left: 5px;
    top: 5px;
    color: #ff0732;
}
.write-message {
    margin-top: 0;
    width: 100%;
}
    .write-message .uk-textarea {
        border-color: #f8f8f8 ;
        color: #202124 ;
        font-weight: 200;
        line-height: 1rem;
        font-size: 16px;
        border-radius: 50px;
        background: #fbfbfb;
        padding: 5px 20px;
        margin-bottom: 0;
        width: 100%;
    }
.MsgPublicFile a {
    color: #fff ;
}
/*floatbutton*/
.ImgChatUploaded, .videoChatUploaded {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    padding: 10px;
}

.floatingButtonWrap {
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 11;
}

.floatingButtonInner {
    position: relative;
}

.floatingButton {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: -webkit-linear-gradient(45deg, #8769a9, #507cb3);
    background: -o-linear-gradient(45deg, #8769a9, #507cb3);
    background: linear-gradient(45deg, #614a17, #f9a73f);
    color: #fff;
    line-height: 40px;
    position: relative;
    border-radius: 50% 50%;
    bottom: 0px;
    right: 0px;
    border: 3px solid #eee;
    /* opacity: 0.3; */
    opacity: 1;
    transition: all 0.4s;
}
    .floatingButton .fa {
        font-size: 15px ;
    }

    .floatingButton.open,
    .floatingButton:hover,
    .floatingButton:focus,
    .floatingButton:active {
        opacity: 1;
        color: #fff;
    }


    .floatingButton .fa {
        transform: rotate(0deg);
        transition: all 0.4s;
    }

    .floatingButton.open .fa {
        transform: rotate(270deg);
    }

.floatingMenu {
    position: absolute;
    bottom: 20px;
    right: 0px;
    /* width: 200px; */
    display: none;
}

    .floatingMenu li {
        width: 100%;
        float: right;
        list-style: none;
        text-align: right;
        margin-bottom: 5px;
    }

        .floatingMenu li a {
            
    padding: 5px 16px;
    display: inline-block;
    background: #f5f5f5;
    color: #a07d2d;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
    /* -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
        box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22); */
    -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
    box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
}

            .floatingMenu li a:hover {
                margin-right: 10px;
                text-decoration: none;
            }

            /*----------------------------------------------*/
.footer {
    background: #fefefe;
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    padding: 10px;
    z-index: 12;
    border-top: none;
    box-shadow: 0 1px 2px .7px #ededee;
}

.EvaluateNote ا6 {
    color: #111;
}
.EvaluateNote p {
    width: 50%;
    color: #99450e;
}

.EmpCount{
    align-items:center;
    justify-content:space-around;
}

.teacher-assignment.uk-table-small th {
    background: var(--primaryBackground) 0% 0% no-repeat padding-box;
}
.itqanevalution-new .handle-comments {
     display: block; 
}

.cards .card-title {
  border:1px solid var(--primaryBackground);
    background: #fefefe 0% 0% no-repeat padding-box;
     box-shadow: none; 
    border-radius: 8px;
}

.advertiseDetails .advCard{
    display:flex;
    align-items:center;
}
.AdevtiseDetails .Adv-img {
    height: 200px;
    width: 250px;
}
.AdevtiseDetails .Adv-img img{
    height:100%;
    width:100%;
    border-radius:8px;
}

.student-card .uk-card-footer {
    justify-content: space-between;
    padding: 0;
    margin: 10px;
}
.uk-pagination > * > * {
    background-color: var(--secondaryBackground);
}

/*----------------------------------------21/11/2024------------------*/
.course-card-body .course-details-info.trainer-cust-details {
    bottom: 0;
    right: 10px;
    left: 9px;
}
.teacher-card .course-card-list.course-card {
    padding-bottom: 0px ;
}

    .teacher-card .course-card-list.course-card .course-card-thumbnail {
        background: transparent;
        border: none;
        border-radius: 8px ;
        margin: 20px;
    }

.teacher-card .course-card-list.course-card {
    background: var(--secondaryBackground);
    border: 1px solid #eee;
}

/*---------------------------------new exam---------------------------------*/
.ExamAction{
    align-items:center;
    justify-content:space-between;
}
.ExamAnswer {
    align-items: center;
    justify-content: start;
     column-gap:10px;
}

span.questionTitle {
    width: 500px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.QuestionCard .QuezTitle {
    background: var(--secondaryBackground);
    width: 300px;
    border-radius: 8px;
    padding: 5px;
    display: flex;
    column-gap:10px;
}
    .QuestionCard .QuezTitle span {
    
        color: #000000;
    }
        .QuestionCard .QuezTitle span.number {
        background: #fff;
        text-align: center;
        width: 30px;
        border-radius: 8px;
        padding: 0px;
        display: block;
    }
.QuestionCard .Editor {
    border-radius: 10px   ;
    height: 200px;
    border-color:var(--primaryBackground);
}
     .ql-toolbar.ql-snow {
        border:0 ;
    }
        .ql-toolbar.ql-snow + .ql-container.ql-snow {
            border-top: 1px solid var(--primaryBackground) ;
        }

.section-header-left input.uk-checkbox, .section-header-left input.uk-radio {
    width: 16px;
    height: 16px;
    position: absolute;
    left: -11px;
    top: 20px;
}

.Answers .AnswersChoice td {
    vertical-align:baseline;
}
.Answers .AnswersChoice .answer {
    align-items: center;
    column-gap: 10px;
    position:relative;
}
    .Answers .AnswersChoice .answer .AnswerInput {
      width:100%;
     
    } 
    .Answers .AnswersChoice .answer .AnswerInput input {
    border-color:var(--secondaryBackground) ;
    }
        .Answers .AnswersChoice .answer .AnswerInput .uk-form-icon-flip {
            border-left: 1px solid #f8f8f8;
        }
        .Answers .AnswersChoice .answer .AnswerInput .uk-form-icon-flip i {
            color: var(--primaryBackground);
        }
.inputActions{
    column-gap:15px;
    display:flex;
}
.Answers .uk-table td, .uk-table th {
    text-align: justify;
}
.Answers .txtarea-break{
    width:100%;
}
.QuestionButtons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:20px;
}

    .QuestionButtons a.cancel {
        border: 1px solid var(--grey-color);
        background: #fff;
        color: var(--grey-color);
     
    }
    .QuestionButtons a, .AddWord {
        padding: 0 30px;
        border-radius: 50px;
    }

.AnswersChoice .item-img {
    width: 30px;
    height: 30px;
    border-left: 1px solid var(--grey-color);
    padding:5px;
}
    .AnswersChoice .item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 5px;
    }
.AnswersChoice .uk-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.links {
    width:200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.AnswersChoice .correct-block {
    background: var(--secondaryBackground);
    border-radius:8px;
   
}
.quizImg{
    height:100px;
    width:100px;
}
.quizImg img{
    height:100%;
    width:100%;
    object-fit:cover;
    border-radius:8px;
}

/*-------------- exam questions---------------*/
.Questions-tab .uk-tab {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    background: #f1f1e6;
    border-radius: 8px;
    padding: 6px;
    gap: 40px;
}

    .Questions-tab .uk-tab li.uk-active {
        background: var(--primaryBackground);
border-radius:8px;    }
        .Questions-tab .uk-tab li.uk-active a {
            color: #fff;
            border: none;
        } 
    .Questions-tab .uk-tab li {
       padding:0;
    }
    .Questions-tab .uk-tab::before {
      
        border-bottom: none;
    }

.session-exam .course-card {
    background: #fff ;
    box-shadow: none;
    border: 1px solid #eee;
}
.session-exam .uk-accordion-content .course-card {
    background: #fbfbfb ;
    border: none;
}
.answerCard{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.course-card {

    overflow: inherit;
}
.Answers .AnswerTitle {
    text-align: left;
}
.QuestionCard .ql-toolbar.ql-snow {
    text-align: left;
}

.ExamMarkModel .quizMark {
    background-color: var(--secondaryBackground);
    border-radius: 8px;
    padding: 20px;
    text-align:right;
}
.ExamMarkModel .uk-modal-body{
 height:500px;
 overflow:auto;

}

.student-exams.pricing .pricing-card {
    display: block;
}
    .student-exams.pricing .pricing-card .top-card {
       background:var(--secondaryBackground);
       padding:5px;
    }
    .student-exams.pricing .pricing-card > * {
        padding: 0;
    }

.student-exams .body-card .list-2 li:before {
    color:var(--primaryBackground);
}
.student-exams.pricing .pricing-card ul.list-2 li {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
}


.student-exams.pricing .pricing-card .footer-card {
    text-align: center;
    margin: 10px auto;
}
.student-exams.pricing .pricing-card .price {
    font-size: 4rem;
}

/*---------------------------attendance-----------------------------------*/

.top-form .search-input .button {
    border-radius: 8px 0px 0px 8px ;
    background: var(--primaryBackground);

}

.top-form .fitler-select {
    background-color: #eee ;
    border-radius: 0 8px 8px 0 ;
}
    .top-form .fitler-select option {
        background-color: #EDEDEE ;
        color: #333 ;
        text-align: right;
    }
.skipped-color {
    background-color: #eaeaea ;
    color: #353333  ;
}

.btns-statuts{
    justify-content:space-between;
    align-items:center;
}
.toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.toggle-button {
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 15px;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .toggle-button.active {
        background-color: #00b02c;
    }

.toggle-knob {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    transition: transform 0.3s;
}

.toggle-button.active .toggle-knob {
    transform: translateX(25px);
}
.uk-table {
    table-layout: fixed; /* Fix the layout */
    width: 100%; /* Full width */
}

    .uk-table th {
        overflow: hidden; /* Hide overflow */
        text-overflow: ellipsis; /* Add ellipsis for overflow text */
        white-space: nowrap; /* Prevent wrapping */
        padding: 8px; /* Adjust padding */
    }
.table-w-img {
    right: -30px;
    left: auto;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    position: absolute;
}
.table-w-img img{
 
    width:100%;
    height:100%;
    border-radius:50px;
    object-fit:cover;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .uk-table th, .uk-table td {
        font-size: 12px; /* Smaller font size */
        padding: 5px; /* Less padding */
    }
}

.top-form .search-input .uk-input, .top-form .search-input .uk-select {
    text-align: right ;
}
.student-table-main .button {
    padding: 0 14px;
}

.page-menu-inner.course-content-menu {
    height: 890px;
}

.pricing-card ul.list-2{
    height:290px;
}
/*------------------------------------*/
.Advertise-block .blog-post.blog-post-card {
    display: block;
    margin-bottom: 0;
    box-shadow: none;
}
.Advertise-block {
    background: #fff;
    height: 320px;
    border-radius: 20px;
    box-shadow: 0 1px 8px .7px #f5f5f5;
    position:relative;
}

.advertiseBlock .blog-post.blog-post-card {
    margin-bottom: 0;
}

.Advertise-block .blog-post-content {
    padding: 15px;
    height: 60px;
    overflow: hidden;
}

.Advertise-block .blog-post-footer {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    bottom: 0px;
    /* padding: 10px; */
}

.Advertise-block .blog-post-content-info {
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin-bottom: 9px;
    width: 100%;
    padding: 10px;
}

.student-card.students-card-info.course-student-info {
   
    border: 0 ;
    background: #fafafa ;
}
.inner-stud-img img {
 
    border-radius: 50px;
    object-fit: cover;
}

.student-card.students-card-info.course-student-info .inner-stud-img {
    width: 260px;
    height: 60px;
}
    .student-card.students-card-info.course-student-info .inner-stud-img img {
        border: 1px solid #ededed;
    }

.student-card.students-card-info .btn-list-group {
    margin-top: 14px;
}
.page-menu-inner.course-content-menu {
    background: #fdfdfd;
    box-shadow: 0 1px 6px .5px #e8e8e8;
}

    .page-menu-inner.course-content-menu ul li.menu-title {
        border-bottom: 2px solid #f8f4ec;
        background: #fdfdfd;
    }

.students-card-info {
    background: #fafafa 0% 0% no-repeat padding-box ;
     border: none ; 
    border-radius: 8px;
}

.teacher-file-page {
    border: none;
    padding: 20px;
    margin: 0 5% 0 auto;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 1px 7px .5px #f0f0f0;
}

    .teacher-file-page .btn-list-group {
        top: 43px;
        z-index: 11;
        left: 20px;
        right: auto;
    }
    .teacher-file-page .p-info {
        border-left: 2px solid #ecebeb;
        padding-left: 20px;
    }

    .teacher-file-page .course-card.course-card-list.personal-card .details {
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

.admin-custom-dash .uk-subnav-pill.coursetabs > .uk-active > a {
    background-color: var(--primaryBackground);
    color: #fff ;
    border:none;
}


.courses.emp-courses  .details {
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
}

ul.coursetabs{ column-gap: 10px;
}

.cancel-btn.teacter-btn-action {
    float: left;
    width: 100%;
    padding-top: 0;
    text-align: right;
    position: relative ;
    bottom: 4px;
    right: 1%;
    left: 1%;
}

.wizard > .content {
  
    min-height: 56em;
}
.pricing-card .body-card {
    height: 280px;
    overflow: hidden;
}
.pricing-card .body-card:hover {
    overflow-y:scroll;
}

.student-exams.pricing .pricing-card {
    display: block;
    height: 490px;
}
#modal-answers .uk-modal-dialog {
    zoom: 115%;
}

/*-----------------------emp exams 16/2/2025----------------------------------------*/

.EmpExams .uk-subnav-pill > .uk-active > a {
    background-color: var(--primaryBackground);
    color: #fff;
    border-radius: 8px;
    border: 0;
}
.EmpExams .uk-subnav-pill  li > a {

    border: 0 ;
}

.Ongoing .pricing-card h4, .Scheduled .pricing-card h4 {
    align-items: center;
    display: flex;
    justify-content: center ;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.ExamAction .uk-form-icon-flip {
    
    height: 41px;
}

.pricing-card h4.plan-name {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 227px;
    overflow: hidden;
    display: block;
}
p.examName {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px;
    overflow: hidden;
}
.examDetailsModal .somedata2 p, .examDetailsModal .somedata p {
    display: flex;
    width: max-content;
    align-items: center;
}

.examDetailsModal .uk-modal-dialog {
    width: 75%;
    border: 2px solid var(--primaryBackground);
    border-radius: 13px;
}

.Scheduled .student-table-main .uk-table th:first-child, .Scheduled .student-table-main .uk-table tr td:first-child,
.Ongoing .student-table-main .uk-table th:first-child, .Ongoing .student-table-main .uk-table tr td:first-child {
   
    width: 100px;
}
a{
    cursor:pointer;
}

.confirm.btn.btn-lg.button.grey, .confirm.btn.btn-lg.button.grey:hover{
    background: var(--primaryBackground);
}

.student-label {
    background: #EDEDEE;

}

    .student-label p {
        color: var(--primaryBackground);
        margin: 0;
    }

.student-card.student-label:first-of-type {
    margin-top: 0px;
    border-radius: 10px;
}
    /*------------------------------ media--------------------------------------*/
    : root {
        --uk-breakpoint-s: 640px;
        --uk-breakpoint-m: 960px;
        --uk-breakpoint-l: 1200px;
        --uk-breakpoint-xl: 1600px;
    }
@media(max-width:1343px) and (min-width:1000px) {
    .pricing.student-exams .uk-child-width-1-3\@l > * {
        width: calc(100%* 1 / 2.001);
    }

}
    @media(max-width:960px) {
    .student-exams.pricing .pricing-card ul.list-2 li {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        left: auto;
        right: 10%;
    }

    .course-card-footer div {
        justify-content: space-around;
    }
}

    @media(max-width:1400px) {
        .AdvertiseAlert {
            margin-right: 0;
        }
        .subscribed-block .dropdown-notifications-content ul li .success, .subscribed-block .dropdown-notifications-content ul li .danger {
            height: 17px;
            width: 17px;
            padding: 5px;
            line-height: 1rem;
        }

        .subscribed-block .uk-card-default .dropdown-notifications-content .uk-position-center-left {
            top: 45px;
        }

        .subscribed-block .uk-card-default {
            width: auto;
        }

        /*.header-widget {
            background: var(--primaryBackground) ;
        }*/

        .uk-card-default.login-cust-form .button.yellow {
            width: 100% ;
        }

        .subscrib-search {
            width: auto;
            padding: 0 20px;
        }
    }
@media screen and (max-width: 900px) {
    .AdvertiseAlert {
        margin-right: 0;
    }

    .course-card-body {
        max-width: 900px;
        margin: 0 auto;
    }

    .course-card-list.course-card .custom-course-details, .course-card-list.course-card .course-location {
        justify-content: space-around;
    }
}
@media (max-width: 820px) {
    h1, h2 {
        font-size:19.2px;
    }
    h3, h4 {
        font-size:16px;
    }
    h5, h6 {
        font-size:14.4px;
    }
    span, p {
        font-size: 12.8px;
    }
    
}
    @media(max-width:640px) {
        .course-card-grid > * {
            padding-left: 0px ;
        }

        .course-card-list.course-card .custom-course-details, .course-card-list.course-card .course-location {
            display: block ;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            padding: 0;
            margin: 0;
            line-height: 40px;
            height: auto;
        }

        .subscrib-search {
            width: 100%;
            height: auto;
            display: block;
            padding: 0;
        }

            .subscrib-search .input-form {
                width: auto;
                padding: 0 20px;
            }

        .itqan-courses.itqan-courses-lists .course-card-list.course-card .course-card-body.course-list-body {
            width: auto;
            margin: 0;
        }

        .uk-position-bottom {
            bottom: 0 ;
            position: relative ;
            border-radius: 8px ;
        }
    }

    @media(max-width:280px) {

        .itqan-courses.itqan-courses-lists .course-card-list.course-card .course-card-body.course-list-body {
            padding: 12px;
            position: relative;
            width: auto;
        }

        .course-card-body.std-course .itqan-custom-course-lists h4 a {
            font-size: 13px;
        }

        .uk-position-bottom {
            bottom: 0 ;
            position: relative ;
            border-radius: 8px ;
        }
    }


    @media print {
        .pm-certificate-container .pm-certificate-border .pm-certificate-title h4 {
            color: #2D46A0 ;
        }
    }

    @media print {
        .pm-certificate-container .pm-certificate-border .pm-certificate-body h1 {
            color: #2D46A0 ;
        }
    }

.student-table-main .uk-table td {
   
    text-align: right;
    padding: 12px ;
}

.pricing {
    margin-top: 0;
}

    .pricing  .ml-3 {
        margin-right: 2.5rem ;
    }

    .pricing h1 , .pricing h5{
        color:var(--primaryBackground);
    }

.student-table-main .bg-gradient-primary {
    background: var(--primaryBackground);
    border-radius:8px;
}
.student-table-main .bg-gradient-primary p {
    margin-bottom:0;
    color:#FFF;
}

.uk-pagination .uk-margin-auto-left {
    margin-left: 0 ;
    margin-right: auto;
}

.btnNext, .btnFinish {
    background: var(--primaryBackground) ;
    color: #fff;
}



.student-table-main .uk-table tr td {
    vertical-align: middle;
    text-align: center;
}
.student-table-main.answerQuiz .uk-table tr td {
    vertical-align: middle;
    text-align: right ;
}

.ExamImgPreview{
    height:300px;
    width:400px;

}
.ExamImgPreview img{
    height:100%;
    width:100%;
    object-fit:contain;
    opacity:.5;
}

.exam-previewCard {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 1px 7px .7px #f0f0f0;
}

.imgAnswer {
    height: 50px;
    width: 100px;
    margin:auto;
}
    .imgAnswer img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.imgQuez {
    height: 170px;
    width: 200px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .imgQuez a {
        height: 130px;
        width: 200px;
    }
.text-success {
    color: var(--primaryBackground) ;
}

.somedata2 p, .somedata p{
    color: var(--primaryBackground);
}
.uk-lightbox-button {
    display: none;
}
    .imgQuez img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.addAnswer .uk-form-group.uk-flex{
    align-items:center;
    column-gap:10px;
}

.somedata2 {
    display: flex;
    flex-direction: column;
 
    justify-content: right;
    align-items: start;
   /* row-gap: 11px;
    margin-top: 8%;*/
}
.somedata2 p > i {
    color:#d8d8d8;
}

.student-table-main .uk-table td .answerFinal {

    justify-content: right;
}



.locationIcon {
    height: 24px;
    width: 24px;
    line-height: 24px;
    position: absolute;
    top: 0;
}
.locationIcon img{
    height:100%;
    width:100%;
}

.itqan-courses .course-card-list.course-card .course-location .details, .itqan-courses .course-location .details {
    margin-left: 0px ;
    margin-right: 32px ;
}

.exam-card .exam-date .exam-img {
    margin-right: 13px;
    margin-left: 13px;
    margin-top: -4px;
   
}
.exam-card .exam-date .exam-img img {
  
    height: 100%;
    width: 100%;
}
.exam-card {
  
    padding-left: 32px;
    padding-right: 0px;
}

.listItems .uk-card h5{
    display:none;
}

.header-widget .header-widget-icon .info1 span {
     position: relative ; 
   
     margin-left: 0px; 
    font-weight: 700;
     height: auto; 
     width: auto; 
    
    color: #ffc107;
    font-size: 10px;
    background-color: var(--primaryBackground);
}

.teacher-img img {
    object-fit: cover;
}

.examTable  .uk-table{
    table-layout:auto;
}

.page-menu ul li a i {
    padding-left: 10px;
    width: 20px;
    font-size: 16px;
    color: #ffffff ;
}

.page-menu ul li.linkmenue.uk-active a i {
    color: var(--primaryBackground) ;
}


.uk-form-icon:not(a):not(button):not(input) {
    pointer-events: auto !important;
    cursor: pointer !important;
}