.modal-loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3333339c;
    z-index: 1;
    text-align: center;
}

.modal-loader .fa {
    color: #003d7e;
    font-size: 3em;
    margin-top: 2em;
}

.d-table {
    display: table !important;
}

body {
    /*overflow-x: hidden;*/
    box-sizing: border-box;
    margin-left: 0;
    padding: 0;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
    white-space: nowrap;
}

[class*=icheck-] {
    min-height: 22px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-left: 0;
    background: #fff;
    border: 1px solid #dee2e6;
    padding: 5px;
    border-radius: 10px;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: end;
}

.fw-normal {
    font-weight: normal !important;
}

[class*=icheck-]>label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 12px;
    min-height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after,
[class*=icheck-]>input:first-child:checked+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 7px;
    height: 10px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}

.file-status-ul {
    list-style: none;
    padding: 0px;
}

.file_status_badge {
    color: #fff;
    background: #6c757d;
    padding: 3px 20px 3px 10px;
    border-radius: 4px;
    margin-bottom: 3px;
    position: relative;
}

.file_status_badge .close-btn {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 5px;
}

body.rnfi-lead-list-page {
    background: #f5f8fc;
    color: #23324d;
}

body.rnfi-lead-list-page .content-wrapper {
    background: #f5f8fc;
}

body.rnfi-lead-list-page .content {
    padding: 6px 8px 20px;
}

body.rnfi-lead-list-page .rnfi-lead-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px 18px;
    margin: 8px 0 18px;
    flex-wrap: wrap;
}

body.rnfi-lead-list-page .rnfi-lead-toolbar-left,
body.rnfi-lead-list-page .rnfi-lead-toolbar-right {
    display: flex;
    align-items: center;
    /* gap: 12px 14px; */
    gap: 5px;
    flex-wrap: wrap;
}

body.rnfi-lead-list-page .rnfi-bank-switcher {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
    white-space: nowrap;
}

body.rnfi-lead-list-page .rnfi-bank-switcher::-webkit-scrollbar {
    display: none;
}

body.rnfi-lead-list-page .rnfi-bank-switcher .dropdown {
    position: relative;
}

body.rnfi-lead-list-page .rnfi-bank-chip:hover,
body.rnfi-lead-list-page .rnfi-bank-chip:focus {
    color: #0c5a96;
    border-color: #0c5a96;
    text-decoration: none;
}

body.rnfi-lead-list-page .rnfi-bank-chip.is-active {
    background: #0c5a96;
    border-color: #0c5a96;
    color: #fff;
}

body.rnfi-lead-list-page .rnfi-bank-chip-more {
    min-width: 44px;
    padding: 8px 14px;
}

body.rnfi-lead-list-page .rnfi-bank-switcher .dropdown-header {
    color: #0c5a96;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 8px 14px 4px;
    text-transform: uppercase;
}

body.rnfi-lead-list-page .rnfi-bank-switcher .dropdown-menu {
    min-width: 220px;
    margin-top: 10px;
    border: 1px solid #d7e5f2;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(15, 64, 110, 0.12);
    padding: 10px;
    z-index: 1080;
}

body.rnfi-lead-list-page .rnfi-bank-switcher .dropdown-item {
    border-radius: 12px;
    color: #23324d;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px;
    white-space: normal;
}

body.rnfi-lead-list-page .rnfi-bank-switcher .dropdown-item.active,
body.rnfi-lead-list-page .rnfi-bank-switcher .dropdown-item:active {
    background: #eef6ff;
    color: #0c5a96;
}

body.rnfi-lead-list-page .rnfi-bank-switcher .dropdown-divider {
    margin: 8px 0;
    border-top-color: #e7eef7;
}

body.rnfi-lead-list-page .rnfi-lead-toolbar .btn,
body.rnfi-lead-list-page .rnfi-lead-toolbar .dropdown-toggle {
    /* min-height: 44px; */
    padding: 11px 24px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
    box-shadow: none;
}

body.rnfi-lead-list-page .rnfi-lead-toolbar .btn-primary {
    background: #23b15d;
    border-color: #23b15d;
    color: #fff;
}

body.rnfi-lead-list-page .rnfi-lead-toolbar .btn-warning {
    background: #ffffff;
    border: 1.5px solid #0c5a96;
    color: #0c5a96;
}

