
.ecdf-modal {
  z-index: 9999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  
  max-width: 60vw;    
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: auto;
  font-family: Thicccboi, sans-serif;
  line-height: 1.667em;
}

.ecdf-Xbutton {
  text-align: left;
  background-color: rgba(56, 152, 236, 0);
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 10px;
  /*padding: 9px 15px;*/
	padding: 0.5em 1em;
  font-weight: 700;
  position: static;
  display: flex;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
.ecdf-modalTitle {
	text-align: center;
	font-size: 1.4em;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: 700;
	line-height: 1.417em;
}


.modal-content {
	background-image: url('../../images/hlabels/get-in-touch-bakcground-image-marketup-x-webflow-template.png');
	margin-top: 0;
}
.modal-body {
	padding:2rem;
	text-align: left;
}
.modal-headline {
	padding-left:2rem;
	padding-right:2rem;
}
.modal-footer {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding: 1.75rem;
	padding-top: 1.75rem;
	padding-bottom: 3rem;
	border-top: 1px solid rgb(210, 194, 245); /* #f1f2f3 */
}
.modal-wrapper.card {
	padding-bottom: 0;
	padding-top: 0;
}

.modalXButton {
  color: var(--neutral--800);
  background-color: rgba(56, 152, 236, 0);
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 12px 22px 22px 22px;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  position: static;
  text-decoration: none;
  cursor: pointer;
}

.modalMainButton {
	background-color:rgb(146, 109, 222);
	color:white;
	border:none;
	margin-left: 0.5em;
}

@media screen and (max-width: 991px) {
	.modal-wrapper.card {
		width:70%;
	}
	
	.ecdf-modal {
		max-width: 90vw;
	}
}

@media screen and (max-width: 767px) {
	.modal-wrapper.card {
		width:80%;
	}
	
	.ecdf-modal {
		left: 0%;
		right:0%;
		transform: none;
		max-width: 100vw;
	}
}

@media screen and (max-width: 479px) {
	.modal-wrapper.card {
		width:98%;
	}
	.modal-headline {
		text-align: left;
	}
	.ecdf-modalTitle {
		font-size: 1.3em;
	}
}