.input-text-container{
  margin-top: 30px;
}

.input-title{
  text-align: center;
}

.language-block,
.version-block,
.theme-block,
.account-block,
.guide-block,
.privacy-policy-block{
  display: flex;
  justify-content: space-between;
  margin: auto auto;
  margin-top: 9px;
  width: 45%;
  height: 21px;
}

.language-en,
.language-ua,
.language-ru,
.version,
.account-name,
.account-change-name,
.guide,
.theme-change,
.privacy-policy{
  text-align: center;
  transition: all 0.5s;
  display: block;
  cursor: pointer;
}

.language-block > *{
  flex-basis: 100%;
}

.version{
  width: 100%;
}

.guide{
  width: 100%;
}

.new-user-name-container{
  display: none;
}

.account-block{
  display: block;
  height: auto;
}

.new-user-name-button{
  margin-top: 10px;
  outline: none !important;
}

.account-name{
  width: fit-content;
  margin: 0 auto;
  border-right: none;
  padding-bottom: 5px;
}

.account-change-name{
  width: auto;
  padding-top: 5px;
}

.theme-block{
  display: none;
  flex-direction: column;
  height: auto;
  width: fit-content;
  text-align: center;
}

.theme-square-row{
  display: flex;
}

.theme-square{
  width: 50px;
  height: 50px;
  margin: 12px 7px;
  border-radius: 8px;
  font-size: 25px;
  line-height: 50px;
}

#theme-1{
  background: #27282c;
  color: #00ed7b;
}

#theme-2{
  background: #27282c;
  color: #00b6ed;
}

#theme-3{
  background: #27282c;
  color: #ed9900;
}

#theme-4{
  background: #dbdee9;
  color: #00a958;
}

#theme-5{
  background: #dbdee9;
  color: #00b6ed;
}

#theme-6{
  background: #dbdee9;
  color: #d48a00;
}

#theme-7{
  background: #000000;
  color: #00ff66;
}

#theme-8{
  background: #000000;
  color: #00b8ff;
}

#theme-9{
  background: #000000;
  color: #f90;
}

#theme-10{
  width: auto;
  height: 0px;
  margin: 0;
  font-size: 15px;
  line-height: inherit;
}
