

#orderFormBillingEntry,
#paymentSelection {
	display: block !important;
}

.input-field,
.select-field {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 1rem;
	flex-shrink: 0;
	flex-grow: 1;
	position: relative;
}

.input-field label,
.select-field label,
.modal-field label {
	margin-bottom: 0.5rem;
	display: block;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
	background-color: #fff;
}

.input-field input,
.select-field select,
.modal-field input {
	display: block;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.5rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity));
	background-color: transparent;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity));
}

.form-row {
	display: flex;
	gap: 1rem;
}

[data-lastpass-icon-root] {
	display: none;
}

#content-wrapper {
	max-width: 1300px;
	padding: 0 2rem;
	margin: 0 auto;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
	display: grid;
	padding: 4rem 0;
	grid-auto-flow: dense;
}

#content-wrapper > :nth-child(odd) {
	grid-column: 2;
}

#content-wrapper > :nth-child(even) {
	grid-column: 1;
}

#content-wrapper h4,
.modal-title {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin-bottom: 1rem;
}

#content-wrapper a {
	color: #0484c7;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

#content {
	position: sticky;
	top: 2rem;
	max-width: 36rem;
	margin-right: 3rem;
	grid-column: 1;
	align-self: start;
}

#rightbar {
	flex-grow: 1;
	background-color: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 0.375rem;
	padding: 1.5rem;
}

#rightbar li {
	margin-bottom: 1rem;
	background-image: url('//productlaunchformula.com/launchquickstart/assets/img/icon__tick.png');
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 2.25rem;
}

#PAYMENT_SELECTION .radioOption {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid transparent;
	padding: 0.625rem 0.75rem;
	border-radius: 0.375rem;
	background-color: #f8fafc;
	margin-right: 1rem;
	margin-bottom: 1rem;
	font-size: 0.95rem;
}

#PAYMENT_PLANS {
	border-radius: 0.25rem;
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity));
	margin-bottom: 1.5rem;
	overflow: hidden;
}

#PAYMENT_PLANS .radioOption {
	position: relative;
	width: 100%;
	padding: 1.25rem;
	display: flex;
	cursor: pointer;
	align-items: flex-start;
	font-size: 0.95rem;
	outline: none;
	display: inline-flex;
	align-items: center;
}

#PAYMENT_PLANS .radioOption input {
	margin-right: 0.5rem;
}

#PAYMENT_PLANS .radioOption.active {
	background-color: #0284c7 !important;
	color: #fff !important;
}

#PAYMENT_PLANS .radioOption:hover {
	background-color: #f0f4f8;
}

.continueButton {
	width: 100%;
	padding: 0.75rem 1.5rem;
	margin-top: 0.75rem;
	text-align: center;
	font-weight: bold;
	color: #fff !important;
	transition: all 0.15s ease-in-out;
	border-radius: 0.375rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #0484c7;
	cursor: pointer;
}

.continueButton:hover {
	background-color: #2563eb;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

footer,
header {
	background-color: #00092d;
}

.dropdown-item {
	top: 2.4rem;
}

.paymentPlansSummary,
.formTitle,
.orderSummarySubTotals,
#ORDER_FORM_PRODUCT_LIST,
.hidden,
#PAYMENT_PLANS .title,
.secury-pay {
	display: none !important;
}

.orderSummaryPrice {
	--tw-bg-opacity: 1;
	background-color: rgb(239 246 255 / var(--tw-bg-opacity));
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 0.25rem;
	--tw-border-opacity: 1;
	border: 1px solid rgb(96 165 250 / var(--tw-border-opacity));
	margin-bottom: 2rem;
}

.orderSummaryPrice p {
	font-weight: 700;
	margin-bottom: 0;
}

.orderSummary td {
	padding: 1.25rem;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.orderSummary tr:nth-child(2) {
	display: none;
}

#ORDER_FORM_SUMMARY {
	margin-top: 1.5rem;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.modal-content {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	width: 80%;
	max-width: 600px;
}

.modal-title {
	margin-bottom: 15px;
}

.modal-iframe-container {
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}

.modal-iframe-container iframe {
	width: 100%;
	height: 100%;
}

.modal-input-container {
	margin-bottom: 1rem;
}

.modal-footer {
	display: flex;
	justify-content: flex-end;
}

.modal-btn {
	padding: 0.35rem 0.75rem;
	border: none;
	border-radius: 0.25rem;
	cursor: pointer;
	margin-left: 0.25rem;
}

.modal-btn-primary {
	background-color: #3490dc;
	color: #fff;
}

.modal-btn-secondary {
	color: rgb(107, 114, 128);
}

@media (max-width: 768px) {
	body {
		font-size: 15px;
	}

	#content-wrapper {
		display: flex;
		flex-direction: column-reverse;
		padding: 1.5rem;
	}

	#content {
		position: relative;
		width: 100%;
		max-width: 100%;
		margin-bottom: 3rem;
	}

	.form-row {
		gap: 0;
		flex-direction: column;
	}

	.input-field, .select-field {
		flex-direction: column-reverse;
	}
}
