
.paging {
    margin: 30px 0;
    text-align: center;
}

.pagination {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 6px;
    flex-wrap: wrap;
}

    .pagination .page-item {
        display: inline-block;
    }

        .pagination .page-item a,
        .pagination .page-item span {
            display: block;
            min-width: 42px;
            padding: 10px 16px;
            text-decoration: none;
            color: #333;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 15px;
            font-weight: 500;
            transition: all .3s ease;
        }

            .pagination .page-item a:hover {
                background: #0d6efd;
                color: #fff;
                border-color: #0d6efd;
            }

        .pagination .page-item.active a {
            background: #0d6efd;
            border-color: #0d6efd;
            color: #fff;
            cursor: default;
        }

        .pagination .page-item.disabled a,
        .pagination .page-item.disabled span {
            background: #f5f5f5;
            color: #999;
            border-color: #ddd;
            cursor: not-allowed;
            pointer-events: none;
        }

        .pagination .page-item:first-child a,
        .pagination .page-item:last-child a {
            font-weight: 600;
            padding: 10px 18px;
        }

/* Mobile */
@media (max-width: 576px) {

    .pagination {
        gap: 4px;
    }

        .pagination .page-item a,
        .pagination .page-item span {
            min-width: 36px;
            padding: 8px 12px;
            font-size: 14px;
        }
}



.txt-center {
    text-align: center;
}

.border- {
    border: 1px solid #000 !important;
}

.padding {
    padding: 15px;
}

.mar-bot {
    margin-bottom: 15px;
}

.admit-card {
    border: 2px solid #000;
    padding: 15px;
    margin: 20px 0;
}

.BoxA h5, .BoxA p {
    margin: 0;
}

h5 {
    text-transform: none;
}

table img {
    width: 100%;
    margin: 0 auto;
}

.table-bordered td, .table-bordered th, .table thead th {
    border: 1px solid #dee2e6 !important;
    font-size: 13px;
}

.has-icon-left .form-control-position {
    right: auto;
    left: inherit;
}

.has-icon-left .form-control {
    padding-left: 3.0rem;
}

.form-control-position {
    position: relative;
    top: -34px;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 100%;
    text-align: center;
    color: #fff;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    background: #0073b7
}

    .form-control-position i {
        padding: 10px 0;
    }

.sign-thumb {
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.table22 {
    border: none !important;
}

    .table22 td {
        border-top: none !important;
        padding: 1px 15px;
    }

#housetaxdata table td span {
    font-size: 16px;
    font-weight: 600;
}
.table-bordered tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05) !important;
}