body,
label,
h1,
h2,
h3,
h4 {
    font-family: 'Roboto', sans-serif !important;
}

body.view-dashboard .content-wrapper {
    padding: 0;
}

.dashboard_content_header,
.card_body_title,
.card_body_desc,
.body_timer,
h4.mt10 {
    font-family: inherit !important;
}

.gf_nav_btn {
    background: no-repeat;
    box-shadow: none;
    border-radius: 0;
    font-family: inherit;
    font-weight: normal;
    text-shadow: none;
    letter-spacing: 0;
    padding: 0;
}

.gf_nav_btn:hover,
.gf_nav_btn:focus {
    background: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.gf_primary1:hover,
.gf_primary1:focus {
    box-shadow: none !important;
    text-shadow: none !important;
}

.card_footer_right button,
.course_buttons .gf_tertiary1 {
    background: no-repeat;
    box-shadow: none;
    text-shadow: none;
    font-family: inherit;
}

.course_buttons .gf_blue {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-family: inherit;
}

.card_footer_right button:hover,
.card_footer_right button:focus,
.course_buttons .gf_tertiary1:hover,
.course_buttons .gf_tertiary1:focus {
    background: none;
    box-shadow: none;
}

.course_buttons .gf_tertiary1:hover,
.course_buttons .gf_tertiary1:focus {
    box-shadow: 0px 3px 12px #00000080;
}

form.search_bar_icon input[type=text] {
    font: inherit;
}

form.search_bar_icon button {
    font: inherit;
    text-shadow: none;
    letter-spacing: inherit;
}

form.search_bar_icon button:hover,
form.search_bar_icon button:focus {
    box-shadow: 0px 3px 12px #00000040 !important;
}

body.view-in-course .auto-height,
body.view-student-notes .auto-height,
body.view-profile .auto-height,
body.view-account-settings .auto-height,
body.view-course-details .auto-height {
    margin-top: 75px;
}

body.view-instructordash .auto-height,
body.discussion .auto-height,
body.view-bookmarks .auto-height,
body.course-about .auto-height {
    margin-top: 90px;
}

.content-wrapper.main-container,
body.view-wiki .content-wrapper {
    margin-top: 10px;
}

.content-wrapper .course-tabs,
.page-header .page-header-main nav,
body.view-in-course .wrapper-course-material {
    background: none;
    overflow-x: hidden;
    box-shadow: none;
}

.xmodule_display.xmodule_SequenceModule .sequence-nav .sequence-list-wrapper,
.xmodule_display.xmodule_SequenceModule .sequence-bottom {
    background: none;
    box-shadow: none;
}

.xmodule_display.xmodule_SequenceModule .sequence-bottom {
    margin: 5em auto;
}

.is-hidden {
    display: none;
}


/*body.view-in-course img{width: auto;}*/

.gf_anchor a:hover,
.gf_anchor a:focus,
.card_footer_right button a:hover,
.card_footer_right button a:focus,
.menu li:not(.logo, .toggle) a:hover,
.menu li:not(.logo, .toggle) a:focus,
.card_button_primary a:hover,
.card_button_primary a:focus {
    text-decoration: none;
}

.edxnotes.wrapper-course-material {
    background: inherit;
    box-shadow: none;
}

.nav-utilities .utility-control.is-active .fa-pencil {
    font-family: FontAwesome;
}

body.discover-courses .content-wrapper {
    margin-top: 110px;
}

body.discover-courses label {
    font-style: normal;
}

body.discover-courses ul,
body.discover-courses ol {
    padding: 0;
}

.wrapper-preview-menu .preview-actions .action-preview .action-preview-select {
    margin-right: 20px;
    background: white;
    border: 1px solid black;
    width: auto;
    color: black;
    padding-left: 10px;
}

.custom-span a {
    color: var(--blue);
    cursor: pointer;
    font-weight: 400;
    /* font-size: 20px; */
    text-decoration: none;
    color: #04BBFF;
    cursor: pointer;
}

.custom-span-right {
    float: right;
    width: 100%;
    margin: 30px 0px 0px 0px;
}

body.view-progress .profile-wrapper {
    border: none;
    background: transparent;
}

body.view-progress .profile-wrapper .course-info {
    padding: 0;
}

body.view-progress .profile-wrapper .chapters>section .hd {
    border-right: 1px dashed #ddd;
    box-sizing: border-box;
    display: table-cell;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    padding-right: 2.27273%;
    text-transform: none;
    width: 20.45455%;
    vertical-align: top;
}

body.view-progress .profile-wrapper .chapters>section .sections {
    display: inline-block;
    padding-left: 2.27273%;
    width: 77.27273%;
}

body.view-progress .profile-wrapper .chapters>section {
    border-bottom: 1px solid #e3e3e3;
    display: table;
    padding: 1.41575em 0;
    width: 100%;
}

body.view-progress .profile-wrapper .chapters>section::before,
body.view-progress .profile-wrapper .chapters>section::after {
    content: "";
    display: table;
}

body.view-progress .profile-wrapper .chapters>section::after {
    clear: both;
}

body.view-progress .profile-wrapper .chapters .sections .scores {
    margin: 0.70788em 0;
}

body.view-progress .profile-wrapper .chapters .sections .scores dt {
    display: inline-block;
    width: auto;
    margin: initial;
    margin-right: 20px;
    border: initial;
    padding: initial;
    font-size: 0.875em;
    color: #5e5e5e;
}

body.view-progress .profile-wrapper .chapters .sections .scores dd {
    display: inline-block;
    margin: 0;
    margin-right: 20px;
    padding-right: 1em;
    font-size: 0.875em;
    font-weight: normal;
    color: #474747;
}


/*Bookmark page style*/

body.view-bookmarks .page-content-container {
    border: none;
    background: transparent;
}

@media (min-width: 768px) {
    body.view-bookmarks .search-results {
        max-width: 100%;
    }

    body.view-bookmarks .page-content {
        display: inherit;
    }

    body.view-bookmarks .custom-separator li.seperator {
        margin-top: 22px;
    }

    body.view-bookmarks .cd-breadcrumb li,
    body.view-bookmarks .cd-multi-steps li {
        display: inline-block;
        float: left;
        margin: 0.5em 0;
    }

    body.view-bookmarks .cd-breadcrumb li,
    body.view-bookmarks .cd-multi-steps li {
        margin: 1.2em 0;
    }

    body.view-bookmarks .cd-breadcrumb li>*,
    body.view-bookmarks .cd-multi-steps li>* {
        display: inline-block;
        font-size: 14px;
        color: #23A6DA;
    }

    body.view-bookmarks .cd-breadcrumb li>*,
    body.view-bookmarks .cd-multi-steps li>* {
        font-size: 16px;
        font-weight: inherit;
    }
}

body.view-bookmarks .cd-breadcrumb.custom-separator li.seperator {
    content: '';
    height: 16px;
    width: 16px;
    background: url("/static/indigo/images/icons/Icon_arrow_right.ffb9a30535e4.png") no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    padding: 0px 15px;
}

body.view-bookmarks .cd-breadcrumb li.current>*,
body.view-bookmarks .cd-multi-steps li.current>* {
    color: #3F3F3F;
    text-decoration: none !important;
}

.content-wrapper #mainMenu {
    display: none;
}

