/* ----Table----- */

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  text-align: left;
}

thead th {
  background-color: #f1fcf3;
  padding: 16px;
  position: sticky;
  top: 0;
}

th,
td {
  padding: 16px;
}

tbody tr:nth-child(even) {
  background-color: #f4f6f5;
}

.list-dropdown {
  position: absolute;
  bottom: 46px;
  right: 0px;
}
