table.dataTable.no-footer {
     border-bottom: none; 
}

.dataTables_wrapper .dataTables_paginate{
    float: none;
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    display: inline-flex;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 1.1em;
}

.dataTables_paginate  > .pagination >.next,
.dataTables_paginate  > .pagination >.previous{
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_paginate .previous.disabled,
 .dataTables_wrapper .dataTables_paginate .previous.disabled:hover,
 .dataTables_wrapper .dataTables_paginate .previous.disabled:active,
 .dataTables_wrapper .dataTables_paginate .next.disabled,
 .dataTables_wrapper .dataTables_paginate .next.disabled:hover,
 .dataTables_wrapper .dataTables_paginate .next.disabled:active
 {
    display:none;
 }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: lightgray;
  color: black!important;
}

.tablecardnewz .pagination .active .page-link{
    color: red;
}

.tablecardnewz .pagination .page-link{
    font-weight: bold;
}

table.dataTable thead th, table.dataTable tfoot th{
    font-weight: normal;
}

.backend-description ol,.menu-custom ol{
    list-style: auto;
}
.backend-description ul, .menu-custom ul{
    list-style: disc;
}
.backend-description h1, .backend-description h2, .backend-description h3, 
.backend-description h4, .backend-descriptionh5, .backend-description h6{
    font-size: revert;
    font-weight: revert;
}

.panel3-custom p{
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

.panel2-custom p{
    padding-top: 0.5rem;
}

.menu-custom p{
    padding-top: 2.25rem;
}

.menu-custom ul{
    padding-left: 2rem;
}