.uk-navbar-toggle-animate {
  margin-right:55px;
  color:rgb(51, 51, 51) !important;
}

:root {
  touch-action: pan-x pan-y;
  height: 100%
}

* {
    -webkit-tap-highlight-color: transparent;
}
body {
  padding-bottom:50px;
}

.uk-button-primary:focus {
   border: 0px dashed #000;
   outline: none;
}

.quiz {
  max-width:90%;
  width:450px;
  margin: 0 auto;
  margin-top:120px;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#offcanvas-flip {
  z-index:5000 !important;
}

.uk-offcanvas-bar {
  background-color:rgb(255, 255, 255) !important;
  color: rgb(102, 102, 102) !important;
}
.uk-offcanvas-bar > h3 {
  color:rgb(34, 34, 34);
}

.nontrans {
  background-color:white;
  transition-duration: 0.2s;
  transition-delay: 0s;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.fixed-navbar {
  transition-property: box-shadow, background-color;
  transition-duration: 0.2s;
  transition-delay: 0s;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}


.back-button {
  color:rgb(51, 51, 51);
  margin-top:15px;
  margin-left:-10px;
}
.back-button:hover {
  cursor:pointer;
}
.question-bar {
  background-color:rgb(226, 232, 227);
  width:100%;
  height:10px;
  border-radius:10px;
}
.question-bar-full {
  width:0;
  height:10px;
  border-radius:10px;
  background-color:rgb(1, 176, 124)
}
.question {
  font-weight:700;
  margin-top:10px;
  font-size:29px;
  letter-spacing:.4px;
}
.quiz-option {
  font-weight:600;
  width:100%;
  margin-top:10px;
  border-radius:10px;
  background-color:rgb(245, 247, 245);
  border-color:rgb(245, 247, 245);
}
.quiz-option:hover {
  background-color:rgb(226, 232, 227);
  border-color:rgb(226, 232, 227);
}
.selected-option {
  background-color:rgb(193, 239, 209);
}



@media only screen and (max-width: 600px) {
  .uk-modal-dialog {
    margin-top:200px;
  }
  .quiz {
    margin-top:-40px !important;
  }
  .quiz-option:active {
    background-color:rgb(226, 232, 227) !important;
    border-color:rgb(226, 232, 227) !important;
  }
}

@media (hover: none) {
    .quiz-option:hover {
    background-color:rgb(245, 247, 245);
    border-color:rgb(245, 247, 245);
    }
}
