/* Hide scrollbars while keeping scrolling functional */
/* For most browsers */
.msgs, .all {
  overflow: scroll; /* or auto */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

*{word-break: break-all;}

/* Hide scrollbar for Chrome, Safari and Opera */
.msgs::-webkit-scrollbar, .all::-webkit-scrollbar {
  display: none;
}

.audio{width: 100%; background-color: #222; font-size: 9vw; color: #444; display: flex; padding: 4.5vw 0;
  align-items: center; gap: 4.5vw;
  }


.audio-btn {
  width: 9vw;
  height: 9vw;
  background: #444;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  padding: 0;
  transition: background 0.2s;
}
.audio-btn:hover {
  background: #222;
}
.audio-btn svg {
  width: 70%;
  height: 70%;
  display: block;
}
.audio audio {
  display: none; /* скрываем стандартный плеер */
}


.msgs{ max-height: calc(100vh - 26vw); height:auto; top: 18vw; position: absolute; overflow-y: auto; z-index: 0;}

#msgform{width: 100%; left:0; height: 8vw; }

.newmes{ width: 100%; color: cyan;
background: black;
font-family: sans-serif;
font-size: 4.5vw;
padding: 1vw;
}

.sendmes{ width: 10vw; color: lime; background: black;
font-family: sans-serif;
font-size: 4.5vw; padding:0;}

.addimg{ width: 10vw; color: lime; background: black;
font-family: sans-serif;
font-size: 4.5vw; padding:0;}

.dropdown3 { display: inline-block; position: relative;} .dropbtn3 {  color:cyan; } .dropdown-content3 { position: absolute; display: none;    background-color: black;  width: 88vw; border: 1vw white solid; color: cyan;  } .dropdown-content3 a {   text-decoration: none; } .dropdown-content3 a:hover {background-color: #f1f1f1; } .dropdown3:hover .dropdown-content3 { display: unset; } .dropdown3:hover .dropbtn3 { background-color: blue; }


.si1{
width: 60vw;
height: 60vw;

}
a{color: cyan;}
.bi1{
height: 5vw;
background: black;
border: 0.25vw black solid;
}
.bi1 img{
height: 4.5vw;

}

.dd1 { 
    position: relative; 
    display: inline-block; 
    
} 

.webname{
color: blue;
}

.dt1 { 
    
    height: 5vw; 
width: 5vw;
    background: black; 
    color: black; 
    
    border: 0.25vw solid black; 
    
    
    cursor: pointer; 
} 
.dt1 img{
height: 4.5vw;
width: auto;

}

.dc1 { 
    display: none; 
    position: absolute; 
    top: 5.3vw;  
    background-color: #f9f9f9;  
    box-shadow: 0px 1vh 2vh 0px rgba(0,0,0,0.2); 
    z-index: 1; 
    
  left: 50%;
transform: translate(-50%, -0%);
} 

.dc1 a { 
    color: black; 
    padding: 3vw 3vw; 
    text-decoration: none; 
    display: block; 
    font-size: 4vw; 
} 

.dc1 a:hover { 
    background-color: lightgray;
} 

.dd1:hover .dc1 { 
    display: block; 
} 

.dd1:hover .dt1 { 
    background-color: darkgray; 
} 





.gp {
    display: flex; /* Use flexbox for layout */
    flex-wrap: wrap; /* Allow child elements to wrap to the next line */
    justify-content: space-between; /* Align items to the left */
   
}

.mg1 {
    border: 0.1vw white solid;
    background: black;
    text-align: center;
    width: 29vw; /* Width of each .mg1 block */
    margin-bottom: 1vw; /* Optional spacing below each element */

}




a{
text-decoration: none;
}

.gimg {
    width: 22vw; /* Width of the image */
}






*{ padding: 0; margin: 0; }

.fit{ width: 88vw;}
.right{right: 5vw;}
h1 {
 padding: 2.25vw 0;
 margin: 0;
  font-family: sans-serif;
  font-size: 11vw;
  color: lightgray;
}
h2 {
  padding: 2.25vw 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 9vw;
  color: lightgray;
  
  }
h3 {
  padding: 2vw 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 7vw;
  color: lightgray;
}
p {
color: lightgray;
font-family: sans-serif;
font-size: 4.5vw;
padding: 2vw 0;
}
small {
color: lightgray;
font-family: sans-serif;
font-size: 2vw;
padding: 0.75vw 0;
}
.h3img{
width: 7vw;
height: 7vw;
border-radius: 50%;
}
.h2img{
width: 9vw;
height: 9vw;
}
.br{
    height: 4vw;
}
.pc1{
    width: 89.4vw;
    border: 0.3vw lightgray solid;
    background: black;
}
.pc2{
    width: 89.4vw;
    border: 0.3vw lightgray solid;
    background: black;
}
.imgp{ height: 4.5vw; background: url(Lt.png); background-repeat: no-repeat;
  background-size: 100% 60%;
  background-position: 50% 45%;
  color: transparent;
}
.tab1 {
display: flex; justify-content: space-between; border: 0.1vw lightgray solid; background-color: black; width: 89.8vw;
}
.tab2{ padding: 0; margin: 0; display: flex; justify-content: space-between; border: 1px lightgray solid; background-color: black; width: 90vw;}
.code {
border-left: 8px solid blue;
text-align: left;
background-color: gray;
}
.code p{
display: table; /* keep the background color wrapped tight */ margin: 0px auto 0px auto; /* keep the table centered */ padding:5px;font-size:3rem;color:black;
text-align: left; word-break:break-all; 
}
.lime{
color: lime;
}
.green{
color: green;
}
.red{
color: red;
}
span[class=cyan]{
color: cyan;

}
span[class=yellow]{
color: yellow;

}

html, body {
  background-color: #808080;
  padding-bottom: env(safe-area-inset-bottom);
}


.all {margin:0;background:#414141;padding:0 5vw; padding-top:18vw;text-align:center;word-break:normal;}
.all1 {margin:0;background:#414141;padding:0 5vw; text-align:center;word-break:normal;}
body {background:#414141; width: 100vw; min-height: 100vh;display: flex;
  flex-direction: column;
padding-bottom: env(safe-area-inset-bottom);
}
main{ flex: 1;}
.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}
.put {
  width: 100%;
  min-height: 10vw;
  font-size: 5vw;
  border: 0.3vw solid white;
  background: black;
  color: cyan;
}

.put2 {
  width: 100%;
  min-height: 10vw;
  font-size: 5vw;
  border: 0.3vw solid white;
  background: black;
  color: cyan;
  padding: 2vw;
}

.put:-webkit-autofill,
.put2:-webkit-autofill {
  
  
  
  
  color: cyan !important;
  -webkit-text-fill-color: blue !important;
}



.put:-moz-autofill,
.put2:-moz-autofill {
  width: 100% !important;
  
  background: black !important;
  color: blue !important;
}




.sub { width:100%;height:10vw;display:inline;background-color:cyan;font-size:5vw;border: 0.3vw solid white;}



.main {
  padding: 0px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}
kbd kbd { background: #eaeaea; border: 1px solid #ccc; margin: 0 .1em; padding: .25em; }

img .imgcnt { width:970px; border: black 2px solid;}
}

.i5501{ font-size: 1.2vw; padding: 0 0; margin: inherit;}
.i5502{ font-size: 1.2vw; padding: 0 0; margin: inherit;}




.sfont { background-color: green; font-size:2vw; display: flex; justify-content: space-between; width: 80vw; padding: 0vw 10vw 0vw 10vw; color: cyan;}
.sfont a { font-size:2.3vh; color:cyan; text-decoration: none;}

.d005{ width: 20vw;}
.d004{
height:4.5em;display: flex; justify-content: space-between;
}
.d003{
height:4.5em;display: flex; justify-content: space-between;
}
.d002{
float: left; width:12vw; height:12vw;margin-top:2.5vw; border-radius: 50%;
}
.d001{
border: 0.5vw solid green; overflow:auto;
}


/*DESKTOP*/ @media only screen and (min-width : 1000px), only screen and (orientation: landscape) { 



.audio{width: 100%; background-color: #222; font-size: 1.6vw; color: #444; display: flex; padding: 0.8vw 0; gap: 0.8vw;
  }

.audio-btn {
  width: 1.6vw;
  height: 1.6vw;
  
}







.msgs{ max-height: calc(100vh - 7vw); height:auto;  width: 40vw; position: absolute; top: 5vw; left: 30vw; overflow-y: auto; }

#msgform{width: 39.94vw; left:30vw; height:  2vw; }

.newmes{ width: 100%; color: cyan;
background: black;
font-family: sans-serif;
font-size: 1vw;
padding: 0.25vw 0;
}

.sendmes{ width: 2vw; color: lime; background: black;
font-family: sans-serif;
font-size: 1.5vw; padding:0;}

.addimg{ width: 2vw; color: lime; background: black;
font-family: sans-serif;
font-size: 1.5vw; padding:0;}


.typ{width: 40vw; padding-left: 30vw;}


.fit{
margin-right: 0vw;
width: 100%;
max-width: 100%;
}

.dropdown-content3 { padding: 0.5vw; position: absolute; display: none;     border: 0.03vw white solid; width: 100%; }


.si1{
width: 20vw;
height: 20vw;

}

.bi1{
height: 1.4vw;
}
.bi1 img{
height: 1.2vw;

}

.dd1 { 
    position: relative; 
    display: inline-block; 
    
} 

.dt1 { 
    
    height: 1.4vw; 
width: 1.4vw;
    
    
    
    cursor: pointer; 
} 
.dt1 img{
height: 1.2vw;
width: auto;

}

.dc1 { 
    display: none; 
    position: absolute; 
    top: 1.5vw;  
    background-color: #f9f9f9;  
    box-shadow: 0px 1vh 2vh 0px rgba(0,0,0,0.2); 
    z-index: 1; 
    
  left: 50%;
transform: translate(-50%, -0%);
} 

.dc1 a { 
    color: black; 
    padding: 3vw 3vw; 
    text-decoration: none; 
    display: block; 
    font-size: 4vw; 
} 

.dc1 a:hover { 
    background-color: darkgray;
} 

.dd1:hover .dc1 { 
    display: block; 
} 

.dd1:hover .dt1 { 
    background-color: darkgray; 
} 










.mg1{
    
    text-align: center;
    width: 12vw;
}

.gimg{ width: 8vw;}


    .fit{ width: 89.4vw;}
    .right{ right: 0; }
h1 {
  padding: 1vw 0;
  font-family: sans-serif;
  font-size: 2vw;

 
}
h2 {
  padding: 1vw 0;
  font-family: sans-serif;
  font-size: 1.6vw;
  
}
h3 {
 padding: 1vw 0;
  font-family: sans-serif;
  font-size: 1.2vw;
  
}
.h3img{
width: 1.2vw;
height: 1.2vw;
border-radius: 50%;
}
p {

font-family: sans-serif;
font-size: 0.8vw;
padding: 0.8vw 0;

}
.imgp{ height: 1vw;}
.pc1{
    width: auto;
    border: 0.03vw lightgray solid;
margin-left: 0;
}
.tab1 {
display: flex; justify-content: space-between; width: auto;

border: 0.03vw lightgray solid;
}
.tab2 {
display: flex; justify-content: space-between;  width: auto;
padding: 1vw;
}
img[class=tab2]{
    width: 88vw;
    margin-left: 10vw;
}
.br{
    height: 1vw;
}
.code {
border-left: 8px solid blue;
text-align: left;
background-color: gray;
}
.code p{
display: table; /* keep the background color wrapped tight */ margin: 0px auto 0px auto; /* keep the table centered */ padding:5px;font-size:3rem;color:black;
text-align: left; word-break:break-all; 
}

.all {margin:0;background:#414141;width: 100vw; text-align:center;word-break:normal; padding: 4.55vw 0 0 0; text-align: center;}
.all1 {margin:0;background:#414141;width:100vw; text-align:center;word-break:normal; padding: 0; text-align: center;}
body {background:#414141; width: 100vw;}
.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}
.put { width: 100%;min-height:3vw;font-size:1.5vw;border: 0.03vw solid lightgray; }
.put2 { width: 100%;min-height:3vw;font-size:1.5vw;border: 1px solid lightgray; padding: 1vw;}

.sub { width: 100%;height:3vw; display:inline;font-size:1.5vw;border: 0.03vw solid white;}

.main {
  padding: 0px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}
kbd kbd { background: #eaeaea; border: 1px solid #ccc; margin: 0 .1em; padding: .25em; }

img .imgcnt { width:970px; border: black 2px solid;}

.i5501{ font-size: 1vw; padding: 0vw 0; margin: inherit;}
.i5502{ font-size: 1vw; padding: 0vw 0; margin: inherit;}


.sfont { background-color: green; font-size:2vw; display: flex; justify-content: space-between; width: 40vw; padding: 0vw 30vw 0vw 30vw; color: cyan;}
.sfont a { font-size:1vw; color:cyan; text-decoration: none;}
.d005{ width: 10vw;}
.d004{
display: flex; justify-content: space-between;
font-size: 1.25vw; margin-top: 0;
}
.d003{
display: flex; justify-content: space-between;
margin-top: 0; font-size: 1.25vw;
}
.d002{
float: left; width:7vw; height:7vw;margin-top:1vw; margin-bottom: 1vw; border-radius: 50%;
}
.d001{
border-left: 0.4vw solid green; border-right: 0.4vw solid green; border-top: 0.2vw solid green; border-bottom: 0.2vw solid green; overflow:auto;
height: 9vw;
}


}

/*DESKTOP💎🦐🔑📡📡❄️🎩❄️✅✅🪙📃🎉*/ 
@media only screen and (max-width : 1000px) and (orientation: landscape) { 

  
  h1 {
    font-size: 4vw; /* different font size */
  }

  h2 {
    font-size: 3.2vw; /* different font size */
  }

  h3 {
    font-size: 2.4vw; /* different font size */
  }
.h3img{
width: 2.4vw;
height: 2.4vw;
border-radius: 50%;
}

  p {
    font-size: 1.6vw; /* different font size */
  }

  

  .put {
    /* different width */
    font-size: 2vw; /* different font size */
  }

  .put2 {
    /* different width */
    font-size: 2vw; /* different font size */
    
 /* different padding */
  }



  .sub {
    /* different width */
    font-size: 2vw; /* different font size */
  }

  .sfont {
    font-size: 2vw; /* different font size */
    

  }

  .sfont a {
    font-size: 1vw; /* different font size */
  }

}

/*DESKTOP💎🦐🔑📡📡❄️🎩❄️✅✅🪙📃🎉*/ 
@media only screen and (max-width : 1200px) and (min-width: 1000px) and (orientation: landscape) { 

  

  

  h1 {
    font-size: 4vw; /* different font size */
  }

  h2 {
    font-size: 3.2vw; /* different font size */
  }

  h3 {
    font-size: 2.4vw; /* different font size */
  }
.h3img{
width: 2.4vw;
height: 2.4vw;
border-radius: 50%;
}

  p {
    font-size: 1.6vw; /* different font size */
  }

  .pc1 {
     /* different width */
    margin-left: 5vw; /* different margin */
  }

  .put {
    /* different width */
    font-size: 2vw; /* different font size */
  }

  .put2 {
    /* different width */
    font-size: 2vw; /* different font size */
    padding: 1vw; /* different padding */
  }

  .sub {
     /* different width */
    font-size: 2vw; /* different font size */
  }

  .sfont {
    font-size: 2vw; /* different font size */
    
  }

  .sfont a {
    font-size: 1vw; /* different font size */
  }

}



