* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.blue {
  --bkg: radial-gradient(ellipse at bottom, rgb(25, 35, 45) 0%, rgb(5, 15, 25) 75%); /*rgb(20, 30, 40)*/
  --nav: rgb(25, 35, 45); /*rgb(35, 45, 55)*/
  --main-txt: rgb(70,95,110); /*rgb(90,120,130)*/
  --input: rgb(50,75,90);
  --input-bkg: rgba(0,0,0,0.5);
  --games: rgb(110, 140, 160);
  --logo: url("/img/logo.png");
  --logo-shdw: drop-shadow(0 0 1px rgba(0,0,0,1));

  --set: rgb(65,95,105); /* rgb(65,95,105) */
  --set-bkg: rgba(0, 20, 30, 0.7);
  --set-border: rgb(40,70,80);
  --disc: rgb(145,170,185); /* rgb(145,170,185) */
  --nav-pg: rgb(220, 220, 220);
  --nav-shdw: 2px 2px 4px rgba(250, 250, 250, 0.5);
}

.darkred {
  --bkg: rgb(30, 14, 14); /*linear-gradient(45deg, rgb(0, 0, 0), rgb(60, 28, 28));*/
  /*--bkg-anim: GradDrift 10s ease infinite;*/
  --nav: rgb(42, 29, 29);
  --main-txt: rgb(240, 240, 240); /* rgb(90,120,130) */
  --input: rgb(112, 102, 102); /* rgb(60,90,100) */
  --input-bkg: rgba(0,0,0,0.5);
  --games: rgb(175, 177, 180); /* rgb(110, 150, 160) */
  --logo: url("/img/logo-black.png");
  --logo-shdw: drop-shadow(0 0 1px rgba(255,255,255,0.5));

  --set: rgb(200,200,200);
  --set-drop: rgb(105, 65, 65);
  --set-bkg: rgba(35, 30, 30, 0.7);
  --set-border: rgba(105,107,110,0.7);
  --disc: rgb(160, 120, 120); /* rgb(145,170,185) */
  --nav-pg: rgb(220, 220, 220);
  --nav-shdw: 2px 2px 4px rgba(250, 250, 250, 0.6);
}

body {
  --bkg: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url('/img/space-tint.webp');
  --nav: rgb(40, 40, 40);
  --main-txt: rgb(90,120,130); /* rgb(90, 120, 130); */
  --input-txt: lightgray;
  --input: rgb(60,90,100);
  --input-bkg: rgba(0,0,0,0.5);
  --games: rgb(110, 150, 160);
  --logo: url("/img/logo.png");
  --logo-shdw: drop-shadow(0 0 1px rgba(0,0,0,1));

  --set: rgb(65,95,105);
  --set-drop: rgb(65,95,105);
  --set-bkg: rgba(0, 20, 30, 0.7);
  --set-border: rgb(40,70,80);
  --disc: rgb(145,170,185); /* rgb(145,170,185) */
  --nav-pg: rgb(220, 220, 220);
  --nav-shdw: 2px 2px 4px rgba(250, 250, 250, 0.5);
}

.trust {
  --bkg: rgb(30, 14, 14); /*linear-gradient(45deg, rgb(0, 0, 0), rgb(60, 28, 28));*/
  --nav: rgb(42, 29, 29);
  --main-txt: rgb(240, 240, 240); /* rgb(90,120,130) */
  --input: rgb(112, 102, 102); /* rgb(60,90,100) */
  --input-bkg: rgba(0,0,0,0.5);
  --games: rgb(175, 177, 180); /* rgb(110, 150, 160) */
  --logo: url("/img/logo-black.png");
  --logo-shdw: drop-shadow(0 0 1px rgba(255,255,255,0.5));

  --set: rgb(200,200,200);
  --set-bkg: rgba(35, 30, 30, 0.7);
  --set-border: rgba(105,107,110,0.7);
  --disc: rgb(160, 120, 120); /* rgb(145,170,185) */
  --nav-pg: rgb(220, 220, 220);
  --nav-shdw: 2px 2px 4px rgba(250, 250, 250, 0.6);
}

