/* Common */
body {
    font-size: 14px !important;
    background-color: #fcfcfc;
}

button {
    border: none;
}

.text-green {
    color: #4aa69b !important;
}

.text-darkgreen {
    color: #24544f !important;
}

.bg-green {
    background-color: #4aa69b !important;
}

.btn-green-fill {
    background-color: #aa733b;
    color: #fff !important;
    min-width: 200px;
    min-height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0 5px;
    text-transform: capitalize;
}

.btn-green-fill {
    background-color: #4aa69b;
    color: #fff !important;
    min-width: 200px;
    min-height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0 5px;
    text-transform: capitalize;
}

.btn-green-outline {
    color: #4aa69b !important;
    border: 1px solid #4aa69b;
    min-width: 200px;
    min-height: 45px;
    background-color: transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0 5px;
    text-transform: capitalize;
}

    .btn-green-outline:hover {
        background-color: #4aa69b;
        color: #fff !important;
    }

a.morebtn {
    text-decoration: underline !important;
}

    a.morebtn:hover {
        text-decoration: underline !important;
    }

.scrolltop {
    bottom: 75px;
}

.daterangepicker {
    z-index: 9999999;
}

    .daterangepicker .ranges li:hover,
    .daterangepicker .ranges li.active {
        background-color: #4aa69b;
        color: #fff;
    }

    .daterangepicker .drp-calendar td.active {
        background-color: #4aa69b !important;
        color: #fff;
    }

    .daterangepicker .btn.btn-primary {
        background-color: #4aa69b;
        color: #fff;
    }

        .daterangepicker .btn.btn-primary:hover {
            background-color: #4aa69b !important;
            color: #fff;
        }

    .daterangepicker .btn.btn-light-primary {
        color: #fff;
        background-color: #a2a3b3;
        border-color: transparent;
    }

        .daterangepicker .btn.btn-light-primary:hover {
            background-color: #4aa69b !important;
        }

    .daterangepicker .drp-calendar td.today,
    .daterangepicker .drp-calendar td.today.active {
        color: #fff !important;
        background-color: #a2a3b3 !important;
    }

/* Common Ends */
/* Top and side Menu */
.brand {
    padding: 0;
}

.header-mobile img {
    width: 80px;
}

.top-brand-logo-wrap {
    background-color: #fff !important;
}

.top-brand-logo img {
    width: 120px;
}

.brand-logo img {
    width: 120px;
}

.card {
    padding: 15px 12px;
}

.card-header {
    padding: 0;
    position: relative;
}

    .card-header h4:before {
        content: "";
        background: url("../images/favico.png") no-repeat center center;
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        background-size: contain;
    }

.card-body {
    padding: 10px 0 10px 0;
    position: relative;
}

.dropdownwrap {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
}

    .dropdownwrap .dropdown {
        min-width: 200px;
        border: 1px solid #4aa69b !important;
    }

.dataTable ul {
    list-style-type: none;
    padding-left: 0;
    padding: 5px 0;
}

.innertable td {
    border: none;
}

.innertable thead {
    background-color: #eef0f8 !important;
}

.innertable table {
    text-align: center;
}

.scrolltop {
    background-color: #4aa69b !important;
}

.dataTables_wrapper .dataTable th.sorting_asc,
.dataTables_wrapper .dataTable td.sorting_asc {
    color: #24544f !important;
}

.dataTables_wrapper .dataTable th.sorting_desc,
.dataTables_wrapper .dataTable td.sorting_desc {
    color: #24544f !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #4aa69b !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #4aa69b !important;
        color: #fff !important;
        border: none !important;
        /* box-shadow: none !important; */
    }

.dt-buttons .dt-button {
    background-color: #4aa69b;
    color: #fff;
    border-radius: 5px;
    min-width: 100px;
    padding: 5px 10px;
}

.performwrap .dataTables_wrapper {
    padding-bottom: 40px !important;
    position: relative;
}

.performwrap .dt-buttons {
    position: absolute !important;
    bottom: 0 !important;
}

.dataTables_wrapper .dataTable {
    margin-top: 0 !important;
}

