body.rnfi-listing-page {
    background: #f5f6f8;
    color: #1d2b45;
}

body.rnfi-listing-page .content-wrapper {
    background: #f5f6f8;
}

body.rnfi-listing-page .content {
    padding: 6px 0 28px;
}

body.rnfi-listing-page .content-header .breadcrumb {
    margin-bottom: 0;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0;
    background: transparent;
}

body.rnfi-listing-page .content-header .breadcrumb-item,
body.rnfi-listing-page .content-header .breadcrumb-item a {
    color: #4a5e7f;
}

body.rnfi-listing-page .content-header .breadcrumb-item.active {
    color: #153b6d;
    font-weight: 700;
}

body.rnfi-listing-page .rnfi-listing-card {
    border: 1px solid #e7eef7;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 32px rgba(17, 46, 94, 0.08);
}

body.rnfi-listing-page #actionView .card {
    border: 1px solid #e7eef7;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 32px rgba(17, 46, 94, 0.08);
}

body.rnfi-listing-page .rnfi-listing-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px 18px;
    border-bottom: 1px solid #edf2f8;
    background: #fff;
}

body.rnfi-listing-page #actionView .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px 18px;
    border-bottom: 1px solid #edf2f8;
    background: #fff;
}

body.rnfi-listing-page .rnfi-listing-card-body {
    padding: 24px;
    background: #fff;
}

body.rnfi-listing-page #actionView .card-body {
    padding: 24px;
    background: #fff;
}

body.rnfi-listing-page .rnfi-listing-title {
    margin: 0;
    color: #162b49;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
}

body.rnfi-listing-page .rnfi-listing-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    float: none !important;
}

body.rnfi-listing-page .rnfi-listing-actions .btn,
body.rnfi-listing-page .rnfi-listing-pill-btn {
    min-height: 36px;
    padding: 10px;
    border: 0;
    border-radius: 25px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    box-shadow: 0 8px 22px rgba(18, 55, 104, 0.12);
}
body.rnfi-listing-page .rnfi-listing-filter-row {
    margin: 0 -8px;
}

body.rnfi-listing-page .rnfi-listing-filter-row > [class*="col-"] {
    padding: 0 8px;
}

body.rnfi-listing-page .form-group label {
    margin-bottom: 10px;
    color: #17335f;
    font-size: 0.92rem;
    font-weight: 700;
}

body.rnfi-listing-page .form-control,
body.rnfi-listing-page .select2-container--default .select2-selection--single {
    min-height: 40px;
    border: 1px solid #d7e2f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
}

body.rnfi-listing-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    color: #425b7f;
    line-height: 30px;
}

body.rnfi-listing-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 10px;
}

body.rnfi-listing-page .rnfi-listing-filter-actions {
    margin-top: 8px;
}

body.rnfi-listing-page .rnfi-listing-filter-actions .btn {
    /* min-width: 128px; */
    min-height: 36px;
    padding: 0 22px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: normal;
}

body.rnfi-listing-page .rnfi-listing-filter-actions .btn-primary {
    background: #1f7ae0;
    border-color: #1f7ae0;
    box-shadow: 0 10px 24px rgba(31, 122, 224, 0.2);
}

body.rnfi-listing-page .rnfi-listing-filter-actions .btn-secondary {
    background: #eef3f8;
    border-color: #d7e1ed;
    color: #2b4263;
}

body.rnfi-listing-page .rnfi-listing-table-wrap {
    /* border: 1px solid #e5edf6;
    border-radius: 18px; */
    overflow: hidden;
    background: #fff;
}

body.rnfi-listing-page table.dataTable,
body.rnfi-listing-page table.table-bordered.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
}

body.rnfi-listing-page table.table-bordered.dataTable th,
body.rnfi-listing-page table.table-bordered.dataTable td {
    border-left-width: 0;
     white-space: normal; /*nowrap*/
    vertical-align: middle;
}

body.rnfi-listing-page table.dataTable thead th {
    border-bottom: 0 !important;
    padding: 10px 10px;
    background: #a9d4f3;
    color: #0d5e9e;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
}

