
/* light grey #FAFAFA */
/* body font Arial, Helvetica, sans-serif */
/* body font size 18px */
/*body main color*/
/*heading main color*/


:root {
    /*container width*/
    --main-brand-container-width: 1400px;
    /*Font-family*/
    --main-brand-font: 'Inter';
    --main-brand-font-size: 18px;
    /*colors*/
    --main-brand-color: #004BFF;
    --main-brand-secondary-color: #fff;
    --main-brand-body-color: #00204b;
    --main-brand-side-nav-active-color: #fff;
    --main-brand-side-nav-hover-color: var(--main-brand-color);
    --main-brand-side-nav-svg--active-hover-color: var(--main-brand-color);
    /* buttons */
    --main-brand-button-border-radius: 10px;
    --main-brand-button-padding: 20px 30px;
    --main-brand-button-font-weight: 600;
    --main-brand-primary-button-bg: var(--main-brand-color);
    --main-brand-primary-button-primary-bg: var(--main-brand-color);
    --main-brand-primary-button-primary-bg-hover: var(--main-brand-color);
    --main-brand-primary-button-primary-bg-active-hover: #00204B;
    --main-brand-primary-border-color: var(--main-brand-color);
    --main-brand-primary-button-color: #fff;
    --main-brand-primary-button-hover-bg: var(--main-brand-color);
    --main-brand-primary-border-hover-color: var(--main-brand-color);
    --main-brand-primary-button-hover-color: #fff;
    --main-brand-secondary-button-bg: var(--main-brand-secondary-color);
    --main-brand-secondary-border-color: var(--main-brand-color);
    --main-brand-secondary-button-color: var(--main-brand-body-color);
    --main-brand-secondary-button-bg-hover: var(--main-brand-color));
    --main-brand-secondary-border-hover-color: var(--main-brand-secondary-color);
    --main-brand-secondary-button-hover-color: #fff;
    /* anchors */
    --main-link-color: #3D2499;
    --main-link-weight: 600;
    --main-link-decoration: none;
    --main-link-hover: underline;
    --main-brand-link-color: var(--main-brand-body-color);
    --main-brand-link-hover-color: var(--main-brand-color);
    --main-brand-portal-link-color: var(--main-brand-color);
    /* cards layout */
    --main-brand-card-border: 1px solid #D0D5DD;
    --main-brand-border-radius: 0px;
    --main-brand-sm-border-radius: 0px;
    /* form */
    --main-brand-input-border-radius: 0px;
    --main-brand-card-border-radius: 0px;
    --main-brand-side-menu-border-radius: 10px;
    --main-brand-input-label-font-weight: 400;
    --main-brand-input-border-color: #A4A7AF;
    --main-brand-input-padding: 10px;
    --main-brand-input-label-color: var(--main-brand-body-color);
    /* hero*/
    --main-brand-hero-bg: #425A63;
    --main-brand-hero-color: #fff;
    --main-brand-table-header-bg: #EAECF0;
    --main-brand-table-header-color: var(--main-brand-body-color);
    --main-brand-membership-form-sec-bg-color: linear-gradient(180deg, rgba(0, 102, 153, 0) 0%, rgba(0, 102, 153, 0.09) 50%, rgba(0, 102, 153, 0.09) 100%);
    --main-brand-membership-form-sec-border-radius: 10px;
    --main-brand-membership-form-header-bg-color: var(--main-brand-body-color);
    --main-brand-membership-form-header-color: #fff;
    --main-brand-membership-form-header-border-radius: 10px 10px 0px 0px;
    --main-brand-membership-form-badge-bg-color: #FFBD00;
    --main-brand-membership-form-badge-color: var(--main-brand-body-color);
    --main-brand-event-view-bg-color: #EAECF0;
    --main-brand-half-divider-bg-color: #004BFF;
    --main-brand-sidemenu-active-bg-color: var(--main-brand-color);
    --main-brand-sidemenu-active-color: #fff;
}


body {
    background: #ffffff;
    color: var(--main-brand-body-color) !important;
    font-family: var(--main-brand-font) !important;
    font-weight: 400;
    font-size: var(--main-brand-font-size) !important;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box !important;
}

/*a {
    color: #1F2A44 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: auto !important;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto !important;
    text-underline-position: from-font !important;
}*/

p {
    /*    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) !important;
    line-height: 25px;
}

.fv-max-width {
    max-width: var(--main-brand-container-width);
}
.fv-p-0 {
    padding: 0;
}

.fv-p-1 {
    padding: 1em;
}

.fv-p-2 {
    padding: 2em;
}

.fv-p-3 {
    padding: 3em;
}

.fv-p-4 {
    padding: 4em;
}

.fv-pt-1 {
    padding-top: 10px;
}

.fv-pt-2 {
    padding-top: 20px;
}

.fv-pb-1 {
    padding-bottom: 10px;
}

.fv-m-0 {
    margin: 0;
}

.fv-m-1 {
    margin: 1em;
}

.fv-m-2 {
    margin: 2em;
}

.fv-m-3 {
    margin: 3em;
}

.fv-m-4 {
    margin: 4em;
}

.fv-mt-0 {
    margin-top: 0;
}

.fv-mt-10px {
    margin-top: 10px;
}
.fv-mt-auto {
    margin-top: auto;
}
.fv-mb-10px {
    margin-bottom: 10px;
}
.fv-mt-1 {
    margin-top: 1em;
}

.fv-mt-2 {
    margin-top: 2em;
}

.fv-mt-3 {
    margin-top: 3em;
}

.fv-mt-4 {
    margin-top: 4em;
}

.fv-mb-0 {
    margin-bottom: 0;
}

.fv-mb-1 {
    margin-bottom: 1em;
}

.fv-mb-2 {
    margin-bottom: 2em;
}

.fv-mb-3 {
    margin-bottom: 3em;
}

.fv-mb-4 {
    margin-bottom: 4em;
}


/* --------------------------------------------  headings -------------------------------------------------*/

h1 {
    font-size: 2em !important;
}

h2 {
    font-size: 1.6em !important;
}

h3 {
    font-size: 1.3em !important;
}

h4 {
    font-size: 1.1em !important;
}

h5 {
    font-size: 0.9em !important;
}

/* ------------------------------------------ FONT WEIGHT START  ------------------------------------------- */

.weight-400 {
    font-weight: 400 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

/* ------------------------------------------FONT WEIGHT END ------------------------------------------- */

.fv-event-heading {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h1.fv-h1 {
    font-size: 2.875em !important;
    font-family: var(--main-brand-font);
    line-height: normal;
    font-weight: 600;
    color: #00204b;
}

h2.fv-h2 {
    font-size: 1.6em !important;
    font-family: var(--main-brand-font);
    line-height: normal;
    font-weight: 600;
    color: #00204b;
}

h3.fv-h3 {
    font-size: 1.3em !important;
    font-family: var(--main-brand-font);
    line-height: normal;
    font-weight: 600;
    color: #00204b;
}

h4.fv-h4 {
    font-size: 1.1em !important;
    font-family: var(--main-brand-font);
    line-height: normal;
    font-weight: 600;
    color: #00204b;
}

/* end of headings */

.brandcolor {
    color: var(--main-brand-hero-color);
}

span.memberform-badge {
    border-radius: 6px;
    background-color: var(--main-brand-primary-button-bg);
    font-weight: 500;
    padding: 5px 30px;
    font-size: 18px;
}


h1 a {
    font-size: 2em !important;
}

h2 a {
    font-size: 1.6em !important;
}

h3 a {
    font-size: 1.3em !important;
}

h4 a {
    font-size: 1.1em !important;
}

label {
    margin-bottom: 0px !important;
}

.fv-grey {
    background: #CCD2EA;
}

.fv-grey-border {
    border: #D0D5DD;
}

.fv-border {
    border: 1px solid #cecece
}

.fv-inline-block {
    display: inline-block;
}

.bg-shadow {
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
}


span.fv-small-text {
    font-size: 15px;
    font-style: italic;
    text-transform: math-auto;
    color: #050404;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
    height: auto !important;
    min-height: 0px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}



.fv-width-150px {
    width: 150px;
}

.fv-width-250px {
    width: 250px;
}

.fv-event-step {
    border-radius: 12px;
    background: #D2D755;
    color: #000;
    display: inline-block;
}

label.fv-form-label {
    /*    margin-top: 20px;
    margin-bottom: 5px;*/
    font-size: 18px;
    font-weight: var(--main-brand-input-label-font-weight);
    color: var(--main-brand-input-label-color);
    display: block;
    /*text-transform: lowercase;*/
}

.list-style-none {
    list-style: none;
}

/*.fv-details-action-link .fv-primary-button {
    margin-right: 10px;
}*/

.fv-lists ul li {
    padding: 5px;
}

.fv-link-decoration-none, .fv-link-decoration-none:hover {
    text-decoration: none;
    color: var(--main-brand-body-color);
}

.fv-text-underline {
    text-decoration: underline;
}

.fv-position-relative {
    position: relative;
}


.fv-mempayment-radio {
    display: flex !important;
    flex-direction: row !important;
    align-items: start;
    gap: 10px;
}

.fv-xl-wrap {
    margin: 0 auto;
    max-width: 1700px;
}

.fv-event-wrap-grid {
    display: flex;
}

.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: #E8EEF3;
}

.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;
}

.checkbox-row {
    display: flex;
    align-items: center;
}

    .checkbox-row label {
        margin-left: .3em;
    }

        .checkbox-row label:hover {
            cursor: pointer;
        }

.section-form-row input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

    .section-form-row input[type=checkbox]:checked {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg stroke='%23fff' stroke-width='2px' fill='none'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 24px;
        background-position: center;
        background-color: var(--main-brand-primary-button-bg);
        border-color: var(--main-brand-primary-border-color);
    }

/* template one */

.fv-sm-wrap {
    margin: 100px auto;
    max-width: 500px;
}

.fv-t1-grid-container {
    gap: 20px;
}

.fv-event-grid-item-t1 .fv-event-grid-img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.fv-event-grid-item-t2 .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;
}