/* MEdia Query  */
@media (min-width: 992px) {
    .aside-fixed .wrapper {
        padding-left: 0px;
    }

    .aside-fixed.header-fixed.subheader-fixed.aside-minimize-hover .header {
        left: 0;
    }

    .aside-fixed.aside-minimize-hover .aside {
        width: 200px;
    }

    .header-fixed.subheader-fixed .header {
        box-shadow: 0px 5px 10px -7px rgb(115 112 112 / 30%) !important;
    }

    .aside-enabled .header.header-fixed {
        left: 0;
        z-index: 9999;
    }

    .aside-fixed .aside {
        top: 65px;
    }

    .header-fixed.subheader-fixed.subheader-enabled .wrapper {
        padding-top: 65px;
    }
}

@media (max-width: 991.98px) {
    .subheader-enabled .content {
        padding-top: 20px;
    }

    .header {
        height: 60px;
        margin-bottom: 70px;
    }

    .brand {
        display: flex;
    }

    .header .topbar {
        display: flex;
        position: fixed;
        right: 0;
        left: auto;
        z-index: 9990;
        top: 10px;
        bottom: auto;
        box-shadow: none;
    }

    .header-menu-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between !important;
        top: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0 10px;
        height: 65px;
    }
}

@media (max-width: 767.98px) {
    .card.card-custom > .card-header:not(.flex-nowrap) {
        min-height: 40px;
    }

    .btn-blue-fill,
    .btn-blue-outline {
        padding: 5px 10px;
        min-width: 100px;
    }
}

.customdtwrp table.dataTable {
    padding: 0 !important;
}

.table tbody tr:nth-child(odd) {
    background-color: rgba(71, 185, 177, 0.06) !important;
}

.table tbody tr:nth-child(even) {
    background-color: rgba(71, 185, 177, 0.02) !important;
}

.table thead th {
    color: #4aa69b !important;
    text-transform: uppercase !important;
    font-weight: bolder !important;
    font-size: 12px !important;
}

.dataTable thead th {
    color: #4aa69b !important;
    text-transform: uppercase !important;
    font-weight: bolder !important;
    font-size: 12px !important;
}

.innertable table {
    width: 100%;
}

.innertable thead th {
    color: #000 !important;
    text-transform: uppercase !important;
    font-weight: bolder !important;
    font-size: 12px !important;
}

.innertable tbody {
    background-color: #fff;
}

.innertable table tbody tr:nth-child(odd) {
    background-color: #fff !important;
    border-top: 1px solid rgba(71, 185, 177, 0.06) !important;
}

.innertable table tbody tr:nth-child(even) {
    background-color: #fff !important;
}

.customdtwrp table.dataTable.stripe tbody tr.odd,
.customdtwrp table.dataTable.display tbody tr.odd {
    background-color: rgba(71, 185, 177, 0.06) !important;
}

    .customdtwrp table.dataTable.display tbody tr.odd > .sorting_1,
    .customdtwrp table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: rgba(71, 185, 177, 0.08) !important;
    }

.customdtwrp table.dataTable.stripe tbody tr.even,
.customdtwrp table.dataTable.display tbody tr.even {
    background-color: rgba(71, 185, 177, 0.02) !important;
}

table.dataTable.display tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_1 {
    background-color: rgba(71, 185, 177, 0.03) !important;
}

.dataTables_wrapper .dataTable {
    border-radius: 0;
}

.customdtwrp table.dataTable.display tbody tr:hover > .sorting_1,
.customdtwrp table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #fff !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    background: #4aa69b;
    opacity: 0.3;
}

table.dataTable.row-border tbody th:not(:last-child),
table.dataTable.row-border tbody td:not(:last-child),
table.dataTable.display tbody th:not(:last-child),
table.dataTable.display tbody td:not(:last-child) {
    border-right: 1px solid #ddd;
}

.listing-wrap .pagination {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    /* -webkit-justify-content: center; */
    /* margin-top: 50px; */
}

