/* vote */
#pollPieChart {
  max-width: 300px;
  width: 100%;
  position: relative;
  top: -23px;
}
#custom-piechart {
	background: #F2F2F2;
	border-radius: 26px;
	padding: 0 111px 0 111px;
}
#current-voting-post .uc_image_carousel_container_holder {
	padding-top: 60px;
	transition: all 0.3s ease;
	transform: scale(0.92);
	overflow: visible !important;
}
#current-voting-post .uc_image_carousel_placeholder {
	overflow: visible !important;
	border-radius: 26px 26px 0 0;
	border-radius: 26px 26px 0 0;
	position:relative;
}
#current-voting-post .uc_image_carousel_placeholder a {
	position: relative;
	top: -60px;
}
#current-voting-post .uc_image_carousel_content {
	margin-top: -60px;
	border-radius: 26px;
}
#current-voting-post .uc_image_carousel_placeholder:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #F2F2F2;
	z-index: -1;
	border-radius: 26px;
}
#current-voting-post  .uc_image_carousel_container_holder.selected-container {
	transform: scale(1);
	position: relative;
	transition: all 0.3s ease;
}
#current-voting-post .uc_image_carousel_container_holder:before {
	transition: all 0.3s ease;
	opacity: 0;
	width: 0;
}
#current-voting-post .uc_image_carousel_container_holder.selected-container:before {
	content:'';
	position: absolute;
	left: -57px;
	top: 3px;
	background: url(../../images/crown-yellow.png);
	width: 110px;
	height: 91px;
	transition: all 0.3s ease;
	opacity: 1;
	z-index: -1; 
}
#current-voting-post .owl-carousel .owl-stage-outer {
	overflow: visible !important;
}

/* Full-screen popup overlay */
/*.custom-vote-wrapper {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  
}*/

/* Card-style popup box */
.popup-wrapper-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin: 0 auto;
}

/* Chart + legend layout */
.popup-wrapper-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  align-items: center;
}

/* Custom legend styling */
#custom-legend {
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.legend-label {
  color: #fff;
  font-weight: 400;
  font-family: 'Bagel Fat One', sans-serif;
  padding: 12px 24px;
  border-radius: 50px;
  text-align: center;
  min-width: 220px;
  font-size: 24px;
  line-height: 110%;
}
.vote-loader-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ccc;
  border-top-color: #0073aa;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.thanks-text {
	background: transparent !important;
	color: #4B90F2 !important;
	cursor: auto;
}
.disabled_cc a {
	pointer-events: none;
    color: #aaa;
    background-color: #f2f2f2!important;
    cursor: not-allowed;
    text-decoration: none;
}
#current-voting-post .uc_image_carousel_placeholder a {
	pointer-events:none;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

@media only screen and (min-width: 1024px) {
	#current-voting-post .owl-carousel .owl-stage {
		transform: none !important;
	}
}
@media only screen and (max-width: 767px) {
	#custom-piechart {
		padding: 0 40px 0 40px;
	}
	
}
@media only screen and (max-width: 480px) {
	#custom-piechart {
		padding: 0 20px 0 20px;
		background: transparent;
		position: relative;
	}
	#custom-piechart:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 138px;
		background: #F2F2F2;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 26px;
	}
}
@media only screen and (max-width:1024px) { 
	#current-voting-post .owl-carousel .owl-stage-outer {
		overflow: hidden !important;
	}
	#current-voting-post .uc_image_carousel_container_holder.selected-container:before {
		left: -50px;
	}
}