.acadm-fg-filters {
  margin-bottom: 20px;
}
.acadm-fg-filters input,
.acadm-fg-filters select,
.acadm-fg-filters button {
  margin-right: 10px;
  padding: 5px;
}

.acadm-fg-table-wrapper {
  overflow-x: auto;
}

.acadm-fg-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.acadm-fg-table th,
.acadm-fg-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.acadm-fg-table th {
  background-color: #005f2b;
  color:#ffffff;
  font-weight: bold;
}

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

.acadm-fg-pagination {
  text-align: center;
  margin-top: 10px;
}
