:root {
  --theme: #715EFF;
}
body {
  font-family: ArialBold;
  padding: 0px;
  margin: 0px;
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(47,54,64,1) 100%);
  -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
  background-repeat: no-repeat;
  background-attachment: fixed;
  cursor: url('/static/projects/no/game_assets/cursor.png'), auto;
  touch-action: manipulation;
}
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll; 
}
body::-webkit-scrollbar {
  display: none;
}
.shadow {
  filter: drop-shadow(0px 0px 4px #000000);
-webkit-filter: drop-shadow(0px 0px 4px #000000);
-moz-filter: drop-shadow(0px 0px 4px #000000);
}

#screenswitchtransitiondiv {
  position: fixed;
  background: black;
  background: linear-gradient(124deg, rgba(175,94,255,1) 0%, rgba(40,32,106,1) 100%);
  box-shadow: 0px 0px 181px 157px rgba(40,32,106,1);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  animation: screenswitchtransition .4s cubic-bezier(.32,.89,.37,.96);
  z-index: 10;
}
#screenswitchtransitionreversediv {
  position: fixed;
  background: black;
  background: linear-gradient(124deg, rgba(175,94,255,1) 0%, rgba(40,32,106,1) 100%);
  box-shadow: 0px 0px 181px 157px rgba(40,32,106,1);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  animation-delay: 1s;
  animation: screenswitchtransition .4s cubic-bezier(.32,.89,.37,.96) reverse;
  z-index: 10;
}
@keyframes screenswitchtransition {
  0% {transform: translate(-100%)}
  100% {transform: translate(0%)}
}
.front_green {
  display: block;
  padding: 12px 42px;
  border-radius: 12px;
  font-size: 1.25rem;
  background: hsl(145deg 63.4% 41.8%);
  color: white;
  transform: translateY(-6px);
}
/* Profiles Menu */
#profile_creation_container {
  display: none;
  z-index: 2;
  background: #367286;
  width: 500px;
  height: 260px;
  position: fixed;
  top: 0px;
  animation: dropdown 1.6s ease-out;
  top: 50%;
  left: 50%;
  margin-top: -130px; /* Negative half of height. */
  margin-left: -250px; /* Negative half of width. */
  padding: 10px;
  font-size: 20px;
  color: #2DB5B8;
  box-shadow: 0px 0px 0px 1000px rgba(0,0,0,0.60);
}
@keyframes dropdown {
  0% {transform: translate(0px, -100px)}
  10% {transform: translate(0px, 0px)}
}
.user_profile_container {
  text-align: left;
  border-radius: 1vw;
  width: 12vw;
  height: 4vw;
  padding: 1vw;
  margin-left: auto;
  margin-right: auto;
  transition: .2s;
  display: inline-block;
  position: relative;
}
.user_profile_container_listed {
  border-radius: 8px;
  width: 50px;
  height: 50px;
  background: #f0932b;
  margin: 2px;
  box-shadow: inset 0px 0px 5px black;
  transition: .2s;
  display: inline-block;
}
.user_profile_container_listed:hover {
  transform: scale(1.02);
}
.user_profile_icon {
  display: inline-block;
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 50%;
  border: 4px solid white;
  filter: drop-shadow(0px 0px 6px black);
}
.user_profile_icon_listed {
  display: inline-block;
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 50%;
  border: 4px solid white;
  margin: 4px;
  transition: .2s;
}
.user_profile_icon_listed:hover {
  transform: scale(1.02);
}
.user_profile_container .user_profile_name {
  font-size: 1vw;
  font-family: ArialBold;
  position: absolute;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,234,146,0) 100%);
  border-radius: 0.5vw;
  outline: none;
  margin: 4px 0px 0px 10px;
  padding: 0.5vw;
  max-width: 6vw;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pushable_green {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background: hsl(145deg 63.2% 49%);
  border-radius: 12px;
  border: none;
  padding: 0;
  outline-offset: 4px;
}

#nickname {
  width: 150px;
  display: inline-block;
}

.popup {
  display: none;
  position: fixed;
  width: 600px;
  height: 250px;
  left: 0;
  right: 0;
  top: 80px;
  padding: 15px;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: rgb(231, 76, 60);
  border-radius: 15px;
  z-index: 1;
}

#main_menu {
  position: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
}

