/**
 * bmi-base.css — shared foundation loaded on every step.
 * Depended on by: bmi-step-one.css, bmi-step-two.css (both declare it as a dependency).
 */

.bmi-sc {
	--bmi-red: #d9484a;
	--bmi-dark: #1b1f2a;
	--bmi-gray: #6b7280;
	--bmi-border: #e5e7eb;
	margin: 0 auto;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
}

.bmi-hidden {
	display: none;
}

.bmi-sc__panel {
	background: #fff;
}

.bmi-sc__eyebrow,
span.bmi-sc__unlock-panel_subtitle {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.08em;
	color: #6E7C78;
	font-weight: 700;
	margin: 0 0 6px;
}

.bmi-sc__title {
	font-size: 24px;
	color: #000;
	margin: 0 0 8px;
}

.bmi-sc__subtitle {
	font-size: 14px;
	color: var(--bmi-gray);
	margin: 0 0 20px;
}

.bmi-sc input[type="text"],
.bmi-sc input[type="email"],
.bmi-sc input[type="number"],
.bmi-sc select {
	flex: 1;
	padding: 12px 14px;
	border: 1px solid var(--bmi-border);
	border-radius: 0;
	font-size: 14px;
	color: var(--bmi-dark);
	background: #fafafa;
	width: 100%;
    border: 1px solid #6E7C78;
	height: 48px;
}
.bmi-sc select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 100%;
    padding: 0 45px 0 16px;

    border: 1px solid #C7D1CF;
    border-radius: 0;

    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M2 2L6 6L10 2' stroke='%23808B87' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    background-size: 12px;

    cursor: pointer;
}
.bmi-sc select:focus,
.bmi-sc select:active {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    outline: none;

    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M2 2L6 6L10 2' stroke='%23808B87' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    background-size: 12px;
}
.bmi-sc input:focus,
.bmi-sc select:focus {
	outline: none;
	border-color: var(--bmi-red);
	background: #fff;
}

.bmi-sc__btn {
	display: block;
	width: 100%;
	padding: 17px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	cursor: pointer;
	border: none;
}
.bmi-sc__btn_two {
	/** display: block; **/
	background-image: url('https://heartsville.ripeconcepts.dev/wp-content/uploads/2026/07/start-over.png');
    background-repeat: no-repeat;
    background-position: center right;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	cursor: pointer;
	border: none;
    color: #BC254C;
	padding-right: 25px;
}
.bmi-sc__btn_two.bmi-sc__btn--ghost_two {
	background-color: #fff;
    color: #BC254C;
}
.bmi-sc__btn_two.bmi-sc__btn--ghost_two:hover {
	opacity: 70%;
}
.bmi-sc__btn_two:hover {
	opacity: 70%;
}
.bmi-sc__btn--primary#bmi-sc-submit {
	border: 1px solid #E83621;
	background: #E83621;
	color: #fff;
}
.bmi-sc__btn--primary {
	border: 1px solid #000000;
	color: #000;
}
.bmi-sc__btn--primary:hover {
	opacity: 70%;
}
.bmi-sc__btn--outline {
	background: #fff;
	color: var(--bmi-dark);
	border: 1px solid var(--bmi-border);
}
.bmi-sc__btn--outline_two {
	margin-top: 8px;
}

.bmi-sc__btn--ghost {
	background: transparent;
	color: var(--bmi-gray);
	margin-top: 8px;
}
.bmi-sc__btn--ghost_two {
	margin-top: 8px;
}

.bmi-sc__fineprint {
	font-size: 11px;
	color: var(--bmi-gray);
	text-align: center;
	margin-top: 14px;
}

.bmi-sc__fineprint span.bmi-sc__fineprint-lock {
	background-image: url(/wp-content/themes/Divi-child/assets/images/lock.png);
    background-repeat: no-repeat;
    display: none;
    background-position: center left;
    padding-left: 20px;
}
.bmi-sc__fineprint-text p {
	font-size: 12px;
    font-style: italic;
    color: #64716D;
	margin-top: 10px;
}
.bmi-sc__error {
	margin-top: 12px;
	padding: 10px 12px;
	background: #fdecea;
	color: #a12622;
	border-radius: 6px;
	font-size: 13px;
}
.kys-section.kys-section-full .kys-section-inner-row  .kys-top-banner-form.active {
	max-height: 794px;
    padding: 25px 55px 20px 55px;
    min-height: 694px;
}
.visually-hidden-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}