#loadingOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .7);
	z-index: 99999;
	align-items: center;
	justify-content: center;
}

.required {
	color: red;
}

.cursor-pointer {
	cursor: pointer;
}

.shadow-card {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.border-radius {
	border-radius: 8px;
}