* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

div#dictionarypopup {
    display: none;
}

body,
html {
    overflow-x: hidden;
}


.fs-3{
    font-size: 14px;
}
body .navbar .sub-nav .form-control {
    border: none !important;
}
.raise-ticket-button{
    display: flex;
    align-items: center;
}
.h-raise-ticket{
    border-radius: 4px;
    background: #FFD000;
    padding: 8px 16px;
    color: #121212;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
    
.drawer.drawer-left.show {
    background: #F6F8FB;
}
.prog_sec.progress {
    background-color: #FBF6F6;
}
.prog_sec .progress-bar {
    background: #001489;
}
.drawer.drawer-left .drawercontent .list-group .list-group-item {
    background-color: transparent;
    color: #fff;
}

body.light .drawer.drawer-left .drawercontent .list-group .list-group-item {
    color: #333;
}

#usernavigation .moremenu.navigation .nav-item .icon {
    display: none;
}

#usernavigation li.dropdown.nav-item:hover .dropdown-menu {
    display: block;
}

#usernavigation li.dropdown.nav-item:hover .dropdown-menu:hover {
    display: block;
}

.loading-icon img.icon {
    width: 150px !important;
    height: 150px !important;
}

.drawer.drawer-left {
    padding: 35px 0;
}

#page-user-profile #page,
#page-user-profile #page.drawers {
    padding-top: 1.75rem;
}

@media (max-width:545px) {
    .drawer.drawer-left {
        padding: 60px 0;
    }
    .h-raise-ticket{
        padding: 6px;
        font-size: 8px;
    }
}

.sub-nav {
    padding: 0;
}


h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

body>section {
    flex: 0 0 120px;
    text-align: center;
}

section.switch_theme {
    display: none;
    align-items: center;
    justify-content: center;
}

.switch_theme .switch {
    display: inline-block;

}

.switch_theme .switch input {
    display: none !important;
}

.switch_theme .switch label {
    display: block;
    width: 65px;
    height: 30px;
    padding: 5px;
    border-radius: 24px;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    background: #44318D;
    /* z-index: 10;
    position: absolute;
    opacity: 0; */
}

body.light .switch_theme .switch label {
    background: #333;
}

.switch_theme i.fa-solid.fa-moon {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 12px;
    transform: translateY(calc(-50% - 2px));
    color: #fff;
}

.switch_theme i.fa-solid.fa-sun {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(calc(-50% - 2px));
    font-size: 12px;
    color: #fff;
}

.switch_theme .switch label::after {
    content: "";
    display: inherit;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    background: #9747FF;
    transition: 0.3s;
    opacity: 0.5;
}

.switch_theme .switch input:checked~label {
    border-color: #9747FF;
}

body.light .switch_theme .switch input:checked~label {
    background: #0E0B1F;
}

.switch_theme .switch input:checked~label::after {
    translate: 34px 0;
    background: #9747FF;
}

.switch_theme>i.fa-solid {
    cursor: pointer;
}




.pagelayout-incourse .drawer.drawer-left {
    padding: 100px 0;
}

.dropdown-divider,
a.dropdown-item[title="Grades"],
a.dropdown-item[title="Calendar"],
a.dropdown-item[title="Private files"],
a.dropdown-item[title="Reports"],
a.dropdown-item[title="Preferences"] {
    display: none !important;
}

#page-login-forgot_password #fitem_id_username {
    display: none;
}

#page-login-forgot_password .showpassword {
    position: relative;
}

#page-login-forgot_password span.show-password-icon.edw-icon.edw-icon-Show.custom-eye {
    position: absolute;
    z-index: 100;
    font-size: 1.5rem;
    bottom: 0.5rem;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
}

.drawer {
    z-index: 1000;
}


#page-login-forgot_password .fdescription.required,
#fgroup_id_buttonar,
#fitem_id_submitbutton {
    padding: 0;
}

#page-login-forgot_password .generalbox {
    text-align: center;
    color: #000;
}

#page-login-forgot_password .continuebutton .btn-primary {
    width: 100%;
    background: #FFD000;
    color: #000;
    border: none;
}

#page-login-forgot_password #fitem_id_submitbutton {
    margin: 0;
    background: transparent;
}

#page-login-forgot_password #fitem_id_submitbutton input#id_submitbutton {
    background: #FFD000;
    width: 100%;
    color: #000;
}




#page-login-forgot_password .continuebutton .btn-primary:hover {
    background: linear-gradient(to right, #f5b600, #ffd000);
}

.pagelayout-login .login-welcome-wrapper h2 {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width:400px) {
    #page-login-forgot_password #page-wrapper #page .login-container {
        padding: 0 4rem;
    }
}


.drawer.drawer-right.show span.fa-solid {
    transform: rotate(180deg);
}


.navbar .edw-icon:hover {
    color: #fff;
}

.navbar .primary-navigation .nav-link.active,
.navbar .primary-navigation .dropdown-toggle.active,
.navbar #usernavigation .nav-link.active,
.navbar #usernavigation .dropdown-toggle.active,
.navbar .primary-navigation .nav-link,
.navbar .primary-navigation .more-nav>.dropdown>.dropdown-toggle,
.navbar #usernavigation .nav-link,
.navbar #usernavigation .more-nav>.dropdown>.dropdown-toggle {
    padding: 0;
}

@media (max-width:1200px) {
    .navbar-nav {
        flex-direction: row;
        align-items: center;
    }

    .navbar .primary-navigation .navigation,
    .navbar #usernavigation .navigation {
        display: none;
    }

}

nav.moremenu li.dropdown .dropdown-menu {
    margin: 0;
    background: #140F2C;
    top: 45px;
    border: none;
}

nav.moremenu li.dropdown .dropdown-menu .dropdown-item {
    color: #ddd;
    background: #140F2C;
    transform: scale(0.98);
    transition: all 0.3s ease-in-out;
}

nav.moremenu li.dropdown .dropdown-menu .dropdown-item:hover {
    transform: scale(1);
    color: #ddd;
    background: #140F2C;
}

div#theme_remui-drawers-primary {
    z-index: 110;
}

.dark div#theme_remui-drawers-primary {
    background: #0A0816;
}

.aabtn.focus,
.aabtn:focus,
.btn-link.focus,
.btn-link:focus,
.nav-link.focus,
.nav-link:focus,
.editor_atto_toolbar button.focus,
.editor_atto_toolbar button:focus,
.editor_atto_toolbar .atto_toolbar_row.focus,
.editor_atto_toolbar .atto_toolbar_row:focus,
[role="button"].focus,
[role="button"]:focus,
.list-group-item-action.focus,
.list-group-item-action:focus,
input[type="checkbox"].focus,
input[type="checkbox"]:focus,
input[type="radio"].focus,
input[type="radio"]:focus,
input[type="file"].focus,
input[type="file"]:focus,
input[type="image"].focus,
input[type="image"]:focus,
.sr-only-focusable.focus,
.sr-only-focusable:focus,
a.dropdown-toggle.focus,
a.dropdown-toggle:focus,
.modal-dialog[tabindex="0"].focus,
.modal-dialog[tabindex="0"]:focus,
.moodle-dialogue-base .closebutton.focus,
.moodle-dialogue-base .closebutton:focus,
button.close.focus,
button.close:focus,
.form-autocomplete-selection.focus,
.form-autocomplete-selection:focus,
[role="treeitem"]:not([aria-expanded="true"]).focus,
[role="treeitem"]:not([aria-expanded="true"]):focus {
    box-shadow: none;
}

.block-myoverview [data-region="filter"] .all-filter-wrapper .nav-search-sort-selector .edw-search-form-wrapper .input-group-prepend .form-control {
    font-weight: 400;
}

#page-footer {
    background: #44318D;
}

h3 {
    color: #555;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navbar .dropdown-toggle::after,
.navbar #usernavigation .divider,
.navbar.sticky-top .popover-region {
    display: none;
}

.navbar .primary-navigation .nav-link.active,
.navbar .primary-navigation .dropdown-toggle.active,
.navbar #usernavigation .nav-link.active,
.navbar #usernavigation .dropdown-toggle.active,
.navbar .primary-navigation .nav-link,
.navbar .primary-navigation .more-nav>.dropdown>.dropdown-toggle,
.navbar #usernavigation .nav-link,
.navbar #usernavigation .more-nav>.dropdown>.dropdown-toggle {
    padding: 0 30px;
    border-radius: 10px;
    color: #333;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}


/* .navbar .primary-navigation .nav-link:hover,
.navbar .primary-navigation .more-nav>.dropdown>.dropdown-toggle:hover,
.navbar #usernavigation .nav-link:hover,
.navbar #usernavigation .more-nav>.dropdown>.dropdown-toggle:hover {
    background: #4C3A99;
    color: #fff;
} */

.navbar .primary-navigation .nav-link:hover,
.navbar .primary-navigation .more-nav>.dropdown>.dropdown-toggle:hover,
.navbar #usernavigation .nav-link:hover,
.navbar #usernavigation .more-nav>.dropdown>.dropdown-toggle:hover {
    color: #333;
}

@media (max-width: 767.98px) {
    .drawer.drawer-left#theme_remui-drawers-primary .drawerheader .navbar-brand {
        display: flex;
        padding: 24px;
        width: 100%;
        background: none;
    }
}

#page-wrapper {
    height: auto;
    position: relative;
    min-height: 100vh;
}

body#page-login-forgot_password,
body#page-login-index {
    background: #fff;
}

#page-login-index #page-wrapper {
    height: 100%;
    min-height: 775px;
}

#page-login-index footer#page-footer {
    margin: 0;
}

#page-my-index .container,
.container {
    max-width: 92%;
}

@media (min-width: 700px) {

    .drawer-left,
    .drawer-right {
        top: 0;
        height: 100vh;
        background: #fff;
    }

}

@media (max-width:700px) {
    #page-footer.footer a {
        word-break: break-all;
    }

    #page-my-index .container {
        max-width: 100%;
    }
}

.d-flex.justify-content-end.align-items-center.pagenation_box {
    padding: 2rem 1rem 0;
}

#page-my-index .drawers .block_myoverview {
    background: none;
    padding: 0 0 30px;
}


#page-my-index .box_hide {
    height: 0;
}

#page-my-index .edw-stats-wrapper {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

body #page-footer .footer-section .contact-support {
    position: fixed;
    display: flex;
    top: 500px;
    right: -78px;
    padding: 1rem 2.5rem;
    transform: rotate(-90deg);
    background: #44318D;
    color: #fff;
    border-radius: 0;
}

@media (max-width:1200px) {
    body #page-footer .footer-section .contact-support {
        display: none;
    }

    #page-login-forgot_password #page-wrapper .footer-section .contact-support,
    #page-login-index #page-wrapper .footer-section .contact-support {
        display: block;
    }
}

.main-area-bg.pagelayout-login .login-container {
    padding: 0;
}

#page-my-index .drawers .block_myoverview {
    background: none !important;
    padding: 0 !important;
}

#page-my-index .block_myoverview .card-text.content.block-content-area {
    padding: 2rem;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
}

#page-my-index #paged-content-container-0 div[data-region="paging-control-container"] {
    margin: 1rem 0;
}


.navbar .uni_search {
    margin: auto 30px;
}

.navbar .uni_search input.form-control {
    border-radius: 10px;
    background: #4C3A99;
    width: 388px;
    border: none;
    height: 46px;
    color: #EFEFEF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

p.sub_topic_list {
    font-size: 10px;
    line-height: normal;
    color: #fff !important;
}

.navbar .main_nav_search_box {
    display: none !important;
    border-radius: 5px;
    border: 1px solid #333;
    background: transparent;
    padding: 0 20px;
    position: relative;
    max-width: 360px;
}

.light .navbar .main_nav_search_box {
    background: #f8f8f8;
    color: #333;
}

.navbar .main_nav_search_box #suggesstion-box {
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
}

