body {
    background: #ffffff;
    color: var(--main-brand-body-color);
    font-family: var(--main-brand-font);
    font-weight: 400;
    font-size: var(--main-brand-font-size);
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

h1 {
    color: var(--main-brand-body-color);
    font-family: "Literata";
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
}

    h1.tg-h1-width {
        width: 1000px;
    }

.m-0 {
    margin: 0;
}

.m-1 {
    margin: 1em;
}

.p-1 {
    padding: 1em;
}

.p-2 {
    padding: 2em;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mr-2 {
    margin-right: 2em;
}

.gap-1 {
    gap: 10px;
}

.gap-2 {
    gap: 20px;
}

.fv-inline {
    display: inline;
}

.fv-row-33 {
    width: calc(100% / 3 - 20px);
}

.fv-row-50 {
    width: calc(100% / 2 - 20px);
}

.fv-row {
    width: calc(100% / 1 - 20px);
}

.fv-flex-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fv-flex {
    display: flex;
}

a {
    color: #005f9d;
    text-decoration: none;
}

.fv-connecting-line {
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 484px;
    z-index: 1;
}

.fv-active-page {
    background: #3D2499 !important;
    color: white;
}

.fv-inactive-page {
    background: #d1d1d1 !important;
}

.fv-main-container .ga-wrap {
    max-width: 1400px !important;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
}



.fv-button-help a:hover {
    background: #fff;
}

.dialog-cancel {
    background-color: #fff !important;
    border: none !important;
}

.ui-widget-header {
    border: none !important;
    background-color: #fff !important;
}

.ui-widget.ui-widget-content {
    border-radius: 8px !important;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    width: 35%;
    margin: 0 auto;
    left: 270px;
    right: 0;
    top: 600px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

.wizard .nav-tabs > li.active > a i {
    color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 25%;
}

    .wizard .nav-tabs > li a {
        width: 30px;
        height: 30px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
        background-color: transparent;
        position: relative;
        top: 0;
    }

        .wizard .nav-tabs > li a i {
            position: absolute;
            top: -15px;
            font-style: normal;
            font-weight: 400;
            white-space: nowrap;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 12px;
            font-weight: 700;
            color: #000;
        }

        .wizard .nav-tabs > li a:hover {
            background: transparent;
        }

.fv-padding-25 {
    padding: 25px;
}

.fv-expand-button {
    background-color: #005f9d;
    color: white;
    text-decoration: none;
    /* border-radius: 60px; */
    height: 32px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    max-width: 32px;
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
    margin-bottom: 5px;
}

span.fv-table\.ser {
    font-weight: 600;
    margin-right: 10px;
}

span.fv-tab-amount {
    font-weight: 600;
    margin-left: 10px;
}

.fv-main-container.ga-wrap {
    max-width: 1400px !important;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
}
/*.fv-header-wrap {
    padding: 17px;
    background: linear-gradient(180deg, rgba(0, 102, 153, 0) 0%, rgba(0, 102, 153, 0.09) 50%, rgba(0, 102, 153, 0.09) 100%);
}*/

td .fv-span-wrap {
    display: grid;
}

table.fv-card-table {
    border-collapse: collapse;
    color: var(--main-brand-body-color) !important;
    font-family: var(--main-brand-font) !important;
    font-weight: 400 !important;
    font-size: var(--main-brand-font-size);
    width: 100%;
}

    table.fv-card-table tr {
        border-bottom: 1px solid #dedede;
    }

    table.fv-card-table td,
    table.fv-card-table th {
        text-align: left;
        padding: 12px;
    }

.fv-expand-button:hover {
    max-width: 300px;
}


.icon {
    font-size: 13px;
    padding: 0px 9px;
    display: flex;
    align-items: center;
}

.text {
    white-space: nowrap;
    padding-right: 15px;
}

.fv-xl-wrap {
    margin: 0 auto;
    max-width: 1700px;
}

.fv-event-wrap-grid {
    display: flex;
    gap: 35px;
    /*padding: 20px;*/
}

.fv-cart-wrap-grid {
    display: flex;
    gap: 35px;
    padding: 20px;
    flex-direction: column;
}

.fv-event-aside {
    background-color: #E9EDF1;
    min-width: 330px;
}

.fv-event-content {
    flex-grow: 1;
}

.fv-event-grid-sort-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fv-event-grid-container {
    display: flex;
    flex-wrap: wrap;
}

.fv-event-content-heading {
    border-bottom: 1px solid #E2E2E2;
}

.fv-event-grid-item {
    border-right: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    flex-grow: 1;
    max-width: 340px;
}

.fv-event-grid-heading {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
}

    .fv-event-grid-heading h3 {
        margin: 0;
    }

        .fv-event-grid-heading h3 a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.fv-event-grid-info p {
    margin: 0;
}

.fv-bg-light {
    background-color: #F3F9FA;
}

.fv-event-grid-info {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0;
}

    .fv-event-grid-info p:first-child {
        margin-bottom: 5px;
    }

.fv-event-grid-item-details {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0;
}

p.fv-accent-text {
    color: #2E74BB;
    font-size: 90%;
}

.fv-event-grid-item-details p {
    margin: 0;
}

p.fv-muted-text {
    font-size: 80%;
}

p.fv-loud-text {
    font-size: 120%;
}

.fv-event-grid-item-discount-rate {
    text-align: right;
}

.section-form-row input:focus,
.section-form-row select:focus,
.section-form-row textarea:focus {
    border-color: #273481;
    box-shadow: inset 0 0 0 1px #273481, 0 0 0 4px #ebac40;
}

.section-form-row input:focus,
.section-form-row textarea:focus,
.section-form-row select:focus {
    outline: none;
}

.checkbox-row {
    display: flex;
    align-items: center;
}

    .checkbox-row label {
        margin-left: .3em;
    }

        .checkbox-row label:hover {
            cursor: pointer;
        }

a.fv-btn-center {
    padding: 5px 10px;
    background: #005f9d;
    border: #fff;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin: 0px 70px;
    display: flex;
    justify-content: center;
}

.validation {
    display: none;
    color: red !important;
}
/* template one */

.fv-t1-grid-container {
    gap: 20px;
}

.fv-event-grid-form-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.fv-event-grid-item-t1 {
    min-width: calc(100% - 10px);
    max-width: calc(100% - 10px);
}

@media (min-width: 500px) {
    .fv-event-grid-item-t1 {
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (min-width: 700px) {
    .fv-event-grid-item-t1 {
        min-width: calc(33.5% - 15px);
        max-width: calc(33.5% - 15px);
    }

    .fv-event-grid-form-container {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .fv-event-grid-item-t1 {
        min-width: calc(30% - 15px);
        max-width: calc(30% - 15px);
    }
}

@media (min-width: 800px) {
    .fv-event-single-wrap {
        flex-direction: row;
        gap: 60px;
        padding: 90px 0;
        justify-content: space-between;
    }

    .fv-event-single-content-block {
        padding: 0;
    }

    .fv-event-single-aside {
        max-width: 360px;
        min-width: 360px;
    }

    .fv-event-main-heading {
        display: block;
    }

    .fv-event-main-mobile-heading {
        display: none;
    }
}

.fv-event-grid-item-t1 .fv-event-grid-img-wrap img {
    width: 100%;
    height: auto;
}

.fv-event-grid-heading-t1 h3 {
    margin: 5px 0;
}

.fv-event-grid-info-t1 p {
    margin: 5px 0;
}

.fv-event-grid-img-wrap {
    position: relative;
    cursor: pointer;
}

span.fv-event-grid-img-label {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 10px;
    background: #AAEB76;
    color: var(--main-brand-body-color);
    font-size: 90%;
}

a.fv-link-img-wrap {
    display: grid;
    margin: 0;
}

.fv-event-content-heading-t1 {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.fv-width-100 {
    width: 100%;
}

.fv-width-50 {
    width: 50%;
}

label.fv-event-grid-form-label {
    display: block;
    margin-bottom: 5px;
}

label.fv-form-label {
    color: var(--main-brand-input-label-color);
    display: block;
    margin-top: 12px;
    margin-bottom: 5px;
}

    label.fv-form-label::first-letter {
        text-transform: uppercase;
    }

label[for="CbtTheoryAndSkillsHoursTaught"] {
    text-transform: none;
}

.fv-portal-screen {
    background-color: var(--main-brand-portal-body);
}
/* ===== INPUT ===== */

.fv-select-input,
.fv-input-field {
    border-radius: var(--main-brand-input-border-radius);
    border: 1px solid;
    border-color: var(--main-brand-input-border-color);
    color: var(--main-brand-body-color);
    font-family: var(--main-brand-font);
    font-size: var(--main-brand-font-size);
    font-weight: 400;
    min-height: 46px;
    padding: 10px;
}
/* ===== END OF INPUT ===== */
/* ===== BUTTONS ===== */

.fv-portal-button {
    font-family: var(--main-brand-font);
    font-size: var(--main-brand-font-size);
    font-weight: var(--main-brand-button-font-weight);
    padding: var(--main-brand-button-padding);
    border-radius: var(--main-brand-button-border-radius);
    border: 1px solid var(--main-brand-secondary-border-color);
    background: var(--main-brand-secondary-button-bg);
    color: var(--main-brand-secondary-button-color);
    text-decoration: none;
    cursor: pointer;
}

    .fv-portal-button:hover {
        border: 1px solid var(--main-brand-secondary-border-hover-color) !important;
        color: var(--main-brand-secondary-button-hover-color) !important;
        background: var(--main-brand-secondary-button-hover-bg) !important;
        text-decoration: none;
    }

.fv-primary-button {
    font-family: var(--main-brand-font);
    font-size: var(--main-brand-font-size);
    font-weight: var(--main-brand-button-font-weight) !important;
    padding: var(--main-brand-button-padding);
    border-radius: var(--main-brand-button-border-radius);
    border: 1px solid var(--main-brand-primary-border-color) !important;
    background: var(--main-brand-primary-button-bg) !important;
    color: var(--main-brand-primary-button-color) !important;
    text-decoration: none;
    cursor: pointer;
}

    .fv-primary-button:hover {
        border: var(--main-brand-primary-border-hover-color) !important;
        color: var(--main-brand-primary-button-hover-color) !important;
        background: var(--main-brand-primary-button-hover-bg) !important;
        text-decoration: none;
    }

.fv-secondary-portal-button {
    background-color: #005f9d;
    border: 1px solid;
    border-color: var(--main-brand-border-color);
    border-radius: var(--main-brand-button-border-radius);
    color: #ffffff;
    cursor: pointer;
    font-family: var(--main-brand-font);
    font-size: var(--main-brand-font-size);
    font-weight: 600;
    text-decoration: none;
    padding: 10px 25px;
}

.fv-portal-card .active {
    background: #e8f1f5 !important;
}

.fv-portal-cancel-button {
    background-color: var(--main-brand-button-bg);
    border: 1px solid;
    border-color: red;
    border-radius: var(--main-brand-button-border-radius);
    color: red;
    cursor: pointer;
    font-family: var(--main-brand-font);
    font-size: var(--main-brand-font-size);
    font-weight: 600;
    text-decoration: none;
    padding: 10px 25px;
}

/* ===== END OF BUTTONS ===== */

#progressbar li, #memprogressbar li, #regprogressbar li, #upgradeprogressbar li {
    min-width: 14px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #d1d1d1;
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 10px;
}
ul#progressbar, ul#memprogressbar, ul#regprogressbar, ul#upgradeprogressbar {
    list-style: none;
    display: flex;
    padding: 0px;
    justify-content: space-evenly;
    width: 70%;
    margin: auto;
}
thead {
    background: #E9EDF1 !important;
}

.portal-link, form a/*, #RegJoin a, #AccrApp a*/ {
    color: var(--main-link-color);
    font-weight: var(--main-link-weight);
    text-decoration: var(--main-link-decoration);
}

    .portal-link:hover, form a:hover/*, #RegJoin a:hover, #AccrApp a:hover*/ {
        text-decoration: var(--main-link-hover);
    }

    .portal-link:focus, form a:focus
    /*, #RegJoin a:focus, #AccrApp a:focus*/ 
    {
        outline: 3px solid transparent;
        color: #000000;
        background-color: #ebac40;
        box-shadow: 0 -2px #ebac40, 0 4px #000000;
        text-decoration: none;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }
.validation1 {
    display: none;
    color: red !important;
}
.form-submit-button {
    margin: 20px 0px;
}

.fv-position-static {
    position: static !important;
}

.fv-event-single-wrap {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
}

.fv-event-single-content-block {
    padding: 25px;
}

.fv-event-single-aside {
    max-width: 100%;
    min-width: 100%;
}

    .fv-event-single-aside img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
    }

.fv-event-single-aside-description {
    padding: 20px;
    background: #e9edf1;
}

.fv-event-main-heading {
    display: none;
    margin-top: 0;
}

.fv-event-main-mobile-heading {
    display: block;
}
/* template one */

.fv-sm-wrap {
    margin: 0 auto;
    max-width: 1024px;
}

.section-form-row input:not([type=checkbox], .section-form-row [type=radio]),
.section-form-row select,
.section-form-row textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .section-form-row input:hover,
    .section-form-row select:hover,
    .section-form-row input[type=checkbox]:hover,
    .section-form-row textarea:hover {
        border-color: var(--main-brand-border-color);
    }

.fv-main-block {
    display: flex;
    gap: 50px;
}

.fv-page-side-text {
    flex: 0 0 40%;
}

.fv-register-form {
    flex: 0 0 60%;
}

.fv-main-block {
    display: flex;
    gap: 50px;
}

.fv-page-side-text {
    flex: 0 0 40%;
}

.fv-register-form {
    flex: 0 0 60%;
}

.fv-event-main-mobile-heading {
    display: block;
}

@media (min-width: 800px) {
    .fv-event-main-mobile-heading {
        display: none;
    }
}

.fv-dashboard-hero-container {
    background-color: var(--main-brand-hero-bg);
    color: var(--main-brand-hero-color);
    padding: 1em;
}

@media (min-width: 800px) {
    .fv-dashboard-hero-container {
        padding: 40px 25px;
    }
}

.fv-main-wrap {
    max-width: 1400px !important;
    margin: 0 auto;
}

.fv-dashoard-inner-hero {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

@media (min-width: 800px) {
    .fv-dashoard-inner-hero {
        flex-direction: row;
        align-items: center;
    }
}

.fv-dashboard-inner-content {
    color: #ffffff;
}

@media (min-width: 800px) {
    .fv-dashboard-inner-content {
        max-width: 400px;
    }
}

.fv-dashboard-inner-actions {
    flex: 1;
}

.fv-dashboard-inner-actions-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

a.fv-dashboard-inner-action-link {
    background: #ffffff;
    border-radius: var(--main-brand-border-radius);
    color: var(--main-brand-body-color);
    display: block;
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    padding: 25px;
    text-decoration: none;
}

    a.fv-dashboard-inner-action-link:hover {
        text-decoration: underline;
    }

    a.fv-dashboard-inner-action-link h3 {
        margin: 0 0 5px;
    }

    a.fv-dashboard-inner-action-link p {
        margin: 10px 0 0;
    }

a.fv-card-link:focus {
    outline: 3px solid transparent;
    color: #000000;
    background-color: #ebac40;
    box-shadow: 0 -2px #ebac40, 0 4px #000000;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.fv-dashboard-more-features-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 800px) {
    .fv-dashboard-more-features-block {
        flex-direction: row;
    }
}

@media (min-width: 800px) {
    .fv-dashboard-feature-card {
        min-width: calc(33.4% - 20px);
        max-width: calc(33.4% - 20px);
    }
}

.fv-dashboard-feature-card-img img {
    border-radius: var(--main-brand-border-radius);
    height: auto;
    width: 100%;
}

.fv-dashboard-more-features-wrap {
    margin: 1em;
}

.fv-web-portal-wrap {
    max-width: 1400px;
    flex-direction: column;
    margin: 0 auto;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

@media (min-width: 1024px) {
    .fv-web-portal-wrap {
        padding: 2.5em 0;
        flex-direction: row;
    }

    .fv-cart-wrap-grid {
        /*padding: 2.5em 0;*/
        flex-direction: row;
    }

    .fv-dashboard-more-features-wrap {
        margin: 3em auto;
    }
}

.fv-web-portal-sidebar {
    min-width: 230px;
}

    .fv-web-portal-sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .fv-web-portal-sidebar li {
        margin: 0;
        list-style: none;
    }

    .fv-web-portal-sidebar svg {
        max-width: 17px;
        max-height: 17px;
        margin-right: 10px;
    }

    .fv-web-portal-sidebar .portal-link {
        align-items: center;
        border-radius: var(--main-brand-sm-border-radius);
        display: flex;
        font-weight: 600;
        padding: 12px 30px;
        text-decoration: none;
    }

        .fv-web-portal-sidebar .portal-link:hover {
            background-color: #F3F9FA;
            text-decoration: underline;
        }

        .fv-web-portal-sidebar .portal-link.fv-active-portal-sidebar-link {
            background: var(--main-brand-color);
            color: #ffffff;
        }

.fv-active-portal-sidebar-link svg path {
    fill: #ffffff;
}

.fv-notification-banner {
    /*    border: 4px solid var(--main-brand-secondary-color);*/
    border-radius: var(--main-brand-sm-border-radius);
    padding: 10px;
}

.fv-web-portal-content-section {
    flex: 1;
}

.fv-details-row-item {
    display: flex;
    min-width: 560px;
    padding: 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.fv-details-item-start {
    min-width: 200px;
}

.fv-details-item {
    font-weight: 700;
}

.fv-details-action-link {
    width: 100%;
}

@media (min-width: 800px) {
    .fv-details-action-link {
        margin-top: 1em;
    }
}

.fv-details-action-link .fv-portal-button {
    text-align: center;
    width: 100%;
    display: inline-block;
}

@media (min-width: 800px) {
    .fv-details-action-link .fv-portal-button {
        width: auto;
    }
}

.fv-heading-grid {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 10px;
}

@media (min-width: 800px) {
    .fv-heading-grid {
        align-items: center;
        flex-direction: row;
    }
}

.fv-heading-grid-first-item {
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.fv-active-badge {
    background: #aaeb76;
    padding: 5px 10px;
}

.fv-action-panel {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 800px) {
    .fv-action-panel {
        flex-direction: row;
    }
}

.fv-details-action-link .fv-portal-button:first-child {
    margin-right: 10px;
}

.fv-action-need-help {
    max-width: 330px;
}

    .fv-action-need-help h3 {
        margin-bottom: 5px;
    }

    .fv-action-need-help p {
        margin: 0;
    }

.fv-intro-heading-text h3 {
    margin: 0 0 5px;
}

.fv-intro-heading-text p {
    margin: 0;
}

.fv-intro-heading-text {
    margin: 35px 0 20px;
}

.fv-portal-card {
    background-color: var(--main-brand-card-background);
    border-radius: var(--main-brand-border-radius);
    1px solid #E5E6EB;
    border: var(--main-brand-card-border);
    padding: 20px;
}

.fv-card-panel-actions .fv-portal-button {
    display: inline-block;
}

.fv-card-panel-actions .fv-portal-cancel-button {
    display: inline-block;
}

.fv-card-preview-block-mem p {
    margin: 5px 0;
}

.fv-card-preview-block-mem {
    margin-top: 20px;
    display: flex;
    gap: 40px;
    width: 50%;
}
    .fv-card-preview-block p {
        margin: 5px 0;
    }
.fv-card-preview-block {
    margin-top: 20px;
    display: flex;
    gap: 40px;
}

.fv-card-preview-intro p {
    color: grey;
}

.fv-card-preview-value p {
    font-weight: 600;
}

.fv-card-grid {
    display: flex;
    gap: 1em;
    flex-direction: column;
}

@media (min-width: 800px) {
    .fv-card-grid {
        flex-direction: row;
    }
}

.fv-card-grid .fv-portal-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.fv-grid-3-items {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
}

.fv-web-content-promo-wrap {
    max-width: 1130px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fv-card-panel-actions .fv-secondary-portal-button {
    display: inline-block;
}

@media (min-width: 800px) {
    .fv-web-content-promo-wrap {
        flex-direction: row;
    }
}

.fv-web-content-promo-block {
    padding: 3em 1em;
}

.fv-web-content-promo-main {
    max-width: 460px;
    min-width: 420px;
}

.fv-grid-single-item {
    min-width: 33.3%;
}

    .fv-grid-single-item img {
        border-radius: var(--main-brand-border-radius);
        max-width: 100%;
    }

.fv-web-content-promo-main img {
    border-radius: var(--main-brand-border-radius);
    width: 100%;
}

.fv-web-content-promo-block a {
    color: var(--main-brand-body-color);
    text-decoration: none;
}

    .fv-web-content-promo-block a:hover {
        text-decoration: underline;
    }

.fv-web-content-promo-block h3 {
    font-size: 1em;
    margin: 10px 0;
}

@media (min-width: 800px) {
    .fv-web-content-promo-block h3 {
        font-size: 1.2em;
    }
}

.search-form-row {
    margin-right: -5px;
    margin-left: -5px;
}

.search-form-group {
    padding-right: 5px;
    padding-left: 5px;
}

input.babcp-form-control, select.babcp-form-control {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*-------------------------------------Login page CSS Start-------------------------------------------*/

.tm-page {
    max-width: 100%;
    margin: 0 auto;
    /*box-shadow: 0 0 0 1px rgba(47,49,53,.03),0 1px 2px rgba(47,49,53,.04)*/
}

.tm-block-dark + .tm-block-light,
.tm-block-light + .tm-block-dark {
    border-top: 1px solid #eaeef0
}

.tm-block-light {
    background-color: #fff
}

@media (max-width:767px) {
    .tm-page {
        margin-top: 0;
        margin-bottom: 35px
    }

        .tm-page .tm-block:first-child {
            padding-top: 20px;
        }

    .tm-block {
        padding-bottom: 35px
    }

    .tm-block-dark + .tm-block-light,
    .tm-block-full + .tm-block,
    .tm-block-light + .tm-block-dark {
        padding-top: 35px
    }

    .tm-bottom {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

@media (min-width:768px) and (max-width:959px) {
    .tm-page {
        margin-top: 1px !important
    }
}

@media (min-width:768px) {
    .tm-fullscreen:not(.uk-hidden-large) + .tm-page {
        margin-top: -100px
    }

    .tm-page {
        max-width: 980px;
        margin: 35px auto
    }

    .tm-block-dark + .tm-block-light,
    .tm-block-full + .tm-block,
    .tm-block-light + .tm-block-dark {
        padding-top: 70px
    }

    .tm-bottom {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (min-width:1220px) {
    .tm-page {
        max-width: 1200px;
        margin: 70px auto
    }
}

.section-login-form {
    margin: auto;
    padding: 2em 1.5em;
}

.section-form {
    margin: auto;
    padding: 1em 0.5em;
}

@media (min-width: 600px) {
    .section-login-form {
        max-width: 400px;
    }
}

@media (min-width: 1100px) {
    .section-form {
        max-width: 1200px;
    }
}

.section-login-heading {
    font-size: 24px;
    text-align: center;
}

@media (min-width: 600px) {
    .section-login-heading {
        font-size: 30px;
    }
}

label.section-form-label {
    display: block;
    font-size: 90%;
    margin-bottom: 0.4em;
}

.section-input-field {
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 0.7em;
    padding: 12px;
    width: 100%;
}

.section-form-row input:not([type=checkbox], .section-form-row [type=radio]),
.section-form-row select,
.section-form-row textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .section-form-row input:hover,
    .section-form-row select:hover,
    .section-form-row input[type=checkbox]:hover,
    .section-form-row textarea:hover {
        border-color: var(--main-brand-border-color);
    }

    .section-form-row input:focus,
    .section-form-row select:focus,
    .section-form-row textarea:focus {
        border-color: #273481;
        box-shadow: inset 0 0 0 1px #273481, 0 0 0 4px #ebac40;
    }

    .section-form-row input:focus,
    .section-form-row textarea:focus,
    .section-form-row select:focus {
        outline: none;
    }

.section-button {
    font-size: 18px;
    font-family: 'Public Sans', sans-serif;
    border-radius: 12px;
    border: 2px solid var(--main-brand-border-color);
    padding: 14px;
}

    .section-button:hover {
        cursor: pointer;
    }

.section-primary-button {
    background: #273481;
    color: #ffffff;
}

.section-resp-w100 {
    width: 100%;
}

.checkbox-row {
    margin: .3em 0 .9em;
    display: flex;
    align-items: center;
}

    .checkbox-row label {
        margin-left: .3em;
    }

        .checkbox-row label:hover {
            cursor: pointer;
        }

.section-login-links {
    margin: 1.4em 0;
    text-align: center;
    padding-bottom: 1.4em;
}

.section-border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.align-centre {
    text-align: center;
}

.fv-d-flex {
    display: flex;
}

.fv-white {
    color: #ffffff;
}

.fv-space-between {
    justify-content: space-between;
}

.fv-border-bottom {
    border-bottom: 1px solid #e0e0e0;
    margin: 10px;
}

.fv-additional-attendee-detail {
    background: #E9EDF1;
    margin: 25px 0px;
    padding: 15px;
    border-radius: 10px;
}

.fv-align-item {
    align-items: center;
}

    .fv-align-item a {
        align-items: center;
        display: flex;
        cursor: pointer;
    }

button.oomi-primary-button.oomi-button {
    appearance: none;
    background-color: #3d2499 !important;
    border: none;
    border-radius: 10px;
    color: #ffffff !important;
    cursor: pointer;
    display: block;
    font-family: 'Source Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 1rem;
    width: 100%;
}
.divider-mt-1 {
    margin: 1em;
    border-top: 1px solid #eaeaea;
}
.divider {
    margin: 0;
    border-top: 1px solid #eaeaea;
}
/*-------------------------------------Login page CSS end here-------------------------------------------*/
/*-------------------------------------Find a CBT Therapist page CSS start from here-------------------------------------------*/

.small-devices-sidebar {
    background-color: #edf8f9;
    border-radius: 10px 10px;
    transition: all 0.4s ease;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1020;
    width: 300px;
    overflow: hidden;
    transform: translate3d(0px, 0, 0);
    transition-duration: 0;
    overflow: auto;
}

.page-hero-section {
    max-width: 565px;
    display: inline-block;
}

.fv-web-portal-pt {
    margin-top: 0rem;
    display: none;
}

.fv-web-sidemenu {
    display: block;
}

.active-therapist-menu {
    display: block;
}

#listing-sidemenu-close {
    display: block;
}

span.fv-sidebar-label {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

select.oomi-input-field {
    width: 100%;
    padding: 1em;
    border-radius: 0.25em;
    border: 1px solid #cecece;
}
/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 1024px) {
    .fv-web-portal-pt {
        margin-top: 86px;
        display: block;
    }

    .fv-web-sidemenu {
        display: none;
    }

    .small-devices-sidebar {
        background-color: transparent;
        border-radius: unset;
        transition: all 0.4s ease;
        position: relative;
        height: 100%;
        z-index: 1020;
        overflow: hidden;
        transform: translate3d(0px, 0, 0);
        transition-duration: 0;
    }

    #listing-sidemenu-close {
        display: none;
    }
}
/*-------------------------------------Find a CBT Therapist page CSS end from here-------------------------------------------*/
/*-------------------------------------Footer CSS start from here-------------------------------------------*/

.legal-term-babcp {
    display: grid;
    gap: 24px;
    margin-top: 20px;
}

    .legal-term-babcp a {
        font-size: 18px;
        font-weight: 400;
        line-height: 15px;
    }

.mail-tel-babcp {
    display: grid;
    gap: 8px;
}

    .mail-tel-babcp a span {
        font-size: 18px;
        font-weight: 600;
    }

        .mail-tel-babcp a span:hover {
            text-decoration: underline;
        }

.babcp-copyright p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.social-media p {
    font-size: 18px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 12px;
}

span.babcp-social-offices {
    color: #60BECB;
    font-family: "Literata";
    font-size: 20px;
    font-weight: 600;
}

a.babcp-linkedin-icon i {
    border: 1px solid;
    padding: 10px 12px;
    border-radius: 8px;
    color: #4267B2;
    font-size: 21px;
}

a.babcp-facebook-icon i {
    border: 1px solid;
    padding: 10px 13px;
    border-radius: 8px;
    color: #4267B2;
    font-size: 21px;
}

a.babcp-youtube-icon i {
    border: 1px solid #cd3529;
    padding: 10px 13px;
    border-radius: 8px;
    color: #cd3529;
    font-size: 21px;
}

.icons-flex {
    display: flex;
    gap: 20px;
    margin-top: 27px;
}

a.babcp-twitter-icon i {
    border: 1px solid;
    padding: 0.5em;
    border-radius: 8px;
    color: #1DA1F2;
    font-size: 21px;
}

.services {
    width: 25%;
}

.social-media {
    width: 25%;
}

.footer {
    background-color: #1f3947;
    color: #fefefe;
    width: 100%;
    bottom: 0;
    left: 0;
}

    .footer .heading {
        color: #fefefe;
        max-width: 1010px;
        width: 90%;
        text-transform: uppercase;
        margin: 0 auto;
        margin-bottom: 3rem;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    }

    .footer .content {
        display: flex;
        padding-top: 48px !important;
    }

        .footer .content a {
            text-decoration: none;
            color: #fefefe;
        }

        .footer .content h4 {
            margin-bottom: 1.3rem;
            font-size: 19px;
        }

footer {
    text-align: center;
    margin-bottom: 2rem;
}

    footer hr {
        margin: 2rem 0;
    }

.fv-footer-bottom {
    display: flex;
}

@media (max-width: 1024px) {
    .services {
        width: 100%;
    }

    .social-media {
        width: 100%;
    }

    .fv-footer-bottom {
        display: flex;
        flex-direction: column;
        padding: 11px;
    }

    .babcp-copyright {
        padding-top: 10px;
    }

    .footer .content {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        gap: 12px;
        padding: 11px;
    }

    .footer {
        position: unset;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer .content,
    .footer {
        font-size: 14px;
        gap: 20px;
        padding: 11px;
    }
}

@media (orientation: landscape) and (max-height: 500px) {
    .footer {
        position: unset;
    }
}
/*-------------------------------------Footer CSS end here-------------------------------------------*/
/*-------------------------------------New CSS start here-------------------------------------------*/
/*-------------------------------------Accordion CSS start here-------------------------------------------*/

.fv-img-card img {
    width: 141px;
}

.fv-acc-tab .acc-tab {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.fv-tab-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.fv-acc-tab .acc-tab:checked ~ .fv-tab-content {
    max-height: fit-content;
}

.fv-tab-accordion {
    color: #227093;
    border: 2px solid;
    border-radius: 0.5rem;
    overflow: hidden;
}

.fv-tab-label,
.fv-tab-close {
    display: flex;
    cursor: pointer;
}

.fv-tab-label {
    justify-content: space-between;
    font-weight: bold;
    font-size: 1.5em;
}

.fv-tab-label-t1,
.fv-tab-close {
    display: flex;
    cursor: pointer;
}

.fv-tab-label-t1 {
    justify-content: space-between;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fv-tab-label::after {
    content: "\276F";
    transform: rotate(90deg);
    transition: all 0.35s;
    background: #005f9d;
    padding: 0px 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    align-items: center;
    display: flex;
}

.fv-tab-label-t1::after {
    content: "\276F";
    transform: rotate(90deg);
    transition: all 0.35s;
    padding: 0px 15px;
    border-radius: 50%;
    color: #000;
    font-size: 15px;
    align-items: center;
    display: flex;
}

.fv-acc-tab input:checked + .fv-tab-label::after {
    transform: rotate(270deg);
}

.fv-acc-tab input:checked + .fv-tab-label-t1::after {
    transform: rotate(270deg);
}

.fv-tab-content p {
    margin: 0;
}

.fv-tab-close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}
/* Arrow animation */

@keyframes bounce {
    25% {
        transform: rotate(90deg) translate(.25rem);
    }

    75% {
        transform: rotate(90deg) translate(-.25rem);
    }
}

.fv-default-link-space {
    margin: 0px 10px;
}

button.fv-accordion {
    width: 100%;
    background-color: #fff;
    border: none;
    outline: none;
    text-align: left;
    padding-top: 25px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s linear;
    font-weight: 600;
}

    button.fv-accordion:after {
        font-family: 'FONT AWESOME 6 FREE';
        content: "\f077";
        font-size: 18px;
        margin: 10px;
    }

    button.fv-accordion.is-open:after {
        content: "\f078";
    }

.fv-accordion-content {
    background-color: white;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.fv-wrapper-radio {
    display: none !important;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel {
    display: block
}

#one:checked ~ .fv-wrapper-tabs #one-tab,
#two:checked ~ .fv-wrapper-tabs #two-tab,
#three:checked ~ .fv-wrapper-tabs #three-tab {
    background: #fffffff6;
    color: #000;
    border-bottom: 2px solid;
    font-size: 25px;
    font-weight: 600;
}

.fv-wrapper-tabs {
    margin-bottom: 29px;
    display: inline-grid;
}

    .fv-wrapper-tabs label {
        margin: 4px 0px;
        font-size: 25px;
        color: #005f9d;
        font-weight: 600;
    }

.fv-date-input {
    position: relative;
    float: left;
}

    .fv-date-input .date-icon {
        position: absolute;
        top: 40px;
        right: 10px;
        cursor: pointer;
        color: #0069aa;
        pointer-events: none;
    }

i.date-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    color: #0069aa;
    pointer-events: none;
}

.fv-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

.fv-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.275);
}

.fv-modal-content {
    margin: 5% auto;
    width: 500px;
    max-width: 90%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: .3rem;
    outline: 0;
}

.fv-modal-video-content {
    position: relative;
    margin: auto;
    top: 10%;
    width: 80%; /* Set width relative to the screen */
    max-width: 900px; /* Optional max-width */
    background: #fff;
    border-radius: 5px;
    padding: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.fv-modal-video-body video {
    width: 100%;
    height: auto; /* Maintains aspect ratio */
}

.fv-modal-event-content {
    margin: 5% auto;
    width: 900px;
    max-width: 90%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: .3rem;
    outline: 0;
}

.fv-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.fv-modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    font-size: 1.25rem;
}

.fv-modal-header .fv-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
}

.fv-modal-header .fv-c-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
}

.fv-close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.fv-c-close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.fv-portal-button[disabled] {
    cursor: none;
    background-color: lightgrey;
}

.fv-modal-body {
    flex: 1 1 auto;
    padding: 1rem;
}

    .fv-modal-body p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

.fv-modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .fv-modal-footer > * {
        margin: 5px;
    }
/* buttons */

.fv-modal-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
}

    .fv-modal-btn:focus,
    .fv-modal-btn:hover {
        text-decoration: none;
    }

.fv-modal-btn-primary {
    color: #fff;
    background-color: #005f9d;
    border-color: #0062cc;
}

.fv-modal-btn-secondary {
    color: #000;
    background-color: #ffffff;
    border-color: #000000;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    word-wrap: break-word;
}

.fv-card-grid-item-t1 {
    min-width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    padding: 20px;
    display: flex;
    gap: 15px;
}

@media (min-width: 500px) {
    .fv-card-grid-item-t1 {
        min-width: calc(100% - 15px);
        max-width: calc(100% - 15px);
    }
}

@media (min-width: 700px) {
    .fv-card-grid-item-t1 {
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

section.fv-section-wrap {
    max-width: 1400px;
    margin: 0 auto;
}

.fv-card-items-section {
    flex: 0 0 60%;
}

.fv-current-cart-detail {
    position: relative;
}

.fv-cart-preview-value {
    margin-bottom: 20px;
    padding: 10px;
    background: #fafafa;
    color: #00335b;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 0 2px 2px 0;
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .03);
    text-transform: none;
    font-weight: 400;
}

.fv-promo-code-items {
    display: flex;
    gap: 10px;
}

.subtotalRow {
    display: flex;
    justify-content: space-between;
}

.fv-button-center {
    display: ruby-text;
}

form.fv-submit-cart-item {
    background: #e8e8e8;
    padding: 20px;
}

.removecart {
    display: flex;
    justify-content: flex-end;
}

.fv-member-join label {
    color: var(--main-brand-input-label-color);
    display: inline-block;
    //margin-bottom: 8px;
}

.fv-member-join-checkbox {
    margin: 10px 0px;
}

.fv-member-join-radio {
    margin-bottom: 6px;
}

.fv-success .fv-topmessage-wrap, .success {
    display: flex;
    background: #cae3ca;
    border-radius: 10px;
    align-items: center;
    padding: 14px 14px;
    gap: 5px;
}

.fv-topmessage-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#TopMessageBar {
    margin-top: 20px;
    position: relative;
}

.fv-failure .fv-topmessage-wrap {
    display: flex;
    background: #f9e6bb;
    border-radius: 10px;
    padding: 14px 14px;
    align-items: center;
    gap: 5px;
}

.failure p {
    display: block;
    background: #EFCD83;
    border-radius: 10px;
    padding: 14px;
}

.fv-select-payment-detail {
    display: flex;
    justify-content: space-between;
}

.password-container {
    position: relative;
    width: 100%;
}

.field-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-90%) !important;
    cursor: pointer;
}

.fv-strong {
    font-weight: bold;
}

.fv-attendess-names span {
    margin-right: 10px;
}

.fv-attendees-edit-del a {
    margin-right: 10px;
}

.uk-progress {
    box-sizing: border-box;
    height: 20px;
    background: #fafafa;
    overflow: hidden;
    line-height: 20px;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06)
}

* + .uk-progress {
    margin-top: 20px
}

.uk-progress-bar {
    width: 0;
    height: 100%;
    background: #4d607a;
    float: left;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .07);
    background-image: -webkit-linear-gradient(top, #556a85, #475a72);
    background-image: linear-gradient(to bottom, #556a85, #475a72)
}

.uk-progress-mini {
    height: 6px
}

.uk-progress-small {
    height: 12px
}

.uk-progress-success .uk-progress-bar {
    background-color: #90c353;
    background-image: -webkit-linear-gradient(top, #97c75e, #8cc14c);
    background-image: linear-gradient(to bottom, #97c75e, #8cc14c)
}

.uk-progress-warning .uk-progress-bar {
    background-color: #ff622e;
    background-image: -webkit-linear-gradient(top, #ff6c3b, #ff5c26);
    background-image: linear-gradient(to bottom, #ff6c3b, #ff5c26)
}

.uk-progress-danger .uk-progress-bar {
    background-color: #dc3952;
    background-image: -webkit-linear-gradient(top, #de455d, #da314b);
    background-image: linear-gradient(to bottom, #de455d, #da314b)
}

.uk-progress-striped .uk-progress-bar {
    background-image: -webkit-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-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: 30px 30px
}

.uk-progress-striped.uk-active .uk-progress-bar {
    -webkit-animation: uk-progress-bar-stripes 2s linear infinite;
    animation: uk-progress-bar-stripes 2s linear infinite
}

.errorMessage {
    display: none;
}

ul.fv-detail-ul li {
    list-style: none;
}

ul.fv-detail-ul {
    padding: 0;
}

.fv-therapist-grid-item-t1 {
    min-width: calc(100% - 10px);
    max-width: calc(100% - 10px);
}

@media (max-width: 500px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
}

@media (min-width: 500px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(100% - 15px);
        max-width: calc(100% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 22px;
    }
}

@media (min-width: 700px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(45.5% - 15px);
        max-width: calc(50.5% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 30px;
    }

    .fv-profile-detail {
        flex: 0 0 70%;
    }
}

@media (min-width: 900px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(35.5% - 15px);
        max-width: calc(60.5% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 30px;
    }
}

@media (min-width: 1024px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(40% - 15px);
        max-width: calc(40% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(32% - 15px);
        max-width: calc(30% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 40px;
    }
}

@media (min-width: 1400px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(33% - 15px);
        max-width: calc(34% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 40px;
    }
}

@media (min-width: 1600px) {
    .fv-therapist-grid-item-t1 {
        min-width: calc(29% - 15px);
        max-width: calc(29% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 40px;
    }
}

.fv-list-items li {
    list-style: none;
}

.fv-list-items {
    padding: 0;
}

.fv-t2-grid-container {
    gap: 20px;
}

.fv-profile-flex {
    display: block;
}

@media (min-width: 500px) {
    .fv-profile-flex {
        display: flex;
    }
}
/*-------------------This is for profile page----------------------------------------------*/

.fv-therapist-profile-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.fv-journals-border {
    padding: 17px 0px;
}

.fv-detail-banner-t1 p {
    background: #e8f1f6;
    padding: 10px;
    border-radius: 8px;
}

.fv-profile-detail-t1 {
    min-width: calc(100% - 10px);
    max-width: calc(100% - 10px);
}

@media (max-width: 500px) {
    .fv-profile-detail-t1 {
        min-width: calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
}

@media (min-width: 1024px) {
    .fv-profile-detail-t1 {
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .fv-profile-detail h1 {
        font-size: 40px;
    }
}

.fv-profile-section {
    display: block;
}

@media (min-width: 700px) {
    .fv-profile-section {
        display: flex;
    }
}

.fv-detail-t1-t2 {
    display: block;
}

@media (min-width: 700px) {
    .fv-detail-t1-t2 {
        display: flex;
        justify-content: space-between;
    }
}

.fv-divider {
    border-bottom: 1px solid #cecece96;
    margin: 17px 0px;
}

.fv-profile-details-t1 {
    flex: 0 0 50%;
}

strong.fv-email {
    overflow-wrap: break-word;
    min-width: 70%;
}

.fv-profile-detail {
    flex: 0 0 60%;
}

@media (min-width: 700px) {
    .fv-profile-detail {
        flex: 0 0 70%;
    }
}

@media (min-width: 900px) {
    .fv-profile-detail {
        flex: 0 0 70%;
    }
}

@media (min-width: 1024px) {
    .fv-profile-detail {
        flex: 0 0 70%;
    }
}

@media (min-width: 1200px) {
    .fv-profile-detail {
        flex: 0 0 70%;
    }
}

@media (min-width: 1400px) {
    .fv-profile-detail {
        flex: 0 0 70%;
    }
}

@media (min-width: 1600px) {
    .fv-profile-detail {
        flex: 0 0 84%;
    }
}

.fv-therapist-grid1-item-t1 {
    min-width: calc(90% - 15px);
    max-width: calc(90% - 15px);
}

@media (min-width: 700px) {
    .fv-therapist-grid1-item-t1 {
        min-width: calc(41% - 15px);
        max-width: calc(41% - 15px);
    }
}

.fv-search-btn {
    background: #3d2499 !important;
    color: #fff !important;
    border-radius: 10px;
    border: #3d2499 solid 1px !important;
    padding: 10px 20px !important;
    font-size: 18px;
    font-weight: 600;
}

span.therapist-cname {
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

span.fv-therapists-list-img img {
    width: 40px;
    background: #e3e3e3;
    border-radius: 7px;
}

.client-group-list {
    padding: 3px 0px;
}

.babcp-therapist-lang-list {
    padding: 3px 0px;
}

.babcp-therapist-refferals-list {
    padding: 3px 0px;
}

table {
    width: 100%;
}

@media only screen and (max-width: 800px) {
    table.fv-card-table {
        width: 100%;
    }
    /* Force table to not be like tables anymore */
    table.fv-card-table,
    .fv-card-table thead,
    .fv-card-table tbody,
    .fv-card-table th,
    .fv-card-table td,
    .fv-card-table tr {
        display: block;
    }

        .fv-card-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .fv-card-table thead {
        background: #E9EDF1;
    }

    .fv-card-table tbody tr td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }

    .fv-card-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        /* Label the data */
        content: attr(data-column);
        color: #000;
        font-weight: bold;
    }
}

.fv-d-resp-flex {
    display: block;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1400px) {
    .fv-d-resp-flex {
        display: flex;
        margin-bottom: 0px;
    }
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

input[readonly] {
    color: Gray;
    background: #E5E5E5
}

.form-navigation .fv-connecting-line {
    display: none !important;
}

.fv-member-join-radio label + span {
    display: block;
    padding: 10px;
    background: #f1f1f1;
    font-size: 80%;
    margin-top: 1em;
}

.fv-member-join input + span {
    display: block;
    padding: 10px;
    background: #f1f1f1;
    font-size: 80%;
    margin-top: 1em;
}

a.help-btn {
    background: #60BECB;
    color: #000;
    border-radius: 10px;
    border: #60BECB solid 1px;
    padding: 9px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
}

.fv-button-help a:hover {
    background: #fff;
}

.fv-button-flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fv-webform-width {
    width: 100%;
}

@media (min-width: 800px) {
    .fv-button-flex {
        flex-direction: row;
        gap: 0px;
    }

    .fv-webform-width {
        width: 60%;
    }
}

.fv-asterisk::after {
    content: "*";
    color: red;
}

ul#progressbar {
    position: relative;
    z-index: 1;
}

ul#memprogressbar, ul#regprogressbar, ul#upgradeprogressbar {
    position: relative;
    z-index: 1;
}
#regprogressbar li[disabled] {
    cursor: not-allowed !important;
    pointer-events: none;
}
#progressbar li::before, #regprogressbar li::before, #upgradeprogressbar li:before {
    content: '';
    position: absolute;
    top: 55%;
    height: .01em;
    background: #6B6B6B;
    z-index: -1;
}

#memprogressbar li::before {
    content: '';
    position: absolute;
    top: 55%;
    height: .01em;
    background: #6B6B6B;
    z-index: -1;
}

@media screen and (min-width: 320px) {

    #progressbar li::before {
        width: 10%;
    }

    #memprogressbar li::before {
        width: 13%;
    }

    #regprogressbar li::before {
        width: 11%;
    }

    #progressbar li::before {
        content: '';
        position: absolute;
        top: 55%;
        height: .01em;
        background: #6B6B6B;
        z-index: -1;
    }

    #upgradeprogressbar li:before {
        width: 25%;
        content: '';
        position: absolute;
        top: 55%;
        height: .01em;
        background: #6B6B6B;
        z-index: -1;
    }

    #memprogressbar li::before, #regprogressbar li::before {
        content: '';
        position: absolute;
        top: 55%;
        height: .01em;
        background: #6B6B6B;
        z-index: -1;
    }
}



#progressbar li:last-child::before {
    display: none;
}

#memprogressbar li:last-child::before, #regprogressbar li:last-child::before, #upgradeprogressbar li:last-child::before {
    display: none;
}

span.uk-icon.uk-icon-calendar.rcpsg-date-icon {
    display: none !important;
}
/*-------------------------------------------------------------*/

.fv-event-grid-item-transfer {
    min-width: calc(100% - 10px);
    max-width: calc(100% - 10px);
}

@media (min-width: 500px) {
    .fv-event-grid-item-transfer {
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (min-width: 700px) {
    .fv-event-grid-item-transfer {
        min-width: calc(33% - 15px);
        max-width: calc(33% - 15px);
    }
}

@media (min-width: 1024px) {
    .fv-event-grid-item-transfer {
        min-width: calc(25% - 15px);
        max-width: calc(25% - 15px);
    }
}

.fv-event-transfer-card {
    position: relative;
}

.fv-plan-details:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.fv-transfer-radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    right: 1em;
    top: 1em;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .fv-transfer-radio {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff;
        border: 2px solid #E2EBF6;
        border-radius: 50%;
        cursor: pointer;
        height: 1.5em;
        outline: none;
        transition: background 0.2s ease-out, border-color 0.2s ease-out;
        width: 1.5em;
    }

        .fv-transfer-radio::after {
            border: 2px solid #fff;
            border-top: 0;
            border-left: 0;
            content: "";
            display: block;
            height: 0.75rem;
            left: 25%;
            position: absolute;
            top: 50%;
            transform: rotate(45deg) translate(-50%, -50%);
            width: 0.375rem;
        }

        .fv-transfer-radio:checked {
            background: #3D2499;
            border: 2px solid #D9D9D9;
        }

    .fv-event-transfer-card:hover .fv-transfer-radio {
        border-color: #C4D1E1;
    }

        .fv-event-transfer-card:hover .fv-transfer-radio:checked {
            border-color: #558309;
        }
}

.fv-plan-details {
    border-radius: 0.5em;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 1em;
    transition: border-color 0.2s ease-out;
    border: var(--main-brand-card-border);
}

.fv-event-transfer-card:hover .fv-plan-details {
    border-color: #E2EBF6;
}

.fv-transfer-radio:checked ~ .fv-plan-details {
    border: 2px solid #3D2499;
}

.fv-transfer-radio:focus ~ .fv-plan-details {
    box-shadow: 0 0 0 2px #E2EBF6;
}

.fv-transfer-radio:disabled ~ .fv-plan-details {
    color: #E2EBF6;
    cursor: default;
}

    .fv-transfer-radio:disabled ~ .fv-plan-details .plan-type {
        color: #E2EBF6;
    }

.fv-event-transfer-card:hover .fv-transfer-radio:disabled ~ .fv-plan-details {
    border-color: #E2EBF6;
    box-shadow: none;
}

.fv-event-transfer-card:hover .fv-transfer-radio:disabled {
    border-color: #E2EBF6;
}

.fv-topmessage {
    border-radius: 8px;
    border: 1px solid #FF8647;
    background: #FFEFE7;
    padding: 15px;
}

span.fv-event-date-transfer {
    color: #3D2499;
    font-family: "Source Sans 3";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

span.fv-event-transfer-status {
    color: #0D0916;
    font-family: "Source Sans 3";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 130% */
}

span.fv-trans-fee {
    color: #0D0916;
    font-family: "Source Sans 3";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

a.fv-view-tran-event {
    color: #3D2499;
    font-family: "Source Sans 3";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
/*.fv-radio label {
    color: #000;
    display: inline-block;
    margin-bottom: 8px;
    padding: 8px;
    border: 1px solid #A4A7AF;
    cursor: pointer;
    border-radius: 10px;
    margin-right: 10px;
}*/
.fv-radio .fv-form-label {
    color: #000;
    display: inline-block;
    margin-bottom: 8px;
    padding: 10px;
    border: 1px solid #A4A7AF;
    cursor: pointer;
    border-radius: 10px;
    margin-right: 10px;
}

.fv-flex-50 {
    flex: 0 0 50%;
}
.fv-flex-60 {
    flex: 0 0 60%;
}
/*.fv-progressbar li {
    
    min-width: 14px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #d1d1d1;
    z-index: 6;
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 10px;
}*/
label.fv-add-attendee-event {
    font-weight: 600;
    display: block;
    margin: 10px 0px;
}

.fvv-button {
    color: var(--main-brand-primary-button-color);
    border-color: var(--main-brand-primary-border-color);
    background-color: var(--main-brand-primary-button-bg);
    border: 1px solid;
    border-radius: var(--main-brand-button-border-radius);
    cursor: pointer;
    font-family: var(--main-brand-font);
    font-size: var(--main-brand-font-size);
    font-weight: 600;
    text-decoration: none;
    padding: 8px 20px;
}

div#FORM_Additional_Attendees .fv-input-field {
    width: 50%;
}

@media (max-width: 1024px) {
    div#FORM_Additional_Attendees .fv-input-field {
        width: 100%;
    }
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

.fv-num-100 {
    width: 100px;
}
/*::-webkit-file-upload-button {
    display: none !important;
}*/
.fv-edit-button {
    color: #005F9D;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 20px;
    border: 1px solid #005f9d;
}

.fv-delete-button {
    color: #EB393C;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 20px;
    border: 1px solid #EB393C;
}

.fv-hide-upload-button {
    cursor: pointer;
    height: 100%;
    position: absolute;
    filter: alpha(opacity = 1);
    -moz-opacity: 0;
    opacity: 0;
    width: 100%;
    margin: -11px 0px 0px -26px;
}

.drop-zone {
    height: 200px;
    border: 2px dashed #cccccc;
    border-radius: 12px;
    text-align: center;
    color: #cccccc;
    margin: 10px auto;
    position: relative;
    cursor: pointer;
    background: aliceblue;
}

.fv-drag-text {
    display: inline;
    color: #000;
}

.drop-zone.dragover {
    border-color: #0000ff;
    color: #0000ff;
}

div#uploadedFile a {
    color: #3d2499;
    font-size: 20px;
    gap: 6px;
    display: flex;
    align-items: center;
}

#file-list {
    margin-top: 10px;
    text-align: center;
}

    #file-list ul {
        list-style-type: none;
        padding: 0;
    }

    #file-list li {
        padding: 5px 0;
    }

#upload-status {
    text-align: center;
    margin-top: 10px;
}

#extensionError {
    color: red;
    text-align: center;
    margin-top: 10px;
}

#uploadedFile {
    margin-top: 20px;
    margin-bottom: 10px;
}

.fv-th-max-width {
    width: 20%;
}

table.fv-card-table-2 {
    border-collapse: collapse;
    color: var(--main-brand-body-color) !important;
    font-family: var(--main-brand-font) !important;
    font-weight: 400 !important;
    font-size: var(--main-brand-font-size);
    width: 100%;
}

    table.fv-card-table-2 tr {
        border-bottom: 1px solid #dedede;
    }

    table.fv-card-table-2 td,
    table.fv-card-table-2 th {
        text-align: left;
        padding: 12px;
    }

@media only screen and (max-width: 800px) {
    table.fv-card-table-2 td,
    table.fv-card-table-2 th {
        padding: 5px;
        font-size: 15px;
    }
}

strong.fv-underline {
    text-decoration: underline;
    cursor: pointer;
}

    strong.fv-underline:hover {
        color: #3D2499;
    }

.babcp-breadcrumbs {
    padding: 0;
    margin: 0;
}

    .babcp-breadcrumbs li {
        list-style: none;
        display: inline-flex;
    }

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.fv-bg-sec-color {
    background-color: #006699;
}

.fv-flex-end {
    justify-content: flex-end;
}

.fv-border-white {
    border-color: #fff;
}

.fv-bg-white {
    background-color: #fff;
}
