@import url(../../../../assets/css/font-face.css);

/**
Reset CSS
 */
a {
    color: var(--a-color);
}

a:hover {
    color: var(--a-hover-color);
    text-decoration: none;
}

a.disabled {
    cursor: not-allowed;
    background-color: #CCCCCC;
    color: #999999 !important;
}

a.nav-btn.disabled:hover {
    background-color: #CCCCCC;
}

.btn-purple {
    color: #fff;
    background-color: #aa66cc;
    border-color: #9359b2;
}

.btn-purple:hover {
    color: #fff;
    background-color: #8954a8;
}

.bg-light-sky {
    background-color: #e7ecff !important;
}

.bg-light-success {
    background-color: #eefff6 !important;
}

.bg-dark-blue {
    background-color: #004b5a !important;
}

.box-shadow {
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.lecture-content-article h4 {
    font-size: 20px;
}

.lecture-content-article ul {
    list-style: inside;
}

.has-error .invalid-feedback {
    display: block;
}

.form-group.has-error {
    color: var(--danger);
}

.form-group.has-error .form-control {
    border-color: var(--danger);
}

/* .btn, .form-control {
    border-radius: 11px;
} */

.btn-round {
    border-radius: 25px;
}

.btn-theme-primary {
    color: #fff !important;
    background-color: #383838;
    border-color: #272727;
}

.btn-theme-primary:hover {
    color: #fff;
    background-color: #525252;
    border-color: #838383;
}

.btn-login-outline {
    color: rgba(0, 0, 0, .6);
    border-color: rgba(0, 0, 0, .6);
}

.btn-login-outline:hover {
    color: rgba(0, 0, 0, .9);
    border-color: rgba(0, 0, 0, .9);
}

/**
* Nav menu CSS
*/


.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .btn-theme-primary {
    color: #fff !important;
}

.navbar {
    padding: 10px 0 !important;
}


/**
* Top categories menu
*/






/*-----------------------------------------------------------------------------------------------------*/


/**
Hero Section
 */
.hero-left-wrap {
    display: table-cell;
    vertical-align: middle;
    height: 385px;
}

.hero-subtitle {
    font-size: 20px;
}

.hero-banner {
    padding: 100px 0;
    background: #d1d1d1 url(../../images/hero-background.png) no-repeat scroll center center / cover;
    position: relative;
}

.hero-banner::before {
    content: "";
    background: #dddddd;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

/**
Home Info Box

.home-section-wrap:nth-of-type(even) {
    background-color: #f8f9fa;
}
 */

.home-info-box {
    text-align: center;
}

.home-info-box img {
    max-width: 150px;
    height: auto;
    margin-bottom: 20px;
}

.home-info-box h3 {
    font-size: 20px;
    margin: 30px 0;
    height: 35px;
}

/**
Responsive CSS
 */

/**
Home popular courses
 */
.home-popular-courses-wrapper {
    background-color: #f7f8fa;
}

.course-card-2 {
    background-color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    position: relative;
}

.course-card {
    background-color: #ffffff;
    font-size: 14px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    border-radius: 10px;
    position: relative;
}

.course-card:hover {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
}

.course-card .course-card-img-wrap a {
    display: block;
    position: relative;
}

.course-card:hover .course-card-img-wrap a:before {
    content: "";
    background: black;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}

.course-card .course-card-img-wrap img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0px 0px;
}

.course-card .course-card-contents {
    padding: 10px;
}

.course-card a {
    color: #29303b;
}

.course-card-contents a:hover {
    color: rgb(224, 224, 224);
}

.course-card .course-card-title {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 22px;
    /* fallback */
    height: 44px;
    /* fallback */
}

/*
.course-card-info-wrap{
    min-height: 80px;
}
*/
.star-ratings-group i {
    color: #f4c150;
}

.course-card .price-html-wrap {
    color: rgb(255, 83, 83);
    font-size: 19px;
    padding: 5px;
}

.course-card-add-wish {
    font-size: 20px;
    color: #ec5252;
    margin-right: 1px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0;
}

.course-card-add-wish:hover {
    color: #ff0000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.course-card-add-wish:hover i.la {
    font-weight: 600 !important;
}

/**  Mid Call To Action **/
.mid-callto-action-wrap {
    background-color: #033E80;
}

.mid-callto-action-subtitle {
    line-height: 1.8;
}

/**
* Courses Page, Courses Archive, new courses, popular courses
*/
.filter-form-by-rating-field-wrap {
    line-height: 1;
}

.filter-form-by-rating-field-wrap i.la {
    line-height: .5;
}

.course-filter-form-group label {
    display: block;
}

/**
* Blog Section
 */

/**
* Home Call to action
 */
.home-partners-logo-section {
    border-bottom: 1px solid #dedfe0;
}

.home-partners-logo-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-partners-logo-wrap .logo-item img {
    height: 40px;
    width: auto;
}

.home-partners-logo-wrap .logo-item {
    margin: 0 30px;
}

.home-partners-title {
    font-weight: 300;
}

.home-course-stats-wrap {
    border-bottom: 1px solid #dedfe0;
}

.home-course-stats-wrap h5 {
    font-weight: 300;
}

.home-cta-left-col {
    border-right: 1px solid #dedfe0;
}

/**
* Checkout Page
*/
/* .checkout-page-wrap {
    background-color: #f2f2f2;
} */

.order-summery-course-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
}

