﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,600;1,700;1,800&display=swap');

body {
    font-size: 16px;
    color: #808080;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
    background: #eeeff1;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0 0 15px 0;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

h4 {
    font-size: 24px;
}

p, span {
    font-family: 'Open Sans', sans-serif;
}

.btn-primary {
    background-color: #0e6ab9;
    border-color: #0e6ab9;
    border-radius: 4px;
    color: #fff;
    box-shadow: none;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #131313;
        border-color: #131313;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #0e6ab9;
        border-color: #0e6ab9;
        opacity: 0.65;
    }

.btn-secondary {
    background-color: #eeeff1;
    border-color: #eeeff1;
    border-radius: 4px;
    color: #333;
    box-shadow: none;
}

.btn-success {
    background-color: #11b962;
    border-color: #11b962;
    border-radius: 4px;
    color: #fff;
    box-shadow: none;
}

.btn-danger {
    background-color: #e32d08;
    border-color: #e32d08;
    border-radius: 4px;
    color: #fff;
    box-shadow: none;
}

.btn-light-blue {
    background-color: #b9caf6;
    border-color: #b9caf6;
    border-radius: 4px;
    color: #333;
    box-shadow: none;
}

.alert-danger {
    color: #721c24;
    background-color: #f3b6aa;
    border-color: #f3b6aa;
}
/****************sidebar and header css ****************/

.admin-panel .page-menu .logo,
.admin-panel .header,
.admin-panel .header .header-widget {
    background: #0b2558 !important;
}

.admin-panel .searchbox {
    background: transparent !important;
    border-color: #a5a4a4 !important;
    border-radius: 0px !important;
    border-width: 1px;
}

.admin-panel .header.uk-light .header-widget .header-widget-icon {
    color: #fff !important;
}

.header-widget .header-widget-icon span {
    background-color: #ea2b29;
}

.admin-panel .dropdown-user-details .dropdown-user-name {
    border-left: 1px solid #a5a4a4;
    font-family: 'Open Sans', sans-serif;
}

.bg-active {
    background: #ea2b29 !important;
    padding: 8px 40px 8px 20px;
    color: #fff;
    border-radius: 4px;
    text-align: left;
    margin-bottom: 0px;
}

    .bg-active p {
        margin-bottom: 0px;
    }

    .bg-active .uk-alert-close {
        top: 17px;
    }

.dropdown-user-avatar img {
    border-radius: 50%;
    background: #ddd;
    outline: 0;
    margin-left: 20px;
}

.admin-panel .dropdown-user-details {
    align-items: center;
}

.dropdown-user-avatar {
    display: inline-block;
    border-radius: 50%;
    width: 55px;
    height: auto;
    position: relative;
}

.admin-panel .dropdown-user-details::before {
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "Feather-Icons";
    content: "\e92e";
    right: 45px;
    position: absolute;
    color: #fff;
}

.page-menu-inner {
    background: #0b2558;
}

.page-menu ul li a,
.page-menu ul li a i {
    color: #d7dade;
    font-weight: 400;
}

.page-menu ul li.active-submenu a i, .page-menu ul li.active a i, .page-menu ul li:hover a i {
    color: #d7dade;
}

.page-menu ul li a:hover {
    background: #0c2e6e;
    color: #fff;
}

.page-menu ul li:hover a i {
    color: #fff;
}

.page-menu ul li.active-submenu a,
.page-menu ul li:hover a,
.page-menu ul li.active a {
    color: #d7dade;
}

.page-menu ul li ul li:hover {
    background-color: #0c2e6e
}

.page-menu ul li.active-submenu ul {
    width: 100%;
}

.page-menu ul li a:after {
    right: 15px;
}

.page-menu ul:before {
    color: #fff;
}

.page-menu .coursebuilder ul.sidebar-tb li a {
    color: #d7dade;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    align-items: center;
    max-width: 260px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .page-menu .coursebuilder ul.sidebar-tb li a i {
        color: #d7dade;
        font-size: 20px;
        margin-right: 10px;
    }

.page-menu .coursebuilder ul li a:after {
    right: 30px;
}

.page-menu .coursebuilder ul.sidebar-tb li .addlink {
    color: #d7dade;
}

.page-menu .coursebuilder ul li.active-submenu a:after,
.page-menu .coursebuilder ul li.active a:after,
.page-menu .coursebuilder ul li:hover a:after {
    color: #fff;
    opacity: 0.8;
    background: transparent;
}

.page-menu .coursebuilder ul li a:after {
    background-color: transparent;
    color: #fff;
    opacity: 0.8;
}

span.itemOptions {
    float: right;
    top: 15px;
    position: absolute;
    font-size: 20px;
    right: 9px;
    cursor: pointer;
    color: #0e6ab9;
}

.page-menu .coursebuilder ul li ul li a {
    padding: 6px 0 !important;
}

input[type="button"] {
    color: #fff;
}

.bg-blue {
    background: #152e71;
}

.bg-light-blue {
    background-color: #b2bede;
}

.unique_icon i{
    font-size: 19px;
    position: relative;
    top: 1px;
    margin-right: 7px;
    -webkit-font-smoothing: antialiased;
    transition: 0.3s;
    display:none;
}
/****************sidebar and header css  complete****************/
/****************store dashboard****************/
.s-dashboard .grid-slider-header {
    border-bottom: 1px solid #e4e4e4;
}

.s-dashboard .banner {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 270px;
    background-size: cover;
}

.s-dashboard .course-card-resume {
    padding: 10px;
}

.s-dashboard .mobile-courses-view .course-card-resume {
    margin-top: 20px;
}

.s-dashboard .course-card-resume-thumbnail {
    height: auto;
    border-radius: 7px;
    margin-bottom: 10px;
    position: relative;
}

    .s-dashboard .course-card-resume-thumbnail img {
        height: 145px;
        object-fit: cover;
        width: 100%;
    }

.s-dashboard .unpublish {
    max-width: 180px !important;
}

.s-dashboard .course-card-resume h5 {
    font-weight: 600;
    line-height: 25px;
    color: #071a50;
    font-family: 'Montserrat';
}

.s-dashboard .course-card-resume .course-progressbar {
    border-radius: 16px;
    height: 7px !important;
    background-color: rgb(14, 36, 97,0.6);
}

.s-dashboard .course-progressbar .course-progressbar-filler {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0px;
    bottom: 0px;
    height: auto;
    background-color: rgb(14, 36, 97);
    border-radius: 8px;
}

.s-dashboard .course-card-resume-body {
    padding: 0px;
}

.s-dashboard .course-card-resume span {
    font-weight: 400;
    color: #000;
    font-size: 11px;
    display: block;
    font-family: 'Montserrat';
    margin-bottom: 5px;
}

.s-dashboard .grid-slider-header-link a {
    width: 25px;
    height: 25px;
}

.s-dashboard .banner .hero-text {
    padding: 0px 30px;
}

    .s-dashboard .banner .hero-text h2 {
        font-size: 40px;
        font-weight: bold;
        color: #0b2558;
        padding-top: 0px;
        width: 70%;
    }

    .s-dashboard .banner .hero-text p {
        color: #0b2558;
        font-weight: 400;
    }

/****************store dashboard****************/

/****************pdf sidebar ****************/
.store-sidebar {
    background-color: #0b2558;
}

    .store-sidebar .vidlist-3 li {
        background: #0c2e6e;
    }

    .store-sidebar .btn-play {
        background-color: #0b2558;
        color: #b2bede;
    }

    .store-sidebar .uk-accordion a {
        color: #b2bede;
    }

    .store-sidebar .course-progressbar {
        position: relative;
        width: 90%;
        height: 8px;
        border-radius: 8px;
        background-color: #e6e8ec;
        background-color: rgb(14, 36, 97);
        margin: 10px 20px;
    }

        .store-sidebar .course-progressbar .course-progressbar-filler {
            position: absolute;
            top: 0px;
            left: 0;
            right: 0px;
            bottom: 0px;
            height: auto;
            background-color: #b2bede;
            border-radius: 8px;
        }

    .store-sidebar span#progress {
        margin: 0px 20px;
        color: #b2bede;
        font-size: 12px;
    }

    .store-sidebar .uk-tab .uk-active a {
        border-color: #b2bede;
        color: #b2bede;
    }

.uk-accordion-title::before {
    color: #b2bede !important;
}

.store-sidebar li a {
    color: #b2bede !important;
}

.store-sidebar img {
    padding: 15px;
}

.store-sidebar .uk-list li {
    color: #b2bede !important;
}

.store-sidebar .vidlist-3-section li a.overflowtext {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    width: 320px;
    white-space: nowrap
}

.store-sidebar .uk-list i {
    color: #b2bede !important;
}

.store-sidebar h5 {
    color: #b2bede !important;
}

.store-sidebar .vidlist-3 .icon-material-outline-check {
    margin: 0px 5px;
    font-size: 25px;
    font-weight: bold;
}

.store-sidebar .vidlist-3 .uk-tab::before {
    border-bottom: 1px solid #b2bede;
}

.student-course-sidebar .vidlist-3-section li a.overflowtext {
    gap: 0.5rem;
    width: auto;
    display: flex;
    align-items: center;
}

.student-course-sidebar .btn-play {
    margin-right: 0;
}

.student-course-sidebar .item-title {
    color: #aebede;
    width: 250px;
    right: inherit;
    font-size: 14px;
    overflow: hidden;
    position: inherit;
    display: inline-block;
    text-overflow: ellipsis;
}

.student-course-sidebar .vidlist-3-section li a .icon-material-outline-check {
    margin-right: 0;
    margin-left: auto;
}

/****************pdf sidebar ****************/

/***************Student course detail page**********/
.student-c-details .topic-1 {
    background-color: #b2bede !important;
}

.student-c-details .course-details {
    padding: 0px 40px;
}

    .student-c-details .course-details h1 {
        color: #0b2558;
    }

.student-c-details .student-nav {
    background-color: #0b2558;
}

    .student-c-details .student-nav li a {
        color: #fff;
        opacity: 1;
    }

    .student-c-details .student-nav .uk-active a {
        color: #b2bede;
    }

.student-c-details .uk-accordion-title:before {
    position: absolute;
    bottom: 0px;
    content: '';
    width: 100%;
    height: 1px !important;
    left: 2px !important;
    background: #0b2558 !important;
    transform: none;
}

.student-nav .uk-active a:before {
    position: absolute;
    bottom: 2px;
    content: '';
    width: 100%;
    height: 6px !important;
    left: 2px !important;
    background: #b2bede !important;
}

.student-c-details .student-nav .uk-active a.text-danger {
    color: #e12f0b;
}

.student-c-details .course-faq .uk-open > .uk-accordion-title::before {
    transform: rotate( 90deg) !important;
    background-image: none !important;
    display: none;
}

.student-c-details .course-curriculum li {
    border-radius: 0px !important;
    box-shadow: none !important;
}

.student-c-details .uk-accordion-title {
    position: relative;
}

    .student-c-details .uk-accordion-title::after {
        position: absolute;
        width: 100%;
        height: 3px;
        top: 0px;
        left: 0px;
        right: 0px;
        left: 0px;
        background: #000 !important;
    }

.student-c-details #start-course {
    width: 30% !important;
}

