.pagination.ui.container ul{
    display: flex;
    
    list-style-type: none;
    justify-content: center;
    
}

.pagination.ui.container ul li {
    border: 1px solid rgb(180, 117, 117);
    padding: 10px 20px;
}

#paginationContainer{
    display: flex;
    
    list-style-type: none;
    justify-content: center;
    flex-direction: row;
    
}
.pagination-ajax ul{
    display: flex;
    list-style-type: none;
    
}
.pagination-ajax ul li {
    width: 50px;
    height: 40px;
    text-align: center;
}
a.page-link {
    line-height: 40px;
    display: block;
    width: 100%;
    border: 1px solid rgb(219, 145, 145);
}



.pagination-filter-ajax ul {
    display: flex;
    list-style-type: none;
    justify-content: center;

}
.pagination-filter-ajax ul li {
    width: 50px;
    height: 40px;
    text-align: center;
}


.disabled3{
    line-height: 40px;
    border: 1px solid rgb(219, 145, 145);
}


.disabled2{
    line-height: 40px;
    border: 1px solid rgb(219, 145, 145);
}
.active2{
    line-height: 40px;
    
}
.control{
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
 
    
}
img{
    width: 40px;
    height: 40px;
}
.filter{
    display: flex;
    justify-content: space-around ;
    padding: 0 25px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.container-action{
    padding: 20px 0 ;
    border: 2px solid rgb(187, 137, 137);
}
.sec{
    padding:20px;
    
}
.table-container{
    width: 1000px;
}
.tablevip{
    padding: 0 20px;
}
#deleteAllBtn{
    display: none;
    position: absolute;
    right: 50px;
    cursor: pointer;
    
   
}

input#search{
    width: 1200px;
}