@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;
}

.search-box {
    position: relative;
}

.autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    z-index: 999;
}

.hidden {
    display: none;
}

.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: "Plus Jakarta Sans", 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 #f77a55;
    background-color: transparent;
    box-shadow: none;
}

/* .btn-dark {
    background-color: #0c0c0c;
    border-radius: 23px;
    padding: 12px 40px;
    color: var(--white-color);
    min-width: 150px;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 30px;
} */
.black-color {
    color: #222222;
    font-weight: 500;
}

/* fieldset .card-body {
    max-height: 600px;
    overflow-y: auto;
} */

/* .trt-static-content .feature-item {
    display: flex;
    align-items: center;
    background: #f5f4f2;
    border-radius: 18px;
    padding: 18px 20px;
    margin-bottom: 16px;
} */

/* .trt-static-content .feature-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #dfe4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
} */

/* .trt-static-content .feature-icon svg {
    width: 20px;
    height: 20px;
    stroke: #000;
}

.trt-static-content .feature-text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.trt-static-content .testimonial-card {
    max-width: 520px;
} */

/* Image placeholder */
.trt-static-content .avatar-box {
    width: 200px;
    height: 240px;
    border-radius: 24px;
    background: linear-gradient(180deg, #e3e1dc, #d9d7d1);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 24px;
    margin-bottom: 28px;
}

.trt-static-content .avatar-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #8c7aa8;
    position: relative;
}

.trt-static-content .avatar-icon::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 40px;
    background: #8c7aa8;
    border-radius: 40px 40px 0 0;
}

/* Headline */
.trt-static-content .headline {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 16px;
    color: #000;
}

/* Pills */
.trt-static-content .pill-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.trt-static-content .pill {
    background: #4f6cff;
    color: #fff;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500;
}

/* Sub text */
.trt-static-content .sub-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 20px;
}

/* Footnote */
.trt-static-content .footnote {
    font-size: 13px;
    color: #6f6f6f;
    line-height: 1.4;
}

