
/* light grey #FAFAFA */
/* body font Arial, Helvetica, sans-serif */
/* body font size 18px */
/*body main color*/
/*heading main color*/


body {
    background: #ffffff;
    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;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

..fv-p-none {
    padding: 0 !important;
}

.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: 2em;
}

.fv-pb-1 {
    padding-bottom: 10px;
}

.fv-pb-2 {
    padding-bottom: 2em;
}

.fv-px-1 {
    padding-left: 1em;
    padding-right: 1em;
}

.fv-px-2 {
    padding-left: 2em;
    padding-right: 2em;
}

.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-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;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}
/* ------------------------------------------ FONT WEIGHT START  ------------------------------------------- */
.weight-400 {
    font-weight: 400;
}

.weight-500 {
    font-weight: 500;
}

.weight-600 {
    font-weight: 600;
}

.weight-700 {
    font-weight: 700;
}
/* ------------------------------------------FONT WEIGHT END ------------------------------------------- */


h1.fv-h1 {
    font-size: 2em;
    font-family: var(--main-brand-font)
}

h2.fv-h2 {
    font-size: 1.6em;
    font-family: var(--main-brand-font)
}

h3.fv-h3 {
    font-size: 1.3em;
    font-family: var(--main-brand-font)
}

h4.fv-h4 {
    font-size: 1.1em;
    font-family: var(--main-brand-font)
}

/* end of headings */

.fv-gap-point-5 {
    gap: .5em;
}
.brandcolor {
    color: var(--main-brand-hero-color);
}

span.memberform-badge {
    border-radius: 6px;
    background-color: var(--main-brand-membership-form-badge-bg-color);
    font-weight: 500;
    padding: 5px 30px;
    font-size: 18px;
    color: var(--main-brand-membership-form-badge-color);
}


h1 a {
    font-size: 2em;
}

h2 a {
    font-size: 1.6em;
}

h3 a {
    font-size: 1.3em;
}

h4 a {
    font-size: 1.1em;
}

.list-style-none {
    list-style: none;
}

.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-overflow-hidden {
    overflow: hidden;
}

.fv-position-relative {
    position: relative;
}

.fv-padding-25 {
    padding: 25px;
}

.fv-border-radius-25px {
    border-radius: 25px;
}

.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;
    border-radius: var(--main-brand-sm-border-radius);
}

.fv-secondary-bg {
    background-color: var(--main-brand-secondary-bg-color);
    border-radius: var(--main-brand-sm-border-radius);
    color: var(--main-brand-body-color);
}

.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;
}

    .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: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: rgba(0, 0, 0, 0.87);
    }

    .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;
    }

.fv-checkbox-row {
    display: flex;
    align-items: center;
}

    .fv-checkbox-row label {
        margin-left: .3em;
    }

        .fv-checkbox-row label:hover {
            cursor: pointer;
        }

.fv-radio-row {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .fv-radio-row label {
        margin-left: .3em;
    }

        .fv-radio-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-border-bottom-2px {
    border-bottom: 2px solid #1C3645;
}

.fv-align-item-center {
    align-items: center;
}



.fv-t1-grid-container {
    gap: 20px;
}

.fv-event-grid-item-t1 .fv-event-grid-img-wrap img {
    width: 100%;
    height: auto;
}

.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;
}


span.fv-event-grid-img-label {
    position: absolute;
    left: 0;
    padding: 8px 20px;
    color: #fff;
    font-size: 90%;
    border-radius: 12px 0px;
    background: var(--main-brand-body-color);
    top: 0;
}

span.fv-event-grid-img-date {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 10px;
    background: var(--main-brand-secondary-color);
    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%;
}

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: var(--main-brand-input-padding);
    appearance: auto !important;
    background-color: #fff;
}

    .fv-select-input[readonly], .fv-input-field[readonly], .fv-input-field[disabled] {
        background-color: #E6ECF0;
    }

/* ================================================ 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) !important;
    padding: var(--main-brand-button-padding);
    border-radius: var(--main-brand-button-border-radius);
    border: 2px solid var(--main-brand-secondary-border-color) !important;
    background: var(--main-brand-secondary-button-bg) !important;
    color: var(--main-brand-secondary-button-color) !important;
    text-decoration: none;
    cursor: pointer;
}

    .fv-portal-button:hover {
        border: 2px 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: 2px 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: 2px solid 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;
    }


/* =============================================== END OF BUTTONS =========================================== */
/* =============================================== START OF PORTAL LINKS =========================================== */

