@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("pages/main.css");
@import url("pages/register.css");
@import url("pages/donate-groups.css");
@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
@import url('https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P');





:root {
  --glow-color: 			hsl(277, 50%, 50%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


.players-list > div[data-name]:after {
  content: attr(data-name);
  position: absolute;
  visibility: collapse;
  opacity: 0;
  top: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  font-size: 0.71429rem;
  line-height: 100%;
  text-align: center;
  width: 150px;
  background: #161514;
  padding: 5px;
  z-index: 1000;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
  border: 1px solid rgba(171, 171, 171, 0.1);
}

.players-list > > div:hover {
  cursor: help;
}

.players-list > div[data-name]:hover:after {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  visibility: visible;
  opacity: 1;
}

/* модификаторы */

.m-t-auto {
    margin-top: auto !important;
}

* {
    font-family: "Open Sans";
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.85);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

html {
    overflow-x: hidden;
}

body {
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(rgba(0, 0, 0, 0.7)),
            to(rgba(0, 0, 0, 0.5))
        ),
        url("../images/base/background.jpg");
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.5)
        ),
        url("../images/base/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.base-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    padding: 40px 60px;
    padding-bottom: 20px !important;
    margin: 0 auto;
    width: 1600px;
    max-width: 100%;
    
}












.button-base {
  text-align: center;
  border: 1px solid rgba(171, 171, 171, 0.35);
  background: rgba(255, 255, 255, 0.04);
  -webkit-transition: color 0.15s, background-image 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0s, background-image 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.my-button-base {
  text-align: center;
  border: 1px solid rgba(171, 171, 171, 0.35);
  background: rgba(255, 255, 255, 0.04);
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}




.right.button-base {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% 100%;
  transition: background-image 1s;
}

.right.button-base:hover {
  background-position: 25%;
}

.mymy-button-base:hover {
  background-position: 25%;
  color: white !important;
}

.button-base:hover {
    color: white !important;
}












h9{
  color: #484848;
  font-weight: bold;
  font-family: monospace;
  cursor: pointer;
  text-shadow: 0 0 10px #fff;

}
h9 span{
  transition: .5s linear
}
h9:hover span:nth-child(1){
  margin-right: 8px
}
h9:hover span:nth-child(1):after{
  content: "!";
}
h9:hover span:nth-child(1):before{
  content: "ЛУЧШИЕ ";
}
h9:hover span:nth-child(2){
  margin-left: 30px
}
h9:hover span{
  color: #fff;
  text-shadow: 0 0 12px #fff,
               0 0 25px #fff, 
               0 0 50px #fff;
}

h6{
  color: #484848;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0 0 10px #fff;
  

}
h6 span{
  transition: .5s linear
}
h6:hover span:nth-child(1){



}
h6:hover span:nth-child(1):after{
  content: "";
}
h6:hover span:nth-child(1):before{
  content: "";
}
h6:hover span:nth-child(2){
  margin-left: 30px
}
h6:hover span{
  color: #fff;
  text-shadow: 0 0 12px #fff,
               0 0 25px #fff, 
               0 0 50px #fff;
}










h8{
  color: #484848;
  font-weight: bold;
  font-family: monospace;
  cursor: pointer;
  text-shadow: 0 0 10px #fff;

}
h8 span{
  transition: .5s linear
}
h8:hover span:nth-child(1){
  margin-right: 8px
}
h8:hover span:nth-child(1):after{
  content: "!";
}
h8:hover span:nth-child(2){
  margin-left: 30px
}
h8:hover span{
  color: #fff;
  text-shadow: 0 0 12px #fff,
               0 0 25px #fff, 
               0 0 50px #fff;
}


h7{
  color: #484848;
  font-weight: bold;
  font-family: monospace;
  cursor: pointer;
  text-shadow: 0 0 10px #fff;

}
h7 span{
  transition: .5s linear
}
h7:hover span:nth-child(1){
  margin-right: 8px
}
h7:hover span:nth-child(1):after{
  content: "!";
}
h7:hover span:nth-child(2){
  margin-left: 30px
}
h7:hover span{
  color: #fff;
  text-shadow: 0 0 12px #fff,
               0 0 25px #fff, 
               0 0 50px #fff;
}

h8:not(:hover) span {
  animation: flicker 1.5s ease-out infinite;
}
h7:not(:hover) span {
  animation: flicker 2s ease-out infinite;
}

@keyframes flicker {
  0%, 80%, 100% {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  }
  30%, 50%, 70% {
    text-shadow: none;
  }
}

















.platforms {


position: fixed;
  top: calc(50% - 100px);
  left: calc(50% - 290px);
  transform: translate(-50%, -50%);


	height: 200px;
	width: 580px;
	background: #fff;
	border-radius: 20px;
	visibility: hidden;
	transform: scale(.9);
	opacity: 0;
	overflow: hidden;
	transition: all .3s cubic-bezier(.67,.13,.1,.81);
}
.platforms:target {
	visibility: visible;
	transform: scale(1);
	opacity: 1;
}
.platforms a {
	position: absolute;
	top: 200px;
	left: 10px;
	width: 180px;
	height: 180px;
	border-radius: 10px;
	color: #3F8EFC;
	text-transform: uppercase;
	transition: top .5s cubic-bezier(.67,.13,.1,.81);
}
.platforms a:nth-child(1) {
	transition-delay: .1s;
}
.platforms a:nth-child(2) {
	left: 200px;
}
.platforms a:nth-child(3) {
	left: 390px;
	transition-delay: .1s;
}
.platforms:target a {
	top: 10px;
}
.platforms a:hover {
	background: #E5F4FF;
	box-shadow: 0 0 0 1px #A5CFFF;
}
.platforms a:before {
	content: attr(data-os);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.platforms a:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	line-height: 140px;
	text-align: center;
	font-size: 300%;
	transform: scale(1.25);
	transform-origin: center center;
}

.platforms a:nth-child(1):after {
	content: '\f247';
		font-family: 'Varela Round', 'Ionicons';
}

.platforms a:nth-child(2):after {
	content: '\f227';
		font-family: 'Varela Round', 'Ionicons';
}

.platforms a:nth-child(3):after {
	content: '\f2c5';
		font-family: 'Varela Round', 'Ionicons';
}

.installer {
	position: fixed;
	top: calc(50% - 150px);
	left: calc(50% - 300px);
	width: 600px;
	height: 300px;
	background: #fff;
	border-radius: 20px;
	visibility: hidden;
	transform: scale(.9);
	opacity: 0;
	transition: all .3s cubic-bezier(.67,.13,.1,.81);
}

.installer:target {
	visibility: visible;
	transform: scale(1);
	opacity: 1;
}
.installer a.back {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 200%;
	color: #bbb;
}
.installer a.back:before {
	content: '\f129';
}
.installer a.back:after {
	content: 'Back';
	position: absolute;
	top: 7px;
	left: 30px;
	height: 20;
	line-height: 20px;
	font-size: 40%;
	text-align: center;
	color: #cacaca;
	border-radius: 5px;
	pointer-events: none;
	opacity: 0;
	transition: all .2s cubic-bezier(.67,.13,.1,.81);
}
.installer a.back:hover:after {
	left: 38px;
	opacity: 1;
}
.installer a.close {
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 200%;
	color: #bbb;
	
}
.installer a.close:before {
	content: '\f405';
	font-family: 'Varela Round', 'Ionicons';
}
.installer a.close:after {
	content: 'Закрыть';
	position: absolute;
	top: 7px;
	right: 30px;
	height: 20px;
	line-height: 20px;
	font-size: 40%;
	text-align: center;
	color: #cacaca;
	border-radius: 5px;
	pointer-events: none;
	opacity: 0;
	transition: all .2s cubic-bezier(.67,.13,.1,.81);
}
.installer a.close:hover:after {
	right: 38px;
	opacity: 1;
}

.installer .info {
	position: absolute;
	top: 40px;
	left: 40px;
	height: calc(100% - 80px);
	width: 200px;
			font-family: 'Varela Round', 'Ionicons';

}
.installer .info:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	font-size: 1000%;
	color: #3F8EFC;
}
.installer .info:after {
	content: attr(data-weight);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 100%;
	font-weight: bolder;
	letter-spacing: 2px;
	color: #aaa;
}
.installer#windows .info:before {
	content: '\f247';
			font-family: 'Varela Round', 'Ionicons';

}
.installer#mac .info:before {
	content: '\f227';
		font-family: 'Varela Round', 'Ionicons';

}
.installer#linux .info:before {
	content: '\f2c5';
		font-family: 'Varela Round', 'Ionicons';

}

