.dataTables_wrapper .dataTables_paginate .paginate_button
{
    padding: 0px;
}

.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239 239 239 / 0.95); /* White background with opacity */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .loading-icon {
    width: 50px;
    height: 50px;
    /* Add styles for your loading GIF here */
  }

  .text-center {
    text-align: center;
}