/**
 * bmi-step-two.css — results screen (gauge, scale, locked metrics, unlock panel) only.
 * Requires bmi-base.css to be loaded first (see BMI_Assets::register_styles()).
 */

.bmi-sc__step--two {
	display: none; /** **/
	gap: 0;
	padding: 0;
	overflow: hidden;
}
.bmi-sc__results-main-wrapper {
	display: flex;
	gap: 20px;
}
/** .bmi-sc__results-main-wrapper .bmi-sc__results-main,
.bmi-sc__results-main-wrapper .bmi-sc__unlock-panel,
.bmi-sc__results-main-wrapper .bmi-sc__results-unlock {
	width: 33.33%;
} **/
.bmi-sc__results-main-wrapper .bmi-sc__results-main {
	padding-right: 20px;
	width: 40%;
}
.bmi-sc__results-main-wrapper .bmi-sc__unlock-panel {
	width: 60%;
}
.kys-top-banner-form.active span.kys-banner-line,
.kys-top-banner-form.active span.kys-banner-line-label, 
.kys-top-banner-form.active h2.kys-banner-line-title,
.kys-top-banner-form.active .kys-banner-line-text {
	display: none;
}
.bmi-sc__results-main-wrapper .bmi-sc__results-main .bmi-sc__column {
	border: 1px solid #00000014;
    padding: 20px;
}
/* .bmi-sc__gauge {
	position: relative;
	width: 160px;
	height: 160px;
	margin: 12px auto 20px;
}
.bmi-sc__gauge-track,
.bmi-sc__gauge-fill {
	fill: none;
	stroke-width: 12;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}
.bmi-sc__gauge-track {
	stroke: #f0f0f0;
}
.bmi-sc__gauge-fill {
	stroke: var(--bmi-red);
	stroke-linecap: round;
	transition: stroke-dashoffset 0.8s ease, stroke 0.3s ease;
}
.bmi-sc__gauge-value {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.bmi-sc__gauge-value span {
	font-size: 40px;
	font-weight: 800;
	color: var(--bmi-dark);
	line-height: 1;
}
.bmi-sc__gauge-value small {
	margin-top: 6px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
} */
/*  .bmi-sc__gauge {
	position: relative;
	width: 180px;
	height: 180px;
	margin: 12px auto 20px;
}
.bmi-sc__gauge.bmi-sc__gauge-bottom {
	height: 20px;
    margin: 0 auto 10px auto;
}
.bmi-sc__gauge svg {
	width:100%;
	height:100%;
}
.bmi-sc__gauge-track,
.bmi-sc__gauge-fill {
	fill:none;
	stroke-width:7;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.bmi-sc__gauge-track {
	stroke:#ECECEC;
}
.bmi-sc__gauge-fill {
	stroke:var(--bmi-red);
	transition:
		stroke-dashoffset .8s ease,
		stroke .3s ease;
}
.bmi-sc__gauge-value {
	position:absolute;
	inset:0;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.bmi-sc__gauge-value span {
	font-size:40px;
	font-weight:800;
	color:var(--bmi-dark);
	line-height:1;
}
.bmi-sc__gauge-value small {
	margin-top: 6px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
} */
.bmi-sc__gauge {
    position: relative;
    width: 180px;
    height: 160px;
    margin: 0 auto;
}
.bmi-sc__gauge.bmi-sc__gauge-heart {
	height: 20px;
    margin-bottom: 10px;
}
.bmi-sc__heart {
    width: 180px;
    height: 160px;
    background: #d9d9d9;

    -webkit-mask:url("../image/hearts-score-image.png") center center / contain no-repeat;
            mask:url("../image/hearts-score-image.png") center center / contain no-repeat;

    position:relative;
	background: #000
}
.bmi-sc__heart-fill {
    position:absolute;
    inset:0;
    background:#E34A4A;

    -webkit-mask:url("../image/hearts-score-image.png") center center / contain no-repeat;
            mask:url("../image/hearts-score-image.png") center center / contain no-repeat;

    transform-origin:bottom center;
    transform:scaleY(0);
    transition:transform .8s ease, background .3s ease;
}
.bmi-sc__gauge-value {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content:center;
    font-size: 64px;
    font-weight: 700;
    color: #285690;
	top: 5px;
}
.bmi-sc__gauge-value small {
	font-size: 16px;
}

.bmi-sc__scale {
	margin-bottom: 24px;
}

