/*!
 * Football Pool WordPress plugin
 *
 * @copyright Copyright (c) 2012-2022 Antoine Hurkmans
 * @link https://wordpress.org/plugins/football-pool/
 * @license https://plugins.svn.wordpress.org/football-pool/trunk/LICENSE
 */
/* some vars */
/* the partials */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?ww3f09") format("truetype"), url("fonts/icomoon.woff?ww3f09") format("woff"), url("fonts/icomoon.svg?ww3f09#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=fp-icon-], [class*=" fp-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fp-icon-search:before {
  content: "\f002";
}

.fp-icon-star:before {
  content: "\f005";
}

.fp-icon-star-o:before {
  content: "\f006";
}

.fp-icon-check:before {
  content: "\f00c";
}

.fp-icon-close:before {
  content: "\f00d";
}

.fp-icon-remove:before {
  content: "\f00d";
}

.fp-icon-times:before {
  content: "\f00d";
}

.fp-icon-cog:before {
  content: "\f013";
}

.fp-icon-gear:before {
  content: "\f013";
}

.fp-icon-trash-o:before {
  content: "\f014";
}

.fp-icon-clock-o:before {
  content: "\f017";
}

.fp-icon-refresh:before {
  content: "\f021";
}

.fp-icon-edit:before {
  content: "\f044";
}

.fp-icon-pencil-square-o:before {
  content: "\f044";
}

.fp-icon-share-square-o:before {
  content: "\f045";
}

.fp-icon-plus-circle:before {
  content: "\f055";
}

.fp-icon-minus-circle:before {
  content: "\f056";
}

.fp-icon-times-circle:before {
  content: "\f057";
}

.fp-icon-check-circle:before {
  content: "\f058";
}

.fp-icon-question-circle:before {
  content: "\f059";
}

.fp-icon-info-circle:before {
  content: "\f05a";
}

.fp-icon-times-circle-o:before {
  content: "\f05c";
}

.fp-icon-check-circle-o:before {
  content: "\f05d";
}

.fp-icon-ban:before {
  content: "\f05e";
}

.fp-icon-arrow-left:before {
  content: "\f060";
}

.fp-icon-arrow-right:before {
  content: "\f061";
}

.fp-icon-arrow-up:before {
  content: "\f062";
}

.fp-icon-arrow-down:before {
  content: "\f063";
}

.fp-icon-calendar:before {
  content: "\f073";
}

.fp-icon-bar-chart:before {
  content: "\f080";
}

.fp-icon-bar-chart-o:before {
  content: "\f080";
}

.fp-icon-sign-out:before {
  content: "\f08b";
}

.fp-icon-external-link:before {
  content: "\f08e";
}

.fp-icon-trophy:before {
  content: "\f091";
}

.fp-icon-group:before {
  content: "\f0c0";
}

.fp-icon-users:before {
  content: "\f0c0";
}

.fp-icon-bars:before {
  content: "\f0c9";
}

.fp-icon-navicon:before {
  content: "\f0c9";
}

.fp-icon-reorder:before {
  content: "\f0c9";
}

.fp-icon-coffee:before {
  content: "\f0f4";
}

.fp-icon-spinner:before {
  content: "\f110";
}

.fp-icon-star-half-empty:before {
  content: "\f123";
}

.fp-icon-star-half-full:before {
  content: "\f123";
}

.fp-icon-star-half-o:before {
  content: "\f123";
}

.fp-icon-ticket:before {
  content: "\f145";
}

.fp-icon-futbol-o:before {
  content: "\f1e3";
}

.fp-icon-soccer-ball-o:before {
  content: "\f1e3";
}

.fp-icon-pie-chart:before {
  content: "\f200";
}

.fp-icon-line-chart:before {
  content: "\f201";
}

.fp-icon-toggle-off:before {
  content: "\f204";
}

.fp-icon-toggle-on:before {
  content: "\f205";
}

.fp-icon-user-plus:before {
  content: "\f234";
}

.fp-icon-user-times:before {
  content: "\f235";
}

