﻿
@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: 13px;
    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;
}

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

#productstashSelector {
    z-index: 1 !important;
}
.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;
        font-weight: 600;
    }

    .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 !important;
    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;
}

.dashboard .skill-card {
    padding: 0px;
    margin-bottom: 15px;
}

.dashboard .skill-card-content {
    padding: 10px 0px;
    background: #fff;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    width: 50%;
}

.dashboard .skill-card-title,
.dashboard h3 {
    padding-left: 10px;
}

.dashboard .skill-card i {
    font-size: 60px;
    color: #fff;
    width: 50%;
    text-align: center;
}

.dashboard .skill-card-subtitle {
    font-size: 13.4px;
    color: rgba(84, 94, 111, .6);
    line-height: 16px;
    font-weight: 400;
    margin: 0;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.bg-purple {
    background: #933bed;
}

.bg-yellow {
    background: #ffc107;
}

.bg-green {
    background: #28a745;
}

.dashboard .course-card-thumbnail {
    border-radius: 15px;
    margin-bottom: 12px;
    height: 130px;
}

.dashboard .course-card-footer h5 {
    color: #909090;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 12.8px;
    margin-right: 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
    font-size: 10px;
}

.dashboard .bg-light-grey {
    background-color: #ddd !important;
    color: #000;
    width: 60%;
    text-align: center;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
}

.dashboard .course-card-footer {
    border-top: 0px;
    padding: 5px 15px;
}

.dashboard .course-card-grid h5 {
    font-weight: 500;
}

.dashboard .course-card-grid p {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
}

.dashboard .uk-h5 {
    width: 70%;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.dashboard .uk-card-default {
    margin-bottom: 20px;
}

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

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

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #6eb6f3;
        border-color: #6eb6f3;
    }

.btn-cancel {
    background-color: #7c8d9f;
    border-color: #7c8d9f;
    padding: 8px 12px;
    border-radius: 4px;
    color: #fff;
    box-shadow: none;
}

    .btn-cancel:hover {
        background-color: #333;
        color: #fff;
        border-color: #333;
    }

.btn-danger {
    background-color: #ff5630;
    border-color: #ff5630;
    padding: 8px 12px;
    border-radius: 4px;
    color: #fff;
    box-shadow: none;
}

    .btn-danger:hover {
        background-color: #333;
        color: #fff;
        border-color: #333;
    }

.modal .btn i {
    vertical-align: bottom;
    font-size: 20px;
    margin-right: 5px;
}

.simplebar-scrollbar:before {
    background-color: #fff;
}

.btn btn-danger {
    background-color: #a50909;
    border-color: #a50909;
    padding: 8px 12px;
    border-radius: 4px;
    color: #fff;
    box-shadow: none;
}

.btn-danger:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.header-widget .dropdown-notifications:before {
    border-color: transparent transparent #fff transparent;
}
/***************Dashboard Completed**********************/
.admin-panel .page-menu .coursebuilder.page-menu-inner {
    height: calc(97vh - 100px);
    padding-bottom: 20px;
}

.page-menu .coursebuilder.page-menu-inner ul li {
    position: relative;
    /*margin-bottom: 15px;*/
}

.page-menu .coursebuilder ul li.active-submenu,
.page-menu .coursebuilder ul li.active {
    background-color: transparent;
    width: 100%;
    padding-bottom: 0px;
}

.page-menu .coursebuilder ul li:hover {
    background-color: #0c2e6e;
    width: 100%;
}

.page-menu .coursebuilder.page-menu-inner ul .sidebar-innerli li {
    position: relative;
    margin-bottom: 0px;
    padding-left: 35px;
}

.page-menu .coursebuilder ul li.active-submenu ul {
    padding-bottom: 0px;
}

.simplebar-horizontal .simplebar-scrollbar:before {
    background-color: transparent;
}

.btn-cs {
    background-color: transparent;
    border-radius: 0px;
    margin: 0px auto;
    display: block;
    border: 0px;
    color: #fff !important;
    padding: 5px !important;
    transition: all 1.0s ease-in-out;
}

.course-btn {
    padding: 11px 10px;
    border-radius: 4px;
    color: #fff;
    box-shadow: none;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: 10px;
}

.user_board {
    padding: 10px 2px 15px 2px !important;
    background-color: #0c2e6e;
}

.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;
    padding: 13px 13px;
}

