:root {
	--text: #090802;
	--background: rgba(72,179,69,1);
	--button-hover: rgb(124, 207, 76);
	--button-selected: #32d04b;
	--fieldset-color: #53a664;
	--background-image: linear-gradient(#67eab9, 70%, #8cd985);
	--column-1: #5ca34b;
}
a.links-lighten {
    color: #001966;
}

a.links-lighten:hover {
    color: #51586d;
}

a.links-lighten:visited {
    color: #29014d;
}

a.links-lighten:visited:hover {
    color: #3d3846;
}

.select2-container .select2-choice {
	background: var(--background);
	background-image: var(--background-image);
	color: var(--text);
}

html {
	background: rgb(30,48,26);
	background: linear-gradient(90deg, rgba(30,48,26,1) 0%, rgba(72,179,69,1) 50%, rgba(30,48,26,1) 100%);
}

.wrapper {
	background-color: transparent;
}