.vavel_custom_App {
}

.vavel_custom_page {
	/* font-size: 12px;
	margin: 0.5em;
	background-color: #e3e7d7;
	min-width: 600px; */
	background-color: #1d1d1d  !important ;

}

.vavel_custom_ballotBoxResults__component {
	/* margin-bottom: 1em; */
	color: white !important;
	border-bottom: solid #FF5C00 1px !important; 
}
.vavel_custom_ballotBoxResults__row {
	/* display: flex;
	background-color: #f2e6c4; */
	/* border-bottom: solid #FF5C00 1px !important;  */
	background-color: #1d1d1d !important;
}

.vavel_custom_ballotBoxResults__header {
}

.vavel_custom_ballotBoxResults__item {
	/* flex: 1; */
}

.vavel_custom_ballotBoxResults--alightRight {
	/* text-align: right; */


}

.vavel_custom_candidate__component {
	background-color: #1d1d1d ;
}

.vavel_custom_candidate__row {
	/* display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	flex: 1;
	margin-right: 2em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: solid grey 1px; */
	border-bottom: solid #FF5C00 1px !important; 
}

.vavel_custom_candidate__item {
	/* flex: 1; */
}

.vavel_custom_candidate__flex05 {
	/* flex: 0.5; */
}
.vavel_custom_candidate__name,
.vavel_candidate__percentage {
	/* text-align: right;
	max-width: 300px;
	min-width: 100px;
	margin: 0px 0.1em;
	padding: 0;
	flex-direction: column;
	display: inline-flex; */
	color: white !important;
}

.vavel_custom_candidate__percentage {
	/* max-width: 50px;
	font-size: 9pt;
	flex-direction: column;
	display: inline-flex; */
}

.vavel_candidate__image  {
	/* height: 40px;
	max-height: 40px;
	max-width: 40px;
	margin: 0px 0.5em; */
	height: 40px !important; 
    object-fit: contain;

}

.vavel_custom_candidate__sits {
	/* max-width: 3em;
	margin: 0.5em; */
}

.vavel_custom_candidate__sits_border {
	/* border: 1px solid rgba(59, 59, 59, 0.329);
	background-color: rgb(236, 236, 236);
			

	text-align: center;
	border-radius: 10%; */
}

.vavel_custom_candidate--flex4 {
	/* padding: 0;
	margin: 0; */
}

.vavel_custom_positive_percentage {
	/* color: green; */
}

.vavel_custom_negative_percentage {
	/* color: red; */
}

.vavel_custom_candidate_bars {
	/* height: "40px";
	width: "100%";
	float: left;
	display: "block";
	margin-left: 1em; */
}

.vavel_custom_candidate__comparisonPercentage {
}

.vavel_custom_candidate__percentageBar {
	/* height: 20px;
	opacity: 0.55; */
}

.vavel_custom_candidate__previousPercentageBar {
	/* height: 6px;
	opacity: 0.8; */
}

.vavel_custom_modal {
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 5px; */
}

.vavel_tooltip {
/*
	position: relative;
	display: inline-block;
*/
}

/* Tooltip text */
.vavel_tooltiptext {
	/*
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	position: absolute;
	z-index: 1;
	top: -5px;
	left: 105%;
*/
}

/* Show the tooltip text when you mouse over the tooltip container */
.vavel_tooltip:hover .vavel_tooltiptext {
/*
	visibility: visible;
*/
}

.vavel_region_button {
	/*
	margin: 0.3rem 0.1rem;
	padding: 0.35rem 0.9rem;
	
	font-weight: bold;
*/
background-color: white !important;
border: 1px #FF5C00 solid;
}

.vavel_custom_page .vavel_region_button_container {
	/*
	background-color: #e8d2997c;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
*/
background-color: #1d1d1d !important;

}


#block-proedrikesliveblock
{
	max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
	-ms-overflow-style: none; 
  scrollbar-width: none;
}


#block-proedrikesliveblock::-webkit-scrollbar {
	display: none;
}