.pignose-calendar .icon-arrow-left:before {
    content: '<';
    font-weight: bold;
    font-size: 30px;
}

.pignose-calendar .icon-arrow-right:before{
    content: '>';
    font-weight: bold;
    font-size: 30px;
}


.paginate {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

li.disabled.page-item {
    display: flex;
    border: 1px solid #ddd;
    align-items: center;
    font-size: 16px;
    
}
.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border: 0;
    background: #04214e;
    color: #fff !important;
}
.page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border: 0;
    background: #04214e;
    color: #fff !important;
    font-size: 19px;
}
.paginate nav{
    background-color: transparent;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    height: 100%;
    align-items: center;
    display: flex;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    width: 4rem;
    height: 3rem;
}
.page-link {
    padding: .375rem .75rem;
    width: 4rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #04214e;
    color: #fff !important;
}

.page-link:hover {
    background: #04214e;
}