* {

}

body {
	background-color: var(--sorteio-secondary-background) !important;
	color: var(--sorteio-primary-text) !important;
}

pre {
	color: var(--sorteio-primary-text) !important;
}

.myContainer {
	background-color: var(--sorteio-secondary-background) !important;
}

.content-wrapper {
	background-color: var(--sorteio-secondary-background) !important;
}

.Modal-content {
	background-color: var(--sorteio-secondary-background) !important;
}

.navbar {
	background-color: var(--sorteio-primary-background) !important;
}

.table {
	color: var(--sorteio-primary-text) !important;
}

.title {
	color: var(--sorteio-primary-text) !important;
}

.subtitle {
	color: var(--sorteio-secondary-text) !important;
}

.info {
	background-color: var(--sorteio-info-background) !important;
	color: var(--sorteio-primary-text) !important;
	border-color: var(--sorteio-info-background) !important;
}

.info-2 {
	background-color: var(--sorteio-info-background-2) !important;
	color: var(--sorteio-info-text-2) !important;
	border-color: var(--sorteio-info-background-2) !important;
}

.select-button {
	background-color: var(--sorteio-primary-button) !important;
	color: var(--sorteio-secondary-text-2) !important;
	border-color: var(--sorteio-primary-button) !important;
}

.general-button {
	background-color: var(--sorteio-secondary-button) !important;
	color: var(--sorteio-secondary-text-2) !important;
	border-color: var(--sorteio-secondary-button) !important;
}

.select-combo, .select-ticket {
	background-color: var(--sorteio-primary-background) !important;
}

.alert-info {
	background-color: var(--sorteio-info-background) !important;
	color: var(--sorteio-primary-text) !important;
	border-color: var(--sorteio-info-background) !important;
}

.Close {
	color: var(--sorteio-primary-text) !important;
}

#upsell1_bilhetes, #upsell1_chances {
	color: var(--sorteio-info-text-2) !important;
}