body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #070707;
}


h1 {
	font-size: 55px;
	color: #ffffff;
	font-family: Readex pro, sans-serif;
	text-align: center;
	position: relative;
	bottom: -250px;
}

h2 {
	color: #4d4d4d;
	font-family: Readex pro, sans-serif;
	font-size: 16px;
	text-align: center;
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	z-index: 100;
}

span {
	color: #acacac;
	font-family: Readex pro, sans-serif;
	display: table;
	position: relative;
	bottom: -225px;
	margin-left: auto;
	margin-right: auto;
}

div {
	margin-left: auto;
	margin-right: auto;
	display: table;
}


.gbutton {
	font-family: Readex Pro, sans-serif;
	font-size: 16px;
	padding: 12px 46px;
	background-color: #ffffff;
	color: #000000;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	bottom: -310px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	font-weight: 500;
	outline: none;
}

.gbutton:hover {
	background-color: #000000;
	color: #ffffff;
	transform: scale(1.1);
}

.gbutton:focus {
	outline: none;
}

html::-webkit-scrollbar {
	width: 9px;
	height: 9px;
}

html::-webkit-scrollbar-track {
	background: rgb(31, 31, 31);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

html::-webkit-scrollbar-thumb {
	background: rgb(49, 49, 49);
	border-radius: 15px;
}


.tooltip-container {
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 1000;
}

svg {
	fill: #e4e4e400;
	cursor: help;
	transition-duration: 400ms;
	transition-property: color;
	width: 24px;
	height: 24px;
}

path {
	stroke: #4d4d4d;
	transition: stroke 0.2s ease-in-out;
}

path:hover {
	stroke: #e4e4e4;
	cursor: help;
}

.tooltip {
	position: absolute;
	text-align: center;
	font-size: 15px;
	color: #e4e4e4;
	font-family: Readex Pro, sans-serif;
	background-color: rgb(24, 24, 24);
	border-radius: 13px;
	padding: 4px;
	width: 375px;
	height: 74px;
	right: 0;
	top: 30px;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip {
	opacity: 1;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(24, 24, 24);
    padding: 20px;
    border-radius: 13px;
    color: #e4e4e4;
    font-family: Readex Pro, sans-serif;
    text-align: center;
    z-index: 2000;
    display: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1999;
    display: none;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #e4e4e4;
    font-size: 20px;
    transition: color 0.3s;
}

.popup-close:hover {
    color: #ff4444;
}

.popup a {
    color: #1BFD9C;
    text-decoration: none;
    transition: color 0.3s;
}

.popup a:hover {
    color: #82ffc9;
    text-decoration: underline;
}

.cf-turnstile {
    position: relative;
    bottom: -350px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gbutton:disabled {
    background-color: #333333;
    color: #666666;
    cursor: not-allowed;
    opacity: 0.6;
}

.gbutton:disabled:hover {
    background-color: #333333;
    transform: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