.divider {
    border-bottom: 1px solid #cecece63;
}

    .divider:last-child {
        border-bottom: none !important;
    }

.fv-event-grid-img-wrap {
    position: relative;
}
.fv-event-grid-img-wrap img{
    width: 350px;
    height: 200px;
    object-fit: cover;
}


span.fv-event-grid-img-label {
    position: absolute;
    left: 0;
    padding: 8px 20px;
    color: #fff;
    font-size: 90%;
    border-radius: 12px 0px;
    background: #C21532;
    top: 0;
}

span.fv-event-grid-img-date {
    position: absolute;
    bottom: 0;
    right: 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-event-grid-form-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (min-width: 700px) {
    .fv-event-grid-form-container {
        flex-direction: row;
    }
}

.fv-width-100 {
    width: 100%;
}

.fv-width-80 {
    width: 80%;
}
.fv-width-60 {
    width: 60%;
}

.fv-width-50 {
    width: 50%;
}

.fv-width-40 {
    width: 40%;
}

label.fv-event-grid-form-label {
    display: block;
    margin-bottom: 5px;
}

label.fv-form-label {
    color: var(--main-brand-input-label-color);
    display: block;
    /*text-transform: lowercase;*/
}

    label.fv-form-label::first-letter {
        text-transform: uppercase;
    }

.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) !important;
    border: 1px solid;
    border-color: #CBD5E1;
    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;
    margin-top: 5px;
}

/* ================================================ END OF INPUT ============================================ */

/* ================================================ BUTTONS ================================================== */
.fv-primary-button {
    background-color: var(--main-brand-primary-button-bg);
    border: none;
    border-radius: var(--main-brand-button-border-radius);
    color: #fff;
    cursor: pointer;
    font-family: var(--main-brand-font);
    font-size: var(--main-brand-font-size);
    font-weight: 400;
    text-decoration: none;
    padding: 13px 30px;
    line-height: normal;
}

    .fv-primary-button:hover {
        background-color: var(--main-brand-primary-button-primary-bg-active-hover);
        border: none;
        border-color: var(--main-brand-border-color);
        border-radius: var(--main-brand-button-border-radius);
        color: #fff;
        cursor: pointer;
        font-family: var(--main-brand-font);
        font-size: var(--main-brand-font-size);
        font-weight: 400;
        text-decoration: none;
        padding: 13px 30px;
    }

    .fv-primary-button:active {
        background-color: var(--main-brand-primary-button-primary-bg-active-hover);
        border: none;
        border-color: var(--main-brand-border-color);
        border-radius: var(--main-brand-button-border-radius);
        color: #fff;
        cursor: pointer;
        font-family: var(--main-brand-font);
        font-size: var(--main-brand-font-size);
        font-weight: 400;
        text-decoration: none;
        padding: 13px 30px;
    }

    .fv-primary-button:disabled {
        cursor: not-allowed;
        background: #cecece;
        border: #cecece;
        pointer-events: none;
    }

    .fv-primary-button:hover svg path {
        fill: #1F2A44;
        /*stroke: black;*/ /* Add a black stroke */
        /*stroke-width: 0.1;*/
    }

.fv-secondary-button {
    cursor: pointer;
    font-family: var(--main-brand-font);
    font-size: var(--main-brand-font-size);
    border-radius: var(--main-brand-button-border-radius);
    font-weight: 400;
    text-decoration: none;
    padding: 13px 30px;
    color: var(--main-brand-body-color);
    background-color: var(--main-brand-secondary-button-bg);
    border-color: var(--main-brand-primary-border-color);
    border: 2px solid;
    line-height: normal;
}

    .fv-secondary-button:hover {
        color: #FFFFFF;
        background-color: var(--main-brand-primary-button-bg);
        border-color: var(--main-brand-primary-border-color);
    }

    .fv-secondary-button:active {
        color: #FFf;
        background-color: var(--main-brand-primary-button-primary-bg-active-hover);
        /*border-color: var(--main-brand-primary-border-color);*/
    }

/*.fv-primary-button, a.fv-primary-button {
    background-color: var(--main-brand-primary-button-bg);
    border-color: var(--main-brand-primary-border-color);
   
}*/

a.fv-primary-button:hover /*input.fv-primary-button:hover*/ {
    background-color: var(--main-brand-button-bg-hover);
    border: 2px solid;
    border-color: var(--main-brand-border-color);
    border-radius: var(--main-brand-button-border-radius);
    color: var(--main-brand-button-color);
    cursor: pointer;
    font-family: var(--main-brand-font);
    font-size: var(--main-brand-font-size);
    font-weight: 400;
    text-decoration: none;
    padding: 13px 30px;
}

.fv-portal-button {
    cursor: pointer;
    font-family: var(--main-brand-font);
    font-size: var(--main-brand-font-size);
    border-radius: var(--main-brand-button-border-radius);
    font-weight: 400;
    text-decoration: none !important;
    padding: 13px 30px;
    color: #1F2A44;
    background-color: var(--main-brand-secondary-button-bg);
    border-color: var(--main-brand-secondary-border-color) !important;
    border: 2px solid;
    line-height: normal;
}

    .fv-portal-button:hover {
        color: #FFFFFF;
        background-color: var(--main-brand-secondary-button-bg-hover);
        border-color: var(--main-brand-body-color);
    }

.fv-portal-link {
    color: var(--main-brand-color) !important;
    font-size: var(--main-brand-font-size) !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    text-decoration-line: underline;
    cursor: pointer;
}



/* =============================================== END OF BUTTONS =========================================== */


/* =============================================== START OF PORTAL LINKS =========================================== */

