.select-fields-box {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 1;
  top: 0;
  right: 1px;
  padding: 0 8px;
  color: white;
  height: 30px;
  transition: background .3s;
  font-size: 14px;
  background: linear-gradient(to bottom, #FFF, #CECECE);
  color: var(--global-theme-color-light, #555);

  caption > & {
    top: 1px;
  }
}

[table-dynamic-column] .no-data > td {
  display: table-cell !important;
}
