@charset "utf-8";
/*!
 * 2014-2020 Blixsoft Technologies.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/OSL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@blixsoft.com so we can send you a copy immediately.
 *
 * @author    Blixsoft Technologies <support@blixsoft.com>
 * @copyright 2014-2019 Blixsoft Technologies
 * @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */

/********************************************
* Import Bootstrap, Fonts & Animated
********************************************/
@import url('bootstrap.css');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
@import url('fonts/font-awesome/5.0.13/font-awesome.min.css');
@import url('animate.css');


/**********************************
* General
**********************************/
.ht-100v {
  height: 100vh !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.alert-icon {
  width: 80px;
}

.pointer {
  cursor: pointer;
}

.text-sm {
  font-size: 0.9rem;
}

.text-md {
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .welcome .ht-100v {
    height: auto !important;
  }
}

.logo-fixed {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 9;
  width: 130px;
}

/**********************************
* Welcome
**********************************/
.welcome .img-welcome {
  width: 95%;
}

.welcome .col-lg-7 {
  overflow-x: hidden;
}

.welcome-left {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.welcome-left::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background-color: rgba(37, 37, 37, 0.7);
  z-index: -1;
}

.welcome-left .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 220px;
  margin-left: -100px;
  margin-top: -72.5px;
  z-index: 1;
}

.box-welcome {
  width: 80%;
  padding: 2rem 3.5rem;
}

#roulettePicture {
  position: relative;
  width: 200px;
}

.roulette-base {
  width: 200px;
  display: block;
}

.roulette-int {
  position: absolute;
  width: 160px;
  z-index: 2;
  top: 23px;
  left: 50%;
  margin-left: -80px;
}

.roulette-select {
  position: absolute;
  width: 20px;
  height: 30px;
  z-index: 4;
  top: 0;
  left: 50%;
  margin-left: -10px;
}

.roulette-start {
  /* position: absolute;
  width: 80px;
  height: auto;
  z-index: 9;
  top: 32%;
  left: 50%;
  margin-left: -40px;
  border-radius: 100%; */
  width: 200px;
}

.roulette-start span {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  line-height: 50px;
/*  font-size: 1.1rem;*/
  background-color: #252525;
/*  border: 4px solid #f7434c;*/
  color: #fff;
}

.roulette-start span i {
  margin-right: -4px;
}

.roulette-start p {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.97rem;
}

@keyframes turn {

  0% {
    transform:rotate(0deg);
   }

   to {
    transform:rotate(360deg);
   }

}

@-moz-keyframes turn {

  0% {
    -moz-transform:rotate(0deg);
   }

   to {
    -moz-transform:rotate(360deg);
   }

}

@-webkit-keyframes turn {

  0% {
    -webkit-transform:rotate(0deg);
   }

   to {
    -webkit-transform:rotate(360deg);
   }

}

@media screen and (max-width: 768px) {
  .welcome .img-welcome {
    width: 60%;
    margin-top: 3.5rem;
    margin-bottom: 2.5rem;
  }

  .box-welcome {
    padding: 0 3rem;
  }
}

@media screen and (min-width: 1500px) {
  .box-welcome {
    width: 70%;
  }

  .welcome .img-welcome {
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  .box-welcome {
    width: 95%;
    padding: 1rem 2rem;
  }
}

/**********************************
* Survey
**********************************/
.bg-shape {
  background: url('../../img/content/bg-shape.svg') -20px -20px no-repeat;
  background-size: 400px auto;
}

.box-questions {
  overflow: hidden;
}

.question-title.animated {
  animation-duration: 0.7s;
}

.icon {
  width: 95px;
  cursor: pointer;
}

.icon-disabled {
  opacity: 0.6;
}

.icon-selected {
  opacity: 1;
}

#rewardPicture {
  position: relative;
  width: 120px;
}

.reward-cover {
  position: absolute;
  width: 120px;
  z-index: 2;
  top: 0;
  left: 50%;
  margin-left: -60px;
  z-index: 4;
}

.reward-box {
  width: 120px;
}

canvas#confetti {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

@keyframes open-reward {

  0% {
    transform: translateY(0) translateX(10px) rotate(20deg);
  }

  100% {
    transform: translateY(10px) translateX(40px) rotate(40deg);
  }

}

/**********************************
* Empty
**********************************/
.empty, .loading, .load-process {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.empty img, .loading img {
  position: absolute;
  width: 170px;
  top: 50%;
  left: 50%;
  margin-top: -56px;
  margin-left: -85px;
}

.loading .load {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 280px;
  height: auto;
}

.loading .load span {
  font-size: 0.97rem;
}

.loading.animated {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
}