@media (min-width: 1200px) {
	.modal-lg, .modal-xl {
		--bs-modal-width: 1200px !important;
	}
}
.modal-header {
	align-items: center;
	place-content: center;
	position: relative;
}

.modal-header .btn-close {
  position: absolute;
	right: 15px;
	top: 15px;
}

.modal-title {
  font-size: var(--ev-step-3);
}
.flexible-form .form-group {
  margin-bottom: 1rem;
}
.modal-content {
	padding-block: 1rem;
	background-color: var(--ev-light, white);
}