@keyframes GradDrift {
  0%{background-position:0% 50%}
  50%{background-position:80% 50%}
  100%{background-position:0% 50%}
}

.snow {
  --bkg: radial-gradient(white, rgb(220, 220, 220)); /*white*/
  --nav: rgb(230, 232, 235);
  --main-txt: rgb(50, 52, 55);
  --input: rgb(165,167,170);
  --input-txt: rgb(50,50,50);
  --input-bkg: rgba(0,0,0,0.07);
  --games: rgb(240, 242, 245);
  --logo: url("/img/logo-white.png");
  --logo-shdw: drop-shadow(0 0 1px rgba(0,0,0,0.5));

  --set: var(--main-txt);
  --set-drop: rgb(100,100,100);
  --set-bkg: rgba(30, 32, 35, 0.1);
  --set-border: rgb(170,172,175);
  --set-inv: invert(1);
  --disc: rgb(100,120,140);
  --nav-pg: rgb(20, 22, 25);
  --nav-shdw: 2px 2px 4px rgba(20, 22, 25, 0.5);
}

.midnight {
  --bkg: radial-gradient(ellipse at bottom, rgb(30, 32, 35) 0%, rgb(10, 12, 15) 75%); /*rgb(20, 22, 25)*/
  --nav: rgb(35, 37, 40);
  --main-txt: rgb(240, 240, 240); /* rgb(90,120,130) */
  --input: rgb(105,107,110); /* rgb(60,90,100) */
  --input-bkg: rgba(0,0,0,0.5);
  --games: rgb(175, 177, 180); /* rgb(110, 150, 160) */
  --logo: url("/img/logo-black.png");
  --logo-shdw: drop-shadow(0 0 1px rgba(255,255,255,0.5));

  --set: rgb(200,200,200);
  --set-drop: rgb(75,75,75);
  --set-bkg: rgba(30, 32, 35, 0.7);
  --set-border: rgba(105,107,110,0.5);
  --disc: rgb(120,140,160); /* rgb(145,170,185) */
  --nav-pg: rgb(220, 220, 220);
  --nav-shdw: 2px 2px 4px rgba(250, 250, 250, 0.6);
}

.future1 {
  --bkg: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url('/img/futuristic_landscape_1.webp');
  --nav: rgb(38, 40, 42);
  --main-txt: rgb(90,120,130); /* rgb(90, 120, 130); */
  --main-shdw: 0 0 10px rgba(0,0,0,0.9);
  --input: rgb(60,90,100);
  --input-bkg: rgba(0,0,0,0.5);
  --games: rgb(110, 150, 160);
  --logo: url("/img/logo.png");
  --logo-shdw: drop-shadow(0 0 1px rgba(0,0,0,1));

  --set: rgb(65,95,105);
  --set-bkg: rgba(0, 20, 30, 0.7);
  --set-border: rgb(40,70,80);
  --disc: rgb(145,170,185); /* rgb(145,170,185) */
  --nav-pg: rgb(220, 220, 220);
  --nav-shdw: 2px 2px 4px rgba(250, 250, 250, 0.5);
}

.future2 {
  --bkg: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url('/img/futuristic_landscape_2.jpeg');
  --nav: rgb(38, 40, 42);
  --main-txt: rgb(90,120,130); /* rgb(90, 120, 130); */
  --main-shdw: 0 0 10px rgba(0,0,0,0.9);
  --input: rgb(60,90,100);
  --input-bkg: rgba(0,0,0,0.5);
  --games: rgb(110, 150, 160);
  --logo: url("/img/logo.png");
  --logo-shdw: drop-shadow(0 0 1px rgba(0,0,0,1));

  --set: rgb(65,95,105);
  --set-bkg: rgba(0, 20, 30, 0.7);
  --set-border: rgb(40,70,80);
  --disc: rgb(145,170,185); /* rgb(145,170,185) */
  --nav-pg: rgb(220, 220, 220);
  --nav-shdw: 2px 2px 4px rgba(250, 250, 250, 0.5);
}

