.query-editor-table .bolt-table-cell-content {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 2px;
  padding-right: 2px; }

.query-editor-table .bolt-table-header-cell-content {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 5px;
  margin-bottom: 5px; }

.query-editor-table .bolt-table-header-sizer {
  border-right:  1px solid;
  border-right-color: rgba( 234, 234, 234 ,  1 );
  border-right-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }

.query-editor-table .table-dropdown {
  width: 100%; }
  .query-editor-table .table-dropdown:not(.focused):not(:hover) {
    border-color: rgba( 200, 200, 200 ,  1 );
    border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }
  .query-editor-table .table-dropdown .bolt-textfield {
    height: 20px; }
    .query-editor-table .table-dropdown .bolt-textfield:not(.bolt-textfield-error):not(.focused):not(:hover) {
      border-color: rgba( 200, 200, 200 ,  1 );
      border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }
  .query-editor-table .table-dropdown .bolt-list-cell {
    font-size: 12px; }
    .query-editor-table .table-dropdown .bolt-list-cell:not(.focused):not(:hover) {
      border-color: rgba( 200, 200, 200 ,  1 );
      border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }
  .query-editor-table .table-dropdown .bolt-tag-picker {
    overflow-y: auto;
    border: 1px solid;
    height: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 2px;
    padding-right: 2px; }
    .query-editor-table .table-dropdown .bolt-tag-picker:not(.focused):not(:hover) {
      border-color: rgba( 200, 200, 200 ,  1 );
      border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }
  .query-editor-table .table-dropdown .bolt-tag-picker-group {
    height: 20px; }
  .query-editor-table .table-dropdown .bolt-identity-picker-pill {
    height: 16px;
    margin: 2px; }
  .query-editor-table .table-dropdown .bolt-tag-picker-add-icon-div {
    height: 16px;
    margin: 2px; }
  .query-editor-table .table-dropdown .bolt-pill-filled-visual {
    width: 1rem;
    height: 1rem; }
  .query-editor-table .table-dropdown .bolt-coin-content.size20 {
    width: 1rem;
    height: 1rem; }
  .query-editor-table .table-dropdown .bolt-pill.bolt-coin-content {
    padding: 1px 0; }
  .query-editor-table .table-dropdown .bolt-tag-picker-add-icon {
    padding: 1px; }

.query-editor-table .bolt-identitypickerdropdown-container {
  height: 20px;
  min-width: 0; }
  .query-editor-table .bolt-identitypickerdropdown-container .bolt-coin {
    margin: 0; }
    .query-editor-table .bolt-identitypickerdropdown-container .bolt-coin .bolt-coin-content {
      width: 1.1rem;
      height: 1.1rem;
      font-size: 0.6875rem; }
  .query-editor-table .bolt-identitypickerdropdown-container .bolt-identity-picker-clearButton {
    font-size: 12px; }

.add-line-button {
  color: rgba(127, 184, 0, 1);
  color: var(--status-success-text,rgba(127, 184, 0, 1));
  background-color: transparent;
  padding: 4px !important; }

.remove-line-button {
  color: rgba(218, 10, 0, 1);
  color: var(--status-error-text,rgba(218, 10, 0, 1));
  background-color: transparent;
  padding: 4px !important; }

.group-clause-button {
  /** 
     * The width/height used for grouping icons/colored squares
     * This aligns with the value defined in EditorTable.tsx 
     */
  width: 25px;
  height: 25px;
  padding: 0px !important; }

.group-clause-button-color-1 {
  background: rgba( 222, 236, 249 ,  1 );
  background: rgba( var(--palette-primary-tint-30,222, 236, 249) ,  1 ); }
  .group-clause-button-color-1:hover {
    background: rgba( 199, 224, 244 ,  1 );
    background: rgba( var(--palette-primary-tint-20,199, 224, 244) ,  1 ); }

.group-clause-button-color-2 {
  background: rgba(0, 0, 0, 0.08);
  background: var(--palette-black-alpha-8,rgba(0, 0, 0, 0.08)); }

.query-editor-spinner {
  margin-top: 24px; }

.add-new-clause-icon-color {
  color: rgba(127, 184, 0, 1);
  color: var(--status-success-text,rgba(127, 184, 0, 1)); }

.add-new-clause-button {
  padding: 6px; }
  .add-new-clause-button .bolt-button-text {
    font-size: 12px;
    font-weight: normal; }

.padding-horizontal-32 {
  padding-left: 32px;
  padding-right: 32px; }

.query-editor-header-container-ff {
  padding-left: 32px;
  padding-right: 32px;
  flex-wrap: wrap; }
  @media only screen and (max-width: 512px) {
    .query-editor-header-container-ff {
      padding-left: 8px;
      padding-right: 8px; } }

.linked-editors .bolt-textfield {
  height: 25px; }
  .linked-editors .bolt-textfield:not(.focused):not(:hover) {
    border-color: rgba( 200, 200, 200 ,  1 );
    border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }

.query-type .bolt-textfield:not(.focused):not(:hover) {
  border-color: transparent;
  background-color: transparent; }

.query-type .bolt-expandable-textfield-icon {
  display: none; }

.query-editor-page.v-scroll-auto {
  overflow: hidden; }

.vss-Splitter--container .vss-Splitter--pane-flexible.editor-container {
  min-height: 160px; }

@media only screen and (max-width: 512px) {
  .editor-content-header {
    padding-left: 8px; } }

@media only screen and (min-width: 854px) {
  .vss-Splitter--pane-flexible.editor-container {
    overflow-y: auto; } }
