@font-face {
  font-display: auto;
}
@font-face {
    font-family: 'unisans';
    src: url('../css/unisans.otf');
}
/* width */
::-webkit-scrollbar {
  width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: Yellow;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

html {overflow: hidden;}

.bialy{
color: white;
}


.show {
  z-index: 10000;
  position: absolute;
    background-color: #333;
    overflow: hidden;
   list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.show li {
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}

.show li:hover {
    background-color: #575757;
}

.show ul {
  padding: 0;
}
	
.hide {
  display: none;
}

.show li {
  list-style: none;
}

.show a {
  border: 0 !important;
  text-decoration: none;
}

.show a:hover {
  text-decoration: underline !important;
}

.logo {
  font-family: unisans;
  color: white;
  font-size: 45;
  /*-moz-text-shadow: 1px 1px 1px rgb(255, 0, 0), 2px 2px 1px Yellow, 2px 2px 10px rgb(255, 255, 255);
  -webkit-text-shadow: 1px 1px 1px rgb(255, 0, 0), 2px 2px 1px Yellow, 2px 2px 10px rgb(255, 255, 255);
  text-shadow: 1px 1px 1px rgb(201, 0, 255), 2px 2px 1px black, 2px 2px 10px rgb(255, 255, 255)
*\
}
@media only screen and (max-width: 600px) {
#helloDialog {
   transform: scale(0.7);
   background-color: black;
   width: 440px;
   margin: 10px auto;
   border-radius: 15px;
   padding: 5px 15px 5px 15px;
   height: auto;
   margin-top: 50px;
   position: absolute;
   left: -40px;
   top: -40px;
}

#instructions {
transform: scale(0.9);

}

#footer{
margin-bottom: 15px;
}

.back_button {
position: absolute
}
#joystick {
position: absolute
width:100%;
Height:100%;
}
#chatlog {
position: absolute;
width: 300px;
bottom: 40px;
left: 10px;
font-size:14px;
color:black;
height:100px;
z-index:200;
overflow:hidden;
}

}

body {
    padding: 0;
    margin: 0;
    overflow: hidden;
}


.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #ddd;
}
.tab button.active {
    background-color: #ccc;
}

.checkbox label {
    margin-right: 10px;
    font-weight: bold;
}

form {
    margin-bottom: 0px;
}

.btn-play,
.btn-settings,
.btn-spectate {
    display: block;
    height: 35px;


}

.btn-play {
    width: 85%;
    float: left;
}

.btn-settings {
    width: 13%;
    float: right;
}

.region-message {
    display: none;
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
}

li {
    color: white;
    /* bullet color */
}

#canvas {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

li span {
    color: black;
    /* text color */
}

#nick,
#locationKnown #region {
    width: 65%;
    float: left;
}

#locationUnknown #region {
    margin-bottom: 15px;
}

#gamemode {
    font-weight: bold;
   width: 40%;
    float: right;
    font-family: monospace;
}
#instructions{
  font-family: monospace;
}
#settings{
  font-family: monospace;
}
#spectateBtn {
    width: 39%;
    background: 5e0bc5;
}
@media only screen and (min-width: 768px) {
#helloDialog {
   background-color: #000000cc;
   width: 440px !important;
   margin: 10px auto;
   border-radius: 10px;
   padding: 5px 15px 5px 15px;
   height: auto;
   margin-top: 100px;
/*border:solid 4px yellow;*/
box-shadow: 0 0 6px black;
}
.back_button {
display:none;
}
#joystick {
display:none;
}
.mono {
  font-family: monospace;
}

#chatlog {
position: absolute;
width: 300px;
bottom: 40px;
left: 10px;
font-size:14px;
color:black;
height:300px;
z-index:201;
overflow:hidden;
}
}
@media only screen and (max-width: 600px) {
#helloDialog {
   transform: scale(0.7);
   background-color: #000000cc;
   width: 440px !important;
   margin: 10px auto;
   border-radius: 15px;
   padding: 5px 15px 5px 15px;
   height: auto;
   margin-top: 50px;
   position: absolute;
   left: -40px;
   top: -40px;
   box-shadow: 0 0 6px black;
}