.future3 {
  --bkg: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url('/img/futuristic_landscape_3.jpeg');
  --nav: rgb(38, 40, 42);
  --main-txt: rgb(90,120,130); /* rgb(90, 120, 130); */
  --main-shdw: 0 0 10px rgba(0,0,0,0.9);
  --input: rgb(60,90,100);
  --input-bkg: rgba(0,0,0,0.5);
  --games: rgb(110, 150, 160);
  --logo: url("/img/logo.png");
  --logo-shdw: drop-shadow(0 0 1px rgba(0,0,0,1));

  --set: rgb(65,95,105);
  --set-bkg: rgba(0, 20, 30, 0.7);
  --set-border: rgb(40,70,80);
  --disc: rgb(145,170,185); /* rgb(145,170,185) */
  --nav-pg: rgb(220, 220, 220);
  --nav-shdw: 2px 2px 4px rgba(250, 250, 250, 0.5);
}

.future4 {
  --bkg: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url('/img/futuristic_landscape_4.jpeg');
  --nav: rgb(38, 40, 42);
  --main-txt: rgb(90,120,130); /* rgb(90, 120, 130); */
  --main-shdw: 0 0 10px rgba(0,0,0,0.9);
  --input: rgb(60,90,100);
  --input-bkg: rgba(0,0,0,0.5);
  --games: rgb(110, 150, 160);
  --logo: url("/img/logo.png");
  --logo-shdw: drop-shadow(0 0 1px rgba(0,0,0,1));

  --set: rgb(65,95,105);
  --set-bkg: rgba(0, 20, 30, 0.7);
  --set-border: rgb(40,70,80);
  --disc: rgb(145,170,185); /* rgb(145,170,185) */
  --nav-pg: rgb(220, 220, 220);
  --nav-shdw: 2px 2px 4px rgba(250, 250, 250, 0.5);
}

.og {
  --bkg: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url('/img/space-tint.webp');
  --nav: rgb(40, 40, 40);
  --main-txt: rgb(90,120,130); /* rgb(90, 120, 130); */
  --main-shdw: 0 0 10px rgba(0,0,0,0.9);
  --input: rgb(60,90,100);
  --input-bkg: rgba(0,0,0,0.5);
  --games: rgb(110, 150, 160);
  --logo: url("/img/logo.png");
  --logo-shdw: drop-shadow(0 0 1px rgba(0,0,0,1));

  --set: rgb(65,95,105);
  --set-bkg: rgba(0, 20, 30, 0.7);
  --set-border: rgb(40,70,80);
  --disc: rgb(145,170,185); /* rgb(145,170,185) */
  --nav-pg: rgb(220, 220, 220);
  --nav-shdw: 2px 2px 4px rgba(250, 250, 250, 0.5);
}

