@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big,
body, footer, header, blockquote, canvas, caption, center, cite, code, dd, del, details,
dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, hgroup, html,
i, ul, li, iframe, img, ins, kbd, label, legend, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp,
section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: helvetica;
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
  --contTxtColor: #06417f;
  --iconSelected: #0f7dc5;
  --bagdeSize: 18px;
  --bagdeSizeS: calc( var(--bagdeSize) / 2);
  --bagdeColor: #f3f3f3;
  --bagdeTextColor: #cacaca;
  --bagdeFontS: calc(var(--bagdeSize) / 2.5);
  --bagdeActFontW: bold;
  --bagdeActTextColor: #ffffff;
  --bagdeActColor: #f30909;
  --navBck: #09098e;
  --cube-size: 220px;
  --cube-bg-color: #2a0ac8;
}

html, body {
  box-sizing: border-box;
  user-select: none;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #040d85 0%, #5a0d51 100%);
  -webkit-overflow-scrolling: touch !important;
}

body {
  max-width: 800px;
  margin: 0 auto !important;
  float: none !important;
  z-index: 0;
}

ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bg-red {
  color: red !important;
}

.bg-grey {
  color: darkgrey !important;
}

.bg-blue {
  color: blue !important;
}

.tour {
  width: 0;
  height: 0;
  display: none;
}

.tourShow {
  display: block !important;
  width: 100%;
  height: 100%;
}

.tour-step-button {
  width: 60px;
  color: white;
  background: rgba(119, 123, 124, 0.71);
  text-align: center;
  margin-top: 10px;
}

.tour-tooltip {
  position: relative;
  width: 70%;
  max-width: 300px;
  max-height: 200px;
  background: white;
  padding: 10px;
  overflow-x: auto;
  z-index: 5;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(47, 43, 43, 0.41);
}

.targetOn {
  position: relative;
  box-shadow: 0px 0px 10px white !important;
  z-index: 99999 !important;
}

[data-role=page] {
  position: absolute;
  /* width: 900px; */
  width: 100%;
  height: 100%;
  max-width: 800px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: radial-gradient(ellipse at center, #220ed4 0%, #28026d 100%);
  top: 0;
  /*z-index:0;*/
}

.flex {
  display: flex;
}

.stickyWrapper {
  padding-bottom: 15px;
  background: white;
}

[data-role=view], [data-role*=View] {
  width: 100%;
  height: 100%;
  max-width: 800px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch !important;
}

[data-user] {
  padding-left: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 90px;
  font-size: 11px;
}

nav, footer {
  position: fixed;
  height: 45px;
  width: 100%;
  z-index: 2;
  max-width: 800px;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: var(--navBck);
}

footer {
  bottom: 0;
  border-top: solid 2px #676a67;
}

nav {
  top: 0;
  border-bottom: solid 2px #676a67;
}

footer .fas {
  text-align: center;
  width: 26px;
}

.nav_rank {
  text-align: left !important;
  font-size: 11px;
  width: 120px;
}

.disable {
  background: lightgrey !important;
  color: darkgray !important;
}

.avatarSmallCanva {
  width: 26px;
  height: 26px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px #676767;
}

.avatarSmall {
  min-width: 26px;
  min-height: 26px;
  background-size: 100%;
}

.avatarCanva {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px #676767;
}

.avatar {
  min-width: 50px;
  min-height: 50px;
  background-size: 100%;
  max-width: 100px;
  max-height: 65px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px #676767;
}

.avatarBig {
  min-width: 90px;
  min-height: 90px;
  background-size: 100%;
}

.personHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  /*margin: 5px;*/
  /*background-color: #ffffff;*/
  background: var(--navBck);
  font-size: 14px;
  height: 110px;
  color: white;
  align-items: center;
}

.personAvatar {
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px #676767;
  /*margin: 5px;*/
}

.personBody {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 30px;
  color: white;
  font-size: 24px;
}

.margin-top-1 {
  margin-top: 1ex;
}

.user-mid {
  line-height: 20px;
}

.width-85 {
  width: 85px;
}

.textAlign-center {
  text-align: center;
}

p {
  line-height: 1;
}

.userselect {
  user-select: initial !important;
}

.noscroll {
  overflow-y: hidden;
}

.scroll {
  overflow-y: scroll;
}