.student-c-details .course-progressbar {
    height: 15px;
    margin-top: 3px;
    border-radius: 8px;
    background-color: rgb(14, 36, 97,0.6);
    width: 100%;
}

    .student-c-details .course-progressbar .course-progressbar-filler {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0px;
        opacity: 1;
        bottom: 0px;
        background-color: rgb(14, 36, 97);
        height: auto;
        border-radius: 8px;
    }

.student-c-details .uk-light .course-details-info ul li {
    color: rgb(14, 36, 97) !important;
}

    .student-c-details .uk-light .course-details-info ul li a {
        color: rgb(14, 36, 97) !important;
    }

.student-c-details
.course-details-info {
    margin: 4px 0;
    padding: 0px 0px;
    width: 100%;
}

.student-c-details .progress-create {
    display: flex;
    width: 100%;
    padding: 0px 15px;
    justify-content: space-between;
}

.student-c-details .course-details-info ul {
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
}

.student-c-details .p-progress-create {
    width: 40%;
}

.student-c-details .uk-light .course-details p {
    font-size: 15px;
    color: rgb(14, 36, 97) !important;
    font-weight: 500;
}

.student-c-details .uk-light .course-details a {
    font-size: 15px;
    color: rgb(14, 36, 97) !important;
    font-weight: normal;
}

