body {
  margin: 0;
  display: flex;
  justify-content: center;
}
#toast {
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 280px;
  max-width: 90%;
  padding: 14px 20px;
  backdrop-filter: blur(10px);
  color: white;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  z-index: 9999;
  transition: top 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
  font-family: "dop";
  font-weight: bold;
}
#toast.show {
  top: 20px;
  opacity: 1;
}
#app {
  padding: 16px;
  box-sizing: border-box;
  min-height: 100vh;
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: background 0.3s ease;
}
.page {
  display: none;
}
.page.active {
  display: block;
}
.f1_logo{
  margin-top: 100px;
  width: 250px;
}
.dop-button{
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.меню-текст{
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-family: "dop";
  font-weight: bold;
}
.меню{
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: max-content;
  height: max-content;
  max-width: 380px;
  padding: 20px 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.2);
}
.кнопка-меню {
  cursor: pointer;
  height: 50px;
  width: 300px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 20px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  transition: all 0.4s ease;
  font-family: "dop";
}
.кнопка-меню:hover{
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.6);
}
.текст-меню {
  color: white;
  font-size: 20px;
  font-family: "dop";
}
.pfp{
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.team_menu-container {
  display: grid;
  padding: 20px 20px;
  width: max-content;
  height: max-content;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 25px;
}
.team_menu-container > :last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  width: 50%;
}
.team_place-container{
  border-radius: 25px;
  padding: 10px 10px;
  width: max-content;
  max-width: 150px;
  height: max-content;
  border: none;
  background-color: rgb(0, 165, 187);
  transition: all 0.4s ease;
}
.team_place-container:hover{
  transform: scale(1.1);
  background-color: rgb(0, 225, 255);
}
.photo-team_container{
  border-radius: 25px;
  width: 100px;
  height: 100px;
}
.footer-twoButtons{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: center;
  border-radius: 30px;
  width: 350px;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.2);
}
.button-forFooter{
  cursor: pointer;
  height: 50px;
  width: 250px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 20px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  transition: all 0.4s ease;
  font-family: "dop";
}
.button-forFooter:hover{
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.6);
}
.баланс{
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-family: "dop";
  font-weight: bold;
}
.div-createTeam{
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  border-radius: 30px;
  width: max-content;
  max-width: 380px;
  max-height: 400px;
  overflow: auto;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.2);
}
.button-createTeam{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  padding: 10px 10px;
  cursor: pointer;
  width: 350px;
  height: max-content;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 20px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  transition: all 0.4s ease;
  font-family: "dop";
}
.button-createTeam:hover{
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.6);
}
.button-createTeam.selected {
  border: 2px solid #00c853;
  background-color: rgba(0, 200, 83, 0.15);
}
.photo-createTeam{
  height: 50px;
  width: 50px;
  border-radius: 15px;
}
.div_texts-createTeam{
  display: flex;
  flex-direction: column;
  justify-content: left;
  height: max-content;
  width: max-content;
}
.div_texts-clans{
  display: flex;
  flex-direction: column;
  justify-content:left;
}
.place-clans{
  position: relative;
  right: 0%;
  bottom: 0%;
  color: white;
  font-size: 20px;
  font-family: "dop";
  font-weight: bold;
}
.div-createClan{
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: max-content;
  height: max-content;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.inputs{
  width: 380px;
  height: max-content;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 20px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  transition: all 0.4s ease;
  font-family: "dop";
  margin: 0px 20px;
}
.head-div{
  position: relative;
  top: 5px;
  display: grid;
  grid-template-columns: 60px 1.5fr 1fr 1fr 1fr;
  column-gap: 7px;
  padding: 10px 15px;
  font-size: 14px;
  opacity: 0.8;
}
.head-text{
  font-size: 15px;
  color: rgb(255, 255, 255);
  font-family: "dop";
  font-weight: bold;
}
.button-clans {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1.5fr 1.5fr 1fr 1fr;
  padding: 10px 10px;
  align-items: center;
  width: 380px;
  height: max-content;
  border-left: none;
  border-right: none;
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
  transition: all 0.4s ease;
  color: rgb(255, 255, 255);
  font-family: "dop";
  font-weight: bold;
  overflow: hidden;
}
.button-clans::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.5) 50%,
    transparent 100%
  );
  transform: rotate(25deg);
  pointer-events: none;
}
.button-clans:hover::before {
  left: 125%;
  transition: left 0.7s ease-in-out;
}
.div-userInfoRating{
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: center;
  border-radius: 30px;
  width: 100%;
  max-width: 380px;
  height: max-content;
  max-height: 100px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.2);
}
.head-div-rating{
  position: relative;
  top: 5px;
  display: grid;
  grid-template-columns: 100px 90px 80px 1fr;
  column-gap: 7px;
  padding: 10px 15px;
  font-size: 14px;
  opacity: 0.8;
}
.button-rating {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr 1fr 1fr;
  padding: 10px 10px;
  align-items: center;
  width: 380px;
  height: max-content;
  border-left: none;
  border-right: none;
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
  transition: all 0.4s ease;
  color: rgb(255, 255, 255);
  font-family: "dop";
  font-weight: bold;
  overflow: hidden;
  pointer-events: none;
}
.div-viewClan-main{
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 30px;
  width: max-content;
  max-width: 380px;
  min-height: 250px;
  max-height: 400px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgb(255, 255, 255);
  font-family: "dop";
  font-weight: bold;
}
.head-div-viewClan{
  position: relative;
  top: 5px;
  left: 5px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  column-gap: 7px;
  padding: 10px 15px;
  border-color: rgb(0, 0, 0);
}
.div-viewClan {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding: 10px 10px;
  align-items: center;
  width: 380px;
  height: max-content;
  border-left: none;
  border-right: none;
  border-color: rgba(255, 255, 255, 0.4);
  background: transparent;
  color: rgb(255, 255, 255);
  font-family: "dop";
  font-weight: bold;
  overflow: hidden;
  pointer-events: none;
}

.faq-item {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  overflow: hidden;
}
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  cursor: pointer;
  color: white;
  font-family: "dop";
  font-weight: bold;
}
.faq-toggle {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  transition: transform 0.3s ease;
}
.faq-item.open .faq-toggle {
  transform: rotate(180deg);
}
.faq-body {
  max-height: 0;
  overflow: auto;
  scrollbar-width: thin;
  padding: 0 14px;
  color: white;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-family: "dop";
}
.faq-item.open .faq-body {
  max-height: 200px;
  padding: 10px 14px 14px;
}
.faq-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.faq-item.open .faq-divider {
  opacity: 1;
}
.div-head-menu{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 50px;
}
.кнопки-перелистывание{
  border-radius: 10px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.6);
  color: rgb(255, 255, 255);
  font-family: "dop";
  font-weight: bold;
  padding: 10px 10px;
  font-size: 20px;
  transition: transform 0.4s ease;
}
.кнопки-перелистывание:hover{
  transform: scale(1.1);
}
.текст-меню-админ-панель{
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-family: "dop";
  font-weight: bold;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.2);
  padding: 10px 10px;
}
.разделитель {
  height: 1px;
  width: 350px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 14px;
}
@font-face {
    font-family: 'dop';
    src: url('dopText.otf') format('truetype');
}
.activate-menuButtons-animation{
    animation: menuButtons 0.5s ease-out forwards;
}
@keyframes menuButtons{
    0%{
       opacity: 0;
    }
    100%{
        opacity: 1;
    }
}