html {
  height: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body {
  width: 100%;
  height: 100%;
  background: var(--bkg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;


  
  /*background-color: rgba(0,0,0,0.5);
  background-blend-mode: multiply;*/
  animation: 0.7s fadeIn;
  animation: var(--bkg-anim);
  /*background-color: #081d28;*/
  
  font-family: 'Montserrat';
}

.outline {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  box-shadow: inset 0 0 1em gold;
  display: flex;
  flex-direction: column;
}

.navbar {
  display: flex; /* flex nav */
  background-color: var(--nav); /* bkg color */
  position: relative; /* content fits */
  justify-content: space-between; /* text at left and right */
  align-items: center; /* vertical centering */
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
  /*height: 55px; /* sets height */
  /*height: 58px;*/
  height: 65px;
  font-family: 'Raleway', sans-serif;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.navbar .title {
  color: var(--main-txt) !important;
}

.navbar .title img {
  filter: var(--logo-shdw);
  content: var(--logo);
}

.center {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  color: white;
  margin: 0;
  height: calc(100% - 135px);
  text-align: center;
}

.center img {
  vertical-align: middle;
  margin-right: 15px;
}

.horizon-center {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}

br {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

#mainContent {
  top: 58px;
  color: white;
  animation: 0.7s fadeIn;
  text-align: center;
  position: relative;
  /*font-family: Roboto Mono;*/
  /*padding: 30px 50px;
  background-color: rgba(0,0,0,0.6);
  border-radius: 5px;*/
}

#gamContent {
  top: 58px;
  position: relative;
  margin: auto;
  margin-top: 50px !important;
  font-family: 'Montserrat';
  color: lightgray;
  padding: 30px 50px;
  text-align: center;
  align-items: center;
}

#gamContent #glist {
  /*line-height: 1.75;*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}

#gamContent h2 {
  margin-top: 50px;
  margin-bottom: 12px;
  flex-basis: 100%;
}

#gamContent .results {
  font-size: 13px;
  padding-top: 7px !important;
  display: none;
}

#gamContent img {
  vertical-align: middle;
  margin-right: 15px;
}

#gamContent .material-icons {
  font-size: 100%;
  vertical-align: middle;
}

#mainContent .title {
  position: relative;
  /*color: rgb(110,140,150);*/
  color: var(--main-txt);
  /*font-weight: bold;*/
  font-size: 65px;
  text-shadow: var(--main-shdw);
}

.christmas {
  position: absolute;
  width: 50px;
  rotate: 5deg;
  margin-left: -32px;
  margin-top: -3px;
  filter: brightness(0.7);
  transition-duration: 0.2s;
  cursor: pointer;
  user-select: none;
}

.christmas:hover {
  filter: brightness(1) drop-shadow(0 0 5px #222);
  animation: wiggle 1s infinite;
}

@keyframes fadeAway {
  0% { opacity: 1; }
100% { opacity: 0; }
}

@keyframes wiggle {
  0% { transform: rotate(0deg); }
 5% { transform: rotate(5deg); }
 15% { transform: rotate(-5deg); }
 20% { transform: rotate(0deg); }
100% { transform: rotate(0deg); }
}

#gamContent .title {
  color: var(--main-txt);
  font-weight: 400;
  font-size: 60px;
}

#gamContent a {
  transition-duration: 0.2s;
  text-decoration: none;
  color: var(--games);
  position: relative;
  text-align: center;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 15px;
  margin: 10px 20px;
  font-size: 15px;
  background-color: rgba(0,0,0,0.4);
  border-radius: 20px;
}

#gamContent a:hover {
  background-color: rgba(0,0,0,0.7);
}

#gamContent a:nth-child(4n):after {
  content: "";
  display: block;
  height: 0;
  width: 1px;
}

#gs {
  color: lightblue;
  text-decoration: underline;
  cursor: pointer;
}

#mainContent strong {
  color: rgb(230, 230, 230);
}

#mainContent selected {
  font-weight: 900;
}

#mainContent .blackBtn {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  width: fit-content;
  margin: auto;
  user-select: none;
  vertical-align: middle;
  padding: 5px 10px;
  background-color: rgba(0,0,0, 0.5);
  box-shadow: inset 0 0 3px 1px rgba(200, 200, 200, 0.5);
  border-radius: 200px;
  color: rgb(160,160,160);
  transition-duration: 0.3s;
}

#mainContent .blackBtn:hover {
  cursor: pointer;
  color: rgb(175,175,175);
  box-shadow: inset 0 0 3px 1px rgba(255,255,255,0.5);
  transform: scale(1.04);
}

/* From nav.css */
.navbar .pages a, .navbar .pages span {
  color: var(--nav-pg);
}

.navbar .pages #pageHover:hover {
  filter: brightness(1.5);
  text-shadow: var(--nav-shdw);
}

.pages a {
  display: flex;
  align-items: center;
}

.pages a svg {
  width: 24px;
  height: 24px;
}

.disc {
  color: var(--disc) !important;
}

.disc:hover {
  filter: brightness(1.1);
  text-shadow: 0 0 3px var(--disc) !important;
}
/* End of From nav.css */

.frame {
  width: 100% !important;
  height: 100vh !important;
}

iframe:not(.frame):not(.gam) {
  inset: auto 15px 0px auto !important;
}

