html.fixed {
    height: 100%;
    overflow: hidden;
}
*{
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif;
}

font,
u,
b,
strike,
a,
span {
    font-family: inherit !important;
}

p a,
p i,
p u,
p b,
p strike {
    font-family: inherit!important;
}

h1 a,
h1 i,
h1 u,
h1 b,
h1 strike {
    font-family: inherit!important;
}

/*
font, u, b, strike, a, span,
p a, p i, p u, p b, p strike,
h1 a, h1 i, h1 u, h1 b, h1 strike {
    font-family: inherit !important;
    font-weight: inherit !important;
}
*/

h1 {
    font-weight: 700;
}
form {
    padding: 10px;
}
button {
    overflow-wrap: break-word;
}

label.error {
    color: #e74c3c;
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 700;
}

.row:not(.row_gdpr) {
    margin-top: 0px!important;
    margin-bottom: 0px;
}

/*
.row.row-cols-5 {
    flex: 0 0 20%;
    max-width: 20%;
}
*/

@media (min-width: 768px) {
    .row:not(.row_gdpr) {
        flex-wrap: nowrap;
    }
}

@media (max-width: 768px) {
    .row:not(.row_gdpr) .col-md-12,
    .row:not(.row_gdpr) .col-md-11,
    .row:not(.row_gdpr) .col-md-10,
    .row:not(.row_gdpr) .col-md-9,
    .row:not(.row_gdpr) .col-md-8,
    .row:not(.row_gdpr) .col-md-7,
    .row:not(.row_gdpr) .col-md-6,
    .row:not(.row_gdpr) .col-md-5,
    .row:not(.row_gdpr) .col-md-4,
    .row:not(.row_gdpr) .col-md-3,
    .row:not(.row_gdpr) .col-md-2,
    .row:not(.row_gdpr) .col-md-1,
    .row:not(.row_gdpr) .col {
        max-width: initial!important;
    }
}

.row:not(.row_gdpr) > .col-md-12,
.row:not(.row_gdpr) > .col-md-11,
.row:not(.row_gdpr) > .col-md-10,
.row:not(.row_gdpr) > .col-md-9,
.row:not(.row_gdpr) > .col-md-8,
.row:not(.row_gdpr) > .col-md-7,
.row:not(.row_gdpr) > .col-md-6,
.row:not(.row_gdpr) > .col-md-5,
.row:not(.row_gdpr) > .col-md-4,
.row:not(.row_gdpr) > .col-md-3,
.row:not(.row_gdpr) > .col-md-2,
.row:not(.row_gdpr) > .col-md-1,
.row:not(.row_gdpr) > .col {
    flex: initial;
}

div#builder_message {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 18px;
    color: #423410;
    text-align: center;
    z-index: 9999;
}
div#builder_message.error {
    padding: 18px;
}
div#builder_message.alert {
    color: #423410;
    background-color: #ffe042;
}
div#builder_message.error {
    color: #ffffff;
    background-color: #e74c3c;
}
#builder_alert {
    color: #423410;
    background-color: #ffe042;
    padding: 18px;
    margin-bottom: 0;
    border-radius: 0;
}
#builder_error {
    color: white;
    background-color: #ff4444;
    padding: 18px;
}
.faa-flash.animated {
    -webkit-animation: flash 2s ease infinite;
    animation: flash 2s ease infinite;
}

h1 {
    display: block;
    width: 100%;
    word-wrap: break-word;
}
p {
    width: 100%;
    word-wrap: break-word;
}
button .button-subtext{
    opacity: 0.7
}
form.optinform input,
form.optinform select{
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
}
form.optinform input[type="checkbox"],
form.optinform input[type="radio"]{
    width: 20px;
    border: none;
}

.container.container-fluid {
    border: 3px solid transparent;
}

/* Navbar fix */
.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 0px;
}
.form-control {
    border-radius: .25em !important;
    border: 1px solid #ced4da !important;
    box-shadow: 4px 4px 4px #00000014;
}
.error-label {
    color: #dc3545;
    font-weight: 700;
}
.is-invalid {
    border-color: #dc3545 !important;
}
.input-tel {
    display: block;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 90px !important;
}
.iti {
    width: 100%;
}

