/*
	Theme Name: OPTION DEFENSE
	Author: 
	Version: 1.0
*/

/* .wpcf7-form-control-wrap {
	width: 100%;
}

.fancybox__content:focus,
.fancybox__content iframe {
	border: 0 !important;
	outline: none !important;
} */

.iti {
	width: 100%;
}

.wpcf7-spinner {
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
	right: 0.5rem;
	z-index: 10;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-top: 1rem;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-color: var(--accent-soft);
  -webkit-text-fill-color: var(--ink);
  -webkit-box-shadow: 0 0 0px 1000px #transparent inset;
  transition: background-color 5000s ease-in-out 0s;
};