.installer .details {
	position: absolute;
	top: 40px;
	right: 40px;
	height: 200px;
	width: calc(100% - 280px);
	padding: 10px;
		font-family: 'Varela Round', 'Ionicons';

}
.installer .details p {
	margin: 0px;
	font-weight: bolder;
	font-size: 120%;
	color: #444;
			font-family: 'Varela Round', 'Ionicons';

}
.installer .details span {
	color: #cacaca;

		font-family: 'Varela Round', 'Ionicons';

}
.installer .details ul {
	padding-left: 0px;
	list-style: none;
	color: #888;
		font-family: 'Varela Round', 'Ionicons';


}
.installer .details ul li {
	margin-left: 0px !important;
	margin-bottom: 8px;
	opacity: 0;
	transition: all .3s cubic-bezier(.67,.13,.1,.81);
		font-family: 'Varela Round', 'Ionicons';
	color: #aaa;


}
.installer .details ul li:before {
	content: '';
	margin-right: 0;
		font-family: 'Varela Round', 'Ionicons';
	color: #aaa;


}
.installer:target .details ul li {
	margin-left: 10px;
	opacity: 1;
		font-family: 'Varela Round', 'Ionicons';
	color: #aaa;


}
.installer:target .details ul li:nth-child(1) {
	transition-delay: .1s;
		font-family: 'Varela Round', 'Ionicons';
	color: #aaa;


}
.installer:target .details ul li:nth-child(2) {
	transition-delay: .3s;
		font-family: 'Varela Round', 'Ionicons';
	color: #aaa;


}
.installer:target .details ul li:nth-child(3) {
	transition-delay: .5s;
		font-family: 'Varela Round', 'Ionicons';
	color: #aaa;


}
.installer:target .details ul li:nth-child(4) {
	transition-delay: .7s;
		font-family: 'Varela Round', 'Ionicons';
	color: #aaa;


}
.installer:target .details ul li:nth-child(5) {
	transition-delay: .9s;
		font-family: 'Varela Round', 'Ionicons';
	color: #aaa;


}
.installer:target .details ul li:nth-child(6) {
	transition-delay: 1.2s;
		font-family: 'Varela Round', 'Ionicons';
	color: #aaa;


}

.installer label {
    position: absolute;
    bottom: 20px;
    right: 90px;
    height: 40px;
    width: calc(100% - 320px);
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    font-family: 'Varela Round', 'Ionicons';
}
.installer label input {
	display: none;
}
.installer label span {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #3F8EFC;
}
.installer label input:checked ~ span {
	background: #87E544;
	animation: downloadSuccess 3.1s ease;
}
.installer label span:after {
	content: 'СКАЧАТЬ';
	position: absolute;
	width: 80%;
	height: 100%;
	top: 0px;
	left: 10%;
}
.installer label input:checked ~ span:after {
	content: 'Приятнейшей Вам Игры !';
	animation: downloadState 3s;
}
.installer label span:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	background: rgba(255,255,255,.2);
}
.installer label input:checked ~ span:before {
	animation: downloadProgress 3s cubic-bezier(.67,.13,.1,.81);
}

@keyframes downloadSuccess {
	0%, 90% {
		background: #3F8EFC;
	}
	100% {
		background: #87E544;
	}
}

@keyframes downloadState {
	0%, 95% {
		content: 'Начинается Загрузка...'
	}
	100% {
		content: 'Приятнейшей Игры!'
	}
}

@keyframes downloadProgress {
	0% {
		width: 5%;
		opacity: 1;
	}
	35% {
		width: 17%;
	}
	64% {
		width: 51%;
	}
	81% {
		width: 70%;
	}
	90% {
		width: 86%;
		opacity: 1;
	}
	100% {
		width: 100%;
		opacity: 0;
	}
}
.platforms, .installer {
  z-index: 9999;
}

.glowing-btn {
  white-space: nowrap;
  position: relative;
  color: var(--glow-color);
  cursor: pointer;
  padding: 0.35em 0.1em;
  border: 0.15em solid var(--glow-color);
  border-radius: 0.0em;
  background: none;
  perspective: 1em;
  font-family: "Raleway", sans-serif;
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 0.2em;
  

  -webkit-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
  -moz-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
  box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
  animation:   border-flicker 2s linear infinite;
}


.glowing-txt {
  float: left;
  margin-left: 2em;
  margin-right: 2em;
  -webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
    0 0 0.45em var(--glow-color);
  -moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
    0 0 0.45em var(--glow-color);
  text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
  animation: text-flicker 3s linear infinite;
min-width: 200px;
max-width: 200px;
color: var(--glow-color);

}

.faulty-letter {
  opacity: 0.5;
  animation: faulty-flicker 2s linear infinite;
color: var(--glow-color);
}
.faulty-letter-two {
  opacity: 0.5;
  animation: faulty-flicker 1.8s linear infinite;
color: var(--glow-color);
}

.glowing-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  filter: blur(1em);
  transform: translateY(120%) rotateX(95deg) scale(1, 0.35);
  background: var(--glow-color);
  pointer-events: none;
}

.glowing-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  background-color: var(--glow-color);
  box-shadow: 0 0 2em 0.2em var(--glow-color);
  transition: opacity 100ms linear;
}

.glowing-btn:hover {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  animation: none;
}

.glowing-btn:hover .glowing-txt {
  animation: none;
  color: black;
 text-shadow: none;
}

.glowing-btn:hover .faulty-letter {
  animation: none;
  text-shadow: none;
  opacity: 1;
color: black;
}

.glowing-btn:hover .faulty-letter-two {
  animation: none;
  text-shadow: none;
  opacity: 1;
color: black;
}

.glowing-btn:hover:before {
  filter: blur(1.5em);
  opacity: 1;
}

.glowing-btn:hover:after {
  opacity: 1;
}

@keyframes faulty-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.1;
  }
  4% {
    opacity: 0.5;
  }
  19% {
    opacity: 0.5;
  }
  21% {
    opacity: 0.1;
  }
  23% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  83% {
    opacity: 0.4;
  }

  87% {
    opacity: 1;
  }
}

@keyframes text-flicker {
  0% {
    opacity: 0.1;
  }

  2% {
    opacity: 1;
  }

  8% {
    opacity: 0.1;
  }

  9% {
    opacity: 1;
  }

  12% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }

  70% {
    opacity: 0.7;
  }
  72% {
    opacity: 0.2;
  }

  77% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes border-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  4% {
    opacity: 0.1;
  }

  8% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 600px) {
  .glowing-btn{
    font-size: 1em;
  }
}

/* Style the 'Java' button and position it at the bottom of the installer div */
.installer .java-button {
    position: absolute;
    bottom: 27px; /* Adjust the position as needed */
    right: 35px; /* Adjust the position as needed */
    padding: 5px 10px;
    background-color: #3F8EFC;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.installer .java-button:hover {
    background-color: #337AB7;
}

.java-link {
    display: none; /* Hide the Java links by default */
}




.javapage_container {
    display: flex;
    justify-content: space-around; /* This will put space between the two sections */
    align-items: flex-start;
    width: 90%;
    margin: auto;

}

.javapage_download_section, .javapage_faq_section {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.1); /* Transparent highlight */
    border-radius: 10px; /* Smooth corners */
    padding: 20px; /* Padding inside the sections */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* subtle shadow for depth */
    margin: 10px;
}

.javapage_os_choices {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center children horizontally */
    justify-content: center; /* Center children vertically */
}

.javapage_os {
    display: flex;
    flex-direction: column;
    align-items: center; /* Ensures both image and button are centered */
    justify-content: center; /* Aligns items vertically centered */
    margin-bottom: 20px;
    text-align: center;
}

.javapage_download_button {
    background-color: #333333;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 80%; /* Set a max width for buttons if needed */
}

.javapage_download_button:hover {
    background-color: #555555;
}

.javapage_faq_title {
    background-color: transparent;
    border: none;
    color: #FE6A00;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden; /* Add this to hide overflowing content */
    white-space: nowrap; /* Prevent wrapping of the title */
    
}

/* Adding transitions to buttons */
.javapage_download_button, .javapage_faq_title {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.javapage_download_button:hover, .javapage_faq_title:hover {
    transform: scale(1.05); /* Slightly enlarges the button on hover */
}

.javapage_faq_content {
    display: none;
    padding: 20px;
    border-top: 1px solid #333;
}
/* Adjust your existing .javapage_faq_image style */
.javapage_faq_image {
    width: 50%;
    height: auto;
    margin-top: 20px;
    cursor: pointer; /* Add this to indicate it's clickable */
}

/* Responsive adjustments for narrow screens */
@media screen and (max-width: 768px) {
    .javapage_container {
        flex-direction: column; /* Stack sections vertically on narrow screens */
        align-items: center; /* Center sections horizontally */
        gap: 10px; /* Reduce spacing between sections */
    }

    .javapage_download_section, .javapage_faq_section {
        width: 100%; /* Full width for sections on narrow screens */
        margin: 0;
    }
}

.javapage_container p {
    text-transform: none; /* Overrides global uppercase rule */
}


/* New Modal Styles */
.javapage_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.javapage_modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 80%;
    max-height: 80%;
}
/* Style for the image within the modal */
.javapage_image {
    max-width: 100%; /* Limit the image width to 100% of the modal's content width */
    height: auto; /* Maintain the aspect ratio of the image */
}
.javapage_close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #000;
}
































.glowing-btn {
  white-space: nowrap;
  position: relative;
  color: var(--glow-color);
  cursor: pointer;
  padding: 0.35em 0.1em;
  border: 0.15em solid var(--glow-color);
  border-radius: 0.0em;
  background: none;
  perspective: 1em;
  font-family: "Raleway", sans-serif;
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 0.2em;
  

  -webkit-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
  -moz-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
  box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
  animation:   border-flicker 2s linear infinite;
}


.glowing-txt {
  float: left;
  margin-left: 2em;
  margin-right: 2em;
  -webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
    0 0 0.45em var(--glow-color);
  -moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
    0 0 0.45em var(--glow-color);
  text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
  animation: text-flicker 3s linear infinite;
min-width: 200px;
max-width: 200px;
color: var(--glow-color);

}

.faulty-letter {
  opacity: 0.5;
  animation: faulty-flicker 2s linear infinite;
color: var(--glow-color);
}
.faulty-letter-two {
  opacity: 0.5;
  animation: faulty-flicker 1.8s linear infinite;
color: var(--glow-color);
}
.glowing-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.glowing-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  filter: blur(1em);
  transform: translateY(120%) rotateX(95deg) scale(1, 0.35);
  background: var(--glow-color);
  pointer-events: none;
}

.glowing-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  background-color: var(--glow-color);
  box-shadow: 0 0 2em 0.2em var(--glow-color);
  transition: opacity 100ms linear;
}

.glowing-btn:hover {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  animation: none;
}

.glowing-btn:hover .glowing-txt {
  animation: none;
  color: black;
 text-shadow: none;
}

.glowing-btn:hover .faulty-letter {
  animation: none;
  text-shadow: none;
  opacity: 1;
color: black;
}

.glowing-btn:hover .faulty-letter-two {
  animation: none;
  text-shadow: none;
  opacity: 1;
color: black;
}

.glowing-btn:hover:before {
  filter: blur(1.5em);
  opacity: 1;
}

.glowing-btn:hover:after {
  opacity: 1;
}

@keyframes faulty-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.1;
  }
  4% {
    opacity: 0.5;
  }
  19% {
    opacity: 0.5;
  }
  21% {
    opacity: 0.1;
  }
  23% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  83% {
    opacity: 0.4;
  }

  87% {
    opacity: 1;
  }
}

@keyframes text-flicker {
  0% {
    opacity: 0.1;
  }

  2% {
    opacity: 1;
  }

  8% {
    opacity: 0.1;
  }

  9% {
    opacity: 1;
  }

  12% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }

  70% {
    opacity: 0.7;
  }
  72% {
    opacity: 0.2;
  }

  77% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes border-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  4% {
    opacity: 0.1;
  }

  8% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 600px) {
  .glowing-btn{
    font-size: 1em;
  }
}























.fade-in {
  opacity: 0;
  animation: fadeInAnimation 1s ease forwards;
  position: relative;
}

.fade-in > * {
  opacity: 1;
  animation: none;
  transform: translateY(0); /* Reset vertical translation for child elements */
}

@keyframes fadeInAnimation {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-out {
  opacity: 1;
  animation: fadeOutAnimation 1s ease forwards;
}

@keyframes fadeOutAnimation {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
















.wrapperH {
  position: relative;
  display: inline-block;
  margin: 2% auto;
   color: #aaa;
   max-width: 100%;
font-family: 'Press Start 2P', cursive !important

}

 
.header-wrapH {
  width: auto;
  height: auto;
  padding: 0;
  text-align: center;
  font-size: 100%;
  font-family: 'Press Start 2P', cursive !important;
  transform: perspective(200px) rotateX(10deg);
  letter-spacing: .1em;
  
  user-select: none;
  text-shadow: 
     

0 -1px 0 #fff,
0 1px 0 #8E68B9,
0 2px 0 #7C5CA8,
0 3px 0 #6B4E96,
0 4px 0 #5A4185,
0 5px 0 #483573,
0 6px 0 #372863,
0 7px 0 #261B52,
0 8px 0 #1A1347,
0 9px 0 #110C3C,
0 10px 0 #0A0732,
0 11px 0 #050327,
0 12px 0 #02011C,
0 13px 0 #000011,
0 14px 0 #000006,
0 15px 0 #000000,




    0 22px 30px rgba(0,0,0, 0.9),
    0 22px 30px rgba(0, 0, 0, 0.9),
    0 22px 15px rgba(0, 0, 0, 0.9),
    0 11px 15px rgba(0, 0, 0, 0.9),
    0 15px 20px rgba(0, 0, 0, 0.9),
    0 15px 11px rgba(0, 0, 0, 0.9),
    0 16px 11px rgba(0, 0, 0, 0.9);
  transition: text-shadow .3s ease .3s, 
    transform .3s ease .3s,
    letter-spacing .3s ease .3s;
}

.header-wrapH:hover {
  text-shadow: 0 0 0 #004134,
    0 1px 0 #00483B,
    0 2px 0 #003528,
    0 3px 3px rgba(0, 0, 0, 0.9);
  transform: translate(0px, 15px) 
    perspective(200px) 
    rotateX(10deg);
  letter-spacing: .125em;
  
  transition: text-shadow .33s ease, 
    transform .3s ease,
    letter-spacing .3s ease;
}

.wrapperH:hover .header-wrapH:hover {
  text-shadow: 0 0 0 #004134,
    0 1px 0 #00483B,
    0 2px 0 #003528,
    0 3px 3px rgba(0, 0, 0, 0.9);
  transform: translate(0px, 15px) 
    perspective(200px); 
}































.input-base {
    background-color: #1d1d1d !important;
    padding: 5px 15px !important;
    outline: none;
    border: 1px solid rgba(171, 171, 171, 0.35) !important;
    text-transform: none !important;
    border-radius: 0px !important;
}

.input-base:focus {
    border: 1px solid rgba(171, 171, 171, 0.6) !important;
}

.title-base {
    font-size: 16px;
}

.title-base h1 {
    font-size: 1.71429rem;
    color: white;
    margin-bottom: 7px;
}

.title-base h2 {
    font-size: 16px;
    font-weight: 300;
    color: #dfdfdf !important;
}

.title-base a {
    font-size: 16px;
    color: #39bce5;
}

.title-base a:hover {
    color: #47cef7;
}







.section-name-text {
    color: white;
    font-size: 1.14286rem;
    font-weight: 400;
}

header {
    width: 100%;
    height: 40px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 1.42857rem;
}

header > .left {
    position: relative;
}

header > .left #menu-button {
    display: none;
    margin-right: 10px;
    cursor: pointer;
}

header > .left #mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    position: absolute;
    opacity: 0;
    visibility: collapse;
    -webkit-transition: opacity 0.2s, visibility 0.2s 0.2s;
    transition: opacity 0.2s, visibility 0.2s 0.2s;
    margin-top: 8px;
    top: 100%;
    left: 0;
    gap: 2px;
    font-size: 1.28571rem;
    background-color: rgba(0, 0, 0, 0.6);
}

header > .left #mobile-menu.visible {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    visibility: visible;
    opacity: 1;
}

header > .left #mobile-menu > a {
    border-width: 2px;
    background-color: black;
    padding: 10px 20px;
}










header > .left > .logo {
    color: #ffffff;
    margin-right: 35px;
}

header > .left nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
}

header > .left nav > a {
    font-weight: 300;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

header > .left nav > a:hover {
    color: white !important;
}

header > .left nav > a:not(:last-child):after {
    content: "";
    display: inline-block;
    height: 0.8rem;
    width: 1.5px;
    margin: 0 10px;
    background-color: #adadad;
}














header > .right {
    height: 100%;
    padding: 0 7.5px;
}

header > .right > a {
    color: #adadad;
    font-size: 1.21429rem;
    padding: 0 10px;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
}

header > .right > a:hover {
    color: #ffffff;
}

#base-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    gap: 20px;
}

#base-content .left-container,
#base-content .right-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    gap: 20px;
    width: 100%;
}

.button-reg {
    padding: 15px 0;
    width: 100% !important;
}

.reg-but-wrapper {
    width: 100%;
}

.c-captcha:after {
    display: none;
}

@media (max-width: 1150px) {
    .base-container {
        width: 100%;
        padding: 20px 25px;
    }
    #base-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 900px) {
    #menu-button {
        display: block !important;
    }
    header nav {
        display: none !important;
    }
}

@media (max-width: 480px) {
    header .right a {
        font-size: 1rem;
        padding: 0 5px !important;
    }
}

footer {
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

footer .info a,
footer .info h2,
footer .info span {
    font-size: 0.85714rem;
}

footer .info a:hover {
    text-decoration: underline;
}

footer .info h1 {
    margin-bottom: 10px;
}

footer .info h2 {
    color: #adadad;
    line-height: 130%;
}

footer .info span {
    text-decoration: underline;
    color: #39bce5;
}

footer .links {
    margin-top: 12px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

footer .links a {
    font-size: 0.85714rem;
    color: #a9a9a9;
}

footer .links a:hover {
    text-decoration: underline;
}

@media (max-width: 480px) {
    footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    footer .links a {
        font-size: 20px !important;
    }
    #modal-server-panel .modal-content-wrapper {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    #modal-server-panel > .login-form-panel {
        width: 100%;
        max-height: 100vh;
        overflow: auto;
    }
}

#modal-server-panel .modal-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: fit-content;
}

#modal-server-panel .link-launcher > object > .type-launcher {
    padding: 0 10px;
}

#modal-server-panel .link-launcher > object > .type-launcher > p {
    margin-top: 10px;
}

#login-panel,
#modal-panel,
#modal-profile-panel,
#modal-server-panel,
.this-modal-window {
    position: fixed;
    visibility: collapse;
    opacity: 0;
    -webkit-transition: visibility 0.15s, opacity 0.15s;
    transition: visibility 0.15s, opacity 0.15s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

#login-panel.visible,
#modal-panel.visible,
#modal-profile-panel.visible,
#modal-server-panel.visible,
.this-modal-window.visible {
    -webkit-transition: visibility 0s, opacity 0.15s;
    transition: visibility 0s, opacity 0.15s;
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

#login-panel .login-form-panel,
#modal-panel .login-form-panel,
#modal-profile-panel .login-form-panel,
#modal-server-panel .login-form-panel,
.this-modal-window .login-form-panel {
    -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.25);
    font-size: 1rem;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    gap: 15px;
    padding: 20px 25px;
    background-color: #131010;
}

#modal-panel .login-form-panel {
    max-width: 920px;
    width: 100%;
}

#login-panel .login-form-panel .header,
#modal-panel .login-form-panel .header,
#modal-profile-panel .login-form-panel .header,
#modal-server-panel .login-form-panel .header,
.this-modal-window .login-form-panel .header {
    margin-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#login-panel .login-form-panel .header span,
#modal-panel .login-form-panel .header span,
#modal-profile-panel .login-form-panel .header span,
#modal-server-panel .login-form-panel .header span,
.this-modal-window .login-form-panel .header span {
    color: #a9a9a9;
}

#login-panel .login-form-panel .header img,
#modal-panel .login-form-panel .header img,
#modal-profile-panel .login-form-panel .header img,
#modal-server-panel .login-form-panel .header img,
.this-modal-window .login-form-panel .header img {
    -webkit-filter: brightness(65%);
    filter: brightness(65%);
    cursor: pointer;
    height: 24px;
    -webkit-transition: -webkit-filter 0.15s;
    transition: -webkit-filter 0.15s;
    transition: filter 0.15s;
    transition: filter 0.15s, -webkit-filter 0.15s;
}

#login-panel .login-form-panel .header img:hover,
#modal-panel .login-form-panel .header img:hover,
#modal-profile-panel .login-form-panel .header img:hover,
#modal-server-panel .login-form-panel .header img:hover,
.this-modal-window .login-form-panel .header img:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

#login-panel .login-form-panel #login-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    gap: 12.5px;
}

#login-panel .login-form-panel #login-form input {
    width: 500px;
    height: 40px;
    font-size: 1rem;
    font-weight: 300;
}

#login-panel .login-form-panel #login-form button[type="submit"] {
    padding: 6px 15px 4px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.15);
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    border: 1px solid rgba(171, 171, 171, 0.35) !important;
    border-radius: 0px;
}

#login-panel .login-form-panel #login-form button[type="submit"]:hover {
    background: rgba(255, 255, 255, 0.2);
}

#login-panel .login-form-panel .subforms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 300px;
    font-size: 0.85714rem;
}

#login-panel .login-form-panel .subforms a {
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

#login-panel .login-form-panel .subforms a:hover {
    color: white !important;
}

#login-panel .login-form-panel .links {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#login-panel .login-form-panel .links a {
    color: #a9a9a9 !important;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

#login-panel .login-form-panel .links a:hover {
    color: white !important;
}

.modal-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: 280px;
    gap: 10px;
}

.link-launcher {
    border: 1px solid transparent;
    transition: 0.2s;
    max-width: 230px;
    max-height: 280px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.link-launcher:hover {
    border: 1px solid rgba(237, 237, 237, 0.7);
}

.type-launcher {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 0 5px;
}

.type-launcher > img {
    width: fit-content;
}

.link-launcher p {
    font-size: 22px;
    line-height: 30px;
    margin: auto 0 25px 0;
    text-align: center;
        text-transform: none;
}

/* faq page */
.tabs__nav {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 0 35px 0;
    gap: 15px;
}

.tabs__btn {
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 1;
    border: 1px solid transparent;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(171, 171, 171, 0.35);
    padding: 14px 0;
    transition: 0.2s;
}

.tabs__btn_active {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(237, 237, 237, 0.7);
}

.tabs__btn:not(.tabs__btn_active):hover,
.tabs__btn:not(.tabs__btn_active):focus {
    border: 1px solid rgba(237, 237, 237, 0.7);
}

.tabs__pane {
    display: none;
}

.tabs__pane_show {
    display: block;
}

.inner-tab-wrapper {
    display: flex;
    gap: 10px;
}

.tab-signal {
    width: 15px;
    height: 56px;
    border: 1px solid rgba(171, 171, 171, 0.35);
    box-sizing: border-box;
    transition: 0.3s;
}

.inner-tab-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(171, 171, 171, 0.35);
    box-sizing: border-box;
    padding: 10px 5px;
    text-align: center;
    max-width: 500px;
    min-width: 400px;
    width: 100%;
    transition: 0.3s;
}

.inner-tab-wrapper:hover {
    cursor: pointer;
}

.inner-tab-wrapper:hover .tab-signal,
.inner-tab-wrapper:hover .inner-tab-title {
    border: 1px solid rgba(237, 237, 237, 0.7);
}

.inner-tab-wrapper:hover .tab-signal {
    background: rgba(0, 203, 0, 0.65);
}

.in-t-m-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-in-t {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    display: none;
    width: 100%;
}

.tabs__pane_inner {
    display: flex;
    gap: 15px;
}

.active-tab-wrapper div {
    border: 1px solid rgba(237, 237, 237, 0.7);
}

.active-tab-wrapper .tab-signal {
    background: linear-gradient(0deg, #1b8826, #1b8826),
        rgba(255, 255, 255, 0.05);
}

@media only screen and (max-width: 1000px) {
    .inner-tab-title {
        min-width: 290px;
    }
}

@media only screen and (max-width: 720px) {
    .tabs__pane_inner {
        flex-direction: column;
    }
    .inner-tab-title {
        max-width: 100%;
    }
    .tabs__nav {
        flex-direction: column;
    }
}

/* faq page */

/* server page */

.spoiler-mods {
    display: none;
}

.mw-550 {
    max-width: 550px;
    width: 100%;
}

.mw-fit {
    max-width: fit-content;
}

.full-craft-image {
    padding: 15px 0 10px 0px;
    height: fit-content;
    align-items: center;
}

.full-craft-image > img {
    width: 40%;
    height: fit-content;
    max-width: 100%;
    margin: 0 auto;
}

.mobile-craft-arrow {
    display: none;
}

@media only screen and (max-width: 480px) {
    .full-craft-image > img {
        width: 100%;
        max-width: 128px;
    }
    .mobile-craft-arrow {
        display: block;
        height: 20px !important;
    }
    .craft-arrow {
        display: none;
    }
}

.server-container {
    display: flex;
    gap: 10px;
}

.server-text-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px !important;
}

.mods-title {
    width: fit-content;
    margin: 0 auto;
}

.mods-container {
    max-width: 465px;
    width: 100%;
}

.server-info-container {
    width: 100%;
}

.mods-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 5px;
    text-transform: none;
}

.mod-first,
.mod-second {
    width: calc(50% - 2.5px);
    gap: 5px 5px;
    display: flex;
    flex-direction: column;
}

.mods-addon {
    border: 1px solid transparent !important;
}

.short-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 2px 4px 2px;
    border-bottom: 1px solid rgba(173, 173, 173, 0.2);
    margin-bottom: 5px;
}

.short-inner p {
    font-size: 16px;
}

.mod-inner {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(171, 171, 171, 0.35);
    box-sizing: border-box;
    padding: 8px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
}

.short-info-wrapper {
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    text-transform: none;
}

.crafts-server {
    max-width: 646px;
    width: 100%;
    background: rgba(237, 237, 237, 0.7);
    height: 460px;
}

.worlds-info {
    width: 100%;
}

.worlds-info > thead > tr > th {
    width: 25%;
    font-size: 16px;
    font-weight: 600;
}

.worlds-info > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    padding: 7px 0;
}

.m-b-20 {
    margin-bottom: 20px;
}

.worlds-info > tbody:before {
    content: "@";
    display: block;
    line-height: 15px;
    text-indent: -99999px;
}

.flex-wrapper {
    width: 100%;
    display: flex;
    gap: 10px;
}

.sh-i-wrapper {
    max-width: 460px;
    width: 100%;
}

.w-i-i {
    max-width: 646px;
    width: 100%;
}

.server-container {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: minmax(385px, 465px) minmax(385px, 460px) minmax(
            440px,
            668px
        );
    grid-template-rows: 0.7fr 1.3fr 1fr;
    gap: 20px 10px;
    grid-template-areas:
        "modifications information information"
        "modifications modifications-and gameplay"
        "modifications modifications-and gameplay";
}
.modifications {
    grid-area: modifications;
}
.information {
    grid-area: information;
}
.modifications-and {
    grid-area: modifications-and;
}
.gameplay {
    grid-area: gameplay;
    max-width: 646px;
    width: 100%;
}

.img-player {
    height: 72px;
    width: 72px;
    position: relative;
}

.img-player + p {
    margin-top: 10px;
    width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-player > img {
    height: 72px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.player-wrapper {
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    position: relative;
}

.players-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 13px 0px;
}

.slide-left > img {
    transform: translate(-50%, -50%);
}

.slide-right > img {
    transform: translate(-50%, -50%);
}

.slide-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    height: 35px;
}

.arrow-wrapper {
    width: calc(50% - 5px);
    background: rgba(173, 173, 173, 0.15);
    display: flex;
    justify-content: center;
    position: relative;
    transition: 0.2s;
}

.arrow-wrapper > img {
    left: 50%;
    top: 50%;
    position: absolute;
}

.arrow-wrapper:hover {
    transform: scale(1.03);
    cursor: pointer;
}

.crafts {
    display: grid !important;
    grid-template-columns: repeat(8, 1fr);
    gap: 14px 0px;
}

.crafts-wrapper {
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(171, 171, 171, 0.06);
}

.craft-inner {
    padding: 8px;
    width: fit-content;
    height: fit-content;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(171, 171, 171, 0.1);
    margin: 0 auto;
}

.link-someone-wrapper > a {
    font-size: 12px;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(171, 171, 171, 0.25);
    padding: 5px 0;
}

.crafts-tab-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.link-someone-wrapper {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flags-info {
    width: 100%;
    margin: 100px 0 0 0;
}

.flags-info > h3 {
    font-size: 32px;
    margin-bottom: 15px;
}

.flag-group-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.flags-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    transition: 0.2s;
}

.flag-name:hover {
    transform: scale(1.02);
}

.flag-name {
    padding: 10px 20px;
    font-size: 16px;
    color: #dfdfdf;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(171, 171, 171, 0.15);
}

.dle-alert{
    color: black;
}
.ui-dialog-title{
    color: black;
}

@media only screen and (max-width: 1720px) {
    .crafts {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media only screen and (max-width: 1350px) {
    .crafts {
        grid-template-columns: repeat(5, 1fr);
    }
    .players-list {
        grid-template-columns: repeat(4, 1fr);
    }
    .mod-inner {
        font-size: 12px;
    }
    .short-inner p,
    .worlds-info > thead > tr > th {
        font-size: 12px;
    }
    .server-container {
        grid-template-columns: minmax(355px, 465px) minmax(345px, 460px) minmax(
                355px,
                668px
            );
    }
}

@media only screen and (max-width: 1310px) {
    .crafts {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 1180px) {
    .flex-wrapper {
        flex-direction: column;
    }
    .server-container {
        grid-template-columns: 50% 50%;
        grid-template-rows: 0fr 0fr 0fr 0fr;
        grid-template-areas:
            "modifications information"
            "modifications  gameplay"
            "modifications-and .";
    }
    .modifications-and {
        grid-area: modifications-and;
    }
    .sh-i-wrapper {
        max-width: 100%;
    }
    .mods-wrapper {
        flex-direction: column;
    }
    .mod-first,
    .mod-second {
        width: 100%;
    }
}

@media only screen and (max-width: 720px) {
    .crafts {
        grid-template-columns: repeat(3, 1fr);
    }
    .players-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 670px) {
    .server-container {
        grid-template-columns: 45% 55%;
    }
}









@media only screen and (max-width: 560px) {
    .server-container {
        grid-template-columns: 100%;
        grid-template-rows: repeat(4, 0fr);
        grid-template-areas:
            "information"
            "spoiler-mods"
            "modifications"
            "modifications-and "
            "gameplay"
    }
    .players-title {
        margin-top: 15px;
    }

.spoiler-mods {
        text-align: center;
        padding: 15px 10px;
        background-color: #0000008c;
        border: 1px solid rgba(171, 171, 171, 0.35);
        grid-area: spoiler-mods;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 15px;
        transition: all 0.3s;
    }
.spoiler-mods:hover {
        cursor: pointer;
        background-color: #131010;
    }
.icon-spoiler {
        transition: all 0.2s;
    }
    .icon-spoiler-active {
        transform: rotate(180deg);
    }
    
    .this-need-hide {
        height: 0px;
        overflow: hidden;
        transition: all 0.2s;
    }
    .this-need-show {
        height: auto;
        overflow: initial;
        transition: all 0.2s;
    }

    
    
}
@media only screen and (min-width: 560px){
.server-container {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: minmax(385px, 465px) minmax(385px, 460px) minmax(
            440px,
            668px
        );
    grid-template-rows: 0.7fr 1.3fr 1fr;
    gap: 20px 10px;
    grid-template-areas:
	  "spoler-mods"
        "modifications information information"
        "modifications modifications-and gameplay"
        "modifications modifications-and gameplay";
}


.spoiler-mods {
        text-align: center;
        padding: 15px 10px;
        background-color: #0000008c;
	  max-height: 50px;
        border: 1px solid rgba(171, 171, 171, 0.35);
        grid-area: modifications;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 15px;
        transition: all 0.3s;
	  
    }
.spoiler-mods:hover {
        cursor: pointer;
        background-color: #131010;
    }
.icon-spoiler {
        transition: all 0.2s;
    }
    .icon-spoiler-active {
        transform: rotate(180deg);
    }
    
    .this-need-hide {
        height: 0px;
        overflow: hidden;
        transition: all 0.2s;
    }
    .this-need-show {
        height: auto;
        overflow: initial;
        transition: all 0.2s;
    }

}

@media only screen and (max-width: 360px) {
    .crafts {
        grid-template-columns: repeat(2, 1fr);
    }
    .players-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* server page */

@media only screen and (max-width: 720px) {
    #login-panel .login-form-panel,
    #login-form input,
    #login-form {
        width: 100% !important;
    }
}

@media only screen and (max-width: 640px) {
    .link-launcher p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .type-launcher > img {
        width: 70px;
    }
    .modal-content-wrapper {
        height: 170px;
    }
}

@media only screen and (max-width: 480px) {
    .modal-content-wrapper {
        flex-direction: column;
        height: fit-content;
    }
    .link-launcher {
        max-width: 100%;
        width: 100%;
    }
    .link-launcher p {
        margin-top: 10px;
    }
    .subforms {
        flex-direction: column !important;
        gap: 15px;
    }
}
