/*============================================================================================*/

/* Your custom styles below */

/*============================================================================================*/

.logo-zone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  height: 60px;
  /*background: #fff;*/
  background:none;
  align-items: center;
  padding: 5px 10px;
}

div#start {
  min-height: 500px;
}

#fileupload img {
  max-width: 200px;
  max-height: 200px;
}

.form-group.take-picture img {
  width: 100%;
}

div#qr_code_details p {
  margin: 0;
}

div#qr_code_details {
  margin-bottom: 20px;
}

div#social {
  display: none;
}

.qr_code {
  display: flex;
}

.barcode {
  display: flex;
}

.qr-img-zone {
  width: 50%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: self-end;
}

.qr-img-zone img {
  max-width: 100px;
}

.barcode-img-zone canvas {
  max-width: 100px;
}

.qr-text-zone p {
  margin: 0;
}

.barcode-text-zone p {
  margin: 0;
}

.qr-text-zone, .barcode-text-zone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
}

p#question_2 {
  margin-bottom: 5px;
}

span#fileupload img {
  margin-bottom: 10px;
}

#timer_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timer_center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.form-group.take-picture img {
  width: 100%;
}
.form-group.disabled {
  opacity: 0.5;
}

div#qr_code_details p {
  margin: 0;
}

div#qr_code_details {
  margin-bottom: 20px;
}

/* -- CIRCLE -- */

div#start {
  min-height: 500px;
}

.timer_circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 999px;
  box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.2);
}

.l-half, .r-half {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.l-half:before, .r-half:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 10px solid grey;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
}

.l-half:before {
  border-right: none;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  -webkit-transform-origin: center right;
  -webkit-animation-name: l-rotate;
}

.r-half:before {
  border-left: none;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  -webkit-transform-origin: center left;
  -webkit-animation-name: r-rotate;
}

/* intl-tel-input */
div#middle-wizard .iti {
  width: 100%;
}

span#error-msg {
  color: #ff0000;
}

/* -- TIMER -- */

.timer_count {
  position: absolute;
  width: 100%;
  line-height: 100px;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  font-family: Helvetica;
  color: grey;
  z-index: 2;
  -webkit-animation: fadeout 0.5s 31s 1 linear;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes l-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
  }
}

@-webkit-keyframes r-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

/*#my-widget-button {
  padding-top: 19%;
}*/

#left-text {
  /*margin-top: 43%;*/
  /*background: rgba(255, 255, 255, 0.4);*/
  padding: 5%;
  border-radius: 25px;
}

/*@media (max-width: 1366px) {

  #my-widget-button {
    padding-top: 14%;
  }

  #left-text {
    margin-top: 37%;
  }
}

@media (max-width: 991px) {

  #my-widget-button {
    padding-top: 10%;
  }

  #left-text {
    margin-top: 28%;
  }
}

@media (max-width: 441px) {

  #my-widget-button {
    padding-top: 10%;
  }

  #left-text {
    margin-top: 0!important;
  }
}*/