/*.portal-link {
    color: var(--main-brand-body-color) !important;
    font-weight: 600 !important;
}

    .portal-link:hover {
        text-decoration: underline !important;
    }*/

/*.portal-link:focus {
        outline: 3px solid transparent;
        color: #000000;
        text-decoration: none;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }*/
/* =============================================== END OF PORTAL LINKS =========================================== */


.fv-position-static {
    position: static !important;
}

.fv-event-single-wrap {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
}

@media (min-width: 800px) {
    #mob-menu {
        display: block;
    }

    .fv-event-single-wrap {
        flex-direction: row;
        gap: 60px;
        padding: 90px 0;
        justify-content: space-between;
    }

}

.fv-event-single-content-block {
    padding: 25px;
}

@media (min-width: 800px) {
    #mob-menu {
        display: block;
    }

    .fv-event-single-content-block {
        padding: 0;
    }
}

.fv-event-single-aside {
    max-width: 100%;
    min-width: 100%;
}

@media (min-width: 800px) {
    .fv-event-single-aside {
        max-width: 360px;
        min-width: 360px;
    }
}

.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;
}

@media (min-width: 800px) {
    .fv-event-main-heading {
        display: block;
    }
}

.fv-event-main-mobile-heading {
    display: block;
}

@media (min-width: 800px) {
    .fv-event-main-mobile-heading {
        display: none;
    }
}

.fv-padding-25 {
    padding: 25px;
}

.fv-xl-wrap {
    margin: 0 auto;
    max-width: 1700px;
}

.fv-event-wrap-grid {
    display: flex;
}

.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-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;
}

.fv-muted-text {
    font-size: 80%;
    color: var(--main-brand-input-label-color);
    white-space: pre-line;
    display: inline-block;
}

p.fv-loud-text {
    font-size: 120%;
}

.fv-event-grid-item-t1 {
    min-width: calc(100% - 10px);
    max-width: calc(100% - 10px);
}

@media (min-width: 700px) {
    .fv-event-grid-item-t1 {
        min-width: calc(33.5% - 15px);
        max-width: calc(33.5% - 15px);
    }
}

@media (min-width: 1024px) {
    .fv-event-grid-item-t1 {
        min-width: calc(25% - 15px);
        max-width: calc(25% - 15px);
    }
}

.fv-event-grid-item-t2 {
    min-width: calc(100% - 10px);
    max-width: calc(100% - 10px);
}

@media (min-width: 700px) {
    .fv-event-grid-item-t2 {
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (min-width: 1024px) {
    .fv-event-grid-item-t2 {
        min-width: calc(33% - 15px);
        max-width: calc(33% - 15px);
    }
}

.fv-t1-grid-container {
    gap: 20px;
}

.fv-event-grid-item-t1 .fv-event-grid-img-wrap img {
    width: 100%;
    height: 330px;
    border-radius: var(--main-brand-sm-border-radius);
    object-fit: cover;
}

.fv-event-grid-item-t2 .fv-event-grid-img-wrap img {
    width: 100%;
    height: 199px;
    border-radius: var(--main-brand-sm-border-radius);
    object-fit: cover;
}

.fv-event-grid-heading-t1 h4 {
    margin: 5px 0;
}

.fv-event-grid-info-t1 p {
    margin: 5px 0;
}

.fv-event-grid-img-wrap {
    position: relative;
}



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-event-grid-form-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (min-width: 700px) {
    .fv-event-grid-form-container {
        flex-direction: row;
    }
}

.section-form-row input:not([type=checkbox], .section-form-row [type=radio]),
.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: rgba(0, 0, 0, 0.87);
    }



    .section-form-row input:focus,
    .section-form-row textarea:focus,
    .section-form-row select:focus,
    .section-form-row button:focus {
    }

.fv-event-single-wrap {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
}


@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: 25px;
}

@media (min-width: 800px) {
    .fv-event-single-content-block {
        padding: 0;
    }
}

.fv-event-single-aside {
    max-width: 100%;
    min-width: 100%;
}

@media (min-width: 800px) {
    .fv-event-single-aside {
        max-width: 360px;
        min-width: 360px;
    }
}

.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;
}

@media (min-width: 800px) {
    .fv-event-main-heading {
        display: block;
    }
}

.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 0px;
    }
}

.fv-main-wrap {
    max-width: var(--main-brand-container-width);
    margin: 0 auto;
    padding: 1em;
}

@media (min-width: 800px) {
    .fv-main-wrap {
        padding: 2em 1em;
    }
}

.fv-dashoard-inner-hero {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

@media (min-width: 800px) {
    .fv-dashoard-inner-hero {
        flex-direction: row;
        align-items: center;
        gap: 40px;
    }
}

.fv-dashboard-inner-content, .fv-hero-heading{
color: #ffffff;
}

@media (min-width: 800px) {
    .fv-dashboard-inner-content {
        max-width: 400px;
    }
}

.fv-dashboard-inner-content h1 {
    word-break: break-word;
}

.fv-dashboard-inner-actions {
    flex: 1;
}

.fv-dashboard-inner-actions-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
}

@media (max-width: 600px) {
    .fv-dashboard-inner-actions-wrap {
        align-items: center;
        flex-direction: column;
    }
}

.fv-dashboard-inner-action-link {
    background: #ffffff;
    border-radius: var(--main-brand-border-radius) !important;
    color: var(--main-brand-body-color);
    display: block;
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    padding: 25px;
    text-decoration: none;
}

@media (max-width: 600px) {
    a.fv-dashboard-inner-action-link {
        max-width: calc(100% - 0px);
        min-width: calc(100% - 0px);
    }
}

a.fv-dashboard-inner-action-link:hover {
    
    color: var(--main-brand-body-color);
}

a.fv-dashboard-inner-action-link h3 {
    margin: 0 0 5px;
}

a.fv-dashboard-inner-action-link p{
    margin: 10px 0 0;
}

a.fv-dashboard-inner-action-link:hover p {
    text-decoration: underline !important;
    margin: 10px 0 0;
}
a.fv-dashboard-feature-card-content:hover p {
    text-decoration: underline !important;
}

a.fv-card-link:focus {
    outline: 3px solid transparent;
    color: #000000;
    background-color: rgb(243, 249, 250);
    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: 28px;
}

@media (min-width: 800px) {
    .fv-dashboard-more-features-block {
        flex-direction: row;
    }
}

.fv-dashboard-feature-card {
    border: var(--main-brand-card-border);
    margin-bottom: 1.2em;
    border-radius: var(--main-brand-border-radius);
}


@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) !important;*/
    height: auto;
    width: 100%;
    border-radius: 0px 0px 0px 0px;
}

.fv-dashboard-more-features-wrap {
    /* margin: 1em;*/
    padding: 1em;
}

@media (min-width: 800px) {
    .fv-dashboard-more-features-wrap {
        margin: 3em auto;
    }
}

.fv-dashboard-feature-card-content h3 {
    margin: .3em 0;
}

.fv-dashboard-feature-card-content p {
    margin-bottom: 1em;
}

a.fv-dashboard-feature-card-anchor {
    color: var(--main-brand-body-color) !important;
    text-decoration: none !important;
    width: -webkit-fill-available;
}

    a.fv-dashboard-feature-card-anchor:focus,
    a.fv-dashboard-feature-card-anchor:hover {
        -webkit-transition: none;
        color: var(--main-brand-body-color) !important;
        transition: none;
    }

.fv-web-portal-wrap {
    max-width: var(--main-brand-container-width);
    flex-direction: column;
    margin: 0 auto;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

@media (min-width: 800px) {
    .fv-web-portal-wrap {
        padding: 2em 1em;
        flex-direction: row;
    }
}

.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;
    }

    .fv-web-portal-sidebar img {
        max-width: 17px;
        max-height: 17px;
        margin-right: 10px;
    }

    .fv-web-portal-sidebar .portal-link {
        align-items: center;
        border-radius: var(--main-brand-button-border-radius);
        display: flex;
        font-weight: 400;
        padding: 12px 0px;
        text-decoration: none;
        color: #6C7176;
    }

