
body{
    background-color: #696969;
    background-image: url("../img/fon.png");

}


#bg_popup{
background-color: rgba(0, 0, 0, 0.8);
display: none;
position: fixed;
z-index: 99999;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

#popup {
font-size: 30px;
background: #fff;
width: 60vw;
margin: 25% auto;
padding: 5px 20px 13px 20px;
border: 2px solid #1BA600;
position: relative;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.close{
display:block;
position:absolute;
top:-12px;
right:5px;
width:25px;
height:25px;
line-height:28px;
color:#fff;
background:#1BA600;
cursor:pointer;

border-radius: 15px;

box-shadow: 1px 1px 3px #000;
}
.close:hover {
background-color:#f30;
}


#stalker{
width: 100vw;
height: auto;
position: relative;
}
.row1{
    display: flex;
    color: darkorange;
    justify-content: center;
    text-align: center;
    margin: 20px 0px;
    color:aliceblue;
    font-size: 24px;
}
h1{
    font-size: 50px;
}

.row3{
display: flex;
justify-content: space-around;
color: darkgoldenrod;
font-size: 25px;
}

.row3 img{

    width: 18vw;
    height: auto;
}
.public_room{
text-decoration: none;
}
.top{
     width: 19vw;
     height: auto;
    text-align: center;
    color: #FFD700;
    font-family: "Gill Sans", sans-serif;
    font-weight: 700;
}

span{
font-weight: 1000;
}
.gold{
   color: #FFD700;
   text-shadow:
    0 0 92px #DCDCDC,
    0 0 102px #DCDCDC,
    0 0 151px #DCDCDC;
}
.gold_fraction{
   color: #FFD700;
   text-shadow:
    0 0 92px #DCDCDC,
    0 0 102px #DCDCDC,
    0 0 151px #DCDCDC;
    font-size: 18px;
}
.silver{
   color: #DCDCDC;
   text-shadow:
    0 0 92px #DCDCDC,
    0 0 102px #DCDCDC,
    0 0 151px #DCDCDC;
}
.silver_fraction{
   color: #DCDCDC;
   text-shadow:
    0 0 92px #DCDCDC,
    0 0 102px #DCDCDC,
    0 0 151px #DCDCDC;
    font-size: 18px;
}
.bronze{
color: #FFA500;
text-shadow:
    0 0 92px #DCDCDC,
    0 0 102px #DCDCDC,
    0 0 151px #DCDCDC;
}

.bronze_fraction{
color: #FFA500;
text-shadow:
    0 0 92px #DCDCDC,
    0 0 102px #DCDCDC,
    0 0 151px #DCDCDC;
    font-size: 18px;
}


.brown{
color: #A0522D;
}
.brown_fraction{
color: #A0522D;
font-size: 18px;
}

.imgtop{
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 4vw;
}

.frame{
  position: relative;
  top: 0;
  left: 0;

}
.avatara {
  position: absolute;
  padding: 1.5vw;
  margin-top: 2.5vw;
  border-radius: 18px;
     text-shadow:
    0 0 92px #DCDCDC,
    0 0 102px #DCDCDC,
    0 0 151px #DCDCDC;

}



.row2{
    display: flex;
    color: #FFD700;
    justify-content: center;
    text-align: center;

    padding-top: 15px;
}

.row2 p{
    font-size: 35px;
    color:aliceblue;

}

#place{
    width: 13vw;
    height: 13vw;
    margin-right: 15px;
    background-color: rgb(45, 45, 45);
    border-radius: 20px;
    color:aliceblue;
    border: 1px solid #FFD700;
    box-shadow:
    0 0 92px #DCDCDC;
    font-size: 25px;
}
#win{
font-size: 35px;
}
#want{
font-size: 40px;
color: #00FA9A;
}

#reg img{
width: 270px;
height: auto;
margin-top: 30px;
}
#qr{
    width: 13vw;
    height: 13vw;
    border-radius: 30px;
    box-shadow:
    0 0 92px #DCDCDC;
    margin: 0.1px;
}

#qr img{
width: 13vw;
height: 13vw;
}

#place h2{
color: #00FA9A;
font-weight: 700;
font-size: 35px;
}

[data-tooltip] {
    position: relative; /* Относительное позиционирование */
 }