/* Pagination */
.page-links {
    display: inline-flex;
}

/* Next Lesson Button */
.purp-button {
    background-color: #7957d5;
    border-color: transparent;
    color: white;
    border-width: 1px;
    cursor: pointer;
    justify-content: center;
    padding: 10px 2em;
    text-align: center;
    white-space: nowrap;
}
.purp-button:hover {
    box-shadow: 4px 4px 4px #2525255e;
    transform: translate(0px, -5px);
}

/* Live Counter */
.live-counter {
    background: rgb(255,0,0);
    position: fixed;
    top: 1em;
    left: 1em;
    z-index: 99;
    padding: 0 .75em;
    color: white;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    opacity: 0.7;
}
.live-counter:hover {
    opacity: 1;
}
.live-counter:hover .tooltiptext {
  visibility: visible;
}
.live-counter .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-size: .80em;
    padding: 2px 8px;
    top: .1em;
    width: max-content;
    left: 105%;
}

/* Still Watching Modal */
.stillwatching-modal {
    background-color: rgba(0,0,0,.2);
    color: white;
}
.stillwatching-body {
    text-align: center;
    padding: .5em 1em;
    font-size: 2.5em;
}
.stillwatching-body p {
    margin-top: 1em;
    margin-bottom: 0;
}
.stillwatching-footer {
    border-top: none;
    justify-content: center;
    flex-direction: column;
}
.stillwatching-btn {
    background-color: #7957d5;
    border-color: #7957d5;
    color: white;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    font-size: 1.25em;
    text-transform: capitalize;
}
.stillwatching-close-btn {
    background-color: rgba(0,0,0,.2);
    border-color: white;
    color: white;
    width: 100%;
    margin-top: .5em;
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-size: 1.25em;
    text-transform: capitalize;
}
.modal-backdrop {
    opacity: 1 !important;
}

/* Helper Classes */
.mb0 {
    margin-bottom: 0px;
}

/* Input fields dates */
input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 0.6;
    filter: invert(0.8);
}
input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
    filter: invert(0.2);
}

/* custom jquery datepicker */
.ui-datepicker th {
    font-weight: 400;
}
.ui-widget.ui-widget-content {
    border-radius: 5px;
    padding: 15px;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: 400;
}
.ui-datepicker .ui-datepicker-header {
    background: white;
    border: none;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: white;
    text-align: center;
    border: none;
    height: 30px;
    width: 30px;
    border-radius: 100%;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: #ff8498;
    color: #FFFFFF;
}
.ui-widget-content .ui-state-default:hover {
    background: #f2f2f2;

}


li.dropdown:hover > .dropdown-menu {
    display: block;
}

.table-course-lessons-list-content,
.table-course-modules-list-content {
    display:table;
    width: 100%;
}

.table-course-lessons-list-main-title,
.table-course-modules-list-main-title {
    font-size: 20px;
    font-weight: 700;
}

.table-course-lessons-list, .table-course-lessons-list-lesson,
.table-course-modules-list, .table-course-modules-list-module {
    width: 100%;
}