.version {
  width: 42%;
  align-items: left;
}

.navMenu {
  padding-left: 1ex;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
}

.navMenu[data-role=navSaveMenu] {
  justify-content: space-around;
}

.has_nav {
  margin-top: 46px;
  /*aby działał sticky!!*/
}

.has_nav2 {
  padding-top: 46px;
}

.has_footer {
  padding-bottom: 92px;
}

.navlogo {
  display: flex;
  align-items: center;
}

.navlogo i {
  padding-top: 17px;
  margin-right: 1ex;
}

.logInp {
  background: inherit;
  border: solid 2px #acabab;
  width: 22ex;
  margin-bottom: 1ex;
  font-size: 20px;
  color: var(--contTxtColor);
  background-color: rgba(255, 255, 255, 0.96);
}

.logInp::placeholder {
  color: #c7bdbd;
  text-align: center;
}

.inpPlaceHold {
  width: 70%;
  padding: 5px;
  border: solid 1px #767070;
  box-shadow: 1px 0px 11px 3px white;
  margin-top: 2px;
  color: white;
  font-size: 24px;
}

.logInp:focus {
  border: solid 2px blue;
}

.toggle-password {
  position: absolute;
  top: 2px;
  right: 5px;
  /*color: lightskyblue;*/
  color: var(--contTxtColor);
}