.checkout-section {
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    border-radius: 4px;
    color: #505763;
    padding: 3px;
}

.order-summery-course-item a {
    color: #505763;
    font-weight: 600;
}

.order-summery-course-item a:hover {
    color: var(--a-color);
}

.enroll-course-btn-price {
    color: #eac4ff;
    font-size: 90%;
}

.agreement-text {
    line-height: 2;
}

.stripe-credit-card-form-wrap {
    max-width: 400px;
}

/**
* Dashboard Section
*/
#ChartArea {
    width: 100%;
    height: 400px;
}

/*
.dashboard-wrap{
    background-color: #f6f7f2;
}
*/
.dashboard-menu-col {
    border-right: 1px solid #dedfe0;
}

/* .dashboard-menu:not(.dropdown-menu .dashboard-menu){
    margin-right: -15px;
} */
.dashboard-menu li a {
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    width: 100%;
}

.dashboard-menu li a:hover {
    background-color: #7474741c;
    color: white;
}

.dashboard-menu li.active a {
    color: #ffffff;
    background-color: var(--btn-theme-primary-bg);
}

.dashboard-menu li.active a:hover {
    color: #ffffff;
    background-color: var(--btn-theme-primary-hover-bg);
}

/* .dashboard-section-header {
    background-color: #eeeeee;
} */

.dashboard-section-header i {
    line-height: 1.6;
}

.dashboard-card .card-icon i {
    font-size: 42px;
}

.course-edit-nav a {
    color: #444444;
}

.course-edit-nav a i {
    font-size: 20px;
    color: #828282;
}

.course-edit-nav a.active i {
    color: #ffffff;
}

.section-add-item-wrap {
    font-weight: bold;
    font-size: 16px;
}

.section-add-item-wrap.bg-dark a {
    color: #ffc107;
}

.section-item-btn-tool {
    line-height: 1;
    color: #686f7a;
}

.section-item-btn-tool:hover {
    color: #212529;
}

.btn-outline-danger.text-danger:hover {
    color: #ffffff !important;
}

.loader:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin-right: 5px;
    content: "\f110";
    -webkit-animation: la-spin 2s infinite linear;
    animation: la-spin 2s infinite linear;
    display: inline-block;
}

.la.loader:before {
    content: "\f110";
}

.edit-curriculum-item .section-item-top:hover {
    cursor: move;
}

.edit-curriculum-item .section-item-title {
    max-width: 400px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-edit-header .header-course-title {
    max-width: 400px;
}

.section-item-top .section-item-btn-tool {
    display: none;
}

.section-item-top:hover .section-item-btn-tool {
    display: block;
}

.single-attachment-form {
    width: 48%;
}

.dashboard-section-item-attachments .downloadable-materials {
    font-size: 16px;
}

.dashboard-section-item-attachments .dashboard-item-attachment .attachment-title.flex-grow-1 {
    font-size: 13px;
}

textarea#benefits, textarea#requirements {
    font-size: 14px;
}

.dashboard-inline-submenu-wrap a {
    color: var(--a-color);
    display: inline-block;
    padding: 0 20px 12px;
}

.dashboard-inline-submenu-wrap a.active, .dashboard-inline-submenu-wrap a:hover {
    border-bottom: 1px solid var(--a-color);
}