.dark .navbar .main_nav_search_box .contact-support {
    position: fixed;
    top: 500px;
    right: -78px;
    padding: 1rem 2.5rem;
    background: #44318D;
    color: #fff;
}

.mob_search_icon {
    display: none;
}

.mob_search_icon span {
    color: #fff;
    font-size: 30px;
}


.search_open_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #1F1B41;
    background: linear-gradient(90deg, #0A0816 0%, #140F2C 100%);
    z-index: 10000;
}

.search_open_container .search-container {
    margin: 0;
    width: 100%;
}

.search-container {
    position: relative;
    display: inline-block;
    margin: 20px 0;
    margin-bottom: 50px;
    width: 100%;
}

.search_open_container .fa-xmark {
    position: absolute;
    right: 21px;
    top: 28%;
    font-size: 21px;
    color: #44318D;
    cursor: pointer;
}

.search-input {
    padding: 15px 0px;
    border-radius: 5px;
    border: 1px solid #44318D;
    background: #1F1B41;
    color: white;
    outline: none;
    width: 100%;
    padding-left: 45px;
}

.search-icon {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #44318D;
}

.search-icon i {
    font-size: 15px;
}

.recent_search_img {
    min-width: 60px;
    height: 60px;
}

.recent_card_head {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    display: -webkit-box;
    line-height: normal;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.recent_card_semihead {
    font-size: 14px;
}

.recent_search_history_wrapper .recent_card_head {
    color: #7068A7;
}

.recent_search_history_wrapper i {
    margin-left: 10px;
    color: #7068A7;
}

.light .search_open_container .search-input {
    border-radius: 5px;
    border: 1px solid #44318D;
    background: #271B54;
    color: #fff;
}

.recent_Search_wrapper,
.search_bar_wrapper {
    padding: 10px 25px;
}

.search_bar_wrapper {
    border-bottom: 2px solid #1F1B41;
}

.recent_Search_wrapper .recent_txt {
    color: #7068A7;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.light .recent_search_card_content .recent_card_head {
    color: #333;
}

.search_result_wrapper {
    background: linear-gradient(90deg, #0A0816 0%, #140F2C 100%);
    height: 100vh;
    padding: 0 25px;
    overflow-y: scroll;
    scrollbar-color: #9747ff transparent;
}

.light .search_result_wrapper {
    background: #F9F8FF;
}

@media(max-width:1200px) {
    .mob_search_icon {
        display: block;
    }
}

.navbar .sub-nav #search-box {
    background: transparent;
    max-width: 400px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    line-height: normal;
    height: auto;
    box-shadow: none;
}

.navbar .sub-nav #search-box {
    color: #333;
}

.light .navbar .sub-nav #search-box {
    color: #333;
}

.light .navbar .sub-nav #search-box {
    color: #fff;
}

.navbar .sub-nav #suggesstion-box {
    background: #44318D;
    -ms-overflow-style: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.dark .navbar .sub-nav #suggesstion-box {
    background: #f0f7ff;
}

.navbar .sub-nav #suggesstion-box h2 {
    color: #fff;
    font-weight: 600;
    margin: 20px;
}

.main_search p {
    color: #fff !important;
}

#suggesstion-box .searched_course_list,
#suggesstion-box .searched_course_list {
    padding: 0 20px !important;
    list-style: none;
    color: #fff;
}

#suggesstion-box .topic_search_sec {
    list-style: none;
}

.search_icon {
    color: #333;
    font-size: 22px;
    line-height: normal;
}

#suggesstion-box div li,
#suggesstion-box div a,
#suggesstion-box ul a {
    color: #fff;
}

#suggesstion-box div li,
#suggesstion-box ul li {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

#suggesstion-box ul li>div {
    flex: auto;
}

#suggesstion-box .topic_search_sec li {
    margin: 20px;
}

#suggesstion-box div li i {
    font-size: 32px;
}

#suggesstion-box ul li img {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
}

@media (max-width:1200px) {

    .navbar .sub-nav .primary-navigation,
    .navbar .sub-nav #usernavigation .edwiser-navigation,
    .navbar .sub-nav #user-action-menu,
    .navbar .sub-nav .popover-region-container,
    .navbar .sub-nav .simplesearchform input,
    .navbar .sub-nav .simplesearchform input::placeholder {
        position: absolute;
    }

    #page-user-profile #usermenu-carousel .edw-icon,
    #page-my-index #usermenu-carousel .edw-icon {
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}



#page-login-index .contact-support {
    position: fixed;
    bottom: 3.25rem;
    right: 2rem;
    padding: 0.75rem 2.5rem;
    transform: rotate(-90deg);
    background: #44318D;
    color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    z-index: 10000;
}


#page-login-index .logo-area.r-mb-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-login-index .contact-support {
    top: auto;
    transform: none;
}



.navbar .uni_search input.form-control::placeholder {
    color: #EFEFEF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.uni_search .search_icon_box.position-absolute {
    top: 50%;
    color: #EFEFEF;
    transform: translateY(-50%);
    font-size: 21px;
    right: 1.5rem;
}


#page-my-index .edw-stats-wrapper {
    justify-content: space-around;
}

#page-my-index #sortingdropdown.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 9px;
}

#page-my-index #sortingdropdown.btn:focus {
    box-shadow: none;
}

#page-my-index #sortingdropdown span {
    color: #4c5a73;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

#page-my-index #sortingdropdown.dropdown-toggle::after {
    color: #767B86;
    font-size: 12px;
    font-weight: 600;
}

#page-my-index .list-group .card_container .card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    border: none;
}

#page-header .dashboard-bar-wrapper .page-header-headings .header-heading {
    font-size: 1.5rem;
    line-height: 32px;
    margin: 0;
    color: #001489;
    font-weight: 500;
}

.block-myoverview [data-region="filter"] .all-filter-wrapper .nav-search-sort-selector .edw-search-form-wrapper .input-group-prepend button.btn .edw-icon,
.block-myoverview [data-region="filter"] .all-filter-wrapper .nav-search-sort-selector .edw-search-form-wrapper .input-group-prepend #page-calendar-view button.cal_courses_flt .edw-icon,
#page-calendar-view .block-myoverview [data-region="filter"] .all-filter-wrapper .nav-search-sort-selector .edw-search-form-wrapper .input-group-prepend button.cal_courses_flt .edw-icon {
    font-size: 18px;
}

#page-my-index .h-semibold-6 {
    font-size: 1rem;
}

#page-my-index .h-exbold-2 {
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#page-my-index .block-header-wrapper {
    margin: 1rem 0;
}

/* #page-my-index #usernavigation > li.nav-item{
    display: none !important;
} */

#page-my-index .navbar .primary-navigation .nav-link.active,
#page-my-index .navbar .primary-navigation .dropdown-toggle.active,
#page-my-index .navbar #usernavigation .nav-link.active,
#page-my-index .navbar #usernavigation .dropdown-toggle.active {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.navbar .primary-navigation .nav-link.active::after {
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    content: " ";
    /* border-bottom: 5px solid #fff; */
}

#page-my-index .page_count_box {
    color: #999;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navbar .primary-navigation .nav-link.active {
    border-radius: 10px;
    padding: 0.25rem 1.5rem;
}

#page-my-index .navbar .edw-icon {
    color: #fff;
    font-size: 1rem;
}

#page-my-index .navbar-nav {
    gap: 17px;
}

.navbar-brand,
.navbar.sticky-top {
    height: 70px;
    padding: 0 30px;
}

#page-my-index .edw-stats-wrapper .stat-block .inner {
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar .primary-navigation .nav-link.active::before,
.navbar .primary-navigation .dropdown-toggle.active::before,
.navbar #usernavigation .nav-link.active::before,
.navbar #usernavigation .dropdown-toggle.active::before {
    display: none;
}


#page-my-index .block .block-header-wrapper .block-header {
    margin-bottom: 0px;
    color: #44318D;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.d-flex.paging-bar-container.mb-3 {
    display: none !important;
}


.tooltip-inner {
    border: 1px solid #44318D;
    border-radius: 0;
    background: #44318D;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #44318D;
    border-top-color: #44318D;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #44318D;
}

#page-my-index .navbar #usernavigation .divider {
    display: none;
}

#page-my-index .navbar #usernavigation .dropdown-toggle::after {
    display: none;
}

#page-my-index .block-myoverview [data-region="filter"] .all-filter-wrapper .nav-search-sort-selector .edw-search-form-wrapper .input-group-prepend {
    border-radius: 5px;
    border: 1px solid #BAC1CF;
    background: #FFF;
    max-width: 240px;
}

#page-my-index .all-filter-wrapper .dropdown {
    border-radius: 5px;
    border: 1px solid #BAC1CF;
    background: #FFF;
}



#page-my-index .pagination .icon-no-margin .icon {
    color: #44318D;
    border: none;
    cursor: pointer;
    background: none;
}

#page-my-index .pagination .page-link:focus {
    box-shadow: none;
}

div#theme_remui-drawers-primary {
    padding: 2rem 0 0;
    max-height: 100vh;
}

#page-my-index .pagination .page-link {
    border: none;
}

nav.navbar.sticky-top.navbar-expand.left {
    padding: 0 3rem;
    background: #44318D;
}

#theme_remui-drawers-primary .drawercontent {
    height: 100%;
}

#theme_remui-drawers-primary .drawerheader {
    display: none;

}

.drawer-primary .drawercontent {
    padding: 45px 0;
}

#page-header .dashboard-bar-wrapper h3.welcome-note {
    color: #44318D;
    font-size: 25px;
    line-height: 36px;
    font-weight: 500;
}

.navbar-brand-logo.logo {
    width: 100%;
    max-width: 250px;
}

#page-wrapper .box_card-body h3 {
    height: 80px;
    overflow: hidden;
    padding-right: 23px;
}

#page-my-index .navbar-nav .icon-no-margin .icon {
    color: #fff;
    font-size: 24px;
}

.box_card_container {
    padding: 1rem;
    background: #fff;
}

#page-wrapper .box_card_container .box_card {
    border-radius: 10px;
}

.img_container {
    position: relative;
}

.box_card {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    margin: 10px 0;
}

.dashboard-card {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    border: none;
    filter: none;
}

.box_card_container .img_container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #ffffff, transparent);
}

.play_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    font-size: 50px;
    color: #fff;
    background-color: #0000007e;
    padding-left: 5px;
    z-index: 20;
}

.box_card_container .head_mark {
    position: absolute;
    right: 0;
    top: 0;
    width: 31px;
    height: 31px;
    font-size: 14px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #555555;
    color: #555555;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overview .box_card {
    margin: 0 1rem;
}

.box_card_container .box_card-title {
    text-overflow: ellipsis;
}

.box_card_container .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

#page-my-index.box_card_container.expire_courses .owl-nav {
    top: 30%;
    left: 0;
    width: 100%;
    transform: none;
    height: 0;
}

.owl-nav .owl-next {
    float: right;
}

.box_card_container .owl-nav button[type="button"] {
    width: 60px;
    height: 60px;
    background: #00000060;
    border-radius: 50%;
    background: #828282B2;
    color: #fff;
    font-size: 33px;
    line-height: 36px;
    opacity: 0.4;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
}


.box_card_container .owl-nav button[type="button"]:hover {
    opacity: 1;
    transform: scale(1);
}

.progress-bar {
    background-color: #44318D;
}

.box_card_container .box_card-body {
    padding: 1rem 1rem 2rem;
}

.box_card_head {
    max-height: 60px;
    overflow: hidden;
}

.box_card_head h3 {
    text-overflow: ellipsis;
    height: 1.2;
}

.btn_container .btn {
    width: 48%;
}

.btn_container .btn.btn_start {
    border: 2px solid #44318D;
    color: #44318D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_container .btn.btn_start:hover {
    border: 2px solid #8265A7;
    color: #8265A7;
}