.pagination-numbers {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #dee2e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    list-style-type: none;
    padding-left: 0;
}

    .pagination-numbers li.active {
        background: #4aa69b;
        border: 1px solid #4aa69b;
    }

    .pagination-numbers li a,
    .pagination-numbers li span {
        line-height: 1.5;
        padding: 5px 10px;
        display: block;
        color: #4aa69b;
    }

    .pagination-numbers li.active a {
        color: #fff;
    }

    .pagination-numbers li {
        padding: 0;
    }

        .pagination-numbers li:not(:last-child) {
            border-right: 1px solid #dee2e6;
        }

.accordion-toggle i {
    /* width: 15px; */
    padding: 10px;
    cursor: pointer;
}

.inner_acc_table thead th {
    color: #9b9b9b !important;
    font-weight: 400;
}

.inner_acc_table th,
.inner_acc_table td {
    border-right: none !important;
}

td.details-control:before {
    content: "+";
}

tr.shown td.details-control:before {
    content: "−";
}

.datewrap a {
    width: 100%;
    background-color: transparent !important;
    text-align: left;
    border-color: #e4e6ef !important;
}

.filter-option {
    display: flex;
    align-items: center;
}

.dropdownwrap .filter-option-inner-inner {
    font-weight: 500 !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-weight: 500 !important;
    color: #4aa69b;
}

.accordion_head p:first-child {
    position: relative;
    /* display: flex; */
}

    .accordion_head p:first-child::before {
        content: "+";
        position: relative;
        /* left: -10px; */
        /* top: 50%;
  transform: translateY(-50%); */
        left: -5px;
        line-height: 1;
        font-size: 16px;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
    }

.accordion_head.open p:first-child::before {
    content: "-";
}

.accordion_head[aria-expanded="true"] p:first-child::before {
    content: "-";
}

.accordion_head[aria-expanded="false"] p:first-child::before {
    content: "+";
}

.customdtwrp .card-body {
    padding: 0;
}

.subhead {
    font-weight: 500;
    color: #4aa69b;
    text-decoration: underline;
}

.accordion_body.hidden {
    display: none;
}

/* -----------------------------Latest Changes Style----------------------------------------- */
.customdtwrp p {
    padding: 5px;
    padding: 5px;
    flex: 35%;
    max-width: 35%;
    font-size: 12px;
}

.accordion_head p {
    font-weight: 600;
    color: #4aa69b;
    font-size: 13px;
}

.accordion_body .accordion_head p {
    font-size: 12px !important;
}

.accordion_head .head-content {
    display: flex;
    justify-content: space-between;
}

.accordion_body .body-content {
    display: flex;
    justify-content: space-between;
}

.accordion_head {
    border-bottom: 1px solid #ebedf3;
}

.accordion_body .accordion_head {
    background-color: rgba(71, 185, 177, 0.06) !important;
}

.accordion_body .body-content:not(.accordion-data):nth-child(odd) {
    background-color: rgba(71, 185, 177, 0.02) !important;
}

.accordion_body .body-content.accordion-data .body-content:nth-child(odd) {
    background-color: rgba(71, 185, 177, 0.02) !important;
}

.body-content {
    width: 100%;
}

    .body-content .accordion_head {
        width: 100%;
    }

    .body-content.accordion-data {
        flex-direction: column;
    }

.customnav_item ul {
    padding: 10px;
    margin-bottom: 0;
    background-color: #66bbb1;
}

.customnav_item li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 0;
    display: block;
}

.customnav_item .topbar-item {
    cursor: pointer;
}

.secondarymenu {
    background-color: #41978d;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/* Footer */
.footer {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* ==========================================
   RRL Dashboard Specific Styles
   ========================================== */
.rrl-title {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}

.filter-card {
    background: #ffffff;
    background: linear-gradient(153deg, rgba(255, 255, 255, 1) 0%, rgba(102, 187, 177, 0.01) 90%);
    border-radius: 16px !important;
    border: none !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    padding: 24px 24px 24px 24px !important;
    margin-bottom: 24px;
    position: relative;
    overflow: visible !important;
}

.filter-illustration-img {
    position: absolute;
    right: 15px;
    top: -90px;
    width: 200px;
    height: auto;
    pointer-events: none;
    z-index: 10;
}

.filter-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

.filter-card-icon-container {
    width: 36px;
    height: 36px;
    background-color: #66bbb121;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .filter-card-icon-container i {
        color: #249487;
        font-size: 16px;
    }

.filter-card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    text-transform: uppercase;
    margin: 0;
}

.filter-label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600 !important;
    color: #94a3b8;
    margin-bottom: 8px;
    display: block;
}

