:host {
  .dateGroup {
    &:before {
      margin-top: 7px;
    }
    &:after {
      margin-top: 7px;
    }
  }
  .disableDatepicker {
    &:not(.active) {
      .dateGroup > * {
        pointer-events: none;
        cursor: not-allowed;
        background-color: #f3f7f9;
        opacity: 0.8;
      }
    }
  }
}
