﻿/* @dark: ~"(prefers-color-scheme: dark)"; */
/* montserrat-italic - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/montserrat-v13-latin-ext-italic.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url('/fonts/montserrat-v13-latin-ext-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/montserrat-v13-latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/montserrat-v13-latin-ext-italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/montserrat-v13-latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/montserrat-v13-latin-ext-italic.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-regular - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/montserrat-v13-latin-ext-regular.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('/fonts/montserrat-v13-latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/montserrat-v13-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/montserrat-v13-latin-ext-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/montserrat-v13-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/montserrat-v13-latin-ext-regular.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-700 - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/montserrat-v13-latin-ext-700.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('/fonts/montserrat-v13-latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/montserrat-v13-latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/montserrat-v13-latin-ext-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/montserrat-v13-latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/montserrat-v13-latin-ext-700.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: #f2f2f2;
  background-image: none;
}
.select {
  position: relative;
  display: block;
  width: 100%;
  height: 3em;
  line-height: 3;
  background: #f2f2f2;
  overflow: hidden;
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0.5em;
  color: black;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #ff0000;
  pointer-events: none;
}
/* Transition */
.select:hover::after {
  color: white;
}
.select::after {
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
#logo {
  width: 300px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
@media only screen and (max-width: 767px) {
  #logo {
    width: 150px;
  }
}
#img-help {
  width: 300px;
}
#champion {
  background-image: url('/images/champion.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#organizer {
  background-image: url('/images/champion.png');
  background-repeat: no-repeat;
  background-position: center;
}
#referee {
  background-image: url('/images/referee.png');
  background-repeat: no-repeat;
  background-position: center;
}
#brackets {
  background-image: url('/images/brackets.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#cancel {
  background-image: url('/images/cancel.png');
  background-repeat: no-repeat;
  background-position: center;
}
#delete {
  background-image: url('/images/delete.png');
  background-repeat: no-repeat;
  background-position: center;
}
#reset {
  background-image: url('/images/reset.png');
  background-repeat: no-repeat;
  background-position: center;
}
#edit {
  background-image: url('/images/edit.png');
}
.icons {
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.icons-left {
  justify-content: flex-start !important;
}
.icons-right {
  justify-content: flex-end !important;
  right: 0;
  left: unset !important;
}
.icon-unlock {
  background-image: url('/images/unlock.png') !important;
}
.icon-lock {
  background-image: url('/images/lock.png') !important;
}
.icon-shape {
  font-size: 32px;
  color: transparent;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  overflow: visible;
  vertical-align: top;
  font-style: normal;
  height: 1em;
  width: 1em;
  mix-blend-mode: multiply;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.icon-shape:before,
.icon-shape:after {
  background-color: white;
  border-color: white;
  color: white;
  content: '';
  position: absolute;
  display: block;
  box-sizing: border-box;
}
#view {
  margin-left: 20px;
}
#view:before {
  width: 0.75em;
  height: 0.75em;
  top: 0.125em;
  left: 0.125em;
  background-color: #ff0000;
  -webkit-border-radius: 0 80% 0 80%;
  -moz-border-radius: 0 80% 0 80%;
  border-radius: 0 80% 0 80%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#view:after {
  width: 0.5em;
  height: 0.5em;
  left: 0.25em;
  top: 0.25em;
  border: 0.125em solid;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
#view:hover:before {
  background-color: #CD0000;
}
.loader {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border: 6px solid #CD0000;
  /* Light grey */
  border-top: 6px solid white;
  /* Blue */
  width: 16px;
  height: 16px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  .loader {
    top: 5px;
    width: 10px;
    height: 10px;
    border: 4px solid #CD0000;
    /* Light grey */
    border-top: 4px solid white;
    /* Blue */
  }
}
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 10px;
  display: inline-block;
}
.checkmark:after {
  content: '';
  display: block;
  width: 15px;
  height: 30px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .checkmark {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    top: 0;
  }
}
@media all {
  #champion {
    background-image: url('/images-dark/champion.png');
  }
  #referee {
    background-image: url('/images-dark/referee.png');
  }
  #brackets {
    background-image: url('/images-dark/brackets.png');
  }
  #cancel {
    background-image: url('/images-dark/cancel.png');
  }
  #delete {
    background-image: url('/images-dark/delete.png');
  }
  #reset {
    background-image: url('/images-dark/reset.png');
  }
  #edit {
    background-image: url('/images-dark/edit.png');
  }
  .icon-unlock {
    background-image: url('/images-dark/unlock.png');
  }
  .icon-lock {
    background-image: url('/images-dark/lock.png');
  }
}
.live {
  display: flex;
  overflow: auto;
  width: 100%;
  flex: 1 auto;
  justify-content: center;
}
.live .wrapper {
  width: 100%;
}
.live table tr:hover {
  background-color: #B9B9B9;
}
@media all {
  .live table tr:hover {
    background-color: #333;
  }
}
.live table .hide {
  display: none !important;
}
.live .livecompetitors {
  width: 100%;
  margin: 10px auto;
  display: flex;
  flex-flow: column;
}
.live .livecompetitors .timer {
  font-weight: bold;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .live .livecompetitors .timer {
    font-size: 18px !important;
  }
}
.live .livecompetitors .nextFight,
.live .livecompetitors .pause {
  width: 24px;
  height: 24px;
}
.live .livecompetitors .currentFight {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 auto;
}
.live .livecompetitors .currentFight .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: green;
  animation-name: fightlive;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.live .livecompetitors .colorPad {
  width: 15px;
  height: 30px;
  border-radius: 3px;
  margin-right: 10px;
}
.live .livecompetitors .colorRed {
  background-color: #CD0000;
}
.live .livecompetitors .colorWhite {
  background-image: url('/images/white.webp');
}
@media all {
  .live .livecompetitors .colorWhite {
    background-image: url('/images/white.webp');
  }
}
@keyframes fightlive {
  0% {
    background-color: green;
  }
  50% {
    background-color: #397326;
  }
  100% {
    background-color: green;
  }
}
.live .livecompetitors tr {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.live .livecompetitors td {
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
}
.live .livecompetitors .looser {
  text-decoration: line-through;
  color: #999;
}
.live .livecompetitors .competitorrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.live .livecompetitors .competitorrow .name {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .live .livecompetitors .competitorrow .name {
    font-size: 16px !important;
  }
}
.live .livecompetitors .competitorrow .desc {
  font-size: 0.9em;
}
@media only screen and (max-width: 767px) {
  .live .livecompetitors .competitorrow .desc {
    font-size: 15px !important;
  }
}
.live .livecompetitors .competitorrow .tinydesc {
  font-size: 0.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.live .livecompetitors .competitorrow .place {
  color: #66b34d;
  font-weight: bold;
}
.live .livecompetitors .competitorrow .info {
  padding: 0px 5px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.live .livecompetitors .competitorrow .info .pause {
  position: absolute;
  bottom: 0;
  right: 0;
}
.live .livecompetitors .competitorrow .left {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}
.live .livecompetitors .competitorrow .right {
  display: flex;
  flex-direction: row;
}
.live .livecompetitors .competitorrow .right .desc {
  font-variant: small-caps;
}
@media only screen and (max-width: 767px) {
  .live .livecompetitors .competitorrow .right .desc {
    font-size: 15px !important;
  }
}
.live .livecompetitors .competitorrow .right .number {
  font-weight: bold;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.live .livecompetitors .competitorrow .right .number .small {
  font-size: 0.4em;
  padding-left: 2px;
}
@media only screen and (max-width: 767px) {
  .live .livecompetitors .competitorrow .right .number {
    font-size: 18px !important;
  }
}
.matinfo {
  bottom: 0;
  width: 100%;
  background-position: top left;
  background-size: cover;
  background-image: url('/images/headerDark.jpg');
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
@media all {
  .matinfo {
    background-color: black;
  }
}
.matinfo input {
  padding: 1em;
  font-size: 1.5em;
  margin: 0;
}
.matinfo .matwrapper {
  display: flex;
  flex: 1 0 auto;
  width: 100%;
}
.matinfo .matwrapper .selected {
  background-color: rgba(25, 152, 57, 0.5);
  border-radius: 10px;
}
.matinfo .matwrapper .name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-shadow: 4px 4px 6px #000000;
}
.matinfo .matwrapper .name h1,
.matinfo .matwrapper .name h5 {
  padding: 0;
  margin: 0;
}
.matinfo .matwrapper .tiles {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .matinfo .matwrapper .tiles {
    flex-direction: column;
  }
}
.matinfo .matwrapper .mata_btn {
  margin: 5px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1 0 auto;
  cursor: pointer;
  font-weight: bold;
}
.matinfo .matwrapper .mata_btn .desc {
  font-size: 1.3em;
}
@media only screen and (max-width: 767px) {
  .matinfo .matwrapper .mata_btn {
    color: white;
    padding: 2px 10px;
  }
}
.matinfo .matwrapper h1 {
  font-size: 2.5em;
}
.matinfo .matwrapper .mata-bkg {
  background-color: #02016e;
  width: 80%;
  height: 80%;
  position: absolute;
  z-index: 0;
}
form.search {
  position: relative;
}
form.search .close {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 30px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 767px) {
  form.search .close {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
.title .label {
  text-transform: unset !important;
  text-shadow: 4px 4px 6px #000000;
}
.announcement {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(9.2px);
  z-index: 3;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.announcement .title {
  font-size: 3em;
  text-transform: uppercase;
  padding: 20px;
  font-weight: bold;
}
.announcement .text {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .announcement .text {
    font-size: 1.5em;
  }
  .announcement b {
    font-size: 1em;
  }
}
.announcement button {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .announcement button {
    font-size: 1.25em;
    padding: 15px 25px;
    width: 150px;
  }
}
.live-right {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.live-right div {
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .live-right div {
    margin: 0 5px;
  }
}
.photos {
  cursor: pointer;
}
.photos img {
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .photos img {
    height: 20px;
  }
}
.brackets img {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .brackets img {
    height: 30px;
  }
}
.brackets .team {
  cursor: pointer;
}
.playerView {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1 0 0;
  background-image: url('/images/tiles3.webp');
  background-position: center;
  background-size: cover;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.playerView .playerCard {
  max-width: 600px;
  display: flex;
  background-image: url('/images/card.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 50px;
  margin-top: 10px;
}
.playerView .playerCard .playerDesc {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin: 0;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
}
.playerView .playerCard .playerPhoto {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 225px;
  height: 300px;
  max-height: 300px;
  max-width: 225px;
  padding: 0 37px;
  z-index: 3;
}
.playerView .playerCard .playerPhoto .placeholder {
  width: 150px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  scale: 100%;
  transition: scale 100ms ease-in-out;
}
.playerView .playerCard .playerPhoto .placeholder:hover {
  scale: 105%;
}
.playerView .playerCard .eventName {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px 65px;
  font-size: 0.75em;
  color: #ccc;
  text-shadow: 2px 2px 3px #000000;
}
@media only screen and (max-width: 767px) {
  .playerView .playerCard .eventName {
    font-size: 1.25em;
  }
}
.playerView .playerCard .eventPlace {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px auto;
  font-size: 0.75em;
  color: #bbb;
  text-shadow: 2px 2px 3px #000000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .playerView .playerCard .eventPlace {
    font-size: 1.25em;
  }
}
.playerView .playerCard .place {
  position: absolute;
  top: 45px;
  left: 28px;
  z-index: 5;
  margin: 0;
  padding: 0;
}
.playerView .playerCard .place .box {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.playerView .playerCard .medal {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.playerView .wrapper {
  max-width: 600px;
  min-width: 260px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 30px 50px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
@media only screen and (max-width: 767px) {
  .playerView .wrapper {
    padding: 0;
  }
}
.playerView .playerDesc {
  margin-top: 20px;
  text-align: center;
}
.playerView .playerDesc .name {
  font-size: 2em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .playerView .playerDesc .name {
    font-size: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .playerView .playerDesc .club {
    font-size: 1.5em;
  }
}
.playerView .place {
  text-align: center;
  margin: 20px;
  font-weight: bold;
  padding: 75px 0px 50px 0px;
  position: relative;
}
.playerView .place .number {
  font-size: 2em;
  z-index: 3;
  position: relative;
  text-shadow: 4px 4px 6px #000000;
}
@media only screen and (max-width: 767px) {
  .playerView .place .number {
    font-size: 3em;
  }
}
.playerView .place .label {
  font-size: 0.75em;
  z-index: 3;
  position: relative;
  text-shadow: 4px 4px 4px #000000;
}
@media only screen and (max-width: 767px) {
  .playerView .place .label {
    font-size: 1.25em;
  }
}
.playerView .place img {
  position: absolute;
  top: -10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
  width: 256px;
}
@media only screen and (max-width: 767px) {
  .playerView .place img {
    top: 0;
    width: 200px;
  }
}
.playerView .progress {
  padding: 20px;
}
.playerView .progress ul {
  border-bottom: dotted #1c1c1c;
  width: unset;
}
@media only screen and (max-width: 767px) {
  .playerView .progress ul em {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .playerView .progress ul {
    font-size: 1.5em;
  }
}
.playerView .progress em {
  color: #eee;
  float: right;
}
@media only screen and (max-width: 767px) {
  .playerView .progress {
    margin: 5px;
  }
}
.playerView .category {
  text-align: center;
  margin: 20px;
}
.playerView .category .desc {
  padding: 0;
  margin: 10px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .playerView .category .desc b {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .playerView .category .desc {
    font-size: 1.5em;
  }
}
.playerView .category a {
  font-size: 1.1em;
  cursor: pointer;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 767px) {
  .playerView .category a {
    font-size: 1.5em;
  }
}
.playerView .viewPlayerPoints {
  min-height: 200px;
}
.playerView .viewPlayerPoints h1 {
  text-align: center;
}
.playerView .viewPlayerPoints p {
  text-align: center;
}
.playerView .viewPlayerPoints .rounds {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.playerView .viewPlayerPoints .round {
  display: inline-flex;
  border-bottom: 1px dotted #CD0000;
}
.playerView .viewPlayerPoints .result {
  display: inline-flex;
  font-weight: bold;
  flex: 1 0 0;
}
.playerView .viewPlayerPoints .result .points {
  display: inline-flex;
  flex: 1 0 0;
  justify-content: center;
}
.playerView .viewPlayerPoints .result .points .point {
  padding: 5px 10px;
}
@media only screen and (max-width: 767px) {
  .playerView .viewPlayerPoints .result .points .point {
    font-size: 16px;
  }
}
.playerView .viewPlayerPoints .result .flag {
  padding: 5px;
  justify-content: center;
  text-align: center;
  flex: 1 0 0;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .playerView .viewPlayerPoints .result .flag {
    font-size: 16px;
  }
}
.playerView .viewPlayerPoints .result .flag img {
  height: 15px;
  margin-left: 5px;
}
.playerView .viewPlayerPoints .title {
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .playerView .viewPlayerPoints .title {
    font-size: 16px;
  }
}
.playerView .teamMembers {
  margin-top: 20px;
  text-align: center;
}
.playerView .teamMembers .tm {
  font-size: 1.5em;
}
@media only screen and (max-width: 767px) {
  .playerView .teamMembers .tm {
    font-size: 2em;
  }
}
.loading .text {
  margin-top: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.progressbar {
  width: 70%;
  margin: 0 auto;
}
.progressbar .bar {
  width: 100%;
  background-color: #333;
  padding: 2px;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.progressbar .fill {
  display: block;
  height: 10px;
  background-color: #a02626;
  border-radius: 3px;
  transition: width 100ms ease-in-out;
}
.chooseBracket {
  overflow: auto;
}
.live-bar-small {
  background-attachment: fixed;
  background-position: top left;
  background-size: cover;
  background-image: url('/images/headerDark.jpg');
  height: 5px;
  width: 100%;
}
.menu img {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .menu img {
    height: 35px;
  }
}
#prompt button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.fancyArrow {
  background-image: url('/images/arrowBlack.webp');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.selectMatInfo {
  text-align: center;
  font-size: 20px;
  align-self: center;
  position: absolute;
  text-shadow: 4px 4px 6px #000000;
}
.selectMatInfo .compType p {
  margin: 0;
  padding: 0;
  color: #CD0000;
  text-transform: uppercase;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .selectMatInfo .compType p {
    font-size: 11px;
  }
}
.selectMatInfo .compType h1 {
  margin-top: 0;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .selectMatInfo .compType h1 {
    font-size: 32px;
  }
}
.selectMatInfo p {
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .selectMatInfo p {
    font-size: 16px;
  }
}
.selectMatInfo small {
  color: #CD0000;
  padding: 0;
  margin: 5px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .selectMatInfo small {
    font-size: 10px;
  }
}
.livekata {
  width: 80%;
  margin: 0 auto;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.livekata .matadesc {
  padding: 10px 0px;
}
.livekata .matadesc .state {
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .livekata .matadesc .state {
    font-size: 16px;
  }
}
.livekata .matadesc .inline {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .livekata .matadesc .desc {
    font-size: 14px;
  }
}
.livekata table .header {
  position: sticky;
}
.livekata table th {
  text-align: left;
  padding: 0px 0px;
  cursor: default;
}
.livekata table th .left {
  display: inline-flex;
  align-items: center;
}
.livekata table th img {
  height: 25px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .livekata table th img {
    height: 20px;
  }
}
.livekata table .right {
  text-align: right;
}
.livekata table tr td {
  padding: 5px 0px;
}
@media only screen and (max-width: 767px) {
  .livekata .katalist {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .livekata .katalist .katacompetitor {
    font-size: 14px;
  }
}
.livekata .katalist .katacompetitor .inline {
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .livekata .katalist .katacompetitor .right {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .livekata .katalist .katacompetitor .points {
    font-size: 14px;
  }
}
.livekata .katalist .katacompetitor .place {
  padding: 5px 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .livekata .katalist .katacompetitor .place {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .livekata .katalist .katacompetitor .name {
    font-size: 16px;
  }
}
.livekata .katalist .katacompetitor .desc {
  font-size: 0.75em;
}
@media only screen and (max-width: 767px) {
  .livekata .katalist .katacompetitor .desc {
    font-size: 10px;
  }
}
.livekata .katalist .looser {
  color: #777 !important;
}
.livekata .katalist .playoffs {
  color: #d6906d !important;
}
.livekata .katalist .winner {
  color: #66b34d !important;
  font-weight: bold;
}
.livekata .katalist .finalbox:nth-child(2) td {
  padding-top: 20px;
}
.livekata .katalist .finalbox:nth-child(3) td {
  padding-bottom: 20px;
}
.livekata .katalist .finalbox:nth-child(4) td {
  padding-top: 20px;
}
.livekata .katalist .finalbox:nth-child(5) td {
  padding-bottom: 20px;
}
.livekata .katalist .other {
  display: table-row;
  transition: none;
  background-color: inherit;
}
.livekata .katalist .other td {
  padding-top: 10px;
  border-bottom: 1px solid #CD0000;
  cursor: default;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .livekata .katalist .other td {
    line-height: 8px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
  }
}
.livekata .katadesc {
  padding: 20px 0px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .livekata .katadesc {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .livekata .teamMembers .tm {
    font-size: 14px;
  }
}
.livekata .ready td {
  color: #66b34d;
}
.leaderboards {
  padding-bottom: 50px;
  overflow: auto;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.leaderboards .places .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.leaderboards .places .place {
  position: relative;
  padding: 5px;
  flex: 1;
  font-weight: bold;
  background-color: #00000047;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .leaderboards .places .place {
    font-size: 1.5em;
  }
}
.leaderboards .places .place.p1 {
  background-image: url('/medal_1.webp');
}
.leaderboards .places .place.p2 {
  background-image: url('/medal_2.webp');
}
.leaderboards .places .place.p3 {
  background-image: url('/medal_3.webp');
}
.leaderboards table .desc {
  text-align: left;
  padding-left: 10px;
}
.leaderboards table .desc .name {
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .leaderboards table .desc .name {
    font-size: 1.5em;
  }
}
.leaderboards table .desc .location {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #969696;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .leaderboards table .desc .location {
    font-size: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .leaderboards table .score {
    font-size: 1.5em;
  }
}
.leaderboards table tr {
  cursor: default;
}
.leaderboards table tr td {
  position: relative;
  padding: 5px 0px;
}
.leaderboards .progressbar {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.leaderboards .progressbar .bar {
  width: 100%;
  height: 100%;
  background-color: #0c0c0c;
  padding: 2px;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.leaderboards .progressbar .fill {
  height: 90%;
  display: block;
  background-color: #0f3529;
  border-radius: 3px;
  transition: width 100ms ease-in-out;
}
.stream-btn {
  display: flex;
  position: relative;
}
.stream-btn .label {
  font-variant: small-caps;
  padding-top: 15px;
  color: #CD0000;
  font-weight: bold;
}
.stream-btn .live-icon {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .stream-btn .live-icon {
    width: 12px;
    height: 12px;
  }
}
.stream-btn .live-icon:before {
  content: "";
  position: relative;
  display: block;
  width: 250%;
  height: 250%;
  box-sizing: border-box;
  margin-left: -75%;
  margin-top: -75%;
  border-radius: 50%;
  background-color: #ff0000;
  animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  -webkit-box-shadow: 0 0 10px 5px #ff0000;
  -moz-box-shadow: 0 0 10px 5px #ff0000;
  box-shadow: 0 0 10px 5px #ff0000;
}
.stream-btn .live-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  border-radius: 50px;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  -webkit-box-shadow: 0 0 5px 2px #ff0000;
  -moz-box-shadow: 0 0 5px 2px #ff0000;
  box-shadow: 0 0 5px 2px #ff0000;
}
@keyframes pulse {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.streamView {
  display: flex;
  justify-content: center;
  height: 100%;
}
@media (orientation: landscape) {
  .streamView {
    flex-direction: row;
  }
}
@media (orientation: portrait) {
  .streamView {
    flex-direction: column;
  }
}
.streamView .hidden {
  display: none;
}
.streamView .player {
  text-align: center;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
}
.streamView .player iframe {
  aspect-ratio: 16/9 auto;
}
.streamView .fnum {
  font-weight: bold;
  font-size: 2em;
}
@media (orientation: portrait) {
  .streamView .fnum {
    display: flex;
    text-align: center;
    justify-content: space-around;
  }
  .streamView .fnum div {
    margin: 5px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .streamView .fnum div {
    font-size: 0.7em;
  }
}
.streamView .info {
  overflow: auto;
}
@media (orientation: landscape) {
  .streamView .info {
    width: 500px;
  }
}
@media (orientation: portrait) {
  .streamView .info {
    max-height: 50%;
  }
}
.streamView .info h3 {
  font-weight: bold;
}
@media (orientation: landscape) {
  .streamView .info .category {
    text-align: left;
  }
}
.streamView .info .fighttype {
  text-align: center;
}
.streamView .info .box {
  margin: 10px;
  padding: 20px;
  border: 1px solid #333;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
@media only screen and (max-width: 767px) {
  .streamView .info .box {
    padding: 5px;
    margin: 2px;
  }
}
.streamView .info .pair {
  display: flex;
  justify-content: space-around;
  position: relative;
  width: 100%;
}
@media (orientation: landscape) {
  .streamView .info .pair {
    flex-direction: column;
  }
}
@media (orientation: portrait) {
  .streamView .info .pair {
    flex-direction: row;
  }
}
.streamView .info .pair p {
  font-weight: bold;
  position: absolute;
}
@media (orientation: landscape) {
  .streamView .info .pair p {
    position: static;
  }
}
@media (orientation: landscape) {
  .streamView .info .pair .playerInfo.left {
    text-align: center;
  }
}
@media (orientation: landscape) {
  .streamView .info .pair .playerInfo.right {
    text-align: center;
  }
}
.streamView .info .pair .competitor {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
@media (orientation: portrait) {
  .streamView .info .pair .competitor:last-child {
    justify-content: flex-end;
  }
}
.streamView .info .pair .competitor .name {
  font-size: 1.5em;
  font-weight: bold;
}
@media (orientation: landscape) {
  .streamView .info .pair .competitor .name {
    text-align: left;
  }
}
@media (orientation: landscape) {
  .streamView .info .pair .competitor .acronym {
    text-align: left;
  }
}
.streamView .info .pair .competitor .color {
  width: 10px;
  height: 100%;
  border-radius: 10%;
  margin: 0px 10px;
}
@media only screen and (max-width: 767px) {
  .streamView .info .pair .competitor .color {
    width: 5px;
  }
}
@media (orientation: landscape) {
  .streamView .info .pair .competitor .color {
    position: absolute;
    right: 0;
  }
}
.streamView .info .pair .competitor .colorRed {
  background-color: red;
}
.streamView .info .pair .competitor .colorWhite {
  background-color: white;
}
.photoService {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  height: 95vh;
  /* #photo, #currentPhoto {
    height: 480px !important;
  } */
}
.photoService .frame {
  position: absolute;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.photoService #video {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.photoService .photoServiceUserData h2 {
  text-align: center;
}
.photoService .mirror {
  transform: scaleX(-1) translateX(50%) !important;
  -webkit-transform: scaleX(-1) translateX(50%) !important;
}
.photoService .photoStatus h2 {
  text-align: center;
}
.photoService .photoStatus .red {
  color: red;
}
.photoService .photoStatus .green {
  color: green;
}
@media only screen and (max-width: 767px) {
  .photoService .photoStatus h2 {
    font-size: 20px;
  }
}
.photoService #startbutton {
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5vh auto;
}
.photoService button,
.photoService input {
  z-index: 2;
}
.photoService button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.photoService button p {
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .photoService button {
    width: 200px;
    padding: 15px;
    font-size: 16px;
  }
}
.photoService .holder {
  height: 480px;
}
.photoService #photo {
  width: 100%;
  height: 95vh;
  object-fit: contain;
}
.photoService #canvas {
  display: none;
}
.photoService .camera {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.photoService .output {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.photoService .userinput {
  padding: 0px 20px;
}
.photoService p {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .photoService input {
    padding: 0.75em;
    font-size: 16px;
  }
  .photoService label {
    font-size: 16px;
  }
  .photoService button p {
    font-size: 14px;
  }
}
.photoServiceVerification {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.photoServiceVerification p {
  font-size: 20px;
}
.photoServiceVerification img {
  height: 200px;
}
.photoServiceVerification .avatar {
  position: relative;
}
.photoServiceVerification .action {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}
.ses-main {
  color: #eee;
  font-weight: bold;
  height: 100%;
  display: flex;
  flex-flow: column;
  flex: 1 0 0;
  overflow: hidden;
}
.ses-main .top {
  display: flex;
  justify-content: space-between;
}
.ses-main p {
  color: white;
  margin: 0;
}
.statBracket {
  cursor: default;
}
@media print {
  .ses-main p {
    color: black;
  }
}
.ses-main .small {
  font-size: 12px;
}
.ses-main .ses {
  overflow: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .ses-main .ses {
    justify-content: unset;
  }
}
.ses-main .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #444;
}
@media print {
  .ses-main .bottom {
    color: rgba(1, 1, 1, 0.1);
  }
}
.ses-main .buttons {
  display: flex;
}
@media print {
  .ses-main .buttons {
    display: none;
  }
}
.ses-main button {
  margin: 0 10px;
}
.brackets {
  white-space: nowrap;
  position: relative;
  margin: 0px 20px;
}
.brackets .group {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.brackets .of3 {
  flex-direction: column;
}
.brackets .roundOf3 {
  display: flex;
  flex-direction: row;
}
.brackets .roundOf3 .center {
  margin-bottom: 0 !important;
}
.brackets .roundName {
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.brackets .brackets3rd {
  position: absolute;
  bottom: 0;
  right: 0;
}
.brackets .brackets3rd .team {
  z-index: 3;
}
.brackets .brackets3rd .info1,
.brackets .brackets3rd .info2 {
  z-index: 3;
}
.brackets .brackets3rd .final .center {
  margin-bottom: 1em;
}
.brackets .bracketbox {
  flex-direction: row;
  display: flex;
  flex: 1 1 0;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  position: relative;
}
.brackets .bracketbox.finalclose {
  flex: unset;
}
.brackets .info1,
.brackets .info2 {
  color: white;
  position: absolute;
  margin: auto 0;
  font-size: 12px;
}
.brackets .info1 {
  left: 10px;
}
.brackets .info2 {
  right: 10px;
}
.brackets .above {
  padding-bottom: 25px;
}
.brackets .beyond {
  padding-top: 25px;
}
.brackets .down {
  padding: 5px 0px;
  margin-bottom: -11px;
  height: 50%;
  width: 0px;
  align-self: flex-end;
  border: 1px solid white;
}
.brackets .up {
  padding: 5px 0px;
  margin-top: -11px;
  height: 50%;
  width: 0px;
  align-self: flex-start;
  border: 1px solid white;
}
.brackets .both {
  border: 1px solid white;
  height: 100px;
  width: 0px;
}
.brackets .line {
  border: 1px solid white;
  width: 30px;
  height: 0px;
}
.brackets .team {
  background-color: rgba(155, 155, 155, 0.25);
  display: flex;
  flex: 1 1 0;
  padding: 5px;
  overflow: hidden;
  border-radius: 5px;
  flex-direction: column;
}
.brackets .team .name {
  display: block;
}
@media only screen and (max-width: 767px) {
  .brackets .team .name {
    font-size: 1.4em;
  }
}
.brackets .team .desc {
  display: block;
  font-size: 0.75em;
}
@media only screen and (max-width: 767px) {
  .brackets .team .desc {
    font-size: 0.9em;
  }
}
.brackets .team.outlineFight {
  background-color: #194324;
}
.brackets .team.looser {
  background-color: rgba(0, 0, 0, 0.25);
  filter: brightness(0.5);
}
.brackets .team.edit {
  cursor: pointer;
}
.brackets .team.edit:hover {
  background-color: #aaa;
}
.brackets .selected {
  background-color: #777;
}
.brackets .teama {
  border: 1px solid black;
}
.brackets .teamb {
  border: 1px solid black;
  border-top: 0;
}
.brackets .teamc {
  border: 1px solid black;
  height: 50px;
  padding: 0;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .brackets .teamc {
    height: 40px;
  }
}
.brackets .pair {
  display: flex;
  flex-direction: column;
  height: 100px;
  min-width: 200px;
  flex: 1 1 0;
}
@media only screen and (max-width: 767px) {
  .brackets .pair {
    height: 80px;
    min-width: 140px;
  }
}
.brackets .removed {
  text-decoration-line: line-through;
}
.brackets .pair.halfempty {
  height: 50px;
}
.brackets .pair.halfempty:first-child {
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .brackets .pair.halfempty {
    height: 40px;
  }
  .brackets .pair.halfempty:first-child {
    height: 30px;
  }
}
.brackets .firstpair {
  flex-direction: column;
  display: flex;
  flex: 1 1 0;
  justify-content: center;
}
.brackets .r1 .firstpair {
  flex: unset;
}
.brackets .final {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  flex: 1 1 0;
  z-index: 10;
  margin: 15px 0px;
}
.brackets .final .team {
  padding: 5px;
  background-image: url('/medal_1.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  background-size: auto;
  background-color: rgba(155, 155, 155, 0.25);
}
@media only screen and (max-width: 767px) {
  .brackets .final {
    min-width: 140px;
  }
}
.brackets .round {
  display: flex;
  flex-direction: column;
}
@media print {
  .brackets .line,
  .brackets .up,
  .brackets .down {
    border: 1px solid black;
  }
  .brackets .r1 .up,
  .brackets .r1 .down {
    height: 50px;
  }
  .brackets .roundName {
    color: black;
  }
  .brackets .info1,
  .brackets .info2 {
    color: rgba(0, 0, 0, 0.4) !important;
  }
}
.displayBracket {
  display: flex;
  flex: 1 0 0;
  overflow: hidden;
  position: relative;
}
.displayBracket .track {
  transition: none !important;
  background-color: #CD0000 !important;
  color: white;
}
.bracketElement {
  margin: 20px 30px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
@media only screen and (max-width: 767px) {
  .bracketElement {
    margin: 10px;
  }
}
.bracketElement .groupElement {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.bracketElement .groupName {
  font-weight: bold;
  background-color: #1c1c1c;
  padding: 20px 10px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .bracketElement .groupName div {
    font-size: 1.5em;
  }
}
@media all {
  .bracketElement .groupName {
    background-color: #222 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .bracketElement .groupName {
    background-color: #222 !important;
  }
}
.bracketElement .groupWeights {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
  background-color: #121212;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
@media only screen and (max-width: 767px) {
  .bracketElement .groupWeights {
    padding: 5px;
  }
}
.bracketElement .groupWeights p {
  background-color: #CD0000;
  font-weight: bold;
  padding: 30px 25px;
  margin: 10px;
  white-space: nowrap;
  width: 150px;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .bracketElement .groupWeights p {
    padding: 20px 15px;
    font-size: 1.25em;
  }
}
.fightview {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.94);
  z-index: 10;
  display: flex;
  justify-content: center;
}
.fightview .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 20px;
}
.fightview .content h1 {
  text-align: center;
}
.fightview .content .views {
  display: flex;
  justify-content: space-around;
  overflow: auto;
}
.fightview .content .views .player .name {
  font-size: 2em;
}
.fightview .content .views .player .win {
  color: #66b34d;
}
.fightview .content .views .player .loose {
  color: #CD0000;
}
.fightview .content .views .timeline {
  background-color: #000000;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.fightview .content .views .timeline .event {
  display: flex;
  padding: 5px;
  border-bottom: 1px solid #CD0000;
}
.fightview .content .views .timeline .event .time {
  font-weight: bold;
}
.fightview .content .views .timeline .event .type {
  padding: 0px 10px;
}
.fightview .timeInfo {
  display: flex;
  justify-content: center;
}
.confetti-emitter {
  visibility: hidden;
  background-color: #222;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 40%;
  left: 0%;
}
.confetti-dot-container {
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  z-index: 5000;
  pointer-events: none;
}
.confetti-dot {
  position: absolute;
  pointer-events: none;
  /*performance optimization*/
}
.cover-art {
  width: 100%;
  height: 100%;
  background-image: url('/images/cover-art.webp');
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -1;
}
.welcomeScreen {
  overflow: auto;
  padding: 20px 0px;
}
.welcomeScreen .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.welcomeScreen .content h1 {
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  text-shadow: 4px 4px 6px #000000;
}
.welcomeScreen .content .wrap {
  margin: 0px 40px;
}
.welcomeScreen .content .event {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  max-width: 700px;
  background-image: url('laur.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  background-size: cover;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.welcomeScreen .content .event .title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 10px;
  text-shadow: 4px 4px 6px #000000;
}
.welcomeScreen .content .event .place {
  text-align: center;
  font-weight: bold;
  text-shadow: 4px 4px 6px #000000;
}
.welcomeScreen .content .event .date {
  text-align: center;
  font-weight: bold;
  text-shadow: 4px 4px 6px #000000;
}
.welcomeScreen .content .event .eventStatus {
  margin-top: 20px;
  text-align: center;
}
.welcomeScreen .content .event .eventInfo {
  text-align: center;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 2px;
}
.welcomeScreen .content .features {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 700px;
  padding: 40px 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}
.welcomeScreen .content .features .title {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #CD0000;
  font-weight: bold;
  text-align: center;
}
.welcomeScreen .content .news {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 20px;
  max-width: 700px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}
.welcomeScreen .content .news h1 {
  margin-top: 0;
  border-bottom: 1px solid #CD0000;
}
.previewList {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.previewList .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1 1 0;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .previewList .wrapper {
    flex-direction: column;
    padding: 10px;
  }
}
.previewList .types {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex: 1 1 0;
}
@media only screen and (max-width: 767px) {
  .previewList .types {
    flex-direction: column;
    padding: 10px;
  }
}
.previewList .typebox {
  background-position: center;
  background-size: cover;
  display: flex;
  flex: 1;
  margin: 30px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  max-height: 500px;
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .previewList .typebox {
    margin: 10px;
  }
}
.previewList .typebox.kata {
  background-image: url('/images/headerDark.jpg');
}
.previewList .typebox.kumite {
  background-image: url('/images/headerDark.jpg');
}
.previewList .typebox .name {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  text-shadow: 10px 10px 12px #000000;
  font-size: 5em;
}
@media print {
  .stats {
    width: 100vw;
    color: black;
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari 6 â€“ 15.3, Edge */
    color-adjust: exact !important;
    /* Firefox 48 â€“ 96 */
    print-color-adjust: exact !important;
    /* Firefox 97+, Safari 15.4+ */
  }
}
@page {
  size: A4 portrait;
  margin: 40px;
}
@page :first {
  margin: 0;
  page-break-inside: avoid;
}
.stats .stat-box {
  margin: 40px 40px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .stats .stat-box {
    margin: 5px 5px;
  }
}
.stats .stat-box .section {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 10px;
}
.stats .stat-box .label {
  font-size: 1.25em;
  font-weight: bold;
  padding: 5px;
}
.stats .stat-box .place {
  text-indent: 2em;
}
.stats .stat-box .place .moreInfo {
  margin-left: 1em;
}
.stats p {
  padding: 0;
  margin: 5px 0px;
}
.stats h1 {
  font-size: 1.5em;
  border-bottom: 1px solid #ff0000;
  -webkit-user-select: unset;
  /* Chrome all / Safari all */
  -moz-user-select: unset;
  /* Firefox all */
  -ms-user-select: unset;
  /* IE 10+ */
  user-select: unset;
  /* Likely future */
}
.stats .stat-groups .stat-box {
  align-items: flex-start;
}
.stats .stat-clubs .stat-box {
  align-items: flex-start;
}
.stats .stat-clubs a.club {
  display: block;
  cursor: pointer;
  margin-left: 50px;
}
.stats .frontPage {
  text-align: center;
  background-image: url('/images/bkg.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.stats .frontPage .leaderboards {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
@media print {
  .stats .frontPage .leaderboards table {
    width: auto !important;
  }
  .stats .frontPage .leaderboards table tr,
  .stats .frontPage .leaderboards table th {
    color: white;
  }
  .stats .frontPage .leaderboards .clubdesc p {
    color: black;
  }
  .stats .frontPage .leaderboards .clubplace {
    background-color: unset !important;
    color: white;
  }
  .stats .frontPage .leaderboards .clubname {
    color: white;
  }
  .stats .frontPage .leaderboards .clublocation {
    color: #333;
  }
  .stats .frontPage .leaderboards .clubscore {
    color: white;
  }
  .stats .frontPage .leaderboards .clubdesc,
  .stats .frontPage .leaderboards .leaderborddesc {
    color: white;
  }
  .stats .frontPage .leaderboards .clubplaces {
    color: white;
  }
  .stats .frontPage .leaderboards .clubplaces .clubplace {
    padding: 15px;
  }
  .stats .frontPage .leaderboards .bar {
    background-color: #0a0a0a !important;
  }
}
@media print {
  .stats .frontPage {
    width: 210mm;
    height: 297mm;
    color: white;
    min-height: 100vh;
    min-width: 100vw;
  }
}
.stats .frontPage .wrapper {
  padding: 100px;
}
.stats .frontPage .desc {
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #999;
}
.stats .frontPage .name {
  font-size: 2.2em;
  font-weight: bold;
  text-shadow: 2px 2px 2px #999;
  margin-top: 20px;
}
.stats .frontPage .location {
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #999;
}
.stats .frontPage .clubInfo {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.stats .frontPage .event .eventName {
  text-shadow: 2px 2px 2px #999;
  font-size: 1.25em;
}
.stats .frontPage .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  color: #CD0000;
}
.stats .frontPage .places {
  padding: 60px;
  font-size: 1em;
  text-shadow: rgba(255, 255, 255, 0.9) 0px 0px 8px;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.stats .frontPage .places img {
  width: 220px;
}
.stats .frontPage .places .placeBox {
  position: relative;
}
.stats .frontPage .places .placeBox .place {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 6em;
  line-height: 2.2em;
}
.stats .frontPage .places .placeBox:first-child {
  margin-top: 100px;
}
.stats .frontPage .places .placeBox:last-child {
  margin-top: 100px;
}
.stats .summary {
  margin: 40px 0px;
}
.stats .summary h1 {
  text-align: center;
  text-transform: uppercase;
}
@media print {
  .stats .summary h1 {
    margin-right: 80px;
  }
}
.stats .summary .summaryCount {
  text-align: center;
  margin-bottom: 40px;
}
@media print {
  .stats .summary .summaryCount {
    margin-right: 80px;
  }
}
.stats .summary .summaryCount .count {
  font-size: 3em;
  font-weight: bold;
}
.stats .summary .label {
  text-align: center;
  font-weight: bold;
}
@media print {
  .stats .summary .label {
    margin-right: 80px;
  }
}
.stats .summary .group {
  break-inside: avoid;
}
.stats .summary .summaryGroup {
  page-break-after: always;
}
.stats_event .frontPage {
  text-align: center;
  background-image: url('/images/bkg.webp');
}
.stats_event .frontPage .clubInfo {
  background-color: rgba(0, 0, 0, 0.6);
}
.stats_event .frontPage h1 {
  border: none;
}
.stats_event .frontPage .footer {
  display: flex;
  justify-content: center;
}
.stats_event .frontPage .footer p {
  color: #ddd;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.stats_event .stat-box {
  margin: 0;
  padding: 10px;
  padding-bottom: 0px;
}
.stats_event h1,
.stats_event h3 {
  text-align: center;
  padding: 0;
  margin: 0;
}
.stats_event .details {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
}
.stats_event .details .det {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0px 5px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.stats_event .details .det:first-child {
  margin-left: 0;
}
.stats_event .details .det:last-child {
  margin-right: 0;
}
.stats_event .details .det .desc {
  font-size: 1em;
}
.stats_event .details .det .val {
  font-size: 4em;
  font-weight: bold;
}
.stats_leaderboards.leaderboards {
  padding: 20px 0px;
  overflow: auto;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  border-radius: 5px;
  margin-top: 10px;
}
.stats_leaderboards.leaderboards .clubplaces .clubplaces-container {
  display: flex;
}
.stats_leaderboards.leaderboards .clubplaces .clubplace {
  position: relative;
  padding: 5px;
  flex: 1;
  font-weight: bold;
  background-color: #00000047;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .stats_leaderboards.leaderboards .clubplaces .clubplace {
    font-size: 1.5em;
  }
}
.stats_leaderboards.leaderboards .clubplaces .clubplace.p1 {
  background-image: url('/medal_1.webp');
}
.stats_leaderboards.leaderboards .clubplaces .clubplace.p2 {
  background-image: url('/medal_2.webp');
}
.stats_leaderboards.leaderboards .clubplaces .clubplace.p3 {
  background-image: url('/medal_3.webp');
}
.stats_leaderboards.leaderboards table .club .clubdesc {
  text-align: left;
  padding-left: 10px;
}
.stats_leaderboards.leaderboards table .club .clubdesc .clubname {
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .stats_leaderboards.leaderboards table .club .clubdesc .clubname {
    font-size: 1.5em;
  }
}
.stats_leaderboards.leaderboards table .club .clubdesc .clublocation {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #969696;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .stats_leaderboards.leaderboards table .club .clubdesc .clublocation {
    font-size: 8px;
  }
}
.stats_leaderboards.leaderboards table th {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .stats_leaderboards.leaderboards table .clubscore {
    font-size: 1.5em;
  }
}
.stats_leaderboards.leaderboards table tr {
  cursor: default;
}
.stats_leaderboards.leaderboards table tr td {
  position: relative;
  padding: 5px 0px;
}
.stats_leaderboards.leaderboards .progressbar {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.stats_leaderboards.leaderboards .progressbar .bar {
  width: 100%;
  height: 100%;
  background-color: #0c0c0c;
  padding: 2px;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.stats_leaderboards.leaderboards .progressbar .fill {
  height: 90%;
  display: block;
  background-color: #0f3529;
  border-radius: 3px;
  transition: width 100ms ease-in-out;
}
.stats_leaderboards.leaderboards .leaderborddesc {
  padding-top: 5px;
  font-size: 0.7em;
}
@media print {
  .stats_leaderboards.leaderboards {
    overflow: unset;
  }
  .stats_leaderboards.leaderboards table {
    width: 95% !important;
  }
  .stats_leaderboards.leaderboards table tr {
    width: auto !important;
    color: black;
  }
  .stats_leaderboards.leaderboards td,
  .stats_leaderboards.leaderboards th {
    color: black;
  }
  .stats_leaderboards.leaderboards .clubdesc {
    margin-top: 50px;
  }
  .stats_leaderboards.leaderboards .clubdesc p {
    color: black;
  }
  .stats_leaderboards.leaderboards .clubplace {
    padding: 0;
    background-color: unset !important;
    color: black;
  }
  .stats_leaderboards.leaderboards .clubname {
    color: white;
  }
  .stats_leaderboards.leaderboards .clublocation {
    color: #333;
  }
  .stats_leaderboards.leaderboards .clubscore {
    width: 1%;
    color: black;
  }
  .stats_leaderboards.leaderboards .clubdesc,
  .stats_leaderboards.leaderboards .leaderborddesc {
    color: black;
  }
  .stats_leaderboards.leaderboards .clubplaces {
    padding: 0px 15px;
    color: black;
  }
  .stats_leaderboards.leaderboards .clubplaces .clubplace {
    padding: 15px;
  }
  .stats_leaderboards.leaderboards .bar {
    background-color: #999 !important;
  }
}
.stats_leaderboards_print.printMode {
  background-color: white;
  color: black;
  user-select: unset !important;
  width: 185mm;
  margin: 0 auto;
}
.stats_leaderboards_print.printMode h1,
.stats_leaderboards_print.printMode h2 {
  text-align: center;
  user-select: unset !important;
}
.stats_leaderboards_print.printMode h1 {
  font-size: 1.5em;
}
.stats_leaderboards_print.printMode h2 {
  font-size: 1.2em;
}
.stats_leaderboards_print.printMode .stats_leaderboards {
  user-select: unset !important;
}
.stats_leaderboards_print.printMode table td,
.stats_leaderboards_print.printMode table tr,
.stats_leaderboards_print.printMode table th {
  color: black;
}
.stats_leaderboards_print.printMode table tr {
  border-bottom: 1px solid black;
}
.stats_leaderboards_print.printMode table td.clubplace {
  width: 5%;
}
.stats_leaderboards_print.printMode .progressbar {
  display: none;
}
.stats_leaderboards_print.printMode .clubplace {
  background-color: unset !important;
  background-image: unset !important;
}
.logo {
  content: url('/images/idojo.webp');
  height: 82px;
  width: 200px;
}
.output .frontPage {
  background-image: none !important;
}
.output .stats .wrapper {
  padding-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .output .stats .wrapper {
    padding: 10px 0px;
  }
}
.output .stats .footer p {
  display: none;
}
.output .stats .leaderborddesc {
  text-align: left;
}
.output .topPlayersContainer {
  background-image: url('/images/bkg2.webp');
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6);
}
.output .topPlayersContainer .spacer {
  height: 40px;
}
.output sub {
  display: block;
  text-align: center;
  padding: 10px;
}
.output .topPlayers {
  display: flex;
  justify-content: space-around;
  -webkit-box-shadow: inset 0 0 100px black;
  -moz-box-shadow: inset 0 0 100px black;
  box-shadow: inset 0 0 100px black;
}
@media only screen and (max-width: 767px) {
  .output .topPlayers {
    flex-direction: column;
  }
}
.output .topPlayers .stat-groups {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 10px;
  margin: 40px 0px;
}
@media only screen and (max-width: 767px) {
  .output .topPlayers .stat-groups b,
  .output .topPlayers .stat-groups p {
    font-size: 16px;
  }
  .output .topPlayers .stat-groups p {
    padding: 10px 0px;
  }
}
.output .topPlayers .label {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-shadow: 4px 4px 10px black;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
}
.output .topPlayers .label .text {
  text-align: center;
  font-size: 4em;
}
.output .topPlayers .label .desc small {
  color: #ff0000;
  padding: 0;
}
.output .topPlayers .pdesc {
  display: inline-block;
  font-size: 0.75em;
}
@media only screen and (max-width: 767px) {
  .output .topPlayers .pdesc,
  .output .topPlayers .pdesc b {
    font-size: 12px;
  }
}
.output .topPlayers.last {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .output .topPlayers.last {
    flex-direction: column;
  }
}
.output .summaryGroup .headerbar {
  margin-top: 20px;
  background-image: url('card.webp');
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 40px;
}
.output .summaryGroup .headerbar .text {
  font-size: 2em;
  text-align: center;
  text-shadow: 4px 4px 10px black;
}
.output .podiumParent {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.output .podium {
  flex: 1 0 31%;
  /* Grow, shrink, basis */
  box-sizing: border-box;
  /* Includes padding/border in width */
  margin: 1%;
  /* Optional spacing between items */
  max-width: 31%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .output .podium {
    flex: 1 0 48%;
    max-width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .output .podium {
    flex: 1 0 99%;
    max-width: 99%;
  }
}
.output .podium.stat-box {
  align-items: unset !important;
}
.output .podium .category {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 0.8em;
  border-top: 2px solid black;
  border-radius: 0px 0px 10px 10px;
  background-color: #141414;
}
@media only screen and (max-width: 767px) {
  .output .podium .category .catdesc {
    font-size: 1.4em;
  }
}
.output .podium .places {
  display: flex;
}
.output .podium .places .place {
  flex: 1 0 33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  text-indent: unset !important;
}
.output .podium .places .place .playerName {
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .output .podium .places .place .playerName {
    font-size: 1.5em;
  }
}
.output .podium .places .place .clubInfo {
  font-size: 0.75em;
  text-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .output .podium .places .place .clubInfo {
    font-size: 1em;
  }
}
.output .podium .places .box {
  text-align: center;
  -webkit-box-shadow: inset 0 0 10px black;
  -moz-box-shadow: inset 0 0 10px black;
  box-shadow: inset 0 0 10px black;
  background-color: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.output .podium .places .box .boxPlace {
  font-weight: bold;
  font-size: 1.5em;
}
.output .podium .places .p1 {
  order: 2;
  color: #fcba03;
}
.output .podium .places .p1 .box {
  height: 70px;
}
.output .podium .places .p2 {
  order: 1;
  color: #ddd;
}
.output .podium .places .p2 .box {
  height: 50px;
}
.output .podium .places .p3 {
  order: 3;
  color: #99602d;
}
.output .podium .places .p3 .box {
  height: 30px;
}
.output .statBracket {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 10;
}
.output .statBracket .logo {
  text-align: center;
  align-self: center;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .output .statBracket .logo {
    height: 41px;
    width: 100px;
  }
}
.output .statBracket.show {
  display: flex;
  flex-direction: column;
}
.output .statBracket button {
  margin-top: 30px;
  margin-bottom: 30px;
}
.output footer {
  text-align: center;
  padding: 20px;
  background-image: url('card.webp');
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.7);
  text-shadow: 4px 4px 10px black;
}
.output footer p {
  color: #CD0000;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .output footer p {
    font-size: 2em;
    margin: 5px;
  }
}
.output .leaderboards h1 {
  font-size: 2.5em;
}
.eventHeader {
  background-image: url('card.webp');
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .eventHeader {
    padding: 40px 10px;
  }
}
header {
  background-image: none !important;
  padding-top: 10px !important;
}
header img {
  width: 200px;
}
/* montserrat-italic - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/montserrat-v13-latin-ext-italic.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url('/fonts/montserrat-v13-latin-ext-italic.eot?#iefix') format('embedded-opentype'),  url('/fonts/montserrat-v13-latin-ext-italic.woff2') format('woff2'),  url('/fonts/montserrat-v13-latin-ext-italic.woff') format('woff'),  url('/fonts/montserrat-v13-latin-ext-italic.ttf') format('truetype'),  url('/fonts/montserrat-v13-latin-ext-italic.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-regular - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/montserrat-v13-latin-ext-regular.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('/fonts/montserrat-v13-latin-ext-regular.eot?#iefix') format('embedded-opentype'),  url('/fonts/montserrat-v13-latin-ext-regular.woff2') format('woff2'),  url('/fonts/montserrat-v13-latin-ext-regular.woff') format('woff'),  url('/fonts/montserrat-v13-latin-ext-regular.ttf') format('truetype'),  url('/fonts/montserrat-v13-latin-ext-regular.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-700 - latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/montserrat-v13-latin-ext-700.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('/fonts/montserrat-v13-latin-ext-700.eot?#iefix') format('embedded-opentype'),  url('/fonts/montserrat-v13-latin-ext-700.woff2') format('woff2'),  url('/fonts/montserrat-v13-latin-ext-700.woff') format('woff'),  url('/fonts/montserrat-v13-latin-ext-700.ttf') format('truetype'),  url('/fonts/montserrat-v13-latin-ext-700.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
* {
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 767px) {
  * {
    font-size: 10px;
  }
}
html {
  height: 100%;
}
body {
  background: white;
  margin: 0;
  height: 100%;
}
@media all {
  body {
    background: black;
    color: #eee;
  }
}
body ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body ::-webkit-scrollbar-thumb {
  background: #ff0000;
  border: none;
}
body ::-webkit-scrollbar-track {
  background: #eee;
  border: none;
}
body ::-webkit-scrollbar-corner {
  background: transparent;
}
.main {
  display: flex;
  flex-flow: column;
  height: 100vh;
  height: 100dvh;
}
.center {
  text-align: center;
}
.center-0 {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.center-1 {
  display: table-cell;
  vertical-align: middle;
}
.center-1 .container {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  text-align: center;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.center-1 .container:before,
.center-1 .container:after {
  content: "";
  display: block;
  clear: both;
}
.center-1 .container a {
  display: block;
}
.center-1 .container .chooselogin {
  height: 150px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .center-1 .container .chooselogin {
    height: 100px;
    margin: 40px auto;
  }
}
@media only screen and (max-width: 767px) {
  .center-1 .container {
    max-width: 250px;
    padding: 20px;
  }
}
@media all {
  .center-1 .container {
    background: rgba(0, 0, 0, 0.9);
  }
}
.center-1 .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.center-1 .form .up {
  order: 1;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .center-1 .form .up .login-help h2 {
    margin: 5px 0;
  }
}
.center-1 .form .down {
  order: 2;
  width: 100%;
}
a {
  color: #CD0000;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
}
ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
li {
  position: relative;
  list-style: none;
  padding: 15px;
  border-bottom: #eee solid 1px;
}
@media only screen and (max-width: 767px) {
  li {
    padding: 5px;
  }
}
hr {
  border: 1px solid #ff0000;
  margin: 0;
}
h1,
h2,
h3 {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
small {
  padding: 0px 5px;
}
input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
@media only screen and (max-width: 767px) {
  input {
    font-size: 10px;
    padding: 1.15em;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: #f2f2f2;
}
@media all {
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #1c1c1c inset !important;
    -webkit-text-fill-color: #eee;
    background-color: #1c1c1c;
    color: #eee;
  }
}
input:-moz-autofill,
input:-moz-autofill:hover,
input:-moz-autofill:focus,
input:-moz-autofill:active,
input:-ms-autofill,
input:-ms-autofill:hover,
input:-ms-autofill:focus,
input:-ms-autofill:active,
input:-o-autofill,
input:-o-autofill:hover,
input:-o-autofill:focus,
input:-o-autofill:active {
  background-color: #f2f2f2;
}
@media all {
  input:-moz-autofill,
  input:-moz-autofill:hover,
  input:-moz-autofill:focus,
  input:-moz-autofill:active,
  input:-ms-autofill,
  input:-ms-autofill:hover,
  input:-ms-autofill:focus,
  input:-ms-autofill:active,
  input:-o-autofill,
  input:-o-autofill:hover,
  input:-o-autofill:focus,
  input:-o-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #1c1c1c inset;
    -moz-box-shadow: 0 0 0 1000px #1c1c1c inset;
    box-shadow: 0 0 0 1000px #1c1c1c inset;
    background-color: #1c1c1c;
    color: #eee;
  }
}
@media all {
  input,
  select,
  textarea {
    background: #1c1c1c;
    color: #eee;
  }
  input::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #aaa;
  }
}
button {
  display: block;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  outline: 0;
  width: 200px;
  padding: 15px;
  font-size: 14px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  /*  background: @color-main;
  border: 0;
  color: white; */
  font-weight: bold;
}
button p {
  margin: 0;
  padding: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media only screen and (max-width: 767px) {
  button p {
    font-size: 9px;
  }
}
button:hover {
  background: #CD0000;
  color: white;
}
@media only screen and (max-width: 767px) {
  button {
    width: 200px;
    padding: 15px;
    font-size: 12px;
  }
}
@media all {
  button {
    color: #eee;
  }
}
button.active {
  background-color: #034000;
  border: 2px solid green;
}
button {
  background: white;
  color: black;
  border: 1px solid #ff0000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  background: #280808;
}
button:hover {
  background: #ff0000;
  color: white;
}
@media all {
  button {
    color: white;
    background: #280808;
  }
}
.no-border-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.master-table {
  margin-top: 50px;
}
.master-table td:nth-child(1) {
  width: 5%;
}
.master-table td:nth-child(2) {
  width: 30%;
}
.master-table td:nth-child(3) {
  width: 20%;
}
.master-table td:nth-child(4) {
  width: 5%;
}
.master-table td:nth-child(5) {
  width: 25%;
}
.master-table td:nth-child(6) {
  width: 15%;
}
.master-table:first-of-type {
  margin-top: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}
table tr {
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
table tr.even {
  background-color: #f2f2f2;
}
@media all {
  table tr.even {
    background-color: #1c1c1c;
  }
}
table tr.odd {
  background-color: white;
}
@media all {
  table tr.odd {
    background-color: #111;
  }
}
table tr.hovered {
  background-color: #B9B9B9;
}
@media all {
  table tr.hovered {
    background-color: #333;
  }
}
table .editview {
  font-weight: bold;
  color: #CD0000;
  display: none;
}
table .editvisible {
  display: table-row !important;
}
table th {
  padding: 20px;
  margin: 0;
  border: 0;
  cursor: pointer;
}
table th:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  table th {
    padding: 10px;
  }
}
table tr.transparent th {
  padding: 0;
  line-height: 0;
}
table td {
  position: relative;
  text-align: center;
  padding: 20px 0px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media only screen and (max-width: 767px) {
  table td {
    padding: 10px 0px;
  }
}
table h2 {
  color: #B9B9B9;
  vertical-align: middle;
  text-align: center;
  padding: 60px 0px;
  cursor: default !important;
}
@media only screen and (max-width: 767px) {
  table h2 {
    padding: 30px 0px;
  }
}
table td input {
  position: absolute;
  top: 0;
  left: 0;
}
table .savediscard {
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
}
table .savediscard button {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  table .savediscard button {
    min-width: 40px;
  }
}
table .savediscard button.icon {
  width: auto;
  height: auto;
  margin: 0;
}
table .icons {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: flex-start;
}
table .icons button {
  width: 60px;
  flex-grow: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  table .icons button {
    width: 40px;
  }
}
table #cancel,
table #delete {
  background-size: 20px;
}
table input {
  margin: 0;
  text-align: center;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  table input {
    padding: 10px;
  }
}
table button {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  table button {
    padding: 11px;
  }
}
.status {
  padding-left: 10px;
  border-left: 4px solid #ff0000;
}
.status p {
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.status small {
  padding: 0;
  font-weight: normal;
}
.lastedit {
  display: flex;
}
.lastedit small {
  padding: 0;
  font-variant: normal;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .lastedit small {
    font-size: 10px;
  }
}
.editable-form {
  position: relative;
}
.editable-form .msgbox {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #CD0000;
}
.transparent {
  opacity: 0 !important;
}
.visible {
  opacity: 1 !important;
}
.flex-inline {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.flex-inline button {
  display: inline-block;
  margin: 0;
}
.flex-justify-no {
  justify-content: unset !important;
}
.flex-start {
  justify-content: flex-start !important;
}
.flex-around {
  justify-content: space-around !important;
}
.flex-align-start {
  align-items: flex-start !important;
}
.grow-1 {
  flex-grow: 1;
}
.grow-2 {
  flex-grow: 2;
}
.spacer {
  height: 5px;
  width: 100%;
  background-color: black;
}
.no-margin {
  margin: 0 !important;
}
.margin-top {
  margin-top: 10px;
}
.margin-top-big {
  margin-top: 50px !important;
}
.auto-width {
  width: auto !important;
}
.half-width {
  width: 50% !important;
}
.auto-height {
  height: auto !important;
}
small {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
em {
  color: #ff0000;
  font-style: normal;
  font-weight: bold;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.bold {
  font-weight: bold;
}
.color-main {
  color: #ff0000;
}
.form-big {
  width: 80%;
  margin: 20px auto;
}
.form-big .col {
  display: inline-flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
.form-big .col pre {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.form-big .col pre .color-main {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .form-big .col {
    display: block;
  }
  .form-big .col pre {
    text-align: center;
  }
}
.form-big label.tiny {
  width: 80px;
}
.form-big .col-2 label {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .form-big .col-2 label {
    width: unset;
  }
}
.form-big .toggle label {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .form-big .toggle label {
    width: 50%;
    min-width: 50px;
  }
}
.form-big .col-3 label {
  width: 30%;
}
.form-big h2 {
  padding-left: 10px;
  border-left: 4px solid #ff0000;
}
.form-big ul {
  display: flex;
  flex-wrap: wrap;
}
.form-big .sum-col {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .form-big .sum-col {
    width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .form-big .col-mobile {
    display: inline-flex;
  }
}
label p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  label {
    font-size: 10px;
  }
}
header {
  background-attachment: fixed;
  background-position: top left;
  background-size: cover;
  background-image: url('/images/headerDark.jpg');
  color: white;
}
header button {
  width: 100px;
  height: 40px;
  line-height: 15px;
  align-self: baseline;
}
@media only screen and (max-width: 767px) {
  header button {
    height: 30px;
    line-height: 8px;
  }
}
@media all {
  header {
    color: #eee;
  }
}
.info {
  text-align: center;
  padding: 10px;
}
.info .flex-inline {
  justify-content: space-around;
}
.info .eventinfo {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info .title {
  border-bottom: solid 2px #ff0000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .info .title {
    margin-bottom: 5px;
  }
}
.info h1 {
  margin: 5px;
}
.info h3 {
  margin: 5px;
}
.info .date h1,
.info .date h2 {
  margin: 10px;
}
@media only screen and (max-width: 767px) {
  .info {
    padding: 5px;
  }
}
.emptylist {
  text-align: center;
  color: #B9B9B9;
  padding: 19.5px;
  border: 0 !important;
}
.icon {
  flex-grow: 1;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px !important;
}
.smallicon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.nav-group {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
}
.nav-group .nav {
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.nav-group .nav .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 30px solid white;
  border-bottom: 15px solid transparent;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media only screen and (max-width: 767px) {
  .nav-group .nav .arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.nav-group .nav .arrow.hovered {
  margin-left: -10px;
}
.nav-group .nav h2 {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .nav-group .nav h2 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .nav-group .nav {
    margin-right: auto;
    width: 15px;
    height: 15px;
  }
}
.nav-group button {
  width: 100%;
}
.nav-group #space {
  width: 0;
}
@media only screen and (max-width: 767px) {
  .nav-group {
    align-items: center;
  }
}
sup {
  color: #ff0000;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
#prompt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
}
#prompt .container {
  width: 500px;
  max-width: unset;
}
@media only screen and (max-width: 767px) {
  #prompt .container {
    width: unset;
    max-width: 500px;
  }
  #prompt .container p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #prompt .flex-inline {
    flex-direction: column;
  }
}
#prompt h1 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ff0000;
  margin-bottom: 10px;
  margin-top: 0;
}
.toggle {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.toggle .title {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .toggle .title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .toggle {
    display: flex;
  }
}
.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.toggle input + label {
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  padding: 14px 30px;
  position: relative;
  display: inline-block;
  border: solid 1px #DDD;
  background-color: white;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -webkit-transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  -moz-transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  -ms-transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  -o-transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
  /* ----- */
}
.toggle input + label:first-of-type {
  border-right: none;
}
.toggle input + label:last-of-type {
  border-left: none;
}
@media all {
  .toggle input + label {
    background-color: #333;
    border-color: #1c1c1c;
  }
}
@media only screen and (max-width: 767px) {
  .toggle input + label {
    font-size: 12px;
  }
}
.toggle input:hover + label {
  border-color: #CD0000;
}
.toggle input:checked + label {
  background-color: #ff0000;
  color: white;
  border-color: #CD0000;
  z-index: 1;
}
.toggle input:focus + label {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .toggle input + label {
    padding: 13px 30px;
    /*flex: 0 0 50%;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 12px;
  }
  h4 {
    font-size: 8px;
  }
}
