
@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: #1f1744;
}
.logo-box .logo {
    margin: auto;
}
.off-canvas-menu-list li a {
    background-color: #1f1744;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #795151;
}
.off-canvas-menu-list li svg {
    fill: #fff;
}
.off--canvas-menu-list li.page-active a {
    color: #ed8215;
    border-left-color: #ed8215;
}

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

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

.menu-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}
.top_bar_container {
    background: #e52626;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
}
.top_bar_message {
    
}
.top_bar_message a {
    color: #201644;
    text-decoration: underline;
}
.top_bar_message a:hover {
    color: #007bff;
}
.user_verify_box {
    padding: 10px;
    border: 1px solid;
    border-radius: 10px;
    display: none;
}
.user_verify_box_title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.user_verify_box a {
    margin-left: 10px;
}
.user_verify_box_title .verify_box_title_msg{
    color: #0ab50a;
    font-weight: bold;
}
.user_verify_box_form {
    display: flex;
    align-items: center;
    justify-content: start;
}
.user_verify_box input{
    border-radius: 500rem;
    padding-left: 2em !important;
    padding-right: 2em !important;
    height: 35px !important;
    font-size: 14px;
       width: 135px;
}
.user_verify_box .save_btn{
        margin: 0px 10px;
    height: 35px;
}
.user_verify_box_form .verify_box_form_msg{
color: #0ab50a;
    font-weight: bold;
}
.header-menu-content {
    background: #201844;
}
.logo-box {
    border-bottom: 1px solid #fff;
}
.logo-box .logo img { 
    height: 81px;
}
.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: 2px solid #0f0e0e;
}
.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-section-lecture-video .course-item-content-wrap{
    position: relative;
}
.curriculum-sidebar-list .course-item-link .course_video_show .progress-bar {
    background-color: #201844;
}
.curriculum-sidebar-list .course-item-link .course_video_show .perc_title {
    color: #201844;
}
.popover_content_box {
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 999;
    width: 75%;
}
.popover_content_inner {
    background: #201844;
    padding: 10px;
    border-radius: 10px;
}
.popover_content_inner h3 {
    color: #fff;
    font-size: 16px;
    padding: 0px 0px 10px 0px;
    line-height: 16px;
}
.popover_content_inner textarea {
    height: 40px;
    font-size: 14px;
    line-height: 16px;
}
.popover_content_inner .popover_content_button_box {
    margin-right: 5px;
}
.popover_content_inner button {
    background: #ed8215;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
}
.curriculum-sidebar-list .course-item-link .video_notes_btn{
    position: absolute;
    top: 20px;
    width: auto;
    height: auto;
    padding: 0px;
    background: none;
    color: #ed8215;
    left: 47px;
    border: none;
    font-size: 22px;
    line-height: 22px;
}
.curriculum-sidebar-list .course-item-link .video_notes_btn .fa{
font-weight: normal;
}
.curriculum-sidebar-list .course-item-link .video_notes_btn.video_have_notes .fa{
    color: #ed8215;
    font-weight: bold;
}
.curriculum-sidebar-list .course-item-link .video_watch_later_btn{
    position: absolute;
    top: 20px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 0px;
    background: none;
    color: #ed8215;
    left: 80px;
    border: none;
    font-size: 22px;
    border-radius: 0;
}
.curriculum-sidebar-list .course-item-link .video_watch_later_btn .fa{
    font-weight: normal;
}

.curriculum-sidebar-list .course-item-link .video_watch_later_btn.watch_later_btn_active .fa{
    /*display: inline-block;
    color: #ed8215;    */
    font-weight: bold;
}

.video_question_btn{
    position: absolute;
    top: 20px;
    width: auto;
    height: auto;
    padding: 0px;
    background: none;
    color: #ed8215;
    left: 30px;
    border: none;
    font-size: 50px;
    line-height: 22px;
    z-index: 9;
    cursor: pointer;
}
.video_question_btn:hover {
    color: #b0a6de;
    text-decoration: inherit;
}
.video_question_popover_box {
    position: absolute;
    top: 54px;
    left: 22px;
    z-index: 999;
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .video_question_popover_box {
            width: 90%;
    }

}
.video_question_popover_box .popover_content_inner {
    background: #201844;
    padding: 10px;
    border-radius: 10px;
}
.video_question_popover_box .popover_content_inner h3 {
    font-size: 16px;
    padding: 0px 0px 5px 0px;
    line-height: 16px;
}
.video_question_popover_box .popover_content_inner .input-group {
    align-items: center;
    justify-content: space-between;
}
.video_question_popover_box .popover_content_inner textarea {
    width: 100%;
    height: 100px;
    font-size: 14px;
    line-height: 16px;
}
.video_question_popover_box .popover_content_inner .audio-record {

}
.video_question_popover_box .popover_content_inner .popover_content_button_box {
    margin-right: 5px;
}
.video_question_popover_box .popover_content_inner button {
    background: #ed8215;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
}
.curriculum-sidebar-list .course-item-link .course-item-meta {
    font-size: 40px;
    color: #201844;
}
.course-section-lecture-title {
    background: #b0a6de;
    padding: 10px 5px;
}
.course_section_lecture_video_exam {
    text-align: center;
    margin-top: 5px;
    width: 100%;display: flex;align-items: center;justify-content: space-around;
}
.course_section_lecture_video_exam a.theme-btn {
        color: #fff;
    font-weight: bold;
    padding: 2px 10px;    
}
.course_section_lecture_video_exam a i {
    color: #fff;
        padding-left: 2px;
    font-size: 18px;
}
.course_section_lecture_video_exam a.theme-btn:hover {
    background-color: #201644;
}