.report-top-sub-menu a {
    text-align: center;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.report-top-sub-menu a.active {
    background-color: var(--a-hover-color);
    color: #ffffff;
    border: 1px solid var(--a-hover-color);
}

.report-filter-date-range-wrap input, .report-filter-date-range-wrap .btn, .report-filter-date-range-wrap .input-group-text {
    border-radius: 0;
}

/** Quiz Builder **/
.question-options-wrap .question-opt {
    border: 1px solid #ccc;
    background-color: #f8f9fa;
}

.question-options-wrap .question-opt.newly {
    background-color: #f2fff1;
}

.question-basic-info .question-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.question-basic-info .question-score {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.question-basic-info .question-image-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.option-type-selection-wrapper {
    font-size: 13px;
}

.option-type-selection-wrapper label {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.option-type-selection-wrapper label:hover, .option-type-selection-wrapper input:checked+label {
    background-color: #0269ed;
    border: 1px solid #004ec4;
    cursor: pointer;
}

.question-opt-display {
    font-size: 12px;
    color: #666;
}

.la-question-radio:before {
    content: "\f192";
}

.la-question-checkbox:before {
    content: "\f14a";
}

.la-question-text:before {
    content: "\f14b";
}

.la-question-textarea:before {
    content: "\f15c";
}



label.checkbox input[type=checkbox], label.radio input[type=radio] {
    display: none;
}

label.checkbox input[type=checkbox]:checked+span, label.radio input[type=radio]:checked+span {
    font-weight: 900;
    font-size: 135%;
}

label.checkbox span:before {
    content: "\f0c8";
}

label.checkbox input[type=checkbox]:checked+span:before {
    content: "\f14a";
}

label.radio span:before {
    content: "\f111";
}

label.radio input[type=radio]:checked+span:before {
    content: "\f192";
}

.quiz-question-item .quiz-question-item-image {
    height: 38px;
    width: auto;
}

.quiz-question-item-title {
    -webkit-box-flex: 13;
    -ms-flex: 13;
    flex: 13;
}

/** END Quiz Builder **/


/**
* Dashboard Curriculum
 */
/* .section-item-form-html {
    background-color: #f6faff;
} */

.curriculum-item-edit-tab a {
    border-radius: 0 !important;
}

.curriculum-item-edit-tab .list-group-item {
    padding: .40rem 1.25rem;
}

.video_source_wrap_html5 i {
    font-size: 50px;
}

.ui-sortable-placeholder {
    background-color: #dddd;
}

/** Dashboard Lecture Edit **/
.lecture_video_source {
    width: 200px;
}

/** Switch **/
label.switch {
    position: relative;
    cursor: pointer;
    margin: 0;
}

label.switch span {
    /*position: relative;*/
    display: block;
}

label.switch span:before {
    content: "";
    display: block;
    height: 16px;
    width: 30px;
    border: 2px solid #bbb;
    background: #bbb;
    border-radius: 13em;
    box-sizing: content-box;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    top: 4px;
    left: 0;
}

label.switch span:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 13em;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

label.switch input[type=checkbox] {
    display: none;
}

label.switch input[type=checkbox]:checked+span:after {
    left: 17px;
}

label.switch input[type=checkbox]:checked+span:before {
    border-color: var(--a-hover-color);
    background: var(--a-hover-color);
}

/** Instructor Add **/
.course-default-author-wrap {
    background-color: #f7ead7;
    border: 1px solid #f3dbbe;
}

label .instructor-details {
    font-size: 12px;
}

label.add-instructor-result-item {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    cursor: pointer;
    position: relative;
}

label.add-instructor-result-item:hover, .instructor-search-results input:checked+label {
    background-color: #ddeefa;
    border: 1px solid #d7d9ff;
}

/** END: Instructor Add **/
/**
* Pricing...
*/
.course-price-type-wrap label {
    text-align: center;
    cursor: pointer;
    height: 100px;
    width: 100px;
}

.course-price-type-wrap label img {
    max-height: 60px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.course-price-type-wrap label input {
    display: none;
}

.course-price-type-wrap label span {
    text-align: center;
    display: block;
    border: 1px solid transparent;
    padding: 10px 20px;
}

.course-price-type-wrap label input[type=radio]:checked+span {
    border: 1px solid #0c5460;
}

.course-price-type-wrap label:hover strong, .course-price-type-wrap label input[type=radio]:checked+span strong {
    color: var(--a-color);
}

/** End: Switch **/

.course-publish-icon {
    font-size: 50px;
}

/** Withdraw preference **/

.select-withdraw-method-name label {
    cursor: pointer;
}

.select-withdraw-method-name input[type=radio]:checked+label {
    border-color: #c1eec5 !important;
    background: #e5ffe8;
}

/** END: Withdraw Preference **/
.quiz-attempt-stats .list-group-item {
    width: 100%;
    text-align: center;
    border-radius: 0 !important;
}


/** END: Dashboard **/


/**
* Media Manager
*/
.media-manager-grid-wrap {
    /* Grid styles */
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(120px, 120px));
    grid-gap: 1rem;
}

.adminMediaModalInfoSide {
    font-size: 12px;
}

img#mediaManagerPreviewScreen {
    border: 1px solid #ddd;
    padding: 5px;
}

#filemanager {
    /* max-width: 90%; */
    padding: 35px;
}

.media-modal-info-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
}

