@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
    font-family: "Source Sans 3", sans-serif;
    margin: 0px 0px !important;
}

.banner-section {
    background: url(../Images/banner-bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 30px 0 100px;
    height: 307px;
    position:relative;
}

    .banner-section .logo {
        margin: 0 0 30px;
        display: inline-block;
    }

    .banner-section p {
        font-weight: 600;
        font-size: 35px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        color: #FFFFFF;
    }


.filter-section {
    margin-top: -80px;
}

    .filter-section label {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #010101;
        padding: 0 0 4px;
    }

    .filter-section .filter-wrapper {
        padding: 24px 35px;
        border: 1px solid #E3E7EB;
        background: #fff;
        border-radius: 20px;
    }

        .filter-section .filter-wrapper .form-select {
            border: 1px solid #DEE2E6;
            padding: 15px 20px;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0px;
            border-radius: 10px;
        }

            .filter-section .filter-wrapper .form-select:focus {
                box-shadow: none;
            }

    .filter-section .multiple-select-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
    }

        .filter-section .multiple-select-wrapper select {
            width: 100%;
        }

        .filter-section .multiple-select-wrapper .btn {
            font-weight: 600;
            font-size: 22px;
            line-height: 24px;
            letter-spacing: 0px;
            border: 1px solid #DEE2E6;
            background: #0C4AA8;
            text-align: center;
            padding: 15px 0;
            width: 100%;
            border-radius: 10px;
        }

            .filter-section .multiple-select-wrapper .btn:hover {
                background: #98bc3f;
            }

    .filter-section .multiple-select-block {
        width: 100%;
    }

    .filter-section .btn-block {
        width: 100%;
        min-width: 167px;
        max-width: 167px;
    }

    .filter-section .select2-container {
        width: 100% !important;
    }

    .filter-section .select2-container--default .select2-selection--multiple {
        border: 1px solid #DEE2E6;
        padding: 15px 60px 15px 20px;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        border-radius: 10px;
    }

    .filter-section .select2-container--default.select2-container--focus .select2-selection--multiple {
        border: 1px solid #DEE2E6;
        outline: 0;
    }

    .filter-section .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-top: 2px;
        background: #EBF5FF;
        border: 0;
        padding-left: 0;
        padding: 0 20px 0 5px;
        color: #333333;
        font-size: 16px;
        margin-left: 8px;
    }

    .filter-section .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        left: auto;
        right: 0;
        border: 0;
        font-size: 22px;
        color: #333333;
        padding: 0 6px;
    }

        .filter-section .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
            background-color: transparent;
        }



    .filter-section .search-tips-list {
        display: flex;
        gap: 30px;
        list-style: none;
        padding: 20px 0 0;
        margin: 0;
    }

        .filter-section .search-tips-list li:first-child {
            font-weight: 600;
        }

        .filter-section .search-tips-list li {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0px;
            color: #8392AB;
            display: flex;
            align-items: center;
        }

            .filter-section .search-tips-list li span {
                height: 22px;
                width: 22px;
                min-width: 22px;
                border-radius: 50%;
                color: #8392AB;
                background: #EBF5FF;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                margin-right: 6px;
                font-size: 12px;
                font-family: "Inter", sans-serif;
            }

    .filter-section .download-report-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 14px;
        border: 1px solid #E3E7EB;
        border-radius: 20px;
        margin-top: 30px;
        background: linear-gradient(270deg, #FFFFFF 0%, #EBF3FF 100%);
    }

        .filter-section .download-report-block marquee {
            width: 80%;
            position: relative;
            font-weight: 500;
            font-size: 18px;
            line-height: 24px;
            letter-spacing: 0px;
            color: #333333;
        }

            .filter-section .download-report-block marquee:after {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                height: 100%;
                width: 150px;
                background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, #FFFFFF 73.56%);
            }

        .filter-section .download-report-block .btn {
            font-weight: 600;
            font-size: 18px;
            line-height: 24px;
            letter-spacing: 0px;
            background: #0C4AA8;
            color: #fff;
            width: 20%;
            padding: 14px 14px;
            border-radius: 10px;
            display: inline-flex;
            justify-content: center;
        }

            .filter-section .download-report-block .btn:hover {
                background: #98bc3f;
            }

            .filter-section .download-report-block .btn img {
                margin-right: 8px;
            }



