@font-face {
	font-family: 'sofia_prosemibold';
	src: url('fonts/sofia_pro_semi_bold_az-webfont.woff2') format('woff2'), url('fonts/sofia_pro_semi_bold_az-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sofia_proregular';
	src: url('fonts/sofia_pro_regular_az-webfont.woff2') format('woff2'), url('fonts/sofia_pro_regular_az-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sofia_probold';
	src: url('fonts/sofia_pro_bold_az-webfont.woff2') format('woff2'), url('fonts/sofia_pro_bold_az-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sofia_promedium';
	src: url('fonts/sofia_pro_medium_az-webfont.woff2') format('woff2'), url('fonts/sofia_pro_medium_az-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.text-danger {
	color: #D8262F !important;
}

.bg-danger {
	background-color: #D8262F !important;
}

.text-success {
	color: #849324 !important;
}

.bg-success {
	background-color: #849324 !important;
}

.fieldset-container {
	position: relative;
	overflow: hidden;
	width: 100%;
}

fieldset {
	width: 100%;
	top: 0;
	display: none;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

fieldset.active {
	display: block;
}

@keyframes slideInFromRight {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideOutToLeft {
	from {
		transform: translateX(0);
		opacity: 1;
	}

	to {
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes slideInFromLeft {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideOutToRight {
	from {
		transform: translateX(0);
		opacity: 1;
	}

	to {
		transform: translateX(100%);
		opacity: 0;
	}
}

.progress-bar-container {
	margin-bottom: 15px;
}

.progress-bar {
	transition: width 0.5s ease-in-out;
}

:root {
	--bs-body-color: #707070;
	--bs-heading-color: #000000;
	--bs-color-red: #d8262f;
	--bs-danger-rgb: 216, 38, 47;
	--black-color: #000000;
	--white-color: #ffffff;
}

body {
	font-family: "sofia_proregular", sans-serif;
	color: var(--bs-body-color);
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.main-form-wrapper {
	max-width: 525px;
	margin-left: auto;
	margin-right: auto;
}

.vitality-header {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vitality-header .site-logo {
	max-width: 70px;
}

.intake-question-holder .card {
	border: 0;
	min-height: calc(100vh - 150px);
}

.intake-question-holder .card-body {
	padding: 0;
	min-height: 100%;
}

.intake-question-holder .card-footer {
	border: 0;
	padding: 0;
	background: none;
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}

.intake-question-holder .card-header {
	border: 0;
	padding: 0;
	background: none;
}

.main-text h2 {
	color: var(--bs-heading-color);
	line-height: 36px;
	margin-bottom: 20px;
	font-size: 2rem;
}

.intake-form-radio-option-label {
	border: 2px solid #DEDCD7;
	color: #000;
	text-align: left;
	font-family: "sofia_proregular", sans-serif;
	font-size: 18px;
	border-radius: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
}

.btn-check+.intake-form-radio-option-label:hover {
	color: #000;
	border: 2px solid var(--bs-color-red);
	background-color: transparent;
	box-shadow: none;
}

.btn-check:checked+.intake-form-radio-option-label {
	color: #000;
	border: 2px solid var(--bs-color-red);
	background-color: transparent;
	box-shadow: none;
}

.btn-dark {
	background-color: var(--black-color);
	border-radius: 23px;
	padding: 12px 40px;
	color: var(--white-color);
	font-family: "sofia_proregular", sans-serif;
	min-width: 150px;
	font-size: 1rem;
}

.visibility-hidden {
	visibility: hidden;
}

.sub-text p {
	font-size: 1rem;
	line-height: 24px;
	color: var(--bs-body-color);
}

.custom-form-select {
	border: 2px solid #DEDCD7;
	color: var(--bs-body-color);
	text-align: left;
	font-family: "sofia_proregular", sans-serif;
	font-size: 18px;
	border-radius: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.custom-txtb-control {
	border: 2px solid #DEDCD7;
	color: var(--bs-body-color);
	text-align: left;
	font-family: "sofia_proregular", sans-serif;
	font-size: 18px;
	border-radius: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.txtb-otp {
	border: 1px solid #DEDCD7;
	color: var(--bs-body-color);
	text-align: left;
	font-family: "sofia_proregular", sans-serif;
	font-size: 16px;
	border-radius: 6px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.intake-address-container .form-control {
	border: 2px solid #DEDCD7;
	border-radius: 14px;
}

.intake-address-container .form-select {
	border: 2px solid #DEDCD7;
	border-radius: 14px;
}

.custom-form-control {
	border: 2px solid #DEDCD7;
}

.unable-select {
	pointer-events: none;
	user-select: none;
}

.child-question-container .child-main-text h2 {
	color: #000000;
	line-height: 33px;
	margin-bottom: 16px;
	font-size: 25px;
	margin-top: 25px;
}

span.highlight-yes {
	color: var(--bs-color-red);
}

.child-question-container .child-sub-text p {
	color: #000000;
	line-height: 26px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 20px;
}

.sub-text p span {
	font-size: 1rem;
	line-height: 24px;
	color: var(--bs-color-red);
}

.image-preview-container {
	border: 2px solid #DEDCD7;
	border-radius: 14px;
	width: 100%;
	min-height: 240px;
	padding: 20px;
}

.back-btn-icon {
	border: 0;
	background-color: transparent;
	font-size: 20px;
	font-weight: 400;
	color: #000000 !important;
	padding-left: 0;
}

a.back-btn-icon {
	color: #000000;
	border: 0;
	background-color: transparent;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
}

.card-custom {
	border: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.plan-section {
	max-width: 525px;
}

.plan-inner-wrap {
	background-color: #fff;
	padding: 35px 20px;
	border-radius: 12px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}

.plan-inner-wrap.checkout-image-container {
	padding: 24px 0;
}

.plan-section .plan-title {
	font-size: 25px;
	color: #000000;
	margin-bottom: 15px;
}

.shipping-option {
	border: 1px solid #DEDCD7;
	border-radius: 14px;
	padding: 18px 15px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: border-color 0.3s;
}

.shipping-option.active,
.shipping-option:hover {
	/* border-color: #dc3545;
	*/
	background-color: #F1F1F1;
	border: none;
}

.grey-wrapper {
	background-color: #F1F1F1;
	border-radius: 14px;
	padding: 15px;
}

.recommended-badge {
	background-color: #D8262F;
	color: white;
	padding: 4px 8px;
	border-radius: 7px;
	font-size: 14px;
}

.shipping-price {
	color: #1FAD15;
}

.text-strike {
	text-decoration: line-through;
	color: #6c757d;
	margin-right: 5px;
}

/* Hide default radio buttons */
.form-check-input-custom {
	display: none;
}

/* Active style for the container when radio is selected */
.form-check-input-custom:checked+.shipping-option {
	/* border-color: #D8262F;
	*/
	background-color: #F1F1F1;
	border: none;
}

.total-section {
	background-color: #F1F1F1;
	border-radius: 14px;
	padding: 10px;
	color: #000;
	font-size: 1rem;
}

.payment-method {
	padding: 35px 20px 0;
}

.btn-custom {
	background-color: #000;
	color: #fff;
	width: 100%;
	border-radius: 50px;
	padding: 12px 25px;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
	background-color: #323232;
	color: #fff;
}

.grey-wrapper h4 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #000000;
}

.plan-bg-wrap {
	width: 200px;
	height: 200px;
	border-radius: 14px;
	/* background-color: #ffffff;
	*/
	overflow: hidden;
}

.plan-bg-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.text-pro {
	color: #000;
}

.text-mg {
	color: #575757;
	margin-bottom: 0;
}

.plan-section ul {
	list-style: none;
	padding: 0;
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid #DEDCD7;
}

.plan-section ul li {
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 1rem;
}

.plan-section ul li:last-child {
	padding-bottom: 0;
}

.shipping-option .month {
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
}

.shipping-option .text-muted {
	color: #575757;
}

.monthly-plan {
	padding-bottom: 18px;
	border-bottom: 1px solid #DEDCD7;
}

.total-price h6 {
	font-size: 20px;
	color: #000;
}

.total-due h6 {
	font-size: 20px;
	color: #000;
}

.total-due p {
	color: #575757;
	margin: 0;
}

.total-price p {
	font-size: 20px;
	color: #000;
	margin: 0;
}

.total-price p del {
	font-size: 17px;
	color: #575757;
	padding-right: 5px;
}

.payment-method .plan-title {
	font-size: 25px;
	color: #000000;
	margin-bottom: 15px;
}

.payment-method .form-check-input[type=radio] {
	border-radius: 50%;
	border-color: #000;
	width: 18px;
	height: 18px;
}

.payment-method .payment-option {
	font-size: 18px;
	color: #000000;
	padding-left: 10px;
}

.site-header {
	max-width: 525px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
}

.site-logo {
	max-width: 71px;
}

.site-header h2 {
	font-size: 32px;
	line-height: 36px;
	color: #000000;
	margin: 22px 0 15px 0;
}

.site-header p {
	color: #707070;
	font-size: 16px;
	margin: 0 0 0 0;
}

#flashScreenContainer {
	padding-top: 50px;
	position: relative;
}

#flashScreenContainer .site-logo {
	padding-bottom: 15px;
}

#flashScreenContainer h3 {
	color: #000;
	font-size: 25px;
	margin-bottom: 20px;
}

#flashScreenContainer .lottie-file {
	margin-left: -42px;
}

span.highlight-black {
	color: #000000 !important;
	text-decoration: underline;
}

.accordion .question-answer-box .question-box {
	font-size: 16px;
	margin-bottom: 8px;
	color: #000;
}

.accordion .question-answer-box .answer-box {
	color: #D8262F;
}

#formSubmissionHistory .accordion-button:not(.collapsed) {
	color: #999999;
	background-color: #f2f2f2;
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

#formSubmissionHistory .form-submission-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

#formSubmissionHistory .form-submission-id {
	font-size: 18px;
	color: #000000;
}

#formSubmissionHistory .form-submission-date {
	font-size: 13px;
	color: #ffffff;
	background-color: #080808;
	padding: 5px 9px;
	border-radius: 6px;
	line-height: 1;
	margin-right: 10px;
}

.decision-box h2 {
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
}

span.link:hover {
	cursor: pointer;
}

input[type="checkbox"] {
	border-color: #000000 !important;
}

input[type="checkbox"]:checked {
	background-color: black !important;
	border-color: black !important;
}

/** Static CSS **/
#whyDoWeNeedModal p,
#stateTermCondition p,
#stateTeleHealth p {
	color: #333333;
}

#whyDoWeNeedModal .modal-header h3,
#stateTermCondition .modal-header h3,
#stateTeleHealth .modal-header h3 {
	font-size: 24px;
}

.form-check-label.option_field_d4a89cf6-a969-4095-a3f9-ec423278213a {
	color: var(--bs-body-color);
	word-spacing: 2px;
}

.form-check-label.option_field_d4a89cf6-a969-4095-a3f9-ec423278213a span,
[data-bs-target="#stateTermCondition"],
[data-bs-target="#stateTeleHealth"],
[data-bs-target="#statePrivacyPolicy"] {
	color: var(--bs-body-color);
	cursor: pointer;
	text-decoration: underline;
}

.color-8D8484 {
	color: #8D8484 !important;
}

.product-info {
	max-width: 310px;
}

#ageLess18Modal .modal-header {
	border-bottom: none;
}

#ageLess18Modal .modal-body p {
	font-size: 20px;
	color: #000;
}

#ageLess18Modal .modal-body p a {
	color: #000;
	text-decoration: underline;
}

#ageLess18Modal .modal-body h2 {
	font-family: "sofia_prosemibold";
	margin-bottom: 30px;
	font-size: 36px;
}

#ageLess18Modal .modal-footer {
	border-top: none;
}

#ageLess18Modal .modal-footer button {
	margin-right: auto;
	margin-left: auto;
}

