.card {
	background-color: #d0c9c9; 
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
	padding: 1rem;
	width: 80%;
	height: auto;
	margin: 0 auto;
} 
.form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
} 

/* .table {
	border-collapse: collapse; 
	width: 100%;
	max-width: fit-content;
	height: auto;
	margin: 0 auto;
	display: block;
	overflow-x: auto;
	border-spacing: 0;
} */

/* .table th,
.table td {
	border: 1px solid #ddd;
	padding: 0.5rem;
	text-align: left;
} */

/* .table th {
	background: #f2f2f2;
	font-weight: bold;
}

tbody {
	white-space: nowrap;
} 

table,
th,
td {
  border: 1px solid;
}

table {
  width: 100%;
  max-width: fit-content; 
  height: auto;
  margin: 0 auto;
  display: block;
  overflow-x: auto;
  border-spacing: 0;
} 

tbody {
  white-space: nowrap;
}

th,
td {
  padding: 5px 10px;
  border-top-width: 0;
  border-left-width: 0;
}

th {
  position: sticky;
  top: 0;
  background: #fff;
  vertical-align: bottom;
}

th:last-child,
td:last-child {
  border-right-width: 0;
}

tr:last-child td {
  border-bottom-width: 0;
} */