/*.fv-web-portal-sidebar .portal-link:hover {
            background-color: #F3F9FA;
            text-decoration: underline;
        }*/

.fv-active-portal-sidebar-link {
    text-decoration: underline !important;
    font-weight: 500 !important;
    color: #1F2A44 !important;
}

    .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) !important;
    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%;
}

.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: #D2D755;
    padding: 2px 7px;
    color: #000 !important;
    font-weight: 600;
    border-radius: 4px;
}

span.fv-active-badge a {
    color: #000;
    text-decoration: underline;
}

.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-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) !important;
    border-radius: var(--main-brand-card-border-radius) !important;
    border: var(--main-brand-card-border);
    padding: 20px;
}

.fv-heading-grid h2,
.fv-heading-grid p {
    margin: 0;
}

.fv-card-panel-actions .fv-portal-button {
    display: inline-block;
}

.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, .fv-card-grid-items {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 150px;
    gap: 20px;
}

.fv-portal-card .indent-right {
    margin-top: auto;
}

.fv-grid-3-items {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
}

.fv-events-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.fv-events-cards {
    min-width:250px;
}

.fv-grid-2-items {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
}

.fv-web-content-promo-wrap {
    max-width: 1130px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@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;
    }
}

.fv-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fv-flex-grow {
    flex-grow: 1;
}

.fv-space-between {
    justify-content: space-between !important;
}

@media (min-width: 678px) {
    .fv-flex {
        display: flex;
        align-items: center;
    }
}

.fv-card {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: var(--main-brand-border-radius);
    padding: 1rem;
}

.fv-flex-action {
    align-self: flex-end;
    margin-left: auto;
}

.fv-flex-action {
    margin-top: 1rem;
}

form.fv-form-flex {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 1024px) {
    form.fv-form-flex {
        flex-direction: row;
    }
}

@media (min-width: 678px) {
    .fv-flex-action {
        align-self: flex-end;
        margin: 0 0 0 auto;
    }
}

.fv-flex-wrap {
    flex-wrap: wrap;
}

.fv-max-width-100 {
    max-width: 100% !important;
}

p.fv-section-text {
    color: #666;
}

ul.fv-card-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


.fv-gap-20 {
    column-gap: 20px;
    row-gap: 20px;
}

.fv-align-center {
    text-align: center;
}

.fv-align-left {
    text-align: left !important;
}

.fv-notification {
    padding: 1em;
    background-color: #F4F7FB;
    border-radius: var(--main-brand-sm-border-radius);
    border: 1px solid #D2DDEE;
    color: #000000;
}

    .fv-notification p {
        color: #000000;
    }

.fv-notification-success {
    background-color: #DEEFDF;
    border-color: #64BF79;
}

.fv-notification-warning {
    background-color: #FFF6E9;
    border-color: #FF9900;
}


.fv-notification-alert {
    background-color: #FDDDD5;
    border-color: #F26662;
}

.fv-notification-failure {
    background-color: #FDDDD5;
    border-color: #F26662;
}

.fv-notification h4 {
    font-size: 1.2em;
    margin: 0 0 .5em 0;
}

.fv-notification p {
    margin: 0;
}

.fv-card-alert {
    border-left: 5px solid #ff8b5f;
    background: #fdf2ed !important;
}



ul.fv-breadcrumb-ul {
    margin: 0;
    padding: 0;
    display: flex;
}

li.fv-breadcrumb-li {
    list-style: none;
}

    li.fv-breadcrumb-li a:after {
        content: "\203A";
        display: inline-block;
        height: 15px;
        margin: 0 8px;
        width: auto;
    }



.fv-flex-button-container {
    display: flex;
    gap: 1rem;
    max-width: 500px;
}


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%;
    border-bottom: 1px solid rgb(229 230 235) !important;
}

    table.fv-card-table thead {
        background: var(--main-brand-table-header) !important;
        /*color: var(--main-brand-color) !important;*/
    }

    table.fv-card-table td,
    table.fv-card-table th {
        text-align: left;
        padding: 12px !important;
    }

    table.fv-card-table tr {
        border-bottom: 1px solid #dedede;
    }

        table.fv-card-table tr:last-child {
            border-bottom: none;
        }

        table.fv-card-table tr:nth-child(even) {
            background-color: #FAFAFA;
        }

/*table.fv-card-table tr:hover {
            background-color: #e9edf1;
        }*/

.align-table-container {
    width: 100%;
    padding: 10px;
}

.fv-title-width th:nth-child(2),
.fv-title-width td:nth-child(2) {
    width: 300px;
}
/*added for table responsiveness*/
@media screen and (max-width: 600px) {

    .fv-mob-leftmenu {
        display: block;
    }

    table.fv-card-table {
        border: 0;
    }

        table.fv-card-table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table.fv-card-table tr {
            display: block;
            margin-bottom: .625em;
        }

        table.fv-card-table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            /*text-align: right;*/
        }

            table.fv-card-table td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table.fv-card-table td:last-child {
                border-bottom: 0;
            }
}

/* NJ - events page start form here */



.fv-event-tabbed-img-wrap img {
    width: 100%;
    height: 400px !important;
}

.fv-event-tabbed-img-content {
    background: rgba(255, 255, 255, 0.75);
    padding: 2rem;
    position: absolute;
    left: 0px;
    top: 120px;
    z-index: 1000;
}

.fv-event-tabbed-min-sec {
    border-bottom: 3px solid var(--main-brand-primary-button-bg);
}

.fv-event-tabbed {
    display: flex !important;
    flex-direction: column !important;
}

    .fv-event-tabbed li {
        padding: 7px 3px;
        background: #E1EAEF;
        margin: 3px;
    }

    .fv-event-tabbed a {
        padding: 10px;
    }

