@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Sen:wght@400;700;800&amp;display=swap');

:root
{
    --primary-color: rgb(0, 130, 31);
    --secondary-color: rgb(222, 247, 229);
    --text-color: rgb(0,0,0);
    --field-color: rgb(204, 204, 204);
}
body
{
    font-family: "Jost";
    width: 100%;
}
main
{
    width: 100%;
    min-height: 100vh;
    width: 100%;
    background-image: url(../images/bg.png);
    background-color: var(--secondary-color);
    background-position: 50% 50%;
    padding: 0px 0 0px 0;
    display: flex;
    flex-direction: column;
}
.timer
{
    position: absolute;
    right: 40px;
    top: 40px;
}

.progress-indicator>li, .progress-indicator>li .bubble, .progress-indicator>li:hover {
	color: #fff;
	border-color: #fff;
	    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #bbb;
    display: block;
	font-size: 13px;
}
.progress-indicator>li .bubble, .progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before{
	background-color: #fff;
}
.progress-indicator>li.completed, .progress-indicator>li.completed .bubble{
	color: #d3ad48;
	font-weight: 600;
}
.progress-indicator>li.completed .bubble, .progress-indicator>li.completed .bubble:after, .progress-indicator>li.completed .bubble:before{
	background-color: #d3ad48;
    border-color: #d3ad48;
}
.questions{
	margin: 25px auto;
    padding: 20px;
    background: #f8f8fc;
    border-radius: 0px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: relative;
}
.questions.error{
	border: 2px solid #a21c1c;
}
.questions.success{
	border: 2px solid #2a9418;
}
.questions h2{
	font-size: 18px;
    margin: 45px 0 10px 0;
}
.questions h6{
	position: absolute;
    top: 8px;
    left: -8px;
    background: #15356b;
    padding: 7px 35px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}
.questions.error h6{
	background: #a21c1c;
}
.questions.success h6{
	background: #2a9418;
}
.questions .samerow li
{
	    display: inline-block;
    width: 9%;
    margin-bottom: 10px;
}
.skip-btn {
    margin-top: 34px;
    margin: auto;
    margin-top: 30px;
    display: block;
    position: fixed;
    background: #4f0e5f !important;
    border-color: #4f0e5f !important;
    font-size: 20px !important;
    padding: 7px 20px !important;
    margin-bottom: 30px !important;
    outline: none !important;
    box-shadow: none !important;
    bottom: 0;
    right: 30px;
    max-width: 100px;
    min-width: 180px;
}
.validateform.action-btn {
    margin-top: 34px;
    margin: auto;
    margin-top: 30px;
    display: block;
    min-width: 20%;
}
.questions ul{
	margin: 0px 17px 15px 10px;
    list-style: none;
    color: #15356b;
    border: 1px solid #efeeff;
    padding: 5px 26px;
    border-radius: 10px;

}
.timer-inner
{
    width: 130px;
    height: 130px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    display: grid;
    column-gap: 50px;
    align-items: center;
    border: solid 10px #4F0E5F;
}



.timer .timer-count
{
    font-size: 20px;
    color: #4F0E5F;
    font-weight: normal;
    text-align: center;
    line-height: 1;
}
.timer .timer-count span
{
    display: block;
    font-weight: bold;
    font-size: 30px;
}