.data-table-section {
    padding: 20px 0 50px;
}

    .data-table-section .table-wrapper {
        box-shadow: 0px 2px 12px 0px #00000014;
        border: 0.8px solid #DEE2E6;
        border-radius: 15px;
        margin-top: 20px;
        position: relative;
    }

        .data-table-section .table-wrapper:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 10px;
            height: 40px;
            width: 100%;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, #FFFFFF 62.13%);
        }

    .data-table-section table.dataTable thead tr {
        border-top: 1px solid #DEE2E6;
        border-bottom: 1px solid #DEE2E6;
    }

    .data-table-section .dt-container .dt-layout-row:nth-child(1) {
        padding: 0 20px;
    }

    .data-table-section .dt-container .dt-layout-row:nth-child(3) {
        display: none;
    }

    .data-table-section table.dataTable thead th {
        background: #F8F9FB;
        border-bottom: 0 !important;
        text-align: left !important;
        color: #4b5563 !important;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 14px;
    }

    .data-table-section table.dataTable tbody tr {
        border-bottom: 0.8px dashed #DEE2E6 !important;
    }

        .data-table-section table.dataTable tbody tr:last-child {
            border-bottom: 0 !important;
        }

    .data-table-section div.dt-container.dt-empty-footer tbody > tr:last-child > * {
        border-bottom: 0 !important;
    }

    .data-table-section table.dataTable td {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        color: #231F20;
        text-align: left !important;
    }

    .data-table-section table.dataTable tr td:nth-child(2) {
        color: #0C4AA8;
        font-weight: 600;
    }

    .data-table-section table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover, table.dataTable thead > tr > td.dt-orderable-asc:hover, table.dataTable thead > tr > td.dt-orderable-desc:hover {
        outline: 0 !important;
    }

    .data-table-section table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
        background: url(../Images/top-arrow.png) no-repeat center center;
        content: "";
        height: 5px;
        width: 8px;
        left: 0;
        top: 13px;
        opacity: 1;
    }

    .data-table-section table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
        background: url(../Images/bottom-arrow.png) no-repeat center center;
        content: "";
        height: 5px;
        width: 8px;
        left: 0;
        opacity: 1;
        top: 25px;
    }

/*    .data-table-section div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
        display: none;
    }*/

        .data-table-section div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start .dt-length {
            display: none;
        }
.show-more-data-with-pagination.data-table-section div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start .dt-length {
    display: block;
}

.data-table-section div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start .dt-info {
    z-index: 9;
}

.blur-overlay-wrapper div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start .dt-info {
    z-index: 0;
    display: none;
}

.data-table-section div.dt-container .dt-search input {
    border: 1px solid #DEE2E6;
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
}

        .data-table-section div.dt-container .dt-search input:focus {
            border: 1px solid #DEE2E6;
            outline: 0;
        }

    .data-table-section .nav-tabs {
        justify-content: center;
        border: 0;
    }

    .data-table-section .nav-tabs {
        gap: 40px;
    }

        .data-table-section .nav-tabs .nav-link {
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0px;
            color: #333333;
            border: 0;
            border-bottom: 2px solid transparent;
            padding: 0;
        }

            .data-table-section .nav-tabs .nav-item.show .nav-link, .data-table-section .nav-tabs .nav-link.active {
                color: #0C4AA8;
                border-bottom: 2px solid #0C4AA8;
            }

            .data-table-section .nav-tabs .nav-link:focus, .data-table-section .nav-tabs .nav-link:hover {
                color: #0C4AA8;
                border: 0;
                border-bottom: 2px solid #0C4AA8;
            }