body.rnfi-lead-list-page .rnfi-lead-toolbar .rnfi-lead-new-btn {
    height: 44px;
    width: 135px;
    padding: 10px 22px;
    border: 0;
    border-radius: 999px;
    background: #18a957;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.rnfi-lead-list-page .rnfi-lead-toolbar .rnfi-lead-new-btn:hover,
body.rnfi-lead-list-page .rnfi-lead-toolbar .rnfi-lead-new-btn:focus {
    background: #18a957;
    color: #ffffff;
    box-shadow: none;
}

body.rnfi-lead-list-page .rnfi-lead-mode-switch {
    min-height: 40px;
    border: 1px solid #10a56a;
    border-radius: 8px;
    display: inline-flex;
    align-items: stretch;
    overflow: hidden;
    background: #ffffff;
}

body.rnfi-lead-list-page .rnfi-lead-mode-btn {
    min-width: 126px;
    padding: 10px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f243d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    background: #d7fae7;
}

body.rnfi-lead-list-page .rnfi-lead-mode-btn + .rnfi-lead-mode-btn {
    border-left: 1px solid #10a56a;
}

body.rnfi-lead-list-page .rnfi-lead-mode-btn.is-active {
    background: #079b65;
    color: #ffffff;
}

body.rnfi-lead-list-page .rnfi-lead-mode-btn:not(.is-active) {
    background: #c8f7dc;
    color: #0f243d;
}

body.rnfi-lead-list-page .rnfi-push-notification-trigger {
    min-width: 176px;
}

body.rnfi-lead-list-page.modal-open .modal-backdrop {
    /* z-index: 12000; */
    z-index: 1;
}

body.rnfi-lead-list-page .rnfi-push-notification-modal,
body.rnfi-lead-list-page .rnfi-lead-log-modal {
    z-index: 12010;
}

body.rnfi-lead-list-page .rnfi-modal-close-btn {
    position: absolute;
    top: -40px;
    right: -0px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f2f6fb;
    color: #23324d;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(15, 64, 110, 0.12);
    cursor: pointer;
}

body.rnfi-lead-list-page .rnfi-modal-close-btn span {
    position: relative;
	top: -5px;
}

body.rnfi-lead-list-page .rnfi-modal-close-btn:hover,
body.rnfi-lead-list-page .rnfi-modal-close-btn:focus {
    background: #e8f0f8;
    color: #0b5f95;
    outline: none;
}

body.rnfi-lead-list-page .rnfi-push-notification-modal .modal-dialog {
    max-width: 560px;
}

body.rnfi-lead-list-page .rnfi-push-notification-modal .modal-content {
    position: relative;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(15, 64, 110, 0.18);
}

body.rnfi-lead-list-page .rnfi-push-notification-modal .modal-body {
    padding: 34px 38px 32px;
}

body.rnfi-lead-list-page .rnfi-push-notification-title {
    margin: 0 0 30px;
    color: #23324d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

body.rnfi-lead-list-page .rnfi-push-notification-field {
    margin-bottom: 28px;
}

body.rnfi-lead-list-page .rnfi-push-notification-field label {
    display: block;
    margin-bottom: 12px;
    color: #24344f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

body.rnfi-lead-list-page .rnfi-role-type-dropdown {
    position: relative;
}

body.rnfi-lead-list-page .rnfi-role-type-trigger {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border: 1px solid #d7e1eb;
    border-radius: 12px;
    background: #fff;
    color: #9aa4b2;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.rnfi-lead-list-page .rnfi-role-type-trigger:focus,
body.rnfi-lead-list-page .rnfi-role-type-dropdown.is-open .rnfi-role-type-trigger {
    outline: none;
    border-color: #7da8ff;
    box-shadow: 0 0 0 3px rgba(125, 168, 255, 0.14);
}

body.rnfi-lead-list-page .rnfi-role-type-trigger i {
    color: #0c5a96;
    font-size: 13px;
}

body.rnfi-lead-list-page .rnfi-role-type-menu {
    width: 100%;
    margin-top: 12px;
    padding: 12px 0 10px;
    border: 1px solid #d8e2ec;
    border-radius: 14px;
    box-shadow: 0 16px 30px rgba(15, 64, 110, 0.14);
}

body.rnfi-lead-list-page .rnfi-role-type-search-wrap {
    position: relative;
    padding: 0 14px 12px;
    margin-bottom: 8px;
    border-bottom: 1.5px solid #8db2ff;
}

body.rnfi-lead-list-page .rnfi-role-type-search-wrap i {
    position: absolute;
    left: 16px;
    top: 11px;
    color: #a6b1c0;
    font-size: 18px;
}

body.rnfi-lead-list-page .rnfi-role-type-search-wrap .form-control {
    height: 40px;
    padding: 8px 10px 8px 34px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #334155;
    font-size: 14px;
    font-weight: 400;
}

body.rnfi-lead-list-page .rnfi-role-type-search-wrap .form-control:focus {
    box-shadow: none;
}

body.rnfi-lead-list-page .rnfi-role-type-search-wrap .form-control::placeholder {
    color: #9aa4b2;
}

body.rnfi-lead-list-page .rnfi-role-type-options {
    max-height: 330px;
    overflow-y: auto;
    padding: 0 10px 4px 14px;
}

body.rnfi-lead-list-page .rnfi-role-type-option {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 9px 4px;
    cursor: pointer;
    position: relative;
}

body.rnfi-lead-list-page .rnfi-role-type-checkbox,
body.rnfi-lead-list-page .rnfi-push-user-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.rnfi-lead-list-page .rnfi-role-type-checkmark {
    display: inline-block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    min-width: 18px;
    min-height: 18px;
    border: 1.5px solid #9aa7b5;
    border-radius: 3px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
}

body.rnfi-lead-list-page .rnfi-role-type-option input:checked + .rnfi-role-type-checkmark {
    background: #22c55e;
    border-color: #22c55e;
    box-shadow: 0 2px 6px rgba(34, 197, 94, 0.2);
}

body.rnfi-lead-list-page .rnfi-role-type-option input:checked + .rnfi-role-type-checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

body.rnfi-lead-list-page .rnfi-role-type-option-text {
    color: #1f2f47;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

body.rnfi-lead-list-page .rnfi-push-notification-textarea {
    min-height: 176px;
    resize: none;
    padding: 14px 16px;
    border: 1px solid #d7e1eb;
    border-radius: 12px;
    box-shadow: none;
    color: #334155;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

body.rnfi-lead-list-page .rnfi-push-notification-textarea:focus {
    border-color: #7da8ff;
    box-shadow: 0 0 0 3px rgba(125, 168, 255, 0.14);
}

body.rnfi-lead-list-page .rnfi-push-notification-textarea::placeholder {
    color: #9aa4b2;
}

body.rnfi-lead-list-page .rnfi-push-notification-submit {
    width: 100%;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 0;
    border-radius: 999px;
    background: #23b15d;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    transition: background 0.2s ease, transform 0.2s ease;
}

body.rnfi-lead-list-page .rnfi-push-notification-submit:hover,
body.rnfi-lead-list-page .rnfi-push-notification-submit:focus {
    background: #1ca352;
    outline: none;
}

@media (max-width: 767.98px) {
    body.rnfi-lead-list-page .rnfi-push-notification-modal .modal-body {
        padding: 28px 20px 24px;
    }

    body.rnfi-lead-list-page .rnfi-push-notification-title {
        margin-bottom: 24px;
        font-size: 17px;
    }

    body.rnfi-lead-list-page .rnfi-push-notification-field {
        margin-bottom: 22px;
    }
}

body.rnfi-lead-list-page .rnfi-toolbar-pill {
    background: #fff;
    border: 1.5px solid #0c5a96;
    color: #0c5a96;

    font-size: 14px;
    font-weight: 600;
    width: 140px;
    height: 35px;
    padding: 9px;
}

body.rnfi-lead-list-page .rnfi-toolbar-dropdown .dropdown-toggle,
body.rnfi-lead-list-page .rnfi-toolbar-export .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0f4f7f;
    border: 1px solid #0f4f7f;
    color: #fff;
    padding-right: 20px;
}

body.rnfi-lead-list-page .rnfi-toolbar-dropdown .dropdown-toggle::after,
body.rnfi-lead-list-page .rnfi-toolbar-export .dropdown-toggle::after {
    margin-left: 4px;
}

body.rnfi-lead-list-page .rnfi-toolbar-dropdown .dropdown-menu,
body.rnfi-lead-list-page .rnfi-toolbar-export .dropdown-menu {
    min-width: 240px;
    margin-top: 10px;
    border: 1px solid #d7e5f2;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(15, 64, 110, 0.12);
    padding: 10px;
}

body.rnfi-lead-list-page .rnfi-toolbar-dropdown .dropdown-item,
body.rnfi-lead-list-page .rnfi-toolbar-export .dropdown-item {
    border-radius: 12px;
    color: #23324d;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px;
    white-space: normal;
}

body.rnfi-lead-list-page .rnfi-toolbar-dropdown .dropdown-item:hover,
body.rnfi-lead-list-page .rnfi-toolbar-export .dropdown-item:hover {
    background: #eef6ff;
    color: #0c5a96;
}

body.rnfi-lead-list-page .rnfi-lead-card {
    border: 1px solid #dde9f4;
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(17, 52, 94, 0.08);
    overflow: hidden;
    background: #fff;
}

body.rnfi-lead-list-page .rnfi-lead-card .card-body {
    padding: 24px 24px 20px;
}

body.rnfi-lead-list-page .rnfi-lead-filter-form label {
    display: block;
    margin-bottom: 10px;
    color: #123b68;
    font-size: 14px;
    font-weight: 600;
}

body.rnfi-lead-list-page .rnfi-filter-panel {
    border-top: 1px solid #e7eef6;
    margin-top: 16px;
    padding-top: 22px;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-inline-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 10px;
    margin: 0;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-title {
    color: #20324a;
    font-size: 15px;
    font-weight: 700;
    margin: 0 2px 0 0;
    white-space: nowrap;
    line-height: 1;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-field {
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-order-0 {
    order: 0;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-order-1 {
    order: 1;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-order-2 {
    order: 2;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-order-3 {
    order: 3;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-order-4 {
    order: 4;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-order-5 {
    order: 5;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-order-6 {
    order: 6;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-order-7 {
    order: 7;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-order-8 {
    order: 8;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-order-9 {
    order: 9;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-order-10 {
    order: 10;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-order-11 {
    order: 11;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-order-12 {
    order: 12;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-field > label {
    display: none;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #c7d0db;
    border-radius: 999px;
    background: #fff;
    width: auto;
    min-width: 0;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill.rnfi-filter-active {
    border-color: #0c5a96;
    background: linear-gradient(180deg, #f9fcff 0%, #eef7ff 100%);
    box-shadow: 0 0 0 1px rgba(12, 90, 150, 0.08);
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill.rnfi-filter-active::before {
    color: #0c5a96;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill.rnfi-filter-active label,
body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill.rnfi-filter-active .rnfi-filter-pill-label {
    color: #0c5a96 !important;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill-label {
    color: #16365f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
    pointer-events: none;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-date-wrap,
body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-select,
body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-status {
    width: auto;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-date-wrap {
    min-width: 152px;
    padding-right: 14px;
}

/* body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-field.rnfi-filter-w-md .rnfi-filter-pill {
    min-width: 164px;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-field.rnfi-filter-w-lg .rnfi-filter-pill {
    min-width: 240px;
} */

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill.rnfi-filter-date-wrap::before,
body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill.rnfi-filter-select::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #20324a;
    font-size: 14px;
    line-height: 1;
    flex: 0 0 auto;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill.rnfi-filter-date-wrap::before {
    content: "\f073";
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill.rnfi-filter-select::before {
    content: "\f0b0";
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill.rnfi-filter-status::before {
    content: "\f19c";
}

body.rnfi-lead-list-page .rnfi-lead-filter-form .form-control,
body.rnfi-lead-list-page .rnfi-lead-filter-form .custom-select,
body.rnfi-lead-list-page .rnfi-lead-filter-form .select2-container--default .select2-selection--single {
    border: 1px solid #d5e2ef;
    border-radius: 12px;
    background: #fff;
    color: #24354d;
    font-size: 14px;
    box-shadow: none;
}

body.rnfi-lead-list-page .rnfi-lead-filter-form .custom-select {
    min-height: auto;
	height: auto;
	max-width: 65px;
	min-width: 65px;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill .form-control,
body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill .custom-select,
body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill select {
    position: absolute;
    inset: 0;
    min-height: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    /* color: transparent !important; */
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-date-wrap .form-control {
    padding-left: 0;
    min-width: 1px;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill .form-control:focus,
body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill .custom-select:focus,
body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill select:focus {
    border: 0;
    box-shadow: none;
}

body.rnfi-lead-list-page .rnfi-lead-filter-form .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    padding: 6px 14px;
}

body.rnfi-lead-list-page .rnfi-lead-filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #24354d;
    line-height: 30px;
    padding-left: 0;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill .select2-container {
    position: absolute;
    inset: 0;
    width: 100% !important;
    opacity: 0;
    z-index: 2;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill .select2-container--default .select2-selection--single {
    min-height: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    padding: 0;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: transparent !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    padding-right: 18px;
    text-shadow: none;
}

body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 0;
}

body.rnfi-lead-list-page .rnfi-lead-filter-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 10px;
}

body.rnfi-lead-list-page .rnfi-lead-submit-row {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 0px;
    /* padding-left: 100px; */
}

body.rnfi-lead-list-page .rnfi-lead-filter-form button[type='submit'] {
    min-width: 136px;
    min-height: 42px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    /* background: #a9a9a9;
    border-color: #a9a9a9; */
    color: #fff;
}

body.rnfi-lead-list-page .rnfi-filter-reset-btn {
    min-width: 110px;
    min-height: 36px;
    border-radius: 10px;
    border: 1px solid #bfc8d3;
    background: #fff;
    color: #6a7484;
    font-size: 12px;
    font-weight: 600;
    padding-top: 10px;
}

body.rnfi-lead-list-page .rnfi-filter-extra-row {
    margin-top: 18px;
}

body.rnfi-lead-list-page .rnfi-lead-secondary-actions {
    gap: 12px 16px;
    margin-top: 6px;
}

body.rnfi-lead-list-page .rnfi-lead-secondary-actions .btn,
body.rnfi-lead-list-page .dt-buttons .btn {
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none;
}

body.rnfi-lead-list-page .rnfi-lead-secondary-actions .btn-info {
    background: #fff;
    border: 1.5px solid #0c5a96;
    color: #0c5a96;
}

body.rnfi-lead-list-page .rnfi-lead-secondary-actions .btn-warning {
    background: #fff;
    border: 1.5px solid #0c5a96;
    color: #0c5a96;
}

body.rnfi-lead-list-page .rnfi-lead-secondary-actions .btn-secondary,
body.rnfi-lead-list-page .dt-buttons .btn-secondary {
    background: #0f4f7f;
    border-color: #0f4f7f;
    color: #fff;
}

body.rnfi-lead-list-page .rnfi-lead-list-header {
    display: flex;
    justify-content: end;
    gap: 18px;
    margin: 15px;
    flex-wrap: wrap;
}

body.rnfi-lead-list-page .rnfi-lead-list-title {
    margin: 0;
    color: #151d2f;
    font-size: 16px;
    font-weight: 700;
}

body.rnfi-lead-list-page .rnfi-lead-list-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* body.rnfi-lead-list-page .table-responsive {
    overflow-x: visible;
} */

/* body.rnfi-lead-list-page .rnfi-lead-card .table {
    table-layout: fixed;
    width: auto;
    margin-bottom: 0;
} */

body.rnfi-lead-list-page .rnfi-lead-card .table th,
body.rnfi-lead-list-page .rnfi-lead-card .table td {
    white-space: normal;
    overflow-wrap: anywhere;
    vertical-align: middle;
}



body.rnfi-lead-list-page .rnfi-lead-card .table th:last-child,
body.rnfi-lead-list-page .rnfi-lead-card .table td:last-child {
   
    overflow-wrap: normal;
}

body.rnfi-lead-list-page .rnfi-table-action-group {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

body.rnfi-lead-list-page .rnfi-table-action-chat,
body.rnfi-lead-list-page .rnfi-table-action-view,
body.rnfi-lead-list-page .rnfi-table-action-edit {
    width: 30px;
    height: 30px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.rnfi-lead-list-page .rnfi-table-action-chat,
body.rnfi-lead-list-page .rnfi-table-action-view {
    border-radius: 50%;
    background: linear-gradient(180deg, #1374b4 0%, #0b5f99 100%);
    color: #ffffff;
}

body.rnfi-lead-list-page .rnfi-table-action-edit {
    border-radius: 50%;
    background: linear-gradient(180deg, #1cbb68 0%, #13a75b 100%);
    color: #ffffff;
}

body.rnfi-lead-list-page .rnfi-table-action-chat:hover,
body.rnfi-lead-list-page .rnfi-table-action-chat:focus,
body.rnfi-lead-list-page .rnfi-table-action-view:hover,
body.rnfi-lead-list-page .rnfi-table-action-view:focus {
    background: linear-gradient(180deg, #1667a1 0%, #084d81 100%);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(11, 94, 154, 0.22);
    outline: none;
}

body.rnfi-lead-list-page .rnfi-table-action-edit:hover,
body.rnfi-lead-list-page .rnfi-table-action-edit:focus {
    background: linear-gradient(180deg, #1ab565 0%, #119654 100%);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(20, 169, 94, 0.22);
    outline: none;
}

body.rnfi-lead-list-page .rnfi-table-action-chat i,
body.rnfi-lead-list-page .rnfi-table-action-view i,
body.rnfi-lead-list-page .rnfi-table-action-edit i {
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

body.rnfi-lead-list-page .rnfi-lead-log-modal .modal-dialog {
    max-width: 720px;
}

body.rnfi-lead-list-page .rnfi-lead-log-modal .modal-content {
    border: 0;
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(15, 45, 84, 0.18);
}

body.rnfi-lead-list-page .rnfi-lead-log-modal .modal-body {
    padding: 0;
    background: #ffffff;
}

body.rnfi-lead-list-page .rnfi-lead-log-shell {
    display: flex;
    flex-direction: column;
    height: min(760px, 86vh);
    min-height: 0;
    background: #ffffff;
    overflow: hidden;
}

body.rnfi-lead-list-page .rnfi-lead-log-tabs {
    margin: 0;
    border-bottom: 1px solid #d7dfe9;
    display: flex;
    flex-wrap: nowrap;
}

body.rnfi-lead-list-page .rnfi-lead-log-tabs .nav-item {
    flex: 1 1 50%;
    margin: 0;
}

body.rnfi-lead-list-page .rnfi-lead-log-tabs .nav-link {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    margin: 0;
    background: #ffffff;
    color: #171717;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

body.rnfi-lead-list-page .rnfi-lead-log-tabs .nav-link.active,
body.rnfi-lead-list-page .rnfi-lead-log-tabs .nav-item.show .nav-link {
    background: #23b15d;
    color: #ffffff;
}

body.rnfi-lead-list-page .rnfi-lead-log-tab-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

body.rnfi-lead-list-page .rnfi-lead-log-tab-content > .tab-pane {
    display: none;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    min-width: 0;
    overflow: hidden;
}

body.rnfi-lead-list-page .rnfi-lead-log-tab-content > .tab-pane.active,
body.rnfi-lead-list-page .rnfi-lead-log-tab-content > .tab-pane.show.active {
    display: flex;
}

body.rnfi-lead-list-page #rnfiLeadVisitPane {
    overflow: hidden;
}

body.rnfi-lead-list-page .rnfi-lead-log-top {
    flex: 0 0 auto;
    padding: 8px 8px 0;
    border-bottom: 1px solid #edf2f7;
    background: #ffffff;
}

body.rnfi-lead-list-page .rnfi-lead-log-search {
    position: relative;
    margin-bottom: 12px;
}

body.rnfi-lead-list-page .rnfi-lead-log-search i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #a3b0c2;
    font-size: 14px;
    pointer-events: none;
}

body.rnfi-lead-list-page .rnfi-lead-log-search .form-control {
    height: 42px;
    border: 1px solid #dce5f0;
    border-radius: 16px;
    color: #2a3b56;
    font-size: 14px;
    box-shadow: none;
    padding: 10px 16px 10px 38px;
}

body.rnfi-lead-list-page .rnfi-lead-log-search .form-control::placeholder {
    color: #98a8bd;
}

body.rnfi-lead-list-page .rnfi-lead-log-filters {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 2px 12px;
    scrollbar-width: thin;
    scrollbar-color: #c7d8ea transparent;
    -webkit-overflow-scrolling: touch;
}

body.rnfi-lead-list-page .rnfi-lead-log-filters::-webkit-scrollbar {
    height: 6px;
}

body.rnfi-lead-list-page .rnfi-lead-log-filters::-webkit-scrollbar-track {
    background: transparent;
}

body.rnfi-lead-list-page .rnfi-lead-log-filters::-webkit-scrollbar-thumb {
    background: #c7d8ea;
    border-radius: 999px;
}

body.rnfi-lead-list-page .rnfi-lead-log-filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 26px;
    padding: 6px 12px;
    border: 0;
    border-radius: 999px;
    background: #f2f6fb;
    color: #7587a0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    box-shadow: none;
    cursor: pointer;
}

body.rnfi-lead-list-page .rnfi-lead-log-filter-pill.is-active {
    background: #0c5a96;
    color: #ffffff;
}

body.rnfi-lead-list-page .rnfi-lead-log-content {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 4px 16px 18px;
}

body.rnfi-lead-list-page .rnfi-lead-log-empty {
    padding: 24px 8px;
    color: #8b99ad;
    font-size: 14px;
    text-align: center;
}

body.rnfi-lead-list-page .rnfi-lead-log-more-wrap {
    padding: 0 16px 12px;
    text-align: center;
    background: #ffffff;
}

body.rnfi-lead-list-page .rnfi-lead-log-more-btn {
    min-width: 120px;
    min-height: 36px;
    padding: 8px 18px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #ffffff;
    color: #5b6f88;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    box-shadow: none;
}

body.rnfi-lead-list-page .rnfi-lead-log-more-btn:hover,
body.rnfi-lead-list-page .rnfi-lead-log-more-btn:focus {
    color: #24476d;
    background: #f7fbff;
    border-color: #cfdceb;
    outline: none;
}

body.rnfi-lead-list-page .rnfi-lead-log-day {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0 16px;
}

body.rnfi-lead-list-page .rnfi-lead-log-day::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #e7edf5;
    transform: translateY(-50%);
}

body.rnfi-lead-list-page .rnfi-lead-log-day span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #f2f5fa;
    color: #9ba9bb;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

body.rnfi-lead-list-page .rnfi-lead-log-entry {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

body.rnfi-lead-list-page .rnfi-lead-log-entry-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    flex: 0 0 auto;
    margin-top: 2px;
}

body.rnfi-lead-list-page .rnfi-lead-log-entry-icon.is-blue {
    background: #163e87;
}

body.rnfi-lead-list-page .rnfi-lead-log-entry-icon.is-green {
    background: #20ab5d;
}

body.rnfi-lead-list-page .rnfi-lead-log-entry-main {
    flex: 1 1 auto;
    min-width: 0;
}

body.rnfi-lead-list-page .rnfi-lead-log-entry-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 4px;
}

body.rnfi-lead-list-page .rnfi-lead-log-entry-title {
    margin: 0;
    color: #17253c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

body.rnfi-lead-list-page .rnfi-lead-log-entry-byline {
    margin: 2px 0 0;
    color: #52667f;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
}

body.rnfi-lead-list-page .rnfi-lead-log-entry-byline strong {
    color: #17253c;
    font-weight: 700;
}

body.rnfi-lead-list-page .rnfi-lead-log-entry-time {
    color: #9eb0c5;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

body.rnfi-lead-list-page .rnfi-lead-log-entry-text {
    margin: 0 0 10px;
    color: #50647d;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}

body.rnfi-lead-list-page .rnfi-lead-log-tag {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

body.rnfi-lead-list-page .rnfi-lead-log-tag.is-warning {
    background: #fff2cd;
    color: #d88905;
}

body.rnfi-lead-list-page .rnfi-lead-log-tag.is-blue {
    background: #e7f0ff;
    color: #4f7dd3;
}

body.rnfi-lead-list-page .rnfi-lead-log-tag.is-success {
    background: #daf7e8;
    color: #18a261;
}

body.rnfi-lead-list-page .rnfi-lead-log-audio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    max-width: 282px;
    min-height: 48px;
    padding: 10px 10px 10px 14px;
    border-radius: 14px;
    background: #f4f7fb;
}

body.rnfi-lead-list-page .rnfi-lead-log-audio-meta {
    min-width: 0;
}

body.rnfi-lead-list-page .rnfi-lead-log-audio-title {
    margin: 0;
    color: #21324d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    word-break: break-word;
}

body.rnfi-lead-list-page .rnfi-lead-log-audio-size {
    margin: 2px 0 0;
    color: #8ea0b6;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
}

body.rnfi-lead-list-page .rnfi-lead-log-audio-play {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: #163e87;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex: 0 0 auto;
}

body.rnfi-lead-list-page .rnfi-lead-log-compose {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    padding: 12px 12px 14px;
    border-top: 1px solid #edf2f7;
    background: #ffffff;
}

body.rnfi-lead-list-page .rnfi-lead-log-compose-main {
    flex: 1 1 auto;
    min-width: 0;
}

body.rnfi-lead-list-page .rnfi-lead-log-add,
body.rnfi-lead-list-page .rnfi-lead-log-send {
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-shadow: none;
}

body.rnfi-lead-list-page .rnfi-lead-log-add {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f2f5fa;
    color: #8da0b7;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

body.rnfi-lead-list-page .rnfi-lead-log-send {
    width: 44px;
    height: 34px;
    border-radius: 14px;
    background: #0b5f95;
    color: #ffffff;
    font-size: 16px;
}

body.rnfi-lead-list-page .rnfi-lead-log-compose .form-control {
    width: 100%;
    flex: 1 1 auto;
    height: 42px;
    border: 1px solid #dbe4ef;
    border-radius: 16px;
    background: #ffffff;
    color: #2b3a53;
    font-size: 13px;
    box-shadow: none;
    padding: 10px 16px;
}

body.rnfi-lead-list-page .rnfi-lead-log-compose .form-control::placeholder {
    color: #a8b4c4;
}

body.rnfi-lead-list-page .rnfi-lead-log-file-name,
body.rnfi-lead-list-page .rnfi-lead-log-error,
body.rnfi-lead-list-page .rnfi-lead-log-success {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
}

body.rnfi-lead-list-page .rnfi-lead-log-file-name {
    color: #5b6f88;
}

body.rnfi-lead-list-page .rnfi-lead-log-error {
    color: #dc3545;
}

body.rnfi-lead-list-page .rnfi-lead-log-success {
    color: #1fa35b;
}

body.rnfi-lead-list-page .rnfi-lead-log-add:hover,
body.rnfi-lead-list-page .rnfi-lead-log-add:focus {
    outline: none;
    color: #7f95ae;
}

body.rnfi-lead-list-page .rnfi-lead-log-send:hover,
body.rnfi-lead-list-page .rnfi-lead-log-send:focus {
    outline: none;
    background: #0a5688;
}

body.rnfi-lead-list-page .rnfi-lead-notification-pane {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
}

body.rnfi-lead-list-page .rnfi-lead-notification-topbar {
    padding: 14px 24px 10px;
    border-bottom: 1px solid #edf2f7;
    background: #ffffff;
}

body.rnfi-lead-list-page .rnfi-lead-notification-mini-tabs {
    display: flex;
    align-items: center;
    gap: 28px;
}

body.rnfi-lead-list-page .rnfi-lead-notification-mini-tab {
    position: relative;
    padding: 0 0 8px;
    border: 0;
    background: transparent;
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

body.rnfi-lead-list-page .rnfi-lead-notification-mini-tab.is-active {
    color: #17253c;
    font-weight: 600;
}

body.rnfi-lead-list-page .rnfi-lead-notification-mini-tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    height: 4px;
    border-radius: 999px;
    background: #0c78c9;
}

body.rnfi-lead-list-page .rnfi-lead-notification-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 20px 18px 12px;
}

body.rnfi-lead-list-page .rnfi-lead-notification-card {
    display: flex;
    gap: 16px;
    padding: 16px 16px 18px;
    margin-bottom: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(15, 64, 110, 0.08);
}

body.rnfi-lead-list-page .rnfi-lead-notification-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 50%;
    background: #ebfff2;
    border: 1px solid #c7f3d7;
    color: #27b25f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

body.rnfi-lead-list-page .rnfi-lead-notification-main {
    flex: 1 1 auto;
    min-width: 0;
}

body.rnfi-lead-list-page .rnfi-lead-notification-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

body.rnfi-lead-list-page .rnfi-lead-notification-title {
    margin: 0;
    color: #1f2430;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

body.rnfi-lead-list-page .rnfi-lead-notification-meta {
    margin: 4px 0 0;
    color: #9aa6b5;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
}

body.rnfi-lead-list-page .rnfi-lead-notification-link {
    color: #2f5cff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

body.rnfi-lead-list-page .rnfi-lead-notification-link:hover,
body.rnfi-lead-list-page .rnfi-lead-notification-link:focus {
    color: #244ee8;
    text-decoration: none;
}

body.rnfi-lead-list-page .rnfi-lead-notification-text {
    margin: 0;
    color: #6c7789;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}

body.rnfi-lead-list-page .rnfi-lead-notification-footer {
    padding: 2px 18px 22px;
    text-align: center;
    background: #ffffff;
}

body.rnfi-lead-list-page .rnfi-lead-notification-view-all {
    min-width: 154px;
    min-height: 36px;
    padding: 8px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

@media (max-width: 767.98px) {
    body.rnfi-lead-list-page .rnfi-lead-log-modal .modal-dialog {
        max-width: calc(100% - 16px);
        margin: 8px auto;
    }

    body.rnfi-lead-list-page .rnfi-lead-log-shell {
        min-height: 0;
        max-height: calc(100vh - 16px);
    }

    body.rnfi-lead-list-page .rnfi-lead-log-entry-head {
        flex-direction: column;
        gap: 4px;
    }

    body.rnfi-lead-list-page .rnfi-lead-log-audio {
        max-width: 100%;
    }

    body.rnfi-lead-list-page .rnfi-lead-notification-pane {
        min-height: 0;
        max-height: calc(100vh - 16px);
    }

    body.rnfi-lead-list-page .rnfi-lead-notification-head {
        flex-direction: column;
        gap: 6px;
    }
}

body.rnfi-lead-list-page .rnfi-lead-search-group {
    position: relative;
    min-width: 340px;
    max-width: 340px;
}

body.rnfi-lead-list-page .rnfi-lead-search-group .fa-search {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #9aa8bb;
    font-size: 14px;
    pointer-events: none;
}

body.rnfi-lead-list-page .rnfi-lead-search-group .form-control {
    min-height: 40px;
    border: 1px solid #d5e2ef;
    border-radius: 12px;
    padding: 10px 14px 10px 38px;
    color: #24354d;
    font-size: 14px;
    box-shadow: none;
}

body.rnfi-lead-list-page .rnfi-lead-search-group .form-control::placeholder {
    color: #98a4b5;
}

body.rnfi-lead-list-page .rnfi-filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 9px 18px;
    border: 1.5px solid #0c5a96;
    border-radius: 12px;
    background: #fff;
    color: #1c314c;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
}

body.rnfi-lead-list-page .rnfi-filter-toggle i {
    color: #0c5a96;
}

body.rnfi-lead-list-page .rnfi-lead-list-controls {
    align-items: center;
    gap: 16px 0;
    margin: 14px 0;
}

body.rnfi-lead-list-page .rnfi-lead-list-controls .fw-normal {
    color: #5c687d;
    font-size: 14px;
    font-weight: 500 !important;
}

body.rnfi-lead-list-page .rnfi-lead-list-controls input[type='search'] {
    min-height: 40px;
    border: 1px solid #d5e2ef;
    border-radius: 12px;
    padding: 10px 14px;
    color: #24354d;
}

body.rnfi-lead-list-page .rnfi-lead-list-controls input[type='search']::placeholder {
    color: #98a4b5;
}

/* body.rnfi-lead-list-page .table-responsive {
    margin-top: 20px !important;
    border: 1px solid #e3edf7;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    -webkit-overflow-scrolling: touch;
} */

body.rnfi-lead-list-page .table-responsive table {
    min-width: 0;
    width: 100%;
    margin-bottom: 0;
}

body.rnfi-lead-list-page .table-bordered td,
body.rnfi-lead-list-page .table-bordered th {
    border: 0;
    white-space: normal;
}

body.rnfi-lead-list-page .table thead th {
    background: #a8d8f6;
    color: #0b5b95;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 15px 16px;
    vertical-align: middle;
}

body.rnfi-lead-list-page .table tbody tr {
    background: #fff;
}

body.rnfi-lead-list-page .table tbody tr:nth-child(even) {
    background: #dceafc;
}

body.rnfi-lead-list-page .table tbody td {
    background: transparent !important;
    color: #253046;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 16px;
    border-top: 1px solid #e8f0f8;
    vertical-align: middle;
}

body.rnfi-lead-list-page .table tbody .btn-sm,
body.rnfi-lead-list-page .table tbody .btn {
    border-radius: 999px;
}

body.rnfi-lead-list-page .table tbody .badge {
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 700;
}

body.rnfi-lead-list-page .dataTables_info {
    color: #5c687d;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 2px 0;
}

body.rnfi-lead-list-page .pagination {
    justify-content: flex-end;
    gap: 8px;
    margin: 16px 0 0;
}

body.rnfi-lead-list-page .pagination a,
body.rnfi-lead-list-page .pagination strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #d7e5f2;
    border-radius: 999px;
    background: #fff;
    color: #27415f;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

body.rnfi-lead-list-page .pagination strong,
body.rnfi-lead-list-page .pagination a:hover {
    background: #bfe7fb;
    border-color: #9fd6f4;
    color: #0b5b95;
}

@media (max-width: 991.98px) {
    body.rnfi-lead-list-page .rnfi-lead-toolbar {
        justify-content: flex-start;
    }

    body.rnfi-lead-list-page .rnfi-bank-switcher {
        flex-wrap: wrap;
        overflow-x: visible;
        white-space: normal;
    }

    body.rnfi-lead-list-page .rnfi-lead-search-group {
        min-width: 100%;
        max-width: 100%;
    }

    body.rnfi-lead-list-page .rnfi-lead-card .card-body {
        padding: 20px 18px 18px;
    }

    body.rnfi-lead-list-page .rnfi-lead-list-header {
        align-items: flex-start;
    }

    body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-inline-row {
        gap: 12px;
    }

    body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2px;
    }

    body.rnfi-lead-list-page .rnfi-lead-submit-row {
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    body.rnfi-lead-list-page .content {
        padding: 4px 2px 18px;
    }

    body.rnfi-lead-list-page .rnfi-lead-toolbar .btn,
    body.rnfi-lead-list-page .rnfi-lead-secondary-actions .btn,
    body.rnfi-lead-list-page .dt-buttons .btn {
        width: 100%;
    }

    body.rnfi-lead-list-page .rnfi-lead-list-controls .d-flex {
        flex-direction: column;
        align-items: stretch !important;
    }

    body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-field,
    body.rnfi-lead-list-page .rnfi-filter-panel .rnfi-filter-pill {
        width: 100%;
        min-width: 100%;
    }

    body.rnfi-lead-list-page .rnfi-lead-submit-row {
        flex-direction: column;
    }
}

body.rnfi-lead-view-page .content-wrapper {
    background: #f6fafe;
}

body.rnfi-lead-view-page .content {
    padding: 14px 10px 36px;
}

body.rnfi-lead-view-page .rnfi-lead-view-shell {
    padding-top: 2px;
}

body.rnfi-lead-view-page .rnfi-lead-view-tabs {
    display: inline-flex;
    align-items: flex-end;
    gap: 0;
    border-bottom: 0;
    overflow: hidden;
	position: relative;
    z-index: 2;
    top: 1px;

}

body.rnfi-lead-view-page .rnfi-lead-view-tab {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 30px;
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
	border-radius: 30px 30px 0 0;
    text-decoration: none;
}

/* body.rnfi-lead-view-page .rnfi-lead-view-tab:last-child {
    border-right: 0;
} */

body.rnfi-lead-view-page .rnfi-lead-view-tab i {
    font-size: 24px;
    color: #111827;
}

body.rnfi-lead-view-page .rnfi-lead-view-tab.active {
    color: #0b5e9a;
    background: #ffffff;
	border: 1px solid #d5dde8;
	border-bottom: 0;
    text-decoration: none;
    outline: none;
}

body.rnfi-lead-view-page .rnfi-lead-view-tab.active i,
body.rnfi-lead-view-page .rnfi-lead-view-tab:hover i,
body.rnfi-lead-view-page .rnfi-lead-view-tab:focus i {
    color: #0b5e9a;
}

body.rnfi-lead-view-page .rnfi-lead-view-tab.rnfi-lead-view-tab-disabled {
    opacity: 0.58;
    cursor: not-allowed;
    pointer-events: auto;
}

body.rnfi-lead-view-page .rnfi-lead-view-tab.rnfi-lead-view-tab-disabled:hover,
body.rnfi-lead-view-page .rnfi-lead-view-tab.rnfi-lead-view-tab-disabled:focus {
    color: #101828;
}

body.rnfi-lead-view-page .rnfi-lead-view-tab.rnfi-lead-view-tab-disabled:hover i,
body.rnfi-lead-view-page .rnfi-lead-view-tab.rnfi-lead-view-tab-disabled:focus i {
    color: #101828;
}

body.rnfi-lead-view-page .rnfi-lead-view-panel {
    border: 1px solid #d5dde8;
    border-radius: 0 24px 24px 24px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(18, 51, 84, 0.05);
    padding: 18px 12px 30px;
}

body.rnfi-lead-view-page .rnfi-lead-view-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 2px 20px 14px;
}

body.rnfi-lead-view-page .rnfi-lead-view-panel-header--single {
    padding-bottom: 18px;
}

body.rnfi-lead-view-page .rnfi-lead-view-panel-header h2 {
    margin: 0;
    color: #101828;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

body.rnfi-lead-view-page .rnfi-lead-view-edit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 144px;
    min-height: 46px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #0b4f7d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
}

body.rnfi-lead-view-page .rnfi-lead-view-edit-btn:hover,
body.rnfi-lead-view-page .rnfi-lead-view-edit-btn:focus {
    color: #ffffff;
    text-decoration: none;
    background: #09476f;
}

body.rnfi-lead-view-page .rnfi-lead-view-edit-btn i {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    font-size: 12px;
}

body.rnfi-lead-view-page .rnfi-lead-view-section-stack {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

body.rnfi-lead-view-page .rnfi-lead-detail-card {
    border: 1px solid #ced7e2;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(18, 51, 84, 0.05);
}

body.rnfi-lead-view-page .rnfi-lead-detail-card-title {
    padding: 16px 22px;
    background: linear-gradient(180deg, #d8ecfb 0%, #d3e8f8 100%);
    color: #0b5e9a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

body.rnfi-lead-view-page .rnfi-lead-detail-grid {
    display: grid;
    gap: 30px 18px;
    padding: 30px 34px 34px;
}

body.rnfi-lead-view-page .rnfi-lead-detail-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.rnfi-lead-view-page .rnfi-lead-detail-grid--8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

body.rnfi-lead-view-page .rnfi-lead-detail-item {
    min-width: 0;
}

body.rnfi-lead-view-page .rnfi-lead-detail-label {
    margin-bottom: 6px;
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

body.rnfi-lead-view-page .rnfi-lead-detail-value {
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    word-break: break-word;
}

body.rnfi-lead-view-page .rnfi-lead-view-empty-panel {
    min-height: 240px;
    border: 1px dashed #d5dde8;
    border-radius: 16px;
    background: #ffffff;
    margin: 0 12px;
}

body.rnfi-lead-view-page .rnfi-lead-detail-group-stack {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 24px 22px 28px;
}

body.rnfi-lead-view-page .rnfi-lead-detail-group-title {
    margin-bottom: 16px;
    color: #101828;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
}

body.rnfi-lead-view-page .rnfi-lead-detail-grid--group {
    padding: 0;
    gap: 28px 24px;
}

body.rnfi-lead-view-page .rnfi-lead-document-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 32px;
    padding: 28px 32px 32px;
}

body.rnfi-lead-view-page .rnfi-lead-document-grid--shop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 38px;
}

body.rnfi-lead-view-page .rnfi-lead-document-item {
	min-width: 0;

}

body.rnfi-lead-view-page .rnfi-lead-document-title {
    /* min-height: 46px; */
    margin-bottom: 16px;
    color: #252b37;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.005em;
}

body.rnfi-lead-view-page .rnfi-lead-document-file-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

body.rnfi-lead-view-page .rnfi-lead-document-file-icon {
    flex: 0 0 38px;
    width: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #4b5563;
    line-height: 1;
}

body.rnfi-lead-view-page .rnfi-lead-document-file-icon i {
    font-size: 31px;
}

body.rnfi-lead-view-page .rnfi-lead-document-file-icon span {
    margin-top: -11px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

body.rnfi-lead-view-page .rnfi-lead-document-file-copy {
    min-width: 0;
}

body.rnfi-lead-view-page .rnfi-lead-document-file-name {
    display: inline-block;
    margin-bottom: 3px;
    color: #0b5e9a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    word-break: break-word;
}

body.rnfi-lead-view-page .rnfi-lead-document-file-name:hover,
body.rnfi-lead-view-page .rnfi-lead-document-file-name:focus {
    color: #084f82;
    text-decoration: none;
}

body.rnfi-lead-view-page .rnfi-lead-document-file-meta {
    margin-bottom: 3px;
    color: #4b5563;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

body.rnfi-lead-view-page .rnfi-lead-document-file-status {
    color: #4b5563;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

body.rnfi-lead-view-page .rnfi-lead-document-file-status span {
    color: #17b45b;
    font-weight: 500;
}

body.rnfi-lead-view-page .rnfi-lead-document-file-status span.is-approved {
    color: #17b45b;
}

body.rnfi-lead-view-page .rnfi-lead-document-file-status span.is-review {
    color: #0b5e9a;
}

body.rnfi-lead-view-page .rnfi-lead-document-file-status span.is-rejected,
body.rnfi-lead-view-page .rnfi-lead-document-file-status span.is-pending {
    color: #de3838;
}

body.rnfi-lead-view-page .rnfi-lead-document-file-meta--remarks {
    margin-top: 6px;
    color: #de3838;
}

body.rnfi-lead-view-page .rnfi-lead-document-file-name.is-disabled {
    color: #5e6775;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-modal .modal-dialog {
    max-width: 1140px;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-modal .modal-content {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(11, 34, 64, 0.2);

    max-width: 1000px;
    margin-left: 20%;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-modal .modal-header {
    padding: 18px 30px;
    border-bottom: 0;
    background: #cfe7f7;
    align-items: center;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-modal .modal-title {
    color: #0e5b93;
    font-size: 16px;
    font-weight: 700;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-close {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ffc9c9;
    color: #ff2d2d;
    opacity: 1;
    text-shadow: none;
    box-shadow: none;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-close span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-modal .modal-body {
    padding: 24px 26px 18px;
    background: #ececec;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-stage {
    max-height: 68vh;
    overflow: hidden;
    padding: 0 0 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px 18px 24px;
    box-shadow: 0 6px 18px rgba(15, 45, 84, 0.08);
    width: 100%;
    overflow: hidden;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-item + .rnfi-lead-doc-preview-item {
    margin-top: 20px;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-item-title {
    margin-bottom: 16px;
    text-align: center;
    color: #252b37;
    font-size: 15px;
    font-weight: 700;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-media,
body.rnfi-lead-view-page .rnfi-lead-doc-preview-frame {
    display: block;
    width: auto;
    height: auto;
    max-width: 720px;
    max-height: calc(68vh - 90px);
    margin: 0 auto;
    border: 0;
    transform-origin: top center;
    transition: transform 0.18s ease;
    object-fit: contain;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-media {
    border-radius: 12px;
    background: #fff;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-frame {
    width: 100%;
    height: calc(68vh - 90px);
    border-radius: 14px;
    background: #fff;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-link-wrap {
    text-align: center;
    padding: 30px 18px;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-link {
    color: #0f5e95;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-link:hover,
body.rnfi-lead-view-page .rnfi-lead-doc-preview-link:focus {
    color: #0b4e7e;
    text-decoration: underline;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-tools {
    display: flex;
    justify-content: center;
    gap: 28px;
    padding-top: 18px;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-tool {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #4f627c;
    font-size: 28px;
    box-shadow: none;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-modal .modal-footer {
    justify-content: center;
    gap: 20px;
    padding: 28px 20px 32px;
    border-top: 0;
    background: #ffffff;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-approve-btn,
body.rnfi-lead-view-page .rnfi-lead-doc-preview-reject-btn {
    min-width: 244px;
    min-height: 54px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    box-shadow: none;
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-approve-btn {
    background: linear-gradient(180deg, #23b35f 0%, #17964d 100%);
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-reject-btn {
    background: linear-gradient(180deg, #d22020 0%, #b31616 100%);
}

body.rnfi-lead-view-page .rnfi-lead-doc-preview-approve-btn:disabled,
body.rnfi-lead-view-page .rnfi-lead-doc-preview-reject-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

body.rnfi-lead-view-page .rnfi-lead-comment-block {
    padding: 20px 22px 24px;
}

body.rnfi-lead-view-page .rnfi-lead-comment-copy {
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.58;
}

body.rnfi-lead-view-page .rnfi-lead-view-footer-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 28px 16px 0;
}

body.rnfi-lead-view-page .rnfi-lead-view-next-btn,
body.rnfi-lead-view-page .rnfi-lead-view-back-btn {
    min-width: 230px;
    min-height: 52px;
    padding: 14px 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.2s ease;
}

body.rnfi-lead-view-page .rnfi-lead-view-next-btn {
    background: #21b15b;
    border: 1px solid #21b15b;
    color: #ffffff;
    box-shadow: none;
}

body.rnfi-lead-view-page .rnfi-lead-view-next-btn:hover,
body.rnfi-lead-view-page .rnfi-lead-view-next-btn:focus {
    color: #ffffff;
    text-decoration: none;
    background: #1c9f52;
}

body.rnfi-lead-view-page .rnfi-lead-view-back-btn {
    background: #ffffff;
    border: 1px solid #4b5563;
    color: #202938;
}

body.rnfi-lead-view-page .rnfi-lead-view-back-btn:hover,
body.rnfi-lead-view-page .rnfi-lead-view-back-btn:focus {
    color: #202938;
    text-decoration: none;
    background: #f8fbff;
}

@media (max-width: 1599.98px) {
    body.rnfi-lead-view-page .rnfi-lead-detail-grid--8 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.rnfi-lead-view-page .rnfi-lead-document-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.rnfi-lead-view-page .rnfi-lead-document-grid--shop {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    body.rnfi-lead-view-page .rnfi-lead-view-tab {
        min-height: 64px;
        padding: 16px 24px;
        font-size: 15px;
    }

    body.rnfi-lead-view-page .rnfi-lead-view-tab i {
        font-size: 23px;
    }

    body.rnfi-lead-view-page .rnfi-lead-detail-grid--4,
    body.rnfi-lead-view-page .rnfi-lead-detail-grid--8 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 30px 24px 34px;
    }

    body.rnfi-lead-view-page .rnfi-lead-detail-grid--group {
        padding: 0;
    }

    body.rnfi-lead-view-page .rnfi-lead-document-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 28px 24px 32px;
    }

    body.rnfi-lead-view-page .rnfi-lead-document-grid--shop {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.rnfi-lead-view-page .content {
        padding: 12px 4px 30px;
    }

    body.rnfi-lead-view-page .rnfi-lead-view-tabs {
        display: flex;
        width: 100%;
        border-radius: 20px 20px 0 0;
    }

    body.rnfi-lead-view-page .rnfi-lead-view-tab {
        flex: 1 1 50%;
        gap: 10px;
        min-width: 0;
        min-height: 58px;
        padding: 14px 16px;
        font-size: 14px;
    }

    body.rnfi-lead-view-page .rnfi-lead-view-tab i {
        font-size: 20px;
    }

    body.rnfi-lead-view-page .rnfi-lead-view-panel {
        border-radius: 0 18px 18px 18px;
        padding: 16px 8px 20px;
    }

    body.rnfi-lead-view-page .rnfi-lead-view-panel-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 12px 10px;
    }

    body.rnfi-lead-view-page .rnfi-lead-view-edit-btn {
        min-width: 96px;
    }

    body.rnfi-lead-view-page .rnfi-lead-view-panel-header h2 {
        font-size: 18px;
    }

    body.rnfi-lead-view-page .rnfi-lead-detail-card-title {
        padding: 16px 18px;
        font-size: 15px;
    }

    body.rnfi-lead-view-page .rnfi-lead-detail-grid--4,
    body.rnfi-lead-view-page .rnfi-lead-detail-grid--8 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 16px;
        padding: 22px 18px 26px;
    }

    body.rnfi-lead-view-page .rnfi-lead-detail-group-stack {
        gap: 28px;
        padding: 20px 18px 24px;
    }

    body.rnfi-lead-view-page .rnfi-lead-detail-grid--group {
        padding: 0;
    }

    body.rnfi-lead-view-page .rnfi-lead-document-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 24px 18px 28px;
    }

    body.rnfi-lead-view-page .rnfi-lead-document-grid--shop {
        grid-template-columns: 1fr;
    }

    body.rnfi-lead-view-page .rnfi-lead-document-title {
        min-height: 0;
        margin-bottom: 14px;
    }

    body.rnfi-lead-view-page .rnfi-lead-comment-block {
        padding: 18px 18px 24px;
    }

    body.rnfi-lead-view-page .rnfi-lead-view-footer-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 24px 8px 0;
    }

    body.rnfi-lead-view-page .rnfi-lead-view-next-btn,
    body.rnfi-lead-view-page .rnfi-lead-view-back-btn {
        min-width: 100%;
    }

    body.rnfi-lead-view-page .rnfi-lead-view-empty-panel {
        min-height: 180px;
        margin: 0 8px;
    }
}

@media (max-width: 479.98px) {
    body.rnfi-lead-view-page .rnfi-lead-view-tab {
        font-size: 13px;
        padding: 14px 12px;
    }

    body.rnfi-lead-view-page .rnfi-lead-view-tab i {
        font-size: 18px;
    }

    body.rnfi-lead-view-page .rnfi-lead-detail-grid--4,
    body.rnfi-lead-view-page .rnfi-lead-detail-grid--8 {
        grid-template-columns: minmax(0, 1fr);
    }
}

body.rnfi-hdfc-statement-page {
    background: #edf5fb;
    color: #111111;
    font-family: "Source Sans Pro", sans-serif;
}

body.rnfi-hdfc-statement-page .content-wrapper {
    background: #edf5fb;
}

body.rnfi-hdfc-statement-page .content {
    padding: 18px 8px 36px;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-shell {
    max-width: 1280px;
    margin: 0 auto;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-paper {
    background: #ffffff;
    border: 1px solid #202020;
    padding: 28px 30px 34px;
    box-shadow: 0 16px 40px rgba(22, 79, 133, 0.08);
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-brand {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-brand img {
    display: block;
    max-height: 58px;
    width: auto;
    max-width: 100%;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-date {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    color: #111111;
    white-space: nowrap;
    padding-top: 14px;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-banner {
    background: linear-gradient(90deg, #0a78be 0%, #066cb5 100%);
    text-align: center;
    color: #ffffff;
    padding: 24px 20px 18px;
    margin-bottom: 28px;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-banner h1 {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-banner p {
    margin: 8px 0 0;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-section {
    margin-bottom: 30px;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-section-title {
    margin: 0 0 14px;
    text-align: center;
    text-transform: uppercase;
    color: #111111;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table-wrap {
    overflow-x: auto;
    border: 1px solid #b8cad9;
    border-radius: 14px;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table {
    width: 100%;
    min-width: 980px;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table th,
body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table td {
    padding: 16px 14px;
    border-right: 1px solid #c8d7e2;
    border-bottom: 1px solid #c8d7e2;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.35;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table tbody tr:last-child th,
body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table tbody tr:last-child td {
    border-bottom: 0;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table tr th:last-child,
body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table tr td:last-child {
    border-right: 0;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table th {
    background: #d5edfd;
    color: #111111;
    font-weight: 700;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table td {
    color: #202020;
    font-weight: 500;
    background: #ffffff;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table--summary th {
    width: 12%;
    min-width: 145px;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table--summary td {
    width: 13%;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table--summary td:empty,
body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table--summary th:empty {
    background: #ffffff;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table--summary-list thead th,
body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table--transactions thead th {
    text-align: center;
    font-size: 14px;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table--summary-list tbody td {
    text-align: center;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table--transactions th,
body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table--transactions td {
    padding: 14px 10px;
    font-size: 13px;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-table--transactions td:nth-child(13) {
    min-width: 150px;
}

body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-total-row th,
body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-total-row td {
    background: linear-gradient(90deg, #baf8c8 0%, #b1f6d5 100%);
    color: #0d2f18;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-paper {
        padding: 22px 18px 28px;
    }

    body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-date {
        padding-top: 0;
    }

    body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-banner h1 {
        font-size: 24px;
    }

    body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-banner p {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    body.rnfi-hdfc-statement-page .content {
        padding: 14px 4px 26px;
    }

    body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-paper {
        padding: 18px 12px 22px;
    }

    body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-brand {
        gap: 14px;
    }

    body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-brand img {
        max-height: 44px;
    }

    body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-date {
        font-size: 15px;
        white-space: normal;
    }

    body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-banner {
        padding: 18px 14px 14px;
    }

    body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-banner h1 {
        font-size: 21px;
    }

    body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-banner p,
    body.rnfi-hdfc-statement-page .rnfi-hdfc-statement-section-title {
        font-size: 15px;
    }
}
