.date-range-picker__helpers[data-v-6887650d]{
  margin-top: 0.5rem
}
.date-range-picker__helpers>button[data-v-6887650d]{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity))
}
.date-range-picker__helpers>button[data-v-6887650d]:focus,.date-range-picker__helpers>button[data-v-6887650d]:active{
  outline: 0
}
.date-range-picker__helpers>button.is-active[data-v-6887650d]{
  --bg-opacity: 1;
  background-color: #4299e1;
  background-color: rgba(66, 153, 225, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}
.date-range-picker__helpers>button+button[data-v-6887650d]{
  margin-left: 0.5rem
}
.date-range-picker__modal[data-v-03158aa9]{
  -webkit-backdrop-filter:blur(4px);
          backdrop-filter:blur(4px);
  background-color:rgba(0,0,0,.1);
  z-index:50;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  display:none;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  -ms-flex-wrap:nowrap;
      flex-wrap:nowrap;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center
}
.date-range-picker__modal.is-active[data-v-03158aa9]{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-item-align:auto;
      align-self:auto
}
.date-range-picker__btn[data-v-03158aa9]{
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  border-radius:0.25rem;
  border-width:1px;
  border-style:solid;
  --text-opacity:1;
  color:#fff;
  color:rgba(255, 255, 255, var(--text-opacity))
}
.date-range-picker__btn+.date-range-picker__btn[data-v-03158aa9]{
  margin-left:1rem
}
.date-range-picker__btn[data-v-03158aa9]:hover{
  opacity:0.5
}

/*# sourceMappingURL=chunk-1e79c708.css.map*/