.fv-portal-link {
    color: var(--main-brand-portal-link-color) !important;
    font-size: var(--main-brand-font-size) !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    text-decoration-line: underline;
}

.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) {
    .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-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: var(--main-brand-color);
    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-discount-rate {
    text-align: right;
}

.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: rgba(0, 0, 0, 0.87);
    }

    .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-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-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(33% - 15px);
        max-width: calc(33% - 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%;
    min-height: 200px;
    border-radius: var(--main-brand-sm-border-radius);
    object-fit: cover;
}

.fv-event-grid-item-t2 .fv-event-grid-img-wrap img {
    width: 100%;
    min-height: 200px;
    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 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: rgba(0, 0, 0, 0.87);
    }

    .section-form-row input:focus,
    .section-form-row select:focus,
    .section-form-row textarea:focus,
    .section-form-row button:focus {
        border-color: #394149;
        box-shadow: inset 0 0 0 1px #394149, 0 0 0 4px #ebac40;
        outline: none;
    }

    .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 25px;
    }
}

.fv-main-wrap {
    max-width: var(--main-brand-container-width);
    margin-left: auto;
    margin-right: 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;
    flex-direction: row;
}

a.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) {
    .fv-dashboard-inner-actions-wrap {
        align-items: center;
        flex-direction: column;
    }

    a.fv-dashboard-inner-action-link {
        max-width: calc(100% - 0px);
        min-width: calc(100% - 0px);
    }
}



a.fv-dashboard-inner-action-link:hover {
    text-decoration: underline !important;
    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-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;
    }
}

.fv-dashboard-feature-card {
    border: var(--main-brand-card-border);
    margin-bottom: 1.2em;
    border-radius: var(--main-brand-border-radius);
}

.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;
    height: 222px;
}

/* Underline the text in h3 and p on hover */
.fv-dashboard-feature-card:hover h3,
.fv-dashboard-feature-card:hover p {
    text-decoration: underline;
}

.fv-dashboard-feature-card .fv-dashboard-feature-card-img img {
    transition: transform 0.3s ease;
}

@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 {
    /* height: 222px;
    width: 100%;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.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;
}

    a.fv-dashboard-feature-card-anchor:focus,
    a.fv-dashboard-feature-card-anchor:hover {
        -webkit-transition: none;
        color: var(--main-brand-body-color) !important;
        text-decoration: underline !important;
        transition: none;
    }

.fv-web-portal-wrap {
    max-width: var(--main-brand-container-width);
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

#mob-menu {
    display: none;
}

@media (min-width: 800px) {
    .fv-web-portal-wrap {
        flex-direction: row;
        margin-top: 2em;
        gap: 30px;
    }

    #mob-menu {
        display: block;
    }
}

.fv-web-portal-sidebar {
    min-width: 230px;
}

    .fv-web-portal-sidebar ul {
        margin-top: 0;
        padding: 0;
        list-style: none;
    }

    .fv-web-portal-sidebar li {
        margin: 0;
    }

    .fv-web-portal-sidebar img {
        width: 24px;
        height: 22px;
        margin-right: 10px;
    }

    .fv-web-portal-sidebar .portal-link {
        align-items: center;
        border-radius: var(--main-brand-button-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 !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%;
}





/*@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;
    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-details-action-link .fv-portal-button:last-child {
    margin-left: 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 {
    border-radius: var(--main-brand-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 {
    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;
}

@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;
}

.fv-item-center {
    align-items: center;
}

@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-width-100 {
    width: 100%;
}*/

.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-right {
    text-align: right;
}

.fv-align-left {
    text-align: left !important;
}

.fv-align-justify {
    text-align: justify;
}

.fv-notification {
    padding: 1em;
    background-color: #F4F7FB;
    border-radius: var(--main-brand-sm-border-radius);
    border: 1px solid #D2DDEE;
    color: var(--main-brand-body-color);
}


    .fv-notification p {
        color: var(--main-brand-body-color);
    }

.fv-notification-Success, fv-notification-success {
    background-color: #E5FFF0;
    border-color: #12D25F;
}

.fv-notification-Warning, .fv-notification-warning {
    background-color: #FFF6E9;
    border-color: #FF9900;
}


.fv-notification-Alert, .fv-notification-alert {
    background-color: #FFEFED;
    border-color: #FF5336;
}

.fv-notification-Failure, .fv-notification-failure {
    background-color: #FFEFED;
    border-color: #FF5336;
}

.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;
}

