/* v136.41 — géométrie sélection : aucune réserve hors sélection,
   vraie colonne pastille + espace lisible pendant la sélection. */

body:not(.bulk-selection-mode) #fixed-section .bulk-selectable-row .bulk-select-indicator,
body:not(.bulk-selection-mode) #variable-section .bulk-selectable-row .bulk-select-indicator {
  display:none !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 {
  padding-left:50px !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 {
  left:50px !important;
}

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:50px !important;
}

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:50px !important;
}

body.bulk-selection-mode #fixed-section .bulk-selectable-row .bulk-select-indicator,
body.bulk-selection-mode #variable-section .bulk-selectable-row .bulk-select-indicator {
  display:flex !important;
  left:12px !important;
  width:18px !important;
  height:18px !important;
  flex:0 0 18px !important;
}

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