
*{
    box-sizing: border-box;
}

body { overflow: hidden;} 

#matrix{
	background-color : white;
}

#heart{
	background-color : red;
}

.cell{}

canvas#matrix{
	border:3.5px solid #090808;
    border-radius: 5px;
    background:#090808;
}
.gameDetails{
    position: absolute;
    border: 1.5px solid #090808;
    top: 1%;
    left: 19%;
    height: 55px;
    width: 215px;
    border-radius: 2px;
}

.gameDetailsEnemy{
    position: absolute;
    border: 1.5px solid #090808;
    top: 9%;
    left: 19%;
    width: 215px;
    border-radius: 2px;
}

.leaderBoard{
    position: absolute;
    border: 1px dashed blue;
    top: 80%;
    left: 75%;
    height: 0px;
    width: 0px;
}

playerHeader{
    position: absolute;
    width: 75%;
    top: 0%;
    left: 70%;
    font-family: "ArcadeClassic";
}

.playerRatingComponent{
    position: absolute;
    width: 75%;
    top: 0%;
    left: 70%;
    font-family: "ArcadeClassic";
}

.errorMessageClass{
    word-spacing: 3px;
    font-size: 13px;
    color: #f00f02;

}

.successMessageClass{
    word-spacing: 3px;
    font-size: 13px;
    color: rgba(9, 9, 9, 0.9);
}

.playerErrorMessageBoxClass{
    position: absolute;
    top: 28%;
    left: 19%;
    width: 215px;
    border-radius: 3px;
    border: 1px solid #fd0f2b;
    background-color: #facfcf;
    font-family: "ArcadeClassic";
    font-size: 11px;
    text-align: center;
    text-indent: 20px;
    transition-delay: 5s;
}

.playerSuccessMessageBoxClass{
    position: absolute;
    left: 45%;
    top: 28%;
    width: 215px;
    border-radius: 3px;
    background-color: #9ecee8;
    font-family: "ArcadeClassic";
    font-size: 11px;
    text-align: center;
    text-indent: 20px;
    transition-delay: 5s;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 9;
    /*background-color: transparent;*/
}

.vl {
    border-left: 3.5px solid #090808;
    height: 649px;
    position: absolute;
    left: 68%;
    margin-left: -3px;
    top: 1%;
}

.quiz{
    position: absolute;
    border: 1px dashed #1cff00;
    top: 25%;
    left: 25%;
}

#text{font-color: red;}

.playerStatus{
    /*text-indent:50px;*/
    display:inline;
    font-size:13px;
    color: darkslategray;
    /*color: royalblue;*/
    font-family: "ArcadeClassic";
}

.playerNameTag{
    display:inline;
    font-size:13px;
    color: #009dff;
    font-family: "ArcadeClassic";
}

.secondsCounter{
    /*text-indent:50px;*/
    display:inline;
    font-size:13px;
    color: red;
    /*color: royalblue;*/
    font-family: "ArcadeClassic";
}

.enemyStatus{
    /*text-indent:50px;*/
    display:inline;
    font-size:13px;
    color: grey;
    font-family: "ArcadeClassic";
}

.leruStatus{
    /*text-indent:50px;*/
    display:inline;
    font-size:13px;
    color: #009dff;;
    font-family: "ArcadeClassic";
}

.enemyStatusActive{
    /*text-indent:50px;*/
    display:inline;
    font-size:13px;
    color: #009dff;
    font-family: "ArcadeClassic";
}



.enemyStatusDamaged{
    /*text-indent:50px;*/
    display:inline;
    font-size:13px;
    color: #db46b1;
    font-family: "ArcadeClassic";
}

.round-button {
    display:block;
    width:50px;
    height:50px;
    line-height:50px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #464646;
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
}
.round-button:hover {
    background: #262626;
}

#reward{
    position: absolute;
    border: 1px solid #f9fafc;
    top: 5%;
    right: 15%;
}

.userLoginForm {
  background-color: transparent;
}

#username {
    border: 1px solid rgb(29, 76, 234);
    border-radius: 2.5px;
    height: 215px;
    font-family: "ArcadeClassic";

    /* Center the text horizontally */
    text-align: center;

    /* Center the text vertically */
    display: flex;
    align-items: center;
    justify-content: center;

    /* Ensure the input text doesn't overflow */
    padding: 0 10px;
    box-sizing: border-box;
}


#password {
    border: 1px solid rgba(255, 255, 255, 0.93);
    border-radius: 2.5px;
}

#email {
    border: 1px solid rgba(255, 255, 255, 0.93);
}

li{
    list-style-type: none;
    font-size:13px;
    height: 20px;
    color: royalblue;
    font-family: "ArcadeClassic";
}

ul {
    text-align: left;
    padding: 13px;
}

ul.playerLiveUpdateProgress {
    text-align: left;
    padding: 13px;
}

