@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("https://fonts.googleapis.com/css?family=Cairo:200,200i,300,300i,400,400i,500,500i,600,600i,700");
body {
    font-size: 16px;
    line-height: 28px;
    font-family: Cairo, sans-serif;
    color: #7f8897;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
}


.fa, .fab, .fad, .fal, .far, .fas {
    line-height: inherit;
}

.la, .lab, .lad, .lal, .lar, .las {
    line-height: inherit;
}

.text_white {
    color: #ffffff !important;
}

.bg-ehab-blue {
    background-color: #1f1744;
}

.bg-ehab-blue-light {
    background-color: rgb(32 23 68 / 70%);
}

.color-ehab-blue {
    color: #1f1744;
}

.bg-ehab-orange {
    background-color: #ed8215;
}

.color-ehab-orange {
    color: #ed8215;
}

.input-icon {
    top: 10px;
}
.form--control {
    text-align: right;
}

.off-canvas-menu {
    background-color: #04BBD0;
}
.logo-box .logo {
    margin: auto;
}
.off-canvas-menu-list li a {
    background-color: #04BBD0;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}
.off-canvas-menu-list li a:hover {
    color: #000;
}
.off-canvas-menu-list li svg {
    fill: #fff;
}
.off--canvas-menu-list li.page-active a {
        color: #fff;
    border-left-color: #B11F24;
    background-color: #B11F24;
}

.off-canvas-menu-list li.page-active svg {
    fill: #B11F24;
}

.off-canvas-menu-list li a i {
    padding-left: 5px;
}

.menu-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-menu-content {
    background: #fff;
}
.dashboard-menu-content {
    width: calc(100% - 325px);    
}
.user-profile-cart .cart-dropdown-menu {
    
   /* right: 0;
    left: auto;*/
}
.dashboard-area {
    background-color: #E3E3E3;
}
body {
    background-color: #E3E3E3;
}
.logo-box {
    background: #fff;
    
}
.logo-box .logo {
        padding-top: 10px;
}
.logo-box .logo img { 
    height: 60px;
}
.logo_video_page {    
    float: right;
    padding-left: 25px;
    display: none;
}
.logo_video_page img {
    width: 50px;
}
.lecture_video_player {

}
.lecture_video_player .video-js {
    width: 100%;
}

.lecture_video_player .vjs-theme-forest:hover .vjs-big-play-button, .lecture_video_player .vjs-theme-forest .vjs-big-play-button:focus {
    background-color: #ed8214;
}
.course-dashboard-sidebar-column.active {
   left: -45%;
}
.course_video_sidebar_container .generic-accordion .card-header .btn[aria-expanded="true"] {
        background-color: #201844;
    color: #fff;
    font-weight: bold;
}
.curriculum-sidebar-list .course-item-link {
    cursor: pointer;
    padding: 12px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.course-section-lectures-videos {
    padding: 0px 0px 0px 0px;
}
.curriculum-sidebar-list .course-section-lecture-video {
    border-bottom: 1px solid #f2f2f2;
}
.curriculum-sidebar-list .course-item-link.active {
    background-color: transparent;
}
.curriculum-sidebar-list .course-section-lecture-video.active {
    background-color: rgba(53, 143, 247, 0.1);
}
.curriculum-sidebar-list .course-item-link:hover, .curriculum-sidebar-list .course-item-link.active:hover {
    background-color: transparent;
}
.curriculum-sidebar-list .course-section-lecture-video:hover {
    background-color: rgba(127, 136, 151, 0.1);
}

.section_header_item .active_header_dot {
    display: none;
    width: 20px;
        height: 20px;
        margin: auto;        
        position: absolute;
        left: 50px;
        margin-top: 0px;
}
.section_header_item.active_section_header .active_header_dot {
        
        display: inline-block;
}
.curriculum-sidebar-list .course-section-lecture-video .blinking {
        -webkit-animation: 1s blink ease infinite;
        -moz-animation: 1s blink ease infinite;
        -ms-animation: 1s blink ease infinite;
        -o-animation: 1s blink ease infinite;
        animation: 1s blink ease infinite;        
        width: 20px;
        height: 20px;
        margin: auto;
        display: none;
        position: absolute;
        left: 15px;
        margin-top: -8px;
}
.curriculum-sidebar-list .course-section-lecture-video.active .blinking {
    display: inline-block;
}

.curriculum-sidebar-list .course-item-link a.course_video_show {
    width: 100%;
}
.curriculum-sidebar-list .course-item-link .courser-item-meta-wrap {
    flex-direction: row-reverse;
}
.curriculum-sidebar-list .course-item-link .course-item-meta {
    font-size: 40px;
}
.course-section-lecture-title {
    background: #b0a6de;
    padding: 10px 5px;
}
.dash_videos_list .card-image {
    background: #201844;
        -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.dash_videos_list .card-image:hover {
    background: #d2cfdf;
}
.dash_videos_list .card-image .play-button {
    opacity: 1;
    visibility: visible;
}
.dash_videos_list .card-image:hover .play-button  {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

.dash_videos_list .my-course-progress-bar-wrap .skill-bar-percent {
    width: 15%;
}
.dash_videos_list .my-course-progress-bar-wrap .skillbar-box {
    width: 85%;
}
.dash_videos_list .skillbar-skillbar-2 {
        height: 10px;
}
.dash_videos_list .skillbar--bar-2 {
     height: 10px;   
}

.dash_materials_list {

}

.dash_materials_list .card-image {
    background: #201844;
        -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.dash_materials_list .card-image .card-img-top {
    opacity: 0.2;
}
.dash_materials_list .card-image:hover {
    background: #d2cfdf;
}
.dash_materials_list .card-image .play-button {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    font-size: 50px;
}
.dash_materials_list .card-image:hover .play-button  {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

.course-dashboard-sidebar-column {
    left: auto;
    right: 0;
    display: inline-block;
    width: 25%;
    position: absolute;
}
.course-dashboard-sidebar-column .sidebar-close {
    display: none;
}

.student_login_box_checkout {
    border: 2px solid rgb(234 118 21 / 48%);
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    margin-bottom: 20px;
    direction: rtl;
}
@media only screen and (max-width: 1366px) {
    .course_video_container .course-dashboard-column {
        width: 75%;
    }
}

@media only screen and (max-width: 991px) {
    .course_video_container .course-dashboard-column {
        width: 100%;
    }
    .course-dashboard-sidebar-column {
        display: inline-block;
        width: 45% !important;
        position: fixed;
    }
    .course-dashboard-sidebar-column .sidebar-close {
        display: block;
    }
    .sidebar-open:hover{
        background-color: #ed8214;
    }
}
@media only screen and (max-width: 767px) {
    .header-menu-area {
            background-color: #1f1744;
    }
    .header-menu-content {
            background: #1f1744;
    }

    .video_page_breadcrumb {
        display: none;
    }

    .logo-box .logo img { 
        width: 50px;
        height: auto;
    }
    .course-dashboard-sidebar-column {
        width: 90% !important;
        display: block;
        top: 100px;
        position: fixed;
    }
    .course-dashboard-sidebar-column.active {
        left: -90%;
    }
 
}

    @keyframes blink {
        from, to {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
    }

    @-moz-keyframes blink {
        from, to {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
    }

    @-webkit-keyframes blink {
        from, to {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
    }

    @-ms-keyframes blink {
        from, to {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
    }

    @-o-keyframes blink {
        from, to {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
    }





/* --- Messages Page --- */

.all_msg_bg {
    background: #fff;
    margin-top: 30px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #efefef;
    padding: 0;
    float: right;
    width: 100%;
}

.ui[class*="left icon"].swdh15.input>input {
    padding-right: 4.2em!important;
    padding-left: 1em!important;
    height: 40px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Cairo', sans-serif;
}

i.icon8 {
    font-size: 20px !important;
}

.msg_search {
    width: 100%;
    float: left;
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

.chat__message__dt {
    padding: 20px 20px 20px 18px;
    border-left: 4px solid transparent;
    display: block;
    cursor: pointer;
    float: left;
    width: 100%;
    transition: padding .4s ease-in-out;
    border-bottom: 1px solid #d8c8c8;
}

.chat__message__dt.active, .chat__message__dt:hover {
    border-left: 4px solid #ed1569;
    background: #ffecec;
}

.user-status {
    min-height: 44px;
    padding: 0;
    position: relative;
    float: right;
    width: 100%;
}

.user-avatar {
    margin-top: 0px;
    float: right;
    position: relative;
}

.user-avatar img {
    width: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
        background-color: #201644;
}

.msg__badge {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    background: #ed1569;
    position: absolute;
    left: 10px;
    bottom: 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Cairo', sans-serif;
    text-align: center;
}

.user-status-title {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Cairo', sans-serif;
    line-height: 1.4285714286em;
    text-align: right;
    padding-left: 65px;
    display: block;
    margin-bottom: 6px;
}

.user-status .user-status-text {
    color: #686f7a;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Cairo', sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 0;
}

.user-status .user-status-time.floaty {
    margin-top: 0;
    position: absolute;
    top: 2px;
    left: 0;
    text-align: left;
}

.user-status .user-status-time {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Cairo', sans-serif;
    margin-bottom: 0;
    color: #afafaf;
}

.simplebar-content-wrapper {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 450px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: block;
}

.simplebar-content-wrapper:hover {
    overflow-y: scroll;
}

.chatbox_right {
    float: left;
    width: 100%;
    border-right: 1px solid #efefef;
    height: 100%;
}

.chat_header {
    width: 100%;
    float: left;
    padding: 15px 20px;
    border-bottom: 1px solid #efefef;
}

.user-status .user-status-tag {
    display: inline-block;
    height: 20px;
    font-weight: 500;
    font-family: 'Cairo', sans-serif;
    padding: 0 8px;
    border-radius: 200px;
    background-color: #afafaf;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
}

.user-status .user-status-tag.online {
    background-color: #40d04f;
}

.simplebar-content-wrapper2 {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 369px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: block;
}

.simplebar-content-wrapper2:hover {
    overflow-y: scroll;
}

.chat_footer {
    padding: 20px;
    border-top: 1px solid #efefef;
}

/* === main-message-box === */

.mCustomScrollbar {
    padding-top: 20px;
    float: right;
}

.main-conversation-box {
    float: left;
    width: 100%;
    background-color: #fff;
    position: relative;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.message-bar-head {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.message-bar-head .usr-msg-details {
    float: left;
    width: auto;
}

.message-bar-head > a {
    float: right;
    color: #847577;
    font-size: 14px;
    padding-top: 12px;
}

.message-bar-head > a:hover {
    color: #242424 !important;
}

.main-message-box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15.5px;
}

.messg-usr-img {
    position: absolute;
    bottom: 25px;
    left: 20px;
    width: 50px;
}

.messg-usr-img img {
    width: 100%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.message-dt {
    float: right;
    width: auto;
    padding-right: 20px;
}

.main-message-box.ta-right {
    float: right;
}

.main-message-box.ta-right .messg-usr-img {
    left: auto;
    right: 0px;
    bottom: 25px;
}

.main-message-box.ta-right .message-dt {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.main-message-box.ta-right .message-dt > span {
    float: left;
    width: auto;
}

.message-inner-dt {
    float: right;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
        width: 100%;
    text-align: right;
}

.img-bx {
    background-color: #efefef;
    padding: 20px;
}

.message-inner-dt > img {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.message-dt > span {
    color: #afafaf;
    font-size: 12px;
    float: left;
    width: 100%;
    margin-top: 7px;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;

}

.message-inner-dt > p {
    float: left;
    width: auto;
    background-color: #ed1569;
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
    line-height: 22px;
    padding: 12px 20px;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 0;
}

.main-message-box.ta-right .message-inner-dt > p {
    float: right;
        width: 100%;
}

.message-dt.st3 .message-inner-dt > p {
    background-color: #ffecec;
    color: #686f7a;
    width: auto;
    padding: 12px 20px;
    float: right;
    margin-bottom: 0;
}

.message-dt.st3 .message-inner-dt > p img {
    float: right;
    position: relative;
    top: 3px;
    padding-left: 5px;
}

.main-message-box.st3 .messg-usr-img {
    bottom: 13px;
}

.message-send-area {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-top: 1px solid #efefef;
    border-bottom-right-radius: 15px;
}

.mf-field {
    float: left;
    width: 100%;
}

.input__msg {
    width: 100%;
    float: right;
}
.input__msg .input input {
    width: 100%;
        padding-left: 2em!important;
    padding-right: 2em!important;
    height: 40px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Cairo', sans-serif;
    text-align: right;
    border-radius: 500rem;
}
.mf-field .add_msg {
    margin-left: 0px;
    padding: 0 20px;
    border-radius: 20px;
    border: 0;
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #ed1569;
    height: 40px;
    float: left;
    margin-top: 5px;
}

.mf-field .add_msg .uil-message:before {
    transform: rotate(180deg);
}

.mf-field .add_msg:hover {
    color: #fff;
    background: #333;
}

.add_photo {
    margin-right: 10px;
    border-radius: 20px;
    border: 0;
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    width: 50px;
    font-size: 18px;
    color: #fff;
    background: #ed1569;
}

.add_photo:hover {
    color: #fff;
    background: #333;
}

.all__noti5 {
    padding: 20px !important;
}

.crse_bl {
    font-weight: 600;
    font-family: 'Cairo', sans-serif;
    color: #686f7a;
}

.noti__text5 {
    font-size: 14px !important;
}

.setting_noti {
    margin-top: 40px;
    float: right;
    padding: 10px 20px;
    color: #fff;
    background: #ed1569;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Cairo', sans-serif;
}

.setting_noti:hover {
    color: #fff !important;
    background: #333;
}
.shop-cart-btn .dot-status {
    position: absolute;
    top: -2px;
    right: -10px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    height: 25px;
    width: 25px;    
    display: block;
    border: 1px solid #fff;
    color: #fff;
}


.course_page_sections {

}
.course_page_sections .card-item-list-layout .card-image {
    background: none;
        border: 2px solid #000;
}
.course_page_sections .card-item-list-layout .card-image a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.course_page_sections .card-item-list-layout .card-image .card-img-top{
    
}
.last_video_watch {
    
}

.dashboard-info-card {

}
.dashboard-info-card .icon-element {
        display: flex;
    align-items: center;
    justify-content: center;
}






