// Should be removed when filters start using new UI library.

.filters-page-container {
  /* TODO: antd v3 class removed in v5 — review */
  .ant-select-selector {
    &.ant-select-selector {
      height: unset !important;
    }
    .ant-select-selection-item {
      line-height: unset !important;
    }
  }

.create-list-button {
    position: absolute;
    bottom: 8px;
    z-index: 2;
    width: unset !important;

    .ant-btn {
      width: unset !important;
    }
  }
  .cap-button-v2.create-list-button {
    bottom: 32px;
  }
  .filter-page-components-wrapper {
    margin-bottom: 88px !important;
  }
  .loyalty-container .cap-select-v2 {
    height: 2.5rem;
  }
  .cap-select-v2 {
    height: 1rem;
  }
  .cap-date-picker-v2 .ant-picker-suffix:after {
    content: '';
  }
  .cap-select-v2 {
    border-width: 1px;
  }
  .segment-selection-section .segment-selection-dropdown .tree-select {
    .cap-select-with-checkbox {
      border-width: 1px;
    }
  }
  .cap-select-with-checkbox {
    padding: 0;
  }
}

