/* ARGMS / RDS Boekhouding v2.29.2 - zichtbare aanwijzer en invoerfocus */
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]),
textarea,
[contenteditable="true"]{
  cursor:default!important;
  caret-color:#1769e0;
}

select,
button,
[role="button"],
a[href]{cursor:pointer!important}

body.rds-bookkeeping-program2134 input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]),
body.rds-bookkeeping-program2134 textarea,
body.rds-bookkeeping-program2134 [contenteditable="true"]{
  caret-color:#087b68;
}

.clean-print-note2138{
  display:flex;
  align-items:center;
  gap:12px;
  margin:-7px 0 20px;
  padding:11px 14px;
  color:#5e6256;
  background:#fff9e9;
  border:1px solid #f0dfae;
  border-radius:12px;
  font-size:12px;
}
.clean-print-note2138 strong{color:#554817;white-space:nowrap}