footer {
    padding: 0 0 30px;
}

    footer p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: center;
        color: #333333;
        margin: 0;
    }

        footer p a {
            color: #333333;
            text-decoration: none;
            transition: all 0.3s ease-in-out;
        }

            footer p a:hover {
                color: #0C4AA8;
            }
/* .dt-layout-table{
    height: 450px;
    overflow-y: scroll;
} */


.report-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    opacity: 1;
    background: url(../Images/close.svg) no-repeat center center;
}

    .report-modal .btn-close:focus {
        box-shadow: none;
    }

.report-modal {
    text-align: center;
}

    .report-modal h2 {
        font-weight: 600;
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: center;
        color: #0C4AA8;
        padding: 0 0 10px;
    }

    .report-modal p {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: center;
        color: #010101;
        padding: 0 0 10px;
    }

    .report-modal .input-block {
        padding: 0 0 25px;
    }

    .report-modal .btn {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #fff;
        background: #0C4AA8;
        border-radius: 10px;
        border: 1px solid #DEE2E6;
        padding: 10px 54px;
    }

        .report-modal .btn:hover {
            background: #98bc3f;
        }

    .report-modal .form-control {
        border: 1px solid #DEE2E6;
        padding: 12px 20px;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #000;
        /*border-radius: 10px;*/
    }

        .report-modal .form-control:focus {
            box-shadow: none;
        }

        .report-modal .form-control::placeholder {
            color: #8392AB;
        }

    .report-modal .modal-body {
        padding: 50px 60px 10px;
    }

    .report-modal .modal-content {
        border-radius: 18px;
    }

.dropdown-view {
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 9;
}

    .dropdown-view .btn {
        border: 0;
    }

    .dropdown-view .dropdown-item:focus, .dropdown-view .dropdown-item:hover {
        background: #fff;
    }

    .dropdown-view .dropdown-toggle::after {
        display: none;
    }

    .dropdown-view .dropdown-menu {
        border: 0;
        min-width: max-content;
        box-shadow: 0px 2px 12px 0px #00000014;
        background: linear-gradient(270deg, #FFFFFF 0%, #EBF3FF 100%);
    }

    .dropdown-view .dropdown-item {
        padding: 5px 12px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #8f9cb5;
        font-weight: 500;
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 535px;
        margin-right: auto;
        margin-left: auto;
    }
}



.payment-success-section {
    padding: 0 0 60px;
    margin-top: -70px;
}

    .payment-success-section .payment-success-wrapper {
        padding: 80px 0;
        background: linear-gradient(270deg, #FFFFFF 0%, #EBF3FF 100%);
        border: 1px solid #E3E7EB;
        border-radius: 20px;
        text-align: center;
        max-width: 1074px;
        margin: 0 auto;
    }

        .payment-success-section .payment-success-wrapper img {
            max-height: 140px;
        }

    .payment-success-section h2 {
        font-weight: 600;
        font-size: 58px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #70C01A;
        padding: 0 0 20px;
    }

    .payment-success-section p {
        font-weight: 600;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: center;
        color: #010101;
        padding: 0 0 15px;
    }

    .payment-success-section .btn {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0px;
        background: #0C4AA8;
        color: #fff;
        padding: 9px 54px;
        border-radius: 10px;
        margin: 0 0 30px;
    }

        .payment-success-section .btn:hover {
            background: #98bc3f;
        }

    .payment-success-section .light-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: center;
        color: #8392AB;
        padding: 0;
    }


.payment-failed-section h2 {
    color: #FF1D3C;
}

.payment-failed-section p {
    max-width: 70%;
    margin: 0 auto;
    padding: 0 0 30px;
}

.payment-failed-section .light-text {
    max-width: 100%;
}


.show-more-data-with-pagination .table-wrapper:after {
    display: none;
}

.show-more-data-with-pagination .dt-container .dt-layout-row:nth-child(3) {
    display: block;
}

    .show-more-data-with-pagination .dt-container .dt-layout-row:nth-child(3) .dt-layout-cell {
        margin-right: 20px !important;
    }

