::selection {
  color: none;
  background: none;
}

p {
  color: rgb(238, 195, 111);
  font-size: 250%;
}

#visualizer-container {
  position: relative;
  /* Ensure relative positioning for contained elements */
  width: 850px;
  height: 500px;
  margin: 10px auto;
  /* Adjust margin as needed */
  overflow: hidden;
  /* Hide overflow from canvas */
}

.hidden {
  display: none;
}

#canvas {
  width: 100%;
  height: 100%;
  display: block;
}

/*
.glow p{
    -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
.glow a{
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
*/

a {
  text-decoration: none;
  color: aliceblue;
}

@media screen and (max-width: 600px) {
  .glow p {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
  }
}

@media screen and (max-width: 600px) {
  .glow a {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
  }
}

/*@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #F6431F, 0 0 20px #FFBE3A, 0 0 30px #E4330F, 0 0 40px #FDB015, 0 0 50px #DC7460, 0 0 60px #F6431F, 0 0 70px #F6431F;
  }
  to {
    text-shadow: 0 0 20px #F6431F, 0 0 30px #FFBE3A, 0 0 40px #E4330F, 0 0 50px #FDB015, 0 0 60px #DC7460, 0 0 70px #F6431F, 0 0 80px #F6431F;
  }
}
*/
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #1f3ff6, 0 0 20px #3a4eff, 0 0 30px #162ee0,
      0 0 40px #1534fd, 0 0 50px #5b6fde, 0 0 60px #1d28f5, 0 0 70px #1c2ce6;
  }

  to {
    text-shadow: 0 0 20px #1f3ff6, 0 0 30px #3a4eff, 0 0 40px #162ee0,
      0 0 50px #1534fd, 0 0 60px #5b6fde, 0 0 70px #1d28f5, 0 0 80px #1c2ce6;
  }
}

@keyframes glow {
  from {
    text-shadow: 0 0 10px #1f3ff6, 0 0 20px #3a4eff, 0 0 30px #162ee0,
      0 0 40px #1534fd, 0 0 50px #5b6fde, 0 0 60px #1d28f5, 0 0 70px #1c2ce6;
  }

  to {
    text-shadow: 0 0 20px #1f3ff6, 0 0 30px #3a4eff, 0 0 40px #162ee0,
      0 0 50px #1534fd, 0 0 60px #5b6fde, 0 0 70px #1d28f5, 0 0 80px #1c2ce6;
  }
}

.sbren {
  text-align: center;

  -webkit-text-stroke: 1px rgb(50, 133, 168);
}

