table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
  }
  th, td {
    padding: 8px;
    text-align: left;
    border: 1px solid #4d9ee4a9;
    color: #095192;
  }
  .pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }

  .pagination button {
    padding: 5px 10px;
    margin: 0 5px;
    color: black;
    border: none;
    cursor: pointer;
  }
  .pagination .active{
    background-color: #01D28E;
    color: white;
  }
  .search input{
    padding: 10px 5px;
    width: 14rem;
    border: 1px solid #4d9ee4a9;
    margin-right: 10px;
    border-radius: 10px;
  }
  .search input::placeholder{
    color: #4d9ee458;
  }
  .show-entries {
    
    padding: 5px 10px;
  }
  .show-entries select {
    border: 1px solid #4d9ee4a9;
    padding: 7px 12px;
    outline: none;
    border-radius: 10px;
    margin: 0px 10px;
    color: #095192;
    font-weight: bold;
  }
  .show-entries select option{
    color: #095192;
    font-weight: bold;
  }

  