/* ===================================
    ADMIN PANEL GENERAL CSS
====================================== */
/* .topbar {
    z-index: 111;
} */
/* ===================================
    Background color
====================================== */

.bg-light-g {
    background-color: #fbfbfb;
}

.bg-light-purple {
    background-color: #eaedff;
}

.bg-light-red {
    background-color: #ffedea;
}

.bg-light-primary {
    background-color: rgba(101, 110, 249, 0.7);
    color: #FFFFFF;
}

.bg-blue {
    background-color: #d7ebfb;
}

.logobar .logo img {
    width: 180px;
}

.btn-outline-danger{
    color: #f44455 !important;
}
.btn-outline-danger:hover{
    color: #fff !important;
}
.vertical-menu > li > a > i {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
    filter: invert(0.4) sepia(1) saturate(1) hue-rotate(185deg);
}
.vertical-menu > li > a {
    padding: 10px 15px 10px 30px;
}
.breadcrumbbar {
    padding: 0px 30px 0 30px;
}
.breadcrumb{
    padding-top: 0;
}
.togglebar h4{
    margin-bottom: 0;
}
.togglebar ol.breadcrumb li.breadcrumb-item{
    font-size: 14px;
}
.breadcrumb .breadcrumb-item a {
    color: #8A98AC;
}
.breadcrumbbar-nav{
    margin-top: 85px;
    text-align: center;
}
/*===================================
           Custom css
====================================== */
.c-pointer {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.text-underline {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

.deg-45 {
    transform: rotate(-45deg);
}

.rotate-arrow {
    transform: rotate(180deg);
}

.simple-accordion-header {
    cursor: pointer;
}

.simple-accordion-header h4 {
    font-weight: 500;
    font-size: 20px;
    color: #282828;
}

.simple-accordion-header .rotate-inner-arrow i {
    transform: rotate(180deg);
}

.simple-accordion-header i {
    font-size: 18px;
}

.list-action-btn {
    font-size: 24px;
}

.table-image {
    width: 100px;
}

img {
    width: 100%;
}

.continue_text {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

.position-relative {
    position: relative;
}

.img-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #43434394;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-overlay i {
    color: #fff;
    font-size: 24px;
}

.table-border-top-none th {
    border-top: none;
}

.form-control::placeholder {
    opacity: 0.6 !important;
}

.badge {
    display: inline !important;
    padding: 1px 4px 1px !important;
}

.overflow-x-auto {
    overflow-x: auto;
}

.text-btn:focus {
    box-shadow: none;
}

/*==========================
       Admin Login CSS
============================*/
.login-container {
    background-color: #fff;
    width: 80%;
}

.login-container .auth-box-icon img {
    width: 80%;
}

.login-container .auth-box-left .auth-box-icon {
    margin: 30px 0;
}

/* .login-container .auth-box-right .card .card-body {
    padding-right: 60px;
} */

/*================================
    Admin Panel Style Changes
=================================*/
/* .leftbar{
    background-color: #00225e;
}
.nav-pills .nav-link.active {
    background-color: #f44336;
}
.breadcrumbbar {
    padding: 15px 30px 0 30px;
}
.contentbar {
    padding-top: 15px;
}

.leftbar li a{
    color: #fff;
}
.vertical-menu .vertical-submenu > li > a {
    color: #ffffff;
}
.vertical-menu > li:hover > a {
    color: #a6b2eb;
}
.vertical-menu .vertical-submenu > li > a:hover {
   color: #a6b2eb;
}
.btn-primary {
   background-color: #f44336 !important;
    border-color: #f44336 !important;
}
.btn-primary:hover {
   background-color: #01348e !important;
   border-color: #01348e !important;
}
.btn-outline-primary-orange:hover {
   background-color: #f44336;
   border-color: #f44336;
}
.vertical-menu > li.active > a {
   color: #a6b2eb;
}
.vertical-menu > li:hover > a , .vertical-menu > li.active > a {
   color: #f44336;
}
.vertical-menu > li:hover > a > img, .vertical-menu > li.active > a > img  {
   filter: invert(0.62) sepia(1) saturate(1.5) hue-rotate(199deg);
} */
/*==========================
     Dashboard Main Bar CSS
============================*/

.main-bar-dropdown .dropdown-menu a.dropdown-item:hover {
    color: #6e81dc;
}

/*==========================
       Dashboard CSS
============================*/
.dashboard-top-cart-icons{
    position: absolute;
    left: 25px;
    top: 20px;
}

.topbar-mobile .mobile-logobar img {
    width: 75px;
}

.vertical-layout.toggle-menu .logobar .logo img {
    width: 50px;
}

/*==========================
      Login CSS
============================*/

/* .auth-box .auth-box-left .auth-box-logo {
    width: 120px !important;
} */

/*===================================
  MY Profile Right Management Table
=====================================*/

.right_managment_pill .card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

input[type="text"]::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #8A98AC;
}

form label {
    color: #495057;
}
/*Custom Radio buttons style*/

.custom-radio-btn label {
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}

.custom-radio-btn label input {
    position: absolute;
    left: -9999px;
}

.custom-radio-btn label input:checked+span {
    background-color: #d6d6e5;
}

.custom-radio-btn label input:checked+span:before {
    box-shadow: inset 0 0 0 0.3em #3f51b5;
}

.custom-radio-btn label span {
    display: flex;
    align-items: center;
    padding: 0.275em 0.85em 0.275em 0.475em;
    border-radius: 99em;
    transition: 0.25s ease;
}

.custom-radio-btn label span:hover {
    background-color: #d6d6e5;
}

.custom-radio-btn label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.16em #3f51b5;
}