.btn_container .btn.btn_details {
    border: 2px solid #FFC107;
    background: #FFC107;
    color: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_container .btn.btn_details:hover {
    background: #F5B600;
}

.dots_mark {
    position: absolute;
    right: -1rem;
    top: 0.5rem;
    width: 20px;
    height: 20px;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
    display: none;
}


/* .box_card_tab{
    width: 700px;
} */

.box_card_tab .bar_container {
    flex: 1;
    /* margin: 0 2rem; */
}

.days_indicate.position-absolute {
    bottom: 2.5rem;
    right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #44318D;
}

.days_indicate.position-absolute i {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #44318D;
}


.icon_container .icon_circle {
    width: 24px;
    height: 24px;
    font-size: 18px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #555555;
    color: #555555;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_container {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon_container .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}


.tab_container i {
    font-size: 18px;
}

@media (min-width:1024px) {
    .tab_container .img_container i {
        font-size: 30px;
    }
}

.dropdown {
    top: 0;
    right: 0;
    z-index: 100;
}

td.cell .dropdown {
    z-index: inherit;
}

.card.flex-row.card_tab {
    margin: 1rem 0;
}

.img_container {
    height: 150px;
    overflow: hidden;
}

.course_overview_tab.img_container {
    max-width: 200px;
}


.tab_box_cards .img_container {
    height: 200px;
    width: 200px;
    overflow: hidden;
}

div.h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    padding-right: 3rem;
}

.days_indicate {
    color: #44318D;
}

.box_card_container {
    padding: 1.5rem;
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    height: auto;
}

.card_img_link {
    text-decoration: none;
}

.card_img_link:hover {
    text-decoration: none;
}

.text_card_contain div.h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 70px;
}

.days_indicate {
    color: #44318D;
}

@media only screen and (max-width: 1600px) and (min-width: 1023px) {

    .edw-course-card-grid {
        gap: 24px 0;
    }

    .btn_container.d-flex.align-items-center.justify-content-between.py-3 {
        padding: 0 0 1rem 0 !important;
    }

    .img_container {
        height: 150px;
    }

    .card_container .img_container {
        height: 150px;
    }

    .card_container .img_container img {
        min-height: 150px;
    }

    .text_card_contain p {
        margin: 0;
    }

    .card_container .card-body {
        padding: 1rem;
    }

    .navbar .uni_search input.form-control {
        width: 230px;
    }
}

#user-action-menu #usermenu-carousel .edw-icon {
    color: #555;
}


.heading_overview_tab {
    display: none;
}

.card_category {
    min-height: 30px;
}

@media (min-width:1400px) {
    .card_category {
        min-height: auto;
        margin: 0;
    }
}

#page-footer .customfooter p {
    text-wrap: nowrap;
}

#page-footer.footer a {
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #333;

}

#page-footer.footer a p {
    font-size: 14px;
}

div#pagingclass {
    display: block;
}

.card-ov-container {
    padding: 0;
}

.stats-mb-devices .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
}

@media (max-width:1200px) {
    h3 {
        font-size: 20px;
    }

    #page-header .dashboard-bar-wrapper h3.welcome-note {
        color: #44318D;
        font-size: 25px;
        line-height: 36px;
    }

    .customfooter {
        padding: 1rem 0;
    }

    div#pagingclass {
        display: none !important;
    }

    .play_btn {
        width: 50px;
        height: 50px;
        font-size: 28px;
        padding-left: 5px;
    }

    .tab_box_cards .img_container {
        height: 120px;
        width: 120px;
        overflow: hidden;
    }

    .block_myoverview .all-filter-wrapper {
        display: none !important;
    }

    .box_card_tab .bar_container {
        margin: 0;
    }

    .box_card_img.img_container {
        width: 100px;
    }

    .box_card_container .box_card-body {
        min-height: 150px;
    }


    #page-my-index .edw-stats-wrapper {
        border-radius: 16px;
    }

    .card-bundle {
        min-height: 480px;
    }

    .card-wrapper.wrapper-course-ov {
        min-height: 480px;
    }

    .card-bundle .card.flex-row.card_tab.d-lg-none.d-xl-none {
        max-width: 680px;
        height: 140px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    }

    .card-bundle .card-body {
        padding: 0 1rem 0 1.5rem;
    }

    .card-bundle .img_container {
        overflow: hidden;
        width: 140px;
        border-radius: 3px 0 0 3px;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    }

    .card-bundle .icon_container {
        position: absolute;
        right: 0.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: fit-content;
        top: 0.5rem;
    }

    .card-bundle .card-body h3 {
        padding-right: 1rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .card-bundle .card_img.img_container:after {
        position: absolute;
        top: 0;
        right: -2rem;
        width: 100%;
        height: 100%;
        content: '';
        display: block;
        background-image: linear-gradient(to left, white, transparent);
    }

    .card-bundle .card_img i {
        font-size: 24px;
    }

    .block-myoverview [data-region="filter"] .nav-grouping-selector .nav {
        margin: 0px 0px 16px 0px;
        gap: 8px;
        border-bottom: unset;
    }

    #page-my-index .navbar-nav {
        gap: 0;
        align-items: center;
    }

    #page-my-index .edw-stats-wrapper {
        padding: 3rem 1rem;
    }

    #page-my-index .edw-stats-wrapper .stats-mb-devices {
        gap: 70px;
    }

    .box_card .img_container {
        border-radius: 10px;
    }

    .stats-mb-devices .icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 70px;
    }

    .box_card_container .owl-nav {
        display: none;
    }

    #page-my-index .navbar .edw-icon {
        font-size: 2rem;
    }

    .navbar-toggler .edw-icon {
        font-size: 2rem;
    }

    .card .card_head .days_indicate {
        position: absolute;
        right: 1rem;
        bottom: 1rem;
    }

    .block_myoverview h4.block-header {
        display: none;
    }

    .heading_overview_tab {
        color: #44318D;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: block;
    }

    .block-myoverview [data-region="filter"] .nav-grouping-selector .nav li.nav-item [aria-current="true"]::after {
        display: none;
    }

    #page-my-index .block_myoverview .card-text.content.block-content-area {
        padding: 0;
    }

    #page-my-index .block_myoverview .card-text.content.block-content-area {
        background: none;
        box-shadow: none;
    }

    .card_container.tab_container.course-ov-container.course_overview_tab {
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
        padding: 1rem;
    }

    .card-ov-container {
        padding: 0;
    }

    .tab_container i {
        font-size: 14px;
    }




}

.edw-stats-wrapper,
#page.drawers .main-inner {
    margin: 1.5rem 0;
}

.block-region:not([data-blockregion="side-pre"]) .block:not(:last-of-type) {
    margin-bottom: 0;
}

footer#page-footer {
    margin-top: 1rem;
}

.block-body-wrapper {
    margin-bottom: 1rem;
}

.course_overview_tab .card-bundle .img_container {
    width: 150px;
    min-width: 150px;
}

@media only screen and (max-width: 820px) and (min-width: 600px) {
    #page-my-index .edw-stats-wrapper .stat-block .inner {
        flex-direction: row;
    }

    .card_container.tab_container.course-ov-container.course_overview_tab {
        padding: 1rem;
    }

}

@media (max-width:600px) {

    .navbar-brand,
    .navbar.sticky-top {
        padding: 0 10px;
    }

    .navbar-nav {
        gap: 10px;
    }

    div#pagingclass {
        display: none !important;
    }

    .block-body-wrapper {
        margin-bottom: 0;
    }

    .container {
        max-width: 100%;
    }

    #page-my-index .popover-region.collapsed {
        display: none;
    }

    .block .block-body-wrapper {
        margin: 1rem auto 2rem;
    }

    .edw-stats-wrapper,
    #page.drawers .main-inner {
        margin: 0;
    }

    .card_container.tab_container.course-ov-container.course_overview_tab {
        padding: 0;
    }

    #page-my-index .drawers .block_myoverview {
        padding: 0 10px !important;
    }


    .tab_box_cards .img_container {
        height: 80px;
        width: 100px;
        overflow: hidden;
    }



    body,
    html {
        font-size: 14px;
        line-height: 15px;
        color: #555555;
        overflow-x: clip;
    }

    #page-my-index .container {
        padding: 10px;
        max-width: 100% !important;
    }

    #page-my-index .h-exbold-2,
    #page-my-index .block .block-header-wrapper .block-header,
    h3,
    h4 {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
    }


    nav.navbar.sticky-top.navbar-expand.left {
        padding: 0;
    }

    #page-my-index .h-semibold-6 {
        color: #44318D;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }


    #page-my-index .navbar-nav {
        gap: 0;
        justify-content: space-around;
    }

    #page-my-index .navbar-brand-logo.logo {
        max-width: 200px;
    }

    #page-my-index .h-exbold-2,
    #page-my-index .block .block-header-wrapper .block-header,
    h3,
    #page-my-index h4 {
        order: 2;
    }

    #page-header .dashboard-bar-wrapper .page-header-headings .header-heading {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        color: #44318D;
    }

    .tab_container .box_card_tab .bar_container {
        margin: 0;
    }

    .text_progress p {
        margin: 0;
        font-size: 0.75rem;
    }

    .box_card_container .box_card {
        border-radius: 10px;
    }

    .box_card_container .head_mark {
        width: 12px;
        height: 12px;
        font-size: 8px;
    }

    .days_indicate.position-absolute {
        bottom: 2.3rem;
        left: 0;
        font-size: 1rem;
        line-height: 1.5rem;
        color: #44318D;
    }

    .days_indicate.position-absolute i {
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #44318D;
    }


    .icon_container .icon_circle {
        width: 15px;
        height: 15px;
        font-size: 12px;
        border-radius: 50%;
        display: inline-block;
        border: 1px solid #555555;
        color: #555555;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icon_container {
        position: absolute;
        top: 1rem;
        right: 1.5rem;
        width: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tab_container i {
        font-size: 0.5rem;
    }


    #page-my-index .navbar .edw-icon {
        color: #fff;
        font-size: 2rem;
    }

    #page-my-index .edw-stats-wrapper {
        border-radius: 10px;
        padding: auto;
    }

    .edw-stats-wrapper .stat-block .inner {
        flex-direction: row;
    }

    #page-wrapper .box_card_container .box_card {
        height: 250px;
    }

    .box_card_container .owl-nav button[type="button"] {
        display: none;
    }

    #page-footer {
        background: #44318D;
        padding: 1rem 0;
    }

    .footer-section .footer_head {
        flex-direction: column;
        align-items: flex-start !important;
    }

    #page-footer .customfooter p,
    #page-footer.footer a {
        padding: 0;
        text-align: left !important;
    }

    .row.customfooter.justify-content-center.align-items-center {
        height: auto !important;
        flex-direction: column;
        align-items: start !important;
    }

    #page-user-profile .row.customfooter.justify-content-center.align-items-center .col-12 {
        padding: 0 12px;
    }

    #page-my-index .drawers .block_myoverview {
        padding: 0 !important;
    }

    #page-my-index .block_myoverview .card-text.content.block-content-area {
        padding: 10px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
    }

    #page-my-index .block-myoverview [data-region="filter"] .nav-grouping-selector .nav li.nav-item .nav-link {
        padding: 0.5rem 1rem;
        font-size: 12px;
        margin: 0.5rem 0;
    }

    #page-my-index .block-myoverview [data-region="filter"] .nav-grouping-selector .nav li.nav-item [aria-current="true"] {
        background: #44318D;
        color: #fff;
        font-size: 12px;

    }

    .block-myoverview [data-region="filter"] .nav-grouping-selector .nav li.nav-item [aria-current="true"]::after {
        display: none;
    }

    .block-myoverview [data-region="filter"] .nav-grouping-selector .nav,
    .p-mb-6,
    section#region-main .controls,
    aside:not(#block-region-side-pre) .controls,
    .p-my-6 {
        margin: 0;
    }

    div.h3 {
        padding-right: 2rem;
    }

    .box_card_container .head_mark {
        width: 25px;
        height: 25px;
        font-size: 12px;
        top: 50%;
        transform: translateY(-50%);
    }



    .stats-mb-devices .stat-block .icon-container {
        width: 30px;
        display: flex;
        justify-content: center;
    }

    .card-bundle {
        min-height: 460px;
    }

    .card-wrapper.wrapper-course-ov {
        min-height: 460px;
    }

    .card-bundle .card.flex-row.card_tab.d-lg-none.d-xl-none {

        height: 100px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    }

    .card-bundle .img_container {
        overflow: hidden;
        width: 75px;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    }

    .course_overview_tab .card-bundle .img_container {
        overflow: hidden;
        width: 75px;
        height: 100px;
        min-width: 75px;
    }

    .card_head h3 {
        padding-right: 1rem;
    }

    .card-bundle .icon_container {
        position: absolute;
        right: 0.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: fit-content;
        top: 1rem;
    }

    .card-bundle .card_img.img_container:after {
        position: absolute;
        top: 0;
        right: -0.5rem;
        width: 100%;
        height: 100%;
        content: '';
        z-index: 100;
        display: block;
        background-image: linear-gradient(to left, white, transparent);
    }

    .card-bundle .card_img i {
        font-size: 24px;
    }

    .block-myoverview [data-region="filter"] .nav-grouping-selector .nav {
        margin: 0px 0px 16px 0px;
        gap: 8px;
        border-bottom: unset;
    }

    .heading_overview_tab {
        display: none;
    }

    .block_myoverview h4.block-header {
        display: block;
    }

    .stats-mb-devices .icon-container {
        min-width: auto;
    }

    .card-bundle {
        height: auto;
    }

    .card_container.tab_container.course-ov-container.course_overview_tab {
        box-shadow: none;
    }

    #page-my-index .edw-stats-wrapper .stats-mb-devices {
        gap: 20px;
    }

    #page-wrapper {
        height: auto;
    }

    footer#page-footer {
        margin: 0;
        margin-bottom: 0 !important;
    }

    .card .card_head .days_indicate span.text-capitalize {
        font-size: 0.5rem;
    }
}