#mainMenu .main-nav {
    margin: 0;
}

.shopping-cart .user-data .data-input .three-col .col-2 .numbers-row button.dec .fa-caret-down {
    padding-right: 10px;
}

.shopping-cart .user-data .data-input .three-col .col-3 button.btn-remove {
    color: #fff;
    background: #EE343B;
}

.shopping-cart .col-two .col-2 button[type="submit"],
.shopping-cart .col-two .col-2 button[type="submit"]:focus,
.shopping-cart .col-two .col-2 button[type="submit"]:hover,
.shopping-cart .discount button[type="submit"],
.shopping-cart .discount button[type="submit"]:hover,
.shopping-cart .discount button[type="submit"]:focus {
    background: #EE343B;
    border: none;
    border-radius: 5px;
    text-shadow: none;
}

.account-settings-sections .section-header {
    padding-top: 0;
}

#orders-tab {
    display: none;
}

.dashboard_card_list_container .card_body_title .fontBold {
    color: #000;
    font-size: 24px;
}

.dashboard_card_list_container .card_body_desc .fontBold {
    font-size: 18px;
}

.dashboard_card_list_container .final-result {
    font-size: 16px;
}

.fixed-top ul.menu {
    margin-bottom: 0;
}

.fixed-top ul.menu .item a {
    font-weight: normal;
    line-height: 1;
    color: #707070;
}