.fv-event-single-tabbed-wrap {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.fv-event-tabbed-main-heading {
    font-size: 32px !important;
    line-height: 50px !important;
    color: #005F9D;
}

.fv-event-tabbed-sub-heading {
    font-size: 24px;
    font-weight: 600;
    color: #005F9D;
}

.fv-event-tabbed-reg-intructions-ol {
    list-style-type: decimal;
    padding: 10px 30px;
}

.fv-event-tabbed-reg-intructions-ul {
    list-style-type: disc;
    padding: 10px 30px;
}

    .fv-event-tabbed-reg-intructions-ol li, .fv-event-tabbed-reg-intructions-ul li {
        line-height: 40px;
    }

.fv-event-tabbed-a {
    color: #505050;
    font-weight: 600;
    text-decoration: underline;
}

.fv-event-tabbed-card-grid {
    display: flex;
    gap: 1em;
    flex-direction: column;
    margin: 1em 0em;
}

.fv-event-tabbed-card-table {
    width: 100%;
    border-collapse: collapse;
}

.fv-event-tabbed-mob-overflow {
    overflow-x: auto;
}

table.fv-event-tabbed-card-table th, table.fv-event-tabbed-card-table td {
    padding: 10px;
}

.fv-event-tabbed-card-table thead {
    background: #E9EDF1;
    font-weight: 700;
    text-align: left;
}

.fv-event-tabbed-col-w20 {
    width: 20%;
}

.fv-event-tabbed-col-w25 {
    width: 25%;
}

.fv-event-tabbed-col-w50 {
    width: 50%;
}

.fv-event-tabbed-col-w15 {
    width: 15%;
}

.fv-event-tabbed-ol {
    list-style-type: decimal;
    padding: 10px 30px;
    line-height: 30px;
}

.fv-event-tabbed-ul {
    list-style-type: disc;
    padding: 10px 30px;
    line-height: 30px;
}

.fv-event-tabbed-light-bg {
    background: #F6F7F8;
    padding: 25px;
}

.fv-flex-row {
    display: flex;
    gap: 10px;
    flex-direction: row;
    /*margin-top: 12px;*/
    /*justify-content: center;*/
}

.fv-item-center {
    align-items: center;
}

.fv-item-end {
    align-items: end;
}

.fv-event-tabbed-flex {
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
}

.fv-event-tabbed-contnet-img-div {
    flex-shrink: 0;
}

.fv-event-tabbed-flex-row-reverse {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.fv-event-tabbed-location-light-bg {
    background: #F6F7F8;
    padding: 10px 20px;
}

/*here css added to remove default jquery css */

.ui-widget-header {
    border: none;
    border-bottom: 1px solid #E5E6EB;
    background: #ffff;
    color: var(--main-brand-body-color);
    font-weight: bold;
}



.warning {
    margin: 0px auto 20px auto;
    padding: 10px;
    background: #FAFAFA;
    position: relative;
    border: 1px solid #EAEAEA;
    border-left: 4px solid #4D607A;
    box-shadow: inset 0 0 14px rgb(0 0 0 / 3%);
    text-transform: none;
    font-weight: 400;
    text-align: center;
}

    .warning p {
        font-weight: bold;
    }

.failure {
    background: #FAFAFA;
    border-left: 4px solid #DC3952;
}

    .failure p {
        color: #DA314B;
    }

.success {
    background: #FAFAFA;
    border-left: 4px solid #90C353;
}

    .success p {
        color: #8CC14C;
    }

.fv-event-grid-item-w-100 {
    display: flex;
    width: 100%;
    gap: 20px;
    padding-bottom: 1em;
}

.fv-event-grid-label-wrap {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

span.fv-label-d1 {
    background: #ababb3;
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff;
}

.fv-border-bottom {
    border-bottom: 1px solid #e2e2e2;
}

/*end default jquery css */


.fv-memform-bg {
    background: var(--main-brand-color);
    padding: 10px;
    color: #fff !important;
}

    .fv-memform-bg h1 {
        font-size: 40px;
        font-weight: 700;
    }


.fv-progressbar-bg {
    background: #EFF3F8;
}

section.box-section.Division\(s\).Selection {
    display: flex;
    align-items: flex-end;
}

.fv-form-w-60, .fv-form-w-80 {
    width: 100%;
}

.fv-hero-webform-p {
    font-size: 30px;
}

@media (min-width: 1024px) {
    .fv-form-w-60 {
        width: 60% !important;
    }

    .fv-form-w-80 {
        width: 80% !important;
    }


    .ui-tabs .ui-tabs-panel {
        padding: 2.5em 0em;
    }

    .fv-event-tabbed-flex {
        flex-direction: row;
    }

    .fv-event-tabbed li {
        margin: 0px 2px;
    }

    .fv-event-single-tabbed-wrap {
        flex-direction: row;
        gap: 50px;
    }

    .fv-event-tabbed-ol {
        padding: 15px 30px;
        line-height: 40px;
    }

    .fv-event-tabbed-ul {
        padding: 15px 30px;
        line-height: 40px;
    }

    .fv-event-tabbed-flex-row-reverse {
        flex-direction: row;
    }

    .fv-event-tabbed {
        flex-direction: row !important;
    }
}

/* NJ - events page end here */



.membership-division-selection {
    overflow: hidden;
}

.division-selection {
    padding: 1em;
    border: 1px solid #CBD5E1;
    border-radius: var(--main-brand-border-radius);
    overflow: hidden;
    position: relative;
    margin-right: 1em;
    width: 220px;
    min-height: 150px;
}

.checkbox-selected {
    padding: 1em;
    border: 1px solid #1E4164;
    border-radius: var(--main-brand-border-radius);
    overflow: hidden;
    position: relative;
    margin-right: 1em;
    width: 220px;
    min-height: 150px;
}

.division-selection .division-select-img-block {
    width: 100%;
    height: 90px;
    margin-bottom: 1em;
}

.division-selection.MotorFinanceDivision .division-select-img-block {
    background-image: url('../images/MFD.png');
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.division-selection.ConsumerFinanceDivision .division-select-img-block {
    background-image: url('../images/CFD.png');
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.division-selection.AssetFinanceDivision .division-select-img-block {
    background-image: url('../images/AFD.png');
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.division-label {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 125px;
    padding-left: 45px;
    cursor: pointer;
}

.division-select-label {
    font-weight: 600;
}

input[type='checkbox'], input[type='radio'] {
    accent-color: var(--main-brand-primary-button-bg);
    transform: scale(1.5);
    /*height: 18px;
    width: 18px;*/
    /*margin: 0px;*/
}

.fv-event-checkbox {
    position: relative;
    border: 2px solid var(--main-brand-primary-button-bg);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 29px;
    width: 29px;
    -webkit-appearance: none;
}

    .fv-event-checkbox:checked {
        background-color: var(--main-brand-primary-button-bg);
        opacity: 1;
    }

    .fv-event-checkbox:before {
        content: '';
        position: absolute;
        right: 55%;
        top: 50%;
        width: 7px;
        height: 16px;
        border: solid #FFF;
        border-width: 0 3px 3px 0;
        margin: -1px -1px 0 -1px;
        transform: rotate(45deg) translate(-50%, -50%);
        z-index: 2;
        border-radius: 2px;
    }

.fv-event-radiobutton {
    position: relative;
    width: 25px;
    height: 25px;
    appearance: none;
    border: 2px solid #E2E2E2;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background: #E2E2E2;
}

    .fv-event-radiobutton:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        background-color: var(--main-brand-primary-button-bg);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
    }

    .fv-event-radiobutton:checked:before {
        opacity: 1;
    }

.fv-heading-wrap {
    display: flex;
    flex-direction: column;
}

@media (min-width: 800px) {
    .fv-heading-wrap {
        flex-direction: row;
        gap: 10px;
        /*align-items: end;*/
    }
}


.fv-member-join-checkbox {
    display: flex;
    gap: 10px;
    margin: 8px 0px;
    align-items: baseline;
}

/*toggle password*/
.password-container {
    position: relative;
    width: 100%;
}

.field-icon, .toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-90%);
    cursor: pointer;
}

.fv-gird-inline-mob {
    display: inline-flex;
    gap: 20px;
    align-items: center;
}

@media (max-width: 667px) {
    .fv-gird-inline-mob {
        flex-direction: column;
        align-items: baseline !important;
    }
}

.event-booking-model-bg {
    background: white;
    z-index: 44444;
}

.fv-event-delegate-img {
    height: 150px;
    min-width: 150px;
    object-fit: cover;
}

.fv-delegate-detail li {
    border-bottom: var(--main-brand-card-border);
    padding: 10px;
}

    .fv-delegate-detail li:last-child {
        border-bottom: none;
    }

.fv-event-delegate-p p {
    margin: 0px;
    font-weight: 500;
}

.px-1 {
    padding: 0em 1em;
}

.fv-event-delegate-p-span {
    font-size: 80%;
}

.fv-my-1 {
    margin: 1em 0em;
}

.fv-indent-left {
    text-align: left;
}

.fv-indent-right {
    text-align: right !important;
}



/*NJ Member diectory css start here*/
.fv-member-directory-checkbox {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.fv-member-directory-flex {
    display: flex;
    flex-direction: column;
}

.fv-member-directory-content h1 {
    font-family: var(--main-brand-font);
    color: var(--main-brand-color);
    font-size: 34px;
    font-weight: 700;
    line-height: 51.7px;
}

.fv-member-directory-content p {
    font-family: var(--main-brand-font);
    color: var(--main-brand-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.15px;
}

.fv-member-directory-border-top {
    border-top: 3px solid #E8EEF3;
}

.fv-member-directory-card-filter-bg {
    background-color: #E8EEF3;
}

.fv-member-directory-filters {
    padding: 1em;
}

.fv-member-directory-label {
    font-family: var(--main-brand-font);
    font-size: 22px;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 0.5em;
    line-height: 25.85px;
}

.fv-member-directory-checkbox-row input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #C0D4E4;
    flex-shrink: 0;
}

    .fv-member-directory-checkbox-row input[type=checkbox]:checked {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg stroke='%23fff' stroke-width='2px' fill='none'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 24px;
        background-position: center;
        background-color: var(--main-brand-primary-button-bg);
        border-color: var(--main-brand-primary-border-color);
    }

.fv-member-directory-input {
    font-family: var(--main-brand-font);
    border: 1px solid #C0D4E4;
    color: var(--main-brand-body-color);
    font-size: var(--main-brand-font-size);
    font-weight: 400;
    padding: 10px;
    width: 100%;
}

.fv-member-directory-checkbox-row {
    display: flex;
    align-items: center;
}

    .fv-member-directory-checkbox-row label {
        font-family: var(--main-brand-font);
        font-size: 22px;
        font-weight: 400;
        line-height: 25.85px;
        margin-left: .3em;
        color: var(--main-brand-colors);
        flex-shrink: 1;
        max-width: 300px;
        word-wrap: break-word;
    }

        .fv-member-directory-checkbox-row label:hover {
            cursor: pointer;
        }

.fv-member-directory-link a {
    font-family: var(--main-brand-font);
    font-size: 22px;
    font-weight: 700;
    line-height: 25.85px;
    color: var(--main-brand-primary-button-bg);
}

.fv-gap-1 {
    gap: 1em;
}

.fv-member-directory-card-filter-flex {
    display: flex;
    flex-direction: column-reverse;
}

.fv-member-directory-cards {
    padding: 10px;
}

.fv-member-directory-card-sort {
    display: flex;
    gap: 1em;
    align-items: baseline;
}

.fv-member-directory-viewing-list-label {
    font-family: var(--main-brand-font);
    font-size: 22px;
    font-weight: 400;
    line-height: 25.85px;
}

    .fv-member-directory-viewing-list-label span {
        font-weight: 700;
    }

.fv-member-directory-cards-main-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    margin-top: 2em;
}

.fv-member-directory-cards-img-wrap {
    position: relative;
    background: #F5F5F5;
    border-radius: 8px;
    height: 250px;
}

    .fv-member-directory-cards-img-wrap img {
        position: absolute;
        height: 100%;
        width: 100%;
        padding: 10px;
        object-fit: cover
    }

    .fv-member-directory-cards-img-wrap span {
        position: absolute;
        left: -5px;
        top: -5px;
    }

span.fv-mile-distance-badge {
    padding: 5px 10px;
    background: #C0D4E4;
    color: #415464;
    border-radius: 5px;
}

.fv-member-directory-cards-info p {
    font-family: var(--main-brand-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 18.8px;
    color: #0f273b;
    word-break: break-word;
    display: flex;
    gap: 0.4em;
}

.fv-member-directory-cards-info i,
.fv-member-directory-cards-buttons i {
    color: #C0D4E4;
}

.fv-member-directory-cards-buttons i {
    margin-right: 0.4em;
}

.fv-member-directory-cards-buttons {
    text-align: center;
}

    .fv-member-directory-cards-buttons button {
        font-family: var(--main-brand-font);
        font-size: 22px;
        font-weight: 400;
        line-height: 25.85px;
        background: transparent !important;
        border: none;
        cursor: pointer;
    }

.fv-member-directory-cards-border {
    border: 1px solid #C0D4E4;
    padding: 1em;
    border-radius: 10px;
}

.fv-member-directory-card-flex {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 100%;
}

.fv-member-directory-filter-buttons-flex {
    display: flex;
    flex-direction: column;
}

.fv-h100 {
    height: 100%;
}

.fv-member-directory-padding {
    padding: 10px;
}

.fv-member-directory-profile-tag svg {
    position: absolute;
    left: -5px;
    top: -15px;
}

.fv-flex-shrink-0 {
    flex-shrink: 0;
}

/* directory view slider*/
.detail-panel {
    position: fixed;
    top: 0;
    right: -90%;
    width: 90%;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: right 0.3s ease;
    overflow-y: auto;
}

    .detail-panel.open {
        right: 0;
    }


.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 90;
}

    .overlay.show {
        display: block;
    }

.fv-portal-flex-col-mob {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

/* styles for tablets */
@media (min-width: 600px) {
    .fv-member-directory-flex {
        flex-direction: column;
    }

    .fv-member-directory-filter-buttons-flex {
        display: flex;
        flex-direction: row;
    }

    .detail-panel {
        position: fixed;
        top: 0;
        right: -70%;
        width: 70%;
    }

    .fv-portal-flex-col-mob {
        flex-direction: column;
    }
}

/* styles for desktops */
@media (min-width: 900px) {
    .fv-member-directory-flex {
        flex-direction: row;
    }

    .fv-gap-2 {
        gap: 2em;
    }

    .fv-member-directory-filters {
        padding: 2em 3em;
    }

    .fv-member-directory-checkbox-row label {
        flex-shrink: 0;
    }

    .fv-member-directory-filter-buttons-flex {
        display: flex;
        flex-direction: row;
    }

    .fv-member-directory-input {
        width: -webkit-fill-available;
    }

    /* .fv-flex-shrink-0 {
        flex-shrink: 0;
    }*/

    .fv-member-directory-card-flex {
        width: 22%;
    }

    .fv-member-directory-cards-buttons button {
        font-size: 17px;
    }

    .detail-panel {
        position: fixed;
        top: 0;
        right: -60%;
        width: 60%;
    }

    .fv-portal-flex-col-mob {
        flex-direction: row;
    }
}

/* styles for large desktops */
@media (min-width: 1200px) {
    .fv-member-directory-flex {
        flex-direction: row;
    }

    .fv-gap-2 {
        gap: 2em;
    }

    .fv-member-directory-content h1 {
        font-size: 44px;
        line-height: 51.7px;
    }

    .fv-member-directory-content p {
        font-size: 18px;
        line-height: 21.15px;
    }

    .fv-member-directory-filters {
        padding: 2em 3em;
    }

    .fv-member-directory-card-filter-flex {
        justify-content: space-between;
        flex-direction: row;
        align-items: baseline;
    }

    .fv-flex-grow {
        flex-grow: 1;
    }

    /*  .fv-flex-shrink-0 {
        flex-shrink: 0;
    }*/

    .fv-member-directory-cards {
        padding: 2em;
    }

    .fv-member-directory-checkbox-row label {
        flex-shrink: 0;
    }

    .fv-member-directory-filter-buttons-flex {
        display: flex;
        flex-direction: row;
    }

    .fv-member-directory-input {
        width: -webkit-fill-available;
    }

    .hide-category {
        display: none;
    }

    .fv-member-directory-card-flex {
        width: 22%;
    }

    .fv-card-min-height {
        min-height: 435px;
    }
    /* .fv-member-directory-padding {
        padding: 10px;
    }*/
    .fv-member-directory-cards-buttons button {
        font-size: 17px;
    }

    .detail-panel {
        position: fixed;
        top: 0;
        right: -50%;
        width: 50%;
    }

    .fv-portal-flex-col-mob {
        flex-direction: row;
    }

    .fv-flex-payment-card, .fv-flex-payment-method {
        flex-direction: row !important;
    }
}

@media (min-width: 1556px) {
    .fv-member-directory-card-flex {
        width: 22%;
    }

    .fv-member-directory-cards-buttons button {
        font-size: 17px;
    }
}

/*NJ Member diectory css end here*/
.fv-event-book-img {
    width: 150px;
    height: 150px;
}

.fv-progressbar ul {
    list-style: none !important;
    padding-left: 0px;
}

span.fv-date-icon {
    position: relative;
}

    span.fv-date-icon svg {
        position: absolute;
        top: 18px;
        right: 10px;
        pointer-events: none;
    }

.fv-flex-row input[type=checkbox] {
    flex-shrink: 0;
}

.fv-progressbar-list li {
    padding: 5px 0px;
}

.fv-progressbar-list .visited {
    font-weight: 700;
}

.fv-progressbar-list .active {
    font-weight: 700;
    text-decoration: underline;
}

span.active {
    font-weight: bold;
}

.fv-gap-10px {
    gap: 10px;
}

ul.fv-event-delegate-ui li {
    list-style: none;
    margin-bottom: 5px;
    display: block;
}

ul.fv-event-delegate-ui {
    padding: 0;
}

span.fv-event-delegate-ui-label {
    width: 120px;
    display: inline-block;
    font-weight: 700;
}

.fv-memDirectory-profile {
    display: flex;
    gap: .8em;
    margin-top: .5em;
    flex-wrap: wrap;
}


.fv-dashboard-container {
    max-width: 1130px;
    margin: auto;
}

.p-10px {
    padding: 10px;
}

.validation {
    color: #FF0033;
    font-size: 16px;
    margin-top: 5px;
    display: none;
    font-style: italic;
    width: 100%;
}

.fv-d-flex {
    display: flex;
}

.fv-flex-direction-col {
    flex-direction: column;
}

.fv-container {
    max-width: 1245px;
    margin: 0em auto 2em auto;
    padding: 2em 1em;
}

.fv-d-inline-flex {
    display: inline-flex;
}

.fv-d-grid {
    display: grid;
}

.fv-align-end {
    align-items: end;
}

.fv-justify-content-flex-end {
    justify-content: flex-end;
}

.fv-member-join-checkbox .checkbox {
    flex: 0 0 2%;
}

.fv-flex-65 {
    flex: 0 0 65%;
}

.fv-flex-30 {
    flex: 0 0 30%;
}

.fv-event-booking-card {
    background: #c21532;
    border-radius: 12px;
    padding: 20px;
}

.fv-event-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

p.fv-event-date {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

p.fv-event-name {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    color: #fff;
}

.fv-events-price {
    color: #fff;
}

.fv-event-book {
    display: flex;
}

.bg-white {
    background: #fff !important;
}

span.fv-main-event-title {
    color: #0F273B;
    font-family: "Public Sans";
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.fv-gap-5 {
    gap: 5%;
}

@media (max-width: 768px) {

    .fv-mob-leftmenu {
        display: block;
    }

    .event-flex-direction-col {
        flex-direction: column;
    }
}

a.fv-events-card-title {
    color: #0F273B;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    margin: 10px 0px;
    display: block;
    min-height: 80px;
}

.fv-event-booking-btn {
    background-color: #fff;
    border: 1px solid #fff;
    border-color: var(--main-brand-border-color);
    border-radius: var(--main-brand-button-border-radius);
    color: var(--main-brand-button-color);
    cursor: pointer;
    font-size: var(--main-brand-font-size);
    font-weight: 600;
    text-decoration: none;
    padding: 13px 30px;
}

.fv-grid-checkboxes {
    display: flex; /* Use flexbox for the layout */
    flex-wrap: wrap; /* Allow the items to wrap to the next line if needed */
    gap: 10px; /* Space between rows and columns */
}

.fv-checkbox {
    width: 48%; /* Set width of each checkbox to 48% to create two columns */
    margin-bottom: 10px; /* Add space between rows */
}

@media (max-width: 768px) {
    .fv-checkbox {
        width: 100%; /* On small screens, make each checkbox take full width */
    }
}

.fv-memform-bg-color {
    background: #F0F5F9;
}

.fv-memform-h3 {
    background: var(--main-brand-body-color);
    color: #fff;
    padding: 0.5em;
    margin: 0;
}

.fv-form-row-border-bottom {
    border-bottom: 1px solid #7d7d7d;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

label.fv-label-0px p {
    margin: 0;
}



.fv-card-container {
    display: flex;
    gap: 20px;
}

@media (max-width: 768px) {
    .fv-card-container {
        display: grid;
        width: 100%;
    }
}

.fv-payment-card {
    padding: 0px;
    text-align: center;
    cursor: pointer;
    transition: border 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .fv-payment-card:hover {
        border-color: #777;
    }

/* Make the radio button visible and style it */
.fv-card-radio {
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer;
}

    /* When the radio button is checked, change the card's border */
    .fv-card-radio:checked + .card-content {
        border: 3px solid #00B0B9;
    }

        .fv-card-radio:checked + .card-content h2 {
            color: #007bff;
        }

/* Ensure the card content inside label is clickable */
label.fv-payment-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

@media (max-width: 768px) {
    label.fv-payment-card {
        width: 100%;
    }
}

.card-content {
    padding: 20px;
    text-align: left;
    width: 100%;
    border: 1px solid #cecece;
    padding-left: 70px;
}

    .card-content img {
        width: 150px;
    }

.fv-card-type span {
    color: #1F2A44;
    font-family: "Fira Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Add transition to make the hover effect smooth */
.fv-dashboard-feature-card {
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

    /* Grow effect on image */
    .fv-dashboard-feature-card:hover .fv-dashboard-feature-card-img img {
        transform: scale(1.1); /* Scales the image by 10% */
        transition: transform 0.3s ease;
        z-index: 2;
    }

.fv-dashboard-feature-card-img {
    overflow: hidden; /* Clip the overflowed image */
    position: relative; /* Keeps the image within the container */
    transition: all 0.3s ease;
}

/* Underline the text in h3 and p on hover */
.fv-dashboard-feature-card:hover p {
    text-decoration: underline;
}

.fv-dashboard-feature-card .fv-dashboard-feature-card-img img {
    transition: transform 0.3s ease; /* Ensure smooth transition when the hover ends */
}

.half-divider {
    width: 157px;
    height: 5px;
    background-color: #D2D755;
    margin: 10px 0; /* Optional: Adds spacing around the divider */
}

.fv-validation-label {

    color: blue !important;

}

.fv-validation-input {
    border: 2px solid red;
}

.fv-mt-neg27 {
    margin-top: -27px;
}
/*strength bar*/
.password-strength-bar {
    display: flex;
    gap: 4px;
    margin-top: 5px;
    height: 8px;
    width: 100%;
    justify-content: space-between;
}

    .password-strength-bar .dash {
        flex: 1;
        height: 100%;
        background-color: #ddd;
        border-radius: 4px;
        transition: background-color 0.3s ease;
    }

        .password-strength-bar .dash.very-weak {
            background-color: red;
        }

        .password-strength-bar .dash.weak {
            background-color: orange;
        }

        .password-strength-bar .dash.good {
            background-color: yellowgreen;
        }

        .password-strength-bar .dash.strong {
            background-color: green;
        }

.password-strength-text {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    text-align: right;
}

#password-requirements .valid {
    color: green;
}

.custom-pagination-class {
    /* background-color: #f8f9fa;*/
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

    .custom-pagination-class .paginate_button {
        background-color: var(--main-brand-secondary-button-bg);
        color: #1F2A44 !important;
        padding: 5px 10px;
        border-radius: 4px;
        margin: 2px;
        text-decoration: none;
        font-size: 16px; /* Adjust arrow size */
    }

        .custom-pagination-class .paginate_button:hover {
            color: #FFFFFF;
            background-color: var(--main-brand-secondary-button-bg-hover);
            border-color: var(--main-brand-body-color);
        }

        .custom-pagination-class .paginate_button.current {
            color: #FFFFFF;
            background-color: var(--main-brand-secondary-button-bg-hover);
            border-color: var(--main-brand-body-color);
        }


/*NJ update this CSS to fix responsive alignment issue*/

.fv-card-preview-block p {
    margin: 0px 0;
}

.fv-card-preview-block {
    display: flex;
    gap: 10px;
}

.fv-card-preview-intro {
    /*color: grey;*/
    word-break: break-word;
}

.fv-card-preview-value {
    font-weight: 600;
    word-break: break-word;
}

.fv-card-preview-intro-width {
    width: 35%;
}

.fv-card-preview-value-width {
    width: 65%;
}

.fv-card-preview-intro-Mwidth,
.fv-card-preview-value-Mwidth {
    width: 50%;
}

/* styles for tablets */
@media (min-width: 400px) {
    .fv-card-preview-intro-width {
        width: 30%;
    }

    .fv-card-preview-intro-Mwidth {
        width: 35%;
    }

    .fv-card-preview-block {
        gap: 20px;
    }

    .fv-flex-payment-card, .fv-flex-payment-method {
        flex-direction: column;
    }
}

/* styles for desktops */
@media (min-width: 900px) {
    .fv-card-preview-intro-width {
        width: 20%;
    }

    .fv-card-preview-intro-Mwidth {
        width: 25%;
    }

    .fv-card-preview-block {
        gap: 30px;
    }

    .fv-flex-payment-card, .fv-flex-payment-method {
        flex-direction: row;
    }
}

/* styles for large desktops */
@media (min-width: 1200px) {
    .fv-card-preview-intro-width {
        width: 15%;
    }

    .fv-card-preview-intro-Mwidth {
       /* width: 20%;*/
    }

    .fv-card-preview-block {
        gap: 40px;
    }
}

.address-list-container {
    border: 1px solid #ccc;
    padding: 10px;
    background: white;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    display: none; /* Hidden by default, shown when addresses are available */
}

    .address-list-container div {
        padding: 5px 0;
        cursor: pointer;
    }

        .address-list-container div:hover {
            text-decoration: underline;
        }

.fv-mob-leftmenu {
    display: none;
}



.fv-mob-leftmenu-btn {
    color: var(--main-brand-body-color);
    background-color: #fff !important;
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 10px;
}

    .fv-mob-leftmenu-btn:hover, .fv-mob-leftmenu-btn:focus {
        color: var(--main-brand-body-color);
        text-decoration: none;
        background-color: transparent;
    }

.fv-direction-row {
    flex-direction: row;
}

.fv-direction-column {
    flex-direction: column;
}

.fv-flex-payment-card, .fv-flex-payment-method {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}



/*active class updated for left menu on dashboard pages*/
.fv-sidemenu-portal-link {
    align-items: center;
    border-radius: var(--main-brand-side-menu-border-radius);
    display: flex;
    font-weight: 600;
    padding: 12px 20px;
    text-decoration: none;
    color: var(--main-brand-body-color);
    font-weight: 600 !important;
    gap: .6em;
    margin-bottom: 8px;
}

.fv-sidemenu-active {
    background: var(--main-brand-sidemenu-active-bg-color);
    border-radius: var(--main-brand-side-menu-border-radius);
    color: var(--main-brand-sidemenu-active-color) !important;
}

    .fv-sidemenu-active:hover, .fv-sidemenu-active:hover svg {
        fill: var(--main-brand-sidemenu-active-color) !important;
        background-color: var(--main-brand-primary-button-primary-bg-active-hover) !important;
        text-decoration: underline !important;
        color: var(--main-brand-side-nav-hover-color) !important;
    }

    .fv-sidemenu-active svg,
    .fv-sidemenu-active svg path {
        fill: var(--main-brand-sidemenu-active-color) !important;
    }

    .fv-sidemenu-active a {
        color: var(--main-brand-sidemenu-active-color) !important;
        fill: var(--main-brand-sidemenu-active-color) !important;
    }



.fv-portal-sidemenu-item {
    margin-bottom: 4px;
}

    .fv-portal-sidemenu-item:hover {
        background: var(--main-brand-sidemenu-active-bg-color);
        border-radius: var(--main-brand-side-menu-border-radius);
        color: var(--main-brand-sidemenu-active-color) !important;
        
    }


.fv-sidemenu-portal-link:hover {
    text-decoration: underline;
    color: var(--main-brand-sidemenu-active-color) !important;
    
}

.fv-sidemenu-portal-link svg path {
    fill: var(--main-brand-body-color);
}

.fv-sidemenu-portal-link:hover svg path {
    fill: var(--main-brand-sidemenu-active-color) !important;
}

.fv-weight-600 {
    font-weight: 600;
}

.fv-input-field-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fv-chide {
    visibility: hidden;
}

@media (320px <= width <= 768px ) {
    .fv-input-field-flex {
        flex-direction: column;
        gap: 6px;
    }

    .fv-grid-3-items {
        display: grid;
        grid-template-columns: auto;
    }
    .fv-events-cards-grid {
        display: grid;
        grid-template-columns: auto;
    }
    .fv-card-preview-intro-Mwidth, .fv-card-preview-value-Mwidth {
        width: 100%
    }
    .fv-events-delegate-card{
        display:block !important;
    }
    .fv-events-delegate-card-web{
        display:none !important;
    }
    .fv-grid-2-items {
        grid-template-columns:auto;
    }
    .fv-grid-container {
        grid-template-columns: 1fr !important;
        gap: 32px;
    }
    .fv-mob-leftmenu {
        display: block;
    }

    .fv-event-grid-img-wrap img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .fv-mobile-width-full {
        width: 100% !important;
       
    }

}

@media (width >=768px) {
    .fv-input-field-flex {
        flex-direction: row;
    }
    .fv-events-delegate-card {
        display: none !important;
    }

    .fv-events-delegate-card-web {
        display: block !important;
    }

}

@media (width <=1150px) {
    .fv-events-cards-grid {
        display: grid;
        grid-template-columns: auto auto;
    }

}
@media (width <=799px) {
    .fv-events-containers {
        width:100% !important;
    }

}
@media (width <=600px) {
    .fv-events-cards-grid {
        display: grid;
        grid-template-columns: auto;
    }
    h1.fv-h1{
        font-size:2rem !important
    }
}

.fv-bg-image {
    background-image: url(../../Content/themes/images/DashboardBanner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.fv-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

#dvHeaderTitle {
    color: white;
}

.fv-half-divider {
    width: 110px;
    height: 5px;
    background-color: var(--main-brand-half-divider-bg-color);
    margin: 10px 0;
    border-radius: 10px;
}

.fv-lable {
    font-weight: 600 !important;
}
.fv-lable-value{
    font-weight: 500;
}


/*---------------Custom Table CSS--------------*/
.CSSTableGenerator {
    overflow-x: auto;
}

    .CSSTableGenerator table {
        border-collapse: collapse;
        border-spacing: 0;
        margin-bottom: 1.5714em;
        border: 1px solid #dfe2e6;
        width: 100%;
    }

        .CSSTableGenerator table thead th {
            background: #fff;
            font-family: "Raleway",Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
            font-weight: 500;
            font-size: 18px;
            font-size: 1.8rem;
            padding: 18px 40px 18px 14px;
            text-align: left;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #dfe2e6;
        }

        .CSSTableGenerator table tbody {
            border-top: none;
        }

            .CSSTableGenerator table tbody tr td, th {
                border: none;
                /*border-right: 1px solid #dfe2e6;*/
                border-bottom: 1px solid #E5E6EB;
                padding: 12px 12px 12px 14px;
                vertical-align: top;
                text-align: left;
            }

            .CSSTableGenerator table tbody tr th {
                font-weight: bold;
                white-space: nowrap;
            }

            /*        .CSSTableGenerator table tbody tr:nth-of-type(odd), table tbody tr.odd {
            background: #f2f2f2;
        }*/
            .CSSTableGenerator table tbody tr:first-child {
                background: #CCD2EA;
            }

            .CSSTableGenerator table tbody tr:not(:first-child) {
                background: white;
            }

input[readonly],select[readonly] {
    background-color: #f2f2f2 !important;  /* light gray background */
    color: #6c757d; /* muted text color */
    border: 1px solid #ced4da; /* similar to default disabled */
    cursor: not-allowed; /* indicates it's not editable */
    pointer-events: none; /* disables interactions */
}


.fv-events-containers{
    width:70%;
}