.appointment {
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 159, 162, 0.05);
  padding: 1rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  border-radius: 3rem;
  margin-bottom: 3rem;
}

.appointment__controls {
  padding: 1rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  backdrop-filter: blur(3rem);
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.1);
  background: rgba(255, 255, 255, 0.6);
  width: 30%;
}

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