#mainContent #disc {
  color: rgb(115,138,155);
  text-shadow: 0 0 4px gray;
  box-shadow: inset 0 0 3px 1px rgba(195,218,235, 0.5);
}

#mainContent #disc:hover {
  box-shadow: inset 0 0 3px 1px rgba(215,238,255, 0.5);
}

#mainContent #disc img {
  margin-right: 7px;
}


#mainContent .material-symbols-outlined {
  font-size: 14px;
  vertical-align: middle;
  margin-top: -2px;
}

#mainContent input[type=text], #gamContent input[type=text] {
  margin-top: 15px;
  margin-bottom: 12px;
  padding: 10px;
  width: 310px;
  height: 56px;
  /*border-radius: 7px;*/
  border-radius: 200px;
  /*border: 1px solid rgb(150,150,150);*/
  border: 2px solid var(--input);
  outline: none;
  /*background-color: rgb(240, 240, 240);*/
  background-color: var(--input-bkg);
  box-shadow: 0 0 3px 1px var(--input);
  color: var(--input-txt);
  text-align: center;
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: 200;
  transition-duration: 0.3s;
}

#mainContent input[type=text] {
  margin-bottom: 10px !important;
}

#mainContent input[type=text]:focus {
  width: 350px;
  height: 50px;
  box-shadow: 0 0 4px 2px var(--input);
  margin-top: 18px;
  margin-bottom: 15px;
}

#mainContent input[type=text]::placeholder, #gamContent input[type=text]::placeholder {
  transition-duration: 0.3s;
  color: rgb(105,105,105);
  font-weight: 400;
  user-select: none;
}

#mainContent input[type=text]:focus::placeholder, #gamContent input[type=text]:focus::placeholder {
  color: transparent;
}

#mainContent .submit {
  transition-duration: 0.2s;
  background-color: rgb(80,105,130);
  color: lightgray;
  outline: none;
  border: none;
  /*font-size: 15px;*/
  font-size: 13px;
  padding: 12px 15px;
  /*border-radius: 5px;*/
  border-radius: 200px;
  cursor: pointer;
}

#mainContent .submit:hover {
  opacity: 0.9;
}

#mainContent a {
  transition-duration: 0.2s;
  color: rgb(80, 120, 130);
}

#mainContent a:hover {
  color: rgb(95, 135, 145);
}

textarea {
  cursor: auto;
  width: 50vw;
  height: 250px;
  font-size: 18px;
  padding: 10px 18px;
  background-color: var(--input-bkg);
  border: 2px solid var(--input);
  outline: none;
  color: var(--input-txt);
  transition-duration: 0.2s;
  border-radius: 10px;
  font-family: monospace;
}

textarea#ai:focus {
  box-shadow: 0 0 10px var(--input);
}

/* width */
textarea::-webkit-scrollbar {
  width: 10px;
}
/* Track */
textarea::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(100,105,110,0.5);
}
/* Handle */
textarea::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.5);
  border-radius: 10px;
}
/* Handle on hover */
textarea::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255,255,255,0.8);
}

#aiTxt {
  position: fixed;
  bottom: -100px;
  display: block;
  transition-duration: 0s !important;
  height: 0px !important;
}

button:not(.cool_btn) {
  padding: 12px 20px;
  border-radius: 50px;
  outline: none;
  box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.1);
  border: 1px solid var(--set-border);
  background-color: var(--set-border);
  color: rgb(240,240,240);
  cursor: pointer;
  transition-duration: 0.2s;
}

button {
  margin-bottom: 15px;
}

#stop_gen {
  display: none;
  background-color: rgb(50, 55, 60);
  border: 1px solid rgb(50, 55, 60);

}

.cool_btn {
  position: relative;
  z-index: 0;
  padding: 12px 20px;
  outline: none;
  box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.1);
  border: 1px solid var(--set-border);
  background-color: var(--set-border);
  color: rgb(240,240,240);
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 50px;
}

.cool_btn:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  transition: opacity .3s ease-in-out;
  border-radius: 50px;
}

.cool_btn:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 50px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}

button:not(.cool_btn):hover {
  opacity: 0.9;
}