.step-count
{
    font-size: 18px;
    color: var(--text-color);
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.step-bar
{
    width: 100%;
    background-color: var(--field-color);
    height: 17px;
}
  
.step-bar .fill
{
    width: 20%;
    height: 100%;
    transition: 0.5s;
    background-color: #4F0E5F;
}
.steps
{
    width: 100%;
    height: 100%;
}
.step-inner
{
    background-color: rgb(255,255,255);
    width: 100%;
    min-height: 400px;
    padding: 35px 0 50px 85px;
    position: relative;
}
.pos-sticky {
    position: sticky;
    top: 0;
    z-index: 99;
}
.top-details {
    background: #15356b;
    border-radius: 2px;
    padding: 20px;
}
.top-details .progress {
    margin: 10px 0 25px 0;
    height: 25px;
    border-radius: 0;
}
.top-details .progress .progress-bar {
    background-color: #d3ad48;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.top-details .progress .progress-bar span {
    margin-left: 5px;
    margin-top: 3px;
    display: inline-block;
}
.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
    margin: 0 0 1em;
    display: flex;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
}
.progress-indicator>li.completed, .progress-indicator>li.completed .bubble {
    color: #d3ad48;
    font-weight: 600;
}
.progress-indicator>li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #bbb;
    display: block;
}
.flexer-element, .progress-indicator>li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}
.progress-indicator>li.completed, .progress-indicator>li.completed .bubble {
    color: #d3ad48;
    font-weight: 600;
}
.progress-indicator>li.completed .bubble, .progress-indicator>li.completed .bubble:after, .progress-indicator>li.completed .bubble:before {
    background-color: #d3ad48;
    border-color: #d3ad48;
}
@font-face {
    font-family: myFontR;
    src: url('Metropolis-Regular.otf');
}
body{
	padding: 0;
	margin: 0;
	font-family: 'myFontR';
}
.pos-sticky{
	position: sticky;
    top: 0;
    z-index: 99;
}
header{
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 20px 0;
    background: #fff;
}
.top-details{
	background: #15356b;
	border-radius: 2px;
	padding: 20px;
}
.top-details .progress{
	margin: 10px 0 25px 0;
    height: 25px;
    border-radius: 0;
}
.top-details .progress .progress-bar{
	background-color: #d3ad48;
	font-size: 14px;
    font-weight: 600;
    color: #000;
}
.top-details .progress .progress-bar span{
	margin-left: 5px;
    margin-top: 3px;
    display: inline-block;
}
.progress-indicator>li, .progress-indicator>li .bubble, .progress-indicator>li:hover {
	color: #fff;
	border-color: #fff;
	font-size: 13px;
}
.progress-indicator>li .bubble, .progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before{
	background-color: #fff;
}
.progress-indicator>li.completed, .progress-indicator>li.completed .bubble{
	color: #d3ad48;
	font-weight: 600;
}
.progress-indicator>li.completed .bubble, .progress-indicator>li.completed .bubble:after, .progress-indicator>li.completed .bubble:before{
	background-color: #d3ad48;
    border-color: #d3ad48;
}
.questions{
	margin: 25px auto;
    padding: 20px;
    background: #f8f8fc;
    border-radius: 0px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: relative;
}
.questions.error{
	border: 2px solid #a21c1c;
}
.questions.success{
	border: 2px solid #2a9418;
}
.questions h2{
	font-size: 18px;
    margin: 45px 0 10px 0;
}
.questions h6{
	position: absolute;
    top: 8px;
    left: -8px;
    background: #15356b;
    padding: 7px 35px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}
.questions.error h6{
	background: #a21c1c;
}
.questions.success h6{
	background: #2a9418;
}
.questions ul{
	margin: 0px 17px 15px 10px;
    list-style: none;
    color: #15356b;
    border: 1px solid #efeeff;
    padding: 5px 26px;
    border-radius: 10px;
    
}
.questions ul li{
	margin-top: 5px;
    border-bottom: 1px solid #efeeff;
    padding-top: 5px;
}
.questions ul li:last-child{
	border-bottom: none;
}
.questions ul li label{
	font-size: 17px;
}
.questions ul li .radio{
	margin-top: 7px;
    margin-bottom: 7px;
}
.action-btn{
	background: #15356b !important;
    border-color: #15356b !important;
    font-size: 20px !important;
    padding: 7px 20px !important;
    margin-bottom: 30px !important;
    outline: none !important;
    box-shadow: none !important;
}
#info-modal{
	z-index: 99999;
	padding-right: 0;
}
#info-modal.in{
	display: flex !important;
    justify-content: center;
    align-items: center;
}
#info-modal .modal-content{
	border-radius: 2px;
    border: 2px solid #15356b;
}
#info-modal .modal-body{
	padding: 25px;
    text-align: center;
    border-radius: 0;
}
#info-modal .modal-body p{
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
#info-modal .modal-body button{
	background: #15356b;
    border-radius: 0;
    border-color: #15356b;
    font-size: 15px;
}
.modal-backdrop.in {
    opacity: .8 !important;
}