.fixed-top ul.menu .item.active a {
    color: #23A6DA;
}

.wrapper-preview-menu {
    margin-top: 75px;
}

.page-header .page-header-secondary .action-resume-course span {
    color: #fff;
}

body.courseware .content-wrapper.main-container {
    padding-left: 0;
    padding-right: 0;
}

body.courseware .content-wrapper.p020 .course-wrapper {
    border: none;
    background: white;
}

body.courseware .content-wrapper main {
    box-shadow: 0px 3px 12px #00000040;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 30px;
    transition: 0.2s ease;
    position: relative;
}

body.courseware .course-content .page-header {
    border: none;
}

.xmodule_display.xmodule_HtmlBlock img {
    width: auto;
}

.course-outline .block-tree .outline-button .complete-checkmark {
    color: #fff !important;
}

body.view-wiki .main-menu {
    height: 55px;
}

.wiki-wrapper section.wiki .breadcrumbs-header {
    height: 60px;
    padding: 10px 0;
}

.wiki-wrapper section.wiki .nav-tabs .fa {
    font-family: FontAwesome;
}

.fixed-top ul.menu .item a:hover,
.fixed-top ul.menu .item a:focus {
    color: var(--blue);
}


/*.logo a img{width: 31%;}*/

#navbar ul.menu:last-child a span.manage-name-length {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 120px;
}

form.search_bar_icon button i {
    color: white;
}

html,
.content-wrapper,
.view-dashboard .window-wrap {
    background: transparent;
}

.dashboard_card_list_container .rightCourseContainer .font500 {
    text-align: left;
}

.dashboard_card_list_container .course_card_container .course_card {
    border-radius: 5px 5px 5px 5px;
}

.dashboard_card_list_container .course_card_container .card_body_desc.mt10 .fontBold {
    font-weight: inherit !important;
}

.dashboard_card_list_container .course_card_container .card_body_title .fontBold {
    font-weight: inherit !important;
}

.card_container_box.tab-content {
    display: none;
}

.card_container_box.tab-content:target {
    display: block;
    color: #B4B1B1;
}

.padding.mcon a.active_tab {
    color: #0075b4;
}

.padding.mcon a {
    color: #B4B1B1;
}

.card_container_box.tab-content {
    z-index: 0;
    top: 100px;
    width: 100%;
    height: 300px;
}

.card_container_box.tab-content:target {
    z-index: 2;
}

.forum-nav-browse-filter .field-label {
    color: white;
}

#discussion-container .discussion-body .forum-nav-browse-menu-wrapper {
    border-bottom: inherit;
    background: inherit;
}

.discussion-body .forum-content,
.discussion-thread-list-container {
    display: block;
}

.view-discussion-home .home-helpgrid {
    margin-left: 0;
}

.forum-new-post-form .post-topic.field-input,
.edit-post-form .post-topic.field-input {
    background: transparent;
    color: black;
}

.forum-nav-refine-bar {
    background: inherit;
}

.discussion-body select {
    width: auto;
    padding: 0;
    margin: 0;
}

.forum-nav-thread .forum-nav-thread-link {
    border-left: 3px solid #23A6DA;
}

.wrapper-msg .msg-content .title {
    text-align: left;
}

.cookie-banner {
    position: fixed;
    bottom: 40px;
    right: 40%;
    width: 100%;
    max-width: 360px;
    padding: 5px 14px;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: justify;
}

.cookie-banner .close {
    height: 20px;
    background-color: #777;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}

.cookie-banner p {
    padding: 15px 0;
    font-size: 1rem;
    font-style: normal;
    line-height: 1em;
}

.cookie-banner.hidden {
    display: none;
}

.cookie-banner h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: black;
    box-sizing: border-box;
}

.cookie-banner button {
    box-shadow: none;
    text-shadow: none;
}

.cookie-banner a {
    color: #0060ec !important;
}

body.view-in-course .advanced-utilities {
    background: inherit;
    padding: initial;
    box-shadow: none;
}

.account-settings-sections .section .account-settings-section-body .u-field .field select {
    color: black !important;
}

.discussion-article .posted-details .username,
.discussion-response .response-header-content .username {
    display: inline !important;
}

.wrapper-account-settings .account-settings-container {
    padding-top: 32px;
}

body.view-wiki #autoNavMore {
    display: none;
}

