
:root{
  --left-btn:30px ;
}
body {
padding: 0;
margin: 0;
background-color: #e0e0e0;
}
header {
height: max-content;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 50px;
margin-top: 50px;
}

.statistic {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin: auto;
margin-bottom: 25px;
width: 90%;
border-radius: 15px;


}
.statistic * {
width: 300px;
font-size: 25px;
margin: 15px;

}

p {
font-size: 25px;
color: black;
background-color: aliceblue;
padding: 25px;
border-radius: 15px;

}

.r {
color: black;
background-color: #9fcc2e;
width: 100%;
padding: 5px;
border-radius: 5px;
}

form textarea {
width: 80%;
height: 60px;
margin-right: 10px;
background-color: rgba(0, 0, 0, 0);
border: none;
}
form input {
width: 120px;
height: 40px;
font-size: 15px;
}

form {
display: flex;
justify-content: center;
align-items: center;
margin: auto;
width: 70%;

margin-bottom: 25px;

border-radius: 15px;

}

.texts {
display: flex;
flex-wrap: wrap;
}
.text-item {
width: clamp(300px, 25%, 25%);
height: max-content;
margin: 0 auto;
margin-bottom: 25px;
padding: 40px;
border-radius: 15px;
font-size: 25px;

}

.text {
width: 80%;

margin: auto;
}
.container {
width: 100%;
}

.zag {
text-align: center;
font-size: 50px;
height: 50px;
margin-bottom: 50px;
}




.butons{
  position: fixed;
  right: 0;
  top: 0;
display: flex;
justify-content: center;
align-items: center;
width: 220px;
margin: auto;
margin-top: 15px;
border-radius: 30px;
padding: 10px;
}
.butons::before{
  content: '';
  position:absolute;
  width: 200px;
  height: 60px;
  background-color: rgb(132, 132, 132);
  border-radius: 30px;
  z-index: -1;
}

.butons::after{
  content: '';
  position:absolute;
  left: var(--left-btn);
  width: 80px;
  height: 50px;
  background-color: #222;
  border-radius: 25px;
  z-index: -1;
  transition: .5s;
}
.butons span{
  width: 100px;
  height: 100px;
  font-size: 35px;
  margin: 10px ;
  cursor: pointer;
}
.butons:first-child{
  margin-left: -150px;
}
.active{
  color: white;
  padding: 5px 10px;
  font-size: 30px;
}








.keyboard {
text-align: center;
font-size: 14px;
font-family: sans-serif;
}

.keyboard__row {
display: inline-block;
height: 3em;
margin: 0.2em;
}

.keyboard__row--h1 {
height: 1.7em;
line-height: 1.4em;
}

.keyboard__row--h3 {
height: 3.3em;
}

.keyboard__row > * {
position: relative;
background: #333;
text-align: center;
color: #eee;
float: left;
border-radius: 0.3em;
margin: 0.2em;
padding: 0.2em;
width: 3.3em;
height: 100%;
box-sizing: border-box;
cursor: pointer;
-webkit-user-select: none;
border: 1px solid #444;
box-shadow: 0 0.2em 0 0.05em #222;
border-bottom-color: #555;
}

.keyboard__row--h1 > div {
width: 3.5em;
}

.keyboard__row > div[data-pressed],
.keyboard__row > div:active {
background: #ffffff;
color: black;
position: relative;
top: 0.2em;
box-shadow: 0 0 0 0.05em black;
}

.key--w3 {
width: 4.6em;
}

.key--w4 {
width: 6em;
}

.key--w5 {
width: 6.5em;
}

.key--w6 {
width: 8.3em;
}

.key--space {
width: 18em;
}

.key--double > * {
padding-top: 0.1em;
}

.key--double-leter div:first-child {
text-align: left;
padding: 5px;
}
.key--double-leter div:nth-child(2) {
text-align: right;
position: relative;
top: -5px;
left: -5px;
}

.key--bottom-left > * {
position: absolute;
text-align: left;
bottom: 0.4em;
left: 0.4em;
}

.key--bottom-right > * {
position: absolute;
text-align: right;
bottom: 0.4em;
right: 0.4em;
}

.key--fn > * {
font-size: 0.6em;
line-height: 1em;
padding-top: 1.2em;
padding-right: 0.2em;
text-align: right;
float: right;
}

