#editorials-table_paginate .page-item .page-link{
    min-width: initial;
}
#editorials-table_paginate .paginate_button.active{
    background-color: transparent;
}
.index{
    background-image:url('../img/panel_index_bg.jpg') ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.text-danger.del-btn:hover{
    background-color: initial !important;
    border-radius: initial !important;
    border-bottom: 2px solid var(--bs-danger);
}