body.view-wiki .wiki-page-navbar .cd-breadcrumb.custom-separator {
    list-style: none;
    padding-left: 0;
    float: left;
}

body.view-wiki .wiki-page-navbar .cd-breadcrumb.custom-separator li {
    float: left;
    margin-right: 10px;
    font-size: 0.9em;
}

body.view-wiki .wiki-page-navbar .cd-breadcrumb.custom-separator li::after {
    content: '›';
    display: inline;
    margin-left: 10px;
    /* color: #313131;*/
    color: #EE343B;
    height: 30px;
    line-height: 31px;
}

body.view-wiki .breadcrumbs-header {
    height: 90px;
    padding: 24px 0 26px;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
}

body.view-wiki .breadcrumbs-header .global-functions {
    display: block;
    width: auto;
    margin-right: 20px;
}

body.view-wiki .breadcrumbs-header .global-functions a {
    border-radius: 0.1875rem;
}

body.view-wiki .breadcrumbs-header .global-functions a span {
    color: #fff;
}

.guidelines-div h3 {
    padding-left: 0;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 15px;
    padding-top: 30px;
}

.guidelines-div p,
.guidelines-div ul li {
    font-size: 14px;
}

.guidelines-div p+p {
    margin-top: 12px;
}

.guidelines-div ul li {
    list-style: disc;
    line-height: 25px;
}

.login-register input::-webkit-outer-spin-button,
.login-register input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.discussion.inline-discussion .inline-thread .forum-content {
    display: block;
}

.discussion-body select {
    color: inherit;
}

.punch-viewer-navbar-logo {
    display: none !important;
}

.xmodule_display.xmodule_SequenceModule .sequence-nav .sequence-list-wrapper {
    overflow-x: scroll;
    padding: 0;
    overflow-y: hidden;
}

.xmodule_display.xmodule_SequenceModule .sequence-nav ol li button .sequence-tooltip {
    bottom: 11px;
    top: inherit;
}

.xmodule_display.xmodule_SequenceModule .sequence-nav ol li button .sequence-tooltip::after {
    right: 18px;
    left: -5px;
    top: 10px;
}

body.view-passwordreset button .search_icon {
    margin-top: 10px;
}

.start-chat-button {
    border: unset !important;
    box-shadow: unset !important;
    background-image: inherit !important;
}

.start-chat-button:hover {
    border: unset !important;
    box-shadow: unset !important;
    background-image: inherit !important;
    background-color: var(--color-whatsapp-green-light) !important;
}

.wa-cta-button {
    border: unset !important;
    box-shadow: unset !important;
    background-image: inherit !important;
}

.wa-cta-button:hover {
    border: unset !important;
    box-shadow: unset !important;
    background-image: inherit !important;
    background-color: var(--color-whatsapp-green-light) !important;
}

.start-chat-label {
    margin-bottom: 0px !important;
}

.wa-widget-wrapper {
    width: fit-content !important;
    z-index: 2999 !important;
}

#wa-chat-window {
    display: none;
}

@media (max-width: 1000px) {
    .download_app_for_phone {
        display: block !important;
    }

    .download_app_for_desktop {
        display: none !important;
    }
}

@media (min-width: 1001px) {
    .download_app_for_phone {
        display: none !important;
    }

    .download_app_for_desktop {
        display: block !important;
    }
}

@media (max-width: 2450px) {
    .sub-footer-container {
        /*position: relative !important;*/
    }
}

@media (max-width: 625px) {
    .shopping_cart_container {
        padding-left: 3vw !important;
        padding-right: 3vw !important;
    }

    .shopping_cart_header {
        font-size: 6.3vw !important;
    }

    .course_image_for_shopping_cart {
        width: 50% !important;
        height: fit-content !important;
    }

    .shopping_cart_fixing {
        display: flex !important;
        width: 100% !important;
    }

    .course_name_for_shopping_cart {
        font-size: 5vw !important;
        font-weight: 900 !important;
    }

    .shopping_cart_hr {
        /*width: 50% !important;*/
    }

    .price_shopping_cart {
        font-size: 4.5vw !important;
    }

    .price_shopping_cart_span {
        font-size: 4.5vw !important;
        padding-left: 0px !important;
    }

    .shopping-cart .user-data .data-input {
        width: 50% !important;
        margin-left: 0px !important;
        padding-left: 3vw !important;
    }

    .shopping-cart .steps li:first-child {
        padding-left: 0px !important;
    }

    .shopping-cart .steps li {
        font-size: 5vw !important;
        padding: 26px 0px !important;
    }

    .course_title_shopping_cart {
        width: 100% !important;
    }

    .shopping_cols {
        width: 100% !important;
    }

    .price-div .title-div {
        width: 62vw !important;
    }

    .price-div .amount-data {
        width: 38vw !important;
    }

    .payment_helper_div_for_shopping {
        grid-template-columns: 1fr !important;
    }

    .payment_helper_text_for_shopping1 {
        grid-area: 2 !important;
        display: block !important;
        margin-right: 3vw !important;
    }
}

