.modal-header {
	display: flex;
	
	flex-direction: row;
	justify-content: flex-start;
}

.modal-title {
	display: flex;
	
	flex-direction: column;
	justify-content: center;
}

.warning-sign-container {
	display: flex;
	
	width: 70px;
	height: 50px;
}

.warning-sign {
	color: red;
	font-size: 50px !important;
}