.ffba-pagination{
    text-align: right;
    padding-right: 20px;
}
.ffba-pagination span{
    color: #141414;
    padding-right: 5px;
}
.ffba-pagination  button{
    padding: 4px 12px;
    margin-left: 4px;
    outline: none;
    color: #3E6BE6 ;
    fill: #3E6BE6 ;
    border: 1px solid #CED7DE ;
    background-color: #fff;
    border-radius: 4px;
}
.ffba-pagination  button:hover{
    border-color: #B0BAC2 ;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05) ;
    color: #265DF1 ;
}
.ffba-pagination  button:disabled{
    color: #B0BAC2;
    background-color: rgb(237, 243, 247);
    border-color: rgb(237, 243, 247);
}
.ffba-pagination  button:disabled:hover{
    border-color: rgb(237, 243, 247);
    box-shadow: none;
    color: #B0BAC2;
}
.ffba-pagination  button i{
    font-size: 16px;
}
.loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.loading-mask .loading {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background-color: #fff;
    padding-top: 40px;
}