body {
	background: #25262b;
	color: #c1c2c5;
	font-family: "Kanit", serif;
	font-weight: 200;
	font-style: normal;
}

#TBAR {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #373a40;
	color: #c1c2c5;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: solid 2px #373a40;
	user-select: none;
}

body,
html {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #25262b;
	height: 100%;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	/* Ensure it stays behind other elements */
}

#TBAR {
	position: relative;
	/* Ensure it's above the particles */
	z-index: 1;
	/* Set a higher z-index */
}

#footer {
	background-color: #373a40;
	color: #c1c2c5;
	text-align: center;
	padding: 10px 0;
	width: auto;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	padding: 1rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* Add other styles here */


#navbar {
	z-index: 1;
	left: 0%;
	position: absolute;
	width: 6.66%;
	height: 100%;
	background: #373a40;
}

a {
	display: flex;
	color: white;
	text-decoration: none;
	justify-content: center;
	background: #25262b;
	margin: 4px;
	border-radius: 20px;
}

#mb {
	position: absolute;
	left: 2%;
	top: 10%;
	text-align: center;
	background: #373a40;
	bottom: 0%;
	right: 2%;
}

/* Hamburger */

#checkbox {
	display: none;
}

.toggle {
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition-duration: .5s;
	left: 1.7%;
}

.bars {
	width: 100%;
	height: 4px;
	background-color: #c1c2c5;
	border-radius: 4px;
}

#bar2 {
	transition-duration: .8s;
}

#bar1,
#bar3 {
	width: 100%;
}

#checkbox:checked+.toggle .bars {
	position: absolute;
	transition-duration: .5s;
}

#checkbox:checked+.toggle #bar2 {
	transform: scaleX(0);
	transition-duration: .5s;
}

#checkbox:checked+.toggle #bar1 {
	width: 100%;
	transform: rotate(45deg);
	transition-duration: .5s;
}

#checkbox:checked+.toggle #bar3 {
	width: 100%;
	transform: rotate(-45deg);
	transition-duration: .5s;
}

#checkbox:checked+.toggle {
	transition-duration: .5s;
	transform: rotate(180deg);
}

/* Navbar Smoothing */
#navbar {
	width: 0%;

	text-align: center;
	position: absolute;
	transition: width 0.5s ease;
	/* Add transition for width */
	overflow: hidden;
	/* Hide overflow during the transition */
	white-space: nowrap;
	/* Prevent text from wrapping */
	user-select: none;
}

#navbar a {
	display: block;
	text-align: center;
	text-decoration: none;
}

#navbar a:hover {
	background-color: #ddd;
	color: black;
}

/* MB Smoothing */
#mb {
	position: absolute;
	transition: left 0.5s ease;
	/* Add transition for left */
	overflow: hidden;
	/* Hide overflow during the transition */
	white-space: nowrap;
	/* Prevent text from wrapping */
}


/* Discord Effect DL  */


#DisCard {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	font-size: 16px;
	width: 10.3em;
	height: auto;
	text-align: center;

}

#DisName,
#DisDownload {
	text-decoration: none;
	color: inherit;
	user-select: none;
	/* Disable text selection */
	-webkit-user-select: none;
	/* Disable text selection in Safari */
	-moz-user-select: none;
	/* Disable text selection in Firefox */
	-ms-user-select: none;
	/* Disable text selection in Internet Explorer */
}

.btn-download {
	margin-top: 10px;
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	color: white;
	background-color: #32343a;
	border: none;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.btn-download:hover {
	background-color: #2e3137;
}

.btn-download:active {
	background-color: #2a2c31;
}

#DisEff {
	background-image: url(https://r2.e-z.host/6798de0b-3ee9-4ede-b93a-0fe13d1fa1a0/xwogdl84.gif);
	background-repeat: no-repeat;
	display: flex;
	background-size: cover;
	justify-content: center;
	height: 10.1em;
	width: 10.1em;
	margin-top: 6px;
	border: 2px solid #373a40;
	border-radius: 50%;
}


/* Main Board Items */

#News{
	position: relative;
 	top: 5%;
 	font-size: 1.2rem;
 	height: 30%;
 	width: 54%;
 	left: 50%;
 	transform: translateX(-50%);
 	word-wrap: normal;
 	white-space: normal;
	user-select: none;
}