/*  user profile page start here */



#page-user-profile #page.drawers .reset-pagebutton-wrapper {
    display: none !important;
}

#page-user-profile .container {
    max-width: 92%;
}

#page-user-profile h5.card-title {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

#page-user-profile .col-12.col-lg-9.main_profile_container {
    padding: 0;
}

#page-user-profile .coursename_section {
    /* height: 4.5rem; */
    word-wrap: break-word;
    overflow: hidden;
    gap: 16px;
}

#page-user-profile .coursename_section img {
    border-radius: 10px;
}

#page-user-profile h6.card-title {
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.btn_white {
    font-size: 14px;
    line-height: normal;
}

#page-user-profile .form_area input {
    border-radius: 5px;
    border: 1px solid #BAC1CF;
    box-shadow: none;
}

.btn_pro {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.btn-link.btn_pro {
    border: none;
    background: transparent;
}

#page-user-profile #accordion .card {
    border: none;
}

#page-user-profile .card-body {
    padding: 10px;
}

#page-user-profile .card_contain_sec {
    gap: 10px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#page-user-profile .dropdown {
    z-index: 0;
}

#page-user-profile .badges-container .badge-item img,
.path-user:not(#page-course-view-participants.path-user) .badges-container .badge-item img {
    width: 100px;
    mix-blend-mode: multiply;
}

@media (max-width:1200px) {
    #page-user-profile .card_contain_sec {
        justify-content: space-between;
    }
}

#page-user-profile .card_item_acc {
    width: 300px;
}

@media (max-width:853px) {
    #page-user-profile .card_item_acc {
        width: 100%;
    }
}

#page-user-profile .days_left {
    color: #FF4C31;
}

#page-user-profile .dropdown-toggle::after {
    display: none;
}

#page-user-profile .navbar-nav .usermenu-wrapper {
    gap: 0;
}



#page-user-profile .navbar #usernavigation .divider {
    display: none;
}









#page-user-profile .course_card_slider .owl-nav {
    position: absolute;
    top: 50%;
    left: -2.5%;
    transform: translateY(-50%);
    width: 105%;
    padding: 0 1rem;
}

#page-user-profile .course_card_slider .owl-nav button {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    opacity: 0.3;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
    background: #777 !important;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
}

#page-user-profile .course_card_slider .owl-nav button:hover {
    opacity: 0.8;
    font-size: 1.5rem;
    background: #c5bbeb !important;
    transform: scale(1);
}

#page-user-profile #page.drawers .main-inner {
    padding: 0;
    margin: 0;
}

#page-user-profile .aside_login_status {
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
}

#page-user-profile #page.drawers .reset-pagebutton-wrapper {
    margin: 0;
}

#page-user-profile .card_para_profile p {
    font-size: 14px;
}



#page-user-profile .form-group:not(:last-child) {
    margin-bottom: 20px;
}

#page-user-profile .main_profile_container h5 {
    color: #333333;
    font-size: 1rem;
    font-weight: 600;
}

#page-user-profile .card_item_acc span {
    color: #555;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#page-user-profile .card_item_acc span.text_q {
    color: #000;
}

#page-user-profile .ProfilePage {
    margin: 1.25rem 0;
    visibility: hidden;
    pointer-events: none;
    margin-bottom: 0;
}


#page-user-profile .main_profile_container h3 {
    color: #44318D;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



#page-user-profile .invalid {
    background: #fde4e4;

}

#page-user-profile .invalid span {
    color: red;
    font-size: 12px;
    padding: 0.25rem 1rem;
}

#page-user-profile .profile_card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
    position: relative;
    padding: 30px;
    margin-bottom: 1.5rem;
    flex: 0 1 40%;
    min-width: 40%;
}

.user_details_container.d-block.d-md-flex.d-lg-block.align-items-center {
    flex: 1;
}

.profile_card .card {
    border-radius: 20px;
    border: none;
    flex: 0 0 auto;
}

#page-user-profile .search_box_contain {
    gap: 20px 30px;
    order: 2;
}

.profile_img_container {
    border-radius: 50%;
    max-width: 175px;
}

#page-user-profile .input-group input {
    width: 250px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #44318D;
    line-height: normal;
    background: #F6F3FE;
}


#page-user-profile .dropdown_toggle_btn {
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #999;
}

#page-user-profile .modal-backdrop.show {
    z-index: inherit;
}

#SuspendCourse .freezDate {
    margin: 30px 0 10px 0;
}

#SuspendCourse input[name="daterange"] {
    border-radius: 5px;
    border: 1px solid #BAC1CF;
    outline: none;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

#page-user-profile .dropdown_toggle_btn span {
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    text-align: left;
}

@media (min-width:2000px) {
    .profile_img_container {
        max-width: 150px;
    }
}

@media (max-width:1023px) {
    #page-user-profile .ProfilePage {
        display: none;
    }

    #page-user-profile .profile_card {
        margin: 0;
        margin-top: 30px;
    }

    #page-user-profile .col-12.col-xl-9.main_profile_container {
        margin-top: 30px;
    }

    #page-user-profile .profile_card {
        margin-bottom: 0;
    }
}

.details_card {
    gap: 10px;
}

#page-user-profile .ProfilePage {
    color: #44318D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
}

.course_completion_container {
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    background: #FFF;
}

.pro_course_crd {
    margin: 25px 0;
}

.course_card {
    border-radius: 10px;
    position: relative;
}

.pro_profile.progress {
    height: 5px;
    margin-top: 5px;
    position: absolute;
    border: 0;
    left: 0;
    width: 100%;
}
.pro_profile .progress-bar{
    background-color: #001489;
}

.course_card .course_img {
    width: 100%;
    height: 135px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    min-height: 135px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.course_details {
    padding: 10px;
    background: #F6F3FE;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.btn_yellow {
    background: #FFD000;
    color: #030303;
}

.btn_yellow:hover {
    background: #F5B600;
    color: #030303;
}

#page-user-profile .customfooter p,
.footer a {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
}

#page-user-profile footer#page-footer {
    margin: 0;
}

#page-footer .customfooter .copyright {
    color: #fff;
    text-wrap: wrap;
}

@media (min-width:768px) {
    #page-footer .customfooter .copyright {
        text-align: right;
    }
}

#page-user-profile .course_completion_container .card_footer {
    color: #777;
    font-size: 14px;
}

#page-user-profile .course_card_slider .owl-stage-outer.owl-height {
    min-height: 300px;
    padding: 1rem 1.5rem;
}

.course_card .course_img img {
    min-height: 135px;
}

.course_card .course_img::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, #fff, transparent);

}

#page-user-profile .badges-container,
.path-user:not(#page-course-view-participants.path-user) .badges-container {
    margin: 2rem 0;
    filter: none;
}


#page-user-profile .navbar-nav .icon-no-margin .icon {
    color: #fff;
    font-size: 24px;
}

#page-user-profile li {
    list-style: none;
}

#page-user-profile .pop_up_list.active_list .badge-item {
    background: #E6E1FF;

}

#page-user-profile .navbar .edw-icon {
    color: #fff;
}

#page-user-profile .badges-container,
.path-user:not(#page-course-view-participants.path-user) .badges-container {
    border-radius: 0;
}

.badges_container {
    border-radius: 10px;
    padding: 20px;
    background: #FFF;
    flex: auto;
    margin: 20px 0;
}

.profile_top_container {
    gap: 30px;
}

.privacy_section {
    border-radius: 20px;
    background: #FFF;
    padding: 1rem 2rem;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
}

.form_area {
    background: #FFF;
}

#page-user-profile .privacy_section_link {
    color: #44318D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}


.moremenu {
    opacity: 1;
}

#page-user-profile button.btn.btn-link.btn_pro {
    transition: all 0.3s ease-in-out;
}

#page-user-profile button.btn.btn-link.btn_pro.active {
    transform: rotate(180deg);
}

nav .header_icons {
    display: none;
}

#page-user-profile .card_btn_cont {
    margin-top: 20px;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

#page-user-profile .btn_yellow {
    font-weight: 400;
    color: #121212;
    font-size: 16px;
    line-height: normal;
}

#page-user-profile .card_btn_cont .btn {
    padding: 12px 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    width: 270px !important;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

@media (max-width:726px) {
    #page-user-profile .card_btn_cont .btn {
        width: 100% !important;
    }

    .course_completion_container .dropdown {
        flex: 1;
    }

}

#page-user-profile .card_btn_cont .btn_white {
    display: block;
    width: auto;

}

#page-user-profile .user_all_details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#page-user-profile .btn_red {
    background: #FF4C31;
    color: #fff;
    line-height: normal;
    font-size: 16px;
}


@media (max-width:700px) {
    #page-user-profile .card_btn_cont .btn {
        width: 100%;
    }

    #page-user-profile .search_box_contain {
        flex-wrap: wrap;
        width: 100%;
    }
}

#page-user-profile .edit_btn.position-absolute.fs-3 {
    font-size: 1.25rem;
    z-index: 10;
    right: 2rem;
    top: 1rem;
    cursor: pointer;
}

#page-footer .customfooter .footer_head {
    flex-direction: column;
    flex-wrap: wrap;
}

#page-footer .customfooter {
    flex-wrap: wrap;
}

#page-footer .customfooter .footer_social_media_wrapper {
    flex-wrap: wrap;
    gap: 10px;
}

#page-footer .customfooter p,
#page-footer .customfooter .footer_social_media_wrapper i {
    color: #333;
    font-size: 14px;
    line-height: 21px;
    cursor: pointer;
}

#page-footer .customfooter .footer_contact_info {
    text-align: right;
}

@media (max-width:769px) {
    #page-footer .customfooter .footer_contact_info {
        text-align: left;
    }
}

#page-footer .footer_official_website_link {
    padding: 0;
    cursor: pointer;
}

#page-user-profile i.fa-solid.fa-pen-to-square {
    font-size: 25px;
}

@media (max-width:1024px) {
    #page-user-profile .profile_top_container {
        flex-direction: column;
    }

    #page-user-profile .badges_container {
        max-width: 100%;
    }
}

