.errorlist {
    color: darkred;
}
a {
	color: #0088CC;
}

a:hover {
	color: #0099e6;
}

a:focus {
	color: #0099e6;
}

a:active {
	color: #0077b3;
}
.button-card {
	text-align: end;

}
.vertical-center {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
	height: 100%;
}

.select2-selection {
	min-height: 2.4rem;
	font-size: 0.85rem;
	line-height: 1.85;
}

.select2-selection__rendered{
	padding-top: 5px;
}

.select2-selection__arrow {
	display: none;
}
.select2-container {
	display: initial !important;
}