/*Custom Checkbox buttons style*/
/*===================================
     hide elements from design
=====================================*/

#mceu_14, #mceu_16, #mceu_22,
#mceu_65, #mceu_59, #mceu_57,
#mceu_108, #mceu_100, #mceu_102,
#mceu_151, #mceu_143, #mceu_145,
    /*#mceu_194,#mceu_186,#mceu_188,*/
    /*#mceu_237,#mceu_229,#mceu_231,*/
    /*#mceu_280,#mceu_272,#mceu_274,*/
    /*#mceu_323,#mceu_315,#mceu_317,*/
    /*#mceu_366,#mceu_358,#mceu_360,*/
.mce-statusbar {
    display: none !important;
}

/*===========================
        Home page cms
=============================*/
.content-inner-div {
    background-color: #fff;
    padding: 20px 20px;
}

.main-banner-current {
    position: relative;
}

.light-border {
    border: solid 2px #eeeeee;
    display: inline-block;
}

.colored-border-left {
    /*width: 40%;*/
    padding-left: 30px;
    border-left: solid 3px #eeeeee;
    height: 100%;

}

.current-image .edit-banner-img {
    position: absolute;
    top: -3px;
    left: 22px;
    font-size: 30px;
}

.current-image .edit-banner-img-top-center {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    background: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.current-image .edit-banner-img-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    background: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.current-image .edit-banner-img-center i, .current-image .edit-banner-img-top-center i {
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-banner-current-details form textarea.banner-des {
    height: 107px;
}

/* ===================================
        Advertising icon list
======================================*/
.table-icon .icon {
    font-size: 22px;
    color: #0f7c90;
    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #f2fbfc;
    justify-content: center;
    align-items: center;
}

.advertising-icons-list .adv-icon {
    font-size: 22px;
    color: #0f7c90;
    display: flex;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #f2fbfc;
    justify-content: center;
    align-items: center;
}

.add-new-category-product-page-toggler {
    font-size: 14px;
}

/* ===================================
             Featured courses
======================================*/
.featured-courses .featured-image {
    width: 100px;
    background-color: #f2fbfc;
}

.featured-courses .featured-image img {
    width: 100%;
}

h4.card-title span {
    font-size: 20px;
    font-weight: 500;
    color: #282828;
}

.location-and-package {
    margin: 0 0 0 5px;
}

.location-and-package p {
    margin: 0;
    font-size: 13px;
}

.tag-icons {
    font-size: 20px;
}

.add-new-course-page-tabs-block .bootstrap-tagsinput .tag {
    color: #000000;
    background-color: #0000;
}

/* ===================================
          Top categories
    ==================================*/

.top-categories-list .category-tag {
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #596fd7;
    color: #596fd7;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.top-categories-list .category-tag i {
    font-size: 12px;
    margin-left: 10px;
}

/*===========================
     about us page css
=============================*/
.video-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #3c3b377a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-overlay .play-btn {
    color: #FFFFFF;
    font-size: 47px;
    height: 80px;
    width: 80px;
    border: solid 2px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.video-main-block {
    margin-bottom: 30px;
}

.video-main-block:last-child {
    margin-bottom: 0;
}

.video-main-block:nth-child(even) {
    display: flex;
    flex-direction: row;
}

.video-main-block:nth-child(even) .video-block {
    order: 2;
}

.video-main-block:nth-child(even) .video-content-block {
    order: 1;
}

/*============================
        Admin profile
============================== */


.img-overlay-icon a {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    background-color: #6e81dce0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/*===============================
       Organization Record css
=================================*/

/*datatable css*/
.org-table-logo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.org-table-logo img {
    border-radius: 50%;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

/*===========================
    Single Organization css
=============================*/
.org-logo-holder {
    width: 20%;
    border-radius: 50%;
    margin: auto;
}

.org-logo-holder img {
    border-radius: 50%;
}

.org-status-holder {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 1px #353535;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transform: translateY(-20px);
}

.border-success {
    border: solid 1px green;
}

.border-danger {
    border: solid 1px red;
}

.org-status-holder i {
    font-size: 21px;
}

.profilename .text {
    width: 70%;
    margin: auto;
}

.addr-block {
    border: solid 1px #e6e6e6;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.addr-block i {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

.org-details li {
    margin-bottom: 25px;
}

.inner-block-heading {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 8px;
}

.inner-block-heading i {
    font-size: 17px;
}

.block-small-heading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.label {
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #e0e0e0;
    border-radius: 25px;
    margin-top: 5px;
    margin-right: 5px;
}

.org-details li p {
    margin-left: 25px;
}

.tab-content .content-inner-div {
    padding: 30px 30px;
}

/* ===================================
      Policies tab css
   ===================================*/
.policies-box .card-body {
    min-height: 100px;
}

/* ===================================
            Account tab css
======================================*/
#orgpassword {
    border-color: #6e81dc;
}

/*========================================
          Category css (BY: doodibad)
==========================================*/


.table-select-checkbox {
    display: flex;
}

.table-select-checkbox input {
    margin-left: 10px;
}

.action-icons {
    display: flex;
    flex-wrap: wrap;
}

.action-icons i {
    margin: 0 5px;
    font-size: 20px;
    cursor: pointer;
}

.action-icons a {
    font-size: 12px;
}

.custom-checkbox-button label:before {
    height: 15px;
    width: 15px;
    border: solid 1px;
}

.delete-all-categories {
    display: none;
}

.change-any-status {
    display: none;
}

.custom-checkbox-button label:after {
    top: -2px;
    left: -20px;
    width: 20px;
    height: 20px;
}

/*========================================
          Courses css (BY: doodibad)
==========================================*/

.edit-location {
    border-right: solid 1px #0a6aa1;
}

.loc_div {
    margin-bottom: 0;
}

.add-more-dates {
    font-size: 12px;
    padding-left: 20px;
    display: inline;
}

.add-more-dates:hover {
    text-decoration: underline;
}

.course-info-length {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 200px; */
}

.course-date-time-location-container {
    box-shadow: 1px 1px 10px #ececec;
    border-radius: 5px;
    padding: 15px 10px;
}

.remove-course-date-time {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 12px;
}

.course-date-time-location-container .la-times:before,
.course-date-time-location-container .la-remove:before {
    line-height: 1.5;
}

.category-tabs-list .custom-control a {
    cursor: pointer;
    display: none;
}


.tab-height {
    overflow-y: auto;
    min-height: 50px;
    margin-bottom: 10px;
    max-height: 160px;
    display: block;
}

.tab-height::-webkit-scrollbar {
    width: 8px;
}

/* ===================================
             Handle
======================================*/
.tab-height::-webkit-scrollbar-thumb {
    background: #e4e5e8;
    border-radius: 10px;
}

.add-product-category-input {
    display: none;
}

.category-tabs-title p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 8px 0;
    background-color: #f6f6f6;
}

.course-loc-action-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-toggle-icon-loc {
    display: flex;
    cursor: pointer;
}

.table-toggle-icon i {
    transform: rotate(0deg);
    transition: 0.3s;
}

.table-toggle-icon i.animatethisicon {
    transform: rotate(90deg);
    transition: 0.3s;
}

.course-table-inner-row {
    padding-left: 10px;
    padding-top: 10px;
}

.course-details-table tr {
    border-bottom: solid 1px #e4e4e4;
}

.course-details-table tr:last-of-type {
    border-bottom: none;
}

.course-table-inner-data-block {
    position: relative;
    box-shadow: 0px 0px 2px #e4e4e4;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f5f9fc29;
}

.course-table-inner-data-block div {
    display: flex;
}

.course-table-inner-data-block div p b {
    padding-right: 5px;
}

.inner-data-actions {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
}

.inner-data-actions i {
    font-size: 20px;
    cursor: pointer;
}

.inner-data-actions i:nth-of-type(1) {
    margin-right: 3px;
}

.table-toggle-icon {
    cursor: pointer;
    position: relative;
    height: max-content;
    width: max-content;
}

.datepicker {
    z-index: 5000 !important;
}

.course-tabs-titles {
    /*border-right: solid 1px rgba(0, 0, 0, 0.05);*/
    background-color: #fbfbfb;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills.bordered-pills .nav-link {
    border-right: 1px solid #e2e2e2;
}


.top-courses-dashboard-header {
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
}

.table-height-dashboard {
    max-height: 317px;
    min-height: 317px;
    overflow-y: scroll;
}

.top-course-img {
    width: 50px;
    height: auto;
    object-fit: cover;
}

/*===========================
          footer css
=============================*/

.footer-companies-list .company-img {
    width: 120px;
}

#popup_container {
    position: fixed;
    top: 50%;
    left: 50%;
}

/*=================================*/
/*         Media Quries            */
/*=================================*/

@media (max-width: 768px) {
    .video-main-block:nth-child(even) .video-block {
        order: 1;
    }

    .video-main-block:nth-child(even) .video-content-block {
        order: 2;
    }

    /*==========================
       Admin Login CSS
     ============================*/
    .login-container {
        background-color: #fff;
        width: 90%;
    }

    .login-container .auth-box-right .card .card-body {
        padding: 20px;
    }

    .auth-box .auth-box-left .auth-box-logo {
        margin: auto;
    }

    .authenticate-bg {
        align-items: center;
        display: flex;
    }

    /* Packages Section for Mobile Version*/
    #v-pills-packages .packages-section .col-md-4 {
        justify-content: flex-start !important;
    }
}


/* ===================================
    Packages Section CSS by (UN)
====================================== */

#v-pills-packages .price-selection {
    margin-bottom: 30px;
}

