.required:not(.show-content):not(.input-group):not(.switch):after {
    color: #c91834;
    content: "*";
    display: inline-block;
	margin-left: 5px;
}

[required]:after {
	color: #c91834;
	content: "*";
	display: inline-block;
}

.loader {
	border: 2px solid transparent;
	border-top: 2px solid #3a3a3a;
	border-bottom: 2px solid #3a3a3a;
	border-left: 2px solid #3a3a3a;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	display: inline-block;
	width: 25px;
	height: 25px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.nlToBr {
	white-space: pre-wrap;
}
