@import url("https://fonts.googleapis.com/css?family=Poppins");
/* line 2, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
body {
  background-color: #f5f5f5;
}

/* line 5, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.form-control {
  border-radius: 0px;
}

/* line 8, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.btn {
  transition: background-color 0.5s, border 0.5s, color 0.5s;
  background-color: white;
  border-radius: 0px;
}

/* line 13, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.btn:hover {
  color: white;
}

/* line 16, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.invite_container {
  width: 100%;
}

/* line 19, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.share-message {
  font-size: 16px;
}

/* line 22, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.active-result {
  display: flex !important;
}

/* line 25, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.result-selected {
  display: flex !important;
}

/* line 28, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.chosen-choices {
  border-radius: 0px !important;
  background-image: none !important;
  box-shadow: none !important;
  width: 100% !important;
}

/* line 34, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.chosen-container {
  width: 100% !important;
}

/* line 37, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.chosen-container-active {
  margin-bottom: 250px !important;
}

/* line 40, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
input.radio_buttons {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  width: 14px;
  height: 14px;
  border-radius: 15px;
}

/* line 49, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
input.radio_buttons:focus {
  outline: none;
}

/* line 52, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
a {
  cursor: pointer;
}

/* line 55, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
#anotherPhoneDiv {
  font-size: 16px;
}

/* line 58, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
input.radio_buttons:checked:after {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 15px;
  top: -1px;
  left: -2px;
  background-color: white;
  content: '';
  display: inline-block;
  visibility: visible;
}

@supports (-webkit-overflow-scrolling: touch) {
  /* line 71, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
  input.radio_buttons:checked:after {
    top: -3px;
  }
}

/* line 74, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.title {
  font-size: 42px;
}

/* line 77, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
#smart_form_option {
  width: 100%;
}

@media (min-width: 620px) {
  /* line 81, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
  .share-message {
    font-size: 24px;
  }
  /* line 83, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
  .chances {
    font-size: 24px;
  }
}

/* line 86, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
#record-div {
  width: 70%;
}

@media (min-width: 990px) {
  /* line 90, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
  .title {
    font-size: 56px;
  }
  /* line 92, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
  .invite_container {
    width: 45%;
  }
  /* line 94, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
  .share-message {
    font-size: 22px;
  }
  /* line 96, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
  .chances {
    font-size: 22px;
  }
  /* line 99, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
  #smart_form_option {
    width: 50%;
  }
  /* line 102, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
  #record-div {
    width: 16%;
  }
}

@media (max-width: 350px) {
  /* line 106, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
  .title {
    font-size: 36px;
  }
}

/* line 109, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.facebook-div {
  margim-top: 20px;
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer;
}

/* line 115, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.facebook {
  color: #f5f5f5;
  cursor: pointer;
}

/* line 119, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.facebook-back {
  color: #3C5A99;
  cursor: pointer;
}

/* line 123, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.whatsapp-div {
  margim-top: 20px;
  font-size: 20px;
  margin-right: 10px;
  cursor: pointer;
}

/* line 129, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.whatsapp-back {
  margin-right: 10px;
  color: #25D366;
  cursor: pointer;
}

/* line 134, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.whatsapp {
  color: #f5f5f5;
  cursor: pointer;
}

/* line 138, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.twitter-div {
  margim-top: 20px;
  font-size: 20px;
  margin-right: 10px;
  cursor: pointer;
}

/* line 144, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.twitter {
  color: #f5f5f5;
  cursor: pointer;
}

/* line 148, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.twitter-back {
  color: #1DA1F2;
  cursor: pointer;
}

/* line 152, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.copy-div {
  margim-top: 20px;
  font-size: 20px;
  cursor: pointer;
}

/* line 157, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.copy-back {
  color: #bdbdbd;
  cursor: pointer;
}

/* line 161, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.copy {
  color: #f5f5f5;
  cursor: pointer;
}

/* line 165, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.hover-box:hover {
  transform: scale(1.2, 1.2);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 169, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.content-div, .input-div {
  vertical-align: middle;
}

/* line 172, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
button.record-btn {
  transition: all 0.1s linear;
  background-color: white;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  padding: 0;
}

/* line 180, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
#btn-cancel-record {
  border-color: #dd4b39;
  color: #dd4b39;
}

/* line 184, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
#btn-finish-record {
  border-color: #00a65a;
  color: #00a65a;
}

/* line 188, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
button.record-btn:hover {
  transform: scale(1.2);
}

/* line 191, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
#btn-cancel-record:hover {
  background-color: #dd4b39;
  color: white;
}

/* line 195, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
#btn-finish-record:hover {
  background-color: #00a65a;
  color: white;
}

/* line 199, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
#record-span {
  color: #e53935;
  opacity: 0;
  animation-name: none;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
}

@keyframes in-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 214, app/assets/stylesheets/promotion_inscriptions/show.css.sass */
.fa.fa-microphone {
  margin-right: 10px;
}
