body {
    margin: 2rem !important;
  }
  
  body .bx--btn {
    display: inline-flex;
    margin-top: 1rem;
  }
  
  .descDetail {
    display: inline-block;
    padding-left: 20px;
  }
  
  .descDetail2 {
    display: inline-block;
    padding-left: 20px;
  }
  
  * {
    font-size: 10px;
  }
  
  .paginationContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    gap: 10px;
  }
  #paginationBtns button {
    border: 1px solid rgb(120, 120, 120);
    background-color: white;
    width: 5rem;
    height: 2rem;
    cursor: pointer;
    font-size: 13px;
  }
  #paginationBtns button:disabled {
    border: 1px solid lightgray;
  }
  #rowsPerPageSelect {
    width: 5rem;
    height: 2rem;
    border: 1px solid rgb(120, 120, 120);
    background-color: white;
    outline: none;
    padding: 0.5rem;
  }
  