@charset "utf-8";
/* CSS Document */
.radio-toolbar input[type="radio"] {
  display: none;
}

.levelRedio {
  border: solid #333 0px;
  line-height: 1;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgb(0, 138, 201, 1);
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
  inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.levelRedio2 {
  border: solid #333 0px;
  line-height: 0.9;
  font-size: 1rem;
  text-align: center;
  color: #ff0;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgb(0, 138, 201, 1);
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  border: solid #333 2px;
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.radio-toolbar input[type="radio"]:checked + label {
  border: solid #333 2px;
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}
#selectRap {
  position: absolute;
}

#startImage {
  font-weight: bold;
  position: absolute;
  top: 80%;
  left: 48%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif";
}

#seledctTopic {
  text-align: center;
  position: absolute;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  font-family: "
      Segoe UI
      ", Tahoma, Geneva, Verdana, sans-serif;
}
#cards {
  position: absolute;
}

#img1 {
  position: absolute;
  top: 50px;
  left: 400px;
}
#column1 {
  float: left;
  width: 60%;
  text-align: right;
}
#column2 {
  float: left;
  width: 40%;
  font-weight: bold;
}
#column3 {
  width: 100%;
}
.rows {
  border: solid 0.2px black;
  margin: 0;
  padding: 3px;
}
#highHedder {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #007bb9;
}
#highScore {
  position: absolute;
  left: 250px;
  top: 350px;
  width: 300px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#form1 {
  position: absolute;
}
#enterYour {
  font-family: Arial;
  color: #007bb9;
  font-weight: bold;
}
#playerName {
  width: 211px;
  height: 50px;
  font-size: 22px;
  background-color: transparent;
  font-family: Arial;
}
.rows {
  border: solid 0.2px black;
  margin: 0;
  padding: 3px;
}

#highScore {
  position: absolute;
  left: 250px;
  top: 350px;
  width: 300px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#resetHigh {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: right;
  width: 100%;
}
#gameOver {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #007bb9;
  font-size: 11px;
  font-weight: bold;
}
#points {
  color: #ff0202;
}
#restartBut {
  font-weight: bold;
  position: absolute;
  top: 80%;
  left: 48%;
  font-family: "
      Segoe UI ", Tahoma, Geneva, Verdana, sans-serif";
}
#picWord {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000066;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
#score {
  position: absolute;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
#time {
  position: absolute;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
