#flag-header .uncont {
	display: flex;
	gap: 20px;
	justify-content: center;
}
#flag-header .flag {
	margin: 0;
	max-width: 70px;
	opacity: .3;
  transition: .5s;
}
#flag-header .flag-active, #flag-header .flag:hover {
    opacity: 1;
    transition: .5s;
}

#ach-form {
	position: relative;
	background: white;
	padding: 50px;
	max-width: 1200px;
	margin: 0 auto;
	color: black;
	z-index: 1;
}
#ach-form h2 {
    color: black;
}
#ach-form h3, #ach-form h6, #ach-form p {
	color: black;
	margin-bottom: 1em;
}
#ach-form .required {
	color: red;
	font-weight: bold;
}
#ach-form .two-column-container, #ach-form .three-column-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
#ach-form .column {
	width: 100%;
}
#ach-form .column.business-details {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}

#ach-form input[type="checkbox"] {
	min-width: 30px;
	min-height: 30px;
	width: 30px;
	height: 30px;
	accent-color: black;
	background: auto;
}
#ach-form input[type="checkbox"]:before {
	color: black;
	font-size: 20px;
}
#ach-form input, #ach-form .img-upload-btn, #ach-form textarea, #ach-form select {
	border: 2px solid #354b5f;
	background-color: #354b5f20;
	border-radius: 5px;
	color: black;
	width: 100%;
}
#ach-form input:focus, #ach-form input:active, #ach-form textarea:focus, #ach-form textarea:active {
	border: 2px solid #0075f2;
	background: white;
}
#ach-form input::placeholder, #ach-form textarea::placeholder {
	color: black;
	opacity: .4;
}

#ach-form .ach-agreement img {
	max-width: 300px;
}

#ach-form .tooltip-top-customer, #ach-form .tooltip-top-payment {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: relative;
	padding: 20px;
	margin-top: 40px;
	background: #354b5f20;
	border-radius: 5px;
	border: none;
	font-weight: bold;
}
#ach-form .tooltip-top-customer:after {
	content: '';
	position: absolute;
	width: 0px;
	left: 50%;
	bottom: 0;
	border: 15px solid transparent;
	border-top: 0;
	border-bottom: 15px solid #354b5f20;
	transform: translate(-50%, calc(-60% + 24px)) rotate(180deg);
}

#ach-form .form-check {
	display: flex; 
	align-items: center;
	gap: 10px;
}
#ach-form .form-check label {
	margin: 0;
}

#ach-form .img-upload-btn {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 350px;
	cursor: pointer;
	padding: 20px;
}
#ach-form .img-upload-btn input {
	border: none;
	border-radius: 3px;
}
#ach-form .img-upload-btn input::file-selector-button {
	background-color: #0075f2;
	border: none;
	border-radius: 3px;
	padding: 8px 16px;
	border: 1px solid transparent;
	color: white;
	cursor: pointer;
	transition: .2s;
}
#ach-form .img-upload-btn input::file-selector-button:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #0075f2;
	border: 1px solid #0075f2;
}


#ach-form .customer-information .two-column-container {
	margin-bottom: 20px;
}
#ach-form .checkbox-container {
	display: flex;
	align-items: center;
	height: 100%;
	gap: 20px;
}
#ach-form select:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 10px;
	background: black;
	z-index: 2;
}
#ach-form select {
	-webkit-appearance: none;
  -moz-appearance: none;
	background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 9px;
}

#ach-form .tooltip-top-payment {
	background: #0075f2;
	color: white;
	margin-bottom: 30px;
}
#ach-form .tooltip-top-payment input {
	border: 2px solid white;
}
#ach-form .tooltip-top-payment input:focus, #ach-form .tooltip-top-payment input:active {
	background: #ffffff40;
}
#ach-form .tooltip-top-payment input:before {
	color: white;
}
#ach-form .tooltip-top-payment:after {
	content: '';
	position: absolute;
	width: 0px;
	left: 50%;
	bottom: 0;
	border: 15px solid transparent;
	border-top: 0;
	border-bottom: 15px solid #0075f2;
	transform: translate(-50%, calc(-60% + 24px)) rotate(180deg);
}

#ach-form hr {
	border-color: black;
	margin-top: 10px;
}
#ach-form .rotessa-callout {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 5px;
}


#get-my-pdf {
	position: relative;
	text-align: center;
	margin-top: 60px;
	z-index: 1;
}
#get-my-pdf .email-form-container {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	max-width: 800px;
	
	margin: 30px auto 0 auto;
	gap: 20px;
}
#get-my-pdf .email-form-container-inner, #get-my-pdf .email-form-container-inner input {
	width: 100%;
	max-width: 500px;
	margin: 0;
}
/*#get-my-pdf .email-form-container-inner input::placeholder {*/
/*	color: white;*/
/*	opacity: .4;*/
/*}*/
#get-my-pdf .email-form-container-inner {
	text-align: left;
}
#get-my-pdf button {
	max-width: 300px;
	font-weight: 400 !important;
	margin: 0;
	transform-origin: center;
	height: max-content;
}

#ach-form .authorization, #ach-form .rotessa-callout {
    opacity: .4;
}

.blob-2 {
	top: 50%;
	transform: translatey(-50%);
	z-index: -1;
}

.blob-3 {
	top: -50%;
	transform: translatey(-50%);
	z-index: -1;
}


#tooltip-container {
	position: relative;
}
#tooltip-container .fa-question-circle:hover + #question-tooltip, #tooltip-container #question-tooltip:hover {
	visibility: visible;
}
#tooltip-container .fa-question-circle {
	font-size: 20px;
	padding: 5px;
}
#question-tooltip {
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: calc(100% + 15px);
	width: 300px;
	background: #0075f2;
	color: white;
	padding: 10px;
	border-radius: 5px;
	visibility: hidden;
}
#question-tooltip:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: calc(0% - 25px);
	width: 0;
	height: 0;
	border-top: 10px solid #0075f2;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

#recaptcha-error {
    display: flex;
    background: #ffe4e6;
    border-radius: 8px;
    border: 1px solid #FECDD3;
    gap: 12px;
    align-items: center;
    padding: 4px;
}
#recaptcha-error img {
    width: 50px;
    height: 50px;
}
#recaptcha-error p {
    margin: 0;
}

.form-error-container {
    display: none;
    background: #ffe4e6;
    border-radius: 8px;
    border: 1px solid #FECDD3;
    gap: 12px;
    align-items: center;
    padding: 4px;
}
.form-error-container img {
    width: 50px;
    height: 50px;
}
.form-error-container p {
    margin: 0 !important;
}

@media (max-width: 1024px) {
	.two-column-container .ach-agreement {
		display: none;
	}
}

@media (max-width: 768px) {
	#ach-form {
		padding: 20px;
	}
	
	.two-column-container, .three-column-container {
		flex-direction: column;
	}
	
	#ach-form .authorization .two-column-container, #ach-form .authorization .three-column-container {
		gap: 0;
	}
	
	#ach-form .checkbox-container {
		flex-direction: column;
		align-items: flex-start;
	}
	
	#get-my-pdf .email-form-container {
		flex-direction: column;
		align-items: center;
	}
}