[data-tooltip]::after {

    font-size:35px;
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: 400px; /* Ширина подсказки */
    height:360px;
    right: 0; top: 0; /* Положение подсказки */
    background: #FFD700; /* Синий цвет фона */
    color: #000000; /* Цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition: 1s; /* Время появления подсказки */
    border-radius: 20px;

}
[data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: 2em; /* Положение подсказки */
}


#way{
    height: 15vw;
    width:470px;
    margin-left: 10px;
}

#bestkick1{
color: #FFD700;
font-weight: 700;
font-size: 43px;
}

.delta_int{
color: #00FA9A;
font-weight: 700;
font-size: 30px;
}
.delta_fraction{
color: #00FA9A;
font-weight: 700;
font-size: 20px;
}


.qr{
    width: 15vw;
    height: 15vw;
}

.btn{
    display: flex;
    justify-content: space-around;
}
.psrow.head{
    width: 90vw;
    max-height:  304px;
    color: #00131c;
    font-size: 30px;
    height: 55px;
    font-weight: bold;
    margin-left: 5vw;
    margin-top: 1.5vw;
    border: 2px solid #00FA9A;
    background-color:#00c210;
    border-radius: 10px;
}

.pstable{

    width: 90vw;
    max-height:  385px;
    background-color:#00c210;
    margin-left: 5vw;

    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}



.psrow{
    display: flex;
    height: 77px;
    font-size: 32px;
    scroll-snap-align: start;
    word-break: break-all;
}

.col{
    text-align: center;
    font-weight: 700;

    text-shadow:
    0 0 33px #F0F8FF;
    0 0 56px #F0F8FF;
    0 0 151px #F0F8FF;
    background-color: #8c8f94;
    border: 2px solid black;
    margin: 2px;
    border-radius: 10px;

}



.col.one{
    max-width: 10vw;
   }
.pstable.col.two{
   min-width: 25vw;
   font-size: 25px;

}
.col.three{
  max-width: 10vw;
}

.col.four{
    width: 20vw;
    font-size: 20px;

}

.col.five{
    max-width: 15vw;
    font-size: 25px;
}
.chat{
    position: relative;
    margin: 2.5vw 0 2.5vw 4.5vw;

    width: 90vw;
    height:  25vw;
    background: url("../img/frame.png");
    background-size: 90vw 25vw;
}
.openchat{
    position: relative;
    margin: 2.5vw 0 2.5vw 4.5vw;

    width: 90vw;
    height:  69vh;
    background: url("../img/frame.png");
    background-size: 90vw 70vh;

}


#shop{
position: relative;
    margin: 2.5vw 0 2.5vw 4.5vw;

    width: 90vw;
    height:  20vw;
}
.shop{
    hspace:50px;

    width: 90vw;
    height:  20vw;
}
.box_chat{
    width: 85vw;
    height:  13vw;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.aut{
margin-left: 20vw;
margin-top:3px;
color: #FFFFF0;
text-align: center;
font-size: 23px;
}
.chat_row{
display: flex;
margin-left: 4vw;
scroll-snap-align: start;
word-break: break-all;
}

.chat_row_name{
color: red;
font-size: 22px;
min-width: 10vw;
}
.chat_row_time{
color: red;
font-size: 22px;
min-width: 6vw;
}

.chat_row_message{
color: #FFFFF0;
font-size: 22px;
}
#done{
font-size: 17px;
text-align: center;
width: 100px;
height: 30px;
background: Green;

}
#headchat{
justify-content: space-between;
display: flex;
background: url("../img/headframe.png");
width: 88vw;
height: 58px;
text-align: center;
margin: 1vw 1vw 0 1vw;
}
#namechat{
width: 10vw;
text-align: right;
}


#iconopen{
width: 10vw;
height: 55px;
padding-left: 5px;
right: 1vw;
}
#openimg{
position: absolute;
right: 5px;
top: 5px;
width: 48px;
height: 48px;
}
.footerchat{
padding: 4px;
position: absolute;
bottom: 1.25vw;
left: 2.2vw;
background: grey;
width: 85.3vw;
height: 43px;
display: flex;
}
.footerchat a{
text-decoration: none;
font-size: 25px;
color: black;
}