#ageLess18Modal .modal-dialog {
	max-width: 630px;
}

#ageLess18Modal .modal-content {
	background: #F9F6F2;
	border-radius: 40px;
}

#ageLess18Modal .modal-body {
	text-align: center;
	padding: 30px 30px 45px;
}

.site-header h2.thank-title {
	font-size: 36px;
	font-family: 'sofia_prosemibold';
	line-height: 1.5;
	margin: 30px 0 35px;
}

.thank-info-list {
	padding: 0;
	list-style-position: inside;
	font-size: 18px;
	color: #8D8484;
}

.thank-info-list li {
	padding-bottom: 15px;
}

.shipping-option-select {
	background-color: #F1F1F1 !important;
	border: none !important;
}

.border-none {
	border: 0 !important;
}

.total-section a {
	color: #8D8484;
	text-decoration: underline;
}

.upload-info {
	font-size: 13px;
	word-spacing: 2px;
	font-style: italic;
	color: #acacac;
	margin-top: -5px;
}

.switch-camara-btn {
	font-size: 12px;
	font-weight: 400;
}

.switch-camara-btn:hover {
	cursor: pointer;
}

/* For Webkit Browsers (Chrome, Safari, Edge) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* General Reset for Other Browsers/Devices (Fallback) */
input[type="number"] {
	appearance: textfield;
	/* Modern browsers support this */
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

.vitality-header .back-button-wrap {
	min-height: 32px;
}

.manage-subscription-btn {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.manage-subscription-history {
	background-color: #FFB30F !important;
	color: #000000 !important;
}

.manage-subscription-btn a {
	color: #ffffff !important;
}

.manage-subscription-history a {
	color: #000000 !important;
}

.swal2-icon.swal2-success {
	color: black !important;
	border-color: black !important;
}

.swal2-icon.swal2-info {
	color: black !important;
	border-color: black !important;
}

.swal2-icon.swal2-error {
	color: black !important;
	border-color: black !important;
}

.swal2-icon.swal2-warning {
	color: black !important;
	border-color: black !important;
}

.swal2-icon.swal2-question {
	color: black !important;
	border-color: black !important;
}

.swal2-styled {
	transition: none !important;
	box-shadow: none !important;
}

#otp-timer,
#emailVerificationMessage,
#emailRegisteredMessage {
	font-size: 14px;
}

button:disabled,
button[disabled],
input[disabled] {
	opacity: 0.6 !important;
	pointer-events: none !important;
}

button:disabled:hover,
button[disabled]:hover,
input[disabled]:hover {
	cursor: not-allowed !important;
}

button:not(:disabled):not(.back-btn):not(.btn-close):not(.accordion-button):hover {
	cursor: pointer !important;
	background-color: #000000;
	color: #ffffff;
}

.text-white {
	color: #ffffff !important;
}

.swal2-loader {
	border-color: #000000 transparent #000000 transparent !important;
}

.swal2-loading .swal2-title {
	font-size: 24px !important;
	font-family: 'sofia_prosemibold' !important;
}

#checkout-button:disabled {
	cursor: not-allowed;
}

