.teamix-pro-table-toolbar {
  width: 100%;
  text-align: right;
  // margin-bottom: 8px;
  &-flat {
    margin-left: 8px;
  }
  &-item {
    display: inline-block;
    &:not(:first-child) {
      margin-left: 8px;
    }
  }
  &-content {
    display: flex;
  }
  &-shadow {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    height: 0px;
    position: absolute;
    z-index: -1;
    overflow: hidden;
  }
}
.teamix-pro-table-toolbar-custom {
  display: inline-block;
}

// FullScreen
.teamix-pro-table-toolbar-icon {
  i {
    color: var(--color-fill1-6, #848484);
  }
}


// FilterColumn
.teamix-pro-table-toolbar-filter-column {
  min-width: 180px;
  box-shadow: var(--popup-local-shadow, 0px 6px 24px 0px rgba(0, 0, 0, 0.1));
  background: var(--menu-background);

  &-dialog {
    .next-checkbox-label {
      line-height: var(--checkbox-size,16px);
    }
  }
  &-reset.next-btn {
    position: absolute;
    right: 0px;
    top: 6px;
  }
  // .next-menu {
  //   padding: 0;
  // }
  .next-menu-divider {
    margin: 0;
  }
  .next-menu-item-inner {
    text-overflow: clip;
    &:hover {
      .teamix-pro-table-toolbar-filter-column-sort {
        visibility: visible;
        cursor: pointer;
      }
    }
  }
  .next-menu-item-text {
    position: relative;
    display: inline-block;
    width: calc(100% - 8px);
    height: 32px;
    line-height: 32px;
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    .teamix-pro-table-toolbar-filter-column-sort {
      visibility: hidden;
      position: absolute;
      right: 0px;
      top: 0;
      color: var(--color-text1-7);
      i {
        &:hover {
          color: var(--color-brand1-5);
        }
        &:active {
          color: var(--color-brand1-6);
        }
      }
    }
  }
}
.teamix-pro-table-toolbar-filter-column-col {
  height: 28px;
  .next-checkbox-wrapper {
    display: flex;
    align-items: center;
  }
}
.teamix-pro-table-toolbar-filter-column-all-select.teamix-pro-table-toolbar-filter-column-all-select {
  padding-bottom: 0;
}
.teamix-pro-table-toolbar-filter-column-checkbox-group.teamix-pro-table-toolbar-filter-column-checkbox-group {
  padding-top: 0;
  max-height: 310px;
  overflow: auto;
}

// fullscreen
.teamix-pro-table-full-screen {
  width: 100vw;
  height: 100vh;
  background: var(--color-fill1-1);
  overflow: hidden;
}
.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message {
  background-color: #292929;
  border-color: var(--balloon-tooltip-color-border, transparent);
  box-shadow: var(--balloon-tooltip-shadow, none);
  color: #fff;
  display: flex;
  align-items: center;
  height: 36px;
  padding: 7px 12px;
  font-size: 12px;
  border-radius: 4px;
  .next-message-symbol-icon {
    display: none;
  }
  .next-message-content {
    color: #fff;
    padding: 0;
  }
  .teamix-pro-table-full-screen-message-esc {
    margin: 0 4px;
    border-radius: 2px;
    padding: 0 2px;
    position: relative;
    // box-shadow: inset 0 0 1px 1px var(--color-fill1-1);
    border: 1px solid #fff;
    display: inline-block;
    line-height: 1;
    &-title {
      transform: translateY(-0.5px);
      display: inline-block;
    }
  }
}

// switch card
.teamix-pro-table-toolbar-switch-card {
  margin-left: 8px;
  label {
    padding-left: 8px;
    padding-right: 8px;
  }
}

// refresh
.teamix-pro-table-toolbar-icon {
  &-auto-refresh {
    width: 145px;
  }

  &-manual-refresh {
    text-align: center;
    line-height: 1;
    margin-bottom: 2px;
  }

  .teamix-pro-table-toolbar-icon-time-radio.teamix-pro-table-toolbar-icon-time-radio.teamix-pro-table-toolbar-icon-time-radio {
    padding-left: 32px;
  }
}