.bmi-sc__scale-bar {
	height: 6px;
	border-radius: 3px;
	background: linear-gradient(90deg, #4ea1e3 0%, #3fb27f 33%, #e8a93a 66%, #d9484a 100%);
	position: relative;
}

.bmi-sc__scale-marker {
	position: absolute;
	top: -4px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid var(--bmi-dark);
	transform: translateX(-50%);
	transition: left 0.8s ease;
	box-shadow: 0px 0px 10px;
}
.bmi-sc__scale-labels {
	display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #000;
    margin-top: 8px;
    text-transform: uppercase;
    opacity: 60%;
	width: 90%;
    margin: 5px auto;
}
.bmi-sc__locked-list {
	border-top: 1px solid var(--bmi-border);
	padding-top: 0;
	margin-bottom: 16px;
}
.bmi-sc__locked-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	font-size: 13px;
	border-bottom: 1px solid #dedede;
}
.bmi-sc__locked-label {
	color: #000;
    font-size: 14px;
}
.bmi-sc__locked-badge {
	background-image: url(/wp-content/themes/Divi-child/assets/images/score-two-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center right;
	font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #CE2253;
    border-radius: 999px;
    padding: 4px 15px 4px 4px;
}
.bmi-sc__conditions {
	margin-bottom: 20px;
}
.bmi-sc__conditions-title {
	font-size: 11px;
	font-weight: 700;
	color: var(--bmi-gray);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}
.bmi-sc__conditions-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.bmi-sc__condition-badge {
	font-size: 10px;
    background-color: #6E7C7830;
    color: #6E7C78;
    border-radius: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}
.bmi-sc__actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.bmi-sc__unlock-panel {
	/* flex: 0 0 220px; */
	background: var(--bmi-dark);
	border-left: 2px solid #64716D;
	color: #000;
	padding: 0 0 0 30px; /** 32px 24px **/
	flex-direction: column;
	justify-content: center;
	border-radius: 0;
}
.bmi-sc__unlock-panel h3 {
	font-size: 16px;
	line-height: 1.4;
}
.bmi-sc__unlock-panel input[type="email"] {
	width: 100%;
	padding: 10px 12px;
	border-radius: 6px;
	border: none;
	margin-bottom: 10px;
	font-size: 13px;
}
.bmi-sc__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	font-size: 11px;
	margin-bottom: 14px;
	opacity: 0.85;
}
.bmi-sc__unlock-panel .bmi-sc__btn--primary {
	background: var(--bmi-red);
}
.bmi-sc__unlock-success {
	font-size: 14px;
	font-weight: 600;
}
.bmi-sc_text {
	border: 1px solid #6E7C78;
    padding: 10px 10px;
}
.bmi-sc_text p {
    font-size: 12px;
    color: #000000;
    opacity: 70%;
}
.bmi-sc_text p span.bmi-text-message {
	color: #000000;
}
.bmi-sc_text p span {
	color: #CE2253;
}
.bmi-sc__unlock-panel h3 {
	font-size: 24px;
    color: #000;
    text-align: left;
}
.bmi-sc__unlock-panel p.bmi-sc__unlock-panel_text {
	font-size: 14px;
    color: #64716D;
    text-align: left;
    opacity: 70%;
    line-height: 20px;
    margin-bottom: 10px;
}
.gf-form-journey .gform-body label.gfield_label {
	font-size: 12px;
	color: #000;
}
.gf-form-journey .gform-body .ginput_container input[type="text"],
.gf-form-journey .gform-body .ginput_container input[type="email"] {
	background-color: #fff;
    color: #000;
	font-size: 14px;
	height: 48px;
	border: 1px solid #0000003F;
    margin-bottom: 10px;
}
.gf-form-journey .gform-body .gfield_error input[type="text"],
.gf-form-journey .gform-body .gfield_error input[type="email"] {
    border: 1px solid #c02b0a;
}
.gf-form-journey .gform_footer input#gform_submit_button_3 {
	width: 100%;
    background-color: #E83621;
    color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	height: 48px;
	border-radius: 1000px;
}
.bmi-sc__unlock-panel .bmi-sc__fineprint {
	font-size: 11px;
    color: #000;
    font-style: italic;
    line-height: 16.5px;
    text-align: left;
}
.gform-theme--foundation #gform_fields_3 {
	gap: 20px;
}
.bmi-sc__results-main-wrapper .bmi-sc__results-unlock {
	display: none;
}
#gform_3 .gform_body #field_3_8 p {
	font-size: 11px;
    color: #000;
    opacity: 50%;
}
@media (max-width: 640px) {
	.bmi-sc__step--two {
		flex-direction: column;
	}
	.bmi-sc__unlock-panel {
		flex: none;
	}
}
@media (max-width: 980px) {
    .kys-section .kys-top-banner-form.active {
        width: 100%;
        height: 100% !important;
		max-height: 100% !important;
    }
    .kys-section .kys-top-banner-form.active .bmi-sc__results-main-wrapper {
        display: block;
    }
    .kys-section .kys-top-banner-form.active .bmi-sc__results-main-wrapper .bmi-sc__results-main, 
    .kys-section .kys-top-banner-form.active .bmi-sc__results-main-wrapper .bmi-sc__unlock-panel, 
    .kys-section .kys-top-banner-form.active .bmi-sc__results-main-wrapper .bmi-sc__results-unlock {
        width: 100%;
	}
	.kys-section.kys-section-full .kys-section-inner-row .kys-top-banner-form.active {
		padding: 10px 35px 28px 35px;
	}
}
.gfield_description.validation_message {
	color: #c02b0a !important;
}
@media (max-width: 1220px) {
	.kys-section .kys-top-banner-form.active {
        width: 100%;
        height: 100% !important;
		max-height: 100% !important;
    }
}
@media (max-width: 767px) {
	#gform_3 .gform_body #gform_fields_3 {
		gap: 0;
	}
	#gform_3 .gform_body #gform_fields_3 #field_3_3 {
		padding-top: 20px;
	}
}