.footerCopyright{
    display:inline;
    font-size:14px;
    color: black;
    font-family: "ArcadeClassic";
}

.footerAuthor{
    display:inline;
    font-size:14px;
    color: black;
    font-family: "ArcadeClassic";
}

.footerContact{
    display:inline;
    font-size:14px;
    color: black;
    font-family: "ArcadeClassic";
}

.footerControlsRight{
    display:inline;
    font-size:18px;
    color: #00b3ff;
    font-family: "ArcadeClassic";
}


.footerControlsShoot{
    /*text-indent:50px;*/
    display:inline;
    font-size:18px;
    color: #00b3ff;
    font-family: "ArcadeClassic";
}

.footerControlsShootUpArrow{
    /*text-indent:50px;*/
    display:inline;
    font-size:18px;
    color: rgba(239, 166, 14, 0.96);
    font-family: "ArcadeClassic";
}

.footerControlsLeft{
    display:inline;
    font-size:18px;
    color: #00b3ff;
    font-family: "ArcadeClassic";
}


 .footerControlsLeftArrow{
    display:inline;
    font-size:18px;
     color: rgba(224, 113, 38, 0.96);
    font-family: "ArcadeClassic";
}

.footerControlsRightArrow{
    display:inline;
    font-size:18px;
    color: rgba(224, 113, 38, 0.96);
    font-family: "ArcadeClassic";
}

.footerControlsGamePause{
    display:inline;
    font-size:18px;
    color: #00b3ff;
    font-family: "ArcadeClassic";
}

.footerControlsGameQuit{
    display:inline;
    font-size:18px;
    color: red;
    font-family: "ArcadeClassic";
}

input:invalid {
    border: 3px solid #f00f02;
}

meter{
    width: 170px;
    color: royalblue;
}

progress[value] {
    /* Reset the default appearance */
    -webkit-appearance: none;
    appearance: none;

    width: 200px;
    height: 15px;
}

.playerProgressBar{
    height: 13px;
    width: 15%;
    background: #f1eeee;
    border: 1px solid black;
    border-radius: 2.5px;
    display: flex;
    justify-content: flex-start;
    color: black;
    font-family: "ArcadeClassic";
    font-size:13px;
}

.topScorePlayerName{
    font-size:12px;
    color: royalblue;
}

.upArrow{
    font-size:20px;
    /* background-color: royalblue; */
}

.clockStats{
    /*text-indent:50px;*/
    display:inline;
    font-size:13px;
    color: darkslategray;
    /*color: royalblue;*/
    font-family: "ArcadeClassic";
}

.clockStatsCouunter{
    /*text-indent:50px;*/
    display:inline;
    font-size:35px;
    color:  #009dff;
    /*color: royalblue;*/
    font-family: "ArcadeClassic";
}

.displayMilliseconds{
    /*text-indent:50px;*/
    display:inline;
    font-size:25px;
    color:  #009dff;
    /*color: royalblue;*/
    font-family: "ArcadeClassic";
}

#mute-button {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;

  width: 40px;
  height: 40px;
  padding: 10px;
  margin: 0;

  /* Background and border */
  background-color: #F7DC6F;
  border: none;
  border-radius: 50%;

  /* Icon styles */
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 20px;

  /* Transitions */
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

#mute-button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#mute-button.muted {
  background-color: #ADD8E6;
}

#mute-button.muted:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}



.arrow-key-container {
    display: inline-block;
    text-align: center;
    transform: translate3d(0,0,0);
}
.arrow-key {
    align-items: center;
    background: #08acec;
    border-radius: 6px;
    box-shadow: -1px 1px 0 #999, -2px 2px 0 #999, -3px 3px 0 #999, -5px 5px 0 #999;
    color: #fff;
    display: inline-flex;
    font-size: 30px;
    font-weight: bold;
    height: 40px;
    justify-content: center;
    margin: 5px;
    transform: translate3d(0, 0, 0);
    transition: box-shadow .1s linear, transform .1s linear;
    width: 40px;
    &:active,&.press {
        box-shadow: 0px 0px 0 #020ef0, 0px 0px 0 #0232f0, 0px 0px 0 #0206f0, -1px 1px 0 #0232f0;
        transform: translate3d(-3px, 3px, 0);
    }
    &.left:before {
        content: "\2190";
    }
    &.up:before {
        content: "\2191";
    }
    &.down:before {
        content: "\2";
    }
    &.right:before {
        content: "\2192";
    }
    &.up {
        background: #eff800;
        color: #040404;
    }

    &.enter:before {
        content: "\21B5";
    }
    &.pause:before {
        content: "\P";
    }
    &.play:before {
        content: "\P";
    }

    &.quit:before {
        content: "\Q";
    }
}

::placeholder {
    color: #f00f02;
    opacity: 1; /* Firefox */
}