.back_button {
position: absolute
}
#joystick {
position: absolute
width:100%;
Height:100%;
}
#chatlog {
position: absolute;
width: 300px;
bottom: 40px;
left: 10px;
font-size:14px;
color:black;
height:100px;
z-index:200;
overflow:hidden;
}

}
.btn-primary{

  display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
background-color: #3e3e3e;
}
.btn-primary:focus{
background-color: #3e3e3e;
}
.btn-primary:active{
background-color: #3e3e3e;
}
.btn-primary:hover{
background-color: #3e3e3e;
}
.stopka{
border: none;
font-family: unisans;
font-size: 17px;
background:none;
text-decoration:none;
background-color: none;
    border-color: none;
border-bottom: solid 4px #00000000;

}


.stopka:hover{
background:none;
text-decoration:none;
background-color: none;
    border-color: none;
border-bottom: solid 4px yellow;
}

.stopka:active{
background:none;
text-decoration:none;
background-color: none;
    border-color: none;
border-bottom: solid 4px yellow;
}

.stopka:active:after{
background:none;
text-decoration:none;
background-color: none;
    border-color: none;
border-bottom: solid 4px yellow;


}


.stopka:focus{
background: none;
background-color: none;


border-bottom: solid 4px #00000000;
}

#signup p {
  color: #cccccc;
}
.btn-primary a{
  text-decoration: none;
}
a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}
#chat_textbox {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    z-index: 1;
    border-radius: 25px;
    bottom: 10px;
    background: rgba(0, 0, 0, .2);
    border: 0px;
    outline: none;
    color: #fff;
    height: 30px;
    text-indent: 12px;
    left: 10px;
    width: 300px;
    -webkit-animation: rainbow-text 6000ms linear 0ms infinite normal;
    -moz-animation: rainbow-text 6000ms linear 0ms infinite normal;
    -ms-animation: rainbow-text 6000ms linear 0ms infinite normal;
    animation: rainbow-text 6000ms linear 0ms infinite normal;

}

#chat_textbox:focus {

}


#nick {
    width: 65%;
    float: left;
    border: 0px #000000 solid;
    color: #000;
    font-family: monospace;
    font-size: 16px;
}



#logo {
    border: 0px #000000 solid;
    font-family: Comic Sans MS;
    font-size: 40px;
}

#a300x250 {
    width: 300px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.middle {
  margin-top: 5px;
  width: 50%;
  float: left;
  text-align: center;
}
.middle input[type="radio"] {
  display: none;
}
.middle input[type="radio"]:checked + .box {
  background-color: red;
}
.middle input[type="radio"]:checked + .box span {
  color: white;
}
.middle input[type="radio"]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}
.middle .box {
  width: 150px;
  height: 30px;
  background-color: #ccc;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 900;
}
.middle .box:active {
  transform: translateY(10px);
}
.middle .box span {
  position: absolute;
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 1.5em;
  user-select: none;
  color: white;
}


.mini-map{display:block;
          position:fixed
        }




.mini-map{bottom:20px;
          right:10px;
          width:200px;
          height:200px;
          z-index:11;
        }

.center {
  text-align:center!important;
}

#footer a.active {
	color:silver;
	text-decoration:none;
}

.centy {
padding: 5px;
width: 30%;
 margin: 0 auto;
}

.foot{


  color: white;

}

#Turniej {
  background-color: red;
  color: white;
  font-size: 18px

}

input[disabled] {
    cursor: default !important;
}

.acc-form{
  color: darkblue;
}

.menuacc {
  font-family: 'unisans';
    color: #cccccc;
    top: 50%;
    transform: translate(3%, -50%);
}

.LogOut {
  font-family: 'unisans';
  color: #ff0000 !important;
}
.PassChange{
  font-family: 'unisans';
  color: #15d415 !important;
}
.textacc{
  font-family: monospace;
    color: #bbbbbb;
    top: 50%;
    transform: translate(0, -50%);
    border: 1px solid rgba(0,0,0,0);
}
}