@media (max-width:1200px) and (min-width:600px) {
    #page-footer .customfooter {
        height: fit-content !important;
        padding: 2rem 0;
    }

    #page-user-profile #page,
    #page-user-profile #page.drawers {
        padding: 0;
    }
}

.moodle-dialogue-bd .container .fp-generallayout,
.moodle-dialogue-bd,
.fp-formset {
    outline: none;
}

@media (max-width: 767.98px) {
    #page-wrapper #page {
        flex: 1 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    #page-user-profile #page,
    #page-user-profile #page.drawers {
        padding: 0;
    }
}

#page-user-profile .form_container h5 {
    font-size: 20px;
    font-weight: 500;
}

#page-user-profile .toggle_pass {
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#page-user-profile .card-title {
    text-align: center;
}

.owl-nav.disabled {
    display: none;
}

.course_completion_container {
    position: relative;
}

.course_completion_container .coursenotcompletedtext {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(calc(-50% + 30px));
}

.course_completion_container .coursenotcompletedtext h5 {
    text-align: center;
}

.usercompletedcourse .course_card {
    opacity: 0;
}

.badgesnotavailable {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badgesnotavailable h5 {
    text-align: center;
}

#page-user-profile .social_icon_holder {
    margin-top: 20px;
    gap: 20px;
}

#page-user-profile .badges_start_box {
    margin-bottom: 1rem;
    flex: 1;
}

#page-footer .customfooter p {
    padding: 0;
}

@media (max-width:1400px) {
    .profile_img_container {
        max-width: 150px;
        max-height: 150px;
    }

    body#page-user-profile {
        font-size: 14px;
        line-height: 21px;
        color: #333;
        overflow-x: clip;
    }

    #page-user-profile .main_profile_container h3 {
        color: #44318D;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    #page-user-profile h5.card-title {
        color: #333;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
    }
}

#page-user-profile .profile_diveder {
    gap: 30px;
}

@media (width:1024px) {
    .profile_card {
        padding: 2rem 1rem;
    }
}

@media (max-width:1023px) {
    #page-user-profile #page-wrapper #page-footer {
        padding: 0 1rem;
        width: 100%;
    }

    body#page-user-profile {
        font-size: 14px;
        line-height: 21px;
        color: #333;
        overflow-x: clip;
    }

    .profile_img_container {
        max-width: 150px;
        max-height: 150px;
    }

    #page-user-profile .main_profile_container h3 {
        font-size: 20px;
    }

    #page-user-profile .form_area input {
        font-size: 16px;
    }

    #page-user-profile .form_section {
        margin: 0;
    }

    #page-user-profile .container {
        max-width: 95%;
    }

    #page-user-profile .course_card_slider .owl-stage-outer.owl-height {
        min-height: 270px;
        padding: 1rem 1.5rem;
    }

    #page-user-profile .ProfilePage {
        margin: 1rem 0 0;
    }

    #page-user-profile .badges_start_box {
        margin: 1rem 0 2rem;
    }

    #page-user-profile .col-12 {
        padding: 0;
    }

    #page-user-profile #page.drawers .main-inner {
        padding: 0;
    }

    #page-user-profile .user_details_container p.card-text {
        text-align: left !important;
    }

    .profile_card {
        max-width: 100%;
        margin: 1.5rem 0 2rem;
    }


    .user_details_container {
        flex: 2;
        flex-direction: column;
    }

    #page-user-profile .social_icon_holder {
        width: 100%;
    }

    #page-user-profile form#userpasswordform {
        min-width: 350px;
    }

    #page-user-profile .course_card_slider .owl-nav button {
        display: none;
    }

}

@media (max-width:600px) {
    body#page-user-profile {
        font-size: 14px;
        line-height: 21px;
        color: #333;
        overflow-x: clip;
    }

    #page-user-profile .course_card_slider .owl-nav button {
        display: none;
    }



    #page-user-profile .customfooter p,
    .footer a {
        font-size: 1rem !important;
    }

    #page-user-profile .main_profile_container h3 {
        font-size: 20px;
        line-height: 40px;
    }

    #page-user-profile .container {
        max-width: 100%;
        padding: 0 1rem;
    }

    .profile_card {
        max-width: auto;
    }

    .profile_card .card {
        margin: auto;
        padding: auto;
    }

    #page-user-profile .profile_diveder {
        flex-direction: column;
    }

    #page-user-profile .social_icon_holder {
        width: 100%;
        justify-content: center;
    }

    #page-user-profile form#userpasswordform {
        min-width: auto;
    }

    .navbar #usernavigation .divider,
    div#nav-message-popover-container,
    div#nav-notification-popover-container {
        display: none;
    }

    #page-user-profile .edit_btn.position-absolute.fs-3 {
        font-size: 2.5rem;
    }

    #page-user-profile .form_container h5,
    #page-user-profile .privacy_section_link {
        font-size: 16px;
    }

    .privacy_section {
        padding: 2rem;
    }

    .form_area {
        margin-top: 25px;
    }

    .btn_yellow {
        background: #FFD000;
        font-size: 14px;
        line-height: 24px;
        padding: 0.5rem 1.5rem;
    }

    #page-footer {
        margin: 0 !important;
    }

    #page-user-profile .profile_card {
        margin-top: 30px;
    }

    #page-user-profile .col-12.col-xl-9.main_profile_container {
        margin-top: 30px;
    }

    #page-user-profile .profile_card {
        margin-bottom: 0;
    }

    #page-footer .customfooter .footer_social_media_wrapper {
        gap: 20px;
    }

}

@media (min-width: 1300px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-custom .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-custom .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-custom>.container {
        flex-wrap: nowrap;
    }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}

#theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content .courseindex .courseindex-section .courseindex-item-content .courseindex-sectioncontent {
    padding: 2rem 2rem;
}



.check_content {
    padding: 0 0 1rem;
}

.check_box {
    position: relative;
    font-size: 12px;
    line-height: 24px;
    margin: 0 1.5rem 0 1rem;
    color: #333333;
}

.check_box:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #333;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
}

.check_box.active {
    color: #156F18;
    font-size: 14px;
}

.check_box.active:after {

    background: #156F18;
}

.check_box:before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #fff;
    border: 2px solid #333333;
    z-index: -1;
}

.check_box.active:before {
    border: 2px solid #156F18;
}

.item_container:last-child .check_box:after {
    display: none;
}

#page-wrapper #page-footer {
    z-index: 1020;
}

#theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content .courseindex .courseindex-section .courseindex-section-title {
    border-bottom: 2px solid #FFF;
    background: linear-gradient(102deg, #4D31FB 0%, #001489 99.53%);
    color: #fff!important;
    /* color: #44318D !important;
    background: #DDE8F4; */
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    
}
#page-mod-quiz-report .courseindex .courseindex-item .courseindex-link{
    color: #ffffff;
}

#theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content .courseindex .courseindex-section .courseindex-section-title a {
    font-size: 20px;
}

#theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content .courseindex .courseindex-section {
    border: none;
}

#page-mod-quiz-attempt .marks {
    /* display: none; */
}

.que .info {
    float: none;
    width: auto;
    background: transparent;
}

[aria-selected="true"] {
    font-weight: 400;
}

.que .content {
    margin: 0;
}

.que .formulation {
    background: none !important;
    border: none !important;
}

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

.drawer.drawer-left#theme_remui-drawers-courseindex .drawerheader {
    justify-content: unset;
}



#theme_remui-drawers-courseindex .drawerheader {
    padding: 0;
    margin: 1rem 0;
}

.drawer-toggles .drawer-toggler .btn,
.drawer-toggles .drawer-toggler #page-calendar-view .cal_courses_flt,
#page-calendar-view .drawer-toggles .drawer-toggler .cal_courses_flt {
    border-radius: 0;
    padding-left: 2rem;
}

.drawer-toggler .btn,
.drawer-toggler #page-calendar-view .cal_courses_flt,
#page-calendar-view .drawer-toggler .cal_courses_flt {
    width: auto;
}

.drawer-toggles .drawer-toggler {
    position: fixed;
    top: calc(110px + 1rem);
    z-index: 2;
}

.notes_data_input,
.notes_inner_wrapper_edit .notes_create_form input,
.notes_inner_wrapper_edit .notes_create_form select,
.notes_inner_wrapper_edit .usernoteform input {
    border-radius: 5px;
    border: 1px solid #BAC1CF;
    background: #FFF;
}


.notes_inner_wrapper_edit .usernoteform .form-control {
    padding: 0 1rem;
}

.notes_info_card_wrapper {
    margin: 2rem 0;
}

.btn_box_notes button {
    display: flex;
    width: 146px;
    padding: 12px 60px;
    justify-content: center;
    align-items: center;
}

#page-course-view-remuiformat .btn_box_notes #createbtn {

    color: #121212;
}

#page-course-view-remuiformat .btn_container_notes .btn_box_notes #createbtn {
    color: #fff;
    padding: 12px 25px;
}

.btn_white {
    display: flex;
    width: 146px;
    padding: 12px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #44318D;
    color: #44318D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.create_note_btn {
    width: 172px;
    height: 50px;
    flex-shrink: 0;
    color: #121212;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.notes_info_card_wrapper .notes_head {
    color: #44318D;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.notes_info_card_wrapper .notes_inner_head {
    color: #44318D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.notes_info_card_wrapper .notes_data {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.notes_info_card_wrapper .current_time {
    color: #777;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

a:hover {
    text-decoration: none;
}


/*
* CSS for change background color and icon color for section activity icons
* By Abhijit
*/
.activityiconcontainer {
    background-color: transparent !important;
}

.activityiconcontainer.assessment,
.activityiconcontainer.content {
    background-color: transparent !important;
}

.activityiconcontainer.assessment .activityicon,
.activityiconcontainer.content .activityicon,
.activityiconcontainer.assessment .icon {
    filter: none;
}

/*---------------------*/
#page-user-edit .felement input {
    width: 100%;
}

#page-user-edit .mform .form-inline .form-control,
#page-user-edit .mform .form-inline .custom-select {
    width: 100%;
}

.badegs_main_wrapper .badges li {
    display: flex;
}

.badges {
    padding: 0 !important;
}







.badges li {
    align-items: center;
    justify-content: center;
    width: auto;
    padding-top: 0.7rem !important;
}

.badges .owl-carousel .owl-stage-outer {
    padding: 10px;
}


#page-user-edit .felement input {
    width: 100%;
}

#page-user-edit .mform .form-inline .form-control,
#page-user-edit .mform .form-inline .custom-select {
    width: 100%;
}

/* Sh CHanges */

.block-region:not([data-blockregion="side-pre"]) .block .edw-block-body {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.info_badges_wrapper {
    display: flex;
    justify-content: space-between;
}

.star-container {
    display: flex;
    justify-content: end;
    padding-top: 10px;
    gap: 8px;
    padding-bottom: 10px;
}



.create_note_btn {
    padding: 0px;
    justify-content: center;
}

i.fa-solid.fa-star.badge_rating_stars_pc {
    font-size: 14px;
}

.btn_container_notes .btn_box_notes {
    gap: 30px;
}

.badges_inner_star_wrapper ul.badges li {
    height: 120px;
}

.badges_inner_star_wrapper ul.badges li a {
    height: 100%;
}

.badges_inner_star_wrapper ul.badges li a .badge-image {
    height: 50%;
    width: auto;
    margin: auto;
}

.tka_ratings_img_container img {
    width: 60%;
}

.course_info_notes_wrapper .notes_container {
    padding: 33px;
}


.cont_info_wrapper .course_info_header {
    color: #44318D;
}


.block-region:not([data-blockregion="side-pre"]) .block .edw-block-body {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.info_badges_wrapper {
    display: flex;
    justify-content: space-between;
}

.star-container {
    display: flex;
    justify-content: end;
    padding-top: 10px;
    gap: 8px;
    padding-bottom: 10px;
}

.cont_watch_btn,
.create_note_btn,
.create_div_btn,
.save_div_btn {
    background: #FFD000;
    color: #121212;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: none;
    max-height: 50px;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    align-items: center;
}

.cont_watch_btn:hover,
.create_note_btn:hover,
.create_div_btn:hover,
.save_div_btn:hover {

    color: #121212;
}

i.fa-solid.fa-star.badge_rating_stars_pc {
    font-size: 13px;
}

#page-course-view-remuiformat #wdm_course-stats {
    display: none;
}

.notes_info_card_wrapper .notes_data {
    margin-top: 12px;
}

#page-course-view-remuiformat .activity-item .activity-info {
    align-self: center;
}

