._bulkActionsHeader_1gft9_1 {
  display: flex;
  align-items: center;
  height: 44px;
  position: sticky;
  top: 0;
  background: var(--background-bulk-actions-header);
  border-top: 1px solid var(--border-secondary-alpha);
  width: 100%;
  z-index: 1;
  padding-left: 34px;
  padding-right: 24px;
}
._bulkActionsHeader_1gft9_1 button[role="checkbox"] {
    max-width: 16px;
    max-height: 16px;
    box-sizing: border-box;
  }
._bulkActionsHeader_1gft9_1 ._left_1gft9_20 {
    display: flex;
    align-items: center;
  }
._bulkActionsHeader_1gft9_1 ._right_1gft9_25 {
    margin-left: auto;
    display: flex;
    gap: 8px;
  }
._bulkActionsHeader_1gft9_1 ._right_1gft9_25 button {
      margin-top: -1px;
    }
._bulkActionsHeader_1gft9_1 ._selectedLength_1gft9_35 {
    margin-left: 19px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: var(--text-primary);
  }
._bulkActionsHeader_1gft9_1 ._selectedLength_1gft9_35 button {
      color: var(--text-interactive);
      margin-left: 5px;
      font-weight: 500;
    }
._actionsContainer_1jiox_1 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}


._actionsContainer_1jiox_1 button {
    width: 32px;
    height: 32px;
  }


._actionsContainer_1jiox_1 svg {
    width: 20px;
    height: 20px;
    fill: var(--icon-secondary);
  }


._actionsContainer_1jiox_1 svg * {
      fill: var(--icon-secondary);
    }


._actionButton_1jiox_23 {

}
._searchWrapper_qctfl_1 {
  position: relative;
  display: flex;
  align-items: center;
}

._searchIcon_qctfl_7 {
  position: absolute;
  left: 8px;
}

._searchIcon_qctfl_7 * {
    stroke: var(--icon-secondary);
  }

._searchInput_qctfl_16 {
  height: 32px;
  width: 100%;
  padding: 2px 8px 2px 35px;
  color: var(--inbox-header-active-tab-text-color);
  font-size: 14px;
  background: var(--background-color);
  font-family: var(--ui-font);
  outline: none;
  box-shadow: 0 0 0 1px var(--border-secondary);
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border: none;
}

._searchInput_qctfl_16:focus {
    box-shadow: 0 0 0 2px var(--border-focus);
  }

._searchInput_qctfl_16::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--text-placeholder);
    opacity: 1; /* Firefox */
  }

._searchInput_qctfl_16:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--text-placeholder);
  }

._searchInput_qctfl_16::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--text-placeholder);
  }
