/*
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: none !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;
}