.course_info_notes_wrapper h2 {
    display: none;
    color: #44318D;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

#page-course-view-remuiformat .container-fluid .coview_heading {
    font-size: 25px;
    font-weight: 500;
}



body#page-course-view-remuiformat .remui-format-list .section_availability.course-description-item {
    padding: 0px;
}

body#page-course-view-remuiformat .remui-format-list .sections .section .content .panel-title,
body#page-course-view-remuiformat .remui-format-list .sections .section .content h3 a {
    font-weight: 400;
}

#page-course-view-remuiformat #list-container .sections .content.card-block.remui-list-content-border {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
    border-radius: 20px !important;
}

#page-course-view-remuiformat #region-top-blocks.has-blocks {
    margin-bottom: 0px;
}

#page-course-view-remuiformat .block_tka_courseview_tab .block-body-wrapper {
    margin-bottom: 0;
}

body#page-course-view-remuiformat .activity .activity-item:not(.activityinline) {
    padding: 15px 10px;
}

body#page-course-view-remuiformat .remui-format-list .sections .section:not(#section-0) {
    padding-top: 0px !important;
}

.course_info_btn_container .star_rating_wrapper_ci {
    margin-left: 10px;
}


body#page-course-view-remuiformat .remui-format-list .sections .section:not(#section-0) {
    border-radius: 20px;
}

body#page-course-view-remuiformat .remui-format-list.all-section-format ul.sections li.section .content ul.section {
    border-radius: 0 0 20px 20px !important;
}

body#page-course-view-remuiformat .remui-format-list.all-section-format ul.sections li.section .content ul.section .activity .activitytitle {
    gap: 0px;
}


body#page-course-view-remuiformat .show-drawer-left .container {
    padding: 0 2rem 0 2rem;
}

body#page-course-view-remuiformat .alert-success {

    margin-top: 15px;
}

/* .navbar .edw-icon {
    color: #fff;
} */

/* SH COurse info ui fix */

body#page-course-view-remuiformat .activity .activity-item:not(.activityinline) {

    border: none;
    border-bottom: 1px solid #ebf0f9;
    border-radius: 0;
}

/* Sh Login page fix */
#page-login-forgot_password .login-container,
#page-login-index .login-container {
    background: transparent;
}

#page-login-forgot_password .login-container .logo-area,
#page-login-index .login-container .logo-area {
    background: transparent;
    display: none;
    z-index: 10;
    justify-content: center;
    margin-bottom: 0;
}

#page-login-forgot_password h5.form_sub_title_text.text-center.mb-4 {
    font-size: 20px;
    font-weight: 500;
    display: none;
}

#page-login-forgot_password h3.form_sub_title.text-center {
    font-size: 30px;
    color: #333;
}

#page-login-forgot_password p.form_para.text-center {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

#page-login-forgot_password .fieldset-header .fieldset-title {
    color: #333 !important;
}

#page-login-forgot_password .form-group {
    margin-bottom: 0.5rem;
}

#page-login-forgot_password div#id_error_email {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

#page-login-forgot_password #id_submitbuttonemail {
    background: #001489;
    padding: 14.5px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

#page-login-forgot_password #id_searchbyemail .fieldset-header {
    margin-bottom: 0;
}

#page-login-forgot_password footer#page-footer {
    margin-top: 0;
}

#page-login-forgot_password .form_link {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

#page-login-forgot_password p.form-control-static.form_para.text-center {
    display: none;
}

#page-login-forgot_password input#id_email {
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #333;
    background: rgba(42, 42, 48, 0.00);
}


.footer-section {
    position: relative;
}

#page-login-forgot_password #page-wrapper .footer-section .contact-support,
#page-login-index #page-wrapper .footer-section .contact-support {
    position: absolute;
    top: 0%;
    right: 1rem;
    color: #fff;
    border-radius: 38px;
    transform: translateY(-50%)rotate(0deg);
    background: #44318D;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    z-index: 10000;
    max-height: 50px;
}

#page-footer a:not([class]).focus,
#page-footer a:not([class]):focus,
.arrow_link.focus,
.arrow_link:focus,
a:not([class]).focus,
.activityinstance>a.focus,
.activityinstance>a:focus {
    color: #fff;
}

.modal-backdrop {
    z-index: 10;
}


@media (max-width:600px) {
    #page-login-index .contact-support {
        bottom: 9rem;
    }


}



nav.navbar.sticky-top.navbar-expand.left {
    background: #44318D;
}

form.form-inline.d-none.d-lg-block.uni_search.position-relative {
    margin: auto 30px;
    background: none;
}

.navbar .uni_search input.form-control {

    border-radius: 10px;

    background: #4C3A99;

    width: 388px;

    border: none;

    height: 46px;

    color: #EFEFEF;

    font-size: 14px;

    font-style: normal;

    font-weight: 500;

}

@media (max-width:1430px) {
    .navbar .uni_search input.form-control {
        width: 300px;
    }
}


.navbar .uni_search input.form-control::placeholder {

    color: #EFEFEF;

    font-size: 14px;

    font-style: normal;

    font-weight: 500;

    line-height: normal;

}



.uni_search .search_icon_box.position-absolute {

    top: 50%;

    color: #EFEFEF;

    transform: translateY(-50%);

    font-size: 21px;

    right: 1.5rem;

}



#page-login-index .form-control {
    border: 1px solid #ced4da;
}

.navbar-brand-logo.logo {
    width: 100%;
}

.form_link {
    cursor: pointer;
}





.invalid i.fa.fa-exclamation-triangle {
    color: red;
    margin-right: 0.5rem;
}


.logo-area.r-mb-16 {
    margin: 0;
}








#page-login-index input[type="checkbox"]:not(.custom-control-input):after {
    color: #fff;
}





.login-form-forgotpassword.form-group.text-right.small-info-semibold {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



#page-login-index .invalid_text {
    color: #fff;
}

input[type="checkbox"]:not(.custom-control-input) {
    cursor: pointer;
}




.pagelayout-login .loginform .login-form-forgotpassword a,
#page-login-index label.form-check-label {
    color: #fff;
    font-size: 14px;
}

i.fa.fa-exclamation-triangle {
    color: red;
    margin-right: 0.5rem;
}





.login-wrapper .btn-primary:hover,
.login-wrapper .btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled).focus,
.login-wrapper .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.login-wrapper .btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle {
    background: linear-gradient(to right, #f5b600, #ffd000);
    color: #000;
}



.inner-reverse label.form-check-label {
    color: #000;
}


@media (max-width:600px) {

    .pagelayout-login .loginform .login-form-forgotpassword a,
    .pagelayout-login label.form-check-label {
        font-size: 12px;
    }
}

.text_show {
    position: absolute;
    top: 0.90625rem;
    right: 0.625rem;
    font-size: 24px;
    color: #5b6880;
    cursor: pointer;
}



.form_para,
.form_sub_title,
.form_sub_title_text {
    color: #fff;
}



#page-login-forgot_password .r-mb-16 {
    margin-bottom: 1rem;
}



#page-login-forgot_password #id_searchbyemail {
    margin-top: 2rem;
    border: 0;
}

#page-login-forgot_password .navbar-brand-logo.logo {
    width: 100%;
}

#page-login-forgot_password .col-lg-9.col-md-8.form-inline.align-items-center.felement.p-0 {
    margin: 0.3rem 0 0.5rem;
}



#id_submitbuttonemail {
    width: 100%;
    background: #e4ed22;
    color: #000;
}

.aalink.focus,
a.focus.autolink,
.aalink:focus,
a.autolink:focus,
#page-footer a:not([class]).focus,
#page-footer a:not([class]):focus,
.arrow_link.focus,
.arrow_link:focus,
a:not([class]).focus,
a:not([class]):focus,
.activityinstance>a.focus,
.activityinstance>a:focus {
    background: none;
    box-shadow: none;
    ;
}

/*forgot password confirmation*/

#page-login-forgot_password ul li {
    position: relative;
}

/*
#page-login-forgot_password ul li::before{
content:'\2713';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background-color: #ffffff;
    left: -13px;
    top: 7px;
}
*/
#page-login-forgot_password ul li {
    list-style-type: none !important;
}

#page-login-forgot_password .active-check {
    color: #23dbc2;
}

#page-login-forgot_password .active-check .icon-circle {
    display: none;
}

#page-login-forgot_password .active-check::before {
    background-image: url(pix/check.svg);
    background-size: 100%;
    width: 12px;
    height: 12px;
    left: -16px;
    top: 4px;
    background-color: transparent;

}

#page-login-forgot_password .yellow-filled {
    background-color: #ffd000;
}

#page-login-forgot_password .yellow-filled:hover {
    background-color: #F5B600 !important;
}

#page-login-forgot_password .grey {
    background-color: #d6d6d6;
}

#page-login-forgot_password .icon-check {
    display: none;
}

#page-login-forgot_password .icon-circle {
    font-size: 14px;
}

/* SH Certificate UI changes */

#page-mod-certificate-view .reportlink,
#page-mod-certificate-view .activity-navigation,
#page-mod-certificate-view #page-header .dashboard-bar-wrapper .page-context-header {
    display: none;
}

#page-mod-certificate-view .singlebutton button {

    background: #FFD000;
    border: none;
    border-radius: 0;
    padding: 14px 25px;
    color: #121212;
    font-weight: 600;
}

#page-mod-certificate-view span.badge.badge-pill.alert-success.icon-no-margin {
    background-color: transparent;
}

#page-mod-certificate-view div[role="main"] p {
    font-size: 14px;
    color: #555;
    font-weight: 600;
    margin: 20px 0 20px 0;
    text-align: start !important;
}

#page-mod-certificate-view table.generaltable tbody td {
    font-weight: 400;
    font-size: 20px;
    color: #44318D;
    background-color: transparent;
}

#page-mod-certificate-view table.generaltable thead tr th {
    font-weight: 600;
    font-size: 20px;
    color: #44318D;
}

#page-mod-certificate-view .generaltable tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

#page-mod-certificate-view table.generaltable {
    display: flex;
    align-items: center;
    margin: 0 !important;
    width: 60% !important;
}

#page-mod-certificate-view .social_media_links_wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 25px 0 25px 0;
}

@media (max-width:1200px) {

    #page-mod-certificate-view table.generaltable {

        width: 100% !important;

    }

}

@media (max-width: 600px) {

    #page-mod-certificate-view .container {

        padding: 0;
    }

    #page-mod-certificate-view table.generaltable tbody td,
    #page-mod-certificate-view table.generaltable thead tr th {

        font-size: 16px;
    }

    #page-mod-certificate-view .table-responsive div[role="main"] p {

        font-size: 12px;
        color: #555;
        font-weight: 600;
        margin: 15px 0 15px 0;
        text-align: start !important;

    }

    #page-mod-certificate-view .singlebutton,
    #page-mod-certificate-view .singlebutton button {

        width: 100%;
        font-size: 14px;
    }



}

/* SH Certificate UI ends here */

#page-course-view-remuiformat .badges_inner_wrapper .badges_container #user-badges .owl-stage .owl-item {

    margin-right: 0px !important;
    min-height: 110px;
}

#page-course-view-remuiformat #user-badges .owl-nav {
    height: 5px;
}

body#page-course-view-remuiformat .automatic-completion-conditions .badge {
    background-color: transparent;
}