#v-pills-packages .price-selection .radio-fix {
    display: flex;
    align-items: center;
    justify-content: center;
}

#v-pills-packages .price-selection .radio-fix input {
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
}

#v-pills-packages .course-packages {
    box-shadow: 1px 1px 10px #ececec;
    border-radius: 5px;
    padding: 15px 10px;
}

#v-pills-packages .packages-section .col-md-4 {
    display: flex;
    justify-content: space-evenly;
}

#v-pills-packages .remove-package {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 12px;
}

#v-pills-packages .la-times:before {
    line-height: 1.5;
}

#v-pills-packages .table-packages,
#v-pills-packages .package-essential-table-div {
    margin-top: 50px;
    box-shadow: 1px 1px 10px #ececec;
    border-radius: 5px;
    padding: 15px 10px;
    margin-right: 0px;
    margin-left: 0px;
}

/* ===================================
 Promoted Article Button Support Hub
 =====================================*/

.promoted-article-btn {
    color: #6e81dc;
    background-color: #ffffff;
    border-color: #6e81dc;
    box-shadow: none;
}

/* Shopcart Page */
.shop-cart-height {
    height: 200px;
}

/* ===================================
         User Managment CSS
    ==================================*/
.user-view {
    font-size: 18px !important;
    margin-top: 2px !important;
}