.shopping_cart_button {
    display: none !important;
}

#profileConfirmModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 560px;
    background-color: white;
    border: 1px solid #888;
    z-index: 1000;
    overflow: auto;
    width: 100%;
}

#profileConfirmModal h2 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.4em;
    color: #000;
    padding-bottom: 15px;
}

#profileConfirmModal p {
    line-height: 1.5
}

#profileConfirmModal a,
#profileConfirmModal button {
    box-shadow: none;
    background: #EE343B;
    padding: 10px;
    color: #fff;
    text-shadow: none;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1em;
    font-family: inherit;
    border: none;
    border-radius: 5px;
    vertical-align: middle;
    letter-spacing: inherit;
    text-decoration: none !important;
}

#profileConfirmModal .modal-content,
#profileConfirmModal .modal-footer {
    padding: 20px;
}

#profileConfirmModal .modal-footer {
    border-top: 1px solid #e0e0e0;
}

.shopping-cart .discount .code-text .discounted-cart {
    text-align: right;
}

.shopping-cart .discount .code-text .discounted-cart span.line-through {
    text-decoration: line-through;
}

.shopping-cart .discount .code-text .discounted-cart .price.green {
    color: #61a12e;
}

.shopping-cart .discount .code-text .discounted-cart span {
    padding-left: 20px;
    color: #4a4a4a;
    font-size: 24px;
    line-height: 35.52px;
}

.container.shopping_cart_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
}

.container.shopping_cart_container .shopping-cart.cart-view {
    flex: 0 0 auto;
    width: 70%;
}
.container.shopping_cart_container .shopping-cart.no-coupons {
    flex: 0 0 auto;
    width: 100%;
}
.container.shopping_cart_container .coupon-side-bar {
    flex: 0 0 auto;
    width: 25%;
}

.coupon-side-bar .interal-content {
    padding: 10px;
}

.coupon-side-bar .interal-content h3 {
    font-size: 22px;
    color: #EE343B;
    padding: 30px 0;
    text-align: center;
    font-family: 'Roboto' !important;
}

.coupon-side-bar .interal-content .coupons-list {
    border: 0.25px solid #707070;
    border-radius: 11px;
    opacity: 1;
    padding: 11px;
}

.coupon-side-bar .interal-content .coupons-list .coupon {
    padding: 15px 0;
}

.coupon-side-bar .interal-content .coupons-list .code span {
    padding: 5px;
    border: 0.25px solid #EE343B;
    color: #000000;
    font-family: 'Roboto-Bold';
    border-style: dotted;
}

.coupon-side-bar .interal-content .coupons-list p.label {
    font-size: 21px;
    color: #000000;
    font-family: 'Roboto-Bold';
    height: 25px;
}

.coupon-side-bar .interal-content .coupons-list p.short-desc {
    font-size: 16px;
    color: #000000;
    font-family: 'Roboto';
    height: 48px;
    line-height: 20px;
    margin-bottom: 7px;
}
.free-courses-section {padding-bottom: 40px;}
.free-courses-section .top-header{text-transform: uppercase;}
.free-courses-section .top-header h3{    padding-left: 0;padding-bottom: 9px;color: #000;font-size: 23px;}
.free-courses-section .top-header p{color: #00000099}
.free-courses-section .free-courses-body{}
.free-courses-section .free-courses-body ul{padding: 0}
.free-courses-section .free-courses-body ul li{box-shadow: 0px 3px 6px #00000029;border-radius: 7px;opacity: 1;padding: 20px 10px;}
.free-courses-section .free-courses-body ul li label{font-weight: normal;font-style: normal;font-size: 21px;color: #00000099;padding-left: 10px;}