
    html {
      -webkit-text-size-adjust: 100%;
      -moz-text-size-adjust: 100%;
      text-size-adjust: 100%;
    }
	
#iconleft {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: white;
    width: 80%;	
    }
#iconleft img {
    position: absolute;
    right:0;
    top:0;
	left:0;
    }
#iconright {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: white;
    width: 80%;	
    }
#iconright img {
    position: absolute;
    right:0;
    top:0;
    }
body {
	text-align: center;
	font-family:'Rubik','Alef', Arial, Helvetica, sans-serif;
	background-color: transparent !important;
	color: #000;	
}
    .userinput {
      font-family: 'Rubik';
	  font-size: 25px;
	  width: 80px;
	  padding: 5px 5px 5px 5px;
    }
	
.answer {
      font-family: 'Rubik';
	  font-size: 23px;
	 background-color: #589acc;
	color: #ffffff;
	width: 320px;
	border: 1px solid #ccc;
      text-align: center;
      box-shadow: 0px 5px 10px #999;

    }
	
	.answergood {
      font-family: 'Rubik';
	  font-size: 23px;
	 background-color: green;
	color: #ffffff;
	width: 320px;
	border: 1px solid #ccc;
      text-align: center;
      box-shadow: 0px 5px 10px #999;

    }
	.answerinput {
      font-family: 'Rubik';
	  font-size: 25px;
	  background-color: #fffff;
	  border: 0px solid #ccc;

    }
	.points {
	width: 100px;
      font-family: 'Rubik';
	  font-size: 30px;
	  text-align: center;
	  background-color: #bdffcd;
	  margin: 0px 0px;

    }
    input {
      font-family: monospace;
    }
  .question {
      width: 100%;
	  text-align: center;
	 font-size: 25px;
      margin: 50px 0px;
    }
.questiondiv {

      margin: 20px 0px;

    }
.questiontext {
	direction: rtl;
	display: inline-block;
      width: 70%;
	  text-align: center;
      margin: 20px 0px;
	 font-size: 30px;
	background-color: #e5e5e5;
    }

.ipdiv {
	display: inline-block;
      width: 600px;
	  text-align: center;
	  padding: 10px 0px 10px 0px;
      margin: 0px 0px 10px 0px;
	 font-size: 45px;
	box-shadow: 0px 5px 10px #999;
background-color: #85FFBD;
background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%);


    }
	.radiodiv {
	display: inline-block;
    width: 400px;

    }
    .branding-wrap {
      max-width: 550px;
      border: 1px solid #ccc;
      text-align: center;
      box-shadow: 0px 5px 10px #999;
      margin: 20px 40px;
      font-size: .8em;
    }

    .branding-wrap p {
      margin: 10px;
    }

    .sm-table {
      display: table;
      width: 95%;
      border-spacing: 0px 7px;
      margin: auto;
    }

    .sm-cell-vid,
    .sm-cell-text {
      display: table-cell;
      border: 1px solid #ddd;
      padding: 5px;
      vertical-align: middle;
    }

    .sm-cell-vid {
      width: 150px;
    }



    div.notyetreleased:hover::before {
      content: "Subscribe on YouTube to be notified when this video is released.";
      background: #444;
      color: #fff;
      height: 70.5px;
      #width: 150px;
      display: block;
      #align-items: center;
      padding-top: 17px;
      padding: 17px 3px 0px 3px;

    }

    div.notyetreleased:hover {
      #height: 88px;
      #width: 151px;
    }

    div.notyetreleased:hover a {
      display: none;
    }
	
	/* CSS */
.button1 {
  background-color: #c2fbd7;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: green;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button1:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}

.button1:disabled {
color:#8f8f8f;
  background-color: #efefef;
  box-shadow: none;
}

.button2 {
  background-color: #f2c3aa;
  border-radius: 100px;
  box-shadow: rgba(168,92,50,.2) 0 -25px 18px -14px inset,rgba(168,92,50,.15) 0 1px 2px,rgba(168,92,50,.15) 0 2px 4px,rgba(168,92,50,.15) 0 4px 8px,rgba(168,92,50,.15) 0 8px 16px,rgba(168,92,50,.15) 0 16px 32px;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button2:hover {
  box-shadow: rgba(168,92,50,.35) 0 -25px 18px -14px inset,rgba(168,92,50,.25) 0 1px 2px,rgba(168,92,50,.25) 0 2px 4px,rgba(168,92,50,.25) 0 4px 8px,rgba(168,92,50,.25) 0 8px 16px,rgba(168,92,50,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}

.button2:disabled {
color:#8f8f8f;
    background-color: #efefef;
	  box-shadow: none;
}

.container ul{
  list-style: none;
  margin: 0;
  padding: 0;
	overflow: auto;
}

ul li{
	direction:rtl;
  color: #000000;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 70px;
	border-bottom: 0px solid #333;
}

ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul li label{
  text-align: right;
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 0.9em;
  padding: 25px 40px 25px 0px;
  margin: 0px;
  height: 20px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul li:hover label{
	color: #00de85;
}

ul li .check{

  display: block;
  position: absolute;
  border: 3px solid #AAAAAA;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 25px;
  right: 0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

ul li:hover .check {
  border: 3px solid #000000;
}

ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 3px solid #00de85;
}


input[type=radio]:checked ~ .check::before{
  background: #00de85;
}

input[type=radio]:checked ~ label{
  color: #00de85;
}
