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;
}

.fv-sso-main-wrap {
    max-width: var(--main-brand-container-width);
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.fv-content-div {
    margin: 0rem;
    padding: 1em;
    width: -webkit-fill-available;
}

.fv-p-0 {
    padding: 0px;
}

.fv-p-1 {
    padding: 1rem;
}

.fv-px-1 {
    padding: 0 1rem;
}

.fv-pt-point-5 {
    padding-top: 0.5rem;
}

.fv-pt-1 {
    padding-top: 1rem;
}

.fv-pt-2 {
    padding-top: 2rem;
}

    .fv-pt-2:nth-child(3n+1) {
        padding-top: 0;
    }

.fv-m-0 {
    margin: 0px;
}

.fv-my-2 {
    margin: 2rem 0rem;
}

.fv-mt-0 {
    margin-top: 0rem;
}

.fv-mt-1 {
    margin-top: 1rem;
}

.fv-mt-2 {
    margin-top: 2rem;
}

.fv-mb-1 {
    margin-bottom: 1rem;
}

.fv-mb-2 {
    margin-bottom: 2rem;
}

h1.fv-h1 {
    font-size: 2em;
    font-family: var(--main-brand-font);
}

.section-form-row {
    margin-bottom: 0.5em;
}


.fv-asterisk::after {
    content: "*";
    color: red;
}

label.section-form-label {
    display: block;
    margin-bottom: 0.4em;
    font-weight: var(--main-brand-input-label-font-weight);
    font-size: var(--main-brand-font-size);
}

.section-input-field {
    font-family: var(--main-brand-font);
    border-radius: var(--main-brand-input-border-radius);
    border: var(--main-brand-input-border-color);
    box-sizing: border-box;
    font-size: var(--main-brand-font-size);
    margin-bottom: 0.7em;
    padding: 15px;
    width: 100%;
    background-color: var(--main-brand-input-bg-color);
}

    .section-input-field[readonly] {
        background-color: var(--main-brand-readOnly-input-bg-color);
        border: var(--main-brand-readOnly-input-border);
        cursor: not-allowed;
    }

.section-resp-w100 {
    width: 100% !important;
}

.section-border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.fv-form-check {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.fv-form-check-input {
    width: 24px;
    height: 24px;
    accent-color: var(--main-brand-color);
}

.fv-login-text {
    text-align: center;
}


/* ================================================ TEXT DECORATION ================================================== */

.fv-text-decoration-none {
    text-decoration: none !important;
}

.fv-text-decoration-underline {
    text-decoration: underline !important;
}

/* ================================================ END OF TEXT DECORATION ================================================== */

/* ================================================ 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: var(--main-brand-portal-border-color) !important;
    background: var(--main-brand-portal-button-bg) !important;
    color: var(--main-brand-portal-button-color) !important;
    text-decoration: none;
    cursor: pointer;
}

    .fv-portal-button:hover {
        border: var(--main-brand-portal-border-hover-color) !important;
        color: var(--main-brand-portal-button-hover-color) !important;
        background: var(--main-brand-portal-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: var(--main-brand-primary-border-color) !important;
    background: var(--main-brand-primary-button-bg) !important;
    color: var(--main-brand-primary-button-color) !important;
    text-decoration: none;
    cursor: pointer;
}

    .fv-primary-button:hover {
        border: var(--main-brand-primary-border-hover-color) !important;
        color: var(--main-brand-primary-button-hover-color) !important;
        background: var(--main-brand-primary-button-hover-bg) !important;
        text-decoration: none;
    }

.fv-secondary-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: 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-secondary-button:hover {
        border: 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-portal-button, .fv-primary-button, .fv-secondary-button {
    width: -webkit-fill-available;
    text-align: center;
}

@media (min-width: 768px) {
    .fv-portal-button, .fv-primary-button, .fv-secondary-button {
        width: auto;
    }
}


/* =============================================== END OF BUTTONS =========================================== */


/* =============================================== START OF PORTAL LINKS =========================================== */

.fv-dashboard-link {
    color: var(--main-brand-dashboard-link-color);
    font-size: var(--main-brand-font-size);
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    text-decoration-line: underline;
    cursor: pointer;
}

    .fv-dashboard-link:hover {
        color: var(--main-brand-dashboard-link-hover-color);
        text-decoration: underline;
    }

    .fv-dashboard-link svg path,
    .fv-dashboard-link svg line {
        stroke: var(--main-brand-dashboard-link-color);
        transition: stroke 0.3s ease;
    }

    .fv-dashboard-link:hover svg path,
    .fv-dashboard-link:hover svg line {
        stroke: var(--main-brand-dashboard-link-hover-color);
    }

    .fv-dashboard-link i {
        stroke: var(--main-brand-dashboard-link-color);
        transition: stroke 0.3s ease;
    }

    .fv-dashboard-link:hover i {
        stroke: var(--main-brand-dashboard-link-hover-color);
    }


.fv-portal-primary-link {
    color: var(--main-brand-primary-link-color);
    font-size: var(--main-brand-font-size);
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    text-decoration-line: underline;
    cursor: pointer;
}

    .fv-portal-primary-link:hover {
        color: var(--main-brand-primary-link-hover-color);
        text-decoration: underline !important;
    }

.fv-portal-secondary-link {
    color: var(--main-brand-secondary-link-color);
    font-size: var(--main-brand-font-size);
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    text-decoration-line: underline;
    cursor: pointer;
}

    .fv-portal-secondary-link:hover {
        color: var(--main-brand-secondary-link-hover-color);
        text-decoration: underline !important;
    }

.fv-portal-link {
    color: var(--main-brand-body-color) !important;
    font-weight: 600 !important;
    cursor: pointer;
    text-decoration: none;
}

    .fv-portal-link:hover {
        color: var(--main-brand-portal-link-hover-color);
        text-decoration: underline !important;
    }

.section-login-links {
    margin: 1.4em 0;
    text-align: center;
    padding-bottom: 1.4em;
}

.fv-action-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 768px) {
    .fv-action-link {
        display: flex;
        flex-direction: row;
    }
}

/* =============================================== END OF PORTAL LINKS =========================================== */

.fv-list-styling {
    list-style: none;
    padding-left: 10px;
}



.errorMessage, .validation {
    display: none;
}

/*message styling*/
.validation, .errorMessage {
    margin-bottom: 1em;
    color: red;
    font-size: 14px;
}

.fv-textarea-wrapper, .fv-textbox-wrapper {
    position: relative;
}

span.fv-textarea-counter, .fv-char-counter {
    font-size: 14px;
    position: absolute;
    bottom: -5px;
    right: 0.3rem;
    color: #555;
}

.fv-notification {
    padding: 1em;
    background-color: #F4F7FB !important;
    border-radius: var(--main-brand-border-radius);
    border: 1px solid #D2DDEE !important;
    color: var(--main-brand-body-color);
}

.fv-notification-success, .success {
    background-color: #E5FFF0 !important;
    border-color: #12D25F !important;
}

.fv-notification-warning, .failure {
    background-color: #FFF6E9 !important;
    border-color: #FF9900 !important;
}

.fv-notification-alert {
    background-color: #FFEFED !important;
    border-color: #FF5336 !important;
}

.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 !important;
    background: #fdf2ed !important;
}