.key--word > * {
font-size: 0.8em;
}

.key--arrow--tall > *,
.key--arrow > * {
font-size: 0.5em;
line-height: 3em;
}

.key--arrow {
height: 1.8em;
margin-top: 1.7em;
line-height: 0.5em;
}

.key--arrow--tall > * {
padding-top: 0.2em;
}

.keyboard > .keyboard__row {
text-align: center;
}
.key--double-D {
display: flex;
flex-wrap: wrap;
}
.key--double-D * {
width: 50%;
}





.shadow{
  border-radius: 15px;
  background:#e0e0e0;
  box-shadow: inset 5px 5px 10px #747474,
              inset -5px -5px 10px #ffffff;
}

.shadow2{
  border-radius: 10px;
  background: #e0e0e0;
  box-shadow:  5px 5px 10px #747474,
               -5px -5px 10px #ffffff;
}

#button{
background: #333;
text-align: center;
color: #eee;
border-radius: 10px;
margin: 0.2em;
padding: 0.2em;
width:140px;
height: 40px;
box-sizing: border-box;
cursor: pointer;
-webkit-user-select: none;
border: 1px solid #444;
box-shadow: 0 0.2em 0 0.05em #222;
border-bottom-color: #555;
}













#gradient
{
display: none;

}


body.cids #gradient
{
display: block;
width: 100%;
height: 100vh;
padding: 0px;
margin: 0px;
top: 0;
position: fixed;
z-index: -1;
}

body.cids *.shadow{
background: linear-gradient(145deg, #f0f0f0ac, #cacaca9b);
box-shadow: 20px 20px 60px #b5b5b52c, 
-20px -20px 60px #ffffff4d;
}
body.cids *.shadow2{
background: linear-gradient(145deg, #f0f0f0ac, #cacaca9b);
box-shadow: 20px 20px 60px #b5b5b52c, 
-20px -20px 60px #ffffff4d;
}
body.cids .keyboard{
margin: auto;
width: 62%;
padding: 20px;
border-radius: 25px;
background: linear-gradient(145deg, #f0f0f0ac, #cacaca9b);
box-shadow: 20px 20px 60px #b5b5b52c, 
-20px -20px 60px #ffffff4d;
}
body.cids .keyboard *{
mix-blend-mode: difference;
}


body.cids .keyboard__row > div[data-pressed],
.keyboard__row > div:active {
background: #000000;
color: rgb(255, 255, 255);
position: relative;
top: 0.2em;
box-shadow: 0 0 0 0.05em black;
}


body.cids .butons::before{
background: linear-gradient(145deg, #f0f0f0ac, #cacaca9b);
box-shadow: 20px 20px 60px #b5b5b52c, 
-20px -20px 60px #ffffff4d;
}


body.cids .zag{
mix-blend-mode: hard-light;
text-shadow: 5px 5px 5px  black;
color: #f0f0f0
}






.blac{
background-color:#282828;
}


body.blac *.shadow{
  border-radius: 15px;
  background: #282828;
  box-shadow: inset 5px 5px 10px #151515,
              inset -5px -5px 10px #3b3b3b;              
  color:#c2c2c2;

}
body.blac *.shadow2{
  border-radius: 15px;
  background: #282828;
  box-shadow:  5px 5px 10px #151515,
               -5px -5px 10px #3b3b3b;               
  color:#d2d2d2;
}



body.blac  textarea{
color: #ffffff; 
}

body.blac .keyboard{
margin: auto;
width: 62%;
padding: 20px;
border-radius: 25px;

border: 3px solid #d6d6d659;
}


body.blac .keyboard__row > div[data-pressed],
body.blac .keyboard__row > div:active {
  background: #3b3b3b; 

color:#0b0c10;
position: relative;
top: 0.2em;
box-shadow: 0 0 0 0.05em black;
}



body.blac .zag{
mix-blend-mode: hard-light;
text-shadow: 5px 5px 5px  black;
color: #f0f0f0
}

body.blac .r {  
  color:#000000;
  background-color: #59e2db;
}



body.blac .keyboard__row > * {
  background: #7f7f7f;
  color: rgb(34, 34, 34);
  border: 1px solid #000000;
  box-shadow: 0 0.2em 0 0.05em #313131;
  border-bottom-color: rgb(0, 0, 0);
  }