 :root {
	--link-hover: #005dc1;	
	--warning-text: #e03535;
	--warning-text-hover: #cf2828;
	--text: #1a1a1a;
	--extra-light-text: #999;
	--light-text: #777;
	--border: #ccc;
	--gray-button: #eee;
	--gray-button-hover: #ddd;
	--white: #fff;
	--white-filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(543%) hue-rotate(359deg) brightness(113%) contrast(100%);	
}
.grecaptcha-badge {
	display: none !important;
}
.uf-control-group {
    margin-bottom: 16px;
}
.uf-sub-group-wrapper {
	display: flex;
}
.uf-sub-group {
	width: 50%;
}
.uf-sub-group:first-child {
	margin-right: 20px;
}
.uf-control-label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}
.uf-input {
    width: 100%;
    border: 1px solid #ccc;
	border-radius: 3px;
    height: 40px;
    font-size: 16px;
    padding: 0 16px;
}
.select2-container {
	display: block;
	width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
	border-radius: 3px !important;
	border: 1px solid var(--border) !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px !important;
}
.select2-dropdown {
	z-index: 9999999999;
}
.uf-textarea {
    width: 100%;
    border: 1px solid var(--border);
    font-size: 16px;
    padding: 16px;
	border-radius: 3px;
}
.uf-chk-label {
	margin-top: 0;
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.ufChk {
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.uf-chk-text {
    font-size: 15px;
    line-height: normal;
    display: block;
    margin-bottom: 15px;
}
.uf-chk-text a {
    color: var(--text);
	text-decoration: underline;
}
.uf-chk-text a:hover {
	color:var(--link-hover);
}
.uf-recaptcha-v3,
.uf-recaptcha-v3 a {
	font-size: 11px;
	color:var(--extra-light-text);
}
.uf-disabled {
    cursor: not-allowed;
    user-select: none;
    pointer-events: none;
    opacity: 0.3;
}
.uf-button {
    display: block;
    width: 192px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 0;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    font-weight: 400;
    border-radius: 3px;
    color: var(--white);
}
.uf-button:hover {
    text-decoration: none;
}
.uf-file-button {
	color: transparent;
}
.uf-file-button::file-selector-button {
    display: block;
    width: auto;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 0;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    font-weight: 400;
    border-radius: 3px;
    color: var(--text);
	padding: 0 12px;
	background: var(--gray-button);
}
.uf-file-button::file-selector-button:hover {
    text-decoration: none;
	background: var(--gray-button-hover);
}
.spinner {
    display: none;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    vertical-align: middle;
	filter: var(--white-filter);
	position: relative; 
	bottom: 2px;
	animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.uf-form-warning {
	color: var(--warning-text);
}
.uf-form-details {
	margin-top: 4px;
	font-size: 14px;
}
.uf-alert-success {
	display: flex;
	align-items: baseline;
}
.uf-alert-success svg {
	flex-shrink: 0;
    margin-right: 8px;
    position: relative;
    top: 3px;
}
.uf-file-item {
	list-style: none;
	font-size: 15px;
	margin-bottom: 4px;
}
.uf-file-size {
	font-size: 14px;
	color: var(--light-text);
}
.uf-file-remove,
.uf-error-close {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: none;
	background: var(--gray-button);
	font-size: 14px;
	margin-left: 4px;
	border-radius: 3px;
	cursor: pointer;
}
.uf-error-close {
	background: var(--warning-text);
	color: var(--white);
}
.uf-file-remove:hover {
	background: var(--gray-button-hover);
}
.uf-error-close:hover {
	background: var(--warning-text-hover);
}
.uf-file-error {
	list-style: none;
}
.uf-title-contact:empty,
.uf-subtitle-contact:empty {
  display: none;
}
.uf-title-contact {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 16px;
}
.uf-subtitle-contact {
	margin-top: -8px;
	font-size: 18px;
	margin-bottom: 16px;
}