#play_area {
  display: none;
  width: 100%;
  height: 100%;
  background: rgb(237, 28, 36);
  background: linear-gradient(0deg, rgba(237, 28, 36, 1) 0%, rgba(237, 28, 36, 1) 100%);
}
#uno_logo {
  width: 22vw;
  margin-top: 2vh;
  margin-bottom: 3vh;
  filter: drop-shadow(0px 0px 20px rgba(255,255,255,0.6));
  pointer-events: none;
}
#main_menu_menu {
  display: block;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 80%;
  width: 60vw;
  margin-top: 4vh;
  border-radius: 10px;
  border: 5px solid rgba(255,255,255,0.4);
}
#main_menu-chnglog {
  width: 80vw;
  background: #000000;
  padding: 0.6vw;
  top: 8vh;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: left;
}
#version-chnglog {
  font-size: 2vh;
  height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
  color: white;
}
#main_menu_sidebar {
  position: fixed;
  left: 25vw;
  top: 4vh;
  display: block;
  padding: 8px;
  height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
}
.themeinput {
  margin-top: 15px;
  font-size: 4vh;
  font-family: ArialBold;
  -webkit-filter: drop-shadow(0px 0px 2px #000000);
  filter: drop-shadow(0px 0px 2px #000000);
  display: block;
  padding: 10px;
  border-radius: 10px;
  outline: none;
  background: rgba(255,255,255,0.4);
  color: white;
  border: solid 0.6vh white;
  width: 25vw;
  margin-left: auto;
  margin-right: auto;
}
.themeinput::placeholder {
  color: rgba(255,255,255,0.6);
}
/* ANIMATED BACKGROUND */
#animated-bg {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.box-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  z-index: -1;
}
.box-area li {
  position: absolute;
  display: block;
  list-style: none;
  border-radius: 6px;
  width: 25px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  animation: bg 20s linear infinite;
  bottom: -150px;
}
.box-area li:nth-child(1) {
  left: 86%;
  width: 80px;
  height: 128px;
  animation-delay: 0s;
}
.box-area li:nth-child(2) {
  left: 12%;
  width: 30px;
  height: 48px;
  animation-delay: 1.5s;
  animation-duration: 10s;
}
.box-area li:nth-child(3) {
  left: 70%;
  width: 100px;
  height: 160px;
  animation-delay: 5.5s;
}
.box-area li:nth-child(4) {
  left: 42%;
  width: 150px;
  height: 240px;
  animation-delay: 0s;
  animation-duration: 15s;
}
.box-area li:nth-child(5) {
  left: 85%;
  width: 40px;
  height: 64px;
  animation-delay: 0s;
}
.box-area li:nth-child(6) {
  left: 15%;
  width: 110px;
  height: 176px;
  animation-delay: 3.5s;
}
@keyframes bg {
  0% { 
      transform: translateY(0px) rotate(0deg);
      opacity: 1;
  }
  100% {
      transform: translateY(-800px) rotate(360deg);
      opacity: 0;
  }
}
.button {
  font-size: 20px;
  -webkit-filter: drop-shadow(2px 2px .2px #000000);
  filter: drop-shadow(2px 2px .2px #000000);
  display: block;
  padding: 10px;
  border-radius: 10px;
  outline: none;
  background: #2ecc71;
  color: white;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.pushable {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background: rgb(0, 71, 163);
  border-radius: 12px;
  border: none;
  padding: 0;
  outline-offset: 4px;
}
.front {
  display: block;
  padding: 12px 42px;
  border-radius: 12px;
  font-size: 1.25rem;
  font-family: ArialBold;
  background: white;
  color: rgb(0, 71, 163);
  transform: translateY(-6px);
}
#Play_Button .front img {
  position: absolute;
  height: 4.4vh;
  vertical-align: text-bottom;
  left: 1vw;
}
#gemplo_logo {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10vh;
}
#main_menu_info {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  padding: 2vh;
  color: white;
}
.pushable:active .front {
  transform: translateY(-2px);
}
#assetloader {
  display: none;
  overflow: scroll;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 4;
}
/* The switch - the box around the slider */
.switch {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 22.67px;
  margin-top: 1px;
  margin-left: 5px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round::before {
  border-radius: 50%;
}
.room_setting {
  padding: 6px;
  border-radius: 10px;
  border: 2px solid white;
  width: 115px;
  white-space: nowrap;
  font-size: 20px;
  text-align: left;
}
#room_settings {
  background: #1F857D;
  width: 200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  text-align: left;
  line-height: 25px;
}
.bg_transition {
  position: fixed;
  width: 2000px;
  height: 2000px;
  top: 50%;
  left: 50%;
  margin-top: -1000px; /* Negative half of height. */
  margin-left: -1000px; /* Negative half of width. */
  border-radius: 50%;
  animation: bgtransitiongrow .5s linear;
  z-index: -2;
}
@keyframes bgtransitiongrow {
  0% { transform: scale(0); opacity: 0.5; }
  100% { transform: scale(1); opacity: 1; }
}