::-webkit-scrollbar {
  display: none;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0 10px;
  user-select: none;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

@font-face {
  font-family: Pixel;
  src: url('font/CIRKUIT.otf');
}

.message{

  user-select: none;

}

#splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url('https://shortcirkuitz-cdn.cirkuitbreakergroup.com/splash-screen.jpeg'); */
  background-color: black;
  background-size: cover;
  background-position: center;
  animation: fadeOut 0.1s 3s forwards;
  z-index: 10001;
}


@keyframes glitch {
  0% {
      transform: translate(0);
  }
  20% {
      transform: translate(-5px, 5px);
  }
  40% {
      transform: translate(5px, -5px);
  }
  60% {
      transform: translate(-5px, 5px);
  }
  80% {
      transform: translate(5px, -5px);
  }
  100% {
      transform: translate(0);
  }
}

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

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

@keyframes fadeIn2 {
  0% {
      visibility: hidden;
      opacity: 0;
  }
  100% {
      visibility: visible;
      opacity: 1;
  }
}

body {
  font-size: 13pt;
  font-family: Arial;
  color: #32CD32;
  text-shadow: 0 0 3px limegreen;
  /* background-image: url("https://shortcirkuitz.com/06-min(2).png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; */
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 9998;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  /* background: url(photos/2452.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; */
}

body::after{ 
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, rgba(29, 30, 34, 0.5), rgba(33, 33, 33, 0.5) 1px, transparent 1px, transparent 2px);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  pointer-events: none;
  z-index: 10001;
}

#custom-container {
  padding: .1em 1.5em 1em 1em;
  margin-left: 50px;
  margin-right: 135px;
}

#cmdline {
  outline: none;
  background-color: transparent;
  margin: 0;
  width: 100%;
  font: inherit;
  border: none;
  color: inherit;
  inline-size: 350px;
}

#output {
  
  clear: both;
  width: 100%;
  inline-size: 850px;
}

#prompt {
  font-family: Pixel;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-orient: vertical;
  display: box;
  box-pack: center;
  box-orient: vertical;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.prompt-color {
  color: #FFFFFF;
}

.input-line {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
  clear: both;
}

.input-line>div:nth-child(2) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
}

/* SIDE NAV */

#sidenavBtn {
  position: absolute !important;
  padding: 2px !important;
  top: 0 !important;
  right: 7px !important;
  font-size: 35px !important;
}

#sidenav {
  height: 100%;
  width: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.0); /* Transparent background color */
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
  z-index: 999;
}

#sidenav.opened {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Add this CSS to your stylesheets */
@keyframes glow {
  0% {
      box-shadow: 0 0 5px limegreen, 0 0 10px limegreen;
  }
  50% {
      box-shadow: 0 0 10px limegreen, 0 0 15px limegreen;
  }
  100% {
      box-shadow: 0 0 5px limegreen, 0 0 10px limegreen;
  }
}

.loading-bar {
  width: 0;
  height: 10px;
  background-color: limegreen;
  text-shadow: 0 0 5px limegreen;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: glow 1.5s infinite; /* Apply the glow animation */
}

#splashScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  color: limegreen;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50pt;
  font-family: 'Pixel', Arial, sans-serif;
  opacity: 1;
  transition: opacity 0.5s ease; /* Add a transition for the opacity property */
  z-index: 10000;
}


/* #sidenav.opened {
  background-color: rgba(0, 0, 0, 0.9); 
} */

#sidenav button {
  padding: 8px 8px 8px 32px;
  cursor: pointer;
  text-decoration: none;
  font-size: 15pt;
  font-family: Pixel;
  color: limegreen;
  text-shadow: 0 0 5px limegreen;
  display: block;
  transition: 0.8s;
  background: none !important;
  border: none;
}

/* highlight red */
#sidenav button:hover {
  color: red;
  text-shadow: 0 0 5px red;
}

@media screen and (max-width: 360px) {
  /* Adjust splash screen styles for smaller screens */
  .message {
      font-size: 20px !important; /* Adjust font size for smaller screens */
      justify-content: center;
      align-content: center
  }

  .loading-bar {
      height: 5px; /* Reduce loading bar height for smaller screens */
      /* Add more styles as needed for smaller screens */
  }
}

@media screen and (max-width: 375px) {
  /* Adjust splash screen styles for smaller screens */
  .message {
      font-size: 20px !important; /* Adjust font size for smaller screens */
      justify-content: center;
      align-content: center
  }

  .loading-bar {
      height: 5px; /* Reduce loading bar height for smaller screens */
      /* Add more styles as needed for smaller screens */
  }
}


@media screen and (min-width: 400px) {
  /* Adjust splash screen styles for smaller screens */
  .message {
      font-size: 30px !important; /* Adjust font size for smaller screens */
      /* Add more styles as needed for smaller screens */
  }

  .loading-bar {
      height: 5px; /* Reduce loading bar height for smaller screens */
      /* Add more styles as needed for smaller screens */
  }
}

@media screen and (min-width: 767px) {
  /* Adjust splash screen styles for smaller screens */
  .message {
      font-size: 30px !important; /* Adjust font size for smaller screens */
      /* Add more styles as needed for smaller screens */
  }

  .loading-bar {
      height: 5px; /* Reduce loading bar height for smaller screens */
      /* Add more styles as needed for smaller screens */
  }
}

/* 27" Desktop */

@media screen and (min-width: 3200px) {

  #sidenav {
    font-size: 25pt !important;
    height: 100%;
    width: 50px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.0); /* Transparent background color */
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
    z-index: 999;
  }

  #cmdline {
    font-size: 20pt !important;
    outline: none;
    background-color: transparent;
    margin: 0;
    width: 100%;
    font: inherit;
    border: none;
    color: inherit;
    inline-size: 350px;
  }
  
  #output {
    font-size: 20pt !important;
    clear: both;
    width: 100%;
    inline-size: 850px;
  }
  
  #prompt {
    font-size: 20pt !important;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-orient: vertical;
    display: box;
    box-pack: center;
    box-orient: vertical;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  .message{

    font-size: 50pt !important;

  }        

  .Splashscreen-logo {

    height: 500px !important;
    width: 500px !important;

  }
            
}