body.rnfi-listing-page table.dataTable tbody td {
    padding: 5px 10px;
    color: #20334d;
    border-top: 1px solid #edf2f8;
    font-size: 12px;
}

body.rnfi-listing-page table.dataTable tbody tr {
    transition: background-color 0.18s ease;
}

body.rnfi-listing-page table.dataTable tbody tr:hover td {
    background: #eef7ff !important;
}

body.rnfi-listing-page .dataTables_wrapper .row:first-child {
    margin-bottom: 14px;
}

body.rnfi-listing-page .dataTables_wrapper .row:last-child {
    margin-top: 18px;
    align-items: center;
}

body.rnfi-listing-page .dataTables_wrapper .dt-buttons .btn,
body.rnfi-listing-page .dataTables_wrapper .dataTables_length select,
body.rnfi-listing-page .dataTables_wrapper .dataTables_filter input {
    min-height: 42px;
    border-radius: 14px !important;
    border-color: #d6e1ee;
    box-shadow: none !important;
}

body.rnfi-listing-page .dataTables_wrapper .dt-buttons .btn {
    padding: 8px 16px;
    border: 1px solid #d6e1ee;
    background: linear-gradient(180deg, #005286 0%, #013250 100%);
    color: #fff;
    font-weight: 400;
    border-radius: 25px!important;
}

body.rnfi-listing-page .dataTables_wrapper .dt-buttons .btn:hover,
body.rnfi-listing-page .dataTables_wrapper .dt-buttons .btn:focus {
    background: #edf6ff;
    color: #11395e;
}

body.rnfi-listing-page .dataTables_wrapper .dataTables_filter label,
body.rnfi-listing-page .dataTables_wrapper .dataTables_length label,
body.rnfi-listing-page .dataTables_wrapper .dataTables_info {
    color: #64748b;
    font-size: 0.92rem;
    font-weight: 500;
}

body.rnfi-listing-page .dataTables_wrapper .dataTables_filter input {
    padding: 10px 14px;
    background: #fff;
}

body.rnfi-listing-page .dataTables_wrapper .dataTables_length select {
    min-width: 76px;
    margin: 0 8px;
    padding: 6px 28px 6px 12px;
    background: #fff;
}

body.rnfi-listing-page .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 2px;
}

body.rnfi-listing-page .dataTables_wrapper .dataTables_paginate .paginate_button .page-link,
body.rnfi-listing-page .dataTables_wrapper .dataTables_paginate .page-item .page-link {
    min-width: 40px;
    height: 40px;
    border: 1px solid #dce6f2;
    border-radius: 12px !important;
    color: #1c3f6f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

body.rnfi-listing-page .dataTables_wrapper .dataTables_paginate .page-item.active .page-link {
    background: #b8e1ff;
    border-color: #b8e1ff;
    color: #0d4e7a;
}

body.rnfi-listing-page .dataTables_empty {
    padding: 28px 16px !important;
    color: #627797 !important;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 991.98px) {
    body.rnfi-listing-page .rnfi-listing-card-header,
    body.rnfi-listing-page .rnfi-listing-card-body {
        padding: 18px;
    }

    body.rnfi-listing-page .dataTables_wrapper .dataTables_filter {
        text-align: left;
        margin-top: 12px;
    }

    body.rnfi-listing-page .dataTables_wrapper .dataTables_filter input {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
    }
}

@media (max-width: 767.98px) {
    body.rnfi-listing-page .rnfi-listing-actions {
        justify-content: stretch;
    }

    body.rnfi-listing-page .rnfi-listing-actions .btn,
    body.rnfi-listing-page .rnfi-listing-filter-actions .btn,
    body.rnfi-listing-page .rnfi-listing-pill-btn {
        width: 100%;
        margin-right: 0 !important;
    }

    body.rnfi-listing-page .rnfi-listing-card {
        border-radius: 20px;
    }

    body.rnfi-listing-page #actionView .card {
        border-radius: 20px;
    }

    body.rnfi-listing-page table.dataTable thead th,
    body.rnfi-listing-page table.dataTable tbody td {
        padding: 14px;
    }
}
