.header-table-top-border {
  border-top: 1px solid #dfdfdf;
}

.filter-container-top-margin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin: 20px 0px;
}

.header-table {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.filter-container button {
  flex: 0 1 auto;
  padding: 10px;
  border: 1px solid #b1b1b1;
  border-radius: 12px;
  font-size: 16px;
  white-space: nowrap;
  width: auto;
  background-color: white;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  width: auto;
}
.custom-dropdown select {
  flex: 0 1 auto;
  padding: 12px;
  padding-right: 40px;
  border: 1px solid #b1b1b1;
  border-radius: 12px;
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
  background-color: white;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-dropdown i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 20px;
  color: #333;
}


.custom-dropdown-page {
  position: relative;
  display: inline-block;
  width: auto;
}

.custom-dropdown-page select {
  width: 100%;
  padding: 12px 36px 12px 12px;
  border: 1px solid #b1b1b1;
  border-radius: 12px;
  font-size: 16px;
  background-color: white;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.custom-dropdown-page i {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
  color: #333;
}
.search-container {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #b1b1b1;
  border-radius: 12px;
  padding: 8px 12px;
  width: 440px;
  background-color: white;
}

.search-container input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: transparent;
}

.search-container i {
  margin-right: 8px;
  color: #b1b1b1;
  font-size: 20px;
}

.nl-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.nl-table table th,
.nl-table table td {
  padding: 10px;
  text-align: left;
}

.nl-table table th {
  background-color: #ededed;
}

.nl-table table tbody tr:nth-child(odd) {
  background-color: white;
  padding: 20px 24px 20px 24px;
  height: 57px;
}

.nl-table table tbody tr:nth-child(even) {
  background-color: #edfcfb;
  padding: 20px 24px 20px 24px;
  height: 57px;
}

.nl-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.nl-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nl-pagination span {
  font-size: 14px;
  color: #555;
}

.nl-pagination ul {
  list-style: none;
  display: flex;
  gap: 10px;
}

.nl-pagination ul li a {
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
}

.nl-pagination ul li a.active {
  background: #005952;
  color: #fff;
  font-size: 16px;
}

.nl-pagination ul li a.next,
.nl-pagination p span.prev {
  background: #fff;
  color: #005952;
  font-size: 16px;
}
.nl-pagination ul li a.prev {
  background: #fff;
  color: #b1b1b1;
  font-size: 16px;
}

/* change default color of datatable pagination */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #fff !important;
  color: #333 !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active {
  background: #005952 !important;
  color: #fff !important;
  font-size: 16px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #005952 !important;
  color: #fff !important;
  font-size: 16px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.prev {
  background: #fff !important;
  color: #005952 !important;
  font-size: 16px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.prev:hover {
  background: #005952 !important;
  color: #fff !important;
  font-size: 16px;
}

table.dataTable thead th {
  border-bottom: none;
}

table.dataTable tfoot th {
  border-top: none;
  border-bottom: none;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

.dataTables_filter, .dataTables_info { display: none; }

