
/* Replace Bootstrap success green (#198754) with blue (#2672C0) */
:root {
    --bs-success: #2672C0 !important;
}

/* Buttons */
.btn-success {
    background-color: #2672C0 !important;
    border-color: #2672C0 !important;
    color: white !important;
}

.btn-outline-success {
    background-color: #2672C0 !important;
    border-color: #2672C0 !important;
    color: white !important;
}


/* Backgrounds */
.bg-success {
    background-color: #2672C0 !important;
}

/* Text */
.text-success {
    color: #2672C0 !important;
}

/* Inline styles using #198754 */
*[style*="#198754"] {
    color: #2672C0 !important;
    background-color: #2672C0 !important;
    border-color: #2672C0 !important;
}

:root {
  --bs-success: #2672C0;
  --bs-success-rgb: 38, 114, 192;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cfe2ff !important; /* light blue */
  color: #2672C0 !important;            /* dark blue text */
}

tr.highlight {
  background-color: #cfe2ff; /* blue */
)

#mergeRow-gdpr .checkbox.subfield {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    cursor: pointer;
}

#mergeRow-gdpr .checkbox.subfield input[type="checkbox"] {
    width: 20px;
    height: 20px;
}