/*remove default edge eye icon*/
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

/*eye icon align center*/
.password-container {
    position: relative;
}

.field-icon {
    position: absolute !important;
    right: 10px !important;
    transform: translateY(100%) !important;
    cursor: pointer;
}

/*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;
}


@media (min-width: 1100px) {
    .section-form {
        max-width: var(--main-brand-container-width);
    }

    .fv-content-div {
        margin: 1rem 0rem;
        padding: 1em;
        width: 60%;
    }

    .fv-list-styling {
        padding-left: 20px;
    }



    .fv-portal-button, .fv-primary-button {
        width: auto;
    }
}

/*Login form Template*/
.section-login-form {
    margin: auto;
    padding: 2em 1em;
}

.section-login-heading {
    font-size: 24px;
    text-align: center;
}

@media (min-width: 600px) {
    .section-login-form {
        max-width: 450px;
    }

    .section-login-heading {
        font-size: 40px;
    }
}


/* web form builder css clean later*/
.fv-webform-banner-bg {
    background: var(--main-brand-hero-bg);
    padding: 10px;
    color: var(--main-brand-hero-color);
}

.fv-main-wrap {
    max-width: var(--main-brand-container-width);
    margin-left: auto;
    margin-right: auto;
}

.fv-fv-webform-flex {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /*padding: 1rem;*/
    justify-content: center;
}

