.page-number {
    display: flex;
    justify-content: end;
    margin: 30px 0;
    width: 100%;
}
.page-link:first-child{
    font-size: 25px;
}
.page-link {
    color: #000 !important;
    border: 0 !important;
    margin: 0 20px;
    font-size: 12px !important;
    background-color: transparent !important;
    font-weight: 600;
    border-radius: 5px;
}

.page-item.active .page-link {
    background-color: #09158C !important;
    color: #fff !important;
    border-radius: 5px;

}

.page-link:hover {
    color: #fff !important;
    background-color: #09158C !important;
    border-radius: 5px;

}

.page-link:focus {
    box-shadow: none;
}

.pagination .disabled .page-link{
    color: #AAAAAA !important;
    background: transparent !important;
}
