@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
#bac button {
	font-family: 'Quicksand', sans-serif;
	cursor: pointer;
	transition: background 0.3s ease-out;
	font-weight: 500;
}
#bac .warning-screen .warning-confirmation .switchbox input[type="checkbox"]:focus{
	outline:-webkit-focus-ring-color auto 1px !important;
}
.calculator-content-area #bac button:focus-visible {
    outline: 2px solid #035ccc !important;
}
.calculator-content-area #bac button.minus:focus-visible, .calculator-content-area #bac button.plus:focus-visible{
	border-radius: 50%;
}
.welcome-screen, .warning-screen, .personal-screen, .result-screen {
    margin: 20px 15px 0px 15px;
}
.switchbox {
    padding-left: 15px;
}
.switchbox input[type="checkbox"] {
    -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; color: #fff; width: 60px; height: 34px; border-radius: 100px; cursor: pointer;
    transition: all 200ms; position: relative; box-sizing: border-box; background-color: #cfcfcf; transition: background-color 200ms; vertical-align: middle;
}
.switchbox input[type="checkbox"]::before {
    content: ''; position: absolute; left: 4px; top: 4px; bottom: 2px; height: 26px; width: 26px; border-radius: 50%;
    background-color: currentColor; will-change: transform; transition: transform 200ms cubic-bezier(.01,.65,.23,1); box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
.switchbox input[type="checkbox"]:not(:checked) {
    background-color: #cfcfcf !important;
}
.switchbox input[type="checkbox"]:checked::before {
    transform: translateX(100%);
    background-color: #fff;
}
#bac .input-area #drinks_bac, #bac .input-area #weight_bac, #bac .input-area #hours_bac {
    border-radius: 5px;
}
select#weight_bac, select#drinks_bac, select#hours_bac {
    font-size: 18px;
    margin: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 90px;
    height: 48px;
}
 
#bac button:focus, #bac button:hover{
	/* border: 2px solid #cec !important; */
	/* outline: 0 !important; */
}
#bac button.weight:focus{
	line-height: 0px !important;
}

#bac {
	font-family: 'Quicksand', sans-serif !important;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #cecece;
    border-radius: 20px;
	box-shadow: 1px 9px 32px 9px rgba(0,0,0,0.15);
	-webkit-box-shadow: 1px 9px 32px 9px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 9px 32px 9px rgba(0,0,0,0.15);
	/* overflow: hidden; */
}

#bac section > section {
	float: left;
	width: 100%;
	display: none;
	text-align: center;
}

.fail-pass{
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #000;
	text-align: center;
}

#bac section>section.active {
	display: block;
	-webkit-animation: fadeInDown 500ms ease-in-out;
	/* Chrome, Safari, Opera */
	animation: fadeInDown 500ms ease-in-out;
}

#bac section > .screen-2.active{
	animation: fadeInLeft 700ms ease-in-out;
}

#bac section > .screen-3.active{
	animation: fadeInLeft 700ms ease-in-out;
}

#bac section > .screen-4.active{
	animation: fadeInLeft 700ms ease-in-out;
}

#bac section > .screen-5.active{
	animation: fadeInLeft 700ms ease-in-out;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}


/* Standard syntax */

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(60px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

#bac h1,
#bac .warning-title {
	font-size: 24px;
	font-weight: bold !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #000 !important;
	font-family: 'Quicksand', sans-serif !important;
}

#bac h2 {
	font-size: 16px;
	font-weight: bold !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #000 !important;
	font-family: 'Quicksand', sans-serif !important;
	margin: 20px 0;
}

#bac p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #000 !important;
	font-family: 'Quicksand', sans-serif !important;
}

.warning-content {
	margin-top: 46px;
	height: 250px;
	overflow-y: scroll;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: left;
	font-family: 'Quicksand', sans-serif !important;
	color: #949397;
}

.warning-content .content {
	width: 95%;
}

.btn-nxt {
	max-width: 320px;
	width:80%;
	height: 50px;
	margin: 34px 4px;
	padding: 15px auto;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #fefdfc;
	border: 0;
	border-radius: 25px;
	cursor: pointer;
}

