

.f2-votedPopUp {display:none; max-width: 220px; width: 100%; height: auto; background: #000; border-radius: 12px; padding: 17px; position: absolute; 
	/* top: 10px; left: 50%; margin-top: 0; margin-left: -110px; */
	right:15px; bottom:-20px;
}
.f2-votedPopUp .f2-header {display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px;}
.f2-votedPopUp .f2-header span.title {font-size: 13px; color: #fff; text-transform: uppercase;}
.f2-votedPopUp .f2-header i:hover {color: var(--roza)}


.f2-votedPopUp .f2-stars {display: flex; align-items: center; justify-content: stretch; margin-bottom: 15px;}
.f2-votedPopUp .f2-stars i {padding: 0 4px;}

.f2-votedPopUp button.f2-vote {height: 48px; width: 100%; box-shadow: 0px 1px 2px #00000066; background: var(--roza); color: #fff; padding: 0 20px; display: flex; align-items: center; justify-content: center;
border-radius: 24px; border: none;  cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    }
.f2-votedPopUp button.f2-vote i {font-size: 28px; margin-right: 10px;}
.f2-votedPopUp button.f2-vote span {font-weight: 600;}
.f2-votedPopUp button.f2-vote:hover {background: var(--svetlo_plava); color: #000;}


.f2-votedPopUp i::before {margin: 0; padding: 0;}

#f2_contest .f2-votedPopUp .ff2-star_1 {
  color: var(--roza);
  cursor:pointer;
}
#f2_contest .f2-average .ff2-star_1 {
  color: var(--roza);
}
#f2_contest .f2-votedPopUp .ff2-star {
  color: var(--svetlo_plava);
  cursor:pointer;
}
#f2_contest .f2-average .ff2-star {
  color: var(--svetlo_plava);
}
#f2_contest .f2-votedPopUp .f2-stars:hover .f2-star {
	color: var(--roza);
}
#f2_contest .f2-votedPopUp .f2-stars:hover .f2-star::before {
	content: '\e904';
}
#f2_contest .f2-votedPopUp .f2-stars .f2-star:hover ~ .f2-star {
	 color: var(--svetlo_plava);
}
#f2_contest .f2-votedPopUp .f2-stars .f2-star:hover ~ .f2-star::before {
	 content: '\e903';
}


	