/*new wb layout start*/
.matchinfo.wb26-layout {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}
.matchinfo.wb26-layout .matchtype {
  display: none;
}
.matchinfo.wb26-layout .day, .matchinfo.wb26-layout .hour, .matchinfo.wb26-layout .minute, .matchinfo.wb26-layout .second {
  background: #141414;
  padding: 0.3rem;
  min-width: 40px;
}
.matchinfo.wb26-layout [id^=countdown-] {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  color: #EFEFEF;
  min-width: 150px;
  justify-content: space-between;
}
.matchinfo.wb26-layout .match-card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 100%;
  margin-right: 4px;
  justify-content: space-around;
  background-color: #EFEFEF;
  align-items: center;
  padding: 0.3rem;
}
.matchinfo.wb26-layout .match-card .actual-score {
  min-width: 50px;
  text-align: center;
}
.matchinfo.wb26-layout .match-card .score {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.1rem;
  min-width: 105px;
}
.matchinfo.wb26-layout .match-card .score .prediction {
  height: 100%;
}
.matchinfo.wb26-layout .match-card .column:not(:last-child) {
  border-right: 1px solid #141414;
  padding: 0 1rem 0 1rem;
}
.matchinfo.wb26-layout .match-card .home-group, .matchinfo.wb26-layout .match-card .away-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  gap: 5px;
  align-items: center;
  background: #141414;
  padding: 0.2rem;
  color: #EFEFEF;
  min-width: 250px;
}
.matchinfo.wb26-layout .match-card .home-group .team, .matchinfo.wb26-layout .match-card .away-group .team {
  flex: 5;
  text-align: center;
}
.matchinfo.wb26-layout .match-card .home-group .flag, .matchinfo.wb26-layout .match-card .away-group .flag {
  flex: 1;
  width: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.matchinfo.wb26-layout .match-card .home-group {
  border-radius: 2rem 0 0 2rem;
}
.matchinfo.wb26-layout .match-card .away-group {
  border-radius: 0 2rem 2rem 0;
}
.matchinfo.wb26-layout .match-card .user-score, .matchinfo.wb26-layout .match-card countdown {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
}
.matchinfo.wb26-layout .matchtype {
  color: #fff;
  background-color: #000;
  font-weight: bolder;
  margin-bottom: 5px;
  width: 100%;
  padding: 0.5rem;
}

/*new wb layout end*/
/* new flex layout */
.matchinfo.new-layout {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.matchinfo.new-layout div {
  padding: 5px;
  /*margin: 0 0 2px 0;*/
  /*border: 1px solid tomato;*/
}
.matchinfo.new-layout .match-card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
  width: calc(50% - 4px);
  margin-right: 4px;
  justify-content: center;
  background-color: #f8f8f8;
}
.matchinfo.new-layout .linked-question {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
}
.matchinfo.new-layout .linked-question p.bonus {
  background-color: inherit;
}
.matchinfo.new-layout .match-card-footer, .matchinfo.new-layout .match-card-header, .matchinfo.new-layout .matchtype {
  width: 100%;
}
.matchinfo.new-layout .match-card, .matchinfo.new-layout .linked-question {
  margin-bottom: 20px;
}
.matchinfo.new-layout .match-card-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  font-size: 75%;
  /*background-color: #f0f0f0;*/
}
.matchinfo.new-layout .match-card-header span {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  justify-content: space-between;
}
.matchinfo.new-layout .match-card-header .matchdate, .matchinfo.new-layout .match-card-header .time {
  font-size: 1.2em;
}
.matchinfo.new-layout .match-card-header .time {
  text-align: right;
}
.matchinfo.new-layout .match-card-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  /*background-color: #f0f0f0;*/
}
.matchinfo.new-layout .match-card-footer div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  justify-content: flex-end;
  text-align: left;
  align-items: stretch;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  /*border: 1px solid tomato;*/
}
.matchinfo.new-layout .match-card-footer .fp-icon {
  text-align: center;
}
.matchinfo.new-layout .match-card-footer .fp-icon a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.matchinfo.new-layout .match-card-footer .fp-icon a img {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 40px;
}
.matchinfo.new-layout .match-card-footer .user-score {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  flex: 3;
  font-size: 75%;
}
.matchinfo.new-layout .matchtype {
  color: #fff;
  background-color: #000;
  font-weight: bolder;
  margin-bottom: 5px;
}
.matchinfo.new-layout .flag, .matchinfo.new-layout .home, .matchinfo.new-layout .away, .matchinfo.new-layout .score {
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.matchinfo.new-layout div.flag:before {
  vertical-align: middle;
  content: " ";
  display: inline-block;
  height: 100%;
  width: 0;
}
.matchinfo.new-layout div.home, .matchinfo.new-layout div.away {
  font-weight: bolder;
  font-size: 1.2em;
}
.matchinfo.new-layout .score {
  font-size: 160%;
}
.matchinfo.new-layout .score input.prediction {
  text-align: center;
  font-size: 120%;
  padding: 2px;
}
.matchinfo.new-layout .score span.actual-score:before {
  content: "(";
}
.matchinfo.new-layout .score span.actual-score:after {
  content: ")";
}
.matchinfo.new-layout .score span.actual-score {
  font-size: 75%;
}
.matchinfo.new-layout {
  /* jokers */
}
.matchinfo.new-layout .fp-joker, .matchinfo.new-layout .fp-nojoker {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
  cursor: pointer;
  width: 36px;
  height: 36px;
}
.matchinfo.new-layout .fp-joker {
  background-image: url(images/joker-active.png);
}
.matchinfo.new-layout .fp-nojoker {
  background-image: url(images/joker-inactive.png);
}
.matchinfo.new-layout {
  /*
  .fp-joker.saving {
  	background-image: url(images/joker-active-ajax-loader.gif);
  }

  .fp-nojoker.saving {
  	background-image: url(images/joker-inactive-ajax-loader.gif);
  }
  */
}
.matchinfo.new-layout .fp-joker.saving, .matchinfo.new-layout .fp-nojoker.saving {
  background-image: url(images/joker-ajax-loader.gif);
  background-size: 36px 36px;
}
.matchinfo.new-layout .closed .fp-joker, .matchinfo.new-layout .closed .fp-nojoker, .matchinfo.new-layout .fp-joker.readonly, .matchinfo.new-layout .fp-nojoker.readonly {
  cursor: default;
}

table.matchinfo.new-layout {
  display: table;
}
table.matchinfo.new-layout td, table.matchinfo.new-layout th {
  padding: 0.2em 0.5em;
}
table.matchinfo.new-layout .flag, table.matchinfo.new-layout .home, table.matchinfo.new-layout .away, table.matchinfo.new-layout .score {
  width: auto;
  text-align: left;
}
table.matchinfo.new-layout .score {
  font-size: 100%;
}

/* classic layout */
table.matchinfo {
  border-spacing: 0 0.25rem;
  border-collapse: separate;
  border: none;
  width: 100%;
  max-width: 700px;
}
table.matchinfo td a {
  text-decoration: none;
}
table.matchinfo td a:hover {
  text-decoration: underline;
}
table.matchinfo td {
  padding: 0 0.2rem 0.1rem 0;
  border: none;
  font-size: 0.9rem;
}
table.matchinfo .matchdate {
  color: #fff;
  background-color: #ccc;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.8rem;
  vertical-align: middle;
}
table.matchinfo td.flag {
  text-align: center;
}
table.matchinfo td.time {
  text-align: left;
  font-size: 0.7rem;
  padding-left: 1rem;
}
table.matchinfo td.home {
  text-align: right;
  padding-right: 0.5rem;
}
table.matchinfo td.away {
  text-align: left;
  padding-left: 0.5rem;
}
table.matchinfo td.score {
  text-align: center;
  font-weight: bold;
  padding: 0 0.5rem;
}
table.matchinfo td.user-score {
  padding: 0 0.5rem;
  min-width: 2.5rem;
}
table.matchinfo .fp-joker {
  background-image: url(images/ball_over.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
  min-width: 30px;
  min-height: 20px;
  display: inline-block;
}
table.matchinfo .fp-nojoker {
  background-image: url(images/ball.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
  min-width: 30px;
  min-height: 20px;
  display: inline-block;
}
table.matchinfo .fp-joker.joker-ajax-loader, table.matchinfo .fp-nojoker.joker-ajax-loader {
  background-image: url(images/joker-ajax-loader.gif);
  background-size: 20px 20px;
}
table.matchinfo .closed .fp-joker, table.matchinfo .matchinfo .closed .fp-nojoker, table.matchinfo .fp-joker.readonly, table.matchinfo .matchinfo .fp-nojoker.readonly {
  cursor: default;
}
table.matchinfo td.matchstats {
  text-align: right;
  vertical-align: middle;
}
table.matchinfo td.matchstats a {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
table.matchinfo td.matchstats a img {
  min-width: 36px;
  max-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
table.matchinfo th {
  color: #fff;
  background-color: #000;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.8rem;
  vertical-align: middle;
}
table.matchinfo th.username {
  max-width: 200px;
}
table.matchinfo tr.linked-question td {
  padding: 5px 0 5px;
}
table.matchinfo tr.linked-question td div {
  border: none;
}
table.matchinfo td.match-hyphen {
  text-align: center;
}

table.prediction-table-questions a, .match-table a {
  text-decoration: none;
}

table.prediction-table-questions a:hover, .match-table a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  /* match and prediction table */
  table.matchinfo {
    border-spacing: 0 20px;
    border-collapse: separate;
    max-width: 90%;
  }
  table.matchinfo td.home, table.matchinfo td.away {
    font-size: 125%;
    padding: 0 2px;
  }
  table.matchinfo td.time, table.matchinfo td.flag {
    display: none;
  }
  table.matchinfo td.matchtype {
    font-size: 140%;
  }
  div.matchinfo.new-layout .match-card {
    width: 100%;
  }
  div.matchinfo.new-layout .matchtype {
    font-size: 140%;
  }
  div.matchinfo.new-layout div.home, div.matchinfo.new-layout div.away {
    font-size: 125%;
  }
  .matchinfo.wb26-layout {
    font-size: 9px;
  }
  .matchinfo.wb26-layout .match-card {
    flex-direction: column;
    gap: 0.2rem;
  }
  .matchinfo.wb26-layout .match-card .top, .matchinfo.wb26-layout .match-card .bottom, .matchinfo.wb26-layout .match-card .center {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .matchinfo.wb26-layout .match-card .bottom {
    justify-content: center;
    flex-direction: column;
  }
  .matchinfo.wb26-layout .match-card .home-group, .matchinfo.wb26-layout .match-card .away-group {
    max-height: 20px;
    min-width: 120px;
    border-radius: 0;
  }
  .matchinfo.wb26-layout .match-card .score {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
  }
  .matchinfo.wb26-layout .match-card .score .home, .matchinfo.wb26-layout .match-card .score .away {
    min-width: 120px;
    text-align: center;
  }
  .matchinfo.wb26-layout .match-card .score .prediction {
    padding: 0.2rem;
    height: auto;
    min-width: 120px;
    box-sizing: border-box;
    text-align: center;
  }
  .matchinfo.wb26-layout .match-card .actual-score {
    text-align: center;
  }
  .matchinfo.wb26-layout .match-card [id^=countdown-] {
    justify-content: end;
    font-size: 10px;
  }
}
div.bonus {
  /*border-bottom: 1px solid #000;*/
  background-color: #f9f9f9;
  margin-bottom: 2em;
}
div.bonus ul.multi-select {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.bonus p, div.bonus li {
  clear: both;
}
div.bonus p.answer {
  margin: 0;
  padding: 0;
}
div.bonus ul.multi-select label {
  margin-bottom: 10px;
}
div.bonus ul.multi-select {
  /* handle the multi-select option with user input */
}
div.bonus ul.multi-select label + span input[type=text] {
  width: auto;
}
div.bonus a img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.bonus p {
  font-weight: bolder;
}
div.bonus .answer {
  padding: 0.5em;
  margin: 0 0 2px;
}
div.bonus .points, div.bonus .answer, div.bonus .closing-time {
  font-weight: normal;
}
div.bonus .bonus-card-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  vertical-align: top;
  padding: 0;
}
div.bonus .bonus-card-footer div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  flex-flow: row;
  justify-content: space-between;
  flex-grow: 4;
  margin-right: 1em;
}
div.bonus .bonus-card-footer div:last-child {
  margin-right: 0;
}
div.bonus .bonus-card-footer * {
  vertical-align: top;
  /*border: 1px solid tomato;*/
}
div.bonus .bonus-card-footer .question-stats-link {
  text-align: right;
  flex-basis: content;
  flex-grow: 1;
}
div.bonus .bonus-card-footer .question-stats-link a {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 1rem;
}
div.bonus .bonus-card-footer .question-stats-link a img {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 40px;
}
div.bonus .bonus-card-footer .points, div.bonus .bonus-card-footer .closing-time {
  color: #aaa;
  font-size: 75%;
}
div.bonus .bonus-card-footer .points {
  text-align: right;
}
div.bonus .bonus-card-footer .points a {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 1rem;
}
div.bonus .bonus-card-footer .points a img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.bonus.open .bonus-ajax-loader {
  padding: 0;
  margin: 0;
  /* add some room for the predictions-ajax-loader.png */
  min-height: 24px;
  max-height: 24px;
}

div.bonus, p.bonus, input[type=text].bonus {
  width: 100%;
}

div.bonus.userview {
  margin-top: 1em;
  padding-bottom: 0.5em;
}
div.bonus.userview span {
  color: #000;
}
div.bonus.userview p.question {
  font-weight: bolder;
}

p.bonus.image {
  background: none;
}

.bonus span.reminder {
  color: #ccc;
  font-weight: bolder;
}

span.extra {
  font-size: 80%;
  color: #666;
}

/*
p.bonus .no-answer:after {
	content: '...';
	font-weight: normal;
}
*/
/* example 4 column layout for question with ID 1
#q1 ul.multi-select li { float: left; width: 25%; }
*/
.fp-prediction-form input.prediction {
  width: 3em;
  text-align: right;
}
.fp-prediction-form input.prediction:focus {
  outline: none;
}

.fp-form .bonus.saving .bonus-ajax-loader:after, .fp-form .match-card.saving .user-score:after {
  content: url(images/predictions-ajax-loader.png);
}
.fp-form {
  /*
  .multi-select.dropdown select.saving,
  input[type="radio"].saving + label,
  input[type="checkbox"].saving + label,
  input[type="text"].bonus.saving,
  textarea.bonus.saving,
  */
}
.fp-form input.prediction.saving,
.fp-form div.bonus.saving {
  background-color: #fefcf6;
  border: 2px dashed #fecd37;
  color: #fecd37;
}
.fp-form input.prediction.saving:focus,
.fp-form div.bonus.saving:focus {
  outline: none;
}
.fp-form {
  /* add transparent border to prevent the 'flickering' */
}
.fp-form div.bonus {
  border: 2px solid transparent;
}

/* end saving animations */
div.buttonblock {
  margin: 1em 0 3em;
}

@media (max-width: 767px) {
  /* bonus question footer */
  div.bonus div.bonus-card-footer {
    display: block;
  }
  div.bonus div.bonus-card-footer div, div.bonus div.bonus-card-footer .bonus div.closing-time, div.bonus div.bonus-card-footer .bonus div.points {
    display: block;
    padding: 0;
    text-align: inherit;
  }
  div.bonus div.bonus-card-footer img.pie-chart-icon {
    max-height: 40px;
  }
}
/* JKB 2026WBTipmix - Start */
.wb26-ranking {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wb26-ranking .empty.row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  color: #EFEFEF;
}
.wb26-ranking .currentuser.row {
  background: #C89B46;
  color: #EFEFEF;
}
.wb26-ranking .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background: #EFEFEF;
  padding: 0.3rem 0.5rem;
  align-items: center;
}
.wb26-ranking .row .user-rank, .wb26-ranking .row .user-score {
  flex: 2;
}
.wb26-ranking .row .user-score {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  justify-content: end;
}
.wb26-ranking .row .user-name {
  flex: 4;
}

/* JKB 2026WBTipmix - End */
/* group ranking */
div.ranking {
  width: 100%;
  max-width: 300px;
  padding: 1rem;
  border: 1px solid #efefef;
}
div.ranking h2 {
  margin: 0.2em 0;
  padding: 0;
}

table.ranking {
  border: none;
  border-collapse: collapse;
  width: 100%;
}
table.ranking th {
  text-align: center;
  font-weight: normal;
  font-style: italic;
}
table.ranking td {
  padding: 0.1em 0.5em;
}

.group-ranking thead tr {
  background: #EFEFEF;
}
.group-ranking tr.odd, .group-ranking tr.even {
  align-items: center;
  text-align: center;
}
.group-ranking tr.odd {
  background: #EFEFEF;
  color: #141414;
}
.group-ranking tr.even {
  background: #141414;
  color: #EFEFEF;
}
.group-ranking th.group {
  background: #C89B46;
  color: #EFEFEF;
}
.group-ranking {
  /*
  th.wins, td.wins, th.draws, td.draws, th.losses, td.losses {
  	background-color: #ddd;
  }

  th.plays, td.plays, th.points, td.points {
  	background-color: #ccc;
  }

  th.team, td.team, th.goals, td.goals {
  	background-color: #e1dfdf;
  }
   */
}
.group-ranking th.team, .group-ranking th.points, .group-ranking td.points, .group-ranking th.plays, .group-ranking td.plays {
  font-weight: bolder;
}
.group-ranking td.team div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.group-ranking td.team div .flag {
  flex: 1;
}
.group-ranking td.team div .team-name {
  flex: 7;
}

table.ranking td {
  font-size: 80%;
}
table.ranking td.plays, table.ranking td.points {
  font-size: 90%;
}

/* group ranking in a widget */
li.widget div.football-pool-widget div.ranking {
  float: none;
  border: none;
  width: auto;
  padding-left: 0.5em;
}
li.widget div.football-pool-widget div.ranking h2 {
  display: none;
}
li.widget div.football-pool-widget div.ranking th {
  font-size: 80%;
}

/* group ranking as shortcode */
div.entry div.ranking.shortcode {
  float: none;
}

table.pool-ranking {
  border-collapse: collapse;
}
table.pool-ranking td {
  padding-left: 0.5em;
}
table.pool-ranking tr.currentuser {
  background-color: #e1dfdf;
}
table.pool-ranking td.user-rank {
  text-align: right;
  width: 3em;
}

#rankingsbox table.pool-ranking tr.currentuser {
  background-color: transparent;
}

table.pool-ranking tr.currentuser td,
table.pool-ranking tr.currentuser td a,
table.pool-ranking tr.currentuser td a:visited {
  color: #000;
  font-weight: bolder;
}

table.pool-ranking td.score {
  text-align: right;
  padding-right: 1em;
}

table.pool-ranking {
  font-size: 100%;
}

table.pool-ranking.ranking-widget {
  font-size: 75%;
}

table.pool-ranking.ranking-page {
  width: 100%;
  max-width: 500px;
}

table.ranking-shortcode {
  width: 100%;
  max-width: 300px;
}

/* avatars */
.pool-ranking .avatar {
  padding: 0 0.5em 0 0;
  vertical-align: middle;
}

#sidebar .widget div.football-pool-widget .pool-ranking .avatar,
.widget div.football-pool-widget .pool-ranking .avatar {
  padding: 0 0.5em 0 0;
  vertical-align: middle;
}

td.num-predictions, td.ranking.score {
  text-align: right;
}

/* div.chart { border: 1px solid #000; } */
.charts-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.charts-container .chart-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  flex-basis: 48%;
}

.chart {
  margin-bottom: 2rem;
}

/*
.chart.right { float: right; padding-left: 10px; }
.chart.left { float: left; padding-right: 20px; }
.chart.stats-pie { float: left; margin-right: 20px; }
*/
.widget div.football-pool-widget {
  padding: 0;
  margin: 0;
}
.widget div.football-pool-widget form {
  margin: 0;
  padding: 0;
}
.widget div.football-pool-widget label, .widget div.football-pool-widget p {
  font-size: 80%;
}
.widget div.football-pool-widget h3 {
  width: auto;
  margin: 0 0 0.25em;
  padding: 0 0.5em;
  color: #fff;
  background-color: #ccc;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.8em;
  vertical-align: middle;
}
.widget div.football-pool-widget h3 a, .widget div.football-pool-widget h3 a:link, .widget div.football-pool-widget h3 a:visited, .widget div.football-pool-widget h3 a:hover, .widget div.football-pool-widget h3 a:active {
  color: #fff;
}
.widget div.football-pool-widget div {
  padding: 0 0 0.25em;
}
.widget div.football-pool-widget p, .widget div.football-pool-widget div div {
  padding: 0 0.5em;
}
.widget div.football-pool-widget input.text, .widget div.football-pool-widget input.textarea {
  width: 80%;
}

#sidebar ul .widget_footballpoolnextpredictionwidget p a {
  display: inline;
}