.pilka {
  display: flex;
  width: 100%;
  height: 150px;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

[data-name=page] {
  width: 800px;
}

[data-role=tab] {
  flex-direction: row !important;
  justify-content: space-between;
}

[data-name=logoIcon] {
  height: 120px;
  /* width: 13%; */
  max-width: 100%;
}

[data-name=logopilka] {
  position: relative;
  top: 56px;
  height: 56px;
  max-width: 400px;
}

[data-name=logoTxt1] {
  width: 60%;
  max-width: 350px;
}

[data-name=logoTxt] {
  width: 70%;
  max-width: 400px;
}

[data-name=dawaj] {
  max-width: 140px;
}

[data-name=dawaj]:active {
  width: 90%;
}

li {
  list-style: none;
}

.animate {
  animation: 0.5s moveToNav 1 forwards linear;
}

.animatetxt {
  animation: moveToNavTxt 0.5s 1 linear forwards;
}

.fadeOut {
  animation: 0.5s fadeOut 1 linear forwards;
}

.pilkaRoll {
  animation: 1s pilkaRoll infinite linear;
}

.logoTxt {
  width: 120px;
  padding-top: 0px;
}

.logoIcon {
  height: 38px;
  width: 38px;
}

@keyframes moveToNav {
  0% {
    position: absolute;
    top: 20%;
    right: 40%;
  }
  100% {
    position: absolute;
    top: 2px;
    right: 10px;
    height: 38px;
    width: 22px;
  }
}
@keyframes moveToNavTxt {
  0% {
    position: absolute;
    left: 21%;
    top: 33%;
  }
  100% {
    position: absolute;
    width: 120px;
    right: 46px;
    top: 24px;
    transform: rotate(-360deg);
  }
}
@keyframes pilkaRoll {
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.content, .matchFooter {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  border: 0;
  justify-content: space-between;
  /* font-weight:bold; */
  /* padding-left: 5px; */
  /* text-shadow: 0 1px 0 #d7d9db,1px 1px 1px #fff,0 0 1px #d5d8d8; */
  color: var(--contTxtColor);
  align-items: center;
}

/*ul li:nth-of-type(odd) div:first-of-type {
    flex-direction: row-reverse !important;
}*/
.contentMatch {
  height: 155px;
}

.matchFooter {
  height: 2ex;
  justify-content: space-around;
  margin-bottom: 3ex;
  color: #808080;
  font-size: 10px;
}

.matchFooter > span {
  display: inline-block;
  width: 30%;
}

li.row {
  border: 0;
  /* height: 140px; */
  /* min-height: 50px; */
  align-items: center;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  background-color: #ffffff;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 4px;
  width: 100%;
  max-height: 90%;
}

li.row.highlighted {
  background-color: silver;
  font-size: 16;
}

li.row > ul {
  display: none;
}

li.row.expand ul {
  display: flex;
}

.expand > div {
  background: gray !important;
  width: 100% !important;
  color: white;
}

.team {
  display: flex;
  flex-direction: column;
  background-image: url("../img/tshirt.png");
  background-size: 111px 108px;
  background-position: 15px;
  background-repeat: no-repeat;
  width: 20ex;
  align-items: center;
  justify-content: center;
  background: #eaeaea;
  border-radius: 20px;
}

.team > div {
  height: 20px;
  line-height: 28px;
}

.flag {
  margin-top: 5px;
  /* width:100px; */
  margin-bottom: 18px;
}

.flag > img {
  /* margin-left: 8px; */
  width: 60px;
  height: 44px;
}

.filtr > img {
  border: dotted 2px red;
}

.filtr {
  -webkit-animation: breathing 2s infinite normal;
  animation: breathing 2s infinite normal;
}

.plusmin {
  display: flex;
  color: #d6d1d1;
  font-size: 40px;
  line-height: 20px !important;
  height: 30px !important;
  width: 30px;
  border-radius: 50%;
  justify-content: center;
  cursor: pointer;
}

.plusmin.min {
  margin-top: 10px;
}

.userResultCrossed {
  font-size: 30px;
  width: 5ex;
  height: 70px;
  /* line-height: 74px; */
  text-decoration: line-through;
  color: #b9b9b9;
}

.userResult {
  font-size: 30px;
  width: 5ex;
  height: 70px;
  /* line-height: 74px; */
}

.userResultWin {
  color: #33a833;
  /*text-shadow: 0px 0px 4px #08bb08 !important;*/
}

.userResult.changed {
  border-bottom: 6px solid #1bea1b;
}

.userResult2Crossed {
  font-size: 30px;
  /*width: 5ex;*/
  /*height: 70px;*/
  /* line-height: 74px; */
  text-decoration: line-through;
  color: #b9b9b9;
}

.userResult2 {
  font-size: 30px;
  width: 5ex;
  height: 90px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
}

.userResult2Win {
  color: #33a833;
  /*text-shadow: 0px 0px 4px #08bb08 !important;*/
}

.matchResult2, .matchPoints2 {
  /*display:inline-block;*/
  /*position:relative;*/
  /*width:100%;*/
  /*top: -50px;*/
  /* left: 20px; */
  font-size: 22px;
  /*line-height: 5px;*/
  color: #33a833;
}

.matchPoints2 {
  top: 0px;
  font-size: 12px;
}

.matchPoints2Loss {
  color: #7d0e0e !important;
  /*text-shadow: 0px 0px 4px #9a3434 !important;*/
}

.matchResult, .matchPoints {
  display: inline-block;
  position: relative;
  width: 100%;
  top: -75px;
  /* left: 20px; */
  font-size: 22px;
  line-height: 5px;
  color: #33a833;
  /*text-shadow: 0px 0px 4px #08bb08;*/
}

.matchPoints {
  top: -25px;
  font-size: 12px;
}

.matchPointsLoss {
  color: #7d0e0e !important;
  top: -75px;
  /*text-shadow: 0px 0px 4px #9a3434 !important;*/
}

.plus {
  align-items: center;
}

/*
 li div.badge {
    width: var(--bagdeSize);
    height: var(--bagdeSize);
    line-height: var(--bagdeSize);
    justify-content: flex-end;
    flex: 0 0 auto;
    color: var(--bagdeTextColor);
    background: var(--bagdeColor);
    border-radius: 50%;
    text-align: center;
    font-size: var(--bagdeFontS);
    margin-left: 3px;
    border: solid 1px #acabab;
    box-shadow: 0 1px 0px 0 #75e807, 0 0px 0 1px rgba(255, 255, 255, 0.96);
}
*/
[data-checked=true] {
  text-decoration: line-through !important;
  text-decoration-color: gray !important;
}

[data-checked=true], [data-active=false] {
  color: gray !important;
  box-shadow: none !important;
}

[data-checked=true] > div.badge {
  display: none;
}

[data-active=true].badge:before {
  content: "ON" !important;
  font-weight: var(--bagdeActFontW) !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5) !important;
  color: var(--bagdeActColor) !important;
  background: var(--bagdeAcTexttColor) !important;
}

[data-active=false].badge:before {
  content: "OFF";
}

.data_sep {
  font-size: 28px;
  color: white;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  background: #166979;
}

.hour {
  font-size: 22px;
  color: #b50404;
  text-shadow: 0px 0px 2px #99a498;
}

.hourHist {
  color: #dedede !important;
}

.result {
  position: absolute;
  top: 0;
  border: 2px solid rgba(48, 52, 58, 0.95);
  width: 100%;
  height: 100%;
  z-index: 2;
  max-width: 800px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.24), 0 10px 6px rgba(0, 0, 0, 0.48);
  background: rgba(77, 83, 92, 0.95);
  display: flex;
  justify-content: center;
}