body#page-course-view-remuiformat .automatic-completion-conditions .badge strong {
    color: green;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
}

/* 
body#page-course-view-remuiformat .automatic-completion-conditions .badge span ,
body#page-course-view-remuiformat .automatic-completion-conditions .badge .icon {

    display: none;
} */



@media (max-width:1024px) {

    body#page-course-view-remuiformat #page.drawers.show-drawer-left {
        margin-left: 0;
    }



    .info_card_main_wrapper {
        display: flex;
        gap: 20px;
        flex-direction: column;
        order: 2;
    }

    .course_info_btn_container {
        justify-content: space-between;
        margin-top: 0;
        gap: 23px;
        height: fit-content;
    }

    .info_badges_wrapper {
        flex-wrap: wrap;
    }

    .notes_container {
        padding: 25px 30px;
    }

    #page-course-view-remuiformat #region-top-blocks.has-blocks {
        margin-bottom: 0;
    }

    .container-fluid .coview_heading {
        margin-bottom: 30px;
    }

    body#page-course-view-remuiformat .remui-format-list .sections .section .course-section-header {
        flex-direction: unset;
        align-items: center;
    }

    .course_header_section .section_progess_bar_wrapper {
        gap: 10px;
    }

    body#page-course-view-remuiformat .remui-format-list .sections {
        gap: 1.5rem;
    }

    .activity-item .activity-info {
        align-self: center;
    }

    .course_info_notes_wrapper h2 {
        font-size: 20px;
    }

    #page-course-view-remuiformat .container-fluid .coview_heading {
        font-size: 20px;
    }

    body#page-course-view-remuiformat .remui-format-list.all-section-format ul.sections li.section .content ul.section .activity .activitytitle {
        gap: 10px;
    }

    body#page-course-view-remuiformat .remui-format-list .card-footer ul.section .activity .activitytitle {
        flex-direction: row;
    }

    .btn_container_notes .btn_box_notes {
        gap: 30px;
    }

    body#page-course-view-remuiformat .remui-format-list .card-footer ul.section .activity .activity-info.mt-1 {
        margin-top: 0px !important;
        align-self: center !important;
    }

    #page-course-view-remuiformat .badges_inner_wrapper .badges_container #user-badges .owl-stage .owl-item {

        margin-right: 20px !important;
    }

    .tka_ratings_img_container img {

        width: 80%;
    }



}

@media (max-width: 768px) {


    .info_card_main_wrapper {
        display: flex;
        flex-direction: column;
    }



    .course_info_btn_container {
        justify-content: space-between;
        margin-top: 20px;
    }

    .notes_container {
        padding: 26px 12px;
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .notes_inner_wrapper_edit {
        padding: 16px 30px;
        margin-top: 25px;
    }

    .notes_edit_btn_inner_wrapper {
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    .notes_edit_btn_wrapper {
        justify-content: center;
        flex-direction: column;
    }

    .create_div_btn {
        max-height: 45px;
    }

    .notes_inner_wrapper_edit .form-group {
        gap: 12px;
    }

    .btn_box_notes.d-flex.justify-content-between {
        flex-direction: column-reverse;
        gap: 20px;
        margin-top: 20px;
    }

    .btn_container_notes {
        flex-direction: column;
    }

    #page-course-view-remuiformat .container {
        padding-right: 14px;
        padding-left: 14px;
        max-width: 100%;
    }

    .btn_box_notes button {
        width: 100%;
    }

    .notes_info_card_wrapper {
        padding: 20px 30px;
    }

    .notes_header_wrapper {
        display: flex;
        justify-content: space-between;
    }

    .notes_data {
        margin-top: 12px;
    }

    body#page-course-view-remuiformat:not(.editing) .remui-format-list .sections .section .side.right {
        width: max-content;
    }

    .course-section-summary-wrapper .course-section-header .course_header_section {
        padding: 0px;
    }

    body#page-course-view-remuiformat .remui-format-list .sections .section .content .course-section-summary-wrapper {
        padding: 15px 17px;
    }

    body#page-course-view-remuiformat .remui-format-list .sections .section .course-section-header {
        flex-direction: initial;
        align-items: center;
    }

    #page-course-view-remuiformat .wdm_course-stats {
        display: none;
    }

    #page-course-view-remuiformat #region-top-blocks.has-blocks {
        margin-bottom: 0px;
    }

    #page-course-view-remuiformat .container-fluid .coview_heading {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 30px !important;
    }

    #page-course-view-remuiformat .container-fluid {
        padding: 0;
    }

    #page-course-view-remuiformat .container-fluid .nav-tabs:not(.more-nav) .nav-link,
    .nav-pills .nav-link {
        background: transparent;
    }

    .activity-wrapper .activity-item .activity-basis .flex-md-row {
        flex-direction: unset !important;
        gap: 10px;
        justify-content: space-between;
    }


    body#page-course-view-remuiformat .remui-format-list .sections .section .content .panel-title,
    body#page-course-view-remuiformat .remui-format-list .sections .section .content h3 a {
        font-weight: 400;
        color: #44318D;
    }

    body#page-course-view-remuiformat #page .activityiconcontainer {
        width: max-content;
    }

    body#page-course-view-remuiformat .activity .activity-item:not(.activityinline) {
        padding: 10px;
    }

    #page-course-view-remuiformat .nav-pills .nav-link.active:not(:disabled):not(.disabled).active {
        background-color: #44318D;
    }

    .info_card_main_wrapper .video-img-container {
        order: 1;
    }

    .cont_watch_btn {
        padding: 10px;
    }

    body#page-course-view-remuiformat .show-drawer-left .container {

        padding: 0 1rem 0 1rem;
    }

    body#page-course-view-remuiformat .automatic-completion-conditions .badge {

        width: max-content;
    }

    .course_info_notes_wrapper .notes_container {

        padding: 26px 12px;
    }

}

@media (max-width:600px) {


    .tka_ratings_img_container img {
        width: 100%;
    }
}



body#page-course-view-remuiformat #user-badges ul {
    list-style-type: none;
}

#page-course-view-remuiformat #user-badges li.fadeoutbadge img {
    filter: grayscale(100%);
}

#page-course-view-remuiformat #user-badges li.fadeoutbadge .fadeoutname {
    color: #999;

}

body#page-course-view-remuiformat {

    background-color: #faf9ff;
}

body#page-course-view-remuiformat #user-badges a.badge-item.text-decoration-none {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}



.contact-support:hover {

    color: #fff;
}

/* Tooltip CSS */





.badges_details_data {
    padding: 0.75rem;
    padding-top: 0;
}

.pop_up_list {
    position: relative;
}

.badge_custom_tooltip {
    display: none;
    position: absolute;
    z-index: 100;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.30));
    background-color: #fff;
    padding: 20px;
    width: max-content;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    border-radius: 18px;
    cursor: pointer;
}

.badge_custom_tooltip::after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)rotate(45deg);
}


#page-user-profile .badge_tooltip_data h3.tool_head_box {
    font-size: 1.25rem;
    font-weight: 500;
    color: #44318D;
    margin: 0;
    padding: 0;
}

#page-user-profile .tooltip_category {
    font-size: 0.75rem;
    color: #777;
    margin: 0;
}

.badge_tooltip_data ul {
    padding: 0;
}

#page-user-profile .complete_quiz_info {
    font-size: 1rem;
    font-weight: 500;
    color: #555;
    margin: 0;
}

#page-user-profile .tooltip_issue_data {
    font-size: 0.75rem;
    color: #777;
    margin: 0;
}

.badge_custom_tooltip .badge_tooltip_data .complete_quiz_info {

    color: #555;
    margin-bottom: 15px;
}

ul.badges_slider {
    padding: 0;
    margin: 0;
}

#page-user-profile .badges_details_data .social_icon_holder {
    width: 100%;
    max-width: 220px;
}

#page-user-profile .freezcoursesort_sec {
    border-radius: 5px;
    border: 1px solid #001489;
    min-width: 150px;
    padding: 10px 20px;
    background: #F6F3FE;
}




@media (min-width:2000px) {}

.path-user:not(#page-course-view-participants.path-user) .badges-container .active_list .badge-item {
    border-radius: 10px;
    border: 1px solid #44318D;
}


@media (max-width:1025px) {


    #page-user-profile .badges_details_data .social_icon_holder {
        width: 100%;
        max-width: 200px;
    }

}

.drawer.drawer-left .drawerheader {
    background: transparent;
}

.drawer.drawer-left .drawerheader.side_nav_all button.btn {
    background: none;
    color: #44318d;
}

.drawer.drawer-left#theme_remui-drawers-primary .drawerheader .drawertoggle {
    margin-right: 0;
    width: fit-content;
    left: 0;
}

button.btn.position-absolute.btn_support {
    bottom: 2rem;
    left: 5%;
    width: 90%;
    text-align: center;
    border: 1px solid #44318D;
    color: #44318D;
}

/* css added for course overview section course card i icon for dashboard by Abhijit */
.cov-i-link {
    z-index: +99;
}

.header_icons.header-home {
    display: none;
}

nav.navbar.sticky-top.navbar-expand-lg.left .edw-icon.edw-icon-Mobile-menu {
    color: #fff;
}

.navbar .nav-link .edw-icon {
    font-size: 1rem;
    height: 24px;
    text-align: center;
    width: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.nav-item .nav-link i {
    color: #fff;
}

#theme_remui-drawers-primary .sidenav_support_btn {
    display: none;
}

#theme_remui-drawers-primary .Raiseticketbtn .contact-support {
    position: static;
    background: none;
    color: #44318D;
}

#theme_remui-drawers-primary .Raiseticketbtn {
    position: absolute;
    bottom: 0;
    left: 14px;
    background: #fff;

    z-index: 10000;
    width: 93%;
    text-align: center;
    border: 1px solid #44318D;
    font-weight: 600;
}

@media (max-width:1199px) {
    #theme_remui-drawers-primary .sidenav_support_btn {
        display: block;
    }
}


.close_beta {
    color: #fff;
    font-size: 1.5rem;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.beta_text_sec {
    font-size: 1rem;
    line-height: 1.5rem;
}

.head_beta {
    color: #FFD000;
    font-weight: 500;
    display: none;
}

.signup_sec {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
}

.signup_link {
    color: #FFD000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-decoration-line: underline;
}

.signup_link:hover {
    color: #FFD000;
}

#page,
#page.drawers {
    margin-top: 0;
}

.userenrolmentenddate {
    font-size: 0.8rem;
    margin: 0;
}

@media (max-width:600px) {
    .fa-4x {
        font-size: 3em;
    }
}

.drawer-right .drawercontent {
    height: 100%;
}


/* hiding signup section on forget page */
#page-login-index .login-signup,
#page-login-index .login-instructions {
    display: none;
}

#page-join-us-index #user-menu-toggle {
    display: flex !important;
    align-items: center;
}

.remuiicon i.icon.fa.fa-user {
    color: #fff;
}

#page-join-us-index .page-context-header {
    display: none;
}

#page-join-us-index .main-area-bg:not(.pagelayout-login) div[role="main"] {
    width: max-content;
    margin: 0 auto;
}

/* TKA SHashwat login error page css */

#page-login-index #page div[role="main"] .tkaconfirm {
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-top: 27px
}

#page-login-index .box.py-3.generalbox.boxaligncenter p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

#page-login-index .box.py-3.generalbox.boxaligncenter p b {
    word-break: break-all;
    text-align: center;
}

#page-login-index .singlebutton {
    display: flex;
    justify-content: center;
}

#page-login-index .singlebutton form {
    width: 100%;
}

#page-login-index .singlebutton button {
    background-color: #ffd000;
    color: #121212;
    font-size: 14px;
    width: 100%;
    padding: 14.496px 16px;
}

#page-login-index .backtologinpage button {
    margin-top: 10px;
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
    border: none;
}

/* tka shashwat reset password css fix */