table.gamesbox td {
  padding: 1px 2px;
  font-size: 75%;
}

table.gamesbox td.score {
  white-space: nowrap;
}

.widget_footballpoollastgameswidget div.football-pool-widget p,
.widget_footballpool-rankingwidget div.football-pool-widget p {
  padding: 2px 3px;
  margin: 0;
  font-size: 75%;
}

.widget_footballpoolshoutboxwidget div.wrapper {
  height: 240px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0 0 1em 0;
}
.widget_footballpoolshoutboxwidget textarea {
  width: 100%;
}
.widget_footballpoolshoutboxwidget a.name {
  font-weight: bolder;
}
.widget_footballpoolshoutboxwidget span.date {
  font-size: 70%;
  float: right;
}
.widget_footballpoolshoutboxwidget span.notice {
  font-size: 75%;
}
.widget_footballpoolshoutboxwidget p {
  font-size: 80%;
  margin: 0;
}
.widget_footballpoolshoutboxwidget hr {
  margin: 3px 3px 5px;
  border: none 0;
  border-top: 1px dashed #ccc; /*the border*/
  height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}

.widget_footballpoolnextpredictionwidget div.football-pool-widget p {
  margin-bottom: 5px;
}

ul li.widget_footballpoolnextpredictionwidget div.football-pool-widget a {
  display: inline;
}