#bac .btn-nxt.banned {
    cursor:not-allowed;
	background:#cfcfcf !important;
	color: #000;
 }

.warning-content {
	margin-top: 46px;
}

.navigation-bullets {
	width: 100%;
}

.navigation-bullets,
.navigation-bullets ul {
	display: flex;
	justify-content: center;
}

.navigation-bullets ul {
	padding: 0;
    margin: 0 0 20px;
}

.navigation-bullets li {
	width: 10px;
	height: 10px;
	list-style: none;
	background: #949397;
	border-radius: 10px;
	margin: 0 5px;
	pointer-events:none;
}

.navigation-bullets li.active, .navigation-bullets li.done{
	/* background: #557a62; */
}

.accordion-area p {
	text-align: left;
}

.warning-confirmation {
	display: flex;
	width: 50%;
	/* justify-content: space-between; */
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-weight: 600;
}

.personal-title, .result-chart .title {
	padding: 16px 15px 15px 11px;
	background-color: #e4e4e4;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.screen-3 .personal-title {
    border-radius: 5px 5px 0 0;
}

.personal-title .left, .result-chart .title .left{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}

.personal-title .right, .result-chart .title .right {
	padding: 3.5px 12px;
	border-radius: 20px;
	/* added */
	height: 37px;
    line-height: 1.7;
}

.result-chart p{
	max-width: 325px;
	width: 80%;
	height: auto;
	margin: 11.5px 9px 38.1px 16px;
	padding: 11px 26px;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: normal;
	text-align: center;
	color: #000;
	margin: 0 auto;
}

.personal-title .right,  .result-chart .title .right {
	cursor: pointer;
}

.personal-title .right button,  .result-chart .title .right button {
	border: 0;
	background: transparent;
	/* font-size: 12px; */
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	/* line-height: 1.25; */
	line-height: 1em;
	letter-spacing: normal;
	text-align: center;
	color: #fbf9f9;
	cursor: pointer;
	vertical-align: middle; /* added */
}

.personal-specific .left .gender .btn-group{
	margin-top:10px;
}

#bac .personal-specific .left .gender button:hover, #bac .personal-specific .left .gender button:focus{
	/* border: 0!important; */
}

#bac .personal-specific .left .gender button.active:hover, #bac .personal-specific .left .gender button.active:focus{
	/* border: 2px solid #557a62!important; */
}

#bac .personal-specific .left .gender button:first-child.active:hover, #bac .personal-specific .left .gender button:first-child.active:focus{
	/* border-right:0!important; */
	/* border-right: 2px solid #557a62 !important; */
}

#bac .personal-specific .left .gender button:last-child.active:hover, #bac .personal-specific .left .gender button:last-child.active:focus{
	/* border-left:0!important; */
	/* border-left: 2px solid #557a62 !important; */
}

#bac .personal-title .right button:hover,  #bac .result-chart .title .right button:hover, #bac .personal-title .right button:hover,  #bac .result-chart .title .right button:hover {
	outline: 0 !important;
	border: 0 !important;
}

.gender button{
	display: flex;
}

button span {
    display: none;
    width: 20px;
    padding: 0;
    margin: 2px 5px 2px 0;
}

button span img{
	display: none;
}

button.active span {
    display: block;
}

button.active span img{
	display: block;
	margin: 0 !important;
}

.result-per-hour{
	width:100%;
	max-width: 480px;
	margin: 40px auto 0;
	display: none;
}

.result-per-hour table{
	width: 95%; /* change from 100 to 95*/
	text-align: center;
	font-family: "Quicksand";
	max-width: 325px;
	margin: 0 auto;
	position: relative;
}

.result-per-hour table thead tr td{
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	color: #949397;
	padding: 0 0 10px 0;
	width: 50%;
}

.result-per-hour table thead:after {
    content: "";
    background: #ccc;
    height: 1px;
    display: block;
    width: 98.5%;
    position: absolute;
}

.result-option{
	display: flex;
	width: 100%;
	/* justify-content: space-between; */
	justify-content: end;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 10px;
}
#bkmark{display: none;}

.result-option a{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #000;
	text-decoration: none;
}


.result-per-hour table tbody tr td{
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	color: #000;
	padding: 10px 0 0;
}