/*.fv-badge {
    background: #D2DDEE;
    border-radius: 12px;
    font-size: 80%;
    padding: 5px 10px;
}

.fv-badge.fv-primary-badge {
    background: #0066FF;
    color: #ffffff;
}

.fv-badge.fv-alert-badge {
    background: #F04813;
    color: #ffffff;
}

.fv-card-meta-info p {
    margin: 0 0 0.2em 0;
    word-break: break-word;
}

.fv-border-radius-sm {
    border-radius: 6px;
}*/

.fv-breadcrumbs-wrap-bg {
    background-color: var(--main-brand-breadcrumb-bg);
}

ul.fv-breadcrumb-ul {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 16px;
}

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-breadcrumb-li a {
    color: var(--main-brand-breadcrumb-color);
    text-decoration: underline;
    font-weight: 700;
}

/*.fv-full-product-card .fv-product-card-image img {
    max-width: 380px;
    min-height: auto;
}

.fv-full-product-card {
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
}

.fv-full-product-card-details {
    flex-grow: 1;
}*/

.fv-flex-button-container {
    display: flex;
    gap: 1rem;
    max-width: 500px;
}

/*ul.fv-card-meta-data-ul {
    display: flex;
    margin: 0;
    padding-left: 0;
    font-size: 90%;
}

li.fv-card-meta-data-li {
    list-style: none;
}

li.fv-card-meta-data-li:after {
    content: "\2013";
    margin: 0 5px;
}

li.fv-card-meta-data-li:last-child:after {content: "";
}*/

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 thead {
        background: var(--main-brand-table-header-bg) !important;
        color: var(--main-brand-table-header-color) !important;
    }

    table.fv-card-table td,
    table.fv-card-table th {
        text-align: center;
        padding: 12px;
    }

table.dataTable > tbody > tr > td {
    text-align: center;
}

table.dataTable > thead > tr > th {
    text-align: center;
}

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;
}

/*added for table responsiveness*/
@media screen and (max-width: 600px) {
    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;
            }

    table.dataTable > tbody > tr > td {
        text-align: right;
    }
}

/* NJ - events page start form here */

.fv-FW-600 {
    font-weight: 600;
}

.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-direction-row {
    flex-direction: row;
}

.fv-direction-column {
    flex-direction: column;
}

.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, .Failure {
    background: #FAFAFA;
    border-left: 4px solid #DC3952;
}

    .failure p, .Failure p {
        color: #DA314B;
    }

.success, .Success {
    background: #FAFAFA;
    border-left: 4px solid #90C353;
}

    .success p, .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-hero-bg);
    padding: 10px;
    color: var(--main-brand-hero-color);
}

    .fv-memform-bg h1 {
        font-size: 40px;
        font-weight: 700;
    }


.fv-progressbar-bg {
    background: var(--main-brand-event-view-bg-color);
}

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-body-color);
    height: 18px;
    width: 18px;
}


/*toggle password*/
.password-container {
    position: relative;
    width: 100%;
}

.field-icon {
    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: auto;
    width: 100px;
}

