/* v136.43 — pastilles de sélection plus discrètes, sans changer le comportement. */
body.bulk-selection-mode #fixed-section .bulk-selectable-row .bulk-select-indicator,
body.bulk-selection-mode #variable-section .bulk-selectable-row .bulk-select-indicator,
html.is-ios body.bulk-selection-mode #fixed-section .bulk-selectable-row .bulk-select-indicator,
html.is-ios body.bulk-selection-mode #variable-section .bulk-selectable-row .bulk-select-indicator,
html.is-macos body.bulk-selection-mode #fixed-section .bulk-selectable-row .bulk-select-indicator,
html.is-macos body.bulk-selection-mode #variable-section .bulk-selectable-row .bulk-select-indicator {
  left: 14px !important;
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 15px !important;
  border-width: 1.25px !important;
}

body.bulk-selection-mode .bulk-selectable-row .bulk-select-indicator svg {
  width: 9px !important;
  height: 9px !important;
  stroke-width: 2.1 !important;
}

body.transactions-mode.bulk-selection-mode #fixed-section .plain-list > .swipe-row.bulk-selectable-row > .swipe-content,
html.is-ios body.transactions-mode.bulk-selection-mode #fixed-section .plain-list > .swipe-row.bulk-selectable-row > .swipe-content,
html.is-macos body.transactions-mode.bulk-selection-mode #fixed-section .plain-list > .swipe-row.bulk-selectable-row > .swipe-content,
body.transactions-mode.bulk-selection-mode #variable-section .bulk-selectable-row > .swipe-content,
body.transactions-mode.bulk-selection-mode .variable-category .category-list > .swipe-row.bulk-selectable-row > .swipe-content {
  padding-left: 44px !important;
}

body.transactions-mode.bulk-selection-mode #fixed-section .plain-list > .swipe-row.bulk-selectable-row > .swipe-content::after,
html.is-ios body.transactions-mode.bulk-selection-mode #fixed-section .plain-list > .swipe-row.bulk-selectable-row > .swipe-content::after,
html.is-macos body.transactions-mode.bulk-selection-mode #fixed-section .plain-list > .swipe-row.bulk-selectable-row > .swipe-content::after,
body.transactions-mode.bulk-selection-mode #variable-section .bulk-selectable-row > .swipe-content::after,
body.transactions-mode.bulk-selection-mode .variable-category .category-list > .swipe-row.bulk-selectable-row > .swipe-content::after {
  left: 44px !important;
}
