﻿/*=========== TABLE OF CONTENTS ===========
1. Common CSS
2. Page CSS
==========================================*/

/*-------------------------------------
  1. Common CSS
--------------------------------------*/
.iam40orolderbut {
    color: var(--gray_900);
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 34px;
    font-family: "objektiv-mk1", sans-serif;
    font-size: 20px;
    font-weight: 500;
    gap: var(--space-xs);
    display: flex;
    background-color: var(--white_a700);
    box-shadow: var(--shadow-xs);
    border-radius: var(--radius-sm);
}

@media only screen and (max-width: 550px) {
    .iam40orolderbut {
        padding-top: var(--space-xs);
        padding-bottom: var(--space-xs);
        padding-right: var(--space-xs);
    }
}


/*-------------------------------------
  2. Page CSS
--------------------------------------*/
.column {
    gap: 20px;
    background-color: #F5F3EF;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 550px) {
    .column {
        gap: 30px;
    }
}



.columnunion_one {
  align-self: stretch;
}



.rowunion_one {
    background-color: var(--satin-linen-100);
    position: relative;
    display: flex;
    justify-content: center; /* Centers the logo */
    align-items: center;
    padding: 16px;
}

.union_one {
    height: auto;
    width: 140px;
    max-width: 100%;
    object-fit: contain;
}

@media (min-width: 768px) {
    .union_one {
        width: 180px;
    }
}

@media (min-width: 1200px) {
    .union_one {
        width: 220px;
    }
}

.rowline {
  background-color: var(--indigo_50);
  display: flex;
}


.line {
    height: 5px;
    background-color: var(--blue_gray_800);
    width: 10%;
    transition: width 0.3s ease;
}

.columnthefollow {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
    box-sizing: border-box;
    flex-direction: column;
}

.columnthefollowheader {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 60px;
    box-sizing: border-box;
    flex-direction: column;
}

@media only screen and (max-width: 1050px) {
    .columnthefollowheader {
        padding-left: var(--space-xs);
        padding-right: var(--space-xs);
    }
}


.thefollowing {
  font-family: objektiv-mk1 !important;
  line-height: 40px;
}


.columnnext {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 30px;
    box-sizing: border-box;
    flex-direction: column;
}

@media only screen and (max-width: 1050px) {
    .columnnext {
        padding-left: var(--space-xs);
        padding-right: var(--space-xs);
    }
}

.columnthefollowheader {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 60px;
    box-sizing: border-box;
    flex-direction: column;
}

@media only screen and (max-width: 1050px) {
    .columnthefollowheader {
        padding-left: var(--space-xs);
        padding-right: var(--space-xs);
    }
}

.columnwhatisyou {
  gap: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.whatisyour {
  letter-spacing: -0.5px;
}

.columniamundert {
  gap: 16px;
  display: flex;
  align-self: stretch;
  flex-direction: column;
}

.iamundertheageo {
    color: var(--gray_900);
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 34px;
    font-family: objektiv-mk1, sans-serif;
    font-size: 20px;
    font-weight: 700;
    gap: var(--space-xs);
    display: flex;
    background-color: var(--white_a700);
    box-shadow: var(--shadow-xs);
    border-radius: var(--radius-sm);
}

@media only screen and (max-width: 550px) {
    .iamundertheageo {
        padding-top: var(--space-xs);
        padding-bottom: var(--space-xs);
        padding-right: var(--space-xs);
    }
}




.nextpayment {
    color: var(--gray_900);
    padding-left: 32px;
    padding-right: 32px;
    font-family: objektiv-mk1, sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--green_100);
    align-self: stretch;
    text-align: center;
    height: 48px;
    border-radius: var(--radius-md);
    border: 1px solid var(--gray_900);
}

/* ✅ Mobile override */
@media only screen and (max-width: 550px) {
    .nextpayment {
        padding-left: var(--space-xs);
        padding-right: var(--space-xs);
    }
}




/*new vince
*/
.heading-lg {
    font-family: "angie-sans", sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #1F292A;
    word-wrap: break-word;
}

/*.heading-lgstep1 {
    font-family: "angie-sans", sans-serif;
    padding-bottom: 38px;
    font-size: 30px;
    font-weight: 600;
    color: #1F292A;
    word-wrap: break-word;
}*/

