/* includes/frontend/assets/style.css */
pre {
	display: none;
}
.hide{
	display: none;
}
.show{
	display: block
}
.waq-questionnaire {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.waq-progress {
    margin-bottom: 30px;
}

.waq-progress-bar {
    height: 20px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.waq-progress-fill {
    height: 100%;
    background: #0073aa;
    transition: width 0.3s ease;
}

.waq-progress-text {
    text-align: center;
    font-weight: bold;
    color: #333;
}

.waq-score-box {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    border-left: 4px solid #0073aa;
}

.waq-score-box h3 {
    margin: 0;
    color: #0073aa;
}

.waq-live-scoreboard{
	display: flex;
    justify-content: center;
}

.waq-live-scoreboard .waq-form{
	width: 60% !important;
}

.waq-result-side{
	width: 40%;
}

.waq-result-side table{
	width: 100%;
	margin-bottom: 20px;
}
.waq-result-side table th, .waq-result-side table td{
	padding: 5px 10px;
}
.waq-result-side .tr-head{
	background: #426cb4;
}
.waq-result-side{
	width: 30%;
}
.waq-result-side .tr-body{
	background: #d8d8d8;
}
.waq-result-side .tr-head th{
	text-align: left;
}

.waq-question {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.waq-question h3 {
    margin-top: 0;
    color: #333;
}

.waq-answers {
    margin-top: 15px;
}

.waq-answer-option {
    display: block;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.waq-answer-option:hover {
    background: #e8f4f8;
    border-color: #0073aa;
}

.waq-answer-option input[type="radio"],
.waq-answer-option input[type="checkbox"] {
    margin-right: 10px;
}

.waq-answer-input input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.waq-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.waq-navigation .button {
    padding: 12px 24px;
    font-size: 16px;
}

.waq-results{
    display: flex;
    gap: 15px;
	max-width: 100% !important;
}

.flex-justify{
	justify-content: center;
}

.waq-result-details{
	width: 70%;
}

.waq-result-metrics .waq-desc{
	margin: 5px 0px 20px 0px;
}
.btn-container a:nth-of-type(2) {
  margin-left:10px;
}
.waq-live-scoreboard .show_csv{
	position: fixed;
	z-index: 9;
    bottom: 0;
    right: 0;
}
.waq-live-scoreboard .show_csv .show_now{
	cursor: pointer;
    font-size: 16px;
    background: black;
    border-radius: 10px 0px 0px 0px;
    color: white;
    padding: 5px 10px 10px 10px;
}
.waq-live-scoreboard .list_csv{
	position: fixed;
    width: 100%;
    height: 100%;
	z-index: 9;
    top: 0;
    left: 0;
    background: lightblue;
    overflow: scroll;
}