.table-course-lessons-list-lesson > tbody > tr > td:first-child,
.table-course-modules-list-module > tbody > tr > td:first-child {
    width: 180px;
    max-width: 20%;
    vertical-align: top;
}
.table-course-lessons-list-lesson > tbody > tr > td:last-child,
.table-course-modules-list-module > tbody > tr > td:last-child {
    padding-left: 30px;
    vertical-align: top;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-course-lessons-list-lesson-image,
.table-course-modules-list-module-image {
    float:left;
    width:100%;
    min-height:100px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.table-course-lessons-list-lesson-name,
.table-course-modules-list-module-name {
    font-weight: 700;
    color:black;
    margin-bottom: 10px;
    font-size: 17px;
}

.table-course-lessons-list-lesson-description,
.table-course-modules-list-module-description {
    color:#777;
    min-height: 50px;
}

.is-mobile {
    display: none;
}

.navbar-toggler-text {
    font-size: 16px;
    padding-left: 5px;
    font-weight: 700;
}

/*countdown css start*/
.countdown li {
    padding: 8px;
    background: #1f317a;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
    text-align: center;
    position: relative;
    min-width: 90px;
    border-radius: 5px;
}
.countdown li p {
    margin: 0;
}
.countdown li:after {
    color: #1f317a;
    content: ":";
    position: absolute;
    top: 0;
    right: -14px;
    font-size: 48px;
}
.countdown li:first-of-type {
    margin-left: 0;
}
.countdown li:last-of-type {
    margin-right: 0;
}
.countdown li:last-of-type:after {
    content: "";
}
.countdown .digit {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}
.countdown .text {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 13px;
}
/*countdown css end*/

/*
320px — 480px: Mobile devices.
481px — 768px: iPads, Tablets.
769px — 1024px: Small screens, laptops.
*/
@media screen and (max-width: 1024px)
{
    table.table-course-lessons-list-lesson > tbody > tr > td,
    table.table-course-modules-list-module > tbody > tr > td {
        float: left;
        display: block;
        width: 100% !important;
        max-width: 100% !important;
    }

    table.table-course-lessons-list-lesson > tbody > tr > td:last-child,
    table.table-course-modules-list-module > tbody > tr > td:last-child {
        padding-left: 0px;
        text-align: center;
    }

    .table-course-lessons-list-lesson-image,
    .table-course-modules-list-module-image {
        min-height: 150px;
        background-position: center;
    }

    .table-course-lessons-list-lesson-name,
    .table-course-modules-list-module-name {
        margin-top: 10px;
    }

    .table-course-lessons-list-lesson-description,
    .table-course-modules-list-module-description {
        text-align: justify;
        margin-bottom: 15px;
    }

    table > tbody > tr {
        display: grid;
    }
}

@media screen and (max-width: 768px)
{
    .table-course-lessons-list-lesson-image,
    .table-course-modules-list-module-image {
        min-height: 200px;
        background-position: center;
    }

    .is-mobile {
        display: block!important;
    }

    .container-fluid {
        padding: 0;
    }

    .navbar {
        display: none;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-light .navbar-toggler {
        border: 0;
    }

    .navbar.is-mobile {
        padding: 0px;
        display: block !important;
        border-bottom: 2px solid #f2f2f2;
    }

    .navbar.is-mobile .nav-link {
        padding: 0.5rem 1.25rem !important;
    }

    .navbar.is-mobile .dropdown-menu {
        border: none;
    }

    .navbar.is-mobile .nav-link:hover {
        font-weight: 700;
    }

    .navbar.is-mobile .dropdown-menu {
        background: #f9f9f9;
    }

    .navbar.is-mobile .dropdown-item:hover {
        background: transparent;
        font-weight: 700;
    }

    .navbar.is-mobile .dropdown-toggle::after {
        float: right;
        margin-top: 10px;
    }

    .navbar.is-mobile .navbar-collapse {
        margin-top: -10px;
    }

    .navbar.is-mobile button.navbar-toggler {
        margin: 15px 20px 12px 20px;
        border: none;
        padding: 0px;
    }

    .navbar-light .navbar-toggler-icon {
        display: inline-block;
        font-size: inherit;
        text-rendering: auto;
        background-image: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .navbar-light .navbar-toggler-icon:before {
        font-family: 'Font Awesome 5 Pro';
        content: '\f0c9';
        line-height: 30px;
        font-size: 30px;
    }

    .navbar-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
        font-family: 'Font Awesome 5 Pro';
        content: '\f00d';
        line-height: 30px;
        font-size: 30px;
    }

    /*countdown css start*/
    .countdown li {
        min-width: 64px;
    }
    .countdown li:after {
        right: -13px;
        font-size: 36px;
    }
    .countdown .digit {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.2;
    }
    .countdown .text {
        font-size: 9px !important;
    }
    /*countdown css end*/
}

.admin-bar {
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 18px;
    background-color: #171A1F;
    text-align: center;
    z-index: 999999;
    color: #E1E1E1;
    padding: .5em;
    height: 57px;
    position: fixed;
}
.admin-error {
    color: #ff4444;
    padding: 18px;
    background-color: #171A1F;
    z-index: 1;
}
.admin-bar-logo {
    float: left;
}
.admin-bar-logo img {
    width: 100px;
}
.back-to-admin {
    float: left;
    margin-left: 1em;
    font-size: .85em;
    align-self: center;
}
.back-to-admin a {
    color: #E1E1E1;
}
.close-admin {
    display: flex;
    font-size: .85em;
    align-self: center;
    justify-content: flex-end;
}
.close-admin span {
    margin-left: 2em;
}
.close-admin span a {
    color: #E1E1E1;
}
.admin-stats {
    display: flex;
    justify-content: center;
    align-self: center;
}
.main-admin-bar {
    display: flex;
}

@media screen and (max-width: 768px)
{
    .admin-bar {
        height: auto;
        position: unset;
    }
    .close-admin {
        justify-content: center;
    }
    .main-admin-bar {
        display: none;
    }
}

/* fix styles on tinyeditor text */
div.bullet-list.editable p,
div.bullet-list.editable span,
div.bullet-list.editable ul,
div.bullet-list.editable li,
div.bullet-list.editable strong,
div.bullet-list.editable em {
    font-family: inherit;
}

.discount-code {
    display: inline-block;
}
.discount-code-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.discount-code-input {
    height: 100%;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: white;
}
.discount-code-button {
    padding: 10px;
    border-radius: 5px;
    border: none;
    margin: 0 auto;
    height: 100%;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    box-shadow: 4px 4px 4px #00000014;
    display:flex; align-items: center;
    padding-left: 0.75em;
    padding-right: 0.75em;
    cursor: pointer;
}
.discount-code-message {
    display: none;
}

.provider-item.selected-provider {
    background-color: rgb(244, 245, 248);
    border: 1px solid #3b97e3 !important;
}
.provider-item.selected-provider + .provider-item {
    border-top: none;
}
.provider-item {
    padding: 7px 15px!important;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 0px!important;
}
.provider-item:last-child {
    border-bottom: 1px solid #ddd;
}
.provider-item:first-child {
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}
.provider-item:last-child {
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}
.provider-item:not(:first-child):not(:last-child) {
    border-radius: 0px!important;
}
.provider-item.selected-provider + .provider-item {
    border-top: none;
}
.provider-item input.payment-item-radio {
    box-shadow: none!important;
}
.provider-item > .provider-item-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor:pointer;
}
.provider-item img {
    height: 30px !important;
}
.provider-item input[type=radio] {
    margin-right: 8px;
}
.provider-item > .provider-form {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.provider-item > .provider-form > .form-control {
    margin-bottom: 10px;
}
.provider-item > .provider-form .form-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    gap: 12px
}
.provider-item > .provider-form .form-control {
    height: 40px;
    border: solid 1px #ddd;
}
.provider-item.selected-provider > .provider-form {
    display: block;
}

/* progress bar css start */
.progress-bar-container {
    max-width: 100%;
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.25rem;
    overflow: hidden;
}
.progress-bar-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    background-repeat: repeat;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
/* progress bar css end */

/* collapse css start */
.collapse-element {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);
    transition: transform .3s ease,box-shadow .3s ease;
}
.collapse-element:hover {
    box-shadow: 0 8px 16px 10px rgb(0 0 0 / 8%);
    transform: translate3d(0,-4px,0);
}
.collapse-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.collapse-item-icon i.fa-angle-down {
    transition-duration: 500ms;
}
.collapse-item-title[aria-expanded="true"] .collapse-item-icon i.fa-angle-down {
    transform: rotate(-180deg);
}
.collapse.show {
    visibility: visible;
}
/* collapse css end */