.media-modal-thumbnail {
    display: block;
    border: 2px solid transparent;
}

.media-modal-thumbnail img {
    width: 100%;
    height: auto;
}

.media-modal-thumbnail.selected {
    border: 2px solid #2879FE;
    padding: 2px;
}

.allowed_file_text {
    font-size: 12px;
}

#modal-filemanager {
    z-index: 10050;
}

#modal-filemanager .pagination {
    margin: 0;
}

#modal-filemanager label {
    word-wrap: break-word;
}

.image-wrap .img-thumbnail {
    max-width: 80px;
}

#modal-filemanager .card {
    height: 147px;
    overflow: hidden;
    margin-bottom: 2rem;
}

#modal-filemanager .card .card-body {
    padding: 5px;
    font-size: 12px;
}

#modal-filemanager .card .card-body label {
    white-space: nowrap;
}

/**
END Media Manager
 */


/**
* Categories page
*/

.page-header-wrapper {
    /* background-color: #ffffff; */
    background: url("{{theme_url('images/Courses-Banner.jpg')}}");
    border-bottom: 1px solid;
    text-align: center;
}


.page-header-wrapper h1 {
    font-weight: 300;
}

/*
.page-header-wrapper a:not(.btn) {
    color: #e8e9ff;
}
*/
.page-header-wrapper .breadcrumb {
    background-color: transparent;
    padding-left: 0;
}

.category-item-name a {
    font-size: 18px;
    font-weight: 300;
    border-radius: 3px;
    position: relative;
}

.category-item-name a:hover:before {
    content: "";
    background: #000000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    position: absolute;
}

.category-item-name a i {
    display: block;
    font-size: 50px;
    margin-bottom: 10px;
}

/** END Categories **/

/**
* No data screen
*/
.no-data-screen-wrap {
    color: #777777;
}

.no-data-screen-wrap i {
    font-size: 90px;
    margin-bottom: 10px;
}

.no-data-screen-wrap h3 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
}

.no-data-screen-wrap h5 {
    font-size: 20px;
    font-weight: 300;
}

/** ENd no data screen **/

/**********************************************************************
* Plugins Support
***********************************************************************/

/**
* Student Progress
*/
.progress-report-loop-detail .progress {
    height: 5px;
}

.lecture-status-icon {
    font-size: 20px;
}


/**
* Circle Progress Bar
*/

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.progress.circle {
    width: 120px;
    height: 120px;
    background: none;
    position: relative;
}

.progress.circle::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #CCCCCC;
    position: absolute;
    top: 0;
    left: 0;
}

.progress.circle>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress.circle .progress-left {
    left: 0;
}

.progress.circle .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress.circle .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}

.progress.circle .progress-right {
    right: 0;
}

.progress.circle .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}

.progress.circle .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

/** END Circle Progress **/


/**
 * payment Form
 */

/**
 * payment Page
 */