.fv-flex-grow {
    flex-grow: 1;
}

.fv-flex-shrink-0 {
    flex-shrink: 0;
}

span.memberform-badge {
    border-radius: 6px;
    background-color: var(--main-brand-web-form-badge-bg-color);
    font-weight: 500;
    padding: 5px 30px;
    font-size: 18px;
    color: var(--main-brand-web-form-badge-color);
}

.fv-memform-bg-color {
    background: var(--main-brand-web-form-sec-bg-color);
    border: var(--main-brand-web-form-sec-border);
    border-radius: var(--main-brand-web-form-sec-border-radius);
}

.fv-memform-h3 {
    background: var(--main-brand-web-form-header-bg-color);
    color: var(--main-brand-web-form-header-color);
    padding: 1em;
    margin: 0;
    border-radius: var(--main-brand-web-form-header-border-radius);
}

.fv-form-wrap {
    flex-grow: 1;
}

.fv-form-left-progress-wrap {
    flex-shrink: 0;
    width: 100%;
}

.fv-form-checkbox-flex {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 0.7em;
}

.fv-web-form-checkbox, .fv-web-form-radio-button {
    height: 20px;
    width: 20px;
    accent-color: var(--main-brand-color);
    flex-shrink: 0;
    margin: 0;
}

.fv-details-action-link {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

.fv-progressbar-list {
    /*padding-left: 0;*/
    /*font-size: 20px;*/
    list-style: none;
}

.fv-form-menu-steps {
    align-items: center;
    border-radius: var(--main-brand-button-border-radius);
    padding: 10px 20px;
    text-decoration: none;
    color: var(--main-brand-body-color);
    transition: all 0.3s ease;
}

    .fv-form-menu-steps.fv-menu-link-active, .fv-form-menu-steps:hover {
        background-color: #F3F9FA;
        border-left: 3px solid var(--main-brand-color);
        font-weight: 500;
    }

    .fv-form-menu-steps.fv-menu-link-visited {
        text-decoration: underline;
        font-weight: 600;
    }

@media (width >= 1024px) {
    .fv-fv-webform-flex {
        flex-direction: row;
    }

    .fv-form-left-progress-wrap {
        width: 30%;
    }

    .fv-one-col-width {
        width: 60%;
    }
}


@media (320px <= width <= 500px ) {
    .fv-details-action-link {
        flex-direction: column;
    }

    .fv-form-left-progress-wrap {
        width: 100%;
    }
}


.fv-hide-upload-button {
    cursor: pointer;
    height: 100%;
    position: absolute;
    filter: alpha(opacity = 1);
    -moz-opacity: 0;
    opacity: 0;
    width: 100%;
    margin: -11px 0px 0px -26px;
}

.fv-drop-zone {
    height: 200px;
    border: var(--main-brand-file-upload-border-color);
    border-radius: var(--main-brand-input-border-radius);
    text-align: center;
    margin: 10px auto;
    position: relative;
    cursor: pointer;
    background: #ffffff !important;
}

.fv-upload-svg i {
    font-size: 61px;
    color: var(--main-brand-body-color);
    margin-top: 40px;
    margin-bottom: 15px;
}

.fv-drag-text {
    display: inline;
    color: var(--main-brand-body-color);
}

.fv-drop-zone.dragover {
    border-color: var(--main-brand-body-color);
    color: var(--main-brand-body-color);
}

div#uploadedFile a {
    color: #3d2499;
    font-size: 20px;
    gap: 6px;
    display: flex;
    align-items: center;
}

