.LGKSystemAlert-box {
	position: fixed;
	width: 400px;
	z-index: 1000;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.LGKSystemAlert-header {
	background-color: #1D2749;
	color: white;
	font-weight: bold;
	padding: 15px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: "arial";
	font-size:11pt;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.LGKSystemAlert-body {
	padding: 15px;
	background-color: white;
	display: flex;
	align-items: center;
	font-family: "arial";
	font-size:10pt;
}

.LGKSystemAlert-body img {
	max-width: 100%;
	margin-right: 10px;
}

.LGKSystemAlert-body.withImage {
	display: flex;
	/* align-items: flex-start; */
	align-items: center;
	justify-content: space-between;
}

.LGKSystemAlert-body.withImage .image-container {
	max-width: 100%;
	margin-right: 10px;
}

.LGKSystemAlert-body.withImageText {
	flex: 1;
}

.LGKSystemAlert-body.withImageVertical {
	text-align: center;
}

.LGKSystemAlert-body.withImageVertical img {
	max-width: 100%;
	margin: 0 auto 10px;
	display: block;
	margin-top:10px;
	margin-bottom:5px;
}

.LGKSystemAlert-body.withImageVerticalText {
	max-width: 80%;
	margin: 0 auto;
}


.LGKSystemAlert-close {
	cursor: pointer;
	float: right;
	margin-left: 10px;
}
