.pt-2, .py-2 {
    padding-top: .5rem !important;
}
#pagination-container {
    width: 100%;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .75rem;
}
.pagination {
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page-item {
    margin: .15rem;
}
.page-item.active {
    cursor: default;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #5a5b75;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
}
.page-link{
    position: relative;
    transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    font-weight: 500;
}
.pagination .page-link{
    border-radius: .5rem;
    font-size: .875rem;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #766df4;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(118, 109, 244, 0.35);
}