.skin{
  background: rgba(204, 204, 204, 0.6);
  margin: 10px auto;
  height: 100px!important;
}

.row{
  margin-bottom: 0px;
      background: rgb(20 20 20);
      margin: 10px auto;
      height: 40px;
      margin-top: 0px;}


.row a {
  color: #bbbbbb;
  text-decoration: none;
}

.rowa{
  background: rgba(204, 204, 204, 0.6);
  margin: 10px auto;
  height: 100px;
}

.form-table {
  display: table; width:100%;
}

.rank {
background-color: #141414;
margin-bottom: 5px;
color: #cccccc;
font-family: monospace;
}

.link {
  top: 50%;
  transform: translate(0, -50%);
  color: #cccccc;
  font-family: monospace;
}

.link2 {
  top: 50%;
  transform: translate(0, -50%);
  color: #cccccc;
  font-family: monospace;
}

.link img {
  background-color: #444444;
}
.avatarchecked {
  background-color: #444343;
}
.avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.avatarbig img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.avatarred {
    background-repeat: no-repeat;
    background-size: 200px 200px;
    width: 200px;
    margin: auto;
    height: 200px;
    background-color: red;
    background-image: url(..//img/skin.png);
    border-radius: 50%;
}
.camera {
      margin: 0;
      position: relative;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      width: 100px;
      height: 100px;
      z-index: 9999;
      cursor: pointer;
      -webkit-transition: all 0.3s linear;
      overflow: hidden;
  }

  .circle {
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: all 0.3s linear;
    stroke-dashoffset: 33px;
    stroke-dasharray: 33px;
  }

  .cameraFrame {
    -webkit-transition: all 0.5s linear;
    stroke-dashoffset: 72px;
    stroke-dasharray: 72px;
  }

  .plus {
    -webkit-transition: all 0.3s linear;
    stroke-dashoffset: 5px;
    stroke-dasharray: 5px;
  }
  #cos:hover .form-group > #camera > #cameraFrame{
  stroke-dashoffset:0;
}

.pat {
  stroke-dashoffset:0;
}

.klanowicze {
  border-top: 0;
  max-height: 220px !important;
  overflow-x: hidden;
  overflow-y: auto;
}

.mess_type_2{
  color:orange;
}
.mess_type_1{
  color:#ff00ff;
}

.linia {
  height: 40px;
}

.playxbtn {
  border-radius: 5px;
  border: none;
color: white;
height: 39px;
width: 199px;
background-image: url("../img/play_x.png");
}

#mode2 {
  border-radius: 5px;
  border: none;
color: white;
height: 39px;
width: 199px;
background-image: url("../img/play-turniej.png");
}

#mode2:active{
  border-radius: 5px;
  border: none;
  color: white;
  height: 39px;
  width: 199px;
  background-image: url("../img/play-turniej.png");

}

.btn-primary{

  border-radius: 5px;


}

.btn-primary:focus {
  outline: none;
}


.btn:focus {
  outline: none;
}

.playxbtn:active{
  border-radius: 5px;
  border: none;
  color: white;
  height: 39px;
  width: 199px;
  background-image: url("../img/play_x.png");

}

.setxbtn {

  width: 38px;
    height: 38px;
    float: right;
    background: no-repeat;
    background-image: url('../img/settings.png');
    */ border-radius: 50px; */

}

.podglxbtn {
  vertical-align: middle;
  border-radius: 5px;
  color: black;
  font-size: 18px;
  font-family: cursive;
  width: 144px;
  height: 38px;
  border: none;
background: no-repeat;
background-image: url("../img/spc.png");
background-color: transparent;
}

.whitx {
  color: #cccccc;
}
.Drop{
  border: 3px solid #3a3a3a;
    background-color: black;
}
.Drop li a{
    background-color: black;
    font-family: 'unisans';
    color: white;
}