.widget div.football-pool-widget div.ranking {
  padding: 0 0.5em;
  margin: 0;
}

@media (max-width: 767px) {
  /* widgets */
  .widget div.football-pool-widget table.pool-ranking.ranking-widget {
    font-size: 100%;
  }
  .widget div.football-pool-widget p, .widget div.football-pool-widget td {
    font-size: 120%;
  }
  .widget div.football-pool-widget .wrapper.fp-shoutbox p {
    font-size: 130%;
  }
  .widget div.football-pool-widget .wrapper.next-prediction-countdown {
    font-size: 130%;
  }
  .widget div.football-pool-widget span.notice {
    font-size: 100%;
  }
}
img.team-photo.thumb {
  max-width: 150px;
  border: 0;
  cursor: pointer;
}

img.stadium-photo.thumb.stadium-list,
img.team-photo.thumb.team-list {
  margin: 0 5px 10px 0;
}

img.team-photo {
  max-width: 301px;
  border: 0;
  cursor: pointer;
}

img.stadium-photo {
  border: 0;
}

img.stadium-photo.thumb {
  max-width: 150px;
  border: 0;
}

.team-list, .stadium-list {
  margin: 0;
  padding: 0;
}
.team-list div, .stadium-list div {
  clear: both;
  margin-bottom: 2rem;
}
.team-list div h2, .team-list div p, .stadium-list div h2, .stadium-list div p {
  padding: 0;
  margin: 0;
  clear: none;
  vertical-align: top;
}
.team-list div img.stadium-photo.stadium-list, .stadium-list div img.stadium-photo.stadium-list {
  vertical-align: top;
  float: left;
}

