.ea-table-wrapper {
  padding: 0 !important;
  background-color: transparent !important;
  overflow-x: auto;
}
.ea-table-wrapper table {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-collapse: separate !important;
  border: none;
} 
.ea-table-wrapper table thead tr th{
  transition: .3s;
} 
.ea-table-wrapper th {
  transition: .3s;
} 
.ea-table-wrapper table thead {
  background-color: #6aaf08;
  color: #fff;
}
.ea-table-wrapper table thead th {
  padding: 15px 10px;
}
.ea-table-wrapper table tr {
  border: 1px solid #ddd;
  padding: 5px;
}

.ea-table-wrapper table th,
.ea-table-wrapper table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}

.ea-table-wrapper table th {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.ea-table-wrapper table tbody tr {
  background-color: #fff;
}

.ea-table-wrapper .btn-custom-reverse {
  background-color: #4CAF50; 
  border: none;
  color: white;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
}
.ea-td-content , .ea-heading-content {
  display: flex;
  align-items: center;
  justify-content: center;

}
.ea-heading-content img, .ea-td-content img {
  width: 30px;
}
.ea-td-content i, .ea-td-content img ,.ea-heading-image img,
.ea-heading-content i, .ea-heading-content img {
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}