.wsf-grid label {
	font-family: var(--heading-alt) !important;
	line-height: 1.1 !important;
}
@media screen and (max-width: 1025px) {
	.wsf-grid input {
		height: 8rem !important;
	}
}

.wsf-grid textarea {
	resize: none !important;
}
body input[type="checkbox"].wsf-field + label.wsf-label::before {
	outline: 1px solid var(--base-ultra-light);
	border-radius: 4px;
}
body .form--dark .wsf-form input[type="checkbox"].wsf-field + label.wsf-label {
	padding-left: 30px;
}
.wsf-field-wrapper[data-type="checkbox"] a {
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
	transition: 0.2s ease-out;
}

.wsf-field-wrapper[data-type="checkbox"] a:is(:hover, :focus-visible) {
	text-decoration-color: var(--primary-dark) !important;
	text-decoration-thickness: 2px;
}

.wsf-invalid-feedback {
	color: var(--primary-dark) !important;
}

.wsf-field-wrapper[data-type="checkbox"] .wsf-invalid-feedback {
	margin-top: 15px !important;
}
.wsf-field-wrapper input,
.wsf-field-wrapper textarea {
	box-shadow: none !important;
}

.wsf-field-wrapper[data-type="submit"] {
	display: inline;
}

.wsf-field-wrapper[data-type="submit"] button {
	padding: 1rem 2.5rem;
	width: fit-content !important;
	border-color: white !important;
	color: white !important;
	margin-top: 30px !important;
}

.wsf-field-wrapper[data-type="submit"] button:is(:hover, :focus-visible) {
	background-color: var(--white) !important;
	color: var(--base) !important;
}

.form--dark .wsf-form .wsf-label-position-inside input.wsf-field[placeholder]:focus + label,
.form--dark .wsf-form .wsf-label-position-inside input.wsf-field[placeholder]:not(:placeholder-shown) + label,
.form--dark .wsf-form .wsf-label-position-inside input.wsf-field[placeholder]:focus + .wsf-input-group-append + label,
.form--dark .wsf-form .wsf-label-position-inside input.wsf-field[placeholder]:not(:placeholder-shown) + .wsf-input-group-append + label,
.form--dark .wsf-form .wsf-label-position-inside input.wsf-field[placeholder]:not(:placeholder-shown) + .wsf-input-group-append + label,
.form--dark .wsf-form .wsf-label-position-inside textarea.wsf-field[placeholder]:not(:placeholder-shown) + label,
.form--dark .wsf-form .wsf-label-position-inside textarea.wsf-field[placeholder]:focus + label {
	color: var(--base-ultra-light);
}

.wsf-field-wrapper div[role="radiogroup"] {
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.wsf-field-wrapper div[role="radiogroup"] label {
	border-radius: 50vmax;
	padding: 0.2em 2em !important;
	font-size: var(--h4) !important;
	font-family: Switzer !important;
	border-radius: 50vmax;
	border: 1px solid white !important;
	transition: 0.2s ease-out;
}
.wsf-field-wrapper div[role="radiogroup"] label::before,
.wsf-field-wrapper div[role="radiogroup"] label::after {
	opacity: 0 !important;
}
.wsf-field-wrapper div[role="radiogroup"] div {
	margin: 0 !important;
}
.wsf-form input[type="radio"].wsf-field:checked + label,
.wsf-form input[type="radio"].wsf-field:is(:hover, :focus-visible) + label,
.wsf-form input[type="radio"] label:is(:hover, :focus-visible) {
	background-color: white !important;
	color: var(--base) !important;
}

.wsf-field-wrapper[data-type="radio"] > label {
	font-size: var(--h4) !important;
	color: var(--base-ultra-light) !important;
	margin-bottom: 20px !important;
}

.wsf-field-wrapper[data-type="radio"] {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--base-ultra-light);
}

.wsf-field-wrapper[data-type="file"] {
	display: flex !important;
	justify-content: space-between !important;
	border-bottom: 1px solid var(--base-ultra-light) !important;
	position: relative;
}

.wsf-field-wrapper[data-type="file"] {
	display: flex !important;
	justify-content: space-between !important;
	border-bottom: 1px solid var(--base-ultra-light) !important;
}
.wsf-field-wrapper[data-type="file"] .dropzone img {
	display: none !important;
}
.wsf-field-wrapper[data-type="file"] .dropzone small {
	font-size: var(--text-m) !important;
	color: white !important;
}
.wsf-field-wrapper[data-type="file"] .dropzone + .wsf-invalid-feedback {
	position: absolute;
	bottom: 0;
}
.wsf-field-wrapper[data-type="file"] .dropzone small a {
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 6px;
	transition: 0.2s ease-out;
}
.wsf-field-wrapper[data-type="file"] .dropzone small a:is(:hover, :focus-visible) {
	text-decoration-color: var(--primary-dark) !important;
}
@media screen and (min-width: 1026px) {
	.wsf-grid .file-left {
		padding-right: 2rem !important;
	}
	.wsf-grid .file-right {
		padding-left: 2rem !important;
	}
	input[type="text"].wsf-field ~ .dropzone .wsf-dropzonejs-preview {
		cursor: auto !important;
	}

	.wsf-field-wrapper.file-left {
		position: relative;
	}

	.wsf-field-wrapper.file-left::after {
		content: "";
		position: absolute;
		right: -20px;
		bottom: -10px;
		background: var(--base);
		width: 60px;
		height: calc(100% + 10px);
		z-index: 99;
	}
}

@media screen and (max-width: 1025px) {
	.wsf-field-wrapper[data-type="file"] label {
		font-size: var(--h3) !important;
		white-space: nowrap !important;
	}
	.wsf-field-wrapper[data-type="file"] svg {
		width: 45px;
	}
	.wsf-field-wrapper[data-type="file"] .dropzone {
		padding-top: 0 !important;
		padding-right: 0 !important;
	}
	.wsf-field-wrapper[data-type="file"] .dropzone small {
		text-align: right;
	}
}

.wsf-alert.wsf-alert-success {
	color: white !important;
	background: transparent !important;
	font-size: var(--text-xl) !important;
}

.form--dark .wsf-form .wsf-label-position-inside textarea.wsf-field[placeholder]:focus + label,
.form--dark .wsf-form .wsf-label-position-inside textarea.wsf-field[placeholder]:not(:placeholder-shown) + label {
	top: -10px !important;
}

.form--dark .wsf-form textarea {
	padding-top: 25px !important;
}

body div .form--dark .wsf-form input[type="checkbox"].wsf-field + label.wsf-label::before,
.form--dark .wsf-form input[type="checkbox"].wsf-field + label.wsf-label::after,
.form--dark .wsf-form input[type="checkbox"].wsf-field + label.wsf-label::before {
	width: 22px;
	height: 22px;
}

.wsf-form div[role="radiogroup"] label {
	cursor: pointer;
}


body .wsf-form input[data-com-onepassword-filled="dark"] {
    background-color: transparent!important;
}