table.team.info {
  margin-top: 10px;
  border: none;
}
table.team.info tr {
  border: none;
}
table.team.info tr td, table.team.info tr th {
  border: none;
  vertical-align: top;
  text-align: left;
}
table.team.info tr th {
  padding: 0 2em 1em 0;
  border: none;
}
table.team.info tr td {
  padding: 0 0 1em 0;
}

table.statistics {
  width: 100%;
  max-width: 500px;
}
table.statistics th {
  color: #fff;
  background-color: #000;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.8em;
  vertical-align: middle;
}
table.statistics td {
  border-bottom: 1px solid #ccc;
}
table.statistics td.result {
  text-align: center;
}

div.statistics {
  float: right;
}

a.statistics {
  background-image: url(images/stats.png);
  display: block;
  width: 62px;
  height: 62px;
  text-indent: -2000px;
}

a.statistics:hover {
  background-position: 0 62px;
}

span.charts-settings-switch {
  float: right;
  cursor: pointer;
  /*
  font-size: 80%;
  */
}

span.charts-settings-text:before {
  content: "settings";
  font-size: 75%;
}

/* userselector */
#fp-charts-settings {
  display: none;
}

.user-selector ol {
  margin: 0;
  padding: 0;
  display: block;
  overflow: auto;
  width: 100%;
  height: 150px;
  border: none;
  list-style: none;
}
.user-selector ol li.selected {
  background-color: #e1dfdf;
}