#DPlugins {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30%;
	height: 100%;
}

#ProjectTitle{
	font-size: 2rem;
  	top: 2%;
  	position: absolute;
	left: 50%;
  	transform: translateX(-50%);
}

#settings{
	display: block;
  	bottom: 6%;
  	position: absolute;
  	width: 119.867px;
}


/* Cookie */

#CookieWarningContainer{
  z-index: 2;
  position: absolute;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  background: #25262b;
  padding: 2px 20px 2px 20px;
  border-radius: 20px;
  width: 48%;
  bottom: 1%;
}

#CookieWarning{
  display: flex;
}
#acceptCookies{
  position: absolute;
  right: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  background: #373a40;
  border-radius: 20px;
  padding: 0px 15px 2px 15px;
  transition: ease-in-out .2s;
  user-select: none;
  cursor: pointer;
}
#acceptCookies:hover{
  background: #464a52;
  transition: ease-in-out .2s;
}

#CookieWarning p{
	width: 85%;
}

/* PGP Key */

#ContactMe{
	
}

#PublicKey{
  position: absolute;
  top: 60%;
  background: #25262b;
  min-width: 80%;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 15px 20px 15px;
}

.copybutton {
  /* button */
  --button-bg: #353434;
  --button-hover-bg: #464646;
  --button-text-color: #CCCCCC;
  --button-hover-text-color: #8bb9fe;
  --button-border-radius: 10px;
  --button-diameter: 36px;
  --button-outline-width: 1px;
  --button-outline-color: rgb(141, 141, 141);
  /* tooltip */
  --tooltip-bg: #f4f3f3;
  --toolptip-border-radius: 4px;
  --tooltip-font-family: Menlo, Roboto Mono, monospace;
  /* this field should not be empty */
  --tooltip-font-size: 12px;
  /* this field should not be empty */
  --tootip-text-color: rgb(50, 50, 50);
  --tooltip-padding-x: 7px;
  --tooltip-padding-y: 7px;
  --tooltip-offset: 8px;
  /* --tooltip-transition-duration: 0.3s; */
}

.copybutton {
  box-sizing: border-box;
  width: var(--button-diameter);
  height: var(--button-diameter);
  border-radius: var(--button-border-radius);
  background-color: var(--button-bg);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  position: relative;
  left: 50%;
	transform: translateX(-50%);
  margin-top: 2%;
  outline: none;
}

.tooltip {
  position: absolute;
  opacity: 0;
  visibility: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font: var(--tooltip-font-size) var(--tooltip-font-family);
  color: var(--tootip-text-color);
  background: var(--tooltip-bg);
  padding: var(--tooltip-padding-y) var(--tooltip-padding-x);
  border-radius: var(--toolptip-border-radius);
  pointer-events: none;
  transition: all var(--tooltip-transition-duration) cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tooltip::before {
  content: attr(data-text-initial);
}

.tooltip::after {
  content: "";
  position: absolute;
  bottom: calc(var(--tooltip-padding-y) / 2 * -1);
  width: var(--tooltip-padding-y);
  height: var(--tooltip-padding-y);
  background: inherit;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -999;
  pointer-events: none;
}

.copybutton svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkmark {
  display: none;
}

/* actions */

.copybutton:hover .tooltip,
.copybutton:focus:not(:focus-visible) .tooltip {
  opacity: 1;
  visibility: visible;
  top: calc((100% + var(--tooltip-offset)) * -1);
}

.copybutton:focus:not(:focus-visible) .tooltip::before {
  content: attr(data-text-end);
}

.copybutton:focus:not(:focus-visible) .clipboard {
  display: none;
}

.copybutton:focus:not(:focus-visible) .checkmark {
  display: block;
}

.copybutton:hover,
.copybutton:focus {
  background-color: var(--button-hover-bg);
}

.copybutton:active {
  outline: var(--button-outline-width) solid var(--button-outline-color);
}

.copybutton:hover svg {
  color: var(--button-hover-text-color);
}

/* Alerts */

.alert-box{
	z-index: 1;
	background: #25262b;
	border: 1px solid #373a40;
	width: 25%;
	text-align: center;
	border-radius: 18px;
	height: 5.3%;
	top: 0%;
	align-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}