
  .tablestyle1 {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
    font-size: 13px;
  }

  .tablestyle1   th, td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
  }

  .tablestyle1 th {
    background-color: #0056A3;
    color: white;
    font-weight: bold;
  }

  .tablestyle1 tr:hover {
    background-color: #f1f1f1;
  }

  .tablestyle1 tr:nth-child(even) {
    background-color: #fafafa;
  }