.aside-poll {
	font-family: arial;
    margin-bottom: 1rem;
    padding: 15px;
    border: 1px solid rgba(156,39,176,.15);
    border-radius: .25rem;
    /* background-color: rgba(156,39,176,.015); */
    background-color: rgb(119 119 119 / 65%);
}
.aside-poll__title i {
	display: inline-block;
    width: 1em;
    height: 1em;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="16" width="16" style="vertical-align: baseline;"><path  d="M7 0h2l1 1v14l-1 1H7l-1-1V1l1-1zM1 6h2l1 1v8l-1 1H1l-1-1V7l1-1zm12 4h2l1 1v4l-1 1h-2l-1-1v-4l1-1z" fill="%23ffffff"></path></svg>');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.aside-poll__title {
    display: block;
    margin-bottom: .875rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}
.aside-poll__question {
    display: block;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-size: .875rem;
    font-weight: 700;
}
.aside-poll__answer {
    display: block;
    font-size: .875rem;
}
.aside-poll.in-exp .aside-poll__answer {
	padding: 5px 10px;
	/* background-color: #e2e2e2; */
	background-color: #a5a5a5;
	border-radius: 5px;
	cursor: pointer;
}
.aside-poll.in-exp .aside-poll__answer:hover {
	background-color: #2f4785;
	color: #ffffff;
}
.aside-poll__progress {
    background-color: #e1bee7;
    border-radius: .375rem;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
	margin: 3px 0;
}
.aside-poll.in-exp .aside-poll__progress {
	display: none;
}
.aside-poll.in-exp .aiv-votes-allvb {
	display: none;
}
@media (prefers-reduced-motion: reduce) {	
	.progress-bar {
		transition: none;
	}
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /* background-color: #2f4785; */
    background-color: #ea8831;
    transition: width .6s ease;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.sr-sub-text {
    display: block;
    margin: 0 0 5px 0;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: right !important;
}

.aside-poll i.reload-data {
	background-image: url(/image/system_icons/reload-grey.svg);
	display: inline-block;
	width: 1em;
	height: 1em;
	background-position: 50%;
	background-size: 85%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.aside-poll i.reload-data:hover {
	background-image: url(/image/system_icons/reload-white.svg);
}