.page-menu .coursebuilder ul.sidebar-innerli li a {
    max-width: 336px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 50px !important;
}

.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: 40px;
}

.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: 12px;
    position: absolute;
    font-size: 20px;
    right: 12px;
    cursor: pointer;
    color: #0e6ab9;
}

.coursebuilder .media {
    max-width: 162px;
    margin: 0px auto;
}

.coursebuilder .form-check-input {
    width: 26px;
    height: 13px;
    top: 12px;
    right: 5px;
    position: absolute;
}

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

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

.actionItems {
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    text-align: center;
    margin: 0px auto !important;
    width: 100%;
}

    .actionItems button {
        padding: 10px !important;
        display: inline-block !important;
        margin: 0px auto !important;
        line-height: 0px !important;
        background-color: transparent;
        color: #ff5630;
        margin-bottom: 10px !important;
        font-size: 14px !important
    }

.quiz-heading {
    border-bottom: 1px solid #7b8da0;
    padding-bottom: 12px;
    margin-bottom: 0px;
    width: 100%;
    color: #fff;
    margin: 10px 10px 10px;
    font-size: 20px;
}

.postion-fixed {
    padding: 13px 0px;
    margin: 0px;
    background-color: #0e6ab9;
    position: fixed;
    bottom: 0;
    width: 250px;
    left: 0px;
}

label span, legend span {
    font-family: 'Montserrat', sans-serif;
}
/***************Page Bulder Completed**********************/
.modal-content {
    padding: 5px 20px;
    border:none;
}

.sidebarcoursebuilder {
    background-color: #eeeff1;
    padding: 10px;
    height: 100%;
}

.uk-offcanvas-bar {
    padding: 20px;
    width: 370px;
}

.responsive-tab a {
    line-height: 30px;
}

.responsive-tab {
    height: 40px;
}

    .responsive-tab.style-2 :before {
        position: absolute;
        bottom: 0px;
        content: '';
        width: 100%;
        height: 1px;
        border-radius: 27px;
        background: #b7b7b7;
        bottom: 0;
    }

.height60 {
    height: 60px;
    cursor: pointer;
    color: #333;
}

.responsive-tab.style-2 .uk-active a:before {
    width: 100%;
    background: #0c2e6e;
}

.assest-box {
    background: #0e6ab9;
    padding: 17px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    cursor: pointer;
}

.responsive-tab .uk-active, .responsive-tab .uk-active a {
    color: #0c2e6e;
    opacity: 1;
}

.responsive-tab.style-4 a {
    /*margin-right: 0px;*/
    padding: 0;
}

.responsive-tab.style-4 :before {
    bottom: -1px !important;
}

.responsive-tab a i {
    display: none;
}

.responsive-tab.style-4 .uk-active a:before {
    background: #0b2558;
}

#pricing-tb {
    overflow: hidden;
}

    #pricing-tb ul li i {
        display: none;
    }

.pdfbox {
    background: #eaf3fd;
    padding: 15px;
}

#pdfCont-chitem #file-pdf-content-chitem {
    background: transparent;
    border: 0px;
    padding: 5px 0px;
    width: 65%;
    float: left;
}

.orborder {
    border-top: 1px solid #02235b !important;
    width: 60%;
    margin: 0 auto;
    display: table;
    text-align: center;
    position: relative;
    z-index: 99;
    margin-top: 30px;
}

    .orborder p {
        left: 0;
        top: -25px;
        margin-bottom: 0;
        background: #eaf3fd;
        padding: 10px;
        font-size: 14px;
        position: absolute;
        z-index: 1;
        left: 44%;
        right: 0;
        width: 50px;
        height: 50px;
    }