/*.student-c-details .course-curriculum-list > li:before {
    transition: transform 0.4s cubic-bezier(.8, -.41, .19, 2.5);
    font-family: "unicons";
    position: absolute;
    left: 20px;
    text-align: center;
    width: auto;
    height: auto;
    line-height: 27px;
    content: "\eb1c";
    color: black;
    border-radius: 100%;
    z-index: 2;
    font-size: 28px;
    font-weight: 300;
    background: transparent;
}*/

.student-c-details .course-curriculum-list > li > a {
    padding: 0;
    margin-left: 0;
    border-radius: 4px;
    background-color: transparent;
    color: #333;
    font-size: 15px;
    font-weight: 300;
}

.certi-box {
    background: #f1f5f8;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .certi-box i {
        color: #071b50;
        font-size: 35px;
        vertical-align: middle;
    }

    .certi-box a {
        color: #071b50;
    }
/***************Student course detail page**********/
/****Jquery data Table****/
.dataTables_wrapper label {
    display: flex;
    align-items: center;
}

.dataTables_wrapper .dataTables_length select {
    margin: 0px 7px;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px !important;
    background: #f1f5f8;
    font-weight: normal !important;
}

table.dataTable.no-footer {
    border-bottom: 0px !important;
}

table.dataTable thead th, table.dataTable thead td {
    border: 1px solid #ddd !important;
    border-bottom: 0 !important;
}

.dataTables_wrapper .dataTables_filter input {
    margin-bottom: 0;
}

.dataTables_wrapper th, .dataTables_wrapper td {
    text-align: left !important;
    padding: 10px 12px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #b2bede !important;
    color: #0b2558 !important;
    padding: 0.5em 1em;
    font-weight: bold;
    border: 1px solid #b2bede;
}
/****Jquery data Table****/
/*******Quiz Pages*********/

.learner-view .uk-tab > .uk-active > a {
    color: #b2bede;
    border-color: #b2bede;
}

.learner-view .uk-tab > * > a {
    color: #b2bede;
}

.learner-view .vidlist-3-section .uk-accordion-title {
    color: #fff;
}

    .learner-view .vidlist-3-section .uk-accordion-title:hover {
        color: #fff;
    }

.learner-view .vidlist-3-section .uk-accordion-content {
    color: #fff;
}

.learner-view .vidlist-3-section ul li:hover {
    background: #0c2e6e;
    cursor: pointer
}

.learner-view .vidlist-3 li > a {
    padding: 10px 16px;
}
/* width */
.quiz-scroll::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.quiz-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.quiz-scroll::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .quiz-scroll::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.quiz-scroll .gutter,
.quiz-scroll .toolbar {
    display: none
}

.bg-light-white {
    background: #f1f5f8;
    height: 100%;
}