.heading-lgstep1 {
    color: var(--Navy, #001B39);
    font-family: "objektiv-mk1";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
    letter-spacing: 0.2px;
}

.questionresponse {
    color: var(--Primary-Sleek-Navy, #1F292A);
    font-family: "objektiv-mk1", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
}
@media (max-width: 600px) {
    .heading-lg {
        font-size: 26px;
    }
}

.step-intro-text {
    font-family: "objektiv-mk1", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #1F292A;
    line-height: 32px;
    word-wrap: break-word;
    /* margin-bottom: 1.5rem; add spacing from title/question if needed */
}




@media (max-width: 600px) {
    .step-intro-text {
        font-size: 20px;
        line-height: 32px;
    }
}
.question-sub-text {
    font-family: "objektiv-mk1", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1F292A;
    word-wrap: break-word;
    line-height: 32px; /* 177.778% */
    margin-bottom: 1.5rem; /* add spacing from title/question if needed */
}
.infobox-text {
    font-family: "objektiv-mk1", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

.infobox-text-linen {
    padding:20px;
    font-family: "objektiv-mk1", sans-serif;
    background-color: #F2F2F2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

@media (max-width: 600px) {
    .question-sub-text {
        font-size: 14px;
    }
}
.wizard-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem; /* spacing between Back and Continue */
}


.go-back-text {
    font-family: "objektiv-mk1", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1F292A;
    word-wrap: break-word;
    cursor: pointer;
    /* margin-bottom: 1.5rem; add spacing from title/question if needed */
}

.go-back-clickable {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.continue-text {
    font-family: "objektiv-mk1", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1F292A;
    word-wrap: break-word;
    cursor: pointer;
    /* margin-bottom: 1.5rem; add spacing from title/question if needed */
}

.continue-clickable {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}


   

@media (max-width: 600px) {
    .go-back-text {
        font-size: 10px;
    }
}

.custom-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

    .custom-checkbox input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        width: 0;
        height: 0;
    }

/* Bigger and square checkmark */
.checkmark {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1.5px solid var(--Primary-Sleek-Navy, #1F292A);
    background-color: var(--Primary-Fresh-White, #FFF);
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}

/* Visible checkmark when checked */
/*.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #B8E5D4;*/ /* mint green */
/*}*/

    .custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
        content: '';
        position: absolute;
        top: 35%;
        left: 50%;
        width: 8px;
        height: 14px;
        border: solid #1F292A;
        border-width: 0 2px 2px 0;
        transform: translate(-50%, -50%) rotate(45deg); /* centers + rotates */
    }


/* Label */
.checkbox-label {
    color: var(--Primary-Sleek-Navy, #1F292A);
    font-family: "objektiv-mk1", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-edge: cap;
    leading-trim: both;
    margin-top: 0.6em;
}
.custom-checkbox .checkmark {
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1; /* 💡 Ensures width and height remain equal */
    border: 1.5px solid var(--Primary-Sleek-Navy, #1F292A);
    border-radius: 4px;
    background: var(--Primary-Fresh-White, #FFF);
    box-sizing: border-box; /* ✨ Ensures padding/border doesn’t distort size */
    position: relative;
    flex-shrink: 0; /* Prevent flex from stretching it */
}

.phlebotomy-card {
    display: flex;
    flex-direction: column; /* 👈 Force vertical stacking */
    align-items: flex-start; /* 👈 Align children to left edge */
    gap: 16px;
    padding: 24px 34px;
    font-family: "objektiv-mk1", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 10px;
    color: #1F292A;
    background-color: var(--white_a700);
    box-shadow: var(--shadow-xs);
    border-radius: var(--radius-sm);
    position: relative;
}

.radio-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 34px;
    font-family: "objektiv-mk1", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #1F292A;
    background-color: var(--white_a700);
    box-shadow: var(--shadow-xs);
    border-radius: var(--radius-sm);
    cursor: pointer;
    position: relative;
}

    .radio-card input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        width: 24px;
        height: 24px;
        border: 2px solid #1F292A;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        /* 🧼 Kill default blue ring entirely */
        outline: none;
        box-shadow: none;
    }

        /* 🟢 The mint green donut hole */
        .radio-card input[type="radio"]::before {
            content: "";
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #5da877;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            transition: transform 0.2s ease-in-out;
        }

        /* ✅ Expand mint green circle when selected */
        .radio-card input[type="radio"]:checked::before {
            transform: translate(-50%, -50%) scale(1);
        }

        /* 💪 Optional: prevent any hover/focus blue leaks */
        .radio-card input[type="radio"]:checked,
        .radio-card input[type="radio"]:checked:hover,
        .radio-card input[type="radio"]:checked:focus,
        .radio-card input[type="radio"]:hover,
        .radio-card input[type="radio"]:focus {
            outline: none;
            box-shadow: none;
            background-color: #fff;
            border-color: #1F292A;
        }

    /* selected state = bold text */
    .radio-card.selected .questionresponse {
        font-weight: 700;
    }

/* 📱 Mobile tweaks */
@media (max-width: 550px) {
    .radio-card {
        padding: var(--space-xs);
        font-size: 18px;
        line-height: 28px;
        gap: 12px;
    }

        .radio-card input[type="radio"] {
            width: 20px;
            height: 20px;
        }

            .radio-card input[type="radio"]::before {
                width: 10px;
                height: 10px;
            }
}

body {
    background-color: #F5F3EF;
    margin: 0;
    padding: 0;
}




.next {
    color: #1F292A;
    padding-left: 32px;
    padding-right: 32px;
    font-family: "objektiv-mk1", sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--green_100);
    align-self: stretch;
    text-align: center;
    height: 52px;
    border-radius: 50px;
    border: 0px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    /* 👆 Add a subtle zoom and shadow effect */
    .next:hover,
    .next:focus {
        transform: scale(1.03);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.nextpayment {
    color: #1F292A;
    padding-left: 32px;
    padding-right: 32px;
    font-family: "objektiv-mk1", sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--green_100);
    align-self: stretch;
    text-align: center;
    height: 40px;
    border-radius: var(--radius-md);
    border: 1px solid #1F292A;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    /* 👆 Add a subtle zoom and shadow effect */
    .nextpayment:hover,
    .nextpayment:focus {
        transform: scale(1.03);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.arrow_one {
    width: 24px;
    height: 24px;
}

@media (max-width: 600px) {
    .arrow_one {
        width: 16px !important;
        height: 16px !important;
    }

    .goback {
        gap: 6px; /* tighter spacing between arrow and text */
    }

    .goback-1 {
        font-size: 16px;
    }


}
.wizard-step {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    box-sizing: border-box;
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: none;
}

    .wizard-step.showing {
        display: block;
    }

    .wizard-step.active {
        opacity: 1;
        transform: translateX(0);
    }








.back-btn {
    background-color: #efefef;
    color: #1F292A;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    margin-bottom: 1rem;
    margin-left: 0; /* ensures alignment left */
    align-self: flex-start; /* useful if inside flex column */
    transition: background-color 0.2s ease;
}

    .back-btn:hover {
        background-color: #e0e0e0;
    }

    /* Simulated arrow bar before the text */
    .back-btn::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 12px;
        border-left: 2px solid #1F292A;
        transform: rotate(45deg);
        margin-right: 4px;
    }

    .back-btn::before,
    .back-icon::before {
        content: none !important;
        display: none !important;
        outline: none !important;
        border: none !important;
    }

.goback {
    gap: 10px;
    display: flex;
    align-items: center;
}

.goback-1 {
    font-family: objektiv-mk1 !important;
    text-transform: capitalize;
}



.labeltexts {
    color: #1F292A;
    font-family: "objektiv-mk1", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}



.goback {
    position: absolute;
    left: 16px; /* adjust spacing as needed */
    display: flex;
    align-items: center;
    gap: 10px;
}




#goback-container {
    display: flex; /* or inline-flex depending on layout */
    align-items: center;
}

    #goback-container.hidden {
        display: none;
    }

.hidden {
    display: none !important;
}

button {
    cursor: pointer;
}

.vertical-question {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

    .vertical-question .question-text {
        font-size: 18px;
        font-weight: 500;
        color: #1F292A;
        margin: 0;
    }

    .vertical-question .option-row {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
    }

        .vertical-question .option-row label {
            display: flex;
            align-items: center;
            gap: 6px;
            font-family: "objektiv-mk1", sans-serif;
            font-size: 16px;
            color: #1F292A;
            cursor: pointer;
        }


.line_one {
    height: 1px;
    align-self: stretch;
    background-color: #F0F2F5; /* lighter than #D4DBE2 */
    margin-bottom: 2em;
    /* margin-bottom: 2em; ⬇️ space below */
}

.line_one_gray {
    height: 1px;
    width: 100%; /* 👈 explicitly define horizontal width */
    background-color: #D4DBE2;
    border: none; /* 👈 optional: remove default <hr> styling */
}


.submit {
    color: var(--gray_900);
    padding-left: 32px;
    padding-right: 32px;
    font-family: objektiv-mk1, sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--green_100);
    text-align: center;
    height: 52px;
    min-width: 156px;
    border-radius: var(--radius-md);
    border: 2px solid var(--gray_900);
}

.rowemail {
    gap: 10px;
    display: flex;
    align-self: stretch;
}

/* ✅ Media queries below */
@media only screen and (max-width: 550px) {
    .submit {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rowemail {
        flex-direction: column;
    }
}


.columnemail {
    gap: var(--space-xs);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

input[name="email"] {
    display: block !important;
    width: 100% !important;
    padding: 10px !important;
    font-size: 16px;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    border: 1px solid #99A5AF;
    font-family: "objektiv-mk1";
    font-style: normal;
    line-height: 24px; /* 150% */
}

.flex-row-center-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}



.ui.heading.size-textxs {
    font-size: 24px;
    font-weight: 500;
}

@media only screen and (max-width: 1050px) {
    .ui.heading.size-textxs {
        font-size: 22px;
    }
}



/* 👇 Small tablets / mid devices */
@media (max-width: 768px) {
    .ui.heading.size-headingxs {
        font-size: 16px;
        padding: 5px 12px;
    }
}

/* 👇 iPhone and extra small screens */
@media (max-width: 430px) {
    .ui.heading.size-headingxs {
        font-size: 16px;
        padding: 4px 10px;
        gap: 4px;
    }
}


.ui.heading {
    color: var(--gray_900);
    font-family: angie-sans;
}

.password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

    .password-wrapper input {
        width: 100%;
        padding-right: 2.5em; /* space for the eye icon */
        height: 48px;
        border: 1px solid var(--blue_gray_300);
        border-radius: 4px;
        padding-left: 12px;
        font-size: 16px;
        box-sizing: border-box;
    }

.toggle-password {
    position: absolute;
    right: 10px;
    cursor: pointer;
    user-select: none;
    font-size: 1.2em;
    color: #1F292A;
}

.greybox {
    background-color: #E1E7EF;
    padding: 1.5em;
    border-radius: 8px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

    .greybox p {
        margin-bottom: 0.75em;
    }

.linenbox {
    background-color: #F2F2F2;
    padding: 1.5em;
    border-radius: 8px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

    .linenbox p {
        margin-bottom: 0.75em;
    }

.edit-link {
    font-family: "objektiv-mk1", sans-serif;
    color: var(--gray_900);
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    margin-left: auto; /* Pushes to the right */
    cursor: pointer;
}



.info-text {
    color: #1F292A;
    /* Desktop/Body SM */
    font-family: "objektiv-mk1", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}
.cancel-edit {
    background-color: rgba(0, 0, 0, 0.03); /* Just enough to pop */
    color: #1F292A;
    font-family: "objektiv-mk1", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    border: 1px solid #D4DBE2; /* 👈 Light gray border for visibility */
    cursor: pointer;
    padding: 8px 16px;
    border-radius: var(--radius-md);
    transition: background-color 0.2s ease, color 0.2s ease;
}


    .cancel-edit:hover {
        background-color: #f0f2f4;
        color: #000;
    }

.submit-edit {
    background-color: #1F292A; /* Sleek Navy */
    color: #FFFFFF; /* Clean contrast */
    font-family: "objektiv-mk1", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    border: none;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: var(--radius-md);
    transition: background-color 0.2s ease, color 0.2s ease;
}

    .submit-edit:hover {
        background-color: #333F48; /* Slightly lighter navy */
        color: #FFFFFF;
    }

.billing-toggle-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.address-toggle-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.toggle-section {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    visibility: visible;
    pointer-events: auto;
}

    .toggle-section.hidden {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

.fade-toggle {
    opacity: 0;
    transform: scaleY(0.95);
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, transform 0.4s ease, max-height 0.4s ease;
}

    .fade-toggle.show {
        opacity: 1;
        transform: scaleY(1);
        pointer-events: auto;
        max-height: 1000px; /* Large enough to fit the form */
        overflow: visible;
    }

.column_one {
    margin-bottom: 4px;
    gap: var(--space-sm);
    display: flex;
    background-color: var(--white_a700);
    box-shadow: var(--shadow-xs);
    width: 100%;
    flex-direction: column;
    padding: 60px 56px;
    border-radius: var(--radius-sm);

    
}


@media only screen and (max-width: 550px) {
    .column_one {
        width: 100%;
        padding: 20px;
    }
}
.margin-top-7em {
    margin-top: .7em;
}


.margin-top-8em {
    margin-top: .8em;
}

.margin-top-9em {
    margin-top: .9em;
}
.margin-bottom-6em {
    margin-bottom: .6em;  
}
.margin-bottom-7em {
    margin-bottom: .7em;  
}

.margin-bottom-8em {
    margin-bottom: .8em;
}

.margin-bottom-9em {
    margin-bottom: .9em;
}

/*.input-error {
    border-color: red !important;
    outline: none;
}*/

.input-error {
    font-family: "objektiv-mk1", sans-serif;
}

.validation-message {
    color: red;
    font-size: 14px;
    margin-top: 6px;
    font-family: "objektiv-mk1", sans-serif;
}









.error-message {
    font-family: "objektiv-mk1", sans-serif;
    color: red;
    font-size: 13px;
    margin-top: 4px;
}

#agree-terms-error {
    font-family: "objektiv-mk1", sans-serif;
    color: red;
    font-size: 13px;
    margin-top: 6px;
}

#address-review-block {
    white-space: pre-line;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    border: 6px solid #B8E5D4;
    border-top: 6px solid #333;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    animation: spin 1s linear infinite;
}

  

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none;
}
.full-width-button {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 14px 20px;
    margin: 0 auto;
    font-size: 1rem;
    text-align: center;
}

.global-message {
    margin: 1em 0;
    padding: 1em;
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    /* Types */
    .global-message.error {
        font-family: "objektiv-mk1", sans-serif;
        background-color: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
    }

    .global-message.success {
        background-color: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }

    .global-message.info {
        background-color: #d1ecf1;
        color: #0c5460;
        border: 1px solid #bee5eb;
    }

    /* When visible, override opacity */
    .global-message.visible {
        opacity: 1;
    }

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    font-family: 'objektiv-mk1', sans-serif;
}

.option-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 8px;
    font-family: "objektiv-mk1", sans-serif;
}

    .option-row label {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        color: #1F292A;
        cursor: pointer;
        position: relative;
    }

    /* Custom radio */
    .option-row input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid #1F292A;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer;
        position: relative;
        outline: none;
    }

        /* Green dot */
        .option-row input[type="radio"]::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            width: 8px;
            height: 8px;
            background-color: black;
            border-radius: 50%;
            transition: transform 0.2s ease-in-out;
        }

        /* Show black dot when selected */
        .option-row input[type="radio"]:checked::before {
            transform: translate(-50%, -50%) scale(1);
        }

        /* Bold text when selected */
        /*.option-row input[type="radio"]:checked + span {
            font-weight: 700;
        }*/



.simple-radios {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 8px;
}

.clean-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "objektiv-mk1", sans-serif;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

    .clean-radio input[type="radio"] {
        appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid #1F292A;
        border-radius: 50%;
        background-color: #fff;
        position: relative;
        cursor: pointer;
    }

        .clean-radio input[type="radio"]::before {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #5da877;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            transition: transform 0.2s ease-in-out;
        }

        .clean-radio input[type="radio"]:checked::before {
            transform: translate(-50%, -50%) scale(1);
        }

#unqualified-email {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #99a5af;
    border-radius: 6px;
    font-size: 16px;
    background-color: #fff;
    font-family: "objektiv-mk1", sans-serif;
    box-sizing: border-box;
}

.custom-select-wrapper {
    position: relative;
    width: 100%;
    max-width: 300px;
    font-family: sans-serif;
}



.custom-select-trigger {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    background-color: var(--white_a700);
    border: 1px solid var(--blue_gray_300);
}


.custom-options-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.custom-select-search {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.custom-options {
    max-height: 200px;
    overflow-y: auto;
}

.custom-option {
    padding: 10px;
    cursor: pointer;
}

    .custom-option:hover {
        background-color: #f2f2f2;
    }

    .custom-option.selected {
        background-color: #e6f7ff;
    }