.quickcheck .risk-bar {
	display: flex;
	margin: 0px -5px;
}

.quickcheck .risk-bar>div {
	flex-grow: 1;
	height: 10px;
	background-color: #cbe0e7;
	margin: 0px 5px;
}

.quickcheck .visible {
	display: block;
}

.quickcheck .hidden {
	display: none;
}

.quickcheck .risk-bar>div.filled {
	background-color: #6ba3b9;
}

.quickcheck .risk-bar-labels {
	display: flex;
	justify-content: space-between;
}

.quickcheck .resultbox {
	padding: 30px;
	background-color: rgba(107, 163, 185, 0.1);
}

.quickcheck .resultbox h2 {
	margin-top: 0;
}

.quickcheck .qc-question-block {
	margin-bottom: 70px;
}

.quickcheck .qc-question {
	text-align: center;
	margin-bottom: 30px;
}
.quickcheck .qc-answers {
	background-color: #fff;
	padding: 30px;
	text-align: center;
}

.quickcheck .label-row {
	display: flex;
	margin: 0 -5px;
}

.quickcheck .label-row > div {
	flex: 1 1 0;
	text-align: center;
}

.quickcheck .label-row label {
	display: inline-block;
	cursor: pointer;
}

.quickcheck .radio-row {
	display: flex;
	margin: 0px -5px;
}
.quickcheck .button-row {
	display: flex;
	justify-content: center;
}

.quickcheck .radio-row > label {
	margin: 0px 5px;
	display: inline-block;
}


.quickcheck .qc-radio-wrapper {
	position: relative;
	cursor: pointer;
	width: 100%;
	text-align: center;
	display: block;
}

.quickcheck .qc-radio-wrapper .radio-bg {
	width: 100%;
	height: 5px;
	background-color: rgba(107, 163, 185, 0.16);
	position: absolute;
	top: calc(50% - 3px);
	display: block;
	z-index: 1;
}

.quickcheck .qc-radio-wrapper input:checked ~ .radio-bg {
	background-color: #6ba3b9;
}

.quickcheck .qc-radio-wrapper input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.quickcheck .qc-radio-wrapper .radio-btn {
	width: 24px;
	height: 24px;
	border: 2px solid #6ba3b9;
	border-radius: 50%;
	display: block;
	position: relative;
	z-index: 2;
	margin: auto;
}

.quickcheck .qc-radio-wrapper .radio-btn:after {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	display: block;
	border: 6px solid #fff;
	
}

.quickcheck .qc-radio-wrapper input:checked ~ .radio-btn:after {
	background-color: #6ba3b9;
}



.quickcheck .qc-radio-btn-wrapper {
	position: relative;
	cursor: pointer;
	text-align: center;
}

.quickcheck .qc-radio-btn-wrapper input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.quickcheck .qc-radio-btn-wrapper .radio-btn {
	padding: 10px 20px;
	border: 2px solid #d6e6ec;
	width: 134px;
	text-align: center;
	display: inline-block;
}

.quickcheck .qc-radio-btn-wrapper input:checked ~ .radio-btn {
	background-color: rgba(107, 163, 185, 0.3);
	color: #6ba3b9;
}



.quickcheck .qc-result {
	display: none;
}

.quickcheck .qc-result.visible {
	display: block;
}

.quickcheck .resultbox {
	display: none;
}

.quickcheck .resultbox.visible {
	display: block;
}

.quickcheck .qc-question-block .mob-label-text {
	display: none;
}

.quickcheck .qc-radio-row {
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}

.quickcheck .show-result-btn {
	display: none !important;
}

.quickcheck .show-result-btn.visible {
	display: inline-block !important;
}

.quickcheck .risk-bar-wrapper {
	margin-top: 30px;
}

.quickcheck .risk-bar-labels {
	line-height: 1.5;
}

@media screen and (max-width: 575px) {
	.quickcheck .qc-radio-row {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.quickcheck .qc-answers {
		text-align: left;
	}
	
	.quickcheck .qc-radio-wrapper {
		width: auto;
	}
	
	.quickcheck .radio-row {
		display: block;
		margin: 0;
	}
	
	.quickcheck .radio-row label {
		margin-bottom: 10px;
	}
	
	.quickcheck .radio-row * {
		vertical-align: middle;
	}
	
	.quickcheck .qc-radio-wrapper .radio-btn {
		display: inline-block;
		margin: 0;
		margin-right: 10px;
	}
	
	.quickcheck .qc-radio-wrapper {
		text-align: left;
	}
	
	.quickcheck .qc-radio-wrapper .radio-bg {
		display: none;
	}
	
	.quickcheck .qc-question-block .label-row {
		display: none;
	}
	.quickcheck .qc-question-block .mob-label-text {
		display: inline-block;
	}
}
