@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: local('Anton Regular'), local('Anton-Regular'), url(anton.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Appareo';
  src: url('Appareo_Light.ttf');
}

/* latin */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: local('Anton Regular'), local('Anton-Regular'), url(antonstand.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "DINNextSlabW01-Bold";
  src: url("//db.onlinewebfonts.com/t/7298dcb4219f271b805950d7aa062986.eot");
  src: url("//db.onlinewebfonts.com/t/7298dcb4219f271b805950d7aa062986.eot?#iefix") format("embedded-opentype"),
    url(nowa.woff2) format("woff2"),
    url(nowa.woff) format("woff"),
    url("//db.onlinewebfonts.com/t/7298dcb4219f271b805950d7aa062986.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/7298dcb4219f271b805950d7aa062986.svg#DINNextSlabW01-Bold") format("svg");
}

.appareo {
  font-family: 'Appareo' !important;
}

body {
  background-image: url(images/tlopubcrime.jpg);
  font-family: sans-serif;
  font-size: 12pt;
  background-color: rgb(20, 6, 0);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
}

.umenu {
  width: 36px;
  height: 36px;
  transition-duration: 0.3s;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 15px;
  margin: 10px 20px 0 20px;
  background-color: #111;
  border-radius: 100%;
  cursor: pointer;
}

.delete-team {
  width: 26px;
  margin-left: 5px;
}

.button {
  font-size: 0.75em;
  background-color:#555;
  color: #eee;
  border-radius: 3px;
  font-family: 'Montserrat';
  line-height: 1em;
  cursor: pointer;
  border: none;
  transition-duration: 0.3s;
}

.button:hover {
  background-color:#777;
}

#startgame0 {
  top: 25vh;
  font-size: 13pt;
}

#startgame0 input {
  font-size: 13pt;
}

@media (max-height: 750px) {
  #startgame0 {
    top: auto !important;
  }
}

.umenu>hr {
  background-color: white;
  border-radius: 10px;
  margin: 3px 8px;
}

.umenu:hover {
  background-color: #e42026;
}

.menu {
  position: absolute;
  display: none;
  background-color: #444;
  border-radius: 3px;
  padding: 7px 0;
  top: 36px;
  right: 0;
}

.wybormenu {
  text-decoration: none;
  display: block;
  color: #ddd;
  padding: 6px;
  white-space: nowrap;
  transition-duration: 0.3s;
}

.wybormenu:hover {
  background-color: #555;
}

.gameopt {
  width: 75%;
  text-align: center;
  position: relative;
  margin: 40px auto;
  margin-top: 15%;
  background-color: rgba(51, 51, 51, 204);
  border-radius: 35px;
  padding: 15px 1%;
}


#kod_gry {
  font-family: 'Anton', sans-serif;
  color: #ddd;
}

.staryanton {
  font-family: 'Anton', sans-serif;
  color: #ddd;
}

.startgame,
.showPayment,
.sendPayment {
  font-family: 'Anton', sans-serif;
  z-index: 2;
  position: relative;
  background-color: #c32e34;
  border: 0;
  border-radius: 14px;
  padding: 4px 10px;
  color: #eee;
  cursor: pointer;
}

.stopgame {
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 10px;
  font-size: 9pt;
  float: right;
  margin: 5px 10px;
}

.change-leader-message {
  display: none;
  font-size: 1.4em;
}

.agencje {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: whitesmoke;
  width: 100%;
  padding: 0 3%;
  background-color: #444;
  border-collapse: collapse;
}

.agencje tbody tr:nth-child(even) td {
  background-color: #555;
}

.agencje td {
  padding: 4px 0;
}

.kreska td {
  border-bottom: 2px solid #777;
  padding: 8px 0;
}

.teamok,
.teamnotok {
  width: 50px;
  font-size: 15pt;
}

.or {
  width: 10px;
}

.almostAnton {
  font-family: 'Appareo', sans-serif;
  white-space: break-spaces;
  font-size: 5.5pt;
}

.anton {
  font-family: 'DINNextSlabW01-Bold';
}

.nameag {
  padding-left: 40px;
  text-align: left;
}