.resultCanva {
  /*display: inline-block;
  position:relative;*/
  top: 0;
  width: 95%;
  height: 100%;
  border: 2px solid rgba(48, 52, 58, 0.95);
  max-width: 400px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.24), 0 10px 6px rgba(0, 0, 0, 0.48);
  background: radial-gradient(ellipse at center, #a239bd 0%, #5a0d51 100%);
  z-index: 2;
}

.result.animate {
  animation: resultShow 0.3s linear forwards;
  -webkit-animation: resultShow 0.3s linear forwards;
  /* dla Google Chrome, Safari, Opera 15+ */
}

.resultHidden {
  z-index: 2;
  max-width: 800px;
}

.resultHidden.animate {
  animation: resultHide 0.3s linear forwards;
  -webkit-animation: resultHide 0.3s linear forwards;
  /* dla Google Chrome, Safari, Opera 15+ */
}

@-webkit-keyframes resultShow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes resultShow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes resultHide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
@keyframes resultHide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.teamInput {
  display: flex;
  flex-direction: column;
  background-image: url("../img/tshirt.png");
  background-size: 111px 108px;
  background-position: 15px;
  background-repeat: no-repeat;
  width: 97%;
  align-items: center;
  justify-content: center;
  background: #eaeaea;
  border-radius: 20px;
  border: none;
  color: var(--contTxtColor);
  font-family: helvetica;
  text-align: center;
}

.dateInput {
  font-size: 22px;
  color: white;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  background: darkred;
  border: none;
  font-family: helvetica;
  width: 100%;
  text-align: center;
}

.hourInput {
  font-size: 22px;
  color: #b50404;
  text-shadow: 0px 0px 2px #99a498;
  border: none;
  font-family: helvetica;
  text-align: center;
  width: 100%;
}

.adminButton1 {
  position: relative;
  width: 30px;
  height: 30px;
  top: 3px;
  left: 90%;
  background: darkred;
  border: solid 1px transparent;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  box-shadow: 0px 0px 6px white;
  padding: 3px;
  z-index: 1;
  margin: 8px;
}

.adminButton {
  position: relative;
  width: 30px;
  height: 30px;
  top: 3px;
  left: 95%;
  background: darkred;
  border: solid 1px white;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  box-shadow: 3px 3px 6px #182019;
  padding: 3px;
  z-index: 1;
}

.newmatch {
  position: absolute;
  top: 0;
  border: 2px solid rgba(48, 52, 58, 0.95);
  width: 100%;
  height: 100%;
  z-index: 2;
  max-width: 800px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.24), 0 10px 6px rgba(0, 0, 0, 0.48);
  background: rgba(77, 83, 92, 0.95);
  display: flex;
  justify-content: center;
}

.newMatchCanva {
  /*display: inline-block;
  position:relative;*/
  top: 0;
  width: 95%;
  height: 100%;
  border: 2px solid rgba(48, 52, 58, 0.95);
  max-width: 400px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.24), 0 10px 6px rgba(0, 0, 0, 0.48);
  background: radial-gradient(ellipse at center, #0c058d 0%, #5a0d51 100%);
  z-index: 2;
}

.newmatch.animate {
  animation: newMatchShow 0.3s linear forwards;
  -webkit-animation: newMatchShow 0.3s linear forwards;
  /* dla Google Chrome, Safari, Opera 15+ */
}

.newMatchHidden {
  z-index: 2;
  max-width: 800px;
}

.newmatchHidden.animate {
  animation: newMatchHide 0.3s linear forwards;
  -webkit-animation: newMatchHide 0.3s linear forwards;
  /* dla Google Chrome, Safari, Opera 15+ */
}

