.button-date-section {
  display: flex;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #DCDCDC;
  border-radius: 3em;
}
@media (max-width: 720px) {
  .button-date-section {
    width: 90%;
    margin: 0 auto;
  }
}
.button-date-section .sign-button-date-picker {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-size: 14px;
  border: none;
  color: #707070;
  width: 35%;
}
.button-date-section .sign-button-date-picker.active {
  display: flex;
  width: 33.3333% !important;
  color: #ffffff;
  background: transparent linear-gradient(360deg, #5F4BBC 0%, #905499 130%) 0% 0% no-repeat padding-box;
  border-radius: 3em;
  height: 100%;
}

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