.nittro-flash-global-holder {
	position: fixed;
	top: unset;
	bottom: 25px;
	height: unset;
	font-size: 1.3em;
	left: 25px;
	width: unset;
	z-index: 1070;
}
.nittro-flash {
	padding: 5px 2vw;
	border-radius: 4px;
}
.nittro-flash-success {
	background: #c9e2b3;
	color: #343a40;
}
.nittro-flash-info, .nittro-flash-notice {
	background: #ffffaa;
	color: #343a40;
}
.nittro-flash-warning {
	background: #ff9900;
	color: #343a40;
}
.nittro-flash-error {
	background: #ff5500;
	color: #fff;
}
.nittro-flash-danger, .nittro-flash-exception {
	background: #ff5450;
	color: #fff;
}

#atrtitle.card-body-title {
	padding: 0.5rem;
	text-align: justify;
	color: #212529;
}