.user-stats .card {
    border: 1px solid #e1e1e1;
}

.user-detail-card {
    background-color: #f9f9f9;
    padding-top: 20px;
}

.user-detail-card .admin-profile-image {
    width: 70% !important;
}

.user-detail-card .admin-profile-image img {
    border-radius: 50%;
    background-color: #f1f1f1;
}

.show-resourses-toogle .custom-switch {
    padding-left: 3.25rem;
}

.resource-file-upload input {
    width: 110px;
}

.resource-file-upload .fileupload-text {
    color: #8A98AC;
    font-family: "Nunito Sans", sans-serif;
}

/* ===================================
    Responsive Admin CMS CSS by (UN)
====================================== */

@media (max-width: 991.98px) {
    /*  Margin top for mearged section in tabs and mobile version  */
    .margin-top-tab-version {
        margin-top: 30px;
    }

    /*Color Left Border For Tab and Mobile Version*/
    .main-banner-border .colored-border-left,
    .advertisement-section .colored-border-left,
    .feature-section-homepage .colored-border-left,
    .info-messages-section .colored-border-left,
    .about-us-company-info .colored-border-left,
    .join-our-team-section .colored-border-left,
    .social-responsibility .colored-border-left,
    .advertisement-banner-block .colored-border-left,
    .contact-us-block-section .colored-border-left,
    .advertisement-page-content-section .colored-border-left {
        padding-left: 0;
        border-left: none;
    }

    .corporate-training-section .colored-border-left,
    .top-categories-section .colored-border-left,
    .footer-links-section .colored-border-left {
        border-left: none;
        padding-left: 20px;
    }

    .shop-cart-height {
        height: auto;
    }

    .user-detail-card {
        height: auto;
    }

    .user-detail-card .admin-profile-image {
        width: 50% !important;
    }
}


/* ===================================
    Admin CMS CSS by (Doodibad)
====================================== */

.frequently-bought-fields {
    display: flex;
    align-items: flex-end;
}

.frequently-bought-fields div p {
    padding-bottom: 5px;
}


/* ===================================
    Admin CMS CSS by (Doodibad)
====================================== */


.password-toggle {
    position: relative;
}

.password-toggle input {
    position: relative;
    padding-right: 35px;
}

.password-toggle i {
    position: absolute;
    top: 56%;
    transform: translateY(0);
    right: 11px;
    cursor: pointer;
}

/* ===================================
    Training Provider CSS by (Doodibad)
====================================== */

.training-provider-logo {
    width: 200px;
    height: 200px;
    border: solid 1px #e2e2e2;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.training-provider-logo img {
    border-radius: 50%;
    /*height: 100px;*/
    /*width: 200px;*/
}

.create-session-tabs {
    border-bottom: solid 1px #EEEEEE;
}

/* ===================================
    Order Management Datatable CSS by (Doodibad)
====================================== */
thead input {
    width: 100%;
}