@-webkit-keyframes newMatchShow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes newMatchShow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes newMatchHide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
@keyframes newMatchHide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.personBets {
  position: absolute;
  top: 0;
  border: 2px solid rgba(48, 52, 58, 0.95);
  width: 100%;
  height: 100%;
  z-index: 2;
  max-width: 800px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.24), 0 10px 6px rgba(0, 0, 0, 0.48);
  background: rgba(77, 83, 92, 0.95);
  display: flex;
  justify-content: center;
}

.personBetsCanva {
  /*display: inline-block;
  position:relative;*/
  top: 0;
  width: 95%;
  height: 100%;
  border: 2px solid rgba(48, 52, 58, 0.95);
  max-width: 400px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.24), 0 10px 6px rgba(0, 0, 0, 0.48);
  /*background: red;*/
  background: radial-gradient(ellipse at center, #07028d 0%, #5a0d51 100%);
  z-index: 2;
}

.personBetsBody {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

.personBetsCenter {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 33%;
}

.personBetsLeft {
  margin-right: 3px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33%;
  text-align: right;
}

.personBetsRight {
  margin-left: 3px;
  position: relative;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33%;
  text-align: center;
}

.personBetsHead {
  position: relative;
  top: 0px;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  box-shadow: 0px 1px 2px rgba(23, 0, 0, 0.58);
  background: #eaeaea;
  height: 80px;
  color: var(--contTxtColor);
}

.personBetsHeadContent {
  position: relative;
  top: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  /*box-shadow: 0px 1px 2px rgba(23,0,0,0.58);*/
  background: #eaeaea;
  height: 100%;
  color: var(--contTxtColor);
}

.personBetsBody {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

.personBets.animate {
  animation: personBetsShow 0.3s linear forwards;
  -webkit-animation: personBetsShow 0.3s linear forwards;
  /* dla Google Chrome, Safari, Opera 15+ */
}

.personBetsHidden {
  z-index: 2;
  max-width: 800px;
}

.personBetsHidden.animate {
  animation: personBetsHide 0.3s linear forwards;
  -webkit-animation: personBetsHide 0.3s linear forwards;
  /* dla Google Chrome, Safari, Opera 15+ */
}

@-webkit-keyframes personBetsShow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes personBetsShow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes personBetsHide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
@keyframes personBetsHide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.bets {
  position: absolute;
  top: 0;
  border: 2px solid rgba(48, 52, 58, 0.95);
  width: 100%;
  height: 100%;
  z-index: 2;
  max-width: 800px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.24), 0 10px 6px rgba(0, 0, 0, 0.48);
  background: rgba(77, 83, 92, 0.95);
  display: flex;
  justify-content: center;
}

.betsCanva {
  /*display: inline-block;
  position:relative;*/
  top: 0;
  width: 95%;
  height: 100%;
  border: 2px solid rgba(48, 52, 58, 0.95);
  max-width: 400px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.24), 0 10px 6px rgba(0, 0, 0, 0.48);
  /*background: red;*/
  background: radial-gradient(ellipse at center, #1a07a3 0%, #5a0d51 100%);
  z-index: 2;
}

.betsBody {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

.betsCenter {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 33%;
}

.betsLeft {
  margin-right: 3px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33%;
  text-align: right;
}

.betsRight {
  margin-left: 3px;
  position: relative;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33%;
  text-align: center;
}

.betsHead {
  position: relative;
  top: 0px;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  box-shadow: 0px 1px 2px rgba(23, 0, 0, 0.58);
  background: #eaeaea;
  height: 60px;
  color: var(--contTxtColor);
}

.betsHeadContent {
  position: relative;
  top: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  /*box-shadow: 0px 1px 2px rgba(23,0,0,0.58);*/
  background: #eaeaea;
  height: 45px;
  color: var(--contTxtColor);
}

.betsHeadFooter {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  border: 0;
  justify-content: space-between;
  align-items: center;
  height: 15px;
  justify-content: space-around;
  margin-bottom: 3ex;
  color: #808080;
  font-size: 10px;
  width: 100%;
}

.betsHeadFooter > span {
  width: 33%;
}

.betsResult {
  font-size: 26px;
  text-align: center;
  width: 33%;
}

.betsTeam {
  display: flex;
  flex-direction: column;
  /*background-image: url('../img/tshirt.png');
  background-size: 111px 108px;
  background-position: 15px;
  background-repeat: no-repeat;
  width: 10ex;
  height: 10ex;*/
  align-items: center;
  justify-content: start;
  /*background: #eaeaea;*/
  border-radius: 20px;
  /*margin-top: 10px;*/
}

.betsTeam > div {
  height: 8px;
  line-height: 0px;
}

.betsFlag {
  margin-top: 0px;
  margin-bottom: 20px;
}

.betsFlag > img {
  width: 60px;
  height: 44px;
}

.bets.animate {
  animation: betsShow 0.3s linear forwards;
  -webkit-animation: betsShow 0.3s linear forwards;
  /* dla Google Chrome, Safari, Opera 15+ */
}

.betsHidden {
  z-index: 2;
  max-width: 800px;
}

.betsHidden.animate {
  animation: betsHide 0.3s linear forwards;
  -webkit-animation: betsHide 0.3s linear forwards;
  /* dla Google Chrome, Safari, Opera 15+ */
}

@-webkit-keyframes betsShow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes betsShow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes betsHide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
@keyframes betsHide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.message {
  position: absolute;
  top: 0;
  border: 2px solid rgba(48, 52, 58, 0.95);
  width: 100%;
  max-height: 100px;
  z-index: 3;
  border-radius: 0px 0px 5px 5px;
  max-width: 800px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.24), 0 10px 6px rgba(0, 0, 0, 0.48);
  background: rgba(77, 83, 92, 0.95);
}

.message.animate {
  animation: messShow 0.3s linear forwards;
  -webkit-animation: messShow 0.3s linear forwards;
  /* dla Google Chrome, Safari, Opera 15+ */
}

.messageHidden {
  z-index: 3;
  max-width: 800px;
}

.messageHidden.animate {
  animation: messHide 0.3s linear forwards;
  -webkit-animation: messHide 0.3s linear forwards;
  /* dla Google Chrome, Safari, Opera 15+ */
}

.messTitle {
  background: rgba(48, 52, 58, 0.95);
  border-radius: 0px 0px 0px 0px;
  padding-left: 5px;
  height: 35px;
  padding-top: 5px;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(250, 251, 255, 0.95);
}

.fas.fa-info-circle {
  color: yellow;
}

.fas.fa-exclamation-circle {
  color: red;
}

.messTitle > span {
  width: 90%;
  text-align: center;
  padding: 5px;
  color: rgba(250, 251, 255, 0.95);
}

.messBody {
  user-select: text;
  width: 100%;
  background: rgba(77, 83, 92, 0.95);
  border-radius: 0px 0px 5px 5px;
  padding: 10px;
  height: 100%;
  overflow-y: auto;
  max-height: 100px;
  color: rgba(250, 251, 255, 0.95);
}

@-webkit-keyframes messShow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes messShow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes messHide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
@keyframes messHide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
i.selected {
  color: var(--iconSelected);
}

[data-click] {
  cursor: pointer;
}

/* cube */
.cube-wrap {
  /*margin-top: calc( var( --cube-size ) /2 );
  perspective: 2000px;*/
  perspective-origin: 50% 50%;
  /*background: var( --cube-bg-color );
  /* border-top: solid 3px #999; */
  /* border-bottom: solid 3px #999; */
  animation: bganim 3s linear forwards;
  height: calc(var(--cube-size) - 250px);
  width: 100%;
}

@keyframes bganim {
  from {
    perspective: 300px;
  }
  to {
    perspective: 2000px;
  }
}
.cube {
  margin: auto;
  position: relative;
  height: var(--cube-size);
  width: var(--cube-size);
  transform-style: preserve-3d;
}

.cube div {
  position: absolute;
  padding: 4px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-color: var(--cube-bg-color);
  border: solid 1px #eee;
  color: #fff;
  font: 10px arial;
  transition: transform 0.5s ease-in;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.cube img {
  width: 180px !important;
  height: 180px !important;
}

.cube-front {
  transform: translateZ(calc(var(--cube-size) - 100px));
}

.cube-back {
  transform: translateZ(-100px) rotateY(180deg);
}

.cube-right {
  transform: rotateX(180deg) rotateY(-270deg) translateX(120px) translateY(-220px);
  transform-origin: top right;
}

.cube-left {
  transform: rotateY(270deg) rotateZ(180deg) translateX(-120px);
  transform-origin: center left;
}

.cube-top {
  transform: rotateX(-270deg) translateY(-100px);
  transform-origin: top center;
}

.cube-bottom {
  transform: rotateX(270deg) translateY(100px);
  transform-origin: bottom center;
}

@keyframes rotate {
  from {
    transform: rotateX(0deg) rotateY(0deg);
  }
  to {
    transform: rotateX(720deg) rotateY(360deg);
  }
}
.cube {
  animation: rotate 10s infinite linear;
}

.cube h1 {
  font-size: 14px;
}

.cube:active {
  animation-play-state: paused;
}

.cube:hover .cube-front {
  transform: translateZ(calc(var(--cube-size) + 100px));
}

.cube:hover .cube-back {
  transform: translateZ(-200px) rotateY(180deg);
}

.cube:hover .cube-right {
  transform: rotateY(-270deg) translateZ(100px) translateX(100px);
}

.cube:hover .cube-left {
  transform: rotateY(270deg) translateZ(100px) translateX(-100px);
}

.cube:hover .cube-top {
  transform: rotateX(-270deg) translateZ(100px) translateY(-100px);
}

.cube:hover .cube-bottom {
  transform: rotateX(270deg) translateZ(100px) translateY(100px);
}

/* media queries*/
@media screen and (max-height: 420px) and (min-width: 640px) {
  [data-role=view] {
    display: none;
  }

  nav, footer {
    display: none;
  }

  [data-role=page] {
    display: flex;
    background-image: url("../img/LogoIcon.png");
    background-repeat: no-repeat;
    background-size: 15% 50%;
    background-position: 9%;
    background-color: #a10606;
  }

  [data-role=page]::before {
    color: white;
    background-image: url("../img/LogoIcon.png");
    content: "Przepraszamy: działa tylko w trybie pionowym!";
  }
}
@media (max-height: 400px) {
  [data-name=logoIcon],
[data-name=logopilka],
[data-name=logoTxt1],
[data-name=logoTxt] {
    display: none;
  }

  .inpPlaceHold {
    margin-bottom: 60px;
  }
}
@media screen and (min-height: 720px) and (min-width: 900px) {
  footer {
    border-top: solid 2px #676a67;
    left: calc(50% + 406px);
    top: 0px;
    height: 40%;
    width: 40px;
    align-items: initial;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cube {
    /* width: calc( var( --cube-size ) + 100px ) !important; */
    /* height: calc( var( --cube-size ) + 100px ) !important; */
  }

  .cube-front {
    /* transform: translateZ( calc( var( --cube-size ) )) !important; */
  }

  .cube:hover .cube-front {
    transform: translateZ(calc(var(--cube-size) + 100px)) !important;
  }

  .cube-wrap {
    margin-top: calc(var(--cube-size) / 2 + 0px) !important;
  }

  .navMenu {
    padding-left: 1ex;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    cursor: pointer;
  }

  .navMenu[data-role=navSaveMenu] {
    justify-content: space-around;
  }

  .navMenu[data-role=navSaveMenu] i {
    transform: rotate(90deg);
  }

  .data_sep {
    top: 0px !important;
  }
}
#infoHeader > li {
  padding: 0 1 0 1px;
}

.infoTab {
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: 70px;
}

.infoTab li {
  /*border: 0;*/
  text-align: justify;
  background-color: white;
  /*color: black;*/
  font-size: 14px;
  padding: 5 10 5 10px;
  margin-bottom: 4px;
  width: 100%;
  /*max-height:100%;*/
}

.infoTitle {
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.infoSubTitle {
  font-weight: bold;
}

.infoTable {
  border-collapse: collapse;
  margin-top: 6px;
  margin-bottom: 6px;
}

.infoTable, .infoTable td, .infoTable th {
  border: 1px solid red;
  padding: 2 4 2 4px;
}

.infoTable th {
  vertical-align: middle;
  font-weight: bold;
}

[data-role=footerLogin] {
  width: 80%;
  justify-content: space-around;
  display: flex;
  font-size: 16px;
  color: white;
  padding-top: 10px;
}

.btnChatSend {
  -moz-box-shadow: inset 0px 0px 34px -32px #a4e271;
  -webkit-box-shadow: inset 0px 0px 34px -32px #a4e271;
  box-shadow: inset 0px 0px 34px -32px #a4e271;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
  background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#89c403", endColorstr="#77a809",GradientType=0);
  background-color: #89c403;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  border: 3px solid #74b807;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 32px 12px;
  text-decoration: none;
  text-shadow: 1px 1px 10px #528009;
}

.btnChatSend:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
  background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#77a809", endColorstr="#89c403",GradientType=0);
  background-color: #77a809;
}

.btnChatSend:active {
  position: relative;
  top: 1px;
}

.txtareaChatInput {
  border: 3px double #CCCCCC;
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
}

.tblChat {
  border: solid 0px white;
  width: 100%;
}

.tblCellChat {
  vertical-align: middle;
}

.chatTxt {
  font-size: 16px;
  line-height: 16px;
  text-align: justify;
  white-space: pre-wrap;
  user-select: text;
}

.btnNotifySend {
  -moz-box-shadow: inset 0px 0px 34px -32px #a4e271;
  -webkit-box-shadow: inset 0px 0px 34px -32px #a4e271;
  box-shadow: inset 0px 0px 34px -32px #a4e271;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
  background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#89c403", endColorstr="#77a809",GradientType=0);
  background-color: #89c403;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  border: 3px solid #74b807;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 32px 12px;
  text-decoration: none;
  text-shadow: 1px 1px 10px #528009;
}

.btnNotifySend:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
  background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#77a809", endColorstr="#89c403",GradientType=0);
  background-color: #77a809;
}

.btnNotifySend:active {
  position: relative;
  top: 1px;
}

.notifyTitleInput {
  border: 3px double #CCCCCC;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

.notifyMessageInput {
  border: 3px double #CCCCCC;
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
}

.tblNotify {
  border: solid 0px white;
  width: 100%;
}

.tblCellNotifyTitle {
  vertical-align: middle;
}

.tblCellNotify {
  vertical-align: middle;
}

button {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #dae0e5;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1rem;
  cursor: pointer;
}

.button-red {
  background-color: red !important;
}

.button-grey {
  background-color: darkgrey !important;
}

button:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.button {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  padding: 2px;
  justify-content: center;
  /* font-weight:bold; */
  /* padding-left: 5px; */
  /* text-shadow: 0 1px 0 #d7d9db,1px 1px 1px #fff,0 0 1px #d5d8d8; */
  /*color: var( --bagdeTextColor );
     background-color: var( --navBck );
     border: solid;*/
  align-items: center;
  box-shadow: 1px 0px 6px 2px white;
  margin: 8px;
  color: white;
  /*width: 200px;*/
  height: 30px;
  max-width: 200px;
  min-width: 100px;
}

.buttonIcon {
  width: 35px;
  font-size: 18px;
}

.buttonText {
  width: 165px;
  font-size: 18px;
}

div.badge {
  width: var(--bagdeSize);
  height: var(--bagdeSize);
  line-height: var(--bagdeSize);
  justify-content: flex-end;
  flex: 0 0 auto;
  color: var(--bagdeTextColor);
  background: var(--bagdeColor);
  border-radius: 50%;
  text-align: center;
  font-size: var(--bagdeFontS);
  margin-left: 3px;
  border: solid 1px #acabab;
  box-shadow: 0 1px 0px 0 #75e807, 0 0px 0 1px rgba(255, 255, 255, 0.96);
}

.copy {
  user-select: all !important;
}

.multitext {
  line-height: 1.5;
  /*font-family: cursive;*/
  color: black;
}

.relative {
  position: relative;
}

.rank-updown {
  width: 20px;
}

.rank-up::before {
  content: "\f062";
  color: green;
  font-size: 18px;
}

.rank-down::before {
  content: "\f063";
  color: red;
  font-size: 18px;
}

.rank-place {
  font-size: 28px;
}

.rank-points {
  font-size: 20px;
}

.rank-desc {
  font-size: 11px;
}

.rank-rank {
  font-size: 28px;
}

.rank-me {
  background-color: lightgreen !important;
}

.team2 {
  display: flex;
  flex-direction: column;
  width: 20ex;
  align-items: center;
  justify-content: center;
}

.team2 > div {
  height: 20px;
  line-height: 28px;
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(0.9);
  }
}

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