body {
  color: var(--color-light-text-hover);
  background-color: var(--color-light-background);
  --color-button: var(--color-light-button-big);
}
[data-theme="dark"] body {
  color: var(--color-dark-text-hover);
  background-color: var(--color-dark-background);
  --bs-border-radius-inside: 0.38rem;
  --color-button: var(--color-dark-button-big);
}

.pointer {
  cursor: pointer;
}


table.cfdump_wddx td, table.cfdump_xml td, table.cfdump_struct td, table.cfdump_varundefined td, table.cfdump_array td, table.cfdump_query td, table.cfdump_cfc td, table.cfdump_object td, table.cfdump_binary td, table.cfdump_udf td, table.cfdump_udfbody td, table.cfdump_udfarguments td {
  padding: 3px;
  background-color: #ffffff;
  vertical-align: top;
  color: var(--color-light-text-hover);
}

[data-theme="dark"] .servizi-struttura-icona {
  filter: invert(100%);
}

[data-theme="dark"] .cardunclear {
  --bs-card-border-color: var(--color-dark-border);
  border-color: var(--color-dark-border);
  background-color: var(--color-dark-clear-back) !important;
}

a#open_preferences_center {
  position: fixed;
  z-index: 99999;
  left: 15px;
  bottom: 15px;
  background-color: #adadad;
  padding: 13px 15px;
  text-decoration: auto;
  border-radius: 25px;
  color: black;
  width: auto;
}
a#open_preferences_center > img {
  margin-top: -3px;
}

.copyright-dacos {
  margin-left: 70px;
}

.lingue-footer > a {
  text-decoration: none;
}