.uk-input {
    height: auto;
    background: transparent;
    padding: 10px 0px;
}

/**********************Admin Course page**********************/
#course-content-inner .grid-img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

#course-content-inner .card-body h4 {
    font-size: 20px;
    color: #0b2558;
    font-weight: 500;
}

#course-content-inner .gridChange > .list-item {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

    #course-content-inner .gridChange > .list-item > .card-body {
        width: 100%;
        justify-content: flex-end;
        text-align: left !important;
    }

    #course-content-inner .gridChange > .list-item > .tooltip1-custom {
        display: flex;
        height: 44px;
        float: right;
        overflow: hidden;
        width: 608px;
        position: relative;
        right: 0px;
        bottom: 0px;
        /*background-color: #0b2558;*/
        top: 183px;
    }

#course-content-inner #searchTerm {
    border: 0px;
}

#course-content-inner .gridChange {
    width: 100%;
    position: relative;
}

    #course-content-inner .gridChange .grid-img {
        width: 100%;
    }

        #course-content-inner .gridChange .grid-img img {
            width: 600px;
            height: 220px;
            object-fit: cover;
        }

#course-content-inner .tooltip1-custom {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    border-top: #eaeaea solid 1px !important;
}

    #course-content-inner .tooltip1-custom li {
        float: left;
        display: inline-block;
        border-right: #eaeaea solid 1px !important;
        padding: 8px;
        width: 25%;
        text-align: center;
        border-left: #eaeaea solid 1px !important;
    }
/**not check***/
#course-content-inner .error {
    font-size: 12px;
    color: red;
    margin-left: 16px;
}

#course-content-inner #DataSearching tr {
    padding: 10px;
    display: table;
}

    #course-content-inner #DataSearching tr td img {
        margin-right: 10px;
    }

#course-content-inner #DataSearching p {
    padding: 10px 16px;
    background-color: #f5f6f7;
}

#course-content-inner .filter-main, #createddate-filter, #coursetype-filter, #category-filter, #instructor-filter, #published-filter, #price-filter {
    display: none;
}

#course-content-inner #createddate-filter, #coursetype-filter, #category-filter, #instructor-filter, #published-filter, #price-filter {
    padding: 0px 10px;
    margin-bottom: 10px;
}

.filter-main p, .filter-main input, .filter-main select, .filter-main button {
    margin: 0px;
}

#course-content-inner .filter-main {
    border: 1px solid #d2d2d2;
    padding: 1.2rem;
    width: 100%;
    background-color: #3e416d;
    margin-bottom: 30px;
}

    #course-content-inner .filter-main p {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        margin-top: 5px;
    }

#course-content-inner .course-type {
    min-width: 287px;
}

#course-content-inner .removeFilter {
    float: right;
}

#course-content-inner .filter-main input, .filter-main select {
    height: 32px;
    padding: 6px 17px;
    border-radius: 0px;
    font-size: 12px;
}

#course-content-inner .filter-main button {
    background-color: white;
    cursor: pointer;
    padding: 3px;
    margin-top: 5px;
}

#course-content-inner .btn-same-size {
    height: 40px;
    margin: 0px;
    line-height: 2 !important;
}

/**not check***/
/**********************Admin Course page**********************/
.coursebuilder input[type="checkbox"] {
    display: inline;
    height: 17px;
    width: 17px;
    vertical-align: sub;
}

#TextModelPopup-Ch-Item {
    background-color: transparent !important;
    margin-top: 0px !important;
}

#player {
    height: 100%;
    width: 100%;
}

#ifrmplayer {
    height: 100%;
    width: 100%;
}
/***Menu Changes***/
.admin-panel .page-menu.menu-large .btn-menu-trigger::before {
    content: "\f191";
    color: white;
    font-family: 'Line-Awesome' !important;
}

input[type="checkbox"] {
    display: inline;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
}


table th {
    text-align: left;
}

table.dataTable td {
    text-align: left;
}