.fv-uploaded-file-name {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    margin-top: .5rem;
    word-break: break-word;
}

@media (320px <= width <= 500px ) {
    .fv-uploaded-file-name {
        flex-direction: column;
        align-items: flex-start;
    }
}

.fv-visited {
    font-weight: 600;
}

.fv-active {
    font-weight: 600;
    text-decoration: underline;
}

.fv-datepicker-wrap {
    position: relative;
}

    .fv-datepicker-wrap span {
        position: absolute;
        top: 17px;
        right: 20px;
        pointer-events: none;
        color: var(--main-brand-icons-color);
    }

.fv-data-grid-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fv-grid-item-bg {
    padding: 1rem;
    background: var(--main-brand-membership-form-grid-bg-color);
    border-bottom: 1px solid;
    border-radius: var(--main-brand-input-border-radius);
}

    .fv-grid-item-bg:last-child {
        border-bottom: none;
    }

.list-style-none {
    list-style: none;
}

.fv-lists {
    width: 80%;
}

.fv-portal-card {
    background-color: var(--main-brand-card-background);
    border-radius: var(--main-brand-border-radius);
    border: var(--main-brand-card-border);
    padding: 20px;
}

.fv-radio-button-flex-wrap {
    display: flex;
    gap: 3rem;
}

.fv-radio-button-flex {
    display: flex;
    gap: 10px;
    align-items: self-start;
}



/* ===== PADDING ===== */

.fv-p-point-5 {
    padding: .5em;
}

.fv-pt-point-5 {
    padding-top: .5em;
}

.fv-pb-point-5 {
    padding-bottom: .5em;
}

.fv-pl-point-5 {
    padding-left: .5em;
}

.fv-pr-point-5 {
    padding-right: .5em;
}

.fv-px-point-5 {
    padding-top: .5em;
    padding-bottom: .5em;
}

.fv-py-point-5 {
    padding-top: .5em;
    padding-bottom: .5em;
}

.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-0 {
    padding-top: 0em;
}

.fv-pt-1 {
    padding-top: 1em;
}

.fv-pt-2 {
    padding-top: 2em;
}

.fv-pt-3 {
    padding-top: 3em;
}

.fv-pt-4 {
    padding-top: 4em;
}

.fv-pb-0 {
    padding-bottom: 0em;
}

.fv-pb-1 {
    padding-bottom: 1em;
}

.fv-pb-2 {
    padding-bottom: 2em;
}

.fv-pb-3 {
    padding-bottom: 3em;
}

.fv-pb-4 {
    padding-bottom: 4em;
}

.fv-pl-0 {
    padding-left: 0em;
}

.fv-pl-1 {
    padding-left: 1em;
}

.fv-pl-2 {
    padding-left: 2em;
}

.fv-pl-3 {
    padding-left: 3em;
}

.fv-pl-4 {
    padding-left: 4em;
}

.fv-pr-0 {
    padding-right: 0em;
}

.fv-pr-1 {
    padding-right: 1em;
}

.fv-pr-2 {
    padding-right: 2em;
}

.fv-pr-3 {
    padding-right: 3em;
}

.fv-pr-4 {
    padding-right: 4em;
}

.fv-px-0 {
    padding-left: 0em;
    padding-right: 0em;
}

.fv-px-1 {
    padding-left: 1em;
    padding-right: 1em;
}

.fv-px-2 {
    padding-left: 2em;
    padding-right: 2em;
}

.fv-px-3 {
    padding-left: 3em;
    padding-right: 3em;
}