.start-quiz p {
    color: #b1bede;
}

.btn-white {
    background-color: #ffffff;
    border-color: #fff;
    border-radius: 4px;
    color: #0e6ab9;
    box-shadow: none;
}
/* quiz Modal */

#instructions.modal h2 {
    color: #152e71;
}

#instructions.modal h6 {
    color: #152e71;
}

#instructions .btn-start {
    background-color: #152e71;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    margin: 7px auto;
    display: table;
    box-shadow: none;
    border: 1px solid #152e71;
    font-family: 'Open Sans';
}

.btn-size {
    width: 50px;
    height: 40px;
    text-align: center;
    padding: 5px;
    border-radius: 0;
}

.attempt-quiz .answer {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
}

#partialcontent table td {
    padding: 7px 12px;
    vertical-align: top;
}

.text-blue {
    color: #0d1b4c;
    font-weight: 400;
}

#contenter h5 {
    font-weight: 500;
}

#contenter .bg-light-blue {
    background-color: #e2e9fb;
}
/***Menu Changes***/
.admin-panel .page-menu.menu-large .btn-menu-trigger::before {
    content: "\f191";
    color: white;
    font-family: 'Line-Awesome' !important;
}

.course-card-resume-thumbnail {
    height: auto;
}
/*******************student course detail*********************/
.course-curriculum .uk-open > .uk-accordion-title::before {
    transform: none;
}
/*******************student course detail*********************/
.header-horizontal .header-profile-icon {
    width: 40px;
}

.header-widget .dropdown-notifications:before {
    border-color: transparent transparent #fff transparent;
}

@media(max-width:1220px) {
    .page-menu.menu-large:hover ul li a i {
        font-size: 22px;
    }

    .mobile-active .btn-menu-close {
        z-index: 99;
    }

    .btn-menu-close::before {
        font-family: 'Line-Awesome' !important;
        content: "\f191";
    }

    /*.header {
        height: auto;
    }*/

    .admin-panel .searchbox {
        min-width: initial;
        width: auto;
    }

    .header-widget .header-widget-icon i {
        font-size: 20px;
    }

    .page-menu ~ .header .container {
        padding: 10px;
    }

    .quiz-scroll .page-content {
        margin-top: 0px !important
    }

    .header .header-widget {
        background: transparent;
    }
}

@media (min-width: 640px) and (max-width: 1220px) {
    .header .header-widget {
        /*top: -5px;*/
        position:relative;
    }

    .mmenu-trigger {
        display: inline-block !important;
    }
}

@media(max-width:1024px) {
    /*****************profile page general tab height***************/
    .general-card-profiles nav {
        height: auto;
    }
    /*****************profile page general tab height***************/
}

@media (max-width: 960px) {
    .section-small {
        padding-top: 30px;
    }

    .is-open .btn-vidlist-3::before {
        content: "\ea02" !important;
    }

    .quiz-scroll .page-content .btn-vidlist-3::before {
        content: "\e98f";
    }


    .quiz-scroll .page-content .btn-vidlist-3 {
        border-radius: 5px;
        width: 40px;
        height: 40px;
        position: fixed;
        z-index: 10000000;
        top: 10px;
        left: 10px;
        display: block;
        background: #525e69;
        color: white;
        border-radius: 100%;
    }

    .page-content-inner {
        padding: 25px;
    }

    .page-menu {
        height: auto;
    }
}

@media (max-width:1110px) {
    .admin-panel .page-menu .page-menu-inner {
        height: 100vh;
    }
}

@media (max-width:960px) {
    .store-curriculam .btn-vidlist-3 {
        top: 3% !important;
        left: 0;
        right: 0;
        z-index: 9999;
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        display: table;
        background: #201f23;
    }

    .store-curriculam .is-open .btn-vidlist-3 {
        background: #515d67;
        position: fixed;
        top: 15px;
        right: 10px;
        left: auto;
        z-index: 10;
    }

    .store-curriculam .btn-vidlist-back {
        top: 3% !important;
        left: 10px;
        z-index: 9999;
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        color: #fff;
        display: flex;
        background: #201f23;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
    }

    .store-curriculam .is-open .btn-vidlist-back {
        background: #515d67;
        position: fixed;
        top: 15px;
        left: 10px;
        right: auto;
        z-index: 10;
    }

    #contenter #Confirm {
        width: 100% !important;
    }

    .vidlist-3-container {
        background: #0b2558 !important;
    }

    /*.dropdown-notifications {
        left: auto !important;
    }*/
}

@media (max-width:375px) {
}

@media(max-width:640px) {
    .s-dashboard .banner {
        margin-top: 20px;
    }



    .student-c-details #start-course {
        width: auto !important;
    }

    .header-widget {
        width: auto !important;
        display: flex;
    }

    /* .store-sidebar .btn-vidlist-3 {
        top: -50px;
        left: 0;
        right: 0;
        z-index: 9999;
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        display: table;
        background: #201f23;
    }*/
    .course-card .course-card-info {
        display: flex !important;
        margin-top: 10px;
    }
}