.font-20 {
    font-size: 20px;
}
/****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****/

/*********coupon add popup width***********/

.select2-container {
    width: 100% !important;
}

.select2-search__field {
    min-height: 0px !important;
    max-height: 30px !important;
}
/*********coupon add popup width***********/

/*********Domain Setting page***********/

#basicForm .uk-input {
    padding: 10px;
}
/*********Domain Setting page***********/

/*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;
    /*border-bottom: 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;
    /* overflow-x: scroll;*/
}

.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;
}
/*************course detail page border css************/
.responsive-tab.style-4 .uk-active a:before {
    position: absolute;
    bottom: 1px;
    content: '';
    background: #007791;
    width: 100%;
    height: 5px;
    left: 0;
    background: #3e416d;
}

#drip .bg-secondary {
    background-color: #eeeff1 !important;
}
/*************course detail page border css************/

@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;
    }

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

@media(max-width:640px) {
    .section-small {
        padding-top: 30px;
    }
}
/*************Login page************/
.login-bg {
    background-image: url("../../Admin/assets/img/login-bg.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background: transparent;
}

.side-bg {
    background-image: url(../../Admin/assets/img/login-side.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.height-100 {
    height: 100vh;
}

.cursor-pointer {
    cursor: pointer
}


@media(max-width:767px) {
    .login-bg {
        overflow-y: auto;
    }

    .side-bg {
        background-image: none;
    }

    #login-form {
        padding: 15px;
    }
}

.pricing-plan .recommended-badge, #backtotop a {
    background-color: #0b2558;
}

.pricing-plan-label strong {
    color: #0b2558;
}

.bg-blue {
    background-color: #0b2558;
    padding: 10px;
}

    .bg-blue svg {
        color: #fff;
    }

.footer {
    border-top: 0px solid #b7b6b6;
    background: #fff;
    padding: 10px 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.page-menu ~ .page-content {
    height: 95vh;
}

@media (min-width: 960px) {
    .section-small {
        padding-bottom: 70px;
    }
}

.custom-design {
    background: #0b2558 !important;
    height: 100vh;
}

.table th, .table td {
    text-align: initial;
}

.filterul {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    border: 1px solid #ddd;
    width: 100%;
    background: #ebf0f3;
}

    .filterul .active {
        color: #277be7;
    }

.spnmy-review {
    align-items: center;
    background: #277be7;
    border-radius: 5rem;
    color: #fff;
    line-height: 12px;
    margin: 0.1rem !important;
    padding: 7px 14px;
    text-decoration: none;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
}

.course-card-footer h5 i {
    margin-right: 2px;
}

.custom-bg .display-as {
    background: transparent;
}

    .custom-bg .display-as a {
        background: #ddd;
    }

        .custom-bg .display-as a.active {
            background: #0e6ab9;
        }

.btn-same-size {
    height: 40px;
    margin: 0px;
    line-height: 2 !important;
    border-radius: 6px;
}

.largeemail {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

#payment-id1 input[type="button"] {
    width: auto;
}

#payment-id1 h3 {
    position: relative;
}

    #payment-id1 h3::after {
        position: absolute;
        content: '';
        background: #0b2558;
        width: 8%;
        height: 2px;
        background-position: center;
        top: 37px;
        left: 0px;
    }
/*.page-menu ul li.active-submenu, .page-menu ul li:active {
    background-color: antiquewhite;
}*/
.page-menu ul li ul li.selected {
    background-color: #0c2e6e;
}

.integration img {
    width: 50px;
    height: auto
}

.integration-border {
    margin: 15px 0px;
    border-bottom: 1px solid #eff2f7;
}

.btn-play::before {
    display: flex;
    vertical-align: middle;
    justify-content: center;
}

.page-menu ul li a span.btn i {
    margin-right: 0px;
}

.nested li {
    list-style-type: none;
}
/************** add batch ******************/

.add-batch .batches .table.align-items-center td, .table.align-items-center th {
    vertical-align: baseline;
}