table.prediction-table-questions td, table.prediction-table-questions th {
  padding: 0.2em 0.5em;
}
table.prediction-table-questions td .correct {
  color: #12c312;
}
table.prediction-table-questions td .wrong {
  color: #ff2133;
}
table.prediction-table-questions span.points-awarded {
  display: none;
}

.prediction-table-questions.statistics {
  width: 390px;
}

@media (min-width: 768px) {
  .pie-chart.stats-page {
    max-width: 50%;
  }
}
.shortcode .countdown-shortcode.block {
  text-align: center;
  width: 80%;
}
.shortcode {
  /* todo: at some point remove the fp-scores reference */
}
.shortcode .fp-scores .not-a-valid-prediction span,
.shortcode .fp-match-scores .not-a-valid-prediction span {
  display: none;
}
.shortcode .fp-scores .score.both span.user-score,
.shortcode .fp-match-scores .score.both span.user-score {
  vertical-align: super;
  font-size: 80%;
}
.shortcode .fp-question-scores .question .question-id {
  display: none;
}
.shortcode .fp-question-scores .question .question-nr:before {
  content: "Q ";
}
.shortcode .fp-question-scores tr.question-text {
  display: none;
}

#fp-toasts {
  min-height: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 400px;
  z-index: 10;
}
#fp-toasts .toast {
  background: #d6d8d9;
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  cursor: default;
  margin-bottom: 20px;
  opacity: 0;
  position: relative;
  padding: 10px;
  transform: translateY(15%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  width: 100%;
  will-change: opacity, transform;
  z-index: 1100;
}
#fp-toasts .toast.success {
  background: #26d68a;
}
#fp-toasts .toast.warning {
  background: #ffa533;
}
#fp-toasts .toast.info {
  background: #e5f5fa;
}
#fp-toasts .toast.error {
  background: #f44336;
}
#fp-toasts .toast.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#fp-toasts .toast.hide {
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: all 0.5s ease-in-out;
}
#fp-toasts .toast .close {
  cursor: pointer;
  font-size: 24px;
  height: 16px;
  margin-top: -10px;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 16px;
}

@media (max-width: 767px) {
  #fp-toasts {
    right: 10px;
    bottom: 10px;
    max-width: calc(100vw - 20px);
    z-index: 10;
  }
}
/* generic styles */
td.numeric {
  text-align: right;
}

span.username {
  color: black;
  font-weight: bolder;
}

.nopointer {
  cursor: default !important;
}

label {
  cursor: pointer;
}

.fp-notice.updated, .fp-notice.error {
  display: inherit;
  text-align: center;
  line-height: inherit;
  overflow: hidden;
  padding: 10px;
}

.fp-notice.updated {
  background: #e5f5fa;
  -webkit-box-shadow: 0 0 5px #00a0d2;
  box-shadow: 0 0 5px #00a0d2;
}

.fp-notice.error {
  background: #ffbfbf;
  -webkit-box-shadow: 0 0 5px #f44336;
  box-shadow: 0 0 5px #f44336;
}

.ranking-select-wrapper {
  margin-bottom: 1em;
  clear: both;
}

.ranking-select-block {
  margin-bottom: 1em;
}

/* media queries */
/* mobile */
/* tablet */
/* desktop */
/* everything but mobile portrait */

/*# sourceMappingURL=pool.css.map */