#ai_res {
  font-family: system-ui;
  display: none;
}

#cpld_lck button[type="button"] {
  text-indent: -9999px;
  line-height: 0;
}
#cpld_lck button[type="button"]:after {
  content: 'Claim Access';
  text-indent: 0;
  display: block;
  line-height: initial;
}

#cpld_lck > div > div > div:nth-child(1) > p:nth-child(1) {
  text-indent: -9999px;
  line-height: 0;
}

#cpld_lck > div > div > div:nth-child(1) > p:nth-child(1):after {
  content: 'Complete One Option Below to Get';
  text-indent: 0;
  display: block;
  line-height: initial;
}

#cpld_completed_message > p {
  text-indent: -9999px;
  line-height: 0;
}

#cpld_completed_message > p:after {
  content: 'Offer completed! Click on the button below';
  text-indent: 0;
  display: block;
  line-height: initial;
}

#cpld_lck #cpld_message {
  position: sticky !important;
}

#cpld_lck > div > div > div:nth-child(3) {
  overflow: auto !important;
}

#settings {
  color: var(--set) !important;
}

.settings {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 90vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}

.setting {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--set-bkg);
  width: 350px;
  height: 230px;
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 15px;
  border: 2px solid var(--set-border);
  box-shadow: 0 0 3px 1px var(--set-border);
  color: rgb(190,190,190);
  transition-duration: 0.3s;
}

.setting > :not(label) {
  filter: var(--set-inv);
}

.setting span#details > img {
  filter: var(--set-inv);
}

.setting:hover {
  box-shadow: 0 0 5px 2px var(--set-border);
}

.setting #name {
  vertical-align: middle;
  position: absolute;
  top: 22px;
  transform: translateY(50%);
  width: calc(100% - 30px);
  color: rgb(200,200,200);
  font-weight: bold;
  font-size: 1.4rem;
}

@keyframes appear {
  from  { opacity: 1; }
  to { opacity: 1; }
}

.appear {
  animation: 1s appear 0.05s;
}

.setting #saved {
  color: rgb(140,163,176);
  opacity: 0;
  position: absolute;
  bottom: 13px;
  width: 100%;
  font-size: 0.7rem;
}

.setting #name + p {
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 10px));
  width: calc(100% - 30px);
}

.setting #details {
  position: absolute;
  /*top: calc(30% + 41px);*/
  top: calc(30% + 33px);
}

.setting #detailBtn {
  font-size: 13px;
  text-decoration: underline;
  color: rgb(140, 140, 140);
  transition-duration: 0.2s;
  cursor: pointer;
}

.setting #detailBtn:hover {
  filter: brightness(90%);
}

.setting #removeBtn {
  display: none;
  margin-left: 12px;
  font-size: 13px;
  color: rgb(180, 100, 100);
  transition-duration: 0.2s;
  cursor: pointer;
}

.setting #removeBtn:hover {
  filter: brightness(90%);
}

.setting #openBlank {
  display: none;
  position: absolute;
  top: 138px;
  font-size: 13px;
  text-decoration: underline;
  color: rgb(170, 185, 205);
  transition-duration: 0.2s;
  cursor: pointer;
}

.setting #openBlank:hover {
  filter: brightness(90%);
}

.setting img {
  user-select: none;
  vertical-align: middle;
}

.setting .tab {
  user-select: none;
  cursor: pointer;
  transition-duration: 0.2s;
}

.setting .tab:not(#cancel) {
  margin: 0 4px;
}

.setting .tab:hover {
  transform: scale(1.125);
}

.setting .tab:active {
  transform: scale(0.95);
}

.setting #fact {
  font-size: 0.6rem;
  font-style: italic;
}

.setting select {
  position: absolute;
  bottom: 30px;
  padding: 7px 15px;
  width: 200px;
  border-radius: 50px;
  border: 2px solid var(--set-border);
  background-color: var(--input-bkg);
  color: rgb(190,190,190);
  outline: none;
  user-select: none;
  text-align: center;
}

.setting select option {
  background-color: var(--set-drop);
  color: white;
  outline: none;
  user-select: none;
  text-align: center;
}

