.styled-pagination .clearfix li.active a, .page-slider #page-slider-links-list li.active a{
    font-weight: bold;
    color: black;
}
.styled-pagination{
    display: flex;
    justify-content: center;
}

#selectPageButton{
    padding: 5px;
    border:1px solid #6b6f78;
}
#selectPageButton a{
    margin-right: 5px;
    margin-left: 5px;
}
#selectPageButton.middle-page-selected{
    border:2px solid black;
}
#selectPageButton.middle-page-selected a{
    font-weight: bold;
    color: black;
}
#arrow-down{
    padding-top: 4px;
    padding-left: 2px;
    font-size: 9px;
    color: #333A48;
}
.page-slider{
    display: none;
    position: absolute;
    /*top: 20px;*/
    bottom: 16px;
    text-align: center;
    padding: 5px;
    min-width: 581px;
    max-width: 581px;
    overflow-x: scroll;
    background-color: #ffffff;
    border-radius: 15px;
}
.page-slider.show-page-slider{
    display: block;
}
.page-slider::-webkit-scrollbar {
    height: 7px;
    background: linear-gradient(#6b6f78, #6b6f78) no-repeat center/100% 1px;
}
.page-slider::-webkit-scrollbar-thumb:horizontal{
    background: #6b6f78;
    height: 4px;
    border-radius: 10px;
 }
.page-slider-links{
    display: inline-block;
    margin: 0 auto;
}
#page-slider-links-list{
    justify-content: start;
}