@media only screen and (max-width: 600px) {
	.progress-indicator{
		display: block !important;
	}
	.progress-indicator>li:first-child .bubble:after, .progress-indicator>li:first-child .bubble:before,
	.progress-indicator>li:last-child .bubble:after, .progress-indicator>li:last-child .bubble:before{
		margin-left: 0 !important;
	}
	.progress-indicator>li{
		margin-bottom: 12px;
	}
	.container-fluid, .container{
		padding: 0;
	}
	.questions ul li label{
		font-size: 15px;
	}
	.pos-sticky{
		position: unset;
	}
	.progress-indicator>li{
		display: none;
	}
	.progress-indicator>li.current{
		display: block !important;
	}
}
@font-face {
    font-family: myFontR;
    src: url('Metropolis-Regular.otf');
}
body{
	padding: 0;
	margin: 0;
	font-family: 'myFontR';
}
.pos-sticky{
	position: sticky;
    top: 0;
    z-index: 99;
}
header{
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 20px 0;
    background: #fff;
}
.top-details{
	background: #15356b;
	border-radius: 2px;
	padding: 20px;
}
.top-details .progress{
	margin: 10px 0 25px 0;
    height: 25px;
    border-radius: 0;
}
.top-details .progress .progress-bar{
	background-color: #d3ad48;
	font-size: 14px;
    font-weight: 600;
    color: #000;
}
.top-details .progress .progress-bar span{
	margin-left: 5px;
    margin-top: 3px;
    display: inline-block;
}
.progress-indicator>li, .progress-indicator>li .bubble, .progress-indicator>li:hover {
	color: #fff;
	border-color: #fff;
	font-size: 13px;
}
.progress-indicator>li .bubble, .progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before{
	background-color: #fff;
}
.progress-indicator>li.completed, .progress-indicator>li.completed .bubble{
	color: #d3ad48;
	font-weight: 600;
}
.progress-indicator>li.completed .bubble, .progress-indicator>li.completed .bubble:after, .progress-indicator>li.completed .bubble:before{
	background-color: #d3ad48;
    border-color: #d3ad48;
}
.questions{
	margin: 25px auto;
    padding: 20px;
    background: #f8f8fc;
    border-radius: 0px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: relative;
}
.questions.error{
	border: 2px solid #a21c1c;
}
.questions.success{
	border: 2px solid #2a9418;
}
.questions h2{
	font-size: 18px;
    margin: 45px 0 10px 0;
}
.questions h6{
	position: absolute;
    top: 8px;
    left: -8px;
    background: #15356b;
    padding: 7px 35px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}
.questions.error h6{
	background: #a21c1c;
}
.questions.success h6{
	background: #2a9418;
}
.questions ul{
	margin: 18px 10px;
    list-style: none;
    color: #15356b;
    border: 1px solid #efeeff;
    padding: 5px 26px;
    border-radius: 10px;
   
}
.questions ul li{
	margin-top: 5px;
    border-bottom: 1px solid #efeeff;
    padding-top: 5px;
}
.questions ul li:last-child{
	border-bottom: none;
}
.questions ul li label{
	font-size: 17px;
}
.questions ul li .radio{
	margin-top: 7px;
    margin-bottom: 7px;
}
.action-btn{
	background: #15356b !important;
    border-color: #15356b !important;
    font-size: 20px !important;
    padding: 7px 20px !important;
    margin-bottom: 30px !important;
    outline: none !important;
    box-shadow: none !important;
}
#info-modal{
	z-index: 99999;
	padding-right: 0;
}
#info-modal.in{
	display: flex !important;
    justify-content: center;
    align-items: center;
}
#info-modal .modal-content{
	border-radius: 2px;
    border: 2px solid #15356b;
}
#info-modal .modal-body{
	padding: 25px;
    text-align: center;
    border-radius: 0;
}
#info-modal .modal-body p{
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
#info-modal .modal-body button{
	background: #15356b;
    border-radius: 0;
    border-color: #15356b;
    font-size: 15px;
}
.modal-backdrop.in {
    opacity: .8 !important;
}


