.list_event {
  margin: 10rem 10rem;

  box-shadow: 0 2.4rem 4.8rem rgba(11, 80, 1, 0.2);
}

.list-filter {
  margin: 5rem 10rem 2rem 10rem;
}

.table {
  width: 100%;
}

.table-header {
  background-color: #0b5001;
  height: 5rem;
  color: #fff;
  font-size: 2rem;
  overflow: hidden;
  width: 100%;
}

.table-settings-cell {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.table-row {
  font-size: 2rem;
  height: 4rem;
}

.table-row-finished {
  background-color: #ffc9c9;
}

.table-cell {
  cursor: pointer;
}

.table-cell {
  cursor: pointer;
}

tr.border-bottom td {
  border-bottom: 1px solid #0b5001;
}

tr.border-bottom-finished td {
  border-bottom: 1px solid #f03e3e;
}

.filter-search {
  align-self: end;
}

.filter-search-icon {
  height: 4rem;
  width: 4rem;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
