.modal-custom-container {
	background-color: rgba(0,0,0,0.67);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	overflow: auto;
	z-index: 1010;
}

.modal-custom-title {
    padding: 51px 62px 24px 64px;
    border-bottom: solid 1px #F1F1F1;
}

.modal-custom-content {
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.40);
	height: auto;
	margin: 0;
	position: relative;
	width: 600px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	max-height: calc(100vh - 20px);
	max-width: calc(100vw - 20px);
	overflow: auto;
}

.modal-custom-content .modal-custom-close {
	position: absolute;
	right: 16px;
	top: 16px;
	cursor: pointer;
}

.modal-custom-content .close16-icon {
	height: 15px;
	width: 15px;
	background-color: #808080;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.modal-custom-content .close-medium-icon {
	height: 16px;
	width: 16px;
	background-color: #808080;
	position: absolute;
	right: 16px;
	top: 16px;
	cursor: pointer;
}


.page-universal .modal-custom-container .modal-custom-content {
	text-align: left;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.page-universal .modal-custom-container p {
	font-size: 16px;
}

.page-universal .modal-custom-section {
	padding: 30px 64px;
}

.page-universal .modal-custom-section ~ .modal-custom-section {
	padding-top: 0;
}

.page-universal h2.modal-custom-section {
	border-bottom: solid 1px #F1F1F1;
}

.page-universal .modal-custom-section > h2 {
	margin-bottom: 11px;
}

.page-universal .modal-custom-fields > * {
	margin-bottom: 24px;
	position: relative;
}

.page-universal .modal-custom-container .form-input-field {
	width: 100%;
}

.page-universal .modal-custom-container .form-input-error-msg {
	position: absolute;
}

.page-universal .modal-custom-btns,
.modal-custom-btn-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 8px;
    padding: 24px 64px;
    border-top: solid 1px #F1F1F1;
}