@media (max-width:375px) {
    .dropdown-user-avatar img {
        margin-left: 5px;
    }

    .header-widget .header-widget-icon {
        padding: 6px;
    }

    .admin-panel .dropdown-user-details {
        padding: 0px;
    }

    .header-widget {
        display: flex;
    }
}
/*Live Meeting*/
.chats-headline {
    padding: 15px 20px;
    color: #333;
    height: 70px;
}

.status.Online {
    width: 10px;
    height: 10px;
    position: absolute;
    background: #34b509;
    border-radius: 100%;
    bottom: 0px;
    right: 0px;
}

.status.Offline {
    width: 10px;
    height: 10px;
    position: absolute;
    background: #a5a5a5;
    border-radius: 100%;
    bottom: 0px;
    right: 0px;
}

.message-reply {
    border-top: 1px solid #eaeaea;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    /*position: fixed;*/
    bottom: 0;
    background: #fff;
    width: inherit;
    max-width: inherit;
}

.chats-container-inner {
    display: flex;
}

.chats-container {
    /*height:100%!important;*/
}

.overflowhidden {
    overflow: hidden;
}

.chats-container-inner .message-content-inner {
    padding: 0px;
    width: auto;
}

.message-bubble.me {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    /* width: 100%; */
    flex-direction: row-reverse;
}

.message-bubble {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    /* width: 100%; */
    flex-direction: row;
}

.chats-inbox ul li {
    transition: 0.2s;
    position: relative;
    border-bottom: 1px solid #ddd;
}

#dvlearnerlist ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    #dvlearnerlist ul li h5 {
        font-size: 12px;
    }

.recevierchatbox {
    background: transparent;
    padding: 0px;
    color: #000;
    margin-bottom: 10px;
    border-radius: 6px;
    margin-left: 10px;
}

.message-bubble .message-text {
    margin-left: 80px;
    background-color: #e2e2e2;
    border-radius: 4px;
    padding: 10px 16px;
    position: relative;
    display: inline-block;
    float: left;
    line-height: 23px;
    max-width: 100%;
}

    .message-bubble .message-text:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 14px solid #e2e2e2;
        left: -14px;
        right: auto;
        top: 12px;
        position: absolute;
    }

.message-bubble.me .message-text {
    margin-left: 10px;
    margin-right: 80px;
    background-color: #e2f4ff;
    color: #000;
    position: relative;
}

    .message-bubble.me .message-text:before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 14px solid #e2f4ff;
        border-right: none;
        right: -14px;
        left: auto;
    }

.peopole-box {
    height: 96vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.chatbox {
    /* overflow-y: auto;
    overflow-x: hidden;*/
    position: relative;
}

.chats-inbox {
    /*max-height: 450px;*/
    /*overflow-y: auto;*/
}

.chats-container-inner .chats-inbox .message-avatar {
    left: 10px;
}

.message-content-inner {
    overflow-y: hidden;
    max-height: none;
}

.chats-container-inner .chats-inbox ul {
    overflow-y: auto;
    max-height: none;
}

#dvcourselist {
    /* height: 70vh;*/
    height: 60vh;
}

.inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 10px 10px 10px 0px;
    /* height: 58vh;*/
    overflow-y: auto;
    overflow-x: hidden;
}
    /* width */
    .inner::-webkit-scrollbar {
        width: 10px;
        visibility: hidden;
    }

    /* Track */
    .inner::-webkit-scrollbar-track {
        background: #f1f1f1;
        visibility: hidden;
    }

    /* Handle */
    .inner::-webkit-scrollbar-thumb {
        background: #888;
        visibility: hidden;
    }

        /* Handle on hover */
        .inner::-webkit-scrollbar-thumb:hover {
            background: #555;
            visibility: hidden;
        }

.chats-container .simplebar-scrollbar:before {
    background-color: #0b2558;
}

.message-reply .input-box {
    width: 100% !important;
}

#dvlearnerlist .chats-inbox {
    border-right: 0px;
}

    #dvlearnerlist .chats-inbox .message-by {
        margin-left: 60px;
    }

.chats-container-inner .chats-inbox .message-by {
    margin-left: 40px;
}

.topic-1 {
    background-color: #0b2558 !important;
}

.course-card-trailer .thumb img {
    width: 100%;
}

.dropdown-course .dropdown-submenu {
    position: relative;
}

    .dropdown-course .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

.dropdown-course .dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-course .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-course .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-course .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}


@keyframes ps-pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #FF0000;
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

@media (max-width: 640px) {
    .course-card {
        display: block;
        background: #fff;
    }

        .course-card img {
            width: 100%;
        }

        .course-card .course-card-thumbnail {
            width: 100%;
            height: 200px;
        }
}

.header-horizontal .header-profile-icon {
    width: 45px;
}

.mc_meta.fn-414 {
    padding-left: 0px;
}

@media (max-width:639px) {
    .page-menu ul {
        padding-top: 60px;
    }

    #contenter #answerForm div:nth-child(3) {
        margin-top: 0px !important;
    }
}

@media (max-width:480px) {
    .course-details-wrapper .responsive-tab ul {
        overflow-x: scroll !important;
        width: auto;
    }

    #answerForm .border .border-bottom {
        border-bottom: none !important;
    }
}