.personal-wrapper, .result-screen {
	padding: 0 0 40px;
	border-radius: 5px;
	border: solid 1px #e6e6e6;
	border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #e6e6e6;
}

.screen-3 .personal-wrapper{
	padding: 0 0 40px;
	border-radius: 0 0 5px 5px;
	border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #e6e6e6;
}

.personal-wrapper p {
	padding: 16px 19px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #000;
	margin-bottom: 24px;
}

.personal-specific {
	display: flex;
	height: 200px;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	max-width: 480px;
	width:100%;
	margin: 0 auto;
}

.personal-specific .left,
.personal-specific .right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.personal-specific .input-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.personal-specific .left,
.personal-specific .right {
	flex-direction: column;
	height: 100%;
}

.personal-specific .title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}

.input-area {
	margin-top: 10px;
	position: relative;
}

.input-area input {
	/* width: 140px !important; */
	width: 90px !important;
	/* margin: 0 10px; */
	padding: 9px 8.6px 9px 7.4px;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border: solid 2px #c1cec5;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25 !important;
	letter-spacing: normal;
	/* text-align: center; */
	text-align: left;
	/* color: #557a62; */
	margin: 0 10px !important;
	outline: 0 !important;
	height: 48px; /*added*/
	padding-left: 15px !important; /*added*/
}

.input-area span{
	position: absolute;
	/* left: 55%; */
	left: 40%;
	/* font-size: 16px; */
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	/* color: #557a62; */
	/* top:21%; */
	top: 27.6%;
	/* added z-index */
	z-index: -1;
}
.input-area span {
    font-family: 'Quicksand';
}
.weight .input-area span{
	/* left: 57%; */
	left: 52%;
}

 /* .input-area button {
	width: 32px;
	height: 32px;
	border-radius: 20px;
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
} */

.input-area button{
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 0;
	border: 0;
	line-height: 0;
	cursor: pointer;
	background: none;
}

#bac .input-area select {
    line-height: normal;
    font-family: 'Quicksand' !important;
    font-weight: 500;
}

.weight select, .drinks select, .hours select {
    font-weight: 600;
    font-size: 24px;
    background: #fff;
}

.btn-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	border-radius: 5px;
}

.btn-group button {
	/* background-color: #557a62; */
	background-color: #fff;
	/* color: white; */
	/* color: #557a62; */
	padding: 10.5px;
	/* border: 0; */
	/* border: 2px solid #557a62; */
	font-size: 18px;
	cursor: pointer;
}

.btn-group button.active {
	/* background-color: #557a62; */
	color: #fff;
	/* padding: 7.5px; */
	padding: 9.5px;
	/* border: 2px solid #557a62; */
	cursor: pointer;
}

.btn-group button:not(:last-child) {
	border-right: none;
}

.btn-group:after {
	content: "";
	clear: both;
	display: table;
}

.btn-group button:first-child {
	border-radius: 5px 0 0 5px;
}

.btn-group button:last-child {
	border-radius: 0 5px 5px 0;
}

.screen-1 {
	text-align: center;
}

.meter-chart{
	position: relative;
	margin: 40px auto;
	height: 250px;
}