.custom-daterange-btn {
    width: 100%;
    height: 45px;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 15px !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    text-decoration: none !important;
}

    .custom-daterange-btn:hover {
        border-color: #cbd5e1 !important;
    }

    .custom-daterange-btn i {
        font-size: 16px;
        margin-right: 10px;
    }

    .custom-daterange-btn .picker-label {
        color: #94a3b8 !important;
        font-weight: 600 !important;
        font-size: 14px;
    }

    .custom-daterange-btn .picker-date {
        color: black !important;
        font-weight: 600 !important;
        font-size: 14px;
        margin-left: 4px;
    }

.bootstrap-select .btn.dropdown-toggle {
    height: 45px !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    color: #10b981 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 0 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-shadow: none !important;
}

    .bootstrap-select .btn.dropdown-toggle:hover {
        border-color: #cbd5e1 !important;
    }

.bootstrap-select .dropdown-toggle::after {
    display: inline-block !important;
    border: 0 !important;
    content: "\f078" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    vertical-align: middle !important;
    margin-left: 8px !important;
    font-size: 12px !important;
}

.btn-search {
    background: #41978d;
    height: 45px;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    border: none !important;
    border-radius: 10px !important;
    padding: 0 45px !important;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

    .btn-search:hover {
        background: #388f85 !important;
        transform: translateY(-1px);
    }

    .btn-search:active {
        transform: translateY(0);
    }

/* Report Card Redesign Styles */
.report-card {
    background-color: #ffffff;
    border-radius: 16px !important;
    border: none !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    padding: 24px !important;
    margin-bottom: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Equal height columns and card height alignment */
#divRRLReportData .row {
    display: flex;
    flex-wrap: wrap;
}

    #divRRLReportData .row > [class*="col-"] {
        display: flex;
        flex-direction: column;
    }

        #divRRLReportData .row > [class*="col-"] > .report-card {
            display: flex;
            flex-direction: column;
            flex: 1;
            height: calc(100% - 24px);
        }

            #divRRLReportData .row > [class*="col-"] > .report-card > .card-body {
                flex: 1;
                display: flex;
                flex-direction: column;
            }

#divRawLeadSource,
#divUnmatchedLeads {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#divRRLReportData .report-table-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.report-card-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 16px;
    background: transparent !important;
}

.report-card-icon-container {
    width: 36px;
    height: 36px;
    background-color: #66bbb121;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .report-card-icon-container i {
        font-size: 14px;
        color: #249487;
    }

.report-card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    flex: 1;
}

.report-card-link {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #3b82f6;
    text-decoration: none !important;
    transition: color 0.15s ease;
}

    .report-card-link:hover {
        color: #1d4ed8;
    }

.btn-circle-plus {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e6f7f0 !important;
    color: #10b981 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.15s, transform 0.15s;
    padding: 0;
    line-height: 1;
}

    .btn-circle-plus:hover {
        background-color: #d1f2e5 !important;
        transform: scale(1.05);
    }

/* Theme-specific styles */

/* Purple Theme (Active Clients) */
.theme-purple .report-card-icon-container {
    background-color: #633dfc1c !important;
}

    .theme-purple .report-card-icon-container i {
        color: #633dfc !important;
    }

.theme-purple .report-table th {
    background-color: #f7f5fe !important;
    color: #633dfc !important;
}

.theme-purple .report-card-link {
    color: #633dfc !important;
}

    .theme-purple .report-card-link:hover {
        color: #502ee6 !important;
    }

.theme-purple .state-pill {
    background-color: #633dfc1c !important;
    color: #633dfc !important;
}

