
#ksb-quiz{
max-width:700px;
margin:40px auto;
font-family:Arial,sans-serif;
}

.progress{
height:4px;
background:#f1d4ca;
margin-bottom:30px;
border-radius:20px;
overflow:hidden;
}

.progress-fill{
height:100%;
width:0;
background:#c0471f;
transition:.3s;
}

.step{
display:none;
}

.step.active{
display:block;
}

.option{
display:block;
width:100%;
padding:18px;
margin-bottom:12px;
border:2px solid #12528C;
border-radius:14px;
background:#12528C!important;
cursor:pointer;
font-size:18px;
text-align:left;
}

.option.selected{
background:#c0d7ef!important;
color:#000!important;
}

.next,
#submitQuiz{
width:100%;
padding:18px;
background:#12528C;
color:#c0d7ef!important;
border:none;
border-radius:14px;
cursor:pointer;
font-size:18px;
margin-top:20px;
}

input,
textarea{
display:block;
width:100%;
padding:16px;
margin-bottom:12px;
border:1px solid #ddd;
border-radius:12px;
}

.legal{
margin:20px 0;
}

.legal label{
display:block;
margin-bottom:12px;
}
