.award_content {
  background-color: #141E43;
  color: #fff;
}

.award_content .container {
  padding-bottom: 10px;
}

.award_content .message {
  font-weight: bold;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.award_content h1 {
  display: none;
}

#pollResult,
#pollHeader {
  text-align: center;
}

#pollResult img,
#pollHeader img {
  height: auto;
  padding-top: 30px;
}

#pollResult img.l2,
#pollHeader img.l2 {
  width: 80%;
}

@media (min-width: 576px) {

  #pollResult img.l2,
  #pollHeader img.l2 {
    width: 491px;
  }
}

#pollHeader {
  width: 100%;
  margin: 0;
  padding: 0 0 2em 0;
}

.howToVote {
  display: block;
  margin: 40px auto 10px;
  background: transparent url('/img/awards/122/how-to-vote.png?v=1639736213000') no-repeat center center / 100% auto;
  width: 111px;
  height: 56px;
  text-indent: -999em;
  overflow: hidden;
}

@media (min-width: 820px) {
  .howToVote {
    margin: 0;
    position: absolute;
    top: 25px;
    right: 20px;
  }
}

.poll {
  margin: 50px 0;
}

.poll_separator {
  display: flex;
  gap: 20px;
  color: #fff;
  font-weight: bold;
}

.poll_separator .line {
  background-position: left center;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/x8AAwMCAO+ip1sAAAAASUVORK5CYII=);
  flex-grow: 2;
}

#poll_candidates {
  background-color: #8984BD;
}

@media (min-width: 576px) {
  #poll_candidates ul {
    display: grid;
    grid-auto-rows: max-content;
    grid-row-gap: 35px;
    grid-column-gap: 2%;
    grid-template-columns: 49% 49%;
  }
}

@media (min-width: 768px) {
  #poll_candidates ul {
    grid-column-gap: 1.5%;
    grid-template-columns: 32.33% 32.33% 32.33%;
  }
}

@media (min-width: 992px) {
  #poll_candidates ul {
    grid-column-gap: 5%;
    grid-template-columns: 20% 20% 20% 20%;
  }
}

#poll_candidates li {
  display: flex;
  flex-direction: column;
  list-style: none;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 576px) {
  #poll_candidates li {
    margin-bottom: 0;
  }
}

#poll_candidates li .image {
  width: 60%;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-bottom: 1em;
}

@media (min-width: 576px) {
  #poll_candidates li .image {
    width: 80%;
  }
}

#poll_candidates li img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 5px;
}

#poll_candidates li p {
  text-align: center;
  padding: 0;
  margin-top: 0;
}

#poll_candidates div.name {
  flex-grow: 2;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

#poll_candidates p.name {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  width: 100%;
}

#poll_candidates .country {
  color: #fff;
}

#poll_candidates .sport {
  color: #09132C;
}

#poll_candidates .votes {
  color: #09132C;
  font-weight: bold;
  font-size: 15px;
}

#poll_candidates .voteFor {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  background-color: #09132C;
  text-decoration: none;
  line-height: 36px;
  font-size: 24px;
  border-radius: 18px;
}

@media (min-width: 576px) {
  #poll_candidates .voteFor {
    width: 80%;
  }
}

#poll_candidates .voteFor:hover {
  opacity: 0.7;
}

#poll_candidates .voteFor.disabled {
  opacity: 0.3;
}

#poll_candidates .play {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url('/img/awards/122/play-button_white.png?v=1639739965000') no-repeat center center / 55px 55px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
}

#poll_candidates .image:hover .play {
  opacity: 1;
}

#poll_candidates .bio {
  display: block;
  background: transparent url('/img/awards/122/biography-icon.png?v=1639736207000') no-repeat center center / 100% auto;
  width: 57px;
  height: 37px;
  margin: 0 auto 1em auto;
  text-indent: -99em;
  overflow: hidden;
}

#poll_candidates .bio:hover {
  opacity: 0.7;
}

#poll_candidates .lost {
  opacity: 0.3;
}

.popup_content {
  background-color: #fff;
  padding: 25px;
  margin: 0;
  max-width: min(80vw, 500px);
  color: #09132C;
}

.popup_content p {
  font-size: 0.8rem;
  line-height: 180%;
  color: #09132C;
}

.popup_content a.close {
  position: absolute;
  top: -22px;
  right: -27px;
  width: 26px;
  height: 26px;
  border: 3px solid #09132C;
  border-radius: 100%;
  text-indent: -999em;
  background: transparent url('/css/ilightbox/dark-skin/x-mark-icon-64.png?v=1487870689385') no-repeat center center / 16px 16px;
}

.popup_content h3 {
  font-weight: normal !important;
}

.popup_content .name {
  font-size: 16px;
  font-weight: bold;
}

.popup_content h3,
.popup_content .name {
  text-align: center;
}

#pollResult {
  background-color: #09132C;
  color: #fff;
  overflow: hidden;
}

#pollResult p {
  color: #fff;
}

#pollResult h3 {
  margin-top: 1em;
}

#pollResult img.l2 {
  max-width: 250px;
}

.shares {
  margin-bottom: 0;
}

.shares a {
  text-indent: -99em;
  overflow: hidden;
  display: inline-block;
  width: 37px;
  height: 37px;
  background-size: 100% auto;
}

.shares a:hover {
  opacity: 0.3;
}

#sharePollTw {
  background-image: url('/img/awards/122/twitter.svg?v=1702892208598');
}

#sharePollFb {
  background-image: url('/img/awards/122/facebook.svg?v=1702892210453');
}

#rules-toggle {
  text-indent: 50px;
  line-height: 45px;
  margin: 20px 0;
  background: transparent url('/img/awards/122/voting-rules-icon.png?v=1639736224000') no-repeat left center / 42px auto;
  color: #fff;
}

#rules-toggle:hover {
  opacity: 0.7;
  cursor: pointer;
}

#rules-toggle span::after {
  color: #fff;
  content: '\2304';
  position: relative;
  top: -4px;
  font-size: 20px;
  padding-left: 5px;
}

#rules-toggle.open span::after {
  content: '\2303';
  top: 6px;
}

#rules-container {
  padding-bottom: 10px;
  color: #fff !important;
  padding-bottom: 1em;
}

#rules-container h4 {
  color: #fff;
  margin: 1em 0;
}

#rules-container p {
  font-size: 0.8rem;
  line-height: 1.8;
  color: #fff;
}

.ilightbox-holder .ilightbox-wrapper {
  background-color: #fff;
  border-radius: 10px;
}

.ilightbox-holder.dark {
  padding: 0 !important;
  border-radius: 10px;
}

div.fb-like.fb_iframe_widget {
  z-index: 2;
}

div.fb-comments.fb_iframe_widget {
  z-index: 1;
}

.grecaptcha-badge {
  z-index: 1000;
}

.hidden_content {
  position: absolute;
  width: 100%;
  visibility: hidden;
}