page {
  background-color: #f9f9f9;
  position: relative;
  color: #071437;
}

button {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: inherit;
  &::after {
    content: '';
    display: none;
  }
}

::v-deep .uni-calendar__box {
  padding-bottom: 32px;
}