.pxa-result-bar {
    display: inline-block;
    height: 10px;
    background: #7d7d7d;
}

.pxa-result-row {
    position: relative;
    width: 100%;
}

.pxa-result-percents {
    position: absolute;
    right: 0;
}

.pxa-result-bar {
    position: absolute;
    top: 25px;
    left: 0;
}

.pxa-result-text {
    padding-bottom: 15px;
    display: inline-block;
}

.radio-container-image [type=radio],
.radio-container-image [type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
.radio-container-image [type=radio] + img,
.radio-container-image [type=checkbox] + img {
  cursor: pointer;
  outline: 5px solid var(--primary);
  opacity: 0.5;
}

/* CHECKED STYLES */
.radio-container-image [type=radio]:checked + img,
.radio-container-image [type=checkbox]:checked + img {
  outline: 5px solid var(--dark);
  opacity: 1 !important;
}

.radio-container-image [type=radio]:hover + img,
.radio-container-image [type=checkbox]:hover + img {
  opacity: 0.75;
}

.radio-container-image {
	display: flex;
	flex-direction: row;
	justify-content: center;
	/* space-between */
}

.radio-container-image > div {
	text-align: center;
	line-height: 3rem;
}

textarea.textarea-default-height {
	height: 10rem !important;
	resize: none;
}

label {
	cursor: pointer;
}
