.modal-header-h4{
	width: auto;
	display: inline-block;
}


.strator-save-option-container {
	position: absolute;
	top: 0;
	left: -50%;
	height: 102%;
	width: 200%;
	background: #000000bf;
	z-index: 99999999;
	display: flex;
}

.strator-save-option-container .strator-save-option-message {
	background: #f1f1f1;
	height: 250px;
	width: 570px;
	border-radius: 10px;
	margin: auto;
	display: flex;
	flex-direction: column;
	vertical-align: middle;
	align-items: center;
	padding: 100px 0;
	font-size: 14px;
	text-align: center;
}

.strator-save-option-container .strator-save-option-message #spinner__loading{
	height: 50px;
	width: 50px;
	margin-top: 10px;
}

.strator-save-option-container .strator-save-option-message #spinner__loading i {
	width: 50px;
	height: 50px;
	font-size: 50px;
}
