.popup-modal .modal-dialog {
    max-width: 80%;
  }
  .table-wrapper {
    max-height: 400px;
    overflow-y: auto;
  }
  .pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }