* {
    font-family: "JetBrains Mono";
    font-weight: 500;
    z-index: 1;
}
body {
  background-color: #424242;
  min-height: 100vh;
  background-image: "assets/background.mp4";
  font-family: 'Segoe UI', 'Arial', sans-serif;
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

.video-background video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  object-fit: cover;
}

.glass-container {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 24px;
  border: 2px solid rgba(255,255,255,0.1);
  padding: 32px 24px;
  max-width: 480px;
  width: 100%;
}

/* header {
  text-align: center;
  margin-bottom: 24px;
}

h1 {
  font-size: 2.2rem;
  margin: 0 0 8px 0;
  letter-spacing: 1px;
  color: #222;
}

h2 {
  font-size: 1.2rem;
  margin: 16px 0 8px 0;
  color: #333;
}

label {
  display: block;
  margin-bottom: 12px;
  color: #444;
} */

/* input, select, button {
  width: 100%;
  padding: 10px 12px;
  margin-top: 4px;
  border-radius: 12px;
  border: none;
  outline: none;
  background: rgba(255,255,255,0.6);
  box-shadow: 0 2px 8px rgba(31,38,135,0.07);
  font-size: 1rem;
  margin-bottom: 8px;
  transition: background 0.2s;
}

input:focus, select:focus {
  background: rgba(255,255,255,0.85);
} */

/* button {
  background: linear-gradient(90deg, #a8edea 0%, #fed6e3 100%);
  color: #222;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin-top: 8px;
  transition: box-shadow 0.2s;
}

button:hover {
  box-shadow: 0 4px 16px rgba(31,38,135,0.12);
} */

/* #buy-message {
  margin-top: 10px;
  min-height: 24px;
  color: #e74c3c;
  text-align: center;
}

#categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.category {
  background: rgba(255,255,255,0.35);
  border-radius: 16px;
  padding: 12px 16px;
  box-shadow: 0 2px 8px rgba(31,38,135,0.07);
}

.item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.item img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  background: #eee;
}

.item-info {
  flex: 1;
}

.item-name {
  font-weight: bold;
  color: #222;
}

.item-desc {
  font-size: 0.95em;
  color: #555;
}

.item-cost {
  color: #16a085;
  font-weight: bold;
}

#purchases-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#purchases-list li {
  background: rgba(255,255,255,0.25);
  border-radius: 10px;
  padding: 6px 10px;
  margin-bottom: 4px;
  font-size: 0.98em;
  color: #333;
}  */

.navbar {
  background: rgba(255,255,255, 0.18);
    backdrop-filter: blur(16px) saturate(180%);
    /* margin-top: 20px; */
    padding: 15px;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 55px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    position: fixed;
    top: 20px;
    z-index: 9999;
}

.navbar-button {
    background: rgba(255,255,255, 0.18);
	  backdrop-filter: blur(16px) saturate(180%);
    box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.18);
    padding: 4px 10px;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 75px;
    color: #ddd;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.navbar-button:hover {
    background-color: #ddd;
    color: #466e7a78;
}

.navbar-button-this {
    background: rgba(60, 108, 124, 0.18);
	backdrop-filter: blur(16px) saturate (180%);
    box-shadow: 0 8px 32px 0 rgba(123, 220, 252, 0.3);
    padding: 4px 10px;
    border: 2px solid rgba(123, 220, 252, 0.3);
    border-radius: 75px;
    color: #7BDCFC;
    font-size: 25px;
    transition: all 0.3s ease-in-out;
}

.navbar-button-this:hover {
    background-color: #7BDCFC;
    color: #4a869b;
}

.title {
  align-items: center;
  justify-content: center;
  margin: auto;
  align-items: center;
  width: 750px; 
  user-select: none;
  max-width: 100%;
  height: auto;
  display: block;
  /* transition: all 0.2s ease-in-out; */
}

#splash {
  color: #ffffff;
  font-size: 18px;
  font-family: minecraft-rus;
  font-style: italic;
  margin-top: 10px;
  min-height: 25px;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
}

.p-splashPnya {
  color: #636363;
  font-size: 15px;
  margin-top: 0px;
  text-align: center;
}

.indexContainer {
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 52%;
  transform: translateY(-48%);
}

.ipcopy {
  background: rgba(255,255,255, 0.18);
    backdrop-filter: blur(16px) saturate(180%);
    margin-top: 20px;
    padding: 5px 17px;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    /* display: flex; */
    width: 30%;
}

.copybtn {
    margin-top: 17px;
    color: #ddd;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
}

.tovar {
  /* margin-top: 270px; */
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 24px;
  border: 2px solid rgba(255,255,255,0.1);
  padding: 32px 24px;
  max-width: 480px;
  width: 100%;
  /* position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tovar-img {
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
  /* background: #eee; */
  user-select: none;
}

.tovar-info {
  flex: 1;
}

.tovar-name {
  font-weight: bold;
  color: #ffffff;
  font-size: 40px;
}

.tovar-desc {
  font-size: 20px;
  color: #b4b4b4;
}

.tovar-cost {
  font-size: 30px;
  color: #7BDCFC;
  margin-left: 15px;
  margin-top: 5px;
}

.tovar-nextbtn {
    margin-top: 10px;
    background: rgba(255,255,255, 0.18);
	  backdrop-filter: blur(16px) saturate(180%);
    box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.18);
    padding: 4px 10px;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 75px;
    color: #ddd;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
      position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tovar-nextbtn:hover {
    background-color: #ddd;
    color: #466e7a78;
}

    .modal {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.3s ease;
      z-index: 1000;
    }

    .modal.show {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .modal-content {
      background: rgba(255,255,255 0.18);
      backdrop-filter: blur(16px) saturate(180%);
      padding: 20px 30px;
      border: 2px solid rgba(255,255,255, 0.3);
      border-radius: 24px;
      position: relative;
      max-width: 500px;
      width: 90%;
      box-shadow: 0 8px 32px rgba(31,38,135,0.18);
      -webkit-backdrop-filter: blur(16px) saturate(180%);
      color: #ddd;
      transform: scale(0.95);
      /* opacity: 0; */
      transition: transform 0.3s ease, opacity 0.3s ease;
    }
    
    .close {
      position: absolute;
      top: 10px; right: 15px;
      font-size: 28px;
      font-weight: bold;
      color: #aaa;
      cursor: pointer;
      user-select: none;
      transition: all 0.3s ease-in-out;
    }
    .close:hover {
      color: rgb(255, 255, 255);
    }

    .perksvip {
    background: rgba(255,255,255, 0.18);
	  backdrop-filter: blur(16px) saturate(180%);
    box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.18);
    padding: 4px 10px;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 75px;
    color: #ddd;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    }

    .perksvip:hover {
    background-color: #ddd;
    color: #466e7a78;
}
    .buydonate {
    background: rgba(0, 255, 42, 0.644);
	  backdrop-filter: blur(16px) saturate(180%);
    box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.18);
    padding: 4px 10px;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 75px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: right;
    color: #189100;
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
    }

    .buydonate:hover {
    background-color: #93ff7d;
    color: rgba(0, 167, 28, 0.644);
}


.payment-container {
  margin-top: 200px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 24px;
  border: 2px solid rgba(255,255,255,0.1);
  padding: 32px 24px;
  max-width: 480px;
  width: 100%;
}

.rules-container {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 24px;
  border: 2px solid rgba(255,255,255,0.1);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  margin-top: 180px;
  max-width: 40%;
  color: #ddd
}

.minigames-container {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 24px;
  border: 2px solid rgba(255,255,255,0.1);
  padding: 32px 24px;
  /* max-width: 480px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 30%;
  color: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
}

  .fade {
    transition: opacity 0.5s ease;
    opacity: 1;
  }
  .hidden {
    display: none;
  }
  .fade-out {
    opacity: 0;
  }


.input-default {
    background-color: #466e7a78;
	  backdrop-filter: blur(5px);
    /* box-shadow: 0 0 15px #ddd; */
    padding: 12px 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    color: #ddd;
    font-size: 20px;
    /* cursor: pointer; */
    transition: all 0.3s ease-in-out;
    outline: none;
}

.input-default:hover {
    background-color: #466e7aa8;
    color: #ddd;
}

.input-default:focus {
    background-color: #466e7a;
    color: #ddd;
}

#nicknameSearch {
    background-color: #466e7a78;
	  backdrop-filter: blur(5px);
    /* box-shadow: 0 0 15px #ddd; */
    padding: 12px 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    color: #ddd;
    font-size: 18px;
    /* cursor: pointer; */
    transition: all 0.3s ease-in-out;
    outline: none;
    text-align: center;
    flex: 1;
    max-width: 300px;
}

#nicknameSearch:hover {
    background-color: #437c8dd0;
    color: #ddd;
}

#nicknameSearch:focus {
    background-color: #40869bd0;
    color: #ddd;
}

#playerStats {
  background: rgba(0, 0, 0, 0.39);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 24px;
  border: 2px solid rgba(255,255,255,0.1);
  padding: 20px;
  margin-bottom: 20px; 
}

#banInfo {
  display: none;
  background: rgba(139, 0, 0, 0.3);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  border: 2px solid #ff4444;
  border-radius: 24px;
  padding: 20px;
}

#apiResponse {
  display: none;
  background: rgba(0, 0, 0, 0.39);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 24px;
  border: 2px solid rgba(255,255,255,0.1);
  padding: 15px;
  margin-top: 20px;
}

#errorMessage {
  display: none;
  color: #ff4444;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  background: rgba(139, 0, 0, 0.3);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 2px solid #ff4444;
  border-radius: 24px;
}

.server-status-offline {
  background: rgba(139, 0, 0, 0.3) !important;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  border: 2px solid #ff4444 !important;
  border-radius: 24px !important;
}

.server-status-maintenance {
  background: rgba(255, 172, 75, 0.2) !important;
  border: 2px solid #ffac4b !important;
  border-radius: 24px !important;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  /* border: 2px solid #ffac4b !important; */
}

.maintenanceBttn {
  cursor: pointer;
  text-decoration: none;
  font-size: 20px;
  /* white-space: nowrap;  */
  padding: 5px 15px;
  background: rgba(60, 108, 124, 0.18);
	backdrop-filter: blur(16px) saturate (180%);
  box-shadow: 0 8px 32px 0 rgba(123, 220, 252, 0.3);
  padding: 4px 10px;
  border: 2px solid rgba(123, 220, 252, 0.3);
  border-radius: 75px;
  color: #7BDCFC;
  transition: all 0.3s ease-in-out;
}

.maintenanceBttn:hover {
  background-color: #7BDCFC;
  color: #4a869b;
}

.socialBttn {
  cursor: pointer;
  text-decoration: none;
  font-size: 20px;
  /* white-space: nowrap;  */
  padding: 5px 15px;
  background: rgba(60, 108, 124, 0.18);
	backdrop-filter: blur(16px) saturate (180%);
  box-shadow: 0 8px 32px 0 rgba(123, 220, 252, 0.3);
  padding: 4px 10px;
  border: 2px solid rgba(123, 220, 252, 0.3);
  border-radius: 75px;
  color: #7BDCFC;
  transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

.socialBttn:hover {
  background-color: #7BDCFC;
  color: #4a869b;
}

.burger-menu {
  display: none; /* скрыт на десктопе */
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 30px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 14px;
  border: 2px solid rgba(255,255,255,0.1);
  padding: 15px;
  cursor: pointer;
  z-index: 999;
  color: #ddd;
}

.burgerContentBttn {
  /* background: rgba(255, 255, 255, 0.356);
	backdrop-filter: blur(16px) saturate(180%);
  box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.18);
  padding: 4px 10px;
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 75px; */
  color: #ddd;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  width: 70%;
  /* margin-bottom: 10px; */
  /* margin-top: 10px; */
}

/* .burgerContentBttn:last-child {
  margin-bottom: 0px;
} */

.burgerContentBttn-this {
  /* background: rgba(60, 108, 124, 0.18);
	backdrop-filter: blur(16px) saturate (180%);
  box-shadow: 0 8px 32px 0 rgba(123, 220, 252, 0.3);
  padding: 4px 10px;
  border: 2px solid rgba(123, 220, 252, 0.3);
  border-radius: 75px; */
  color: #7BDCFC;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  width: 70%;
  /* margin-bottom: 10px; */
  /* margin-top: 10px; */
}

.burgerContentBttn-this:last-child {
  margin-bottom: 0px !important;
}

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.1em;
}

    .mobileBuydonate {
    background: rgba(0, 255, 42, 0.644);
	  backdrop-filter: blur(16px) saturate(180%);
    box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.18);
    padding: 4px 10px;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 75px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: right;
    color: #189100;
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
    display: none;
    }

    .mobileBuydonate:hover {
    background-color: #93ff7d;
    color: rgba(0, 167, 28, 0.644);
    }

    .container-404 {
      /* margin-top: 200px; */
      background: rgba(255, 255, 255, 0.18);
      backdrop-filter: blur(16px) saturate(180%);
      -webkit-backdrop-filter: blur(16px) saturate(180%);
      border-radius: 24px;
      border: 2px solid rgba(255,255,255,0.1);
      padding: 32px 24px;
      max-width: 480px;
      width: 100%;
      display: flex;
      flex-direction: column;
      /* margin-top: 180px; */
      box-shadow: 0 0px 0px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .sniffer404 {
      image-rendering: pixelated;
      max-width: 60%;
      margin: auto;
      user-select: none;
    }

    .container-404-title {
      color: #ffffff;
      font-size:30px;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 0;
    }

    .container-404-desc {
      color: #cecece;
      font-size:20px;
      text-align: center;
      margin-top: 0px;
    }

    .fail-payment-container {
      /* margin-top: 200px; */
      background: rgba(255, 255, 255, 0.18);
      box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
      backdrop-filter: blur(16px) saturate(180%);
      -webkit-backdrop-filter: blur(16px) saturate(180%);
      border-radius: 24px;
      border: 2px solid rgba(255,255,255,0.1);
      padding: 32px 24px;
      max-width: 480px;
      width: 100%;
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .searchPlayerBtn {
      background: rgba(0, 255, 42, 0.644);
      backdrop-filter: blur(16px) saturate(180%);
      box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.18);
      padding: 4px 10px;
      border: 2px solid rgba(255,255,255,0.1);
      border-radius: 75px;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      text-align: right;
      color: #189100;
      font-size: 25px;
      cursor: pointer;
      right: 20px;
      bottom: 20px;
      text-decoration: none;
      margin: 0;
      position: static;
    }

    .searchPlayerBtn:hover {
    background-color: #93ff7d;
    color: rgba(0, 167, 28, 0.644);
    }

    .rules-subdesc {
      font-size: 20px;
      color: #ddd;
    }

.online-indicator {
  position: absolute;
  bottom: 0px;
  right: -5px;
  width: 16px;
  height: 16px;
  background: rgb(43, 255, 0);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.1);
}

.footer__social {
  color: #ffffff;
}

.footer-social-links {
  padding: 15px;
  gap: 12px;
  position: fixed;
  bottom: 5px;
  display: flex;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 55px;
  border: 2px solid rgba(255,255,255,0.1);
}

.footer-social-links-mobile {
  padding: 12px;
  gap: 10px;
  bottom: 5px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 55px;
  border: 2px solid rgba(255,255,255,0.1);
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .copybtn {
    font-size: 1em !important;
  }

  #statusTitle {
    font-size: 0.8em !important;
  }

  #statusMessage {
    font-size: 0.7em !important;
  }

  #serverStatus {
    width: 75% !important;
  }

  .title {
    margin: 0 auto !important;
    margin-top: 45% !important;
    width: 80% !important;
    display: block !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .burger-menu {
    display: block !important;
  }

  .navbar {
    display: none !important;
  }

  .tovar {
    /* width: 80% !important; */
    max-width: 80% !important;
  }

  .tovar-info {
    max-width: 85% !important;
  }

  .modal-content {
    max-width: 80% !important;
  }

  .payment-container {
    max-width: 80% !important;
  }

  .container-404 {
    max-width: 80% !important;
  }

  .mobileBuydonate {
    display: block !important;
  }

  .searchPlayerBtn {
    display: none !important;
  }

  #nicknameSearch {
    font-size: 0.9em !important;
  }

  /* #playerStats {
    max-width: 80% !important;
    display: flex;
  } */

  #privilegeBadge {
    height: 25px !important;
  }

  #playerNickname {
    font-size: 1.2em !important;
  }

  .sniffer404 {
    max-width: 50% !important;
  }

  .container-404-title {
    font-size: 1.4em !important;
  }

  .container-404-desc {
    font-size: 1em !important;
  }

  .fail-payment-container {
    max-width: 80% !important;
  }

  .fail-payment-container {
    max-width: 80% !important;
  }

  .grid {
    grid-template-columns: 1fr !important;
  }

  .minigames-container {
    max-width: 80% !important;
    margin-top: 300px !important;
  }

  .minigames-card-title {
    font-size: 1.5em !important;
  }

  .rules-container {
    width: none !important;
    width: 80% !important;
    max-width: 80% !important;
    margin-top: 100px !important;
  }

  .rules-row div {
    font-size: 0.7em !important;
  }

  .rules-subdesc {
    font-size: 0.8em !important;
  }

  .footer-social-links {
    display: none !important;
  }

  .indexContainer {
    top: 45% !important;
    transform: translateY(-55%) !important;
  }
}
