.eula-toggle {
	color: #F9514E;
	display: inline-block;
	font-weight: bold;
	margin: 3rem 0;
}
.eula-container {
	border: 1px solid #ccc;
	display: none;
	height: 500px;
	margin-bottom: 3rem;
	overflow-y: auto;
	padding: 3rem;
}
.eula-embed {
	height: 500px;
	margin-bottom: 3rem;
	width: 100%;
}
.eula-modal {
	align-items: center;
	background-color: rgba(0,0,0,.9);
	display: none;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1080;
}
.eula-modal.show {
	display: flex;
}
.eula-modal-container {
	background-color: #fff;
	border-radius: 1.6rem;
	max-height: 80vh;
	max-width: 1140px;
	overflow-y: auto;
	padding: 3rem;
	width: 100%;
}
.eula-form-group {
	margin-bottom: 3rem;
}
.eula-form-group.disabled label,
.eula-form-group.disabled input{
	color: #ccc;
	cursor: not-allowed !important;
}

[data-form-name="dal-evaluation"] .wp-hs-button {
  width: 100%;
}