#multisearch-datatable_wrapper .dataTables_filter, .dataTables_info {
    display: none;
}

#ClassroomLearnerCourses-datatable_wrapper .dataTables_filter, .dataTables_info {
    display: none;
}

#VirutalLearnerCourses-datatable_wrapper .dataTables_filter, .dataTables_info {
    display: none;
}

#OnlineLearnerCourses-datatable_wrapper .dataTables_filter, .dataTables_info {
    display: none;
}

#user_management_wrapper .dataTables_filter, .dataTables_info {
    display: none;
}


.custom-datatable-filter-fields {
    position: relative;
}

.custom-datatable-filter-fields i {
    color: rgb(154 154 154);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    width: 35px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-datatable-filter-fields i.active {
    color: #6e81dc;
}

.custom-search-fields {
    padding-left: 30px;
    height: 100%;
    border: 1px solid rgb(216 216 216);
    border-radius: 10px;
}

.custom-search-fields:focus {
    border-radius: 10px;
}


.order-details-table tr td {
    padding: 8px 0;
}

.order-address-payment-details {
    min-height: 282px;
}

.course_viewer_id {
    font-size: 15px;
    padding-left: 6px;
}


.course-info-img img {
    width: 80px;
}

.course-learner-info {
    font-size: 13px;
}

.course-learner-info a {
    text-decoration: underline;
}

.open-modal.text-primary {
    cursor: pointer;
}

#RemoveDelegate {
    cursor: pointer;
}

.border-primary {
    border: solid 1px #6e81dc;
}


.daterangepicker.dropdown-menu {
    padding: 0;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-size: 15px;
    padding: 15px 10px;
}

.daterangepicker td, .daterangepicker th {
    max-width: unset;
}

.daterangepicker .calendar {
    max-width: unset;
}

ul.range-types {
    display: none;
}

.prev.available {
    background-color: #6e81dc;
    border-top-left-radius: 5px;
    /*border-bottom-left-radius: 5px;*/
}

.next.available {
    background-color: #6e81dc;
    border-top-right-radius: 5px;
    /*border-bottom-right-radius: 5px;*/
}

.table-condensed .icon-arrow-left:before {
    content: "<";
    color: #FFFFFF;
    height: 10px;
    width: 10px;
}

.table-condensed .icon-arrow-right:before {
    content: ">";
    color: #FFFFFF;
    height: 10px;
    width: 10px;
}

.controls .range-types, .controls button {
    margin-right: 8px;
    background-color: #6e81dc;
    border: none;
}

.controls .range-types, .controls button:hover {
    background-color: #7e95ff;
}

.daterangepicker tr.cheader th {
    padding: 15px 0;
    color: #717c99;
}

.table-condensed thead tr.cheader {
    background: #f0f2fb;
    border: solid 1px #f0f2fb;
}

.table-condensed thead tr:nth-last-of-type(1) {
    background-color: #e4e5e8;
    /*border: solid 1px #e4e5e8;*/
    color: #717c99;
}

.table-condensed thead tr:nth-last-of-type(1) th {
    border-radius: 0;
}

.daterangepicker td.in-range {
    background: #cbd2f5;
    color: #000000;
}

.daterangepicker td.in-range.second-range {
    background: #baffdf;
    color: #000000;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    height: 30px;
    width: 30px;
    background-color: #6e81dc;
}

.daterangepicker .calendar {
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    background: #fff;
    /*box-shadow: 1px 1px 10px #d6d6d6;*/
}

.daterangepicker .ranges {
    display: none;
}

.actions-list {
    display: flex;
    flex-direction: column;
}

.actions-list a {
    font-size: 20px;
    color: #4f4f4f;
}

.actions-list i {
    margin: 0 5px;
}

.remove-session {
    cursor: pointer;
}

/* .new-session-details {
    display: none;
} */
.pricing-plan span.pricing_check_circle {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#cardnum, #cardcvc, #cardexp {
    border: solid 1px #e2e2e2;
    padding: 10px;
}
.pricing-plan span.pricing_check_circle i {
    font-size: 12px;
    color: #fff;
}
.pricing-plan .light-green-bg {
    background: #42af58;
}

.pricing-plan .dark-red-color-bg {
    background-color: #e86c60;
}

.bg-skin {
    background-color: #f5f9fc;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.card-header.order-card {
    border-bottom: solid 1px #c1c1c1;
}

.order-card-inner-details {
    border-right: solid 1px #c1c1c1;
}

.order-card-inner-details:last-of-type {
    border: none;
}

.order-card-inner-details .mastercard-img {
    width: 25px;
}

.border-bottom-dark {
    border-bottom: solid 1px #c1c1c1;
    padding-bottom: 10px;
}

.border-bottom-bold {
    border-bottom: solid 3px #dee2e6;
}

.border-top-light-g {
    border-top: solid 1px #dee2e6;
}