.show-more-data-with-pagination div.dt-container .dt-paging .dt-paging-button.current, .show-more-data-with-pagination div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: #0C4AA8;
    color: #fff !important;
    border: 0;
}

.show-more-data-with-pagination div.dt-container .dt-paging .dt-paging-button {
    border: 0;
    min-width: 40px;
    background: #f6f9ff;
    border-radius: 5px;
}

    .show-more-data-with-pagination div.dt-container .dt-paging .dt-paging-button:hover {
        background: #0C4AA8;
        color: #fff !important;
        border: 0;
    }

body .table-wrapper .dataTable .dt-empty {
    text-align: center !important;
    padding: 50px;
}

.show-more-data-with-pagination table.dataTable tbody tr:last-child {
    border-bottom: 0.8px dashed #DEE2E6 !important;
}

.show-more-data-with-pagination .table-wrapper:after {
    display: none;
}

.dt-paging {
    display: none;
}

.show-more-data-with-pagination .dt-paging {
    display: block;
}

@media (max-width: 767px) {
    .show-more-data-with-pagination .dt-container .dt-layout-row:nth-child(3) {
        display: flex;
        justify-content: center;
    }
}

.btn:focus {
    box-shadow: none !important;
}


.show-more-data-with-pagination div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
    display: block;
    padding-left: 50px;
}

.dt-length select {
    border: 1px solid #DEE2E6 !important;
    border-radius: 4px !important;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
}

    .dt-length select:focus {
        outline: 0;
    }

.dt-length label {
    padding-left: 5px;
    color: #212529;
}

.dt-layout-table + .dt-layout-row {
    display: flex !important;
}

    .dt-layout-table + .dt-layout-row .dt-layout-start {
        padding-left: 20px !important;
    }

#dt-length-0, #dt-length-1, #dt-length-2 {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/select-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding: 4px 20px 3px 10px;
    border-radius: 4px;
}

@media(max-width: 767px) {
    .dt-layout-table + .dt-layout-row {
        flex-direction: column;
    }
}


#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #0C4AA8; /* Change to your theme color */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.download-report-block-button {
    background: #fff !important;
    justify-content: end !important;
    border: 0 !important;
}

.data-table-section table.dataTable td a {
    color: #0C4AA8;
    text-decoration: none;
    display: flex;
    gap: 4px;
}