@media (min-width: 600px) {
    .fv-event-delegate-img {
        width: 200px;
    }
}

    .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;
    }

    .fv-px-1 {
        padding: 0em 1em;
    }

    .fv-event-delegate-p-span {
        font-size: 80%;
    }

    .my-1 {
        margin: 1em 0em;
    }



    /*NJ Member diectory css start here*/
    .fv-member-directory-img img {
        width: 210px;
        height: 210px;
        border-radius: var(--main-brand-border-radius);
    }


    .fv-member-directory-checkbox {
        display: flex;
        flex-direction: column;
        gap: 0.5em;
    }

    .fv-member-directory-radio-button {
        font-size: 20px;
        display: flex;
        gap: 0.3em;
        margin-top: 0.5em;
        align-items: center;
    }

        .fv-member-directory-radio-button input[type=radio] {
            height: 24px;
            width: 24px;
        }

    .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: 20px;
        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: 20px;
            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;
        gap: 0.5em;
    }

    .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: 1em;
        margin-top: 2em;
    }

    .fv-member-directory-cards-img-wrap {
        position: relative;
        background: #F5F5F5;
        border-radius: 8px;
        height: 185px;
        width: 100%;
    }

        .fv-member-directory-cards-img-wrap img {
            position: absolute;
            height: 185px;
            width: 100%;
            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;
    }

    .fv-directory-img img {
        border-radius: var(--main-brand-sm-border-radius);
    }

    .fv-flex-column {
        display: flex;
        gap: 0.4em;
        flex-direction: column;
    }

        .fv-flex-column p {
            margin: 0 0 1em 0;
        }

    .fv-member-directory-cards-info p {
        margin: 0.5em 0 0 0;
    }

    .fv-gotoTop-button {
        border-radius: 50%;
        position: fixed;
        right: 25px;
        bottom: 25px;
        background: var(--main-brand-primary-button-bg);
        text-align: center;
        border: none;
        color: #fff;
        padding: 14px 16px;
    }

    /* 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;
        }

        .fv-flex-column {
            flex-direction: column;
        }

        .fv-member-directory-card-flex {
            width: 48%;
        }
    }

    /* styles for desktops */
    @media (min-width: 900px) {
        .fv-member-directory-card-filter-bg {
            width: 35%;
        }

        .fv-member-directory-flex {
            flex-direction: row;
        }

        .fv-gap-2 {
            gap: 2em !important;
        }

        .fv-member-directory-filters {
            padding: 2em 3em;
        }


        .fv-member-directory-filter-buttons-flex {
            display: flex;
            flex-direction: column;
        }

        .fv-member-directory-input {
            width: -webkit-fill-available;
        }

        /* .fv-flex-shrink-0 {
        flex-shrink: 0;
    }*/

        .fv-member-directory-card-flex {
            width: 48%;
        }

        .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;
        }

        .fv-flex-column {
            flex-direction: row;
        }
    }

    /* styles for large desktops */
    @media (min-width: 1490px) {
        .fv-member-directory-card-filter-bg {
            width: 30%;
        }

        .fv-member-directory-flex {
            flex-direction: row;
        }

        .fv-gap-2 {
            gap: 2em !important;
        }

        .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-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: 32%;
        }

        .fv-mem-card-flex {
            display: flex;
            flex-direction: column;
        }

        .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;
        }
    }

    @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: 0px;
            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;
    }

    .fv-event-delegate-ui-label {
        display: flex;
        gap: 2rem;
    }

    .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;
        /* float: left; */
        font-size: 16px;
        margin-top: 10px;
        display: none;
        font-style: italic;
        width: 100%;
    }

    .fv-d-flex {
        display: flex;
    }

    .fv-flex-65 {
        flex: 0 0 65%;
    }

    .fv-flex-30 {
        flex: 0 0 30%;
    }

    .fv-flex-60 {
        flex: 0 0 60%;
    }

    .fv-flex-35 {
        flex: 0 0 35%;
    }

    .fv-event-booking-card {
        background: var( --main-brand-event-view-bg-color);
        border-radius: var(--main-brand-sm-border-radius);
        padding: 20px;
    }

    .fv-event-title {
        font-size: 32px;
        font-weight: 700;
        color: var(--main-brand-body-color);
    }

    p.fv-event-date {
        color: var(--main-brand-body-color);
        font-size: 18px;
        font-weight: 400;
    }

    p.fv-event-name {
        font-size: 18px;
        font-weight: 700;
        text-decoration: underline;
        color: var(--main-brand-body-color);
    }

    .fv-events-price {
        color: var(--main-brand-body-color);
        border-bottom: 1px solid var(--main-brand-body-color);
        padding: 0.3em;
    }

    .fv-event-book {
        display: flex;
    }

    .bg-white {
        background: #fff !important;
    }

    span.fv-main-event-title {
        color: var(--main-brand-body-color);
        font-family: var(--main-brand-font);
        font-size: 58px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .fv-gap-5 {
        gap: 5%;
    }

    .EventOverview.rate-table a {
        color: var(--main-brand-secondary-color);
        font-weight: 600;
    }

    @media (max-width: 768px) {
        .event-flex-direction-col {
            flex-direction: column;
        }

        .cart-flex-direction-col-reverse {
            flex-direction: column-reverse;
            gap: 2rem;
        }

        span.fv-main-event-title {
            font-size: 38px;
        }

        .fv-event-delegate-ui-label {
            gap: 1rem;
        }
    }

    a.fv-events-card-title {
        color: var(--main-brand-body-color);
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration: none;
        margin: 20px 0px;
        display: block;
        /*min-height: 80px;*/
    }

    .fv-event-booking-btn {
        background-color: var(--main-brand-primary-button-bg);
        border: solid 2px var(--main-brand-primary-border-color);
        border-radius: var(--main-brand-button-border-radius);
        color: var(--main-brand-primary-button-color);
        cursor: pointer;
        font-size: var(--main-brand-font-size);
        font-weight: var(--main-brand-button-font-weight);
        text-decoration: none;
        padding: var(--main-brand-button-padding);
    }

        .fv-event-booking-btn:hover {
            border: 2px solid 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-event-outline-button, .event-disable-btn, a.event-disable-btn {
        color: var(--main-brand-secondary-button-color);
        border: solid 2px var(--main-brand-secondary-border-color);
        background: var(--main-brand-secondary-button-bg);
        border-radius: var(--main-brand-button-border-radius);
        font-weight: var(--main-brand-button-font-weight);
        text-decoration: none;
        padding: var(--main-brand-button-padding);
        font-size: 16px;
        cursor: pointer;
    }

        .fv-event-outline-button:hover {
            border: 2px 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-grid-checkboxes {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .fv-checkbox {
        width: 48%;
        margin-bottom: 10px;
    }

    .fv-memform-desktop-p {
        padding: 1em;
    }

    @media (max-width: 768px) {
        .fv-checkbox {
            width: 100%;
        }

        .fv-memform-desktop-p {
            padding: 0;
        }
    }

    .fv-memform-bg-color {
        background: var(--main-brand-membership-form-sec-bg-color);
        border-radius: var(--main-brand-membership-form-sec-border-radius);
    }

    .fv-form-row-border-bottom {
        border-bottom: 1px solid #7d7d7d;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .fv-form-row label {
        font-size: 20px;
        font-weight: var(--main-brand-input-label-font-weight);
        margin-bottom: 0;
    }

    .fv-directory-img.mb-1 {
        max-width: 25em;
        margin-top: 1em;
    }

    .fv-memberform-benefits-div {
        display: flex;
        flex-direction: column;
        /* gap: 1em;*/
        background-color: #fff;
        border-radius: var(--main-brand-sm-border-radius);
        width: -webkit-fill-available;
    }

    .EventOverview {
        padding-top: 20px;
    }

    .fv-memberform-container-wrap {
        max-width: var(--main-brand-container-width);
        margin: auto;
    }

    .rate-table {
        line-height: 1.5 !important;
        font-size: 18px !important;
    }

    .fv-memberform-content-div {
        padding: 1em;
    }

        .fv-memberform-content-div ul {
            list-style: none;
            padding-left: 0;
        }

    span.fv-mem-price {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-left: 5px;
    }

    .fv-mailing-pref li {
        padding: 10px;
    }

    .fv-memberform-benefits-p {
        display: flex;
        gap: 10px;
        align-items: baseline;
        font-size: 20px;
        font-weight: 400;
    }

    .fv-memberform-content-div {
        font-size: 24px;
        font-weight: 600;
    }

    .fv-memberform-contact-div {
        padding: 1em;
        font-size: 22px;
    }

    .fv-memberform-contact-div-p {
        display: flex;
        justify-content: space-between;
        font-size: 28px;
    }

    .fv-total-amount-div {
        border-radius: 10px;
        background-color: #cdf3f5;
        padding: 0.5em 1em;
    }

    .fv-total-amount-p {
        font-size: 24px;
        margin: 0;
        font-weight: 600;
    }

    .fv-VAT-span {
        font-size: 16px;
    }

    .fv-memform-total-amount {
        font-size: 28px;
    }

    .fv-memberform-img {
        max-width: 100%;
        max-height: 100%;
        overflow: hidden;
    }

        .fv-memberform-img img {
            object-fit: cover;
            width: -webkit-fill-available;
        }

    .fv-memberform-cancel-btn {
        background: none;
        border: none;
    }

    .fv-memform-password-div {
        border-radius: 10px;
        background-color: #e9eef3;
        padding: 0.5em 1em;
    }

    /*active class updated for left menu on dashboard pages*/
.fv-sidemenu-portal-link {
    align-items: center;
    border-radius: var(--main-brand-button-border-radius);
    display: flex;
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none;
    color: var(--main-brand-body-color);
    font-weight: 600 !important;
    gap: .5em;
}

    .fv-sidemenu-active {
        background: var(--main-brand-sidemenu-active-bg-color);
        border-radius: var(--main-brand-button-border-radius);
        color: var(--main-brand-sidemenu-active-color);
    }

        .fv-sidemenu-active svg,
        .fv-sidemenu-active svg path {
            fill: var(--main-brand-sidemenu-active-color) !important;
        }

        .fv-sidemenu-active:hover svg,
        .fv-sidemenu-active:hover svg path {
            fill: var(--main-brand-body-color) !important;
        }

        .fv-sidemenu-active img {
            background: var(--main-brand-sidemenu-active-color) !important;
            width: 24px;
            height: 22px;
            padding: 1px;
            border-radius: 11px;
        }

        .fv-sidemenu-active:hover img {
            fill: var(--main-brand-body-color) !important;
        }

        .fv-sidemenu-portal-link:hover, .fv-sidemenu-active a:hover {
            background-color: rgb(243, 249, 250);
            text-decoration: underline;
            color: var(--main-brand-body-color);
        }

    .fv-sidemenu-portal-link svg path {
        fill: var(--main-brand-body-color);
    }


    p.fv-event-ended {
        border-left: 2px solid var(--main-brand-body-color);
        border-radius: 0;
        padding: 10px;
        width: 100%;
        color: var(--main-brand-body-color);
        font-weight: 600;
    }

    .fv-half-divider {
        width: 110px;
        height: 5px;
        background-color: var(--main-brand-half-divider-bg-color);
        margin: 10px 0;
    }

    .fv-profile-img-sec img {
        border-radius: 50%;
        width: 165px;
        height: 160px;
        border: 1px solid #C0D4E4;
    }

    .fv-profile-img-sec span.fv-edit-icon {
        position: absolute;
        top: 10px;
        right: 21px;
        background-color: white;
        border-radius: 50%;
        padding: 5px;
        cursor: pointer;
    }

    .fv-profile-img-sec {
        position: relative;
    }

    .fv-edit-icon a {
        color: var(--main-brand-body-color);
    }

    .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-profile-img-flex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 1em;
    }


    .fv-memform-h3 {
        background: var(--main-brand-membership-form-header-bg-color);
        color: var(--main-brand-membership-form-header-color);
        padding: 0.5em;
        margin: 0;
        border-radius: var(--main-brand-membership-form-header-border-radius);
    }

    .fv-memberform-wrap {
        background-color: #FEF1E8;
        padding: 2em;
    }

    @media (max-width: 768px) {
        .fv-mob-leftmenu {
            display: block;
        }

        .fv-profile-img-flex {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .fv-memform-h3 {
            font-size: 25px;
        }

        .fv-memberform-wrap {
            padding: 1em;
        }

        .fv-primary-button, .fv-portal-button {
            width: 100%;
        }
    }

    /*card css updated for side by side content like on my account*/
    .fv-card-preview-block p {
        margin: 5px 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,
    .fv-card-preview-value-width,
    .fv-card-preview-intro-Mwidth,
    .fv-card-preview-value-Mwidth {
        width: 50%;
    }

    .fv-flex-payment-card {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }


    /* styles for tablets */
    @media (min-width: 400px) {
        .fv-card-preview-intro-width {
            width: 45%;
        }

        .fv-card-preview-intro-Mwidth {
            width: 30%;
        }

        .fv-card-preview-block {
            gap: 20px;
        }

        .fv-flex-payment-card {
            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 {
            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;
        }

        .fv-flex-payment-card {
            flex-direction: row;
        }

        .td-formal-title-width {
            width: 35%;
        }
    }
    /*end*/

    .fv-CurrentMember-detail-change-category {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    /*membership form left content div styling*/
    .fv-memform-left-content-div {
        width: 100%;
    }

    .fv-memform-gap-2 {
        gap: 2em;
    }

    .fv-event-speaker-img img {
        height: 100px;
        width: 100px;
        border-radius: 100%;
        object-fit: cover;
        border: 5px solid #ffbd00;
    }

    .fv-event-speaker-about-CRole {
        font-size: 32px;
        font-weight: 300;
    }

    .fv-event-speaker-bg {
        background-color: var(--main-brand-event-speaker-bg);
        border-radius: var(--main-brand-sm-border-radius);
        padding: 1rem;
    }
.fv-payment-card-W30 {
    width: 100%;
}
    /* styles for tablets */
    @media (min-width: 600px) {
        .fv-memform-left-content-div {
            width: 100%;
        }

        .fv-CurrentMember-detail-change-category {
            gap: 1rem;
            flex-direction: column;
        }

        .fv-event-speaker-img img {
            height: 200px;
            width: 200px;
        }
        .fv-payment-card-W30 {
            width: 100%;
        }
    }

    /* styles for desktops */
    @media (min-width: 900px) {
        .fv-memform-left-content-div {
            width: 40%;
        }

        .fv-CurrentMember-detail-change-category {
            gap: 3rem;
            flex-direction: row;
        }

        .fv-event-speaker-img img {
            height: 200px;
            width: 200px;
        }
        .fv-payment-card-W30 {
            width: 33%;
        }
    }

    /* styles for large desktops */
    @media (min-width: 1200px) {
        .fv-memform-left-content-div {
            width: 40%;
        }

        .fv-CurrentMember-detail-change-category {
            gap: 6rem;
            flex-direction: row;
        }

        .fv-event-speaker-img img {
            height: 200px;
            width: 200px;
        }
        .fv-payment-card-W30{
            width: 33%;
        }
    }
    /*end*/

    .fv-event-para span svg {
        stroke: var(--main-brand-body-color);
    }

    .fv-indent-left {
        text-align: left !important;
    }

    .fv-indent-right {
        text-align: right !important;
    }

    .fv-mem-payment-card-bg-color {
        background: #fff;
    }


    .fv-notification-list {
        margin: 0;
        padding-left: 20px;
        list-style-type: disc;
    }

        .fv-notification-list li {
            margin-bottom: 5px;
        }

    .fv-donation-flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        font-size: 18px;
    }

    .fv-width-50 {
        width: 50%;
    }

    .category-option.selected {
        border: 2px solid var(--main-brand-secondary-color);
        background-color: #00c5b50f;
    }

    .fv-cursor-pointer {
        cursor: pointer;
    }

    .fv-asterisk {
        color: red;
    }

    .fv-brand-font-size {
        font-size: var(--main-brand-font-size) !important;
    }

    .fv-mb-point-5 {
        margin-bottom: 0.5rem;
    }

    .fv-mt-point-5 {
        margin-top: 0.5rem;
    }

    .fv-brand-font-size-80 {
        font-size: 80%;
    }

    .fv-brand-font-size-90 {
        font-size: 90%;
    }

    .fv-sm-border-radius {
        border-radius: var(--main-brand-sm-border-radius);
    }

    /* compose email css 04-11-2025*/
/* Multiselect button (dropdown) styling */
.multiselect.dropdown-toggle {
    text-align: left;
    background-color: #fff;
    border: 1px solid #CBD5E1;
    border-radius: var(--main-brand-input-border-radius) !important;
    padding: var(--main-brand-input-padding);
    color: var(--main-brand-body-color);
    font-size: 0.95rem;
    transition: all 0.2s ease-in-out;
    margin-bottom: .5rem;
}

    .multiselect.dropdown-toggle:hover,
    .multiselect.dropdown-toggle:focus {
        border-color: #86b7fe;
        box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
    }

/* Dropdown container */
.multiselect-container {
    position: relative !important;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 1rem !important;
    flex-wrap: wrap;
    gap: .5rem;
    border: 1px solid #CBD5E1;
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    border-radius: var(--main-brand-input-border-radius) !important;
}
    /* Dropdown items */
    .multiselect-container .dropdown-item {
        padding: 0.4rem 1rem !important;
        font-size: 0.9rem;
        color: var(--main-brand-body-color);
        border-radius: var(--main-brand-input-border-radius) !important;
    }

        .multiselect-container .dropdown-item:hover {
            background-color: #f5f7fa;
        }

    /* Checkbox alignment */
    .multiselect-container .form-check {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .multiselect-container .multiselect-option .form-check,
    .multiselect-container .multiselect-all .form-check {
        padding: 0 5px !important;
    }
    .multiselect-container .form-check-input {
        cursor: pointer;
    }

    .multiselect-container .form-check-label {
        margin: 0;
        cursor: pointer;
    }

    /* “Select all” button styling */
    .multiselect-container .multiselect-all, .multiselect-container .dropdown-item {
        background-color: #fff;
        border: 1px solid #CBD5E1 !important;
        border-radius: var(--main-brand-input-border-radius) !important;
    }
 