.border-bottom-light-g {
    border-bottom: solid 1px #dee2e6;
}

.order-table {
    list-style-type: none;
}

.order-table li {
    max-width: 350px;
    flex: auto 1;
    flex-wrap: wrap;

}

.col-lg-12.mt-5 p {
    display: none;
}

.add-session-here .col-lg-12.mt-5 p {
    display: flex;
}

.parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #f44455;
    margin-top: 8px;
}

.note-popover .popover-content .note-para .note-dropdown-menu, .note-editor .note-toolbar .note-para .note-dropdown-menu {
    min-width: 245px;
}

#multisearch-datatable-grouping_filter {
    display: none;
}


.dtrg-group.dtrg-start.dtrg-level-0 {
    background-color: #e7f0f4 !important;
}

.dtrg-group.dtrg-start.dtrg-level-0 td:before {
    display: none !important;
}

.dtrg-group.dtrg-start.dtrg-level-0 td {
    padding-left: 5px !important;
}

.dtrg-group.dtrg-start.dtrg-level-2 td {
    border-top: none;
}

.row-group-heading {
    color: #717c99 !important;
    text-decoration: none;
    font-weight: bold;
}

.checkbox-error {
    display: none;
}

.packages-amount-data {
    display: none;
}

.icon-in-input {
    position: relative;
}

.icon-in-input input {
    padding-left: 25px;
}

.icon-in-input i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}

.parsley-errors-list.filled {
    text-align: left;
    display: block;
    bottom: -20px;
    position: absolute;
}

.multisearch-datatable-grouping-selected {
    font-weight: bold;
    background-color: #f7f8fb;
    color: #111;
}

.img-profile {
    border-radius: 50%;
    height: 250px;
    width: 250px !important;
    /* object-fit: cover; */
    object-fit: contain;
}
.not-found-img{
    height:200px;
    width:200px;
    background-color: #fff;
    padding:10px;
}
.not-found-img img{
    width:100%;
}
.img-profile-sidebar {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    object-fit: contain;
}
.main-bar-dropdown .dropdown{
    border: solid 1px #f0f2fb;
    border-radius: 50%;
    padding: 3px;
}
.topbar .infobar > ul > li {
    margin-left: 10px;
}
.change-status {
    display: none;
}

.vertical-layout.toggle-menu .profilename h5 {
    display: none;
}

.mock-exam-units-container .card {
    box-shadow: 1px 1px 10px #d5d5d5;
    min-height: 100%;
    position: relative;
}

.mock-exam-units-container .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.editable-input {
    border: none;
    background-color: #0000;
    border-bottom: solid 1px #b4b4b4;
    display: none;
}

.save-edit-module-title {
    display: none;
}

.custom-icon-fields {
    position: relative;
}

.custom-icon-fields input {
    padding-left: 25px;
}

.custom-icon-fields i {
    position: absolute;
    top: 67%;
    left: 23px;
    color: #0b43c6;
    transform: translateY(-50%);
}

.int-table tfoot tr td {
    display: block !important;
}

.editable-data {
    display: inline-block;
}

.editable-data input {
    display: inline-block;
    border: none;
    border-bottom: solid 1px #c6c6c6;
    color: #8A98AC;
    background: transparent;
}

.max-width {
    width: 315px;
}

.timeline-block:not(:first-child) .timeline-content .timeline-date {
    background-color: #cdcdcd;
}

.timeline-block:nth-child(even) .timeline-date::before {
    border-left-color: #cdcdcd;
}

.timeline-block:nth-child(odd) .timeline-date::before {
    border-right-color: #cdcdcd;
}

.timeline-block:first-child .timeline-content .timeline-date::before {
    border-right-color: #6e81dc;
}

.feather-svg {
    background-color: #fddee1;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.update-package-display td {
    padding: 10px 0;
    text-align: center;
}

/*.update-package-display tr:not(:first-child) td{*/
/*    text-align: center;*/
/*}*/
.update-package-display tr th:not(:first-child) {
    text-align: center;
}

.update-package-display tr td:first-child {
    text-align: left;
}

.bootstrap-tagsinput {
    border: 1px solid rgba(0, 0, 0, 0.18);
}

.bootstrap-tagsinput input {
    border: none;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    margin-left: 4px;
}