.login-wrapper {
	width: 100%;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.main-form-wrapper-login {
	max-width: 525px;
	margin-left: auto;
	margin-right: auto;
}

#toast-container > .toast {
    opacity: 1 !important;
}

/** Responsive **/
@media (max-width: 767px) {

	.plan-section .plan-title,
	.payment-method .plan-title {
		font-size: 22px;
	}

	.plan-title {
		text-align: center;
	}

	.plan-section {
		padding-left: 10px;
		padding-right: 10px;
	}

	.site-header {
		padding-left: 10px;
		padding-right: 10px;
	}

	.main-form-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	#flashScreenContainer {
		padding-top: 40px;
	}

	#flashScreenContainer h3 {
		font-size: 26px;
		margin-bottom: 25px;
	}

	.grey-wrapper {
		flex-wrap: wrap;
		text-align: center;
	}

	.plan-bg-wrap {
		order: 1;
		margin-left: auto;
		margin-right: auto;
	}

	.product-info {
		order: 2;
		padding-top: 15px;
	}

	.btn-dark {
		padding: 12px 20px;
	}

	.flash-text-screen br {
		display: none !important;
	}

	.intake-question-holder .card {
		border: 0;
		min-height: calc(100dvh - 140px);
	}

	.ui-datepicker {
		z-index: 10000 !important;
	}

	.otp-resend-btn {
		min-width: unset;
	}

	.login-wrapper {
		min-height: auto;
	}
}
