.table-container {
  margin-top: 0.8rem;
  position: relative;
}
.table-container table {
  width: 100%;
  border-collapse: collapse;
}
.table-container table td {
  max-width: 1rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.2rem;
  color: #213556;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-container table th,
.table-container table td {
  padding: 0.14rem;
}
.table-container table tbody {
  background: linear-gradient(10deg, #fffcfa, #fdfffe);
  box-shadow: 0px 0px 8px 0px rgba(109, 115, 171, 0.17);
}
.table-container table tbody tr:nth-child(even) {
  background-color: rgba(221, 234, 255, 0.831372549);
}
.table-container table thead {
  width: 100%;
  height: 0.75rem;
  background: linear-gradient(0deg, #65b8ff 0%, #4e8aff 100%);
  border-radius: 20px 20px 0px 0px;
}
.table-container table thead tr th {
  font-weight: bold;
  font-size: 0.24rem;
  color: #ffffff;
}
.table-container table thead tr th:nth-child(1) {
  border-radius: 20px 0px 0px 0px;
}
.table-container table thead tr th:last-child {
  border-radius: 0px 20px 0px 0px;
}

.tip {
  font-weight: 400;
  font-size: 0.17rem;
  color: #c3c3c3;
  display: flex;
  justify-content: center;
  margin: 0.2rem;
}

/*# sourceMappingURL=enquiries.css.map */