.course_section_lecture_video_recommend {
    text-align: center;
       margin-top: 9px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 2px solid #201844;
    padding: 5px;
    border-radius: 10px;
    color: #000;

}
.course_section_lecture_video_recommend_title {

}
.course_section_lecture_video_recommend_title i{
    color: #a4d540;
    font-size: 20px;
    margin-left: 5px;
}
.course_section_lecture_video_recommend a.theme-btn {
        color: #fff;
    font-weight: bold;
    padding: 2px 10px;    
}
.course_section_lecture_video_recommend a i {
    color: #fff;
        padding-left: 2px;
    font-size: 18px;
}
.course_section_lecture_video_recommend a.theme-btn:hover {
    background-color: #201644;
}
.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;
    z-index: 999;
}
.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;
}

.chat__message__dt.haveNewMessage {

}

.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: limegreen;
    position: absolute;
    right: -6px;
    top: -6px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    font-family: serif;
    text-align: center;
    line-height: 18px;
}
.chat__message__dt .msg__badge {
    display: none;
}
.chat__message__dt.haveNewMessage .msg__badge {
    display: block;
}
.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: 14px;
    font-weight: 400;
    font-family: 'Cairo', sans-serif;
    margin-bottom: 0;
    color: #afafaf;
    text-align: left;
}
.chat__message__dt.haveNewMessage .user-status-title {
    font-weight: bold;
}
.chat__message__dt.haveNewMessage .user-status-text {
    font-weight: bold;
}
.chat__message__dt.haveNewMessage .user-status-time {
    font-weight: bold;
    color: #000;
}
.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: 14px;
    float: left;
    width: 100%;
    margin-top: 7px;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;

}
.message-dt span.date_seen_box {
    float: right;
}
.message-dt .msg_seen {
    color: #009000;
    font-size: 16px;
    font-weight: bold;
    float: right;
    padding-right: 5px;
}
.message-dt .msg_date {
   float: right;
}
.message-inner-dt .message_inner_text {
    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;
    margin-left: 10px;
}
.message-inner-dt .message_inner_text img {
    max-width: 100%;
}
.main-message-box.ta-right .message-inner-dt .message_inner_text {
    float: right;
        width: auto;
}

.message-dt.st3 .message-inner-dt .message_inner_text {
    background-color: #ffecec;
    color: #686f7a;
    width: auto;
    padding: 12px 20px;
    float: right;
    margin-bottom: 0;
}
.main-message-box.ta-right .message-inner-dt .message_inner_audio {
    background-color: #ed1569;
}
.main-message-box.ta-right .message-inner-dt .message_inner_audio .message_inner_audio_duration{
    color: #fff;
}
.message-dt.st3 .message-inner-dt .message_inner_text img {
    float: right;
    position: relative;
    top: 3px;
    padding-left: 5px;
}
.message-dt .message-inner-dt .message_inner_upload_file {
padding: 0px 10px;
    color: #fff;
}
.message-dt .message-inner-dt .message_inner_upload_file a {
    color: #fff;
}
.message-dt .message-inner-dt .message_inner_upload_file i {
    
}
.main-message-box.st3 .messg-usr-img {
    bottom: 13px;
}

.message_emoji {
    float: right;
        position: absolute;
    bottom: 10px;
    right: 30px;
}

.message_emoji i {
    
}
.message_emoji_pop {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.message_emoji_btn {
    font-size: 18px;
    margin-left: 8px;
    color: #b69494;
}
.message_emoji_btn:hover {
    
}
.message_emoji_btn.active {
    color: #ed8215;
}
.message_emoji.student_message {
    bottom: 20px;
}
    .message_emoji.student_message i {
        color: #ed8215;

    }
.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;
}
.input__msg .input textarea {
    width: 100%;
    padding-left: 2em!important;
    padding-right: 2em!important;
    height: 60px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Cairo', sans-serif;
    text-align: right;
    border-radius: 500rem;
    resize: none;
    line-height: 20px;
    padding-top: 5px;
}
.input__msg .input textarea.invalid {
    background-color: #ecd7d7 !important;
    border: 1px solid #ee2e2e !important;
}
.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: 4px;
    right: -6px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;    
    height: 18px;
    width: 18px;
    background-color: #f7f7ff;
    display: block;
    border: 1px solid #fff;
}
.card-item-list-layout.course_section_card .card-image {
    background: #fff;
    border: 8px solid #201844;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.card-item-list-layout.course_section_card .card-image a {
    height: auto;
}
.card-item-list-layout.course_section_card .card-image .card-img-top {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 10px;
}
