html{
  overflow: hidden;
}
body {
    margin: 0;
    background: #000000;
    font-family: 'univers', Helvetica, Arial, sans-serif;
    font-size: 18px;
    overflow: hidden;
    color: rgb(170,161,156);
}

canvas {
    width: 100%;
    height: 100%;
    font-family: 'universbold', Helvetica, Arial, sans-serif;
    position: absolute;
    left: 0px;
    top: 0px;
}

h1,h2,h3,h4,h5,h6{
  color:white;
  margin: 0;
}

h3,h4,h5,h6{
  color:#D51130;
}


a{
  text-decoration: none!important;
}

.button {
    /*position: absolute;*/
    display: inline-block;
    background-color: rgba(0,0,0,0.5);
    border: 2px solid #D51130;
    width: 7em;
    text-align: center;
    padding: 8px 0px 4px 0px;
    margin: 5px;
    color:rgb(170,161,156);
    z-index: 2;
    pointer-events: all;
    cursor: pointer;
}

.button.deactivated {
  background-color: rgba(50,50,50,0.5);
  border: 2px solid rgb(119,119,119);
  color: rgb(119,119,119);
}
.bold{
  font-family: 'universbold', Helvetica, Arial, sans-serif;
}
.rating{
  padding:0;
  border:none;
  /*display: flex;
  justify-content: space-between;*/
}

.rating > input { display: none; }
.rating > label:before {
  /*margin: 5px;*/
  /*font-size: 1.25em;*/
  /*font-family: FontAwesome;*/
  display: inline-block;
  content: "★";
}

.rating > label {
  color:rgb(50,50,50);
 float: right;
 margin:2px;
}
/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label { color:#D51130;  } /* hover previous stars in list */


#fallback {
    width: 100%;
    height: 100%;
    color: white;
    display: none;
}

#overlay {
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

#overlay.tilted{
  background: none; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(right, rgba(0,0,0,0) 50%, rgba(0,0,0,0.9) 75%); /*Safari 5.1-6*/
  background:       -o-linear-gradient(left, rgba(0,0,0,0) 50%, rgba(0,0,0,0.9) 75%); /*Opera 11.1-12*/
  background:     -moz-linear-gradient(left, rgba(0,0,0,0) 50%, rgba(0,0,0,0.9) 75%); /*Fx 3.6-15*/
  background:       linear-gradient(to left, rgba(0,0,0,0) 50%, rgba(0,0,0,0.9) 75%); /*Standard*/
}

#overlay.result{
  background: none; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top,     rgba(213,17,48,0.0) 45%, rgba(213,17,48,0.3) 100%); /*Safari 5.1-6*/
  background:       -o-linear-gradient(bottom, rgba(213,17,48,0.0) 45%, rgba(213,17,48,0.3) 100%); /*Opera 11.1-12*/
  background:     -moz-linear-gradient(bottom, rgba(213,17,48,0.0) 45%, rgba(213,17,48,0.3) 100%); /*Fx 3.6-15*/
  background:       linear-gradient(to bottom, rgba(213,17,48,0.0) 45%, rgba(213,17,48,0.3) 100%); /*Standard*/
}

#overlay.confirm{
  background: none; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top,     rgba(170,161,156,0.0) 40%, rgba(170,161,156,0.7) 100%); /*Safari 5.1-6*/
  background:       -o-linear-gradient(bottom, rgba(170,161,156,0.0) 40%, rgba(170,161,156,0.7) 100%); /*Opera 11.1-12*/
  background:     -moz-linear-gradient(bottom, rgba(170,161,156,0.0) 40%, rgba(170,161,156,0.7) 100%); /*Fx 3.6-15*/
  background:       linear-gradient(to bottom, rgba(170,161,156,0.0) 40%, rgba(170,161,156,0.7) 100%); /*Standard*/
  pointer-events: all;
}
#textgroup{
position: absolute;
top:2rem;
left:2rem;
width:33%;
pointer-events: all;
}

#buttongroup{
position: absolute;
bottom:2rem;
right:2rem;
}
.tilted #buttongroup{
  display:none;
}
#resultGroup{
  position: absolute;
  bottom:2rem;
  left:2rem;
  color:black;
}
#notificationGroup{
  position: absolute;
  bottom:2rem;
  left:2rem;
  right:2rem;
  text-align: center;
}
#question{
  font-family: 'universbold', Helvetica, Arial, sans-serif;
  color: white;
}
#stars{
  text-align: center;
  display: flex;
  justify-content: space-between;
  /*text-justify: inter-word;*/
  color:rgb(80,80,80);
  font-size: 3.0rem;
}


#grade {
  /*text-align: center;*/
  color:#D51130;
}

#centerscore{
  display: flex;
  align-items: center;
  justify-content: center;
  position:absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
text-align: center;
}

#bigScoreNumber{
  font-size: 6.0rem;
  color:white;
  line-height: 0.8;
}

/*#qrcode{
  width:128px;
  height:128px;
}*/

.confirm #saveButton, .confirm #langButton, .confirm #resultButton, #resetAbortButton{
  display:none;
}

.confirm #resetAbortButton{
  display:inline-block;
}

[v-cloak] {
  visibility: hidden!important;
}


/*#saveButton{
  background: #D51130;
  color:white;
  border: 2px solid rgb(170,161,156);
  margin-left: auto;
  margin-right: auto;
}*/