.store-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

@media(max-width:575px) {
    .curriculam-text {
        width: 218px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .course-curriculum-list > li {
        padding: 14px 55px 14px 50px;
    }

        .course-curriculum-list > li:before {
            left: 13px;
        }
}

@media(max-width:380px) {
    .header.header-horizontal .logo {
        display: contents !important;
    }

    .header .uk-nav-header {
        margin-top: 0px !important;
    }
}

.custom-modal-file {
    position: absolute;
    top: 0;
    right: 0;
    left: 112px;
    z-index: 1;
    height: 42px;
    padding: 0.575rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
}

    .custom-modal-file::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 42px;
        padding: 0.575rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0;
    }

.tooltip:hover:before {
    border: solid;
    border-color: #c0f4fd transparent;
    border-width: 12px 8px 0 8px;
    content: "";
    left: 20%;
    bottom: 25px;
    position: absolute;
    display: none
}

.tooltip:hover:after {
    display: flex;
    position: absolute;
    justify-content: center;
    background: #edfcff;
    border-radius: 3px;
    color: #484848;
    content: attr(title);
    bottom: 36px;
    margin: 0px auto 0;
    border: 1px solid #0e6ab9;
    font-size: 14px;
    font-family: gotham-rounded, helvetica neue, helvetica !important;
    padding: 14px;
    width: 400px;
}

.tooltip {
    display: inline;
    position: relative;
    font-size: 20px;
    color: #00b8d9 !important;
    opacity: 1;
}

    .tooltip i {
        color: #949393;
    }

.btn-play::before {
    display: flex;
    vertical-align: middle;
    justify-content: center;
}
/*.checkout-tooltip .uk-tooltip {
    width: 350px !important;
}*/
/***courses mobile responsive css***/


#mobile-courses-view {
    display: none;
}

    #mobile-courses-view .course-card-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        #mobile-courses-view .course-card-info h4 {
            margin-bottom: 0px;
        }

@media(max-width:1220px) {
    .mobile-active .page-menu {
        background: transparent;
    }

    .mobile-active .page-menu .logo {
        display: none;
    }

    .header .header-widget{
        position:relative;
    }
}

@media(max-width:992px) {
    .announcement-details ul li {
        width: 100%;
    }

    .unique_icon i{
        display:inline-block;
    }

    .store-menu {
        cursor: not-allowed;
        pointer-events: none;
        display: none !important;
    }

        .store-menu .hamburger {
            cursor: not-allowed;
            pointer-events: none;
        }

    .course-grid-slider > * {
        margin-left: 0px !important;
    }
}

@media(max-width:768px) {
    #mobile-courses-view {
        display: block;
    }

    #dvCourseList {
        display: none;
    }

    #mobile-courses-view .course-card-info h4 {
        font-size: 20px;
    }
    /* .s-dashboard .course-grid-slider > * > * {
        padding-left: 0px !important;
    }*/
    .dropdown-notifications {
        min-width: 250px;
    }

    .dropdown-notifications-content ul li {
        margin-right: 10px;
    }

        .dropdown-notifications-content ul li a {
            padding: 5px !important;
            font-size: .75rem !important;
            line-height: inherit;
        }

            .dropdown-notifications-content ul li a .notification-icon img {
                object-fit: cover;
            }

    .course-slider-desktop {
        display: none;
    }

    .course-mobile-menu {
        display: none !important;
    }
}

@media(max-width:460px) {
    #mobile-courses-view .course-card-info h4 {
        font-size: 18px;
    }

    #mobile-courses-view .course-card-info {
        display: block;
        justify-content: space-between;
        align-items: center;
    }
}

