.modal-header .close {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSB4MT0iMTkuMDkwOCIgeTE9IjAuNzA3MTA3IiB4Mj0iMC43MDY5OTkiIHkyPSIxOS4wOTA5IiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48bGluZSB4MT0iMC43MDcxMDciIHkxPSIwLjkwOTE0OSIgeDI9IjE5LjA5MDkiIHkyPSIxOS4yOTMiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 20px;
	top: 20px;
}

.modal-header .modal-description {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	text-align: center;

	color: #342918;

	opacity: 0.75;
}
.modal-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	padding: 20px 50px;
	min-height: 60px;
}

.modal-header {
	border-bottom: 1px solid transparent;
}

.modal-footer {
	border-top: 1px solid transparent;
}