.bottom-info {
  float: left;
  margin-left: 2%;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.waiting-header {
  text-align: left;
  color: whitesmoke;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.waiting-header #now-date {
  float: right;
}

.waiting-header p {
  color: #999;
}

.start {
  border-radius: 10px;
  float: right;
  margin: 0 5px;
  padding: 3px 15px;
  cursor: pointer;
  transition-duration: 0.3s;
}

.start:hover,
.showPayment:hover,
.sendPayment:hover {
  color: white;
  background-color: #c32e34;
}

.input {
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 14px;
  padding: 5px 10px;
  background-color: #f4e8dd;
  font-size: 12pt;
  outline: none;
  transition-duration: 0.2s;
}

.input:focus {
  outline: none;
  border: 2px solid #c32e34;

}

#startgame2 {
  font-size: 10pt;
  box-shadow: none;
  background-image: url(images/rankingtlo.png);
  height: 93vh;
  width: 70%;
  padding-bottom: 70px;
  position: relative;
  background-position: left top;
  float: right;
  border-radius: 15px !important;
  margin: 2.5% 11% 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.divrank {
  margin: 0 auto;
  width: 98%;
  min-height: 50vh;
}

.rank {
  width: 100%;
  border-collapse: collapse;
  font-weight: 600;
}

.rank tr:first-child td {
  border-bottom: 1px solid black;
}

.rank tr:first-child {
  font-size: 1.15em;
}

.rank tr:not(:first-child) td:first-child {
  font-size: 11pt;
  position: relative;
  font-family: 'appareo', sans-serif;
}

.rank tr:not(:first-child) td:first-child img {
  position: absolute;
  margin-left: -19px;
  margin-top: -2px;
  width: 30px;
}

.rank tr:not(:first-child) td:first-child div {
  position: relative;
}

.rank tr:not(:first-child) td:last-child {
  word-spacing: 1.5em;
}

.rank tr:not(:first-child) td {
  font-size: 1.2em !important;
  padding: 0;
}

.rank tr:not(:first-child) td:nth-child(2) {
  font-size: 1.3em !important;
}

.obroc div {
  font-size: 8.5pt;
  font-weight: 100;
  margin: 0 2px;
  display: inline-block;
}

.obroc {
  white-space: nowrap;
}

.guzik {
  margin: 0 5px;
  font-size: 20pt;
  padding: 0 4px;
  display: none;
  position: absolute;
  cursor: pointer;
}

.grenok {
  color: #33cc00;
  right: 5px;
  top: -3px;
}

.dobraodp {
  color: #33cc00;
}

.zlaodp {
  color: #c32e34;
}

.redn {
  color: #c32e34;
  font-size: 26pt;
  left: 5px;
  top: -10px;
}

.liczbaag {
  font-size: 8pt;
  font-weight: 100;
  white-space: nowrap;
}

.scisletajne {
  word-spacing: 1.4em;
}

.schowane {
  position: relative;
}

.czasodp {
  width: 100px;
  white-space: nowrap;
  position: relative;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

.small {
  display: none;
  height: 30px !important;
  width: 50px !important;
}

.small div {
  top: 17px !important;
  height: 9px !important;
  width: 9px !important;
  background: #212529 !important;
}

.small div:nth-child(1) {
  left: 4px !important;
}

.small div:nth-child(2) {
  left: 4px !important;
}

.small div:nth-child(3) {
  left: 22px !important;
}

.small div:nth-child(4) {
  left: 41px !important;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

.stopgame div {
  background: #3a3a3a;
}

.avground {
  display: none;
  z-index: 100;
  position: fixed;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.prompt {
  font-size: 12pt;
  background-color: #222;
  opacity: 0.8;
  width: 300px;
  top: 40%;
  border-radius: 30px;
  padding: 10px 20px;
  color: white;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  height: 120px;
}

.confirm {
  margin: 0 auto;
  text-align: center;
}

.recovery-info {
  color: #c32e34;
  font-size: 9pt;
  font-family: 'Anton', sans-serif;
}

#t_metoda,
#t_motyw,
#t_sprawca {
  word-break: break-word;
  max-width: 80px;
}

.bottom-panel {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  bottom: 0;
}

.button-container {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: 400px;
}

.sendNotifi {
  position: absolute;
  bottom: 30px;
  right: 10px;
  padding: 7px 3%;
  border-radius: 3px;
  z-index: 2;
  display: none;
  height: 124px;
  background-color: #333;
}

.sendNotifi button {
  font-size: 0.9em;
  margin: 4px 0;
  border-radius: 3px;
}

.showPayment {
  float: right;
  padding: 0 15px;
  border-radius: 3px;
  font-size: 1.2em;
}

.showPaymentInGame {
  font-size: 0.9em !important;
  padding: 0 4px !important;
  margin-top: 2px;
}

.paymentContainer {
  position: absolute;
  top: 30px;
  right: 0;
  display: none;
  text-align: center;
  padding: 10px 20px;
  z-index: 3;
  background-color: rgb(249, 239, 222);
  border: 2px solid #333;
  border-radius: 2px;
}

.paymentContainer table {
  border-collapse: collapse;
}

.paymentContainer table td {
  text-align: center;
  border: 1px solid #aaa !important;
  background-color: #00000000 !important;
}

.paymentContainer table tr:nth-child(even) {
  background-color: #bbbbbbaa;
}

.paymentContainer table tr:nth-child(odd) {
  background-color: #ddddddaa;
}

.paymentContainer p {
  font-size: 1.1em;
}

.paymentContainer * {
  color: black;
  word-spacing: normal !important;
  font-family: 'Montserrat', sans-serif !important;
}

.paymentContainer table tr td:first-child {
  font-size: 1.2em;
}

.closePayment {
  position: absolute;
  padding: 3px;
  top: 0;
  cursor: pointer;
  right: 3px;
  color: #333;
  font-size: 1.3em;
}

.paymentTD {
  width: 40px;
  position: relative;
}

.paymentsTable td {
  padding: 3px 20px;
  white-space: nowrap;
  background-color: #777;
}

.sendPayment {
  color: white;
  padding: 2px 10px;
  border-radius: 2px;
}

.kwotaContainer {
  float: left;
  margin-left: 10%;
  margin-top: 10px;
  color: white;
}

.imageNotifi {
  background-color: #777;
  border-radius: 5px;
  cursor: pointer;
  padding: 4px;
  width: 23px;
  margin-left: 15px;
}

.notifiButtonContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

#notifiText {
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 3px;
  display: none;
  font-family: 'Anton', sans-serif;
  background-color: rgba(255, 255, 255, .8);
}

.notifiInputContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  flex-direction: column;
  height: 100%;
  float: right;
}

.notifiTextTitle {
  color: white;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  display: none;
}

.multiplayerButtons,
.tabButton {
  float: right;
}

.multiplayerButtons div,
.tabButton div {
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding: 5px 9px 2px 9px;
  background-color: #333;
  color: whitesmoke;
  font-size: 0.82em;
  border: 1px solid #ffffff00;
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition-duration: .25s;
}

.multiplayerButtons div:hover,
.tabButton div:hover {
  background-color: #656565;
}

.tabButton {
  margin-right: 35px;
}

.activeCategory {
  background-color: whitesmoke !important;
  border: 1px solid black !important;
  border-bottom: 0 !important;
  color: black !important;
}

.lang {
  position: absolute;
  right: 3%;
  top: 2%;
  z-index: 101;
}

.lang img {
  cursor: pointer;
  width: 30px;
  margin: 0 5px;
}

#zajawka {
  margin: 0;
}