.sortable-courses {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ui-state-default {
    cursor: move!important;
    padding: 8px 10px!important;
    margin-bottom: 5px!important;
    background-color: #f5f5f5!important;
    width: 90%!important;
}

.ui-state-default:before {
    content: '\21C5'!important;
    color: #000000!important;
    margin-right: 5px!important;
}
/* .ui-state-current {
    cursor: move!important;
    padding: 8px 10px!important;
    margin-bottom: 5px!important;
    background-color: #f5f5f5!important;
    width: 90%!important;
}

.ui-state-current:before {
    content: '\21C5'!important;
    color: #000000!important;
    margin-right: 5px!important;
} */

.session-details-table td {
    padding: 6px 0;
}

.table-responsive ::-webkit-scrollbar-track {
    background-color: #f5f9fc;
    border-radius: 10px;
}

.table-responsive ::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.table-responsive ::-webkit-scrollbar-thumb {
    background-color: #d7d7d7;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #e5e5e5;
}

.table-responsive ::-webkit-scrollbar-thumb:hover {
    background-color: #d7d7d7;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #e5e5e5;
}

/* =================================
    Order Details Page Start
===================================*/
.greyed {
    background-color: rgb(226, 221, 221) !important;
}
.greyed-red{
    background-color: rgb(247 185 185 / 10%) !important;
    border: solid 1px #f32c3f;
}
.greyed-primary{
    background-color: rgb(140 125 169 / 10%) !important;
    border: solid 1px #596fd7;
}
.custom-order-id {
    position: absolute;
    top: -5px;
}

.custom-success {
    font-size: .9rem !important;
    font-weight: 500 !important;
    color: rgb(14, 98, 69) !important;
    background: rgb(203, 244, 201) !important;
}

.stripe-top {
    margin-top: -5px;
}

.order-card-inner-details {
    border-right: solid 1px rgb(227, 232, 238) !important;
}

.order-card-inner-details:nth-child(8) {
    border-right: solid 1px transparent !important;
}

.order-card-custom-border {
    border-bottom: solid 1px rgb(227, 232, 238);
}

.card-header.order-card {
    border-bottom: solid 1px rgb(227, 232, 238) !important;
}

.history-timeline-container .timeline {
    margin: 20px 0;
    padding: 0;
    display: inline-block;

}

.history-timeline-container .timeline li {
    list-style: none;
    margin: auto;
    min-height: 50px;
    border-left: 1px dashed #6e81dc;
    padding: 0 0 20px 16px;
    position: relative;
}

.history-timeline-container .timeline li:last-child {
    border-left: 0;
}

.history-timeline-container .timeline li::before {
    position: absolute;
    left: -11px;
    top: 0px;
    content: " ";
    cursor: pointer;
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #6e81dc;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;

}

.history-timeline-container .timeline li:hover::before {
    border-color: #6e81dc;
    transition: all 1000ms ease-in-out;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.74);
}

.timeline li .item-detail {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.timeline li .timestamp {
    color: #6e81dc;
    position: absolute;
    text-align: right;
    font-size: 12px;
}

.custom-delegate-title {
    box-sizing: content-box;
}

#noteContainer {
    display: none;
}

.res-note-timeline {
    width: 50%;
}

.res-note-timeline p {
    margin-bottom: 0;
}

/* ===================================
      Order Details Page End
 =====================================*/


.table-height {
    /*max-height: 600px;*/
    /*height: auto !important;*/
    padding-bottom: 10px;
    min-height: 250px;
}

/* ===================================
    Notes management page css start
  ===================================*/
.notes-area .nav-item > .active {
    border-bottom: 2px solid #6e81dc;
}

.notes-area .dropdown-toggle::after {
    display: none !important;
}

.notes-area .comment-section {
    background: #F5F9FC;
}

.notes-area .simple-accordion-content .profilebar {
    padding: 15px 30px 0px 30px;
}

.notes-area .card-subtitle {
    margin-bottom: -12px !important;
}

.notes-area .custom-button {
    HEIGHT: FIT-CONTENT;
    margin-right: 20px;
}

.custom-button {
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .notes-area .custom-icon {
        left: 13px !important;
    }

    .notes-area .custom-icon-two {
        left: 46px !important;
    }
}

.custom-shadow {
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.note-editor.note-frame .note-editing-area .note-editable {
    height: 136.828px;
}

.note-editor .custom-control-input {
    opacity: 1;
    z-index: 1;
}

.notes-area .custom-icon {
    padding: 12px;
    position: absolute;
    left: 0px;
    top: -17px;
}

.notes-area .custom-icon-two {
    padding: 12px;
    position: absolute;
    left: 40px;
    top: -17px;
    border-top-right-radius: 0.3rem;
}

/* ===================================
        Notes management page css end
=====================================*/
/* ===================================
quick notes modal window css start
=====================================*/
.quick-notes-area .notes-box .card-title {
    font-size: 15px;
}

.quick-notes-area .notes-box .card-subtitle {
    font-size: 12px;
}

.quick-notes-area .notes-box .img-profile-sidebar {
    height: 30px;
    width: 30px;
}

.quick-notes-area .notes-box hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.quick-notes-area .notes-box #title {
    font-size: 15px;
    margin-bottom: 0;
}

.quick-notes-area .notes-box #comment {
    font-size: 14px;
    margin-bottom: 0;
}

/* ===================================
            Nested Table Start
====================================*/
#multisearch-datatable_wrapper div:nth-child(2) {
    overflow-x: auto;
}