.setting input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.setting label {
  position: absolute;
  bottom: 30px;
	cursor: pointer;
	text-indent: -9999px;
	width: 56px;
	height: 30px;
	/*background: rgb(55, 70, 90);*/
  background: linear-gradient(to right, rgb(55, 70, 90), rgb(80, 95, 115));
	display: block;
	border-radius: 100px;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  transition: 0.3s;
}

.setting label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 5px;
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.setting input:checked + label {
	/*background: rgb(2, 110, 133);*/
  background: linear-gradient(to left, rgb(0, 75, 98), rgb(2, 110, 133));
}

.setting input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.setting label:active:after {
	width: 26px;
}

#finished {
  display: none;
}

#loading {
  display: none;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  color: rgb(200,200,200);
  font-size: 13px;
  gap: 8px;
  margin-bottom: 15px;
}
.loader {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 2px solid;
  border-color: rgb(200,200,200) transparent;
  box-sizing: border-box;
  animation: rotation 1.4s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid;
  border-color: transparent rgb(150,150,150);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  animation: rotationBack 0.7s linear infinite;
  transform-origin: center center;
}
@keyframes rotation {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}  
@keyframes rotationBack {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(-360deg);}
}


.bottomText {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 5px;
  padding: 0 15px;
  flex-direction: row;
  color: rgb(200,200,200);
  width: 100%;
  font-size: 14px;
}

.bottomText a {
  color: rgb(160,160,160);
  margin-left: 15px;
  transition-duration: 0.3s;
}

.bottomText #links a:hover {
  filter: brightness(85%);
}

.tosMsg {
  position: absolute;
  bottom: 0;
  background-color: rgb(25, 25, 25);
  padding: 6px 0;
  border-top: 2px solid rgb(110,140,150);
  box-shadow: 0 0 10px 2px rgb(110,140,150);
  color: rgb(230, 230, 230);
  width: 100%;
  text-align: center;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}

.tosMsg #openPopup {
  transition-duration: 0.1s;
  color: rgb(110,140,150);
  text-decoration: underline;
}

.tosMsg #openPopup:hover {
  cursor: pointer;
  color: rgb(95,125,135);
}

.tosMsg #openPopup:active {
  color: rgb(80,110,120);
}

.tosMsg #closeTosMsg {
  transition-duration: 0.1s;
  position: fixed;
  right: 1em;
  vertical-align: middle;
  cursor: pointer;
}

.tosMsg #closeTosMsg:hover {
  color: rgb(210,210,210);
}

.tosMsg #closeTosMsg:active {
  color: rgb(190,190,190);
}

@keyframes fadeOut {
  0%  { opacity: 1; -webkit-transform: translateY(0%); }
  100% { opacity: 0; -webkit-transform: translateY(20px); }
}

#tosMsgDisappear {
  animation-name: fadeOut;
}

.tosBkg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0, 0.3);
  display: none; /* flex */
  align-items: center;
  justify-content: center;
}

.tos {
  width: 350px;
  border: 2px solid rgb(110,140,150);
  border-radius: 10px;
  padding: 20px 30px;
  color: lightgray;
  background-color: rgb(20, 20, 20);
  box-shadow: 0 0 10px 2px rgb(110 140 150);
}

.tos a {
  transition-duration: 0.1s;
  color: rgb(110,140,150);
}

.tos a:hover {
  color: rgb(95,125,135);
}

.tos a:active {
  color: rgb(80,110,120);
}

#centerBtn {
  width: 100%;
  text-align: center;
}

.err {
  display: none;
  color: rgb(200, 0, 0);
  font-size: 13px;
}

.loading {
  animation: rotation 0.9s infinite linear;
  user-select: none;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.notif {
  position: relative;
}

.notif::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  transform: translate(50%, -50%);
  border: none;
  border-radius: 50px;
  background-color: rgba(180, 0, 0, 1);

  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box;
  animation: notify 0.9s infinite;
  animation-timing-function: ease-in-out;
}

li.notif::before {
  right: -5px;
}