.refresh-button {
  background-color: #777;
  border-radius: 10px;
  float: right;
  margin: 0 5px;
  padding: 3px 15px;
}

.modal-custom {
  background-color: #eee;
  width: 60vw;
  min-width: 300px;
  position: relative;
  border-radius: 6px;
  padding: 2% 3%;
}

#paymentOverflow {
  max-height: 50vh;
}

#payment-loader div {
  background: #333;

}

.close {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: -5px;
  padding: 10px;
  font-size: 1.2em;
  font-family: 'Verdana', sans-serif;
}


.fake-player {
  --button-height: 1rem;
  --button-color: #c32e34;
  font-size: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem 2rem;
}

.fake-player button {
  margin: 0;
  padding: 0;
}

.fake-player button.pause {
  padding: 10px 14px;
}

.action-td {
  width: 70px;
}

.play {
  height: 0;
  width: 0;
  margin-left: calc(2 * 0.14 * var(--button-height));
  background: none;
  border: none;
  border-top: var(--button-height) solid transparent;
  border-bottom: var(--button-height) solid transparent;
  border-left: calc(var(--button-height) * 2 * 0.86) solid var(--button-color);

}

.pause {
  position: relative;
  background: none;
  border: none;
  height: calc(var(--button-height) * 2);
  width: calc(var(--button-height) * 2 * 0.86);
}

.pause:before,
.pause:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 33%;
  background: var(--button-color);
}

.pause:before {
  left: 0;
}

.pause:after {
  right: 0;
}

.fake-player .hidden {
  display: none;
}