.noData {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  font-size: 2rem;
  min-height: 37vh;
}

.title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.container {
  height: 100%;
  padding: 0 5%;
}

.head_table {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 2rem;
}

.send_data {
  background: #f7ce48;
  border-radius: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 1rem;
  font-size: 1.2rem;
}
