/* _content/Zelis.Payments.LifecycleComms/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6akepkaqlk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6akepkaqlk] {
    flex: 1;
}

.sidebar[b-6akepkaqlk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6akepkaqlk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6akepkaqlk]  a, .top-row[b-6akepkaqlk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6akepkaqlk]  a:hover, .top-row[b-6akepkaqlk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6akepkaqlk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6akepkaqlk] {
        justify-content: space-between;
    }

    .top-row[b-6akepkaqlk]  a, .top-row[b-6akepkaqlk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6akepkaqlk] {
        flex-direction: row;
    }

    .sidebar[b-6akepkaqlk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6akepkaqlk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6akepkaqlk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6akepkaqlk], article[b-6akepkaqlk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6akepkaqlk] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-6akepkaqlk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Zelis.Payments.LifecycleComms/Components/Pages/Communication.razor.rz.scp.css */
.sticky-pagination[b-uv4seg2pgy] {
    position: sticky;
    bottom: 3px;
    background: white;
    padding: 8px 24px;
    border-radius: 8px;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.05);
    border: 1px solid var(--Grey-300, #D9D9D9);
    z-index: 100;
    width: auto;
    left: 0;
    right: 0;
    max-width: calc(100% - 55px); /* Account for padding */
    margin: 0 auto;
    margin-top: 8px;
    height: 60px;
    align-content: center
}

/* When screen is smaller than a typical tablet */
@media (min-width: 768px) {
    .sticky-pagination[b-uv4seg2pgy] {
        width: auto;
        max-width: 100%;
        left: 0;
        right: 0;
    }
}

/* Match the DataGrid width and padding */
.Main[b-uv4seg2pgy] {
    position: relative;
}

    /* Ensure the pagination matches the DataGrid width */
    .Main .sticky-pagination[b-uv4seg2pgy] {
        width: auto;
        max-width: 100%;
        left: 0;
        right: 0;
        margin-left: 24px;
        margin-right: 24px;
    }
/* _content/Zelis.Payments.LifecycleComms/Components/Pages/MemberIDCard.razor.rz.scp.css */
.fixed-pagination[b-nz4j98f2os] {
    position: fixed;
    bottom: 3px;
    background: white;
    padding: 8px 24px;
    border-radius: 8px;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.05);
    border: 1px solid var(--Grey-300, #D9D9D9);
    z-index: 100;
    width: auto;
    left: 0;
    right: 0;
    max-width: calc(100% - 55px); /* Account for padding */
    margin: 0 auto;
    height: 60px;
    align-content: center
}

/* When screen is smaller than a typical tablet */
@media (min-width: 768px) {
    .fixed-pagination[b-nz4j98f2os] {
        width: auto;
        max-width: 100%;
        left: 0;
        right: 0;
    }
}

/* Match the DataGrid width and padding */
.Main[b-nz4j98f2os] {
    position: relative;
    padding-bottom: 60px; /* Add space for fixed pagination */
}

    /* Ensure the pagination matches the DataGrid width */
    .Main .fixed-pagination[b-nz4j98f2os] {
        width: auto;
        max-width: 100%;
        left: 0;
        right: 0;
        margin-left: 24px;
        margin-right: 38px;
    }
/* _content/Zelis.Payments.LifecycleComms/Components/Shared/Badge.razor.rz.scp.css */
.cell-text[b-qv2hn2kxv6] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.status-badge-wrapper[b-qv2hn2kxv6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.status-badge[b-qv2hn2kxv6] {
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* _content/Zelis.Payments.LifecycleComms/Components/Shared/DateRangeRadioButton.razor.rz.scp.css */
/*Single select Status - Start */
.single-select-status-filter[b-algq8cdjad] {
    position: relative;
    width: 267px;
    font-family: 'Avenir Next LT Pro', system-ui, -apple-system, sans-serif;
}

.filter-input-wrapper[b-algq8cdjad] {
    display: flex;
    align-items: center;
    border: 1px solid var(--Grey-500, #5A5A5A);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .filter-input-wrapper.active[b-algq8cdjad] {
        border-color: #5F44FB;
        box-shadow: 0 0 0 2px rgba(95, 68, 251, 0.2);
    }

.floating-label[b-algq8cdjad] {
    position: absolute;
    left: 16px;
    transition: all 0.2s ease;
    pointer-events: none;
    color: #5A5A5A;
    background: white;
    padding: 0 4px;
    font-family: 'Avenir Next LT Pro', system-ui, -apple-system, sans-serif;
    font-size: 14px;
}

.label-float[b-algq8cdjad] {
    transform: translateY(-20px) scale(0.85);
    color: #5A5A5A;
}

.filter-input-text[b-algq8cdjad] {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px !important;
    color: #000000;
}

.placeholder[b-algq8cdjad] {
    color: #6c757d;
}

.filter-dropdown-icon[b-algq8cdjad] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-down[b-algq8cdjad]::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #5A5A5A;
    transition: transform 0.2s ease;
}

.arrow-up[b-algq8cdjad]::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #5F44FB;
}

.filter-dropdown-menu[b-algq8cdjad] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: 4px;
    max-height: auto !important;
    overflow-y: auto;
    padding: 0;
    width: 100%;
}