.nested-table thead {
    background-color: #e9f5ff;
    /*background-color: #f5f9fc;*/
}

.table-responsive .table-responsive {
    min-height: auto;
    width: 98%;
    margin: 0 auto;
    overflow: auto;
}

.table-responsive .table-responsive td, .table-responsive .table-responsive th {
    font-size: 13px;
}


.paginate-pagination {
    position: absolute;
    right: 0px;
}

.paginate-pagination ul > li > a.page {
    height: 35px;
    width: 35px;
    line-height: 35px;
}

.paginate-pagination ul > li:first-child > a.page, .paginate-pagination ul > li:last-child > a.page {
    font-size: 20px;
    line-height: 32px;
}

.paginate-pagination ul > li > a.page.active {
    opacity: 1;
    background-color: #6e81dc;
    color: #fff;
    border: 1px solid #6e81dc;
}

/* ===================================
            Nested Table End
================================*/
/* ===================================
         Table box css start
   ===============================*/
.table-box tbody tr {
    width: 97%;
    /*box-shadow: 1px 1px 10px #d9d9d9;*/
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.20);
}

.table-box tbody tr td {
    background-color: #fff;
}

.table-box tbody tr td .card {
    background-color: transparent;
}

.table-box tbody tr td .card .card-heading {
    font-size: 16px;
}

.table-box tbody tr td .card .card-detail {
    font-size: 14px;
    margin-bottom: 0;
}

.table-box tbody tr td .card-body {
    padding: 15px 1.2rem 10px;
}

.custom-order-card {
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #dddddd;
}

.user-rolls-checks-container {
    display: flex;
    justify-content: space-around;
    /*box-shadow: 1px 1px 10px #cfcfcf;*/
    /*background-color: #f3f3f3;*/
    /*color: #000000;*/
    /*padding: 10px 0;*/
}

.user-rolls-checks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    text-align: center;

}

.datepicker--nav {
    padding: 10px;
}

.datepicker--body.active {
    padding: 10px;
}

.datepicker--cell-day {
    padding: 10px;
}

.placeorderBtn.disabled {
    color: #fff;
    background: #6e81dc;
    padding: 8px 20px;
    border: 1px solid transparent;
    transition: .5s ease;
    font-weight: bold;
    font-size: 14px;
}

.placeorderBtn {
    background-color: #6e81dc;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid transparent;
    transition: .5s ease;
    font-weight: bold;
    font-size: 14px;
}

.placeorderBtn:hover {
    background-color: #6e81dc;
    border: 1px solid transparent;
    color: #FFFFFF;
}

.checkout-loading {
    display: none;
    animation: rotateloading 1s infinite;
}

@keyframes rotateloading {
    0% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.user-ids-form .parsley-errors-list.filled {
    display: block;
    bottom: unset;
    position: relative;
}

.media-box {
    display: flex;
    flex-wrap: wrap;
    max-height: 200px;
    height: 200px;
    overflow-y: auto;
    background-color: #f8f8f8;
    border: solid 1px #d9d9d9;
    position: relative;
}

.media-box .media-image {
    width: 250px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.media-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.2s ease-in-out;
}

.media-box .media-image:hover .media-image-overlay {
    opacity: 1;
    transition: 0.2s ease-in-out;

}

.media-box .media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-media-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.media-image-container {
    margin: 10px 15px;
}

.media-image-container a {
    display: block;
    height: 25px;
    overflow: hidden;
}

.blog-user-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-user-image img {
    object-fit: cover;
}


/*provider inner pages*/
.provider-listings div {
    padding: 20px;
    border: solid 1px #e7e7e7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .3s ease;
}

.provider-listings div:hover {
    box-shadow: 1px 1px 10px #f1f1f1;
}

.provider-listings div i {
    font-size: 30px;
}

.provider-listings div .anchor-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
}

.accr-image-holder {
    height: 150px;
    margin: auto;
}

.accr-image-holder .table-image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    width: 130px;
}

.edit-landing-page .top-banner-services .list-action-btn {
    position: absolute;
    right: 22px;
    top: 0;
}

.user-name-letters {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: black;
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #FFFFFF;
    border: 1px solid #0f7c90;
}

.purchase_history_main .table tbody tr td .media i {
    padding: 10px;
    font-size: 38px;
    margin-right: 15px;
    color: #ec5252;
    padding: 10px;
    width: 115px;
    height: 70px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Business page css*/
.business-nav{
    border: none;
}

.business-nav .nav-item.show .nav-link, .nav-tabs .nav-link{
    border-radius: 0;
    /*border: 1px solid #aaa1a136;*/
}
.business-nav .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: #0f7c90;
    color: #fff;
    border: #0f7c90;
    border-radius: 0;
    border: 1px solid #0f7c90;
}
.business-nav .nav-item.show .nav-link, .nav-tabs .nav-link:hover{
    border-radius: 0;
    border: 1px solid #aaa1a136;
}
