.pagination-container ul {
    margin-top: 0px !important;
    align-items: center;
}

.pagination {
    column-gap: 8px;
}

.page-link {
    background: transparent;
    color: #9DAAC3;
    border: 0px solid transparent;
    border-radius: 50%;
}

.pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;

width: 32px;
height: 32px;
border-radius: 3px;
font-size: 12px;
font-weight: 600;
}
.three-dots span{
    background: transparent !important;
    border: none !important;
}
.pagination .page-link:hover {
    border: none;
}
.pagination-sm .page-item:first-child .page-link{
    margin-right: 12px;
}
.pagination-sm .page-item:last-child .page-link{
    margin-left: 12px;
}
.pagination-sm .page-item:first-child .page-link,
.pagination-sm .page-item:last-child .page-link {
    background: #fff;
    box-shadow: none !important;
    width: 32px;
    height: 32px;
    border: 0.5px solid #BCBCBC;
    border-radius: 50px;
}

.pagination-sm .page-item:first-child .page-link svg,
.pagination-sm .page-item:last-child .page-link svg {
    height: 12px;
    width: 12px;
    pointer-events: none;
}

.pagination-sm .page-item:first-child .page-link svg path,
.pagination-sm .page-item:last-child .page-link svg path {
    fill:#185BC3 !important;
}

.pagination-sm .page-item:first-child .page-link:hover,
.pagination-sm .page-item:last-child .page-link:hover {
    background: var(--secondary);
    color: #fff;
}

.page-item.active .page-link {
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    box-sizing: border-box;
    background: #175FEF;
    border: 0.5px solid #185BC3;
    border-radius: 3px;

}