@keyframes notify {
  from {
    border: 4px solid rgba(0, 0, 0, 0);
  }
  to {
    border: 4px solid rgba(180, 0, 0, 0.4);
  }
}

.changePx {
  transition-duration: 0.1s;
  color: rgb(200,200,200);
  font-size: 12px;
}

.changePx:hover {
  color: rgb(180,180,180);
  text-decoration: underline;
  cursor: pointer;
}

.pxs {
  display: none;
  width: 450px;
  margin: auto;
}

.btn {
  transition-duration: 0.2s;
  line-height: 1;
  margin-top: 10px;
  padding: 10px 20px;
  /*border-radius: 5px;*/
  border-radius: 200px;
  border: 2px solid rgb(110,140,150);
  background-color: transparent;
  color: rgb(110,140,150);
  font-size: 15px;
}

.btn:hover {
  background-color: rgb(110,140,150);
  /*border: 2px solid lightgray;*/
  color: rgb(230,230,230);
  cursor: pointer;
}

.btn #small {
  font-size: 10px;
}

.prx {
  display: inline-block;
  padding: 11px 22px;
  font-size: 17px;
  margin: 10px 10px 5px 10px;
}

#u:hover {
  /* original color: #262262 */
  /* old color: #49498d */
  background-color: #262262;
  border-color: #6a6aa4;
  box-shadow: 0 0 10px 5px #262262;
  color: rgb(188, 184, 248);
}

#r:hover {
  /* original color: #9de8ff */
  background-color: #224762;
  border: 2px solid #6a88a4;
  box-shadow: 0 0 10px 5px #224762;
  color: rgb(185, 221, 248);
}

#w:hover {
  /* original color: #1c9a54 */
  background-color: #226244;
  border: 2px solid #6aa47f;
  box-shadow: 0 0 10px 5px #226244;
  color: rgb(185, 248, 213);
}

#b:hover {
  background-color: #646464;
  border: 2px solid #afafaf;
  box-shadow: 0 0 10px 5px #646464;
  color: rgb(230, 230, 230);
}

.pageLoading {
  display: none;
  position: fixed;
  bottom: 0;
  right: 20px;
  background-color: black;
  box-shadow: 0 0 5px 1px white;
  color: white;
  padding: 7px 10px;
  font-size: 15px;
}

.hider {
  display: none; /* flex */
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 25px;
  color: #c8c8c8;
  text-shadow: 2px 2px 4px black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  margin: auto;
}

.warning {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  padding: 15px 15px;
  background-color: rgba(162, 26, 26, 0.4);
  border: 1px solid rgba(212, 31, 31, 0.9);
  border-radius: 15px;
  font-size: 13px;
  line-height: 1.75;
}

.warning #head {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.warning .material-symbols-outlined {
  font-size: 24px !important;
  font-weight: bold;
  color: rgb(179, 0, 0);
}

.warning a {
  color: rgb(112 172 250) !important;
  text-decoration: underline;
  font-weight: bold;
}

.warning a:hover {
  color: rgb(89, 138, 203) !important;
  text-decoration: underline;
  font-weight: bold;
}

#underline {
  text-decoration: underline;
}

#italics {
  font-style: italic;
}

.facts {
  display: none;
}




.content-container {
  max-width: 60%;
  min-width: 400px;
  margin: 0 auto; /* Centers the container horizontally */
  padding: 20px 50px;
  background:rgba(0,0,0,0.5);
  backdrop-filter: blur(15px);
  color: white; /* White text */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 2.5;
}

.content-container h1, h2, h3 {
  color: #ecf0f1; /* Lighter text color for headers */
}

.content-container h1 {
font-size: 30px;
}

.content-container ul {
  list-style-type: square;
  padding-left: 20px;
}

.content-container p {
text-indent: 20px;
}

.content-container .highlight {
  background-color: rgb(17, 71, 93);
  color: white;
  padding: 3px 6px;
  border-radius: 3px;
  font-weight: bold;
}

.content-container .button {
  padding: 20px 30px;
  text-align: center;
  color: white;
  background-color: rgb(31, 106, 155);
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}