.spn-error {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.select2-container--default .select2-results__option--selected {
    background-color: #EBF5FF;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0b4aa9;
}

.select2-dropdown {
    border-radius: 10px !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    border-radius: 10px !important;
}

.filter-section .select2-container--default .select2-selection--multiple {
    border-radius: 10px !important;
}

/* For the search input itself */
input[type="search"] {
    position: relative;
}

    /* If you are using the default clear button (available in modern browsers like Chrome) */
    input[type="search"]::-webkit-search-cancel-button {
        cursor: pointer;
    }

    /* For Firefox and other browsers that might need custom styles */
    input[type="search"]::-moz-search-clear-button {
        cursor: pointer;
    }


.filter-section .multiple-select-block {
    position: relative;
}

.filter-section .clear-tags-btn {
    position: absolute;
    top: 0;
    right: 20px;
    top: 13px;
    border: 1px solid #DEE2E6;
    background: #0C4AA8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    width: 26px;
}

    .filter-section .clear-tags-btn img {
        width: 15px;
        filter: brightness(0) invert(1);
    }

.filter-section .multiple-select-block {
    width: 100%;
    overflow-x: auto;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    margin-left: 0;
    height: 23px;
}


    .select2-container .select2-search--inline .select2-search__field::placeholder {
        font-family: "Source Sans 3", sans-serif !important;
    }

.email-error {
    border: 1px solid #df1b41 !important;
    box-shadow: 0 0 0 1px #df1b41 !important;
}

.email-error-message {
    color: #df1b41 !important;
    font-size: 12px;
    margin-top: 0 !important;
    text-align: left !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}


.primary-theme-btn {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0px;
    border: 1px solid #DEE2E6;
    background: #0C4AA8;
    text-align: center;
    padding: 15px 30px;
    border-radius: 10px;
    color: #fff;
}

    .primary-theme-btn:hover {
        background: #98bc3f;
        color: #fff;
    }

    .primary-theme-btn:focus {
        border: 1px solid #DEE2E6;
        background: #0C4AA8;
        color: #fff;
    }

    .primary-theme-btn img {
        margin-right: 10px;
    }

.download-report-warning-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    border-radius: 20px;
    margin-top: 30px;
    background: linear-gradient(270deg, #fffbeb 0%, #fef3c7 100%);
    border: 1px solid #fde68a;
}

.download-icon-box {
    display: flex;
}

    .download-icon-box .icon-box {
        padding: .75rem;
        background-color: #fde68a;
        border-radius: 0.5rem;
        color: #b45309;
        margin-right: 1rem;
        box-shadow: 0px 0px 10px #fbf1c9;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .download-icon-box h3 {
        font-size: 18px;
        color: #b45309;
        line-height: normal;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

    .download-icon-box p {
        font-size: 16px;
        color: #b45309;
        line-height: normal;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

.dashboard-cardbox {
    padding: 0px 0px 50px;
    position: relative;
}

    .dashboard-cardbox .card {
        border: 1px solid #e5e7eb;
        background: #fff;
        border-radius: 15px;
        padding: 20px 40px;
        text-align: center;
        box-shadow: 0px 2px 12px 0px #00000014;
    }

        .dashboard-cardbox .card h4 {
            font-weight: 600;
            font-size: 18px;
            line-height: normal;
            color: #231F20;
            margin: 15px 0px 10px;
            padding: 0px;
        }

        .dashboard-cardbox .card p {
            font-weight: 400;
            font-size: 16px;
            line-height: normal;
            color: #231F20;
            margin: 0px 0px 0px;
            padding: 0px;
        }

        .dashboard-cardbox .card .icon-box {
            width: 48px;
            height: 48px;
            border-radius: 5px;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

.blue-bg {
    background-color: #dbeafe;
    color: #2563eb;
}

.green-bg {
    background-color: #dcfce7;
    color: #16a34a;
}

.yellow-bg {
    background-color: #fef3c7;
    color: #d97706;
}

.dashboard-faq-section {
    padding: 0px 0px 50px;
    position: relative;
}

    /*.dashboard-faq-card {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 2px 12px 0px #00000014;
}*/

    .dashboard-faq-section h2 {
        font-size: 30px;
        color: #0046ad;
        margin-bottom: 20px;
        text-align: center;
        font-weight: 600;
    }

    .dashboard-faq-section .accordion h2 {
        margin: 0px;
    }

    .dashboard-faq-section .accordion .accordion-item {
        border-radius: 15px !important;
        margin-bottom: 20px;
        border: 1px solid #eee;
    }

    .dashboard-faq-section .accordion .accordion-button {
        border-radius: 15px !important;
        background: #f8f9fa;
        font-weight: 600;
        font-size: 16px;
        line-height: normal;
    }

        .dashboard-faq-section .accordion .accordion-button:focus {
            box-shadow: none;
        }

        .dashboard-faq-section .accordion .accordion-button:not(.collapsed) {
            background: #f8f9fa;
            color: #0C4AA8;
            border-radius: 15px 15px 0px 0px !important;
        }

.filter-section .filter-wrapper {
    position: relative;
}

    .filter-section .filter-wrapper .secure-verified-box {
        position: absolute;
        right: 50px;
        top: 20px;
    }

.secure-verified-box {
    padding: 0px 0px;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 20px;
    position: absolute;
    right: 50px;
    top: 30px;
}

    .secure-verified-box .icon-box {
        padding: 0px 10px;
        color: #a3e635;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .secure-verified-box p {
        font-size: 16px !important;
        line-height: normal;
        font-weight: 400;
        color: #fff;
        margin: 0px;
        padding: 0px;
    }

/*.show-more-data-with-pagination .dt-container .dt-layout-row:nth-child(3) .dt-layout-cell {
    margin-right: 350px !important;
}*/

.showing-data-text {
    display: flex;
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 9;
}

    .showing-data-text p {
        font-size: 16px;
        line-height: normal;
        font-weight: 400;
        color: #231F20;
        margin: 0px;
        padding: 0px;
    }

.download-result-text {
    display: flex;
    align-items: center;
    color: #0C4AA8;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}

.show-more-data-with-pagination .download-result-text {
    display: none;
}

.download-result-text span {
    font-size: 16px;
    margin: 0px 0px 0px 10px;
    color: #0C4AA8;
    line-height: normal;
    font-weight: 500;
}

@media (max-width:1400px) {
    /*    .show-more-data-with-pagination .dt-container .dt-layout-row:nth-child(3) .dt-layout-cell {
        margin-right: 340px !important;
    }*/
}

@media (max-width:1200px) {
    /*    .show-more-data-with-pagination .dt-container .dt-layout-row:nth-child(3) .dt-layout-cell {
        margin-right: 250px !important;
    }

        .show-more-data-with-pagination .dt-container .dt-layout-row:nth-child(3) .dt-layout-cell .dt-paging nav {
            margin: 0px 100px 0px -100px;
        }*/
}

@media (max-width:992px) {
    .download-report-warning-block {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .download-icon-box {
        margin-bottom: 15px;
    }

        .download-icon-box .icon-box {
            padding: 10px 10px;
            width: 60px;
            height: 60px;
        }

    .dashboard-cardbox {
        padding: 0px 0px 20px;
    }

        .dashboard-cardbox .card {
            margin-bottom: 30px;
        }

    /*    .show-more-data-with-pagination .dt-container .dt-layout-row:nth-child(3) .dt-layout-cell {
        margin-right: 350px !important;
    }

        .show-more-data-with-pagination .dt-container .dt-layout-row:nth-child(3) .dt-layout-cell .dt-paging nav {
            display: flex;
            margin: -40px 0px 0px;
        }*/
}

@media (max-width:767px) {
    .filter-section .filter-wrapper .secure-verified-box {
        right: 20px;
    }

    .download-report-warning-block {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

        .download-report-warning-block .primary-theme-btn {
            font-size: 16px;
            padding: 15px 20px;
        }

    .download-icon-box {
        margin-bottom: 15px;
    }

        .download-icon-box .icon-box {
            padding: 10px 10px;
            width: 90px;
            height: 60px;
        }

    .dashboard-cardbox {
        padding: 0px 0px 20px;
    }

        .dashboard-cardbox .card {
            margin-bottom: 30px;
        }

    /*    .show-more-data-with-pagination .dt-container .dt-layout-row:nth-child(3) .dt-layout-cell {
        margin-right: 20px !important;
    }

        .show-more-data-with-pagination .dt-container .dt-layout-row:nth-child(3) .dt-layout-cell .dt-paging nav {
            margin: 10px 0px -5px;
        }*/

    .data-table-section .table-wrapper {
        padding: 0px 0px 50px;
    }
}


/* ============== Popup Css ============== */

.secure-card-box {
    padding: 10px 10px;
}

.secure-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dbeafe;
    color: #2563eb;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    margin: 0px auto 15px;
}

.secure-card-box h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #0C4AA8;
    padding: 0 0 10px;
    margin: 0;
}

.secure-card-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #010101;
    padding: 0 0 10px;
    margin: 0;
}

.secure-listing ul {
    margin: 0px -60px 25px;
    padding: 15px 60px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
}

    .secure-listing ul li {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

.secure-listing li .secure-listing-icon {
    color: #16a34a;
    width: 25px;
    height: 25px;
    margin: 5px 5px 0px 0px;
}

.secure-listing li .secure-listing-text {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #010101;
    width: 60%;
    text-align: left;
    word-break: break-word;
}


.report-card-box {
    padding: 10px 10px;
    background-color: #eff6ff;
    border: 1px solid #f3f4f6;
    border-radius: 10px;
    margin-bottom: 30px;
}

.report-title-price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.report-title h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: #010101;
    text-align: left;
    padding: 0 0 0px;
    margin: 0;
}

.report-title p {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #010101;
    text-align: left;
    padding: 0 0 0px;
    margin: 0;
}

.report-price h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    color: #0C4AA8;
    text-align: left;
    padding: 0 0 0px;
    margin: 0;
}

.report-price p {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #010101;
    text-align: left;
    padding: 0 0 0px;
    margin: 0;
}

.report-listing {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
    text-align: left;
}

    .report-listing li {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        color: #010101;
        margin-bottom: 5px;
        position: relative;
        padding: 0px 0px 0px 30px;
    }

        .report-listing li.remove-icon {
            padding: 0px 0px;
        }

            .report-listing li.remove-icon:before {
                display: none;
            }

        .report-listing li:last-child {
            margin-bottom: 0;
        }

        .report-listing li:before {
            content: '';
            background-image: url(../images/report-checkmark.svg);
            background-repeat: no-repeat;
            background-size: cover;
            width: 18px;
            height: 18px;
            position: absolute;
            left: 0;
            top: 3px;
        }

/*.data-table-section .table-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 100px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, #FFFFFF 62.13%);
}*/

.blur-overlay-wrapper {
    position: relative;
    overflow: hidden;
}

    /* Third-to-last row: most visible */
    .blur-overlay-wrapper table tbody tr:nth-last-child(3) {
        filter: blur(1px);
        opacity: 0.8;
        pointer-events: none;
    }

    /* Second-to-last row: more blur */
    .blur-overlay-wrapper table tbody tr:nth-last-child(2) {
        filter: blur(2px);
        opacity: 0.5;
        pointer-events: none;
    }

    /* Last row: most blurred and transparent */
    .blur-overlay-wrapper table tbody tr:nth-last-child(1) {
        filter: blur(3px);
        opacity: 0.3;
        pointer-events: none;
    }

    /* Optional fade effect overlay at bottom */
    .blur-overlay-wrapper::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 60px;
        width: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
        pointer-events: none;
        border-radius: 15px;
    }

.show-more-data-with-pagination .dropdown-view img {
    filter: brightness(0.2)
}

.filter-section .multiple-select-wrapper .save-search {
    background: transparent;
    border: 1px solid #DEE2E6;
    color: #000;
}

    .filter-section .multiple-select-wrapper .save-search:hover {
        color: #fff;
    }

.report-modal #payment-form .input-block label {
    text-align: left;
    display: block;
}


.custom-progress-bar {
    display: flex;
    align-items: center;
}

.custom-progress-bar .progress {
    width: 50px;
    height: 8px;
    background: #e9ecef;
}

.bg-blue {
    background: #0C4AA8;
}

.bg-green {
    background: #98bc3f;
}

.report-modal .modal-footer {
    padding: 0;
}

.powered-link-card-box {
    width: 100%;
    background: #f9fafb;
    margin: 0;
    border-radius: 20px;
}

.powered-link-card-box ul {
    margin: 0px 0px;
    padding: 15px 60px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.powered-link-card-box ul li {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #010101;
    position: relative;
    padding: 0px 0px 0px 15px;
        }

.powered-link-card-box ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #0c4aa8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.powered-link-card-box ul li:first-child {
    padding: 0px;
}

.powered-link-card-box ul li:first-child:before {
    display: none;
}

.powered-link-card-box ul li a {
text-decoration: none;
}

    .powered-link-card-box ul li a:hover {
        color: #0c4aa8;
    }

@media(max-width:767px) {
    .powered-link-card-box ul {
        padding: 15px 16px;
        align-items: flex-start;
        text-align: left;
        flex-flow: column;
    }

    .powered-link-card-box ul li {
        padding: 0px 0px 10px 15px;
    }

    .powered-link-card-box ul li:first-child {
        padding: 0px 0px 10px;
    }

    .powered-link-card-box ul li:last-child {
        padding: 0px 0px 0px 15px;
    }

    .secure-listing ul {
        margin: 0px -20px 25px;
        padding: 15px 15px;
        flex-flow: column;
    }

    .secure-listing li .secure-listing-icon {
        margin: 0px 5px 0px 0px;
    }

    .secure-listing li .secure-listing-text {
        width: 100%;
        margin-bottom: 15px;
    }

    .blur-overlay-wrapper {
        overflow: unset; 
    }

    .showing-data-text {
        bottom: -20px;
        left: 20px;
    }

    .download-result-text {
        right: unset;
        bottom: -50px;
        left: 15px;
    }
    .banner-section {
        padding: 60px 0 100px;
        height: 280px;
    }

    .secure-verified-box {
        right: 120px;
        top: 30px;
    }   
}
.show-more-data-with-pagination .showing-data-text {
    display: none;
}

/* =========== Footer CSS =========== */

.legisearch-footer {
    background-color: #010E21;
    position: relative;
    padding: 80px 0px 30px;
}

    .legisearch-footer p {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        color: #cacaca;
        text-align: left;
        margin: 0px;
        padding: 0px;
    }

.legisearch-footer-logo {
    margin-bottom: 30px;
    display: inline-block;
}

.legisearch-footer-logo img {
    width: 120px;
}

.legisearch-footer .widget .widget-title {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin: 0px 0px 20px;
    padding: 0;
}

.legisearch-footer .widget .list-unstyled {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
}

    .legisearch-footer .widget .list-unstyled li {
        margin-bottom: 10px;
    }

    .legisearch-footer .widget .list-unstyled a {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        color: #cacaca;
        text-align: left;
        text-decoration: none;
    }

        .legisearch-footer .widget .list-unstyled a:hover {
            color: #3f78e0;
        }

.legisearch-footer .contact-detalis address {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #cacaca;
    text-align: left;
    text-decoration: none;
    padding: 0px 120px 0px 0px;
}

.legisearch-footer .contact-detalis a {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #cacaca;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}

    .legisearch-footer .contact-detalis a:hover {
        color: #3f78e0;
    }

.legisearch-footer hr {
    margin: 50px 0px 0px;
    color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

.legisearch-footer .copyright-text {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #cacaca;
    text-align: center;
    margin: 30px 0px 0px;
}

.email-info {
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    color: #808080;
    text-align: left;
    display: block;
}

@media(max-width:1400px) {
    .legisearch-footer .contact-detalis address {
        padding: 0px 90px 0px 0px;
    }
}

@media(max-width:1200px) {
    .legisearch-footer .contact-detalis address {
        padding: 0px 30px 0px 0px;
    }
}

@media(max-width:992px) {
    .legisearch-footer {
        padding: 50px 0px 30px;
    }

        .legisearch-footer .widget {
            margin: 0px 0px 20px;
        }

            .legisearch-footer .widget .widget-title {
                margin: 0px 0px 20px;
            }

        .legisearch-footer hr {
            margin: 20px 0px 0px;
        }

        .legisearch-footer .copyright-text {
            margin: 30px 0px 0px;
        }
}

@media(max-width:767px) {
    .legisearch-footer p {
        margin: 0px 0px 30px;
    }

    .legisearch-footer .widget {
        margin-bottom: 30px;
    }

        .legisearch-footer .widget .widget-title {
            margin: 0px 0px 15px;
        }

    .legisearch-footer .contact-detalis address {
        padding: 0px 0px;
    }

    .legisearch-footer .copyright-text {
        margin: 30px 0px 0px;
    }

    .legisearch-footer hr {
        margin: 0px 0px 0px;
    }
}

/* =========== Footer CSS =========== */