/* Teal Theme (Raw Leads) */
.theme-teal .report-card-icon-container {
    background-color: #66bbb121 !important;
}

    .theme-teal .report-card-icon-container i {
        color: #249487 !important;
    }

.theme-teal .report-table th {
    background-color: #f3faf9 !important;
    color: #249487 !important;
}

.theme-teal .btn-circle-plus {
    background-color: #66bbb121 !important;
    color: #249487 !important;
}

    .theme-teal .btn-circle-plus:hover {
        background-color: #66bbb13b !important;
    }

/* Orange Theme (Lead Outcome) */
.theme-orange .report-card-icon-container {
    background-color: #ea580c1c !important;
}

    .theme-orange .report-card-icon-container i {
        color: #ea580c !important;
    }

.theme-orange .report-table th {
    background-color: #fef7f2 !important;
    color: #ea580c !important;
}

/* Blue Theme (Matched Leads) */
.theme-blue .report-card-icon-container {
    background-color: #3b82f61c !important;
}

    .theme-blue .report-card-icon-container i {
        color: #3b82f6 !important;
    }

.theme-blue .report-table th {
    background-color: #f4f8fe !important;
    color: #3b82f6 !important;
}

.theme-blue .report-card-link {
    color: #3b82f6 !important;
}

    .theme-blue .report-card-link:hover {
        color: #2563eb !important;
    }

/* Red Theme (Unmatched Leads) */
.theme-red .report-card-icon-container {
    background-color: #ef44441c !important;
}

    .theme-red .report-card-icon-container i {
        color: #ef4444 !important;
    }

/* .theme-red .report-table th {
  background-color: #fef2f2 !important;
  color: #ef4444 !important;
} */

/* .theme-red .btn-circle-plus {
  background-color: #ef44441c !important;
  color: #ef4444 !important;
} */

/* .theme-red .btn-circle-plus:hover {
  background-color: #ef444433 !important;
} */

.theme-red .state-pill {
    background-color: #b6b4b429 !important;
    color: #000000a8 !important;
}

/* Table Redesign inside cards */
.report-table-wrap {
    max-height: 260px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.report-table {
    width: 100%;
    border-collapse: collapse;
    border: none !important;
}

    .report-table th {
        font-family: 'Poppins', sans-serif;
        font-size: 11px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        padding: 10px 16px !important;
        border: none !important;
        position: sticky;
        top: 0;
        z-index: 10;
        background-color: #f8fafc;
    }

        .report-table th:first-child {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .report-table th:last-child {
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }

    .report-table td {
        font-family: 'Poppins', sans-serif;
        font-size: 13.5px !important;
        font-weight: 500 !important;
        /* color: #334155 !important; */
        padding: 14px 16px !important;
        border-bottom: 1px solid #f1f5f9 !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        vertical-align: middle !important;
        background-color: transparent !important;
    }

    .report-table tbody tr {
        background-color: transparent !important;
        transition: background-color 0.15s ease;
    }

        .report-table tbody tr:hover {
            background-color: #f8fafc !important;
        }

.state-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    background-color: #f1edff !important;
    color: #633dfc !important;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    margin-right: 6px;
    border: none !important;
}

.raw-leads-count {
    font-size: 64px;
    font-weight: 700;
    color: #10b981;
    line-height: 1;
    margin-bottom: 4px;
}

.raw-leads-subtitle {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
}

/* Pagination Redesign as per Theme */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 8px;
    gap: 4px;
}

    .pagination .page-item .page-link {
        border-radius: 6px !important;
        border: 1px solid #e2e8f0 !important;
        color: #64748b !important;
        background-color: #ffffff !important;
        font-family: 'Poppins', sans-serif;
        font-size: 12.5px;
        font-weight: 600;
        padding: 6px 12px;
        transition: all 0.15s ease;
        box-shadow: none !important;
    }

        .pagination .page-item .page-link:hover {
            background-color: #f1f5f9 !important;
            border-color: #cbd5e1 !important;
            color: #334155 !important;
        }