.meter-chart span{
    line-height: 200px;
    font-size: 44px;
    position: absolute;
    /* left: 26%; */
    font-size: 33px;
    font-weight: bold;
    font-stretch: normal;
    font-family: 'Quicksand', sans-serif;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.tips-screen .title-head {
	margin: 0 0 28px;
	/* padding: 50px 20px 20px; */
	padding: 20px 20px 20px;
	/* background-color: #557a62; */
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-size: 24px;
  }
  .tips-screen .accordion-area{
	  margin: 28px 27px;
  }

  .tips-screen .title {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: left;
	/* color: #557a62; */
	cursor: pointer;
  }

  .accordion-area p {
	  /* display: none; */
	font-family: Quicksand;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: left;
	color: #949397;
  }

  .accordion-area > div{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 25px;
	padding-bottom: 25px;
  }

  .accordion-area > div:last-child{
	  border: 0;
  }

  .back-option a {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	/* color: #557a62; */
	text-decoration: none;
  }

	.fail-pass.data-fail-pass {
		width: 55%;
		position: relative;
		left: 0px;
	}

	.fail-pass.data-fail-pass .fail-pass {
		width: 100%;
		/* justify-content: space-between; */
		justify-content: center;
	}


  .back-option {
	/* margin: 50px 0;
	padding: 20px; */
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	position: relative;
	/* margin-left: 20px;
	margin-right: 20px; */
	box-shadow: none;
  }

  .accordion-area .title span.down{
	float: right;
	/* width: 20px;
	height: 20px;
	background: url("../images/d-arrow.JPG") no-repeat;
	background-size: contain; */
  }

  .accordion-area .title span.right{
	float: right;
	width: 20px;
	height: 20px;
	background: url("../images/r-arrow.JPG") no-repeat;
	background-size: contain;
  }

  span.back-top{
	float: left;
	/* width: 30px;
	height: 20px;
	background: url("../images/top-arrow.JPG") no-repeat;
	background-size: contain; */
  }

  span.back-bottom{
	float: left;
	/* width: 30px;
	height: 20px;
	background: url("../images/bottom-arrow.JPG") no-repeat;
	background-size: contain; */
	line-height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%);
	display: none;
}

#bac .left{
	margin-bottom: 0 !important;
}

.fail-icon img{
	/* width:30px;
	margin:0 10px; */
}

[list]::-webkit-calendar-picker-indicator {
	opacity:0;
}

.container-wrap input{
	background-color: rgba(0,0,0,0.035);
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	position: relative;
	margin: 0;
	font-size: 14px;
	border-bottom: 2px solid #e0e0e0;
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	border-radius: 0;
}

/* @media only screen and (max-device-width: 1280px) { */
@media only screen and (max-width: 1280px) {
	#bac {
		width: 90%;
	}

	.input-area input {
		width: 120px !important;
	}
}

@media only screen and (max-width: 999px) {
	.personal-specific {
		flex-direction: column;
		height: auto;
	}
	
	.calculator-content-area .left{
		width: 80% !important;
	}

	.personal-specific .left, .personal-specific .right{
		height: 185px;
	}

	.personal-specific .right{
		margin-top: 20px !important;
	}

	.result-per-hour table{
		width: 90%;
		/* padding-left: 20px; */
		margin: 0 auto;
	}
	#desk-weight, #desk-drinks{display: none !important;}
	#mob-weight, #mob-drinks{display: block !important;}
}

/* @media only screen and (min-device-width: 999px) { */
@media only screen and (min-width: 999px) {
	#bac {
		width: 100%;
	}
	.result-per-hour table thead tr td{
		width: 50%;
	}
	.result-per-hour table{
		width: 95%;
	}
	
}


/* @media only screen and (max-device-width: 580px) { */
@media only screen and (max-width: 580px) {
	#bac {
		padding: 15px;
		width: 100%;
	}
	.result-chart .title .left{
		text-align: left;
	}
	.result_screen_top_desc{
		width: 80% !important;
	}
	.result_screen_top_desc p{
		padding: 12px 5px !important;
	}
	.section-two-summary-details{
		padding: 15px !important;
	}
	.section-two-summary-details p{
		padding-bottom: 0px !important;
	}
	.calculator-content-area .left{
		width: 82% !important;
	}
	.result-per-hour{
		width: 80% !important;
		max-width: 100% !important;
	}
	.result-per-hour table{
		width: 100%;
	}

	.personal-specific{
		flex-direction: column;
		height: auto;
	}

	/* .btn-group button{
		padding: 5px;
	}

	.btn-group button.active{
		padding: 3px;
	} */

	.input-area input{
		width: 160px !important;
	}

	.personal-specific .left, .personal-specific .right{
		height: 190px;
	}

	.personal-specific .right{
		margin-top: 20px !important;
	}

	.fail-pass.data-fail-pass {
		width: 75%;
	}

	.input-area span {
		position: absolute;
		font-weight: 500;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.25;
		letter-spacing: normal;
		text-align: left;
	}
	.tips-screen .accordion-area{
		margin: 28px 12px !important;
	}
	.accordion-area .title span.right{
		width: 14px !important;
	}
	.accordion-area .accordion-1:last-child {
		margin-bottom: 0px !important;
	}
}
@media only screen and (max-width: 400px) {
	.welcome-screen, .warning-screen, .personal-screen, .result-screen{
		margin: 5px !important;
	}
	#chart-svg{width: 225px !important;}
	div#final_value, div#final_value_fr{line-height: 225px !important;font-size: 48px !important;}
	.numbers{width: 225px !important;height: 225px !important;font-size: 14px !important;}
	.numbers.twelve{top: 22px !important;}
	.numbers.one{left: 40px !important;top: 33px !important;}
	.numbers.eleven {top: 33px !important;left: -36px !important;}
	.numbers.two {top: 60px !important;left: 66px !important;}
	.numbers.ten {top: 60px !important;left: -62px !important;}
	.numbers.three {top: 98px !important;left: 78px !important;}
	.numbers.nine {top: 98px !important;left: -78px !important;}
	.numbers.four {top: 138px !important;left: 66px !important;}
	.numbers.eight {top: 138px !important;left: -66px !important;}
	.numbers.seven {top: 165px !important;left: -36px !important;}
	.numbers.five {top: 165px !important;left: 36px !important;}
	.numbers.six {top: 173px !important;}
	svg#bac_svg{width: 225px !important;height: 225px !important;}
}