.fv-px-4 {
    padding-left: 4em;
    padding-right: 4em;
}

.fv-py-0 {
    padding-top: 0em;
    padding-bottom: 0em;
}

.fv-py-1 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.fv-py-2 {
    padding-top: 2em;
    padding-bottom: 2em;
}

.fv-py-3 {
    padding-top: 3em;
    padding-bottom: 3em;
}

.fv-py-4 {
    padding-top: 4em;
    padding-bottom: 4em;
}

/* ===== END OF PADDING ===== */

/* ===== MARGIN ===== */

.fv-m-point-5 {
    margin: .5em;
}

.fv-mt-point-5 {
    margin-top: .5em;
}

.fv-mb-point-5 {
    margin-bottom: .5em;
}

.fv-mx-point-5 {
    margin-top: .5em;
    margin-bottom: .5em;
}

.fv-my-point-5 {
    margin-top: .5em;
    margin-bottom: .5em;
}

.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: 0em;
}

.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: 0em;
}

.fv-mb-1 {
    margin-bottom: 1em;
}

.fv-mb-2 {
    margin-bottom: 2em;
}

.fv-mb-3 {
    margin-bottom: 3em;
}

.fv-mb-4 {
    margin-bottom: 4em;
}

.fv-mx-0 {
    margin-left: 0em;
    margin-right: 0em;
}

.fv-mx-1 {
    margin-left: 1em;
    margin-right: 1em;
}

.fv-mx-2 {
    margin-left: 2em;
    margin-right: 2em;
}

.fv-mx-3 {
    margin-left: 3em;
    margin-right: 3em;
}

.fv-mx-4 {
    margin-left: 4em;
    margin-right: 4em;
}

.fv-my-0 {
    margin-top: 0em;
    margin-bottom: 0em;
}

.fv-my-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.fv-my-2 {
    margin-top: 2em;
    margin-bottom: 2em;
}

.fv-my-3 {
    margin-top: 3em;
    margin-bottom: 3em;
}

.fv-my-4 {
    margin-top: 4em;
    margin-bottom: 4em;
}

/* ===== END OF MARGIN ===== */


/* ===== HEADING ===== */

h1.fv-h1 {
    font-size: 2em;
}

h2.fv-h2 {
    font-size: 1.5em;
}

h3.fv-h3 {
    font-size: 1.17em;
}

h4.fv-h4 {
    font-size: 1.0em;
}

h5.fv-h5 {
    font-size: 0.83em;
}

h6.fv-h6 {
    font-size: 0.67em;
}

/* ===== END OF HEADING ===== */


/* ===== FONT WEIGHT ===== */

.fv-weight-400 {
    font-weight: 400;
}

.fv-weight-500 {
    font-weight: 500;
}

.fv-weight-600 {
    font-weight: 600;
}

.fv-weight-700 {
    font-weight: 700;
}

.fv-weight-800 {
    font-weight: 800;
}

.fv-weight-900 {
    font-weight: 900;
}

/* ===== END OF FONT WEIGHT ===== */

/* ===== TEXT ALIGNMENT  =====*/

.fv-text-center {
    text-align: center !important;
}

.fv-text-left {
    text-align: left !important;
}

.fv-text-right {
    text-align: right !important;
}


/* ===== END OF TEXT ALIGNMENT  =====*/



/* ===== FLEX  =====*/

.fv-flex {
    display: flex;
}

/* ===== END OF FLEX =====*/

/* ===== FLEX DIRCETION =====*/

.fv-flex-direction-row {
    flex-direction: row;
}

.fv-flex-direction-col {
    flex-direction: column;
}

.fv-flex-direction-row-reverse {
    flex-direction: row-reverse;
}

.fv-flex-direction-col-reverse {
    flex-direction: column-reverse;
}

/* ===== END OF FLEX DIRCETION =====*/


/* ===== FLEX ALIGIN ITEMS ===== */
.fv-item-start {
    align-items: flex-start;
}

.fv-item-end {
    align-items: flex-end;
}