#sstuff a, #signupbtn a {
  background-color: black;
  font-family: 'unisans';
  color: white;
  text-decoration: none;
}

.simplecolorpicker.glyphicons span.color[data-selected]:after {
  position: relative;
  top: 1px;
  line-height: .9;
  -webkit-font-smoothing: antialiased;
  margin-right: 1px;
  margin-left: 1px;
}
.simplecolorpicker.picker {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1051; /* Above Bootstrap modal (@zindex-modal = 1050) */
  display: none;
  float: left;

  min-width: 160px;
  max-width: 283px; /* @popover-max-width = 276px + 7 */

  padding: 5px 0 0 5px;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff; /* @dropdown-bg */

  border: 1px solid #ccc; /* @dropdown-fallback-border */
  border: 1px solid rgba(0, 0, 0, .15); /* @dropdown-border */

  -webkit-border-radius: 4px; /* @border-radius-base */
     -moz-border-radius: 4px;
          border-radius: 4px;

  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
     -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.simplecolorpicker.inline {
  display: inline-block;
  padding: 6px 0;
}

.simplecolorpicker span {
  margin: 0 5px 5px 0;
}

.simplecolorpicker.icon,
.simplecolorpicker span.color {
  display: inline-block;

  cursor: pointer;
  border: 1px solid #cccccc;
}

.simplecolorpicker.icon:after,
.simplecolorpicker span.color:after {
  content: '\00a0\00a0\00a0\00a0'; /* Spaces */
}

.simplecolorpicker span.color[data-disabled]:hover {
  cursor: not-allowed;
  border: 1px solid transparent;
}

.simplecolorpicker span.color:hover,
.simplecolorpicker span.color[data-selected],
.simplecolorpicker span.color[data-selected]:hover {
  border: 1px solid #222; /* @gray-dark */
}
.simplecolorpicker span.color[data-selected]:after {
  color: #fff;
}

/* Vertical separator, replaces optgroup. */
.simplecolorpicker span.vr {
  border-left: 1px solid #222; /* @gray-dark */
}
#color_list{
  border: 1px solid #cccccc;
}

h3 {
  color: #cccccc;
  font-family: monospace;
}
.a1 {
  float:left;
  margin-left: 3% ;
  margin-right: 3% ;
}

.a1 a {
  cursor: pointer !important;
}
.tablinks {
color: #cccccc;
text-decoration: none !important;
font-family: 'unisans';
cursor: pointer;
}
.tablinks:hover {
color: #cccccc;
text-decoration: none !important;
font-family: 'unisans';
cursor: pointer;
}
.tablinks:focus {
color: #cccccc;
text-decoration: none !important;
font-family: 'unisans';
cursor: pointer;
}
input, textarea {font-family: monospace;color: black;}
textarea {background-color: white !important;}
label {font-family: monospace;color: #cccccc;cursor: inherit;}
select {font-family: monospace;}
#color1 button, #color2 button {
  font-family: 'unisans';
}
#color1, #color2 {
  text-align: center;
}

.textacc1{
  text-align: end;
  color: white;
}
.textacc2{
text-align: center;
font-size: 18px;
color: white;
}
.textacc3{
  color: white;
}
.point{
  cursor: pointer;
}
.point:hover{
  cursor: pointer;
  background-color: rgb(30, 30, 30);
}

.bottomADS {
  display: flex;
  justify-content: center;
  transform: scale(0.8);
}

.button-class {
  margin: 0 auto;
margin-left: 1%;
margin-right: 1%;
height: 25px;
width: 112px;
line-height: 25px;
display: inline-block;
}
.button-class a {
  text-decoration: none;
  color: white;
  cursor: pointer !important;
}
.youtube {
  background-color: #c62828;
}
.discord{
  background-color: #1976d2;
}
.donate{
  background-color: #ff3374;
}
.butt-on{
  width: 120px;
  height: 30px;
  background-color: black;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  display: grid;
}
.redx {
  color: red;
}
.tab {
height: 25px;
margin-top: 5px;
}