.fail-icon img{
	display: none;
}

.tips-screen p.hide-show{
	text-align: left;
	margin-top: 20px;
}

/* custom css newly added */
.drinks .input-area input, .weight .input-area input, .hours .input-area input{font-size: 18px !important;}
.numbers {position: absolute; font-size: 16px; font-family: 'Quicksand', sans-serif; width: 250px; height: 250px; left: 0;z-index: -1; }
.numbers.one {top: 38px;left: 40px;}
.numbers.two {top: 67px;left: 72px;}
.numbers.three {top: 110px;left: 86px;}
.numbers.four {top: 153px;left: 73px;}
.numbers.five {top: 183px;left: 40px;}
.numbers.six {top: 192px;left: 0px;}
.numbers.seven {top: 183px;left: -40px;}
.numbers.eight {top: 153px;left: -73px;}
.numbers.nine {top: 110px;left: -86px;}
.numbers.ten {top: 67px;left: -69px;}
.numbers.eleven {top: 38px;left: -38px;}
.numbers.twelve {top: 30px;left: 0px;}
button.learn-more {
    padding: 3.5px 12px; border-radius: 20px; border: none; color: #fff; font-weight: bold; font-size: 24px; width: 40px; height: 40px;
}
.section-two-title{
    font-size: 24px; font-weight: bold; font-stretch: normal; padding: 16px 15px 15px 11px; background-color: #e4e4e4;
    font-style: normal; line-height: 1.25; letter-spacing: normal; text-align: center; color: #000; margin-top: 40px;
    border-radius: 5px 5px 0 0;
}
.section-two-summary{margin-top: 40px;}
.section-two-summary-details{
    border: 1px solid #cecece;
    max-width: 325px; width: 80%; height: auto; margin: 11.5px 9px 38.1px 16px; padding: 15px 26px; border-radius: 5px;
    /*box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);*/ background-color: #fff; font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal;
    line-height: 1.5;letter-spacing: normal; text-align: center; color: #000; margin: 0 auto; font-family: 'Quicksand', sans-serif !important;
    /* box-shadow: 1px 9px 32px 9px rgb(0 0 0 / 15%); -webkit-box-shadow: 1px 9px 32px 9px rgb(0 0 0 / 15%);-moz-box-shadow:1px 9px 32px 9px rgba(0,0,0,0.15); */
}
.section-two-summary-details p { width: auto; margin-top: 10px; box-shadow: none; padding: 0; font-weight: bold !important;}
.your-details{font-weight: normal;}
.your-details span{font-weight: bold;}
.result-chart p {font-weight: bold !important;width: 100%;max-width: 100%;box-shadow: none;}
button.learn-more {padding: 3.5px 12px; border-radius: 20px; border: none; color: #fff; font-weight: bold; font-size: 24px;width: 40px; height: 40px;}
.navigation-bullets li:not(.done) {background: #949397 !important;}
.accordion-area .title span.down:before {content: "\f107";font-family: 'FontAwesome';font-size: 30px;font-weight: 100;line-height: 0;}
.input-area span{font-family: 'Quicksand';}
.tips-screen{margin: 20px 15px 0px 15px;}
.tips-screen .hide-show{margin-top: 20px; display: none;}
.personal-wrapper p {padding-top: 36px;}
.result_screen_top_desc{
    max-width: 325px; margin: 0 auto; border-radius: 5px; border: 1px solid #cecece;
    box-shadow: none;
    /* box-shadow: 1px 9px 32px 9px rgb(0 0 0 / 15%); -webkit-box-shadow: 1px 9px 32px 9px rgb(0 0 0 / 15%);-moz-box-shadow:1px 9px 32px 9px rgba(0,0,0,0.15); */
}
.switchbox {padding-left: 15px;}
div#chart {visibility: hidden;}
.fail-pass > div {margin-right: 15px;width: 80px; text-align: right;}
.screen-3 .personal-title, .screen-4 .personal-title {justify-content: center; position: relative;}
.lrn-more{position: absolute; right: 20px;}
.screen-4 .result-chart{position: relative;}
.screen-4 .result-chart .title{justify-content: center;border-radius: 5px 5px 0 0;}
svg#back_button{overflow: visible;width: 20px;height: auto;position: relative;float: left;}
span.back-top {position: absolute; left: 20px; width: 35px; height: 35px; }
.title-head.back{position: relative;}
.row_hide{display: none;}
button.btn-nxt:hover {text-decoration: underline;}
.numbers {position: absolute; font-size: 16px; font-family: 'Quicksand', sans-serif; width: 250px; height: 250px; left: 0;z-index: -1;}
.numbers.one {top: 38px;left: 40px;}
.numbers.two {top: 67px;left: 72px;}
.numbers.three {top: 110px;left: 86px;}
.numbers.four {top: 153px;left: 73px;}
.numbers.five {top: 183px;left: 40px;}
.numbers.six {top: 192px;left: 0px;}
.numbers.seven {top: 183px;left: -40px;}
.numbers.eight {top: 153px;left: -73px;}
.numbers.nine {top: 110px;left: -86px;}
.numbers.ten {top: 67px;left: -69px;}
.numbers.eleven {top: 38px;left: -38px;}
.numbers.twelve {top: 30px;left: 0px;}
.welcome-screen img {margin-top: 20px;}
.welcome-screen h2 {margin-top: 10px !important;}
.welcome-screen p {padding-bottom: 12px;}
.livres{font-weight: bold;}
.fr .section-two-summary-details{padding: 15px !important;}
.fr .result_screen_top_desc p{padding: 11px 20px !important}
.section-three-std-img {
    border: 1px solid #e6e6e6; max-width: 325px; width: 80%; height: auto; padding: 15px 26px; border-radius: 5px; background-color: #fff; font-size: 16px; 
    font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; text-align: center; color: #000; margin: 25px auto; 
    font-family: 'Quicksand', sans-serif !important;
}
.section-three-std-img:last-child {margin-bottom: 0;}
.standard-drink-img {margin: 0 auto;padding-top: 15px;}
.standard-drink-desc p{margin: 0;font-weight: normal !important; padding-left: 0px; padding-right: 0px;}
.section-three-summary{margin-top: 40px;}
.section-three-summary-details p {padding: 10px 40px;}
.standard-drink-desc p strong{font-family: 'Quicksand', sans-serif !important;}
#bac .btn-nxt:focus-visible{  
	outline: -webkit-focus-ring-color auto 1px !important;
    line-height: normal !important;
}
#bac .btn-nxt:focus{
	outline: 0px !important;
}
.result-option a:focus{outline: 0px !important;}
.result-option a:focus-visible{ outline-offset: 1px !important; outline: 2px solid #035ccc !important;}
section.screen-3.active ~ .navigation-bullets, section.screen-4.active ~ .navigation-bullets, section.screen-5.active ~ .navigation-bullets{display: none;}
button.learn-more:focus{outline: 0px !important;}