
.CountdownNumber
{
  position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 7;
    font-family: Arial, Helvetica, sans-serif;
}

.stat_title
{
  margin-top: -60px !important;
  font-size: 225% !important;
  color: #838383 !important; 
}

#graph_holder
{
  height: 65%;
}

.graph_point
{
  border-radius: 100px;
  position: fixed;
  padding: 0px;
  margin: 0px;
}

.graph_line
{
  height: 100%;
  width: 5px;
  background-color: #333333;
  display: inline-block;

  border-radius: 5px;
}

.stat_opp
{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff3333;
  margin-top: 80px;
  font-size: 350%;
  font-family: Arial, Helvetica, sans-serif;
}

.stat
{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffff7c;
  margin-top: 0px;
  font-size: 550%;
  font-family: Arial, Helvetica, sans-serif;
}

#combo_text
{
  margin-top: 30%;
  text-align: center;
  font-size: 30px;
  transform: rotate(17deg);
}

#combo
{
  background-color: green;
  width: 80px;
  height: 80px;
  border: thick solid #009a00;
  border-radius: 100px;
  position: fixed;
  margin-left: 86%;
  margin-top: -100px;
  z-index: 5;
}

.bar
{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: #313131;
  height: 20px;
  border: 7px solid #252525;
}

.unlockable
{
  color: white;
  font-family: 'Courier New', Courier, monospace;
  width: 150px;
  height: 150px;
  text-align: center;
  display: inline-block;
}

.editable
{
    position: relative;
    border: 4px solid #307d97;
    border-radius: 10px;
    padding: 3px;
    background-color: #232323;
    box-shadow: rgba(0,0,0,0.4) 2px 2px 2px inset;
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
    white-space: pre;
    color: white;
/*
    animation-name: clickboxr;
    animation-duration:  1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
*/
    margin-top: 6%;
    margin-left: 4%;
    margin-right: 4%;
    height: 200px;

    overflow-wrap: break-word;
}

@keyframes clickboxr{
    100%{
      border: 4px solid #307d97;
    }
    0%{
      border: 4px solid #45b1d4;
    }
  }


@keyframes clickbox{
    0%{
      border: 4px solid #307d97;
    }
    100%{
      border: 4px solid #45b1d4;
    }
  }

#frozen
{
  background-color: #0089e4;
    text-align: center;
    font-size: 50px;
    color: white;
    margin-top: -210px;
    z-index: 3;
    border-radius: 10px;
    height: 200px;
    position: relative;
}

  /*
.editable:hover
{
  
    animation-name: clickbox;
    animation-duration:  1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    
}*/

#flash
{
  width: 0;
  height: 0;
  position: fixed;
  background-color: #FFFFFF;
  z-index: 10;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fire
{
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
  background-image: url(./minecraft_fire.gif);
  background-repeat: repeat-x;
  position: fixed;
  width: 100%;
  height: 250px;
}

.editable > textarea:focus
{
    outline: none;
}

.editable > textarea
{
    position: relative;
    z-index: 1;
    border: none;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    height: 100px;
    text-align: left;
    resize: none;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    margin-left: -1px;
    margin-top: -138px;
    color: #00000000;
    caret-color: white;
    height: 200px;
    white-space: pre;
}

body
{
    background-color: #232323;
    
    /*
  background-image: url('rewards/lasers.gif');
  background-repeat: repeat;
  background-size: 100%;
  */
}


#placehold
{
  position: absolute;
  left: 4px;
  top: 5px;
  margin-top: 0px;
  pointer-events: none;
  color: gray;
  z-index: 2;
}

#top
{
    position: absolute;
    left: 4px;
    top: 5px;
    margin-top: 0px;
    pointer-events: none;
    color: red;
    z-index: 2;
}

#toppower
{
    position: absolute;
    left: 4px;
    top: 5px;
    margin-top: 0px;
    pointer-events: none;
    color: yellow;
    z-index: 2;
}

#topgood
{
    position: absolute;
    left: 4px;
    top: 5px;
    margin-top: 0px;
    pointer-events: none;
    color: green;
    z-index: 2;
}

.editable::after
{
    position: absolute;
    left: 4px;
    top: 5px;
    /*content: attr(data-placeholder);*/
    pointer-events: none;
    opacity: 0.5;
    z-index: 1;
    white-space: pre;
}

button
{
  background-color: green;
  color: white;
  border: solid 2px rgb(0, 170, 0);
  padding: 10px;

  animation-name: hoverButtonr;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@keyframes hoverButton
{
  0%{background-color: green;}
  100%{background-color: rgb(0, 150, 0);}
}

@keyframes hoverButtonr
{
  100%{background-color: green;}
  0%{background-color: rgb(0, 150, 0);}
}

@keyframes clickButton
{
  0%{background-color: rgb(0, 150, 0);}
  100%{background-color: rgb(0, 100, 0);}
}

button:hover
{
  color: white;
  border: solid 2px rgb(0, 170, 0);
  padding: 10px;

  animation-name: hoverButton;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

button:focus
{
  color: white;
  border: solid 2px rgb(0, 170, 0);
  padding: 10px;

  animation-name: clickButton;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

input
{
  color: white;
  outline: none;
  border: thin solid gray;
  font-family: 'Courier New', Courier, monospace;
  background-color: #262626;
  padding: 5px;
}

input::placeholder
{
  color: #464646;
  font-family: 'Courier New', Courier, monospace;
}

.spoiler:not(:hover), .spoiler:not(:hover) * {
  color:transparent !important;
}
.spoiler:not(:hover) {
  text-shadow:0 0 12px #4D5763;
}
.spoiler {
  transition:color 0.25s ease, text-shadow 0.25s ease;
}
.spoiler * {
  transition:color 0.25s ease;
}

progress
{
  border: 2px solid grey;
  
  outline: none;
}