.teamix-pro-table-toolbar-filter {
  min-width: 130px;
  max-height: 350px;
  overflow-y: auto;
  box-shadow: var(--popup-local-shadow, 0px 6px 24px 0px rgba(0, 0, 0, 0.1));
  &-icon {
    cursor: pointer;
    margin-left: 4px;
  }
  &-icon-selected {
    color: var(--color-brand1-6, #0064c8);
  }
  .teamix-pro-table-toolbar-filter-btn-box {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .teamix-pro-table-toolbar-filter-btn.teamix-pro-table-toolbar-filter-btn {
    min-width: 48px !important;
    &:first-child {
      margin-right: 8px;
    }
  }
}