.trt-static-content .stat-wrapper {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

/* Big stat */
.trt-static-content .stat-number {
    font-size: 160px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -6px;
}

.trt-static-content .stat-number .muted {
    font-weight: 500;
    color: #6f6f6f;
    margin: 0 16px;
}

/* Description */
.trt-static-content .stat-text {
    margin-top: 24px;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 400;
}

/* Footnote */
.trt-static-content .stat-footnote {
    margin-top: 28px;
    font-size: 13px;
    color: #6f6f6f;
    line-height: 1.4;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.trt-static-content .content-wrapper {
    max-width: 900px;
}

/* Headline */
.trt-static-content .headline {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
}

/* Sub headline */
.trt-static-content .subheadline {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 28px;
}

/* Citation */
.trt-static-content .citation {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.5;
    max-width: 780px;
}

.visibility-hidden {
    visibility: hidden;
}

.left-align-btn .card-footer {
    display: block;
    text-align: right;
}

.left-align-btn .card-footer button {
    width: auto !important;
}

/* .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;
}

.coming-soon-modal {
    width: 100%;
    max-width: 460px;
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 28px 28px;
    text-align: center;
    position: relative;
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #555;
}

/* Icon */
.icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.pin-icon {
    width: 64px;
    height: 64px;
    background: #eef0ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

/* Heading */
.coming-soon-modal h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
}

/* Description */
.coming-soon-modal p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 28px;
}

/* Button */
.primary-btn {
    width: 100%;
    background: #4f63f6;
    color: #fff;
    border: none;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.primary-btn:hover {
    background: #3f52e3;
}

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

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

.radio-card {
    border: 2px solid #d9d9d9;
    border-radius: 20px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #f6f4f1;
}

.radio-card:not(:last-child) {
    margin-bottom: 16px;
}

.radio-card input {
    /* display: none; */
    position: absolute;
    opacity: 0;
}

.radio-card .label-text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

/* Right circle */
.radio-indicator {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Checked state */
.radio-card input:checked + .radio-content {
    border-color: #4f6cff;
}

.radio-card input:checked + .radio-content .radio-indicator {
    background: #4f6cff;
    border-color: #4f6cff;
}

.radio-card:has(input:checked) {
    border-color: #4f6cff;
}

.radio-card input:checked + .radio-content .radio-indicator::after {
    content: "✓";
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.radio-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 18px;
}

.check-card {
    border: 2px solid #e0e0e0;
    border-radius: 22px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #f6f4f1;
    transition: all 0.2s ease;
}

.check-card:not(:last-child) {
    margin-bottom: 16px;
}

/* Hide checkbox but keep it accessible */
.check-card input {
    position: absolute;
    opacity: 0;
}

.check-label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

/* Right check circle */
.check-indicator {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #cfcfcf;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

/* Checked state */
.check-card input:checked + .check-content .check-indicator {
    background: #4f6cff;
    border-color: #4f6cff;
}

.check-card input:checked + .check-content .check-indicator::after {
    content: "✓";
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

/* Card border on check */
.check-card:has(input:checked) {
    border-color: #4f6cff;
}

.check-card input:checked + .check-content .check-indicator {
    opacity: 1;
    transform: scale(1);
}

.check-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
}

.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;
    border: 1px solid #e1e6ea;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.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; */
    background-color: rgb(248 250 252);
    border-radius: 14px;
    padding: 10px;
    color: #000;
    font-size: 1rem;
}

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

.btn-custom {
    /* background-color: #000; */
    background-image: linear-gradient(
        135deg,
        hsl(198 93% 60%) 0%,
        hsl(173 58% 60%) 100%
    ) !important;
    color: #fff;
    width: 100%;
    border-radius: 50px;
    padding: 12px 25px;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    background-color: #0c81ca;
    color: #fff;
}
.btn-custom:disabled {
    color: #fff !important;
}

.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: #3abff8 !important;
    border-color: #3abff8 !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;
}

.div-loading-placeholder {
    height: 20px;
    width: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.2s infinite linear;
    margin-bottom: 15px;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

#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: rgb(0 69 138 / 90%);
    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;
    background: linear-gradient(
        90deg,
        rgba(0, 69, 138, 1) 0%,
        rgba(0, 119, 184, 1) 100%
    );
    padding: 1.5rem;
}
.login-wrapper .card {
    border-radius: 12px !important;
    /* background-color: rgba(255, 255, 255, 0.95); */
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
}
.login-wrapper .card .form-control {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0;
}
.round-bg-top {
    width: 33.333333%;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    right: 5%;
}

.h-full {
    height: 100%;
}
.w-full {
    width: 100%;
}
.login-title {
    letter-spacing: -0.025em;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 1.5rem;
}
.continue-with {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
}
.continue-with:before {
    position: absolute;
    background-color: #e2e8f0;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 1;
}
.login-top-links a {
    color: #3abff8;
}
.continue-with span {
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 0.95);
    position: relative;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    color: #6b7280;
}
.main-form-wrapper-login {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
}
.btn-signup {
    font-size: 0.875rem;
    line-height: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    border: 1px solid #e1e7ef;
    background-color: rgb(248 250 252);
    border-radius: 10px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.875rem;
    color: #000000;
    text-decoration: none;
    margin-inline: auto;
}
.size-4 {
    width: 1rem;
    height: 1rem;
}
#toast-container > .toast {
    opacity: 1 !important;
}

/** Responsive **/
@media (max-width: 480px) {
    .trt-static-content .stat-number {
        font-size: 88px;
    }

    .trt-static-content .stat-text {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    .trt-static-content .headline,
    .trt-static-content .sub-text {
        font-size: 26px;
    }

    .trt-static-content .avatar-box {
        width: 100%;
        height: 220px;
    }
}
@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;
        padding: 0;
    }

    .trt-static-content .stat-number {
        font-size: 110px;
        letter-spacing: -4px;
    }

    .trt-static-content .stat-text {
        font-size: 20px;
    }

    .trt-static-content .headline {
        font-size: 42px;
    }

    .trt-static-content .subheadline {
        font-size: 20px;
    }
}
