.main {
    position: relative;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    height: 100%;
    z-index: 1000;
    background: #ffffff;
    padding-bottom: 100%;
  }

  .table-container {
    margin-top: 50px;
  }
  
  svg.w-5.h-5 {
    display: none;
}

.pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px; /* Adjust the margin as needed */
    border-top: 1px solid #ddd; /* Border color */
    padding-top: 10px; /* Adjust the padding as needed */
}

.pagination-container ul.pagination {
    list-style: none;
    display: flex;
    gap: 10px; /* Adjust the spacing between pagination items */
}

.pagination-container ul.pagination li {
    border: 1px solid #ddd; /* Border color */
    border-radius: 4px; /* Border radius */
    padding: 5px 10px; /* Adjust the padding as needed */
}

.pagination-container ul.pagination li.active {
    background-color: #007bff; /* Active page background color */
    color: #fff; /* Active page text color */
}


  table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  
  .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
        display: none;
    }
    
    svg {
        display: none;
    }
    
    path {
        display: none;
    }

  th, td {
    padding: 20px;
    text-align: left;
    border-bottom: 9px solid #000000;
}

  thead th {
    border-right: 1px solid #f2f2f2;
    background-color: #007bff;
    color: #fff;
    font-size: 1.2em;
  }

  tbody td {
    border-right: 2px solid #000000; /* Ketebalan border kolom */
}

  th:last-child, td:last-child {
    border-right: none;
  }

  th:nth-child(3){
    width: 80px;
  }

  th:nth-child(5){
    width: 150px;
  }

  th:nth-child(2){
    width: 100px;
  }

  thead {
    border-bottom: 2px solid #ddd;
  }

  tbody tr:hover {
    background-color: #f5f5f5;
  }

  caption {
    caption-side: top;
    text-align: center;
    font-size: 1.8em;
    padding: 10px;
    background-color:#bed2c2;
    color: white;
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #ddd;
  }

  img {
    max-width: 300px;
    height: auto;
  }

  .text {
    font-weight: 300;
    width: 450px;
    word-wrap: break-word;
    overflow: hidden;
  }

  a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
  }

  a:hover {
    text-decoration: underline;
  }

  .desk {
    font-weight: 300;
  }
