/* Corectie culori tabele UCP - Suprascriere Bootstrap */
.table, .table > :not(caption) > * > * {
    --bs-table-color: #9cbdd3 !important;
    color: #9cbdd3 !important;
}

/* fie alb curat pentru contrast mai bun */
.ucp_box table, .page_form table td {
    color: #ffffff !important;
}

:root, [data-bs-theme="light"] {
  /* --bs-body-color: #212529; */
  --bs-body-color: #9cbdd3;
}