.add-batch .batches .uk-card-default {
    background-color: transparent;
    box-shadow: none;
}

.add-batch .batches .uk-button {
    padding: 6px 10px;
}

    .add-batch .batches .uk-button span {
        font-size: 22px;
    }

.add-batch .batches ul.dropdown-user-menu li hr {
    margin: 0px 0 0px 0;
}

.add-batch .batches ul.dropdown-user-menu li a {
    padding: 5px 17px;
    color: #666;
    font-weight: normal;
}
/****** 02-06-22 **********/
#batch-Add-tb {
    overflow: hidden;
}

#BatchEnrollModel .modal-content {
    overflow-y: scroll;
}

.course-active-page {
    padding-top: 0px !important;
}

.active-tab {
    overflow-y: hidden !important;
}
/*********hide unhide dropdown ***********/
.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;
        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(min-width:1220px) {
    .admin-panel .page-content {
        padding-top: 0px;
    }
}*/

@media(max-width:992px) {
    .custom-file-input {
        position: relative;
        z-index: 2;
        width: 70%;
        height: calc(2.25rem + 2px);
        margin: 0;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
}

@media(max-width:768px) {
    .admin-panel .page-menu .page-menu-inner {
        overflow-y: auto;
        height: 100%;
        padding-top: 0px;
    }

    .notification-dropdown .simplebar-mask {
        position: initial !important;
    }

    .notification-dropdown .simplebar-content {
        position: initial !important;
    }

    .notification-dropdown .dropdown-notifications-content ul {
        /*padding: 0;*/
    }

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

    .header-widget .header-widget-icon i {
        position: relative;
        text-align: left;
        flex: 1;
        font-size: 28px;
        padding: 0 30px !important;
        display: block;
        color: #d7dade;
    }

    .dropdown-notifications {
        left: 20% !important;
    }

    /*.simplebar-content {
        position: initial;
    }

    .simplebar-mask {
        position: initial;
    }

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

    .notification-dropdown a:hover {
        background: transparent !important;
    }

    .notification-dropdown a {
        color: #666;
    }

    .header-widget .header-widget-icon span {
        position: absolute !important;
        display: block;
        top: 2px;
        margin-left: -10px;
        font-weight: 700;
        height: 16px;
        width: 16px;
        line-height: 15px;
        text-align: center;
        color: #fff;
        font-size: 10px;
        background-color: #ec5252;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        right: -49px;
        top: -20px;
    }

    .uk-navbar-right {
        display: none;
    }
*/
    .domain-settings {
        display: block !important;
    }

    #CreateTemplateModel .variable-info {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    #AddCourseToPackage {
        padding-left: 0px !important;
    }

        #AddCourseToPackage .modal-content {
            width: 100% !important;
        }

    #EnrollModel {
        padding-left: 0px !important;
    }

        #EnrollModel .modal-content {
            width: 100% !important;
        }

    .sidebar-filter .sidebar-filter-contents {
        display: block !important;
    }

    .admin-course-modal .modal-content {
        width: 100% !important;
    }

    #pricing-tb {
        overflow-y: hidden;
        overflow-x: auto;
    }
    /* .btn-menu-trigger {
        display: inline;
    }*/

    .admin-panel .page-menu.menu-large {
        background: transparent;
    }

    .mobile-active .page-menu {
        background: transparent;
    }

    .mobile-user-icon {
        display: none;
    }

    .header-widget.mobile-header-widget {
        display: inherit;
        width: auto;
        justify-content: flex-end;
    }

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

    .mobile-header-widget .uk-alert {
        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;
    }
}



/*********** document css **************/
.admin-panel .page-menu.menu-large {
    background: transparent;
}

.custom-file-input {
    opacity: 1;
    padding: 4px 10px;
    line-height: 22px;
}

.custom-file-label {
}

.input-group-text {
    padding: 0.3rem 1.2rem;
}

.mobile-view-header-widget {
    display: none;
}
.ui-autocomplete-input {
    border: 1px solid #e2e5ec !important;
}