.fv-item-center {
    align-items: center;
}

.fv-item-baseline {
    align-items: baseline;
}

.fv-item-stretch {
    align-items: stretch;
}

/* ===== END OF FLEX ALIGIN ITEMS ===== */

/* ===== FLEX JUSTIFY CONTENT ===== */

.fv-justify-start {
    justify-content: flex-start;
}

.fv-justify-end {
    justify-content: flex-end;
}

.fv-justify-center {
    justify-content: center;
}

.fv-justify-space-between {
    justify-content: space-between;
}

.fv-justify-space-around {
    justify-content: space-around;
}

.fv-justify-space-evenly {
    justify-content: space-evenly;
}

/* ===== END OF FLEX JUSTIFY CONTENT ===== */

/* ===== FLEX GAP ===== */

.fv-gap-0 {
    gap: 0em;
}

.fv-gap-10px {
    gap: 10px;
}

.fv-gap-point-5 {
    gap: .5em;
}

.fv-gap-1 {
    gap: 1em;
}

.fv-gap-2 {
    gap: 2em;
}

.fv-gap-3 {
    gap: 3em;
}

.fv-gap-4 {
    gap: 4em;
}

.fv-gap-5 {
    gap: 5em;
}
/* ===== END OF FLEX GAP ===== */

/* =====PORTAL LAYOUT===== */

.fv-web-portal-wrap {
    max-width: var(--main-brand-container-width);
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}


/* ===== LEFT MENU ===== */

#mob-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fv-mob-leftmenu {
    padding: 15px 20px;
    border-bottom: 1px solid #eaeaea;
}

.fv-mob-leftmenu-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #16161c;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

/* ===== Menu Item Styles ===== */
.fv-web-portal-sidebar ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
}

.fv-web-portal-sidebar li {
    margin: 0;
    position: relative;
}

.fv-menu-link {
    align-items: center;
    border-radius: var(--main-brand-button-border-radius);
    display: flex;
    font-weight: 600;
    padding: 12px 20px;
    text-decoration: none;
    color: var(--main-brand-body-color);
    transition: all 0.3s ease;
}

    .fv-menu-link:hover {
        background-color: #F3F9FA;
        text-decoration: underline;
        border-left: 3px solid var(--main-brand-color);
    }

    .fv-menu-link img {
        max-width: 17px;
        max-height: 17px;
        margin-right: 10px;
    }

.fv-active-portal-sidebar-link {
    background: var(--main-brand-color);
    color: #ffffff !important;
}

    .fv-active-portal-sidebar-link svg path {
        fill: #ffffff;
    }

/* ===== Submenu Styles ===== */
.has-submenu .submenu {
    list-style: none;
    padding-left: 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.has-submenu:hover .submenu {
    max-height: 500px;
}

.submenu .fv-menu-link {
    padding: 10px 20px;
    font-size: 15px;
}

    .submenu .fv-menu-link:hover {
        background-color: #F3F9FA;
        border-left: 3px solid var(--main-brand-color);
    }

.submenu-arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.has-submenu:hover .submenu-arrow {
    transform: rotate(180deg);
}

.fv-menu-link.fv-menu-link-active {
    background-color: #F3F9FA;
    border-left: 3px solid var(--main-brand-color);
    font-weight: 500;
}

.fv-menu-link.fv-menu-link-visited {
    text-decoration: underline;
}

/* ===== Desktop Styles ===== */
@media screen and (min-width: 1024px) {

    .fv-web-portal-wrap {
        flex-direction: row;
        margin-top: 2em;
        margin-bottom: 2em;
        gap: 30px;
    }

    .fv-web-portal-sidebar {
        min-width: 250px;
        flex-shrink: 0;
    }

    #mob-menu {
        display: block;
    }

    .fv-mob-leftmenu {
        display: none;
    }
}

/* ===== END OF PORTAL LAYOUT ===== */



/*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 {
    width: 100%;
}

.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*/