@font-face {
  font-family: "Azeroyhd-Regular";
  src: url("../fonts/Azeroyhd-Regular.woff2") format("woff2"),
    url("../fonts/Azeroyhd-Regular.woff") format("woff"),
    url("../fonts/Azeroyhd-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gamefont";
  src: url("../fonts/gamefont.woff2") format("woff2"),
    url("../fonts/gamefont.woff") format("woff"),
    url("../fonts/gamefont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "mingliu";
  src: url("../fonts/mingliu.woff") format("woff"),
    url("../fonts/mingliu.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gabriola';
  src: url('../fonts/gabriola Font Download.woff') format('woff'),
       url('../fonts/gabriola Font Download.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.gabriola-font {
  font-family: 'Gabriola', sans-serif; /* Use sans-serif as fallback */
}

body {
  background-image: url(gifs/space2.gif);
  background-color: black;
  font-family: "mingliu", sans-serif;
  margin: 0;
  padding: 0;
  user-select: none;
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}

/*@media only screen and (max-width: 768px) {
    body {
        font-family: Courier, monospace; 
    }
} */

.music {
  width: 100%;
  overflow: auto;
}

div.music div {
  width: 33%;
  float: left;
}

button {
  color: white;
size: 200%;
background-color: black;
border: 5px double steelblue;
  text-align: center;
 
}

button:hover {
  opacity: 1;
}

button.span {
  -webkit-text-stroke: 1px black;
}

@media only screen and (max-width: 2500px) {
  .mobilehidden {
    display: none;
  }
}

.ripple {
  width: 10px;
  height: 10px;
  background-color: deepskyblue;
  position: fixed;
  border-radius: 100%;
  border: 1px solid #ffffff59;
  opacity: 0.5;
  pointer-events: none;
}

@keyframes ripple-effect {
  to {
    transform: scale(15);
    opacity: 0.01;
  }
}

.radio-container-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.radio-container-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.radio-container-inner button {
  background: white;
}

.terminal {
  line-height: 1.05;
  font-size: 100%;
  position: relative;
  height: 500px;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  flex-shrink: 0;
  margin: 50px auto;
  background-color: black;
  padding: 20px;
  border: 6px double SteelBlue;
  display: flex;
  justify-content: center;
}

.terminal img {
  pointer-events: none;
}

.left-half {
  align-items: center;
  display: flex;
  flex: 0.6;
  justify-content: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.left-half img,
.left-half video {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.slate-bar-bottom {
  border-top: 6px double steelblue;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  background-color: black;
  bottom: 0;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;

}

.time-text {
  letter-spacing: 0em;
  margin-right: 30px;
}

.chat-slate-bar-text-left {
  font-family: "mingliu", monospace; /* used to be gamefont */
  color: white;
  font-size: 16px;
  margin-left: 10px; 
}

.slate-bar-text-left {
  color: white;
  font-size: 16px;
  margin-left: 30px;
}

.slate-bar-text-right {
  color: white;
  font-size: 16px;
}

.chat-slate-bar-top {
  font-family: "mingliu", monospace;  /* used to be gamefont */
  border-bottom: 6px double SteelBlue;
  align-items: center;
  background-color: black;
  display: flex;
  height: 20px;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.slate-bar-top {
  border-bottom: 6px double SteelBlue;
  align-items: center;
  background-color: black;
  display: flex;
  height: 20px;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#terminal-container {
  max-height: 500px;
  overflow-y: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: auto;
}

#output div:last-child {
  display: block;
}

.justified {
  text-align: justify;
  text-justify: inter-word;
}

.line {
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 5px;
  word-wrap: break-word;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.centered {
  display: flex;
  justify-content: center;
}

.winamp {
  position: absolute;
  top: 50px;
  /* Adjust top position as needed */
  left: 50px;
  /* Adjust left position as needed */
  z-index: 2;
  /* Ensure Winamp player appears above canvas */
}

.centered-gif {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 850px;
  height: 500px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 5;
  overflow: hidden;
}

.centered-gif-image,
.iot-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

#gifContainer img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.fade-in-simple {
  animation: fadeInSimple 220ms ease-out;
}

.fade-out-simple {
  animation: fadeOutSimple 220ms ease-in forwards;
}

@keyframes fadeInSimple {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOutSimple {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.controls-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; /* Center controls within the wrapper */
  flex-grow: 1; /* Allows the wrapper to take up remaining space */
}

.controls {
  display: flex;
  align-items: center;
}

.controls span {
  font-family: "mingliu", monospace;
  margin-left: -47px;
  background-color: transparent;
  border-left: 6px double steelblue;
  border-right: 6px double steelblue;
  border-top: 1px solid steelblue;
  color: steelblue;
  cursor: pointer;
  padding: 2px 5px;
  margin-right: 60px;
}

.infobox span {
  font-family: "mingliu", monospace; /* used to be gamefont */

  font-family: "mingliu", monospace;

  margin-left: -47px;
  background-color: transparent;
  border-left: 6px double steelblue;
  border-right: 6px double steelblue;
  border-top: 1px solid steelblue;
  color: steelblue;
  cursor: pointer;
  padding: 2px 5px;
  margin-right: 60px;
}

.btn {
  cursor: pointer;
}

.question-btn {
  display: inline-block;
}

.question-icon {
  width: 32px;
  /* Adjust size as needed */
  height: 32px;
  /* Adjust size as needed */
}





.volumebar {
  width: 20 px;
  height: 20px;
  background-color: none;
  padding-bottom: 5px;
}

.volume {
  width: 20 px;
  height: 20px;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  outline: none;
  opacity: 1;
}

.volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 19px;
  background-color: white;
  border-radius: 0%;
  cursor: pointer;
  margin-top: -5px;
}

.volume::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background-color: white;
}

.loadedplaybutton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.loadedplaybutton img {
  width: 200px;
  height: 200px;
  cursor: pointer;
}

:root {
  --dark-color-a: #000000;
  --dark-color-b: #000000;
  --light-color: #a1a1c0;
  --success-color: #0d200d;
  --error-color: #3d1412;
}

/* Chat Page */

.chat-container {
  max-width: 11000px;
  background: #fff;
  margin: 30px auto;
  overflow: hidden;
}

.chat-main {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.chat-sidebar {
  background: var(--dark-color-b);
  color: #fff;
  padding: 20px 20px 60px;
  overflow-y: scroll;
}

.chat-sidebar h2 {
  font-size: 20px;
  background: rgba(0, 0, 0, 0);
  padding: 10px;
  margin-bottom: 20px;
}

.chat-sidebar h3 {
  margin-bottom: 15px;
}

.chat-sidebar ul li {
  padding: 10px 0;
}

.chat-messages-azeroyhd {
  font-family: "Azeroyhd-Regular", sans-serif;
  background-color: none;
  width: 340px;
  max-height: 100vh;
  overflow-y: scroll;
  float: left;
  margin-left: -20px;
  scrollbar-width: thin;
  scrollbar-color: steelblue;
  margin-bottom: 10px;
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.message {
  animation: slideInFromLeft 0.5s ease-out;
  padding: 5px;
  margin: 5px 0;
  border-radius: 5px;
}

.chat-messages {
  font-family: "mingliu", monospace; /* used to be gamefont */
  /* this is the chat message one */
  background-color: none;
  width: 340px;
  height: 482px;
  overflow-y: scroll;
  float: left;
  margin-left: 0px;
  margin-top: -32px;
  scrollbar-color: steelblue;
}

@media screen and (max-width: 600px) {
  .chat-messages {
    max-height: 55vh;
    /* Adjust for smaller screens */
    margin-left: 0px;
  }
}

/* Styling for the scrollbar track */
.chat-messages::-webkit-scrollbar {
  display: none;
}

/* Styling for the scrollbar thumb (handle) */
.chat-messages::-webkit-scrollbar-thumb {
  scrollbar-color: steelblue;
}

/* Styling for the scrollbar track (track) */
.chat-messages::-webkit-scrollbar-track {
  scrollbar-color: steelblue;
}

* {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Edge */
}

.chat-messages .message {
  padding: 0px;
  margin-bottom: -10px;

  text-align: left;
  overflow-wrap: break-word;
}

.chat-messages .message .meta {
  margin-left: 10px;
  font-size: 14px;
  text-align: left;
  color: var(--dark-color-b);
  opacity: 1;
  margin-bottom: 10px;
  color: white;
}

.chat-messages .message .meta span {
  color: white;
}

.chat-form-container {
  display: flex;
  color: white;
  background-color: none;
}

.chat-form-container form {
  display: flex;
  color: black;
  background-color: none;
}

#chat-form {
  display: flex;
  width: 100%;
  margin: 0;
  color: black;
}

#username {
  width: 100%;
  flex: 6;
  color: white;
  background-color: black;
  font-family: mingliu; /* used to be gamefont */
  border: 4px double SteelBlue;
}

::placeholder {
  color: white;
  opacity: 1;
}

::-ms-input-placeholder {
  color: white;
}

#chat-button {
  width: 100%;
  opacity: 1;
  background-color: none;
  color: white;
  flex: 0.1;
  margin: 0;
  font-family: mingliu; /* used to be gamefont */
  font-size: 18px;
  text-align: center;
  border: 4px double SteelBlue;
}

/* Dropdown Menu */
#dropdown {
  display: none;
  position: absolute;

  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 20px;
  /* Align to the right of the button */
  top: calc(100% + 10px);
  /* Position just below the button with some space */
  background-color: black;
  border: double 5px steelblue;
}

#dropdown a {
  color: rgb(255, 255, 255);
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  border: double 2px steelblue;
}

@keyframes slideIn {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.dropdown-content {
  /* Existing styles */
  animation: fadeIn 0.3s ease forwards;
  opacity: 0;
}

.dropdown-content a {
  /* Existing styles */
  animation: slideIn 0.3s ease forwards;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdown-content a:nth-child(1) {
  animation-delay: 0.1s;
}

.dropdown-content a:nth-child(2) {
  animation-delay: 0.2s;
}

.dropdown-content a:nth-child(3) {
  animation-delay: 0.3s;
}

.dropdown-content a:nth-child(4) {
  animation-delay: 0.4s;
}

.dropdown-content a:nth-child(5) {
  animation-delay: 0.5s;
}
.dropdown-content a:nth-child(6) {
  animation-delay: 0.6s;
}
.dropdown-content a:nth-child(7) {
  animation-delay: 0.7s;
}
.dropdown-content a:nth-child(8) {
  animation-delay: 0.8s;
}
.dropdown-content a:nth-child(9) {
  animation-delay: 0.9s;
}
.dropdown-content a:nth-child(10) {
  animation-delay: 1.0s;
}
.dropdown-content a:nth-child(11) {
  animation-delay: 1.1s;
}


#userButton {
  width: 100%;
  opacity: 1;
  background-color: none;
  color: white;
  flex: 0.1;
  margin: 0;
  font-family: mingliu; /* used to be gamefont */
  font-size: 18px;
  text-align: center;
  border: 4px double SteelBlue;
}

.chat-form-container input[type="text"] {
  font-size: 15px;
  padding: 5px;
  height: 40px;
  flex: 1;
}

/* Join Page */
.join-container {
  max-width: 500px;
  margin: 80px auto;
  color: #fff;
}

.join-header {
  padding: 20px;
  background: var(--dark-color-a);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.join-main {
  padding: 30px 40px;
  background: var(--dark-color-b);
}

.join-main p {
  margin-bottom: 20px;
}

.join-main .form-control {
  margin-bottom: 20px;
}

.join-main label {
  display: block;
  margin-bottom: 5px;
}

.join-main input[type="text"] {
  font-size: 16px;
  padding: 5px;
  height: 40px;
  width: 100%;
}

.join-main select {
  font-size: 16px;
  padding: 5px;
  height: 40px;
  width: 100%;
}

.join-main .btn {
  margin-top: 20px;
  width: 100%;
}

@media (max-width: 700px) {
  .chat-main {
    display: block;
  }

  .chat-sidebar {
    display: none;
  }
}

main {
  display: flex;
  justify-content: center;
}

.chatterminal {
  font-family: "mingliu", monospace; 
  line-height: 1.05;
  font-size: 100%;
  position: relative;
  height: 500px;
  overflow: hidden;
  width: 300px;
  flex-shrink: 0;
  margin: 50px auto;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border: 6px double SteelBlue;
  z-index: 1;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 50px auto;
}

.user-list {
  font-family: "mingliu", monospace; /* used to be gamefont */
  color: white;
  background-color: rgba(0, 0, 0, 0);
  height: 500px;
  margin-right: 100px;
  word-wrap: break-word;
  width: 200px;
  margin-top: 25px;
}

.queueList {
  font-size: 16px;
  font-family: "mingliu", monospace; /* used to be gamefont */
  color: limegreen;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.queueList::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

.queueList .radioInfo-container:nth-child(even) {
  color: steelblue;
}

.single-line {
  white-space: nowrap;
  margin-left: 10px;
}

.radioInfo-container {
  display: flex;
  justify-content: space-between;
}

.queueList {
  width: 100%;
}

.motd-bar {
  background: rgba(0, 0, 0, 0.5);
  border: double 5px steelblue;
  position: absolute;
  z-index: 100;

  width: 100%;
  max-width: 1194px;
  height: 32px;
  margin: 600px auto;
  line-height: 1.05;
  flex-shrink: 0;
  background-color: black;
  display: flex;
  color: #fff;
  text-align: center;
  font-size: 18px;

  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}

#motdText {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
}

.scrolling-text {
  display: inline-block;
  animation: scroll linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

#balance-container {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5px;
  color: #000;
  margin-top: 20px;
}

.balance-notification {
  font-family: mingliu; /* used to be gamefont */
  color: gold;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255, 215, 0, 1);
  opacity: 0;
  position: absolute;
  animation: slideUp 2s forwards, fadeOut 2s 1s forwards;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 1;
  }

  50% {
    transform: translateY(0%);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#balance-container {
  font-family: "mingliu", sans-serif; /* used to be gamefont */
  text-align: center;
  margin-bottom: 150px;
}

.commands-section{
  color: white;
}

/* Common modal styles */
.modal, .ConsentModal, .badConsentModal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Shop Modal styles */
.modal-content {
  background-color: black;
  margin: 15% auto;
  padding: 20px;
  border: 5px double steelblue;
  width: 80%;
  max-width: 500px;
  text-align: center;
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Consent Modal styles */
.consent-modal-content {
  background-color: black;
  margin: 15% auto;
  padding: 20px;
  border: 5px double steelblue;
  width: 80%;
  max-width: 500px;
  text-align: center;
}

.bad-consent-modal-content {
  background-color: black;
  margin: 15% auto;
  padding: 20px;
  border: 5px double steelblue;
  width: 80%;
  max-width: 500px;
  text-align: center;
}

.consent-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.consent-close:hover,
.consent-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.bad-consent-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.bad-consent-close:hover,
.bad-consent-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.iot-image {
  border: 0;

}


#consentList p {
    color: white;          
     text-align: center;
}

#consentList button {
    color: white;
    text-align: center;
    font-size: 16px;    /* Increase font size */
    padding: 10px 20px; /* Increase padding for a larger button */
    display: block;
    margin: 0 auto;     /* Center the button horizontally */
    cursor: pointer;
}


