.uni-datepicker-input {
  &__label {
    @include font("IntervalNextReg");
    display: inline-block;
    font-size: em(16px);
    width: 100%;
    margin-bottom: 7px;
    margin-left: 2px;
  }

  &__wrapper {
    position: relative;
    width: auto;

    input {
      width: 100%;
      margin-right: 0;
    }

    &__icon {
      width: 22px;
      height: 100%;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -11px;
      pointer-events: none;

      svg {
        width: 22px;

        path {
          fill: color("primary") !important;
        }
      }
    }
  }
}
