:focus {
	outline: none;
}

@media ( prefers-color-scheme : dark) {
	#splashscreen {
		background: #292929 !important;
		color: white !important;
	}
}

/* Botón Nueva Atención */
.btn-new-history [class$="ButtonCellStyle-text"] {
  color: #0b4da2 !important;
  font-weight: bold;
}