/* Theme Pagination Color Overrides */
.theme-red .pagination .page-item.active .page-link {
    background-color: #66bbb1 !important;
    border-color: #66bbb1 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2) !important;
}

.theme-red .pagination .page-item .page-link {
    color: #66bbb1 !important;
}

    .theme-red .pagination .page-item .page-link:hover {
        background-color: #66bbb112 !important;
        border-color: #66bbb155 !important;
        color: #66bbb1 !important;
    }

.theme-red .pagination .page-item.disabled .page-link {
    color: #cbd5e1 !important;
    background-color: #f8fafc !important;
    border-color: #e2e8f0 !important;
}

/* Dynamic Themed Table Data Colors */
.report-table td.font-weight-bolder {
    color: #0f172a !important;
}

.theme-teal .report-table td.font-weight-bold {
    color: #249487 !important;
}

.theme-orange .report-table td.font-weight-bold {
    color: #ea580c !important;
}

.theme-orange .report-table tr:last-child td {
    color: #ea580c !important;
    border-bottom: none !important;
    position: sticky;
    bottom: 0;
    z-index: 10;
    background-color: #f8fafc !important;
    border-top: 1px solid #e2e8f0 !important;
}

    .theme-orange .report-table tr:last-child td:first-child {
        color: #0f172a !important;
    }

.theme-blue .report-table td.font-weight-bold {
    color: #3b82f6 !important;
}

.theme-teal .raw-leads-count {
    color: #249487 !important;
}

.theme-red .raw-leads-count {
    color: #ef4444 !important;
}

/* Shared main loader styling */
.main-loader {
    background: rgba(243, 243, 238, .7) none repeat scroll 0 0;
    color: #010101;
    font-size: 11px;
    font-weight: bold;
    height: 100%;
    padding-top: 300px;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 999999;
}

/* ==========================================
   Dashboard Summary Widgets
   ========================================== */
.summary-widget-card {
    background-color: #ffffff;
    border-radius: 16px !important;
    /* border: none !important; */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
    padding: 20px !important;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

    .summary-widget-card:hover {
        transform: translateY(-2px);
        box-shadow: rgba(99, 99, 99, 0.3) 0px 4px 12px 0px !important;
    }

.summary-widget-icon-large {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}

    .summary-widget-icon-large i {
        font-size: 20px;
    }

.summary-widget-info {
    flex: 1;
}

.summary-widget-title {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: block;
}

.summary-widget-value-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.summary-widget-icon-small {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .summary-widget-icon-small i {
        font-size: 12px;
    }

.summary-widget-value {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1;
}

/* Background tints for card hover/state as requested */
.widget-teal {
    background-color: #fafdfd !important;
}

.widget-purple {
    background-color: #faf9ff !important;
}

.widget-orange {
    background-color: #fffbf9 !important;
}

.widget-blue {
    background-color: #f9faff !important;
}

/* Specific colors */
.bg-light-teal {
    background: linear-gradient(144deg, rgba(255, 255, 255, 1) 0%, rgb(230 244 242 / 39%) 57%);
    border: 1px solid #00808078;
}

.text-teal {
    color: #249487 !important;
}

.text-dark-teal {
    color: #115e59 !important;
}

.bg-light-purple {
    background: linear-gradient(144deg, rgba(255, 255, 255, 1) 0%, rgb(212 225 246 / 33%) 57%);
    border: 1px solid #3b82f6ab;
}

.text-purple {
    color: #3b82f6 !important;
}

.text-dark-purple {
    color: #3b82f6 !important;
}

.bg-light-orange {
    background: linear-gradient(144deg, rgba(255, 255, 255, 1) 0%, rgb(255 235 235 / 37%) 57%);
    border: 1px solid #ff000040;
}

.text-orange {
    color: #ea580c !important;
}

.text-dark-orange {
    color: #9a3412 !important;
}

.bg-light-blue {
    background: linear-gradient(144deg, rgba(255, 255, 255, 1) 0%, rgb(220 212 251 / 39%) 73%);
    border: 1px solid #0000ff47;
}

.text-blue {
    color: #633dfc !important;
}

.text-dark-blue {
    color: #633dfc !important;
}
