.as-valor-docs__trigger,
.as-valor-docs__submit {
	align-items: center;
	background: #61A60E !important;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	gap: 15px;
	font: inherit;
	font-weight: 700;
	justify-content: center;
	font-size: 16px;
	padding: 10px 16px;
}

/* .as-valor-docs__trigger:hover,
.as-valor-docs__submit:hover {
	background: #143b6c;
} */

.as-valor-docs__trigger-icon {
	display: block;
	flex: 0 0 auto;
	height: 24px;
	width: 24px;
	fill: #fff;
}

.as-valor-docs__trigger-text {
	font-size: 18px;
}

.as-valor-docs__modal[hidden] {
	display: none;
}

.as-valor-docs__modal {
	inset: 0;
	position: fixed;
	z-index: 99999;
}

.as-valor-docs__overlay {
	background: rgba(0, 0, 0, 0.55);
	inset: 0;
	position: absolute;
}

.as-valor-docs__dialog {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	left: 50%;
	max-width: min(92vw, 460px);
	padding: 1.5rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.as-valor-docs__close {
	background: transparent;
	border: 0 !important;
	cursor: pointer;
	font-size: 2.3rem;
	font-weight: 200;
	line-height: 1;
	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
}

.as-valor-docs__title {
	font-size: 1.25rem;
	margin: 0 2rem 0.5rem 0;
}

.as-valor-docs__copy {
	margin: 0 0 1rem;
}

.as-valor-docs__form {
	display: grid;
	gap: 0.85rem;
}

.as-valor-docs__label {
	font-weight: 700;
}

.as-valor-docs__input {
	border: 1px solid #9ca3af;
	border-radius: 4px;
	box-sizing: border-box;
	font: inherit;
	padding: 0.75rem;
	width: 100%;
}

.as-valor-docs__privacy {
	align-items: flex-start;
	display: flex;
	gap: 0.5rem;
	font-size: 0.9rem;
	line-height: 1.35;
}

.as-valor-docs-error {
	color: #b91c1c;
	font-weight: 700;
}

.as-valor-docs__notice {
	border-radius: 4px;
	margin: 0 0 0.75rem;
	padding: 0.75rem 1rem;
}

.as-valor-docs__notice--success {
	background: #ecfdf3;
	color: #166534;
}

.as-valor-docs__notice--error {
	background: #fef2f2;
	color: #991b1b;
}
.as-pdf-icon{
  fill: #fff;
}
/* 
.as-valor-docs__trigger:hover .as-pdf-icon {
  fill: #274384;
} */