/*
#question a.final {
  font-size: 21px;
  background: -webkit-gradient(linear, left top, right top, from(#2b98e6), color-stop(25%, #6DCFF6), color-stop(45%, #8bdffd), color-stop(62%, #efeb12), color-stop(70%, #edc039), color-stop(90%, #FC4259));
  background: -webkit-linear-gradient(left, #2b98e6 0%, #6DCFF6 25%, #8bdffd 45%, #efeb12 62%, #edc039 70%, #FC4259 90%);
  background: -o-linear-gradient(left, #2b98e6 0%, #6DCFF6 25%, #8bdffd 45%, #efeb12 62%, #edc039 70%, #FC4259 90%);
  background: linear-gradient(left, #2b98e6 0%, #6DCFF6 25%, #8bdffd 45%, #efeb12 62%, #edc039 70%, #FC4259 90%);
  color: #ffffff;
  margin-top: 10px;
  width: 300px !important;
  border-radius: 10px;
  padding: 0.81rem 1rem;
  margin: 32px 10px 0 10px;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  position: relative;
}

#question a.final:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#question a.final:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#2b98e6), color-stop(25%, #6DCFF6), color-stop(45%, #8bdffd), color-stop(62%, #efeb12), color-stop(70%, #edc039), color-stop(90%, #FC4259));
  background: -webkit-linear-gradient(left, #2b98e6 0%, #6DCFF6 25%, #8bdffd 45%, #efeb12 62%, #edc039 70%, #FC4259 90%);
  background: -o-linear-gradient(left, #2b98e6 0%, #6DCFF6 25%, #8bdffd 45%, #efeb12 62%, #edc039 70%, #FC4259 90%);
  background: linear-gradient(left, #2b98e6 0%, #6DCFF6 25%, #8bdffd 45%, #efeb12 62%, #edc039 70%, #FC4259 90%);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#question a.final:hover:before {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
*/

#GarminQuizApp #intro,
#GarminQuizApp #question,
#GarminQuizApp #result,
#GarminQuizApp #btn-final,
.qblock {
    display: none;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

[v-cloak] {
    display: none;
}

[v-cloak]::before {
    content: "loading…"
}

#GarminQuizApp #result,
#GarminQuizApp #capture {
    /*background:#fff*/
}

.v-enter-active,
.v-leave-active {
    /*transition: opacity 0.5s ease;*/
    transition: opacity 0.25s;
}

.v-enter-from,
.v-leave-to {
    opacity: 0;
}


#hidden-content,
#loading,
#success {
    display: none
}


#lottery .input-group.check .form_alert_text {
    position: absolute;
    top: 1.4rem;
    left: 0
}

#lottery .input-group.form_alert .form_alert_text {
    display: block
}


.loading_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000;
    display: none
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px)
}

.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: lds-default 1.2s linear infinite;
    animation: lds-default 1.2s linear infinite
}

.lds-default div:first-child {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    top: 37px;
    left: 66px
}

.lds-default div:nth-child(2) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    top: 22px;
    left: 62px
}

.lds-default div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    top: 11px;
    left: 52px
}

.lds-default div:nth-child(4) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
    top: 7px;
    left: 37px
}

.lds-default div:nth-child(5) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    top: 11px;
    left: 22px
}

.lds-default div:nth-child(6) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    top: 22px;
    left: 11px
}

.lds-default div:nth-child(7) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    top: 37px;
    left: 7px
}

.lds-default div:nth-child(8) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
    top: 52px;
    left: 11px
}

.lds-default div:nth-child(9) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    top: 62px;
    left: 22px
}

.lds-default div:nth-child(10) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
    top: 66px;
    left: 37px
}

.lds-default div:nth-child(11) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    top: 62px;
    left: 52px
}

.lds-default div:nth-child(12) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    top: 52px;
    left: 62px
}

@-webkit-keyframes lds-default {

    0%,
    20%,
    80%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }
}

@keyframes lds-default {

    0%,
    20%,
    80%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }
}