/* CARD*/
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.card-container {
    box-sizing: border-box;
}

.Full {
    flex: 0 0 100%;
}

.Half {
    flex: 0 0 calc(50% - 10px);
}

.One-Third {
    flex: 0 0 calc(33.333% - 13.33px);
}


.card-box {
    border: var(--main-brand-card-border);
    padding: 20px;
    background: white;
}

    .card-box h3 {
        margin-top: 0;
        font-size: 18px;
        color: #0c1b3a;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.status-badge {
    background: #b1f2a0;
    color: #0c1b3a;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}


@media (max-width: 768px) {
    .Half, .One-Third {
        flex: 0 0 100%;
    }

    .fv-flex-col-mob {
        flex-direction: column;
    }
}


/* CARD*/

/* =============================================== START OF STATUS BADGE =========================================== */

.fv-active-badge {
    background: #aaeb76;
    padding: 5px 10px;
}

.fv-pending-badge {
    background: #e7dc95;
    padding: 5px 10px;
}

.fv-lapsed-badge {
    background: #bebebe;
    padding: 5px 10px;
}

/* =============================================== END OF STATUS BADGE =========================================== */

/* =============================================== BANNER LIST =========================================== */

.fv-banner-list {
    width: 90%;
    line-height: 1.5;
    font-size: 16px;
}

/* =============================================== END OF BANNER LIST =========================================== */


/* =============================================== BANNER BUTTONS =========================================== */
.fv-notification button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.fv-notification svg {
    transition: transform 0.3s ease;
}

.fv-notification.collapsed .collapse-icon {
    transform: rotate(180deg);
}

/* =============================================== END OF BANNER BUTTONS =========================================== */

/* =============================================== END OF GRID =========================================== */

table.fv-card-table {
    border-collapse: collapse;
    color: var(--main-brand-body-color) !important;
    font-family: var(--main-brand-font) !important;
    font-weight: 400 !important;
    font-size: var(--main-brand-font-size);
    width: 100%;
}

    table.fv-card-table 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 tbody 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 !important;
        }

            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;
    }
}

/* =============================================== END OF GRID =========================================== */


/* =============================================== END OF GRID =========================================== */

.ui-widget-header {
    border: 1px solid #dddddd;
    background: var(--main-brand-delete-dialog-model-header-bg) !important;
    color: var(--main-brand-delete-dialog-model-header-color) !important;
}
/* =============================================== END OF GRID =========================================== */


/* =============================================== START OF THANKS =========================================== */

.fv-thanks-heading {
    font-size: 54px;
    font-weight: 600;
}

/* =============================================== END OF THANKS =========================================== */


/* =============================================== START OF PAYMENT SUMMARY =========================================== */


@media (min-width: 1024px) {
    .fv-width-60 {
        width: 60% !important;
    }

    .fv-width-50 {
        width: 50% !important;
    }
}

.fv-payment-radio {
    display: flex !important;
    flex-direction: row !important;
    align-items: start;
    gap: 10px;
}

.fv-muted-text {
    font-size: 80%;
    color: var(--main-brand-input-label-color);
    white-space: pre-line;
    display: inline-block;
}

.fv-payment-summary {
    background: var(--main-brand-payment-summary-card-bg);
    border-radius: var(--main-brand-sm-border-radius);
    padding: 20px;
}

    .fv-payment-summary .fv-payment-total {
        margin-top: 20px;
        font-size: 1.3rem;
        font-weight: bold;
        color: var(--main-brand-color);
    }
/* =============================================== END OF PAYMENT SUMMARY =========================================== */

/* =============================================== START OF LINE HEIGHT =========================================== */

.fv-line-height-1 {
    line-height: 1;
}
.fv-line-height-sm {
    line-height: 1.25;
}
.fv-line-height-base {
    line-height: 1.5;
}
.fv-line-height-lg {
    line-height: 2;
}


/* =============================================== END OF LINE HEIGHT =========================================== */