#page-login-forgot_password .pagelayout-login .form-group .edw-form-label {
    color: #555 !important;
    margin-bottom: 0;
}

#page-login-forgot_password .forgotpageloginlink {
    display: flex;
    justify-content: center;
}

#page-login-forgot_password .forgotpageloginlink button {
    background: transparent;
    text-decoration: underline;
    color: #034694;
    border: none;
}

#page-login-forgot_password .generalbox p {
    font-size: 14px;
}



#page-login-forgot_password p.form_sub_title_text.text-center.resetuseremail {
    color: #fff;
    font-weight: 400;
}

#page-login-forgot_password #fitem_id_password {
    margin-top: 37px;
}

#page-login-forgot_password .icon-circle {
    font-size: 5px;
}

#page-login-forgot_password ul li {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 5px;
}

#page-login-forgot_password .pagelayout-login .form-group .edw-form-label {
    margin-bottom: 0 !important;
}

#page-login-forgot_password #terms-conditions h4 {
    font-weight: 500;
}

#page-login-forgot_password #fitem_id_submitbutton input[disabled] {
    background-color: #D6D6D6 !important;
    color: #868686 !important;
    border: none;
}

#page-user-profile .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #001489;
    color: white;
}


.alert-danger, .environmenttable .error{
    color: #001489;
}

.navbar .usermenu-wrapper .usermenu-container .usermenu #user-menu-toggle {
    display: flex;
    align-items: center;
}

.drawer.drawer-left .drawercontent .list-group .list-group-item {
    font-weight: 400;
}

#theme_remui-drawers-primary .drawercontent {
    background: #0A0816;
}

body.light #theme_remui-drawers-primary .drawercontent {
    background: #f8f8f8;
}

.drawer.drawer-left .drawercontent .list-group .list-group-item.active,
.drawer.drawer-left .drawercontent .list-group .list-group-item:focus,
.drawer.drawer-left .drawercontent .list-group .list-group-item:hover {
    color: #fff;
    background: #2A2558;
    box-shadow: none;
}

body.light .drawer.drawer-left .drawercontent .list-group .list-group-item.active,
body.light .drawer.drawer-left .drawercontent .list-group .list-group-item:focus,
body.light .drawer.drawer-left .drawercontent .list-group .list-group-item:hover {
    color: #333;
    background: #DBD2F4;
    box-shadow: none;
}

@media (max-width: 600px) {
    #page-login-forgot_password #page-wrapper #page {
        padding: 39px;
    }
}

@media (max-width: 400px) {
    #page-login-forgot_password #page-wrapper #page {
        padding: 0;
    }

    #page-login-forgot_password #page-wrapper #page .login-container {
        padding: 0 1rem;
    }
}



/* added by abhijit for search */

#suggesstion-box {
    position: absolute;
    display: none;
    margin: 20px 0;
    padding: 10px;
    max-height: 700px;
    overflow-y: auto;
    scrollbar-color: #001489 transparent;
}

.light #suggesstion-box {
    scrollbar-color: #333 transparent;
}

#suggestion-box::-webkit-scrollbar-thumb {
    border-radius: 30px;

}

.light .navbar .sub-nav #suggesstion-box {
    background: #f8f8f8;
}

.search-header {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    color: #333;
}

.search-item {
    border-bottom: 2px solid #001489;
    padding: 10px;
    margin: 5px 0;
    cursor: pointer;
    gap: 20px;
    align-items: center;
    transition: transform .5s;
}

.search-item:hover {
    transform: scale(1.01);
    background: #81b6f3;
    transition: all 0.2s ease-in-out;
}

.light .search-item:hover {
    transform: scale(1.01);
    background: rgba(165, 0, 22, 0.10);
    transition: all 0.2s ease-in-out;
}


.light .search-item {
    border-bottom: 1px solid #A59ACE;
}

.search-item:last-child {
    border: none;
}

.search-item .topic_img {
    padding: 10px;
    border-radius: 20%;
    background: #44318d;
}

.search-item img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-radius: 20%;
}

.search-item .item_head {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.light .search-item .item_head {
    color: #333;
}

.search-item .small-text {
    font-size: 0.8em;
    color: #9747ff;
}

.light .search_bar_wrapper {
    border-bottom: 2px solid #1F1B41;
    background: #44318D;
}

.light .search_open_container .search-input {
    border-radius: 5px;
    border: 1px solid #44318D;
    background: #271B54;
    color: #fff;
}


.activityiconcontainer.communication {
    background-color: transparent !important;
}



/* manager dash */


#theme_remui-drawers-courseindex .drawerheader {
    margin: 0;
}

#theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content .courseindex .courseindex-section .courseindex-item-content .courseindex-sectioncontent .courseindex-item {
    gap: 20px;
    padding: 5px 10px;
}

#theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content .courseindex .courseindex-section .courseindex-item-content .courseindex-sectioncontent .courseindex-item .edw-section-content-wrapper .courseindex-link {
    margin-left: 20px;
    text-wrap: wrap;
    white-space: normal;
    width: 100%;
}

div#courseindex-content {
    min-height: calc(100vh - 270px);
}

#theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content .courseindex .courseindex-section .courseindex-item-content .courseindex-sectioncontent .courseindex-item .edw-section-content-wrapper {
    overflow: initial;
}

#theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content .courseindex .courseindex-section .courseindex-item-content .courseindex-sectioncontent .courseindex-item .edw-section-content-wrapper .completioninfo {
    position: relative;
    width: 30px;
    text-align: center;
    height: 100%;
}


#theme_remui-drawers-courseindex .drawercontent {
    padding: 0;
}

.drawer-toggles .drawer-toggler .btn {
    border: none;
    background: #001489;
    width: 55px;
    border-radius: 0px 21px 21px 0px;
    color: #fff;
    box-shadow: none !important;
}

.drawer-toggles .drawer-toggler .btn:hover {
    transition: all ease-in 0.3s;
}

.drawer.drawer-left#theme_remui-drawers-courseindex .drawerheader {
    padding: 20px;
    background: #FBF6F6;
}

/* #theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content{
    background:#120F27;
} */

#theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content .courseindex .courseindex-section .courseindex-section-title .edw-title-icon-wrapper span {
    color: #333;
}

#theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content .courseindex .courseindex-section .courseindex-section-title a {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content .courseindex .courseindex-section .courseindex-section-title {
    padding: 10px 20px;
    color: #333333;
    font-size: 16px;
    border-bottom: 1px solid #333347;
}

#theme_remui-drawers-courseindex .courseindex-sectioncontent {
    padding: 0 !important;
}

#theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content .courseindex .courseindex-section .courseindex-item-content .courseindex-sectioncontent .courseindex-item .edw-section-content-wrapper .courseindex-link {
    margin-left: 10px;
    text-wrap: wrap;
    white-space: normal;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

#theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content .courseindex .courseindex-section .courseindex-item-content .courseindex-sectioncontent .courseindex-item.restrictions .edw-section-content-wrapper .courseindex-link {
    color: #7068A7;
    font-style: normal;
}

#theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content .courseindex .courseindex-section .courseindex-item-content .courseindex-sectioncontent .courseindex-item .fa-lock {
    color: #7068A7;
}

#theme_remui-drawers-courseindex .courseindex-sectioncontent .courseindex-item {
    margin: 5px 10px;
}

#theme_remui-drawers-courseindex .courseindex-sectioncontent .courseindex-item.pageitem {
background: #DDE0F4;
    border-radius: 5px !important;
}

#theme_remui-drawers-courseindex .drawercontent #courseindex #courseindex-content .courseindex .courseindex-section .courseindex-item-content .courseindex-sectioncontent .courseindex-item .edw-section-content-wrapper .completioninfo .icon {
    margin: unset;
    height: 21px;
    width: 21px;
    /* padding: 5px 10px; */
}

@media (max-width:1024px) {

    div#theme_remui-drawers-courseindex:before {
        content: '';
        display: block;
        position: absolute;
        width: 100vw;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.25);
        z-index: -1;
    }

    #page-mod-hvp-view .modal-backdrop.show {
        z-index: 99;
    }

}

.trans_sec .card-header,
.content_sec .card-header {
    background: #F6F8FF;
    display: flex;
    padding: 20px;
    justify-content: flex-end;
    align-items: center;
}

.card.trans_sec h5 button.btn.btn-link,
.card.content_sec h5 button.btn.btn-link {
    color: #000;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
}

#theme_remui-drawers-courseindex .card-body {
    padding: 0 !important;
    margin: 0 !important;
}

#theme_remui-drawers-courseindex .btn-link {
    width: 100%;
    text-align: left;
    background: transparent;
    padding: 0;
    position: relative;
    border: 0;
}

.card.trans_sec,
.card.content_sec {
    background-color: transparent;
}

div#contentSec {
    max-height: calc(100vh -(270px));
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.courseindex_info_time_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 40px;
}


/* ZOOM RECORDING */

#page-mod-zoom-recordings #page,
#page-mod-zoom-recordings table td {
    background: #0A0816;
    color: #fff;
}

#page-mod-zoom-recordings h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    color: #fff;
    margin: 20px 0;
}

#page-mod-zoom-recordings section#region-main div[role="main"] {
    margin-left: 60px;
}

.credit-value-txt {
    margin-left: 10px;
    color: #FBBC05;
    font-weight: 500;
}

.credit-value-num {
    color: #FBBC05;
    font-weight: 400;
}

#page-course-view-participants .form-autocomplete-suggestions {
    background-color: #000;
}

.modal .modal-header h5.modal-title {
    color: #333 !important;
}

#require_profile.modal .modal-header h5.modal-title {
    color: #333 !important;
}

#require_profile .account_status_txt {
    margin-bottom: 20px !important;
    color: #333 !important;
}

#require_profile input {
    border-radius: 5px !important;
    border: 1px solid #001489 !important;
    background: #fff !important;
    color: #333 !important;
}

#require_profile .btn {
    background: #001489 !important;
}

#require_profile .account_status_txt {
    margin-bottom: 20px !important;
    color: #333 !important;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: 6px;
    color: #333;
}

.modal-footer .btn-secondary ,
.modal-footer .btn-secondary:hover {
    border-radius: 5px !important;
    border: 1px solid #001489 !important;
    background: transparent !important;
    color: #001489 !important;
}

body .modal-footer .btn-primary {
    border-radius: 5px;
    background: #001489 !important;
    color: #fff !important;
    border: none !important;
}
.main-area-bg:not(.pagelayout-login) div[role="main"]{
    filter: none;
}
.userloggedinas .usermenu .usertext .meta{
    color: #fff;
}
.assignment_header .question_box p, .assignment_header .question_box h2{
    color: #fff;
}
.assignment_header.d-flex.assignment_box h3,.assignment_header.d-flex.assignment_box p,.assignment_header.d-flex.assignment_box .start_end_time{
    color: #fff!important;
}
.block_site_announcements{
    padding: 32px 24px;
    background: #F6F8FF;
    border-radius: 20px;
    margin-bottom: 20px!important;
}
.block_site_announcements .mySlides{
    border-radius: 10px;
    border: 1px solid #0C28D1;
    background: #FFF;
    padding: 24px 20px;
}
.block_site_announcements .mySlides .text p{
    font-size: 16px;
    font-weight: 600;
    color: #121212;
}
.header_top{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;

}
.block_site_announcements .mySlides {
    height: 320px; 
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}
.block_site_announcements .mySlides::-webkit-scrollbar {
  width: 6px;
}
.block_site_announcements .mySlides::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
pre{
    font-size: 14px;
    font-weight: 400;
    text-wrap: auto;
    line-height: 19px;
    overflow: unset;
}
#page-login-forgot_password .form_para,#page-login-forgot_password .form_sub_title,#page-login-forgot_password .form_sub_title_text,#page-login-forgot_password p.form_sub_title_text.text-center.resetuseremail{
    color: #121212;
}
#page-login-forgot_password p.form_sub_title_text.text-center.resetuseremail{
    font-weight: 500;
}


