#backToTop {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 9;
}

#backToTop::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: red;
    top: 16px;
    border-radius: 10px;
}
#backToTop i {
    color: red;
    font-size: 20px;
}
#pagination.justify-content-lg-end{
    justify-content: center !important;
}
#pagination .paginator .labelPages, #pagination .paginator .titlePages {
    display: none;
}

#pagination .paginator a, #pagination .paginator .currentPage {
    font-size: 12px;
    color: #e41b35;
    margin: 0 3px;
    border: 1px solid #e41b35;
    background: #fff;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

#pagination .paginator .currentPage {
    color: #fff ;
    border-color: #e41b35;
    background: #e41b35;
}

#pagination .paginator a.paging-next:before {
    content: "\f105";
    font-family: Font Awesome\ 5 Free;
}

#pagination .paginator a.paging-last:before {
    content: "\f101";
    font-family: Font Awesome\ 5 Free;
}

#pagination .paginator a.paging-previous:before {
    content: "\f104";
    font-family: Font Awesome\ 5 Free;
}

#pagination .paginator a.paging-first:before {
    content: "\f100";
    font-family: Font Awesome\ 5 Free;
}
.fixed-item.btn-tiktok-fixed{
    bottom: 210px !important;
}
.fixed-item.btn-mess-fixed {
    bottom: 150px !important;
}