.bundle-text {
    position: absolute;
    z-index: 99;
    background: #eebf65;
    top: 20px;
    padding: 3px 17px 3px 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 10px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.course-card-info .tc_preview_course {
    width: 85%;
}

.course-card-info h4 {
    margin-bottom: 0px;
}

/************* Announcement css 22-03-22  ********************/

.announcement-details li {
    cursor: pointer;
    display: inline-block;
    width: 480px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.announcement-details .list-group-item-secondary {
    background: transparent !important;
}

    .announcement-details .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        background-color: #c8cbcf !important;
    }

.announcement-popup .modal-content {
    overflow-y: scroll;
    height: 600px;
}

    .announcement-popup .modal-content h2 {
        font-size: 20px;
        color: #0b2558;
        font-weight: 500;
        margin: 20px 0px;
        line-height: 32px;
    }

.announcement-popup p {
    color: #8492a6;
}

.page-menu ul li ul li a {
    padding: 0px 0 !important;
    display: inline-block;
    width: 165px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.batch-details .table th, .table td {
    padding: 0.75rem;
    vertical-align: middle;
    align-items: start;
    justify-content: stretch;
}

.batch-details .table label {
    margin-bottom: 0px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/************* Responsive css ********************/


.mobile-courses-view {
    display: none;
}


/**mobile header**/
.mobile-profile-section {
    display: flex;
}

.mobile-view-header {
    display: none;
}

.mobile-admin-menu a img {
    margin-right: 10px;
}

.mobile-admin-menu .btn-night-mode .btn-night-mode-switch {
    right: 0px !important;
}

.mobile-detail .mobile-admin-menu a:after {
    right: 60px;
    top: 18px;
}

.mobile-detail .mobile-admin-menu ul li ul li {
    padding-left: 0px;
}

/*.admin-panel .page-menu .page-menu-inner {
    overflow-y: hidden;
}*/

@media(max-width:1099px) {
    .dashboardInstore span {
        display: none;
    }
}

    /**mobile header**/
    @media(max-width:992px) {
        .mobile-view .simplebar-content {
            overflow: scroll !important;
            max-height: 300px;
        }

        .header .logo{
            left:0;
            transform:translate(0, -50%);
        }
    }

    @media(max-width:768px) {
        .course-details-wrapper .course-thumbnail {
            display: none;
        }

        .course-details-wrapper .course-details-info {
            display: none;
        }

        .course-details-wrapper .progress-create {
            display: block;
        }

        .course-details-wrapper .p-progress-create {
            width: 100%;
        }

        .mobile-courses-view {
            display: block;
        }

        .mobile-admin-menu {
            display: block !important;
        }

        .s-dashboard .banner {
            height: auto !important;
        }

        /**mobile header**/
        .desktop-courses-view {
            display: none;
        }

        .mobile-view-header {
            display: none;
        }

        .mobile-view .simplebar-content {
            overflow: scroll !important;
            max-height: 400px;
        }

        .mobile-header {
            overflow-x: scroll;
            height: 100%;
            padding-top: 20px !important;
            max-height: 100%;
        }

        .desktop-view {
            display: none;
        }

        .mobile-view-header {
            display: block;
        }

        .mobile-detail {
            display: block;
        }

        .mobile-detail {
            text-align: center;
            color: #fff;
            padding-top: 0px;
        }

            .mobile-detail h5 {
                color: #fff;
                margin-top: 10px;
                margin-bottom: 0px !important;
            }

            .mobile-detail i {
                color: #fff;
                font-size: 22px;
            }

        .mobile-view-header {
            display: block;
        }

        .mobile-view .page-menu .page-menu-inner {
            overflow-y: auto;
        }

        .mobile-detail .mobile-admin-menu.active-submenu ul li {
            padding-left: 0px !important;
        }

        .mobile-views .page-menu .page-menu-inner {
            height: auto;
        }

        .admin-panel .page-menu .logo {
            display: none;
        }

        .mobile-active .btn-menu-close {
            display: inline;
            position: absolute;
            background: transparent;
            /* border-radius: 100%; */
            margin-top: 7px;
            top: 7px;
            left: 12px;
        }

        .mobile-active .page-menu {
            background: transparent !important;
        }
        /**mobile header**/
        .store-curriculam .btn-vidlist-3 {
            top: 3% !important;
            left: auto !important;
            right: 12px !important;
            z-index: 9999;
            position: absolute;
            bottom: 0;
            margin: 0 auto;
            display: table;
            background: #201f23;
        }

        /**Course Detail**/

        .student-c-details .course-details {
            padding: 20px 40px;
        }

            .student-c-details .course-details h1 {
                margin-bottom: 0px;
            }

        .student-c-details .uk-light .course-details p {
            text-align: left !important;
        }

        /**Course Detail**/

        /* width */
        .responsive-tab ul::-webkit-scrollbar {
            width: 3px;
            visibility: visible;
            height: 2px;
            background: #8e8e8e !important;
        }

        .responsive-tab:before {
            background-color: transparent !important;
            height: 8px !important;
        }

        .mobile-store-curriculam .btn-vidlist-3::before {
            content: "\e908";
        }

        .mobile-store-curriculam .is-open .btn-vidlist-3::before {
            content: "\ea02" !important;
        }

        .mobile-store-curriculam .btn-vidlist-back::before {
            content: "\e910";
            font-family: "Feather-Icons";
            font-size: 20px;
            line-height: 30px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            position: absolute;
        }

        .mobile-store-curriculam .is-open .btn-vidlist-back::before {
            content: "\e910" !important;
        }

        .announcement-details-box {
            padding: 0px !important;
        }

        .batch-card ul {
            display: block !important;
        }

        .mobile-header-widget .dropdown-user-details {
            display: none;
        }

        .mobile-header-widget .header-widget-icon i {
            padding: 0px !important;
        }

        .mobile-header-widget .dropdown-notifications {
            left: auto !important;
        }

        .notification-dropdown .simplebar-offset {
            right: 0px !important;
        }

        .notification-dropdown ul li a {
            padding: 5px;
        }
    }

    @media(max-width:640px) {
        .header-widget {
            padding: 0px;
        }

        .mobile-view .simplebar-content {
            overflow: scroll !important;
            max-height: 500px;
        }

        .mobile-header {
            overflow-x: scroll;
            height: 100%;
            padding-top: 20px !important;
            max-height: 100%;
        }
    }

    @media(max-width:460px) {
        .mobile-profile-section {
            display: none;
        }
    }

    /************* Responsive css ********************/
    .batch-details .table label {
        margin-bottom: 0px;
    }


    /*********** batch card ***************/

    .batch-card {
        padding: 30px;
    }

        .batch-card h1 {
            color: #0b2558;
            margin-bottom: 10px;
            font-size: 35px;
            text-align: center;
            line-height: 50px;
        }

        .batch-card p {
            font-size: 20px;
            text-align: center;
            font-weight: 500;
            margin: 25px 0px;
        }

        .batch-card ul li {
            font-size: 20px;
            list-style: none;
        }

    .batch-btn {
        margin: 0 auto;
        display: table;
    }

    /*.page-menu ~ .page-content {
    padding-top: 0px;
}*/
    /*********hide unhide dropdown ***********/

    .courses_innner_div {
        position: relative;
        padding: 0 !important;
    }

        .courses_innner_div .vertial-dots {
            top: 10px;
        }

    .vertial-dots {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
    }

        .vertial-dots .showLeft {
            background-color: transparent !important;
            border: none !important;
            text-shadow: white !important;
            color: black !important;
            padding: 10px;
        }

        .vertial-dots li {
            background: none repeat scroll 0 0 black;
            height: 7px;
            width: 7px !important;
            line-height: 0;
            list-style: none outside none;
            margin-right: 10px;
            margin-top: 3px;
            vertical-align: top;
            border-radius: 50%;
            pointer-events: none;
        }

        .vertial-dots .btn-left {
            left: 0.4em;
        }

        .vertial-dots .btn-right {
            right: 0;
        }

        .vertial-dots .btn-left,
        .btn-right {
            position: absolute;
            top: 0.24em;
        }

        .vertial-dots .dropbtn {
            background-color: #4caf50;
            /*  position: fixed;*/
            color: white;
            font-size: 16px;
            border: none;
            cursor: pointer;
        }

            .vertial-dots .dropbtn:hover,
            .dropbtn:focus {
                background-color: #3e8e41;
            }

        .vertial-dots .dropdown {
            position: absolute;
            display: inline-block;
            right: 0.4em;
        }

        .vertial-dots .dropdown-content {
            display: none;
            position: relative;
            margin-top: 60px;
            background-color: #f9f9f9;
            min-width: 160px;
            overflow: auto;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }

            .vertial-dots .dropdown-content a {
                color: black;
                padding: 12px 16px;
                text-decoration: none;
                display: block;
            }

        .vertial-dots .dropdown a:hover {
            background-color: #f1f1f1;
        }

        .vertial-dots .show {
            display: block;
        }

    @media(max-width:768px) {
        .vertial-dots {
            position: absolute;
            top: 80px;
            right: 0 !important;
            z-index: 99;
        }
    }

    @media(max-width:640px) {
        .user-menu .dropdown-notifications, .dropdown-notifications {
            width: 100% !important;
            margin: auto;
            margin: auto;
            margin: auto;
            /*  right: 10px !important; */
            margin: auto;
            /*  left: 10px !important;*/
            margin: auto;
            max-width: 360px;
            top: 60px !important;
        }
    }

    @media(max-width:420px) {
        .user-menu .dropdown-notifications, .dropdown-notifications {
            width: 100% !important;
            margin: auto;
            margin: auto;
            margin: auto;
            /*  right: 10px !important; */
            margin: auto;
            left: auto !important;
            margin: auto;
            max-width: 360px;
            top: 60px !important;
        }
    }

    // Blocks of code
    code,
    kbd,
    pre,
    samp {
        font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    }

    code {
        padding: 2px 4px;
        font-size: 90%;
        color: #c7254e;
        background-color: #f9f2f4;
        border-radius: 4px;
    }

    kbd {
        padding: 2px 4px;
        font-size: 90%;
        color: #fff;
        background-color: #333;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        kbd kbd {
            padding: 0;
            font-size: 100%;
            font-weight: 700;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    pre {
        display: block;
        padding: 9.5px;
        margin: 0 0 10px;
        font-size: 13px;
        line-height: 1.42857143;
        color: #333333;
        word-break: break-all;
        word-wrap: break-word;
        background-color: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

        pre code {
            padding: 0;
            font-size: inherit;
            color: inherit;
            white-space: pre-wrap;
            background-color: transparent;
            border-radius: 0;
        }

    .pre-scrollable {
        max-height: 340px;
        overflow-y: scroll;
    }

    @media screen and (max-width: 600px) {

        .custom-file-upload .custom-file input::file-selector-button {
            display: none;
        }

        .custom-file-upload .margin1 {
            padding: 0;
            margin-left: 0;
        }

        .custom-file-upload .custom-file-input {
            padding-left: 5px;
        }

        .custom-file input[type="file"] {
            width: 60%;
        }
    }

    @media screen and (max-device-width: 981px) and (orientation: landscape) {

        .mobile-header-widget .dropdown-user-details {
            display: none;
        }

        .desktop-view {
            display: none !important;
        }

        .mobile-view-header {
            display: block !important;
        }

        .mobile-detail h5 {
            color: #fff;
            margin-top: 10px;
            text-align: center;
            margin-bottom: 0px !important;
        }

        .admin-panel .page-menu .page-menu-inner {
            height: 85vh;
        }
    }
