/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 10-Jan-2024, 11:20:05 am
    Author     : naeem.tabsyst
*/

/* .fv-pagination .page-link{
    color: #3f4152 !important;
    border-top: 1px solid #3f4152;
    border-bottom: 1px solid #3f4152;
    border-right: none;
    border-left: none;
} */
/* .fv-pagination .page-item:first-child .page-link {
     border-left: 1px solid #3f4152;
} */
/* .fv-pagination .page-link:last-child{
     border-right: 1px solid #3f4152;
} */

.fv-pagination .active>.page-link,.fv-pagination .page-link.active {
    z-index: 3;
    /* color: #3f4152 !important;
    background-color: white;
    border: 1px solid  #3f4152 !important; */
}

/* .fv-pagination  .page-link:hover {
        border: 1px solid  #3f4152 !important;
} */



        .fv-pagination {
            margin: 20px 0;
        }

        .fv-pagination .pagination {
            display: flex;
            align-items: center;
            gap: 8px;
            list-style: none;
            margin: 0;
            padding: 0;
            justify-content: flex-start;
        }

        .fv-pagination .page-item {
            display: inline-block;
        }

        .fv-pagination .page-link {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 40px;
            height: 40px;
            padding: 0 12px;
            border: 1px solid #e1e5e9;
            border-radius: 6px;
            background: white;
            color: #6c757d;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s ease;
            cursor: pointer;
            user-select: none;
        }

        .fv-pagination .page-link:hover {
            border-color: #6f42c1;
            color: #6f42c1;
            background-color: #f8f6ff;
            text-decoration: none;
        }

        .fv-pagination .page-item.active .page-link {
            background-color: #6f42c1;
            border-color: #6f42c1;
            color: white;
            font-weight: 600;
        }

        .fv-pagination .page-item.active .page-link:hover {
            background-color: #5a32a3;
            border-color: #5a32a3;
            color: white;
        }

        .fv-pagination .page-item.disabled .page-link {
            opacity: 0.5;
            cursor: not-allowed;
            pointer-events: none;
        }

        /* Previous/Next button specific styling */
        .fv-pagination .page-link[rel="prev"],
        .fv-pagination .page-link[rel="next"] {
            font-weight: 500;
            letter-spacing: 0.2px;
            gap: 6px;
        }

        /* Icon styling */
        .fv-pagination .page-link i {
            font-size: 12px;
        }

        /* Results count styling */
        #pd_showing_result_count {
            margin-top: 15px;
            color: #6c757d;
            font-size: 14px;
            font-weight: 400;
        }