.filter-menu-item[b-algq8cdjad] {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

    .filter-menu-item:hover[b-algq8cdjad] {
        background-color: #F7F6FE;
    }

/* Radio button styles */
.radio-container[b-algq8cdjad] {
    display: flex;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
    user-select: none;
    width: 100%;
}

    .radio-container input[type="radio"][b-algq8cdjad] {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
    }

.radio-content[b-algq8cdjad] {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
    padding-top:2px;
}

.radio-label[b-algq8cdjad] {
    font-size: 14px;
    color: #2D2D2D;
    font-weight: 500;
}

.radio-caption[b-algq8cdjad] {
    font-size: 12px;
    color: #767676;
    margin-top: 2px;
    font-weight: 400;
}


.radio-container:hover input[type="radio"] ~ .radiomark[b-algq8cdjad] {
    border-color: #5F44FB;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .single-select-status-filter[b-algq8cdjad] {
        width: 100%;
    }

    .filter-dropdown-menu[b-algq8cdjad] {
        width: 100%;
        left: 0;
    }
}
.apply-button[b-algq8cdjad] {
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    background: #FFF;
    border-top: 1px solid var(--Grey-300, #D9D9D9);
}
.apply-custom-date[b-algq8cdjad] {
    display: flex;
    min-height: 100%;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 4px;
    background: var(--Zelis-Brand-Bright-Blue-700, #5F44FB);
    color: var(--white-100, #FFF);
    text-align: center;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.035px;
}

.custom-date-field[b-algq8cdjad] {
    position: relative;
    align-self: stretch;
    display: flex;
    height: 44px;
    align-items: center;
}

.custom-date-inputs[b-algq8cdjad] {
    width: 98%;
    color: var(--Grey-900, #1A1A1A);
    /* Body Small/AVE Regular */
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.035px;
    padding:8px;
    margin:8px;
}

.floating-label-custom[b-algq8cdjad] {
    position: absolute;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

    .floating-label-custom.float[b-algq8cdjad] {
        color: var(--Grey-500, #5A5A5A);
        /* Caption/AVE Regular */
        font-family: "Avenir Next LT Pro";
        top: 0.6rem;
        background: #fff;
        margin: -14px 18px;
    }
.range-format[b-algq8cdjad] {
    display: flex;
    padding: 0 8px 0 16px;
    justify-content: left;
    gap: 10px;
    align-self: stretch;
    color: var(--Grey-500, #5A5A5A);
    font-family: "Avenir Next LT Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    margin:0px 0px 8px 0px;
}


/* _content/Zelis.Payments.LifecycleComms/Components/Shared/EditParametersModal.razor.rz.scp.css */
.edit-modal-container[b-cxxug1lh6f] {
    width: 291px;
    max-height: 75vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: "Avenir Next LT Pro", sans-serif;
}

/* Header */
.edit-modal-header[b-cxxug1lh6f] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 16px;
}

.header-title strong[b-cxxug1lh6f] {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #5A5A5A;
}

.subtext[b-cxxug1lh6f] {
    color: #5A5A5A;
    font-size: 14px;
    margin-top: 2px;
    font-weight: 400;
}

.close-button[b-cxxug1lh6f] {
    font-size: 18px;
    color: #1A1A1A;
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    line-height: 1;
    margin-top: -4px;
    cursor: pointer;
}

/* DIVIDER LINE */
.modal-divider[b-cxxug1lh6f] {
    height: 1px;
    background-color: #DCDCDC;
    margin: 1px;
}

/* Search box */
.search-input-wrapper[b-cxxug1lh6f] {
    margin: 8px 14px 8px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 44px;
    padding: 0 12px;
}

    .search-input-wrapper input[type="text"][b-cxxug1lh6f] {
        flex: 1;
        border: none;
        outline: none;
        height: 100%;
        font-size: 14px;
        color: #2B2B2B;
        font-family: inherit;
    }

.search-icon[b-cxxug1lh6f] {
    width: 40px;
    height: 40px;
    margin-left: 8px;
    color: #5F44FB;
    cursor: pointer;
}

/* Modal Body */
.edit-modal-body[b-cxxug1lh6f] {
    flex: 1;
    overflow-y: auto;
}

/* Checkbox Section */
.parameter-checkbox-container[b-cxxug1lh6f] {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.95rem;
    padding: 12px 16px;
}

    .parameter-checkbox-container input[type="checkbox"][b-cxxug1lh6f] {
        width: 24px;
        height: 24px;
        border: 2px solid #5F44FB;
        border-radius: 4px;
        background-color: white;
        appearance: none;
        cursor: pointer;
        position: relative;
    }

        .parameter-checkbox-container input[type="checkbox"]:checked[b-cxxug1lh6f] {
            background-color: #5F44FB;
        }

            .parameter-checkbox-container input[type="checkbox"]:checked[b-cxxug1lh6f]::after {
                content: '';
                position: absolute;
                top: 4px;
                left: 7px;
                width: 6px;
                height: 12px;
                border: solid white;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
            }

    .parameter-checkbox-container label[b-cxxug1lh6f] {
        font-size: 14px;
        color: #2B2B2B;
        cursor: pointer;
        line-height: 20px;
        font-weight: 400;
    }

/* Section Headings */
.section-header[b-cxxug1lh6f] {
    margin-bottom: 6px;
    font-weight: 600;
    background: #F7F6FE;
    color: #442666;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
}

/* Footer */
.edit-modal-footer[b-cxxug1lh6f] {
    padding: 14px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #eee;
    background-color: white;
    position: sticky;
    bottom: 0;
    z-index: 1;
}

.modal-button-group[b-cxxug1lh6f] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 35px;
    flex-wrap: nowrap;
    width: 100%;
}

.modal-reset-button[b-cxxug1lh6f] {
    padding: 8px 16px;
    font-size: 14px;
    background-color: transparent;
    border: none;
    color: #5F44FB;
    cursor: pointer;
}

    .modal-reset-button:disabled[b-cxxug1lh6f] {
        color: #A0A0A0;
        cursor: not-allowed;
        opacity: 0.6;
    }

.modal-done-button[b-cxxug1lh6f] {
    background-color: #5F44FB;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    padding: 10px 18px;
    min-width: 131px;
    cursor: pointer;
    margin-right: 2px;
}

    .modal-done-button:disabled[b-cxxug1lh6f] {
        background-color: #d3d3d3;
        cursor: not-allowed;
        opacity: 0.6;
    }

.validation-error-inline[b-cxxug1lh6f] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 16px;
    color: #D92D20;
    font-size: 13px;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 8px;
}

    .validation-error-inline .error-icon svg[b-cxxug1lh6f] {
        width: 16px;
        height: 16px;
        display: block;
    }

    .validation-error-inline .error-text[b-cxxug1lh6f] {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        position: relative;
        top: 3px;
    }
/* _content/Zelis.Payments.LifecycleComms/Components/Shared/Header.razor.rz.scp.css */
.header[b-1366zom2uy] {
    display: flex;
    gap: 8px;
    width: fit-content;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex: 1 0 0;
}
.header-text[b-1366zom2uy] {
    display: flex;
    color: #000000;
    font-family: "Avenir Next LT Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-top: 4px;
}
.image[b-1366zom2uy] {
    align-items: center;
    width: 24px;
    height: 24px;
}
/* _content/Zelis.Payments.LifecycleComms/Components/Shared/QuickSearchDropdown.razor.rz.scp.css */
/* Root */
.fd-wrapper[b-so64o28mae] {
    position: relative;
    display: inline-block;
    font-family: "Avenir Next LT Pro", sans-serif;
}

/* Trigger */
.fd-trigger[b-so64o28mae] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
    border: 2px solid black;
    border-radius: 6px;
    background: #fff;
    color: #5A5A5A;
    cursor: pointer;
    width: 282px;
}

.fd-trigger text[b-so64o28mae] {
    flex-grow: 1;
    text-align: left;
    min-width: 0;
}

.fd-trigger span[b-so64o28mae] {
    flex-shrink: 0;
    margin-left: 8px;
}

.fd-trigger:focus[b-so64o28mae] {
    box-shadow: 0 0 0 2px rgba(95, 68, 251, 0.2);
}

.fd-caret[b-so64o28mae] {
    font-size: 12px;
    opacity: 0.7;
}

/* Panel (dropdown) */
.fd-panel[b-so64o28mae] {
    position: absolute;
    top: calc(100% + .5px);
    left: 0;
    width: 282px !important;
    max-height: 75vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

/* Body */
.fd-body[b-so64o28mae] {
    flex: 1;
    overflow-y: auto;
    background: #fff;
}

/* Error */
.fd-error[b-so64o28mae] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 16px;
    color: #D92D20;
    font-size: 13px;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 8px;
}

.fd-error-icon svg[b-so64o28mae] {
    width: 16px;
    height: 16px;
    display: block;
}

.fd-error-text[b-so64o28mae] {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    top: 3px;
}

/* Sections */
.fd-section[b-so64o28mae] {
    padding: 0 0 8px 0;
}

.fd-section-header[b-so64o28mae] {
    margin: 0 14px 6px 14px;
    font-weight: 600;
    background-color: #F7F6FE;
    color: #442666;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
}

.fd-section-header--unselected[b-so64o28mae] {}

/* Checkbox rows */
.fd-checkbox[b-so64o28mae] {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.95rem;
    padding: 12px 16px;
}

.fd-checkbox-input[b-so64o28mae] {
    width: 24px;
    height: 24px;
    border: 2px solid #5F44FB;
    border-radius: 4px;
    background-color: white;
    appearance: none;
    cursor: pointer;
    position: relative;
}

.fd-checkbox-input:checked[b-so64o28mae] {
    background-color: #5F44FB;
}

.fd-checkbox-input:checked[b-so64o28mae]::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.fd-checkbox-label[b-so64o28mae] {
    font-size: 14px;
    color: #2B2B2B;
    cursor: pointer;
    line-height: 20px;
    font-weight: 400;
}

.fd-buttons[b-so64o28mae] {
    display: flex;
    gap: 8px;
}

.fd-btn[b-so64o28mae] {
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 18px;
    min-width: 84px;
    cursor: pointer;
    border: none;
}

.fd-btn--primary[b-so64o28mae] {
    background-color: #5F44FB;
    color: #fff;
}

.fd-btn--primary:disabled[b-so64o28mae] {
    background-color: #d3d3d3;
    cursor: not-allowed;
    opacity: 0.6;
}

.fd-btn--link[b-so64o28mae] {
    background: transparent;
    color: #5F44FB;
}

.fd-msg[b-so64o28mae] {
    margin: 6px 14px 6px 14px;
    padding: 6px 12px;
    font-size: 13px;
    font-family: Avenir Next LT Pro;
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0.25%;
    color: #5A5A5A;
}

.input-wrapper[b-so64o28mae] { 
    width: 282px;
    position: relative; 
}

.input-look[b-so64o28mae] {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;             /* fixed */
  padding: 0 12px;
  border: 1px solid #5A5A5A;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.2;
  transition: border-color .15s ease;
}

.floating-label[b-so64o28mae] {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #5A5A5A;
  background: #fff;
  padding: 0 4px;
  z-index: 5;
  pointer-events: none;
  transition: all .15s ease;        
}

.dropdown-input:focus + .floating-label[b-so64o28mae],
.dropdown-input[aria-expanded="true"] + .floating-label[b-so64o28mae],
.input-wrapper.has-value .floating-label[b-so64o28mae] {
  top: -8px;                   
  transform: translateY(0);
  font-size: 12px;
  color: #1A1A1A!important;
}

.truncate[b-so64o28mae] {
    max-width: 217  px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* _content/Zelis.Payments.LifecycleComms/Components/UIComponents/Communication/CommDataGrid.razor.rz.scp.css */
/* Empty-state & misc. (unchanged) */
.no-results-grid[b-nzla5averj] {
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.top-no-result[b-nzla5averj] {
    display: flex;
    padding: 62px;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    align-self: stretch;
}

.start-Search[b-nzla5averj] {
    color: var(--Grey-500, #5A5A5A);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Avenir Next LT Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.description[b-nzla5averj] {
    color: var(--Grey-500, #5A5A5A);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/* Table cells and headers */
.main-grid[b-nzla5averj] {
    padding: 16px 24px 0 24px;
    max-height: calc(100vh - 330px);
    width: 100%;
}

table[b-nzla5averj] {
    overflow: auto;
    display: grid;
    max-height: calc(100vh - 350px);
}

table[b-nzla5averj], tbody[b-nzla5averj], thead[b-nzla5averj] {
    width: 100%;
    position: inherit;
}

    thead th[b-nzla5averj],
    tbody td[b-nzla5averj] {
        padding: 8px;
        width: 150px;
        font-family: "Avenir Next LT Pro";
        font-weight: 500;
        letter-spacing: 0.035px;
        display: flex;
        flex: 1 0 auto;
    }

/* Smaller last column */
.action[b-nzla5averj] {
    width: 93px;
    flex: revert-layer;
    position: sticky;
    right: 0px;
}

    thead .action[b-nzla5averj] {
        background: var(--Zelis-Brand-Bright-Blue-50, #F7F6FE);
    }

    tbody .action[b-nzla5averj] {
        background: var(--bs-body-bg, #FFFFFF);
    }

/* Sticky header */
thead[b-nzla5averj] {
    position: sticky;
    top: 0; /* Makes the header stick to the top */
    z-index: 15;
}

thead tr[b-nzla5averj] {
    background: var(--Zelis-Brand-Bright-Blue-50, #F7F6FE);
    border: 1px solid var(--Zelis-Brand-Bright-Blue-200, #C2B7FF);
    color: var(--Zelis-Brand-Ink-Blue-700, #442666);
    border-radius: 8px;
    padding: 4px 10px;
    padding-left: 48px;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-self: stretch;
}

tbody tr[b-nzla5averj] {
    margin-top: 8px;
    border: 1px solid var(--Grey-300, #D9D9D9);
    border-radius: 8px;
    height: 52px;
    align-self: stretch;
    padding: 4px 10px;
    padding-left: 48px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

td[b-nzla5averj] {
    padding: 8px 10px;
    color: #000;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.035px;
}

tbody tr:hover[b-nzla5averj], tbody tr:active[b-nzla5averj] {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.02), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.cell-text[b-nzla5averj] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.filterRecord[b-nzla5averj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 8px;
    padding: 24px 10px 0 0;
}

.filter-section[b-nzla5averj] {
    color: #000;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.035px;
    margin-right: 24px;
    margin-left: 24px;
}

.customize-grid-wrapper[b-nzla5averj] {
    position: relative;
    display: inline-block;
}

.customize-link[b-nzla5averj] {
    display: inline-flex;
    width: 127px;
    height: 28px;
    padding: 4px 8px 4px 3px;
    color: var(--Zelis-Brand-Bright-Blue-700, #5F44FB);
    background-color: transparent;
    border-radius: 4px;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.035px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
}

    .customize-link:hover[b-nzla5averj],
    .customize-link:focus[b-nzla5averj] {
        background-color: #E6E2FF;
        outline: none;
    }

.customize-grid-dropdown[b-nzla5averj] {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
}

    .customize-grid-dropdown.hide[b-nzla5averj] {
        display: none !important;
    }

    .customize-grid-dropdown.show[b-nzla5averj] {
        display: block;
    }

.actions-comm[b-nzla5averj] {
    width: 93px;
    flex: 0 0 93px;
    text-align: center;
    position: relative;
}

.gridrow-actions-comm[b-nzla5averj] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 52px;
    border-radius: 8px;
    background-color: transparent;
    position: relative;
    padding: 0;
}

.actions-kebab-comm[b-nzla5averj] {
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease;
    width: 36px;
    height: 36px;
    border-radius: 4px;
}

.actions-kebab-comm:hover[b-nzla5averj] {
    background-color: #E6E2FF;
}

.actions-kebab-comm.active[b-nzla5averj] {
    background-color: #E6E2FF;
}

.actions-kebab-comm[aria-expanded="true"][b-nzla5averj] {
    background-color: #E6E2FF;
}

.kebab-dot-comm[b-nzla5averj] {
    display: block;
    width: 2px;
    height: 2px;
    background: #5F44FB;
    margin: 2px 0;
}

button.view-action[b-nzla5averj] {
    padding: 0;
    margin: 0;
}

ul.action-menu-comm[b-nzla5averj] {
    position: absolute; 
    top: calc(78% + 3px); /* Position below the kebab button */ 
    right: 41px; /* Align to the right edge of the actions column */ 
    list-style-type: none; 
    margin: 0; 
    padding: 0;
    background: #fff; 
    z-index: 100; 
    width: 174px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0;    
}

.dropdown-shadow[b-nzla5averj] {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.02), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

ul.action-menu-comm li[b-nzla5averj] {
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0;
}

ul.action-menu-comm li button[b-nzla5averj] {
    display: flex; 
    width: 100%;
    height: 46px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    padding: 4px 8px;
    border: none; 
    background: transparent; 
    font-size: 14px; 
    color: #1A1A1A; 
    cursor: pointer; 
    border-radius: 2px;
    font-family: "Avenir Next LT Pro", sans-serif; 
    font-style: normal; 
    font-weight: 400; 
    line-height: 24px;
    letter-spacing: 0.07px;
    gap: 6px;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

ul.action-menu-comm li button:hover[b-nzla5averj]{ 
    background: #E6E2FF; 
    outline: none;
}

tbody tr:hover:not(.row-selected)[b-nzla5averj],
tbody tr:active:not(.row-selected)[b-nzla5averj] {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.02), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

tbody tr.row-selected[b-nzla5averj] {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.02), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

table.menu-open tbody tr:hover:not(.row-selected)[b-nzla5averj] {
    box-shadow: none;
}

ul.action-menu-comm li button:hover:not(:active)[b-nzla5averj] {
    background: #E6E2FF;
}

ul.action-menu-comm li button:active[b-nzla5averj] {
    background: #E6E2FF;
}

ul.action-menu-comm li button:focus[b-nzla5averj] {
    background: transparent;
    outline: none;
}

ul.action-menu-comm li button:focus-visible[b-nzla5averj] {
    background: #E6E2FF;
    outline: 2px solid #5F44FB;
    outline-offset: -2px;
}

ul.action-menu-comm li button:hover[b-nzla5averj], 
ul.action-menu-comm li button:focus[b-nzla5averj] { 
    background: #E6E2FF; 
    outline: none;
}
/* _content/Zelis.Payments.LifecycleComms/Components/UIComponents/Communication/CommRightFilter.razor.rz.scp.css */
.Right-side-filter[b-bplgxvetij]{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
/* _content/Zelis.Payments.LifecycleComms/Components/UIComponents/Communication/CommSearchBar.razor.rz.scp.css */
/* Parent wrapper to control positioning */
.edit-parameters-wrapper[b-u52yx3b9hr] {
    position: relative;
    display: inline-block;
    bottom: 5px;
}

/* Dropdown aligned under Edit parameters link */
.edit-parameters-dropdown[b-u52yx3b9hr] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
}

@media (max-width: 768px) {
    .edit-parameters-dropdown[b-u52yx3b9hr] {
        width: 90vw;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.main-search[b-u52yx3b9hr] {
    border-top: 1px solid var(--Grey-300, #D9D9D9);
    border-bottom: 1px solid var(--Grey-300, #D9D9D9);
    background: #FFF;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    position: relative;
}

.searchOption[b-u52yx3b9hr] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.custom-dropdown[b-u52yx3b9hr] {
    height: 38px; /* or match input height */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid #ccc;
}

    .custom-dropdown:focus[b-u52yx3b9hr],
    .custom-dropdown:active[b-u52yx3b9hr] {
        position: relative;
        z-index: 1051; /* higher than table or modal content */
    }

.quick-search[b-u52yx3b9hr] {
    color: #000000;
    text-align: center;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.035px;
    padding: 7px 8px 4px 3px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-right: 1px solid var(--Grey-300, #D9D9D9);
}

.edit-parameter[b-u52yx3b9hr] {
    color: var(--Zelis-Brand-Bright-Blue-700, #5F44FB);
    text-align: center;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.035px;
    padding: 4px 8px 4px 3px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}
    .edit-parameter:hover[b-u52yx3b9hr],
    .edit-parameter:focus[b-u52yx3b9hr] {
        background-color: #E6E2FF;
        outline: none;
    }


.quickSearchOption[b-u52yx3b9hr] {
    display: flex;
    min-height: 40px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* optional: wraps on smaller screens */
    gap: 1rem;
}

.quickSearchOptionLeft[b-u52yx3b9hr] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    gap: 12px;
}

.Right-side-filter[b-u52yx3b9hr] {
    display: flex;
    align-items: center;
    margin-left: auto;
    position: relative;
}

.search-bar-container[b-u52yx3b9hr] {
    display: flex;
    flex-wrap: wrap; /* allow wrapping if screen too small */
    align-items: flex-start;
    gap: 12px;
    margin-top: 12px;
}

    .search-bar-container input[b-u52yx3b9hr],
    .search-bar-container select[b-u52yx3b9hr] {
        height: 38px;
        min-width: 160px;
    }

.search-input-group[b-u52yx3b9hr] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    flex: 1;
}

.search-button[b-u52yx3b9hr] {
    height: 38px;
    padding: 0 20px;
    white-space: nowrap;
    align-self: flex-end;
}

select.status-dropdown[b-u52yx3b9hr] {
    height: 38px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid var(--Grey-500, #5A5A5A);
    z-index: 1; /* Lower z-index for the select itself */
    position: relative;
    min-width: 200px;
    background-color: #fff;
}

    select.status-dropdown:focus[b-u52yx3b9hr] {
        outline: none;
        border: 1px solid #666;
        border-radius: 4px;
        background-color: #fff;
    }

.applySearch[b-u52yx3b9hr] {
    background-color: #5F44FB;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 40px;
    min-height: 40px;
    text-align: center;
    /* Body Small/AVE Med */
    font-family: "Avenir Next LT Pro";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.035px;
}

.search-textbox[b-u52yx3b9hr] {
    width: 264px;
    border-color: #5a5a5a;
}

    .search-textbox[b-u52yx3b9hr]::placeholder {
        font-size: 14px;
    }

/* Input field wrapper and floating label styles */
.input-field-wrapper[b-u52yx3b9hr], .select-field-wrapper[b-u52yx3b9hr] {
    position: relative;
    min-width: 200px;
}

    .input-field-wrapper input[b-u52yx3b9hr], .select-field-wrapper select[b-u52yx3b9hr] {
        width: 100%;
        height: 40px;
        padding: 13px 17px 12px 16px;
        font-size: 14px;
        border: 1px solid var(--Grey-500, #5A5A5A);
        border-radius: 4px;
        background-color: #fff;
        font-family: "Avenir Next LT Pro";
    }

        .input-field-wrapper input:focus[b-u52yx3b9hr], .select-field-wrapper select:focus[b-u52yx3b9hr] {
            outline: none;
            border: 1px solid #666;
            border-radius: 4px;
            background-color: #fff;
        }

/* Updated floating label styles */
.floating-label[b-u52yx3b9hr] {
    position: absolute;
    left: 12px;
    top: 40%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #5A5A5A;
    pointer-events: none;
    transition: all 0.2s ease;
    background-color: transparent;
    font-family: "Avenir Next LT Pro";
    font-weight: 400;
    z-index: 2;
    padding: 0 4px;
}

.floating-label-dropdown[b-u52yx3b9hr] {
    position: absolute;
    left: 12px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #777;
    pointer-events: none;
    transition: all 0.2s ease;
    background-color: transparent;
    font-family: "Avenir Next LT Pro";
    font-weight: 400;
    z-index: 2;
    padding: 0 4px;
}

.label-float[b-u52yx3b9hr] {
    top: -8px;
    transform: translateY(0);
    font-size: 12px;
    color: #5A5A5A;
    background-color: #fff;
    z-index: 5;
    padding: 0 4px;
}

/* Focus styles for input and select elements */
.input-field-wrapper input:focus + .floating-label[b-u52yx3b9hr],
.select-field-wrapper select:focus + .floating-label[b-u52yx3b9hr] {
    top: -8px;
    transform: translateY(0);
    font-size: 12px;
    background-color: #fff;
    font-family: "Avenir Next LT Pro";
    font-style: normal;
    font-weight: 400;
    padding: 0 4px;
    z-index: 5;
}

.input-field-wrapper input[b-u52yx3b9hr]::placeholder {
    visibility: hidden;
}

/* Special adjustments for select field wrapper */
.select-field-wrapper[b-u52yx3b9hr] {
    padding-top: 0; /* Remove extra padding */
}

    .select-field-wrapper select[b-u52yx3b9hr] {
        padding-right: 30px; /* Space for dropdown arrow */
    }

    .select-field-wrapper .floating-label.label-float[b-u52yx3b9hr] {
        background-color: #fff;
        z-index: 5;
    }
/* Add this to specifically target date input floating labels */
.input-field-wrapper input[type="date"] + .floating-label[b-u52yx3b9hr] {
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 2;
    background: transparent;
    pointer-events: none;
    width: calc(100% - 40px); /* Prevent label from overlapping the calendar icon */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* When label is floated (active or has value) */
.input-field-wrapper input[type="date"]:focus + .floating-label[b-u52yx3b9hr],
.input-field-wrapper input[type="date"]:not(:placeholder-shown) + .floating-label[b-u52yx3b9hr],
.input-field-wrapper input[type="date"].label-float + .floating-label[b-u52yx3b9hr] {
    top: -8px;
    font-size: 12px;
    background: #fff;
    z-index: 5;
    left: 12px;
    width: auto;
}

/* Custom date format styling */
input[type="date"].date-format-display[b-u52yx3b9hr]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
}

input[type="date"].date-format-display[b-u52yx3b9hr]::-webkit-inner-spin-button,
input[type="date"].date-format-display[b-u52yx3b9hr]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-field-wrapper[b-u52yx3b9hr] {
    position: relative;
}

.has-date-value:not([type="date"])[b-u52yx3b9hr] {
    color: transparent;
}

.date-display[b-u52yx3b9hr] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #212529;
    pointer-events: none;
}
/* _content/Zelis.Payments.LifecycleComms/Components/UIComponents/Communication/Modals/DocumentDetailSection.razor.rz.scp.css */
.document-information[b-ncjn0ojnsw] {
    padding: 0px 24px;
    border-right: 1px solid #E5E7EB;
}

.document-header[b-ncjn0ojnsw] {
    width: 514px;
    padding-top: 16px;
}

.document-header h4[b-ncjn0ojnsw] {
    font-family: "Avenir Next LT Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5%;
}

.document-detail[b-ncjn0ojnsw] {
    display: grid;
    width: 514px;
    grid-template-columns: 257px 257px;
}

.document-detail article[b-ncjn0ojnsw] {
    min-height: 68px;
    padding: 12px 0px;
}

.document-detail article[b-ncjn0ojnsw] {
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25%;
}

    .document-detail article h5[b-ncjn0ojnsw] {
        font-weight: 600;
        color: #442666;
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 20px;
    }

    .document-detail article p[b-ncjn0ojnsw] {
        font-weight: 400;
        margin-bottom: 0px;
    }

    .claim-numbers-field > p[b-ncjn0ojnsw] {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

.claim-numbers-modal[b-ncjn0ojnsw] {
    width: 246px;
    padding: 12px 8px;
    display: flex;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.02), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    position-anchor: --view-all;
    position: absolute;
    left: anchor(left);
    top: anchor(top);
    margin: 0px;
}

.claim-numbers-modal div[b-ncjn0ojnsw] {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 8px;
    gap: 4px;
}

.claim-numbers-modal div h5[b-ncjn0ojnsw] {
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
}

.claim-numbers-modal div p[b-ncjn0ojnsw] {
    font-weight: 400;
    color: #1A1A1A;
}

.claim-numbers-modal button[b-ncjn0ojnsw] {
    background: none;
    border: none;
    color: var(--Zelis-Brand-Bright-Blue-700, #5F44FB);
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    padding: 0px;
    transition: background-color 0.2s ease-in-out;
}

    .claim-numbers-modal button:hover[b-ncjn0ojnsw],
    .claim-numbers-modal button:focus[b-ncjn0ojnsw] {
        background-color: #E6E2FF;
        outline: none;
    }

.view-all[b-ncjn0ojnsw] {
    anchor-name: --view-all;
    color: var(--Zelis-Brand-Bright-Blue-700, #5F44FB);
    text-align: center;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.035px;
    padding: 4px 8px 4px 3px;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    transition: background-color 0.2s ease-in-out;
}

    .view-all:hover[b-ncjn0ojnsw] {
        background-color: #E6E2FF;
        outline: none;
    }
/* _content/Zelis.Payments.LifecycleComms/Components/UIComponents/Communication/Modals/DocumentLifeCycleModal.razor.rz.scp.css */
.modal[b-rz6mmfs673] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    background-color: rgba(0,0,0,0.5);
}

.modal-wrapper[b-rz6mmfs673] {
    width: 1040px;
    min-height: 544px;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 0%;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.02), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.modal-header[b-rz6mmfs673] {
    width: 1040px;
    display: flex;
    height: 70px;
    padding: 12px 24px;
    font-family: "Avenir Next LT Pro";
}

    .modal-header section[b-rz6mmfs673] {
        height: 46px;
    }

    .modal-header h3[b-rz6mmfs673] {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        letter-spacing: 0.25%;
    }

    .modal-header span[b-rz6mmfs673] {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 0%;
    }

.modal-body[b-rz6mmfs673] {
    width: 1040px;
    display: grid;
    grid-template-columns: 562px 478px;
}

#buttons[b-rz6mmfs673] {
    display: flex;
    gap: 12px;
}

.modal-btn[b-rz6mmfs673] {
    border: 1px solid #9987ff;
    border-radius: var(--Radius, 4px);
    width: var(--Icons-size, 36px);
    height: var(--Icons-size, 36px);
    display: flex;
    padding: var(--Full-padding, 8px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing, 8px);
    background: #fff;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .05s ease, filter .15s ease;
}

.modal-btn img[b-rz6mmfs673] {
    width: 18px;
    height: 18px;
    display: block;
}

/* Hover highlight */
.modal-btn:hover:not(.is-disabled):not(:disabled)[b-rz6mmfs673] {
        background: #ECEAFF; /* soft brand tint */
        border-color: #7C6CF9;
        box-shadow: 0 2px 8px rgba(95,68,251,0.20);
    }

/* Pressed/active */
.modal-btn:active:not(.is-disabled):not(:disabled)[b-rz6mmfs673] {
        background: #5F44FB;
        border-color: #5F44FB;
        transform: translateY(1px);
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
    }
    .modal-btn:active:not(.is-disabled):not(:disabled) img[b-rz6mmfs673] {
        filter: brightness(0) invert(1); /* white icon on purple */
    }

    /* Disabled (if you ever disable it) */
    .modal-btn.is-disabled[b-rz6mmfs673],
    .modal-btn:disabled[b-rz6mmfs673] {
        background: #F4F2FF;
        border-color: #E2DCFF;
        cursor: not-allowed;
        box-shadow: none;
        filter: grayscale(30%);
    }

    /* Optional: keyboard focus ring (applies to both buttons) */
    .modal-btn:focus-visible[b-rz6mmfs673] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(95,68,251,0.35);
    }
/* _content/Zelis.Payments.LifecycleComms/Components/UIComponents/Communication/TrackingModal.razor.rz.scp.css */
/* ==== Tracking Modal Overlay ==== */
.tracking-modal-overlay[b-00wyni2fhd] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tracking-modal-container[b-00wyni2fhd] {
  background: #fff;
  border-radius: 8px;
  width: 600px;
  max-width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000000;
}

.tracking-modal-header[b-00wyni2fhd] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #E0E0E0;
  background: #F7F6FE;
  border-radius: 8px 8px 0 0;
}

.tracking-modal-header h2[b-00wyni2fhd] {
  margin: 0;
  color: #442666;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.tracking-modal-close[b-00wyni2fhd] {
  background: none;
  border: none;
  font-size: 32px;
  color: #666;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 32px;
  height: 32px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.tracking-modal-close:hover[b-00wyni2fhd] {
  color: #5F44FB;
  transform: scale(1.1);
}

.tracking-modal-body[b-00wyni2fhd] {
  padding: 24px;
  background: #fff;
}

.tracking-modal-item[b-00wyni2fhd] {
  margin-bottom: 20px;
}

.tracking-modal-item:last-child[b-00wyni2fhd] {
  margin-bottom: 0;
}

.tracking-modal-item label[b-00wyni2fhd] {
  display: block;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #442666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.tracking-modal-item span[b-00wyni2fhd] {
  display: block;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}
/* _content/Zelis.Payments.LifecycleComms/Components/UIComponents/MemberIDCard/DataGrid.razor.rz.scp.css */
.customize-grid-wrapper[b-n1639ozmfh] {
    position: relative;
    display: inline-block;
}

.customize-grid-dropdown[b-n1639ozmfh] {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
}

    .customize-grid-dropdown.hide[b-n1639ozmfh] {
        display: none !important;
    }

    .customize-grid-dropdown.show[b-n1639ozmfh] {
        display: block;
    }

.main-grid[b-n1639ozmfh] {
    padding: 16px 24px 0px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.filterRecord[b-n1639ozmfh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 8px;
    padding-bottom: 10px;
}

.filter-section[b-n1639ozmfh] {
    color: #000;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.035px;
}

/* Header sits below menu z-index so the menu can overpaint it */
.grid-header[b-n1639ozmfh] {
    display: grid;
    align-items: center;
    margin-bottom: 8px;
    background: var(--Zelis-Brand-Bright-Blue-50, #F7F6FE);
    border: 1px solid var(--Zelis-Brand-Bright-Blue-200, #C2B7FF);
    border-radius: 8px;
    padding-left: 12px;
    height: 40px;
    position: relative;
    z-index: 10;
}

    .grid-header > div[b-n1639ozmfh] {
        font-size: 13px;
        font-weight: 500;
        height: 40px !important;
        line-height: 40px;
        padding: 4px 10px;
        color: var(--Zelis-Brand-Ink-Blue-700, #442666);
        display: flex;
        align-items: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.grid-row[b-n1639ozmfh] {
    display: grid;
    height: 52px;
    align-items: center;
    align-self: stretch;
    margin-bottom: 8px;
    border: 1px solid var(--Grey-300, #D9D9D9);
    border-radius: 8px;
    padding-left: 12px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}

    .grid-row:hover[b-n1639ozmfh], .grid-row:active[b-n1639ozmfh] {
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.02), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    }

.grid-Recipient-name[b-n1639ozmfh] {
    color: var(--Zelis-Brand-Ink-Blue-700, #442666);
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.035px;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.grid-Row-name[b-n1639ozmfh],
.grid-cell[b-n1639ozmfh],
.grid[b-n1639ozmfh] {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    height: 52px;
    color: #000;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.035px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cell-text[b-n1639ozmfh] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.grid-Row-name:focus[b-n1639ozmfh],
.grid-cell:focus[b-n1639ozmfh],
.grid:focus[b-n1639ozmfh] {
    outline: none;
    background-color: #f7f6fe;
    border-radius: 4px;
}

/* STATUS CELL */
.grid-cell-Status[b-n1639ozmfh] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    padding: 8px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.status-badge-wrapper[b-n1639ozmfh] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.status-badge[b-n1639ozmfh] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ---- Actions column ---- */
.gridrow-Actions[b-n1639ozmfh] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 93px;
    height: 52px;
    cursor: pointer;
    text-overflow: ellipsis;
    position: relative; /* anchor for menu */
    padding-right: 0; /* keep kebab at the far right edge */
}

.actions-col[b-n1639ozmfh] {
    width: 56px;
    text-align: right;
}

.actions-kebab[b-n1639ozmfh] {
    border: 0;
    background: transparent;
    display: inline-flex;
}

    .actions-kebab .kebab-dot[b-n1639ozmfh] {
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: #5F44FB;
        display: inline-block;
    }

/* subtle consistency with menu items */
.action-menu .dropdown-item[b-n1639ozmfh] {
    font-size: 14px;
    line-height: 20px;
}

    .action-menu .dropdown-item:active[b-n1639ozmfh],
    .action-menu .dropdown-item:focus[b-n1639ozmfh] {
        background-color: rgba(95,68,251,0.08);
    }

/* Scoped hover affordance on kebab */
.gridrow-Actions .actions-kebab[b-n1639ozmfh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
}

    .gridrow-Actions .actions-kebab:hover[b-n1639ozmfh],
    .gridrow-Actions .actions-kebab:focus[b-n1639ozmfh] {
        background-color: #E6E2FF;
        outline: none;
    }

    .gridrow-Actions .actions-kebab .kebab-dot[b-n1639ozmfh] {
        display: block;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: #5F44FB;
    }

/* ------------ Figma-like Actions menu (top-right, 99×72, no radius) ------------ */
/* ------------ Figma-like Actions menu (top-right, 99×72, no radius) ------------ */
.gridrow-Actions .action-menu[b-n1639ozmfh] {
    position: absolute;
    top: 1px; /* default – aligns to TOP when >1 item */
    right: 62px; /* hug the right edge under the kebab */
    z-index: 10050;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 99px;
    min-width: 99px;
    /* FIX: make sure the menu is not transparent */
    background: #fff; /* <-- add this */
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 0;
    /* Figma 4dp-ish elevation */
    box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.06); /* <-- add this */
}


    .gridrow-Actions .action-menu .dropdown-item[b-n1639ozmfh] {
        width: 100%;
        text-align: left;
        height: 36px; /* 2 items → 72px total */
        padding: 8px 16px;
        font-size: 14px;
        line-height: 20px;
        color: #1b1b1b;
        background: transparent;
        border: 0;
    }

        .gridrow-Actions .action-menu .dropdown-item:hover[b-n1639ozmfh],
        .gridrow-Actions .action-menu .dropdown-item:focus[b-n1639ozmfh] {
            background-color: #F7F6FE;
        }

    /* Center the menu vertically when it has ONLY ONE item (e.g., View only). 
   Falls back to default 'top: 1px' when :has() isn't supported. */
    .gridrow-Actions .action-menu:has(> li:only-child)[b-n1639ozmfh] {
        top: calc(50% - 18px); /* (row 52px / 2) - (item 36px / 2) */
    }
/* Remove Bootstrap's blue focus ring just for the kebab button */
.gridrow-Actions .actions-kebab[b-n1639ozmfh],
.gridrow-Actions .actions-kebab:focus[b-n1639ozmfh],
.gridrow-Actions .actions-kebab:focus-visible[b-n1639ozmfh],
.gridrow-Actions .actions-kebab.btn:focus[b-n1639ozmfh],
.gridrow-Actions .actions-kebab.btn:focus-visible[b-n1639ozmfh],
.gridrow-Actions .actions-kebab:active[b-n1639ozmfh] {
    outline: none !important;
    box-shadow: none !important; /* kills the blue outer glow */
    text-decoration: none; /* keep it from underlining as a link */
}

/* Keep Figma-like filled background when hovered/focused/open */
.gridrow-Actions .actions-kebab[b-n1639ozmfh] {
    -webkit-tap-highlight-color: transparent; /* nicer on touch */
    transition: background-color .15s ease;
}
    .gridrow-Actions .actions-kebab:hover[b-n1639ozmfh],
    .gridrow-Actions .actions-kebab:focus[b-n1639ozmfh] {
        background-color: #E6E2FF;
    }

/* When the menu is open, keep the same filled state */
.gridrow-Actions:has(.action-menu) .actions-kebab[b-n1639ozmfh] {
    background-color: #E6E2FF;
}

/* Scroll area needs a stacking context so child menus can overpaint header cleanly */
.grid-scroll-wrapper[b-n1639ozmfh] {
    overflow-x: auto;
    width: 100%;
    position: relative;
    z-index: 0;
}

/* Empty-state & misc. (unchanged) */
.no-results-grid[b-n1639ozmfh] {
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.top-no-result[b-n1639ozmfh] {
    display: flex;
    padding: 62px;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    align-self: stretch;
}

.start-Search[b-n1639ozmfh] {
    color: var(--Grey-500, #5A5A5A);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Avenir Next LT Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.description[b-n1639ozmfh] {
    color: var(--Grey-500, #5A5A5A);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.customize-link[b-n1639ozmfh] {
    display: inline-flex;
    width: 127px;
    height: 28px;
    padding: 4px 8px 4px 3px;
    color: var(--Zelis-Brand-Bright-Blue-700, #5F44FB);
    background-color: transparent;
    border-radius: 4px;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.035px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
}

    .customize-link:hover[b-n1639ozmfh],
    .customize-link:focus[b-n1639ozmfh] {
        background-color: #E6E2FF;
        outline: none;
    }
/* _content/Zelis.Payments.LifecycleComms/Components/UIComponents/MemberIDCard/Modals/CustomizeGridModal.razor.rz.scp.css */
.customize-grid-dropdown-panel[b-blf7jnt1od] {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2000;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 291px;
    max-height: 75vh;
    /*margin-top: 8px;*/
    display: flex;
    flex-direction: column;
    font-family: "Avenir Next LT Pro", sans-serif;
}

.modal-dialog[b-blf7jnt1od] {
    background-color: white;
    padding: 0;
    width: 100%;
    max-height: 75vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    pointer-events: auto;
    margin:0;
}

/* Header */
.modal-header[b-blf7jnt1od] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 16px;
    /*margin-bottom: -4px;*/
}

    .modal-header h3[b-blf7jnt1od] {
        font-size: 14px;
        font-weight: 600;
        color: #5A5A5A;
        margin: 0;
    }

.close-button[b-blf7jnt1od] {
    font-size: 18px;
    width: 24px;
    height: 24px;
    color: #1A1A1A;
    border: none;
    background: none;
    line-height: 1;
    margin-top: -4px;
    cursor: pointer;
}

/* Divider */
.modal-divider[b-blf7jnt1od] {
    height: 1px;
    background-color: #DCDCDC;
    margin: 1px;
}

/* Search box */
.search-input-wrapper[b-blf7jnt1od] {
    margin: 8px 14px 8px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 44px;
    padding: 0 12px;
    background: white;
}

.search-textbox[b-blf7jnt1od] {
    flex: 1;
    border: none;
    outline: none;
    height: 100%;
    font-size: 14px;
    color: #2B2B2B;
    font-family: inherit;
}

.search-icon[b-blf7jnt1od] {
    width: 40px;
    height: 40px;
    margin-left: 8px;
    color: #5F44FB;
    cursor: pointer;
}

/* Body */
.modal-body[b-blf7jnt1od] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0;
}

/* Checkbox Area */
.select-all[b-blf7jnt1od] {
    display: flex;
    align-items: center;
    gap: 8px;
    /*margin: 12px 16px 4px;*/
    font-weight: 500;
    color: #5F44FB;
    border-bottom:0;
}

.column-lists[b-blf7jnt1od] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 0 12px;
}

.section-header[b-blf7jnt1od], .column-header[b-blf7jnt1od] {
    /*margin-bottom: 6px;*/
    font-weight: 600;
    background: #F7F6FE;
    color: #442666;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
}

.column-group[b-blf7jnt1od] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkbox-item[b-blf7jnt1od] {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.95rem;
    padding: 12px 16px;
}

    .checkbox-item input[type="checkbox"][b-blf7jnt1od] {
        width: 20px;
        height: 20px;
        accent-color: #5F44FB;
        border-radius: 4px;
        margin-left: 1px;
    }

    .checkbox-item label[b-blf7jnt1od] {
        font-size: 14px;
        color: #2B2B2B;
        cursor: pointer;
        line-height: 20px;
        font-weight: 400;
    }

/* Footer */
.modal-footer[b-blf7jnt1od] {
    padding: 14px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #eee;
    background-color: white;
    position: sticky;
    bottom: 0;
    z-index: 1;
}

.save-button[b-blf7jnt1od] {
    background-color: #5F44FB;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    padding: 10px 18px;
    min-width: 84px;
    cursor: pointer;
    width: 132.5px;
}

    .save-button:disabled[b-blf7jnt1od] {
        background-color: #d3d3d3;
        cursor: not-allowed;
        opacity: 0.6;
    }

.checkbox-item input[type="checkbox"][b-blf7jnt1od],
.select-all input[type="checkbox"][b-blf7jnt1od] {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #5F44FB;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    outline: none;
}

    .checkbox-item input[type="checkbox"]:checked[b-blf7jnt1od],
    .select-all input[type="checkbox"]:checked[b-blf7jnt1od] {
        background-color: #5F44FB;
        border-color: #5F44FB;
    }

        .checkbox-item input[type="checkbox"]:checked[b-blf7jnt1od]::after,
        .select-all input[type="checkbox"]:checked[b-blf7jnt1od]::after {
            content: '';
            position: absolute;
            left: 7px; /* Fine-tuned for 24px box */
            top: 5px; /* Slightly lower to center vertically */
            width: 6px;
            height: 12px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

    /* ✅ Indeterminate Style */
    .select-all input[type="checkbox"]:indeterminate[b-blf7jnt1od] {
        background-color: #5F44FB;
        border-color: #5F44FB;
    }

        .select-all input[type="checkbox"]:indeterminate[b-blf7jnt1od]::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 10px; /* was 12px, now narrower for better centering */
            height: 2px;
            background-color: #fff;
            border-radius: 1px;
            transform: translate(-50%, -50%);
        }

    .checkbox-item input[type="checkbox"]:checked[b-blf7jnt1od]::after {
        content: '';
        position: absolute;
        left: 7px;
        top: 5px;
        width: 6px;
        height: 12px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.customize-error-inline[b-blf7jnt1od] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 16px;
    color: #D92D20;
    font-size: 13px;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 8px;
}

    .customize-error-inline .error-icon svg[b-blf7jnt1od] {
        width: 16px;
        height: 16px;
        display: block;
    }

    .customize-error-inline .error-text[b-blf7jnt1od] {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        position: relative;
        top: 3px;
    }
/* _content/Zelis.Payments.LifecycleComms/Components/UIComponents/MemberIDCard/Pagination.razor.rz.scp.css */
.pagination-container[b-kc61r8izpu] {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #FFF;
    color: #000000;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.035px;
}

.left-group[b-kc61r8izpu] {
    padding-left: 5px;
}

    .left-group select[b-kc61r8izpu] {
        padding: 4px 6px;
        border: 1px solid #ccc;
        border-radius: 4px;
        height: 36px;
        width: 90px;
        margin: 0px 15px 0px 7px;
    }

.center-group[b-kc61r8izpu] {
    width: 108px;
    display: flex;
    justify-content: center;
}

.right-group[b-kc61r8izpu] {
    display: flex;
    gap: 8px;
}

    .right-group button[b-kc61r8izpu] {
        background: none;
        border: none;
        color: #6a5acd;
        font-size: 14px;
        cursor: pointer;
        border-radius: 4px;
    }

        .right-group button[disabled][b-kc61r8izpu] {
            opacity: 0.4;
            cursor: not-allowed;
        }
/* _content/Zelis.Payments.LifecycleComms/Components/UIComponents/MemberIDCard/RightFilter.razor.rz.scp.css */
.Right-side-filter[b-499suxbfg6]{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
/* _content/Zelis.Payments.LifecycleComms/Components/UIComponents/MemberIDCard/SearchBar.razor.rz.scp.css */
/* Parent wrapper to control positioning */
.edit-parameters-wrapper[b-eqhmpo941r] {
    position: relative;
    display: inline-block;
}

/* Dropdown aligned under Edit parameters link */
.edit-parameters-dropdown[b-eqhmpo941r] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
}

@media (max-width: 768px) {
    .edit-parameters-dropdown[b-eqhmpo941r] {
        width: 90vw;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.main-search[b-eqhmpo941r] {
    border-top: 1px solid var(--Grey-300, #D9D9D9);
    border-bottom: 1px solid var(--Grey-300, #D9D9D9);
    background: #FFF;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    position: relative;
}

.searchOption[b-eqhmpo941r] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.custom-dropdown[b-eqhmpo941r] {
    height: 38px; /* or match input height */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid #ccc;
}

    .custom-dropdown:focus[b-eqhmpo941r],
    .custom-dropdown:active[b-eqhmpo941r] {
        position: relative;
        z-index: 1051; /* higher than table or modal content */
    }

.quick-search[b-eqhmpo941r] {
    color: #000000;
    text-align: center;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.035px;
    padding: 7px 8px 4px 3px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-right: 1px solid var(--Grey-300, #D9D9D9);
}

.edit-parameter[b-eqhmpo941r] {
    color: var(--Zelis-Brand-Bright-Blue-700, #5F44FB);
    text-align: center;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.035px;
    padding: 4px 8px 4px 3px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}
    .edit-parameter:hover[b-eqhmpo941r],
    .edit-parameter:focus[b-eqhmpo941r] {
        background-color: #E6E2FF;
        outline: none;
    }


.quickSearchOption[b-eqhmpo941r] {
    display: flex;
    min-height: 40px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* optional: wraps on smaller screens */
    gap: 1rem;
}

.quickSearchOptionLeft[b-eqhmpo941r] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    gap: 12px;
}

.Right-side-filter[b-eqhmpo941r] {
    display: flex;
    align-items: center;
    margin-left: auto;
    position: relative;
}

.search-bar-container[b-eqhmpo941r] {
    display: flex;
    flex-wrap: wrap; /* allow wrapping if screen too small */
    align-items: flex-start;
    gap: 12px;
    margin-top: 12px;
}

    .search-bar-container input[b-eqhmpo941r],
    .search-bar-container select[b-eqhmpo941r] {
        height: 38px;
        min-width: 160px;
    }

.search-input-group[b-eqhmpo941r] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    flex: 1;
}

.search-button[b-eqhmpo941r] {
    height: 38px;
    padding: 0 20px;
    white-space: nowrap;
    align-self: flex-end;
}

select.status-dropdown[b-eqhmpo941r] {
    height: 38px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid var(--Grey-500, #5A5A5A);
    z-index: 1; /* Lower z-index for the select itself */
    position: relative;
    min-width: 200px;
    background-color: #fff;
}

    select.status-dropdown:focus[b-eqhmpo941r] {
        outline: none;
        border: 1px solid #666;
        border-radius: 4px;
        background-color: #fff;
    }

.applySearch[b-eqhmpo941r] {
    background-color: #5F44FB;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 40px;
    min-height: 40px;
    text-align: center;
    /* Body Small/AVE Med */
    font-family: "Avenir Next LT Pro";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.035px;
}

.search-textbox[b-eqhmpo941r] {
    width: 264px;
}

    .search-textbox[b-eqhmpo941r]::placeholder {
        font-size: 14px;
    }

/* Input field wrapper and floating label styles */
.input-field-wrapper[b-eqhmpo941r], .select-field-wrapper[b-eqhmpo941r] {
    position: relative;
    min-width: 257px;
}

    .input-field-wrapper input[b-eqhmpo941r], .select-field-wrapper select[b-eqhmpo941r] {
        width: 100%;
        height: 44px;
        padding: 14px;
        font-size: 14px;
        border: 1px solid var(--Grey-500, #5A5A5A);
        border-radius: 4px;
        background-color: #fff;
        font-family: "Avenir Next LT Pro";
    }

        .input-field-wrapper input:focus[b-eqhmpo941r], .select-field-wrapper select:focus[b-eqhmpo941r] {
            outline: none;
            border: 1px solid #666;
            border-radius: 4px;
            background-color: #fff;
        }

/* Updated floating label styles */
.floating-label[b-eqhmpo941r] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #777;
    pointer-events: none;
    transition: all 0.2s ease;
    background-color: transparent;
    font-family: "Avenir Next LT Pro";
    font-weight: 400;
    z-index: 2;
    padding: 0 4px;
}

.label-float[b-eqhmpo941r] {
    top: -8px;
    transform: translateY(0);
    font-size: 12px;
    color: #5A5A5A;
    background-color: #fff;
    z-index: 5;
    padding: 0 4px;
}

/* Focus styles for input and select elements */
.input-field-wrapper input:focus + .floating-label[b-eqhmpo941r],
.select-field-wrapper select:focus + .floating-label[b-eqhmpo941r] {
    top: -8px;
    transform: translateY(0);
    font-size: 12px;
    background-color: #fff;
    font-family: "Avenir Next LT Pro";
    font-style: normal;
    font-weight: 400;
    padding: 0 4px;
    z-index: 5;
}

/* Special adjustments for select field wrapper */
.select-field-wrapper[b-eqhmpo941r] {
    padding-top: 0; /* Remove extra padding */
}

    .select-field-wrapper select[b-eqhmpo941r] {
        padding-right: 30px; /* Space for dropdown arrow */
    }

    .select-field-wrapper .floating-label.label-float[b-eqhmpo941r] {
        background-color: #fff;
        z-index: 5;
    }
/* Add this to specifically target date input floating labels */
.input-field-wrapper input[type="date"] + .floating-label[b-eqhmpo941r] {
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 2;
    background: transparent;
    pointer-events: none;
    width: calc(100% - 40px); /* Prevent label from overlapping the calendar icon */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* When label is floated (active or has value) */
.input-field-wrapper input[type="date"]:focus + .floating-label[b-eqhmpo941r],
.input-field-wrapper input[type="date"]:not(:placeholder-shown) + .floating-label[b-eqhmpo941r],
.input-field-wrapper input[type="date"].label-float + .floating-label[b-eqhmpo941r] {
    top: -8px;
    font-size: 12px;
    background: #fff;
    z-index: 5;
    left: 12px;
    width: auto;
}

/* Custom date format styling */
input[type="date"].date-format-display[b-eqhmpo941r]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
}

input[type="date"].date-format-display[b-eqhmpo941r]::-webkit-inner-spin-button,
input[type="date"].date-format-display[b-eqhmpo941r]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-field-wrapper[b-eqhmpo941r] {
    position: relative;
}

.has-date-value:not([type="date"])[b-eqhmpo941r] {
    color: transparent;
}

.date-display[b-eqhmpo941r] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #212529;
    pointer-events: none;
}
/* _content/Zelis.Payments.LifecycleComms/LifecycleModal/LifeCycleModal.razor.rz.scp.css */
.Cardheader[b-n06yvgnocr] {
    display: flex;
    padding: 12px 24px;
    align-items: center;
    align-self: stretch;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    height: 72px;
    width: 1038px;
}

.mb-1[b-n06yvgnocr] {
    align-self: stretch;
    color: #000;
    /* Body Small/AVE Regular */
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.035px;
    height: 20px;
    width: 707px;
    padding-top: 4px;
}

.mb-2[b-n06yvgnocr] {
    color: #000;
    font-family: "Avenir Next LT Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    display: flex;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    width: 707px;
    padding-top: 8px;
}

.modal-btn-close[b-n06yvgnocr] {
    position: absolute;
    top: 18px;
    right: 25px;
    border: 1px solid #9987ff;
    border-radius: var(--Radius, 4px);
    width: var(--Icons-size, 36px);
    height: var(--Icons-size, 36px);
    display: flex;
    padding: var(--Full-padding, 8px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing, 8px);
    background: #fff;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .05s ease, filter .15s ease;
}

.modal-btn-close img[b-n06yvgnocr] {
    width: 18px;
    height: 18px;
    display: block;
}

/* Hover highlight */
.modal-btn-close:hover:not(.is-disabled):not(:disabled)[b-n06yvgnocr] {
    background: #ECEAFF; /* soft brand tint */
    border-color: #7C6CF9;
    box-shadow: 0 2px 8px rgba(95,68,251,0.20);
}

/* Pressed/active */
.modal-btn-close:active:not(.is-disabled):not(:disabled)[b-n06yvgnocr] {
    background: #5F44FB;
    border-color: #5F44FB;
    transform: translateY(1px);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
}

.modal-btn-close:active:not(.is-disabled):not(:disabled) img[b-n06yvgnocr],
.modal-btn-download:active:not(.is-disabled):not(:disabled) img[b-n06yvgnocr]
{
    filter: brightness(0) invert(1); /* white icon on purple */
}

/* Disabled (if you ever disable it) */
.modal-btn-close.is-disabled[b-n06yvgnocr],
.modal-btn-close:disabled[b-n06yvgnocr],
.modal-btn-download.is-disabled[b-n06yvgnocr],
.modal-btn-download:disabled[b-n06yvgnocr],
.modal-btn-preview.is-disabled[b-n06yvgnocr],
.modal-btn-preview:disabled[b-n06yvgnocr] {
    background: #F4F2FF;
    border-color: #E2DCFF;
    cursor: not-allowed;
    box-shadow: none;
    filter: grayscale(30%);
}

/* Optional: keyboard focus ring (applies to both buttons) */
.modal-btn-close:focus-visible[b-n06yvgnocr],
.modal-btn-download:focus-visible[b-n06yvgnocr],
.modal-btn-preview:focus-visible[b-n06yvgnocr] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(95,68,251,0.35);
}

.modal-btn-download[b-n06yvgnocr] {
    position: absolute;
    top: 18px;
    right: 67px;
    border: 1px solid #9987ff;
    border-radius: var(--Radius, 4px);
    width: var(--Icons-size, 36px);
    height: var(--Icons-size, 36px);
    display: flex;
    padding: var(--Full-padding, 8px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing, 8px);
    background: #fff; /* neutral default, not “selected” */
    cursor: pointer; /* make it feel clickable */
    transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .05s ease, filter .15s ease;
}

/* hover highlight */
.modal-btn-download:hover:not(.is-disabled):not(:disabled)[b-n06yvgnocr],
.modal-btn-preview:hover:not(.is-disabled):not(:disabled)[b-n06yvgnocr] {
    background: #ECEAFF; /* soft brand tint */
    border-color: #7C6CF9;
    box-shadow: 0 2px 8px rgba(95,68,251,0.20);
}

/* pressed/active */
.modal-btn-download:active:not(.is-disabled):not(:disabled)[b-n06yvgnocr],
.modal-btn-preview:active:not(.is-disabled):not(:disabled)[b-n06yvgnocr] {
    background: #5F44FB;
    border-color: #5F44FB;
    transform: translateY(1px);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);
}
    /* hover highlight */
    .modal-btn-download:hover:not(.is-disabled):not(:disabled)[b-n06yvgnocr] {
        background: #ECEAFF; /* soft brand tint */
        border-color: #7C6CF9;
        box-shadow: 0 2px 8px rgba(95,68,251,0.20);
    }



.modal-btn-preview[b-n06yvgnocr] {
    position: absolute;
    top: 18px;
    right: 109px;
    border: 1px solid #9987ff;
    border-radius: var(--Radius, 4px);
    height: var(--Icons-size, 36px);
    display: flex;
    padding: var(--Full-padding, 8px);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing, 8px);
    background: #fff; /* neutral default, not “selected” */
    cursor: pointer; /* make it feel clickable */
    transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .05s ease, filter .15s ease;
    color: #5F44FB;
}

.Info-Section[b-n06yvgnocr] {
    color: #000;
    /* Body/AVE Med */
    font-family: "Avenir Next LT Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.08px;
    display: flex;
    align-items: center;
}

.modal-body[b-n06yvgnocr] {
    display: flex;
    background: #fff;
    padding: 0px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    align-items: stretch; /* This ensures both children stretch to match tallest */
}

.member-card-left[b-n06yvgnocr] {
    width: 562px;
    background: #fff;
    padding: 16px 24px 0px 24px;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #d9d9d9;
}

.member-card-body[b-n06yvgnocr] {
    padding-top: 12px;
    display: flex;
    gap: 32px;
}

.column[b-n06yvgnocr] {
    flex: 1;
}

.field[b-n06yvgnocr] {
    margin-bottom: 12px;
    margin-top: 12px;
}

.label[b-n06yvgnocr] {
    color: var(--Zelis-Brand-Ink-Blue-700, #442666);
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.035px;
    align-self: stretch;
}

.value[b-n06yvgnocr] {
    color: #000;
    /* Body Small/AVE Regular */
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.035px;
}

.member-card-Right[b-n06yvgnocr] {
    width: 481px;
    background: #fff;
    padding: 16px 24px 24px 24px;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
}

.Info-Section-Right[b-n06yvgnocr] {
    color: #000;
    /* Body/AVE Med */
    font-family: "Avenir Next LT Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.08px;
    display: flex;
}
.timeline[b-n06yvgnocr] {
    padding-top: 12px;
    display: flex;
    flex-direction: column; /* Changed from column-reverse */
    margin-left: 0;
    padding-left: 40px; /* Space for circles */
    min-width: 2px;
    position: relative;
    /* Remove overflow-y and max-height */
    /* overflow-y: auto; */
    /* max-height: 350px; */
    padding-right: 12px; /* Add right padding */
    width:100%;
}


    .timeline[b-n06yvgnocr]::-webkit-scrollbar-track {
        background: #f0f0f0;
        border-radius: 10px;
    }

    .timeline[b-n06yvgnocr]::-webkit-scrollbar-thumb {
        background-color: #5F44FB;
        border-radius: 10px;
        border: 2px solid #f0f0f0;
    }

        .timeline[b-n06yvgnocr]::-webkit-scrollbar-thumb:hover {
            background-color: #4935c5;
        }
.timeline-item[b-n06yvgnocr] {
    position: relative;
    margin-bottom: 4px;
    padding-bottom: 8px; /* Add padding to bottom */
}
.timeline-content-row[b-n06yvgnocr] {
    display: flex;
    align-items: flex-start; /* Change to flex-start to properly align with content */
    justify-content: space-between;
    margin-left: 0;
    min-height: 40px;
    padding-left: 8px;
    width: 100%;
}
.content[b-n06yvgnocr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    justify-content: space-between;
    align-self: stretch;
    height: 38px;
}

.timeline-item active[b-n06yvgnocr] {
    position: relative;
    margin-bottom: 24px;
    padding:0px;
}

.timeline-item:not(:last-child)[b-n06yvgnocr]::before {
    content: "";
    position: absolute;
    left: -29px;
    top: 23px; /* Start at the center of the circle (circle height is 24px) */
    width: 2px;
    height: calc(100% - 18px); /* Extend the line to reach the next circle */
    background:#5F44FB;
    z-index: 0;
}
.timeline-item.before-preparing:not(:last-child)[b-n06yvgnocr]::before {
    background: #D9D9D9; /* Light gray/almost white line */
}

.circle[b-n06yvgnocr] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #7C3AED;
    position: absolute;
    left: -40px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

    .circle.check[b-n06yvgnocr] {
        background-color: #7C3AED;
        position: absolute;
    }

    .circle.empty-circle[b-n06yvgnocr] {
        background-color: white;
        border: 2px solid #D9D9D9;
    }

.content[b-n06yvgnocr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    justify-content: space-between;
    align-self: stretch;
    height:38px;
}
.circle.current-status[b-n06yvgnocr] {
    background-color: white;
    border: none;
}

.time[b-n06yvgnocr] {
    color: var(--Grey-500, #5A5A5A);
    /* Caption/AVE Regular */
    font-family: "Avenir Next LT Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}
.status[b-n06yvgnocr] {
    color: #000;
    /* Body Small/AVE Med */
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.035px;
}

/* Styling for description boxes */
.description-box[b-n06yvgnocr] {
    display: flex;
    padding: 8px 8px 8px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--Zelis-Brand-Bright-Blue-50, #F7F6FE);
    color: #000;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.035px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 2px;
    margin-left: 7px;
    margin-right: 8px; /* Add right margin */
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%; /* Reduce slightly to avoid overflow */
    height: auto;
    min-height: fit-content;
    flex-direction: column; /* Change to column layout */
}

/* Fix the line in description box */
.description-box[b-n06yvgnocr]::after {
    content: "";
    display: block;
    min-width: 1.5px;
    width: 1.5px;
    background-color: #9987FF;
    border-radius: 1px;
    position: absolute;
    left: 9px;
    top: 10px;
    bottom: 10px;
}
.description-box-cancelled[b-n06yvgnocr] {
    display: flex;
    padding: 8px 8px 8px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--Red-50, #FFF0ED);
    color: #000;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.035px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 2px;
    margin-left: 7px;
    margin-right: 8px; /* Add right margin */
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%; /* Reduce slightly to avoid overflow */
    height: auto;
    min-height: fit-content;
    flex-direction: column; /* Change to column layout */
}

    /* Fix the line in description box */
    .description-box-cancelled[b-n06yvgnocr]::after {
        content: "";
        display: block;
        min-width: 1.5px;
        width: 1.5px;
        background-color: #FF9690;
        border-radius: 1px;
        position: absolute;
        left: 9px;
        top: 10px;
        bottom: 10px;
    }

/* Ensure description text properly aligns with the line */
.description-box > *[b-n06yvgnocr] {
    max-width: calc(100% - 15px); /* Ensure content doesn't overflow */
}
.chevron[b-n06yvgnocr] {
    cursor: pointer;
}

    .chevron img[b-n06yvgnocr] {
        transition: transform 0.3s ease;
    }

.rotated[b-n06yvgnocr] {
    transform: rotate(180deg);
    line-height: 20px; /* 142.857% */
}

/* Add tracking information styles */
.tracking-info[b-n06yvgnocr] {
    width: 100%;
}

.tracking-number[b-n06yvgnocr] {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
    color: #5F44FB ;
    word-break: break-all; /* Break long tracking numbers */
}

    .tracking-number a[b-n06yvgnocr] {
        color: #5F44FB;
        text-decoration: none;
    }

        .tracking-number a:hover[b-n06yvgnocr] {
            text-decoration: underline;
        }

.carrier[b-n06yvgnocr] {
    font-size: 14px;
    color: #6c757d;
}

.additional-inserts[b-n06yvgnocr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.inserts-list[b-n06yvgnocr] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.insert-item[b-n06yvgnocr] {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight : 400;
}

.view-toggle[b-n06yvgnocr] {
    margin-top: 0.25rem;
}

.link-button[b-n06yvgnocr] {
    background: none;
    border: none;
    color: #5F44FB;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    text-decoration: none;
    font-family: "Avenir Next LT Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.035px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    align-self: stretch;
}

    .link-button:hover[b-n06yvgnocr] {
        text-decoration: underline;
    }

.no-data[b-n06yvgnocr] {
    color: #000;
} 

.member-card-body[b-n06yvgnocr] {
    overflow-y: visible;
}
.description-box-deliveryaddresschange[b-n06yvgnocr] {
    background-color: #FEFDDB;
}

    .description-box-deliveryaddresschange[b-n06yvgnocr]:after {
        background-color: #FFC314;
    }
/* Tooltip styles */
.tooltip-container[b-n06yvgnocr] {
    position: relative;
    display: inline-block;
}

.tooltip[b-n06yvgnocr] {
    color: var(--white-100, #FFF);
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.035px;
    position: absolute;
    background-color: #5A5A5A;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    z-index: 10;
    white-space: nowrap;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}

.tooltip-visible[b-n06yvgnocr] {
    visibility: visible;
    opacity: 1;
}

.tooltip[b-n06yvgnocr]::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #444 transparent;
}

.warning-icon[b-n06yvgnocr] {
    cursor: pointer;
    margin-left: 5px;
}