@media only screen and (max-width: 600px) {
	.progress-indicator{
		display: block !important;
	}
	.progress-indicator>li:first-child .bubble:after, .progress-indicator>li:first-child .bubble:before,
	.progress-indicator>li:last-child .bubble:after, .progress-indicator>li:last-child .bubble:before{
		margin-left: 0 !important;
	}
	.progress-indicator>li{
		margin-bottom: 12px;
	}
	.container-fluid, .container{
		padding: 0;
	}
	.questions ul li label{
		font-size: 15px;
	}
	.pos-sticky{
		position: unset;
	}
	.progress-indicator>li{
		display: none;
	}
	.progress-indicator>li.current{
		display: block !important;
	}
}
.quiz-question
{
    font-size: 29px;
    color: var(--text-color);
    font-weight: bold;
    width: 100%;
}
fieldset
{
    width: 42%;
    margin-top: 30px;
    overflow: hidden;
}
.input-field 
{
    display: flex;
    cursor: pointer;
    margin-bottom: 15px;
}
.radio-field
{
    position: relative;
    width: 85%;
    height: 50px;
    display: grid;
    align-content: center;
    margin-left: auto;

}
.radio-field input
{
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: var(--field-color);
    cursor: pointer;
    transition: 0.5s;
}
.radio-field label
{
    pointer-events: none;
    position: relative;
    z-index: 10;
    font-size: 22px;
    color: var(--text-color);
    font-weight: bold;
    margin-left: 50px;
    transition: 0.5s;
}
.input-field .option
{
    height: 100%;
    width: 50px;
    background-color: var(--field-color);
    border-radius: 6px;
    transition: 0.5s;
    height: 50px;
    font-size: 27px;
    color: rgb(1, 1, 1);
    font-weight: bold;
    display: grid;
    place-content: center;
}
.input-field.active .option
{
    background-color: #4F0E5F;
    color: rgb(255,255,255);
}
.input-field.active .radio-field input
{
    background-color: #4F0E5F;
}
.input-field.active .radio-field label
{
    color: rgb(255,255,255);
}
.thinking_bro
{
    position: absolute;
    bottom: 0;
	max-width: 350px;
    right: 70px;
    width: auto;
}

.next-prev
{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.next-prev button
{
    background-color: rgb(255, 255, 255);
    width: 300px;
    height: 60px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px transparent;
    margin: auto;
    font-size: 18px;
    color: var(--text-color);
    font-weight: bold;
    text-transform: uppercase;
}
.next-prev .next
{
    color: rgb(255, 255, 255);
    background-color: #4F0E5F;
}
.next-prev button i
{
    position: relative;
    top: 1;
    margin: 0 10px;
}




#error div
{
    position: fixed;
    top: 20px;
    left: 20px;
}


@font-face {
    font-family: myFontR;
    src: url('Metropolis-Regular.otf');
}
body{
	padding: 0;
	margin: 0;
	font-family: 'myFontR';
}
.pos-sticky{
	position: sticky;
    top: 0;
    z-index: 99;
}
header{
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 20px 0;
    background: #fff;
}
.top-details{
	background: #4f0e5f;
	border-radius: 2px;
	padding: 20px;
}
.top-details .progress{
	margin: 10px 0 25px 0;
    height: 25px;
    border-radius: 0;
}
.top-details .progress .progress-bar{
	background-color: #d3ad48;
	font-size: 14px;
    font-weight: 600;
    color: #000;
}
.top-details .progress .progress-bar span{
	margin-left: 5px;
    margin-top: 3px;
    display: inline-block;
}
.progress-indicator>li, .progress-indicator>li .bubble, .progress-indicator>li:hover {
	color: #fff;
	border-color: #fff;
	    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #bbb;
    display: block;
	font-size: 13px;
}
.progress-indicator>li .bubble, .progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before{
	background-color: #fff;
}
.progress-indicator>li.completed, .progress-indicator>li.completed .bubble{
	color: #d3ad48;
	font-weight: 600;
}
.progress-indicator>li.completed .bubble, .progress-indicator>li.completed .bubble:after, .progress-indicator>li.completed .bubble:before{
	background-color: #d3ad48;
    border-color: #d3ad48;
}
.question {
    margin-top: 30px;
    margin-left: 33px;
    font-family: sans-serif;
    font-size: 20px;
}
.questions{
	margin: 15px auto 0px auto;
    padding: 20px;
    background: #f8f8fc;
    border-radius: 0px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: relative;
}
.questions.error{
	border: 2px solid #a21c1c;
}
.questions.success{
	border: 2px solid #2a9418;
}
.questions h2{
	font-size: 18px;
    margin: 45px 0 10px 0;
}
.questions h6{
	position: absolute;
    top: 8px;
    left: -8px;
    background: #15356b;
    padding: 7px 35px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}
.questions.error h6{
	background: #a21c1c;
}
.questions.success h6{
	background: #2a9418;
}
.questions ul{
	margin: 0 0 5px 10px;
    list-style: none;
    color: #15356b;
    border: unset;
    padding: 5px 26px;
    border-radius: 10px;
   
}
.questions ul li{
	margin-top: 0px;
    border-bottom: 1px solid #efeeff;
    padding-top: 5px;
}
.questions ul li:last-child{
	border-bottom: none;
}
.questions ul li label{
	font-size: 17px;
}
.questions ul li .radio{
    margin-top: 2px;
    margin-bottom: 2px;
}
.action-btn{
	background: #15356b !important;
    border-color: #15356b !important;
    font-size: 20px !important;
    padding: 7px 20px !important;
    margin-bottom: 30px !important;
    outline: none !important;
    box-shadow: none !important;
}
#info-modal{
	z-index: 99999;
	padding-right: 0;
}
#info-modal.in{
	display: flex !important;
    justify-content: center;
    align-items: center;
}
#info-modal .modal-content{
	border-radius: 2px;
    border: 2px solid #15356b;
}
#info-modal .modal-body{
	padding: 25px;
    text-align: center;
    border-radius: 0;
}
#info-modal .modal-body p{
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
#info-modal .modal-body button{
	background: #15356b;
    border-radius: 0;
    border-color: #15356b;
    font-size: 15px;
}
.modal-backdrop.in {
    opacity: .8 !important;
}


