html {
  padding: 0px;
  margin: 0px;
}
body {
  background-color: #070707 !important;
  font-family: verdana;
  text-align: center;
  padding: 0px;
  margin: 0px;
  height: 100vh;
  max-height: 97vh;
}
input {
  outline: none;
  box-shadow: none;
}
a {
  color: cyan;
  text-decoration: none;
}
a:hover {
  color: rgba(0, 164, 172, 0.97);
}
/* General Root */
.main-content {
  height: auto;
  padding: 2em 0 3em 0;
}
.container {
  top: 5%;
  min-width: 255px;
  max-width: max-content;
  min-height: 100px;
  height: auto;
  max-height: fit-content;
  /*position: relative;*/
  border: 3px solid rgba(0, 148, 246, 0.88);
  border-radius: 5px;
}
.main-content > .container {
  z-index: 2;
}

#cubed {
  filter: blur(13px);
}
.overlay {
  /*position: static !important;*/
  /*height: 100vh;*/
  /*width: 100vw;*/
  /*backdrop-filter: blur(9px) !important;*/
  z-index: 1 !important;
}

.container-blue {
  border: 2px solid #0094f6;
  border-radius: 8px;
}
.container-orange {
  border: 2px solid #614119;
  border-radius: 8px;
}
.container-shadow-sm {
  box-shadow: 1px 3px 7px 3px rgba(0, 0, 0, 0.44);
}
.container-shadow-md {
  box-shadow: 1px 3px 14px 3px rgba(0, 0, 0, 0.44);
}
.container-shadow-lg {
  box-shadow: 1px 3px 22px 3px rgba(0, 0, 0, 0.44);
}
.container-bg {
  background-color: rgba(49, 52, 56, 0.77);
  z-index: 0;
}
.center {
  position: relative !important;
  margin: auto;
  /*top: 43%;*/
  /*-ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
}
.afont {
  font-family: 'Arial Black', Gadget, sans-serif;
}
.font-uppercase {
  text-transform: capitalize;
  font-variant: small-caps;
}

footer {
  width: 100%;
  height: 21px;
  font-size: 11px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  background-color: rgba(24, 26, 28, 0.28);
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.42);
  color: gray;
  z-index: 1;
}
.footer {
  padding: 4px 0px;
  background: linear-gradient(
    180deg,
    rgba(24, 26, 28, 0.37) 0%,
    rgba(24, 26, 28, 0.93) 46%,
    rgb(24, 26, 28) 48%,
    rgb(24, 26, 28) 100%
  );
  backdrop-filter: blur(11px);
  z-index: 1;
}

/* Main */
#authFrm input {
  border: 1px solid gray;
  border-radius: 3px;
  padding: 4px;
  outline: none;
  box-shadow: none !important;
  z-index: 1;
}
.authFrm_container {
  padding: 15px 13px;
  text-align: center;
  box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.72);
  min-width: 480px;
  max-width: 480px;
  height: 88%;
  min-height: 300px;
  max-height: fit-content;
  background-color: rgba(49, 52, 56, 0.6);
  cursor: default;
}
.authFrm_header {
  font-size: 28px;
  color: rgba(128, 248, 248, 1);
  padding: 2px;
  margin-bottom: 7px;
  margin-top: 0.1em;
}
.authFrm_header > div {
  font-size: 26px;
  opacity: 0.7;
  text-transform: capitalize;
  font-variant: small-caps;
}

.capitalize {
  text-transform: capitalize;
  font-variant: small-caps;
}

.bar-divider {
  height: 8px;
  margin-top: -12px !important;
  border-bottom: rgba(29, 46, 48, 0.2) 1px solid;
}

.authFrm_container .bar-divider {
  width: 76%;
  margin: auto;
}

#respMessage {
  padding: 3px 2px;
  font-size: 13px;
  color: gray;
}

.message-area {
  overflow: hidden;
  min-height: 140px;
  height: 100%;
  border: 1px solid black;
  background-color: rgba(24, 26, 28, 0.9);
  padding: 3px 5px;
}

.output {
  margin: 0px;
  text-align: left;
  font-family: Consolas !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
}

.timerr {
  margin: 7px;
  font-family: Consolas !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

#responses {
  min-height: 10px;
  background-color: rgba(22, 22, 22, 1);
}
#responses > #responses_txt {
  padding: 2px 5px;
  text-align: left;
  font-size: 12px;
  color: white;
}

#logo_bg {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 90vh;
  z-index: 0;
}

#logoScc {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  background-image: url('../img/sce.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 250px 250px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.init-txt {
  font-style: normal;
  color: rgba(154, 221, 217, 0.85);
  text-shadow: 0 0 1px rgb(123, 219, 206), 0 0 2px rgba(255, 255, 255, 0.4);
}

#cntdwn {
  font-size: 13px;
  color: rgba(229, 246, 248, 0.85);
  text-shadow: 0 0 1px rgb(123, 219, 206), 0 0 2px rgba(255, 255, 255, 0.4);
}

#particles-js {
  z-index: -1;
  position: fixed;
  width: 100vw;
  height: 100vh;
}

#btnReload button {
  box-shadow: inset 0px -3px 7px 0px #29bbff;
  background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
  background-color: #2dabf9;
  border-radius: 3px;
  border: 1px solid #0b0e07;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  padding: 5px 27px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #263666;
  margin-top: 7px;
}
#btnReload button:hover {
  background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
  background-color: #0688fa;
}
#btnReload button:active {
  position: relative;
  top: 1px;
}

.btnJoin {
  box-shadow: inset 0px -3px 7px 0px #29bbff;
  background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
  background-color: #3d94f6;
  border-radius: 3px;
  border: 1px solid #0b0e07;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 42px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #263666;
  margin-bottom: 5px;
}
.btnJoin:hover {
  background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
  background-color: #0688fa;
  color: rgb(91, 255, 233);
}
.btnJoin:active {
  position: relative;
  top: 1px;
}

.projz {
  background: -webkit-linear-gradient(#2df9f9 30%, #ad0000 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: -1px -1px 2px rgba(91, 233, 255, 0.8);
}

.nav {
  padding: 5px 7px;
  background-color: rgba(24, 26, 28, 0.6);
}

.nav-item {
  padding: 0px 5px;
  display: inline-block;
}

.vote-input input {
  padding: 5px 1px;
}
.vote-input button {
  padding: 5px 8px;
}

.player-table {
  width: 100%;
  background: rgba(24, 26, 28, 0.28);
  border: 1px solid rgba(0, 148, 246, 0.48);
  border-radius: 2px;
  overflow: hidden;
}

.player-table thead {
  color: slategray;
}
.player-table thead tr td {
  border-bottom: 1px solid rgba(200, 200, 200, 0.4) !important;
}

.player-table tbody {
  font-size: 16px;
  color: gainsboro;
}
.player-table tbody tr {
  background-color: rgba(24, 26, 28, 0.28);
}
.player-table tbody tr td {
  border-bottom: 1px solid rgba(100, 100, 100, 0.2) !important;
}

#charts-canvas > canvas {
  border-top: 2px solid rgba(38, 54, 102, 0.6);
}