.thankyou-payment-text-details {
    font-size: 18px;
    line-height: 2;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/**
User Profile Page
*/
.profile-page-sidebar {
    width: 230px;
}

.profile-page-sidebar .profile-image img {
    border-radius: 50%;
    width: 140px;
    border: 7px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.profile-page-wrap .profile-designation {
    font-weight: 300;
    font-size: 22px;
}

.profile-social-icon-wrap a:hover {
    background-color: #eeeeee;
}

.profile-stat-title {
    color: #73726c;
}

.profile-stat-value {
    font-weight: 700;
    font-size: 23px;
}

/** END User Profile Pages **/


/**
* Video JS Custom Big Play Button
*/
.video-js .vjs-big-play-button {
    left: 40%;
    top: -webkit-calc(50% - 40px);
    top: -o-calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: none;
    border-radius: 50%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 50px;
}

.video-player-wrapper {
    position: relative;
}

.video-player-logo {
    position: absolute;
    bottom: 41px;
    right: 95px;
    width: 10px;
    height: 10px;
}

.videoPlayerCaption {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
}

.videoPlayerCaption .captionText {
    background-color: rgba(43, 51, 63, .7);
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
}

/**
* Social Login
*/
.social-login-item {
    padding: 8px 15px;
    background-color: #eeeeee;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #ffffff;
}

.social-login-item:hover {
    color: #ffffff;
}

.social-login-item.btn-facebook {
    background-color: #3D5E96;
}

.social-login-item.btn-facebook:hover {
    background-color: #354e7e;
}

.social-login-item.btn-google {
    background-color: #D05D45;
}

.social-login-item.btn-google:hover {
    background-color: #b4553e;
}

.social-login-item.btn-twitter {
    background-color: #64ADEB;
}

.social-login-item.btn-twitter:hover {
    background-color: #599acf;
}

.social-login-item.btn-linkedin {
    background-color: #017BB6;
}

.social-login-item.btn-linkedin:hover {
    background-color: #01618f;
}

/*
.nav-link.profile-dropdown-toogle .profile-text-photo {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
*/
.profile-page-sidebar .profile-image .profile-text-photo {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    line-height: 125px;
    font-size: 40px;
    border: 7px solid #fff;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/**
* Cookie
*/
.cookie_notice_popup {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    background-color: rgb(237, 239, 245);
    color: rgb(131, 131, 145);
    width: 300px;
    right: 20px;
}

.cookie_notice_msg {
    padding: 20px;
}

.cookie_notice_popup .cookie-dismiss {
    color: rgb(255, 255, 255);
    background-color: #4B81E8;
    padding: 0.5em;
    text-align: center;
    display: block;
}

.cookie_notice_popup .cookie-dismiss:hover {
    background-color: #205fd6;
}

@media (min-width: 992px) {
    .main-nav-auth-profile-wrap {
        margin-left: auto;
    }
}

@media(max-width:991.5px) {
    #mainNavbarContent .main-nav-right-menu .dropdown-menu {
        max-width: 100%;
    }

    .hero-right-col {
        display: none;
    }

    .main-nav-auth-profile-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        vertical-align: top;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .main-nav-auth-profile-wrap>li {
        display: inline-block;
    }

    .main-nav-auth-profile-wrap .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    a#miniCartDropDown {
        display: block;
        position: relative;
    }

    a#miniCartDropDown {
        display: block;
        position: relative;
        min-width: 60px;
    }
}

@media(min-width:768px) {
    .lecture-sidebar {
        display: block;
    }

    .navbar-collapse.show#mainNavbarContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media(max-width:767.5px) {

    #mainNavbarContent {
        margin-top: 10px;
    }

    a.nav-link.browse-categories-nav-link {
        width: 100%;
        display: block;
        max-width: 100%;
    }

    /*
    .header-search-wrap{
        width: 100%;
        max-width: 100%;
        margin: 10px 0 !important;
    }
    */
    .main-nav-auth-profile-wrap {
        width: 100%;
        max-width: 100%;
    }

    .lecture-header-left {
        -webkit-box-flex: 0!important;
        -ms-flex: 0 0 149px!important;
        flex: 0 0 149px!important;
    }

    .lecture-container {
        margin-left: 0!important;
        padding: 20px !important;
    }

    .lecture-sidebar {
        display: none;
        width: 100%;
    }

    .cookie_notice_popup {
        bottom: 0;
        width: 100%;
        right: 0;
    }
}

@media(max-width:574px) {

    /**
    * Mobile, iPhone
    */
    .lecture-header-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }

    .back-to-curriculum {
        margin-left: 10px;
    }

    .lecture-header-right .nav-btn {
        font-size: 13px;
    }

    .home-cta-left-col {
        margin-bottom: 50px;
    }

    .main-nav-auth-profile-wrap {
        display: table;
    }

    .main-nav-auth-profile-wrap>li {
        display: table-cell;
    }
}

@media(max-width:413.5px) {
    a#miniCartDropDown {
        width: auto;
        height: auto;
    }

    .mini-cart-body-wrap.d-block {
        right: -40px;
    }
}

@media (min-width: 576px) {
    .modal-alert {
        max-width: 400px;
    }
}

.serial-input:focus {

    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}