:host {
  display: flex;
  align-items: center;
  min-width: 150px;

  .dates-change-icon {
    cursor: pointer;
  }

  tui-input-date-range {
    flex: 1 0 180px;
  }

  .cmf-view-wrapper-ctr {
    display: flex;
  }
}