.progress-indicator>li .bubble:after,.progress-indicator>li .bubble:before {
    display: block;
    position: absolute;
    top: 9px;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #bbb
}

.progress-indicator>li.completed .bubble,.progress-indicator>li.completed .bubble:after,.progress-indicator>li.completed .bubble:before {
    background-color: #65d074;
    border-color: #247830
}

.progress-indicator>li .bubble:before {
    left: 0
}

.progress-indicator>li .bubble:after {
    right: 0
}

.progress-indicator>li:first-child .bubble:after,.progress-indicator>li:first-child .bubble:before {
    width: 50%;
    margin-left: 50%
}

.progress-indicator>li:last-child .bubble:after,.progress-indicator>li:last-child .bubble:before {
    width: 50%;
    margin-right: 50%
}


.progress-indicator>li .bubble {
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    background-color: #bbb;
    display: block;
    margin: 0 auto 0.5em;
    border-bottom: 1px solid #888;
}
.progress-indicator>li.active .bubble,.progress-indicator>li.active .bubble:after,.progress-indicator>li.active .bubble:before {
    background-color: #cdcd37;
    border-color: #122a3f
}

.progress-indicator>li a:hover .bubble,.progress-indicator>li a:hover .bubble:after,.progress-indicator>li a:hover .bubble:before {
    background-color: #5671d0;
    border-color: #1f306e
}

.progress-indicator>li a:hover .bubble {
    color: #5671d0
}

.progress-indicator>li.danger .bubble,.progress-indicator>li.danger .bubble:after,.progress-indicator>li.danger .bubble:before {
    background-color: #d3140f;
    border-color: #440605
}

@media only screen and (max-width: 600px) {
	.progress-indicator{
		display: block !important;
	}
	.progress-indicator>li:first-child .bubble:after, .progress-indicator>li:first-child .bubble:before,
	.progress-indicator>li:last-child .bubble:after, .progress-indicator>li:last-child .bubble:before{
		margin-left: 0 !important;
	}
	.progress-indicator>li{
		margin-bottom: 12px;
	}
	.container-fluid, .container{
		padding: 0;
	}
	.questions ul li label{
		font-size: 15px;
	}
	.pos-sticky{
		position: unset;
	}
	.progress-indicator>li{
		display: none;
	}
	.progress-indicator>li.current{
		display: block !important;
	}
}
.top-details{
	background: #4f0e5f;
	border-radius: 2px;
	padding: 20px;
}
.top-details .progress{
	margin: 10px 0 25px 0;
    height: 25px;
    border-radius: 0;
}
.top-details .progress .progress-bar{
	background-color: #d3ad48;
	font-size: 14px;
    font-weight: 600;
    color: #000;
}
.top-details .progress .progress-bar span{
	margin-left: 5px;
    margin-top: 3px;
    display: inline-block;
}
.progress-indicator>li, .progress-indicator>li .bubble, .progress-indicator>li:hover {
	color: #ffffff;
	border-color: #fff;
	font-size: 13px;
}
.progress-indicator>li .bubble, .progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before{
	background-color: #fff;
}
.progress-indicator>li.completed, .progress-indicator>li.completed .bubble{
	color: #d3ad48;
	font-weight: 600;
}
.progress-indicator>li.active,.progress-indicator>li.active .bubble {
    color: #fff!important
}
.progress-indicator>li.completed .bubble, .progress-indicator>li.completed .bubble:after, .progress-indicator>li.completed .bubble:before{
	background-color: #d3ad48;
    border-color: #d3ad48;
}
.question p{
	font-family: sans-serif;
    font-size: 17px;
}
header {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 20px 0;
    background: #fff;
}
.pos-sticky {
    position: sticky;
    top: 0;
    z-index: 99;
}