html,body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', Arial, sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #202020;
  background: #ebebeb;
}

* {
  box-sizing: border-box;
}

.pre-selector {
  text-align: center;
  padding-top: 25px;
}

.pt-1-5em { padding-top: 1.5em; }
.mt-1-5em {
  margin-top: 1.5em;
}

.mt-1em {
  margin-top: 1em;
}

input {
  width: 100%;
}

.container {
  max-width: 500px;
  width: 500px;
  margin: 0 auto;
}

.header-h1 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.header-h4 {
  text-align: center;

}

.question-1 {
  font-size: 25px;
  text-align: center;

}

.text-gradient {
  background: #bebebe;

  background-image: -webkit-linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
  background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.badge {
  background: #fff;
  padding: 1.5em;
  border-radius: 10px;
  margin-bottom: 2em;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)!important;
}

.flex-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.div-button {
  cursor: pointer;
  width: 133px;
  height: 99px;
  border-radius: 20px;
  text-align: center;
  font-size: 30px;
  background: #cfffcf;
  line-height: 89px;
  font-weight: 600;
  color: #262323;
  user-select: none;
  border: 2px solid #affeae;
  position: relative;
}

.div-button > div {
  line-height: 14px;
}
body small {
  font-size: 14px !important;
}
body .div-button > div > small {
  font-size: 14px !important;
  position: relative;
  line-height: 0px;
  top: -31px;
  color: #171717;
}

.div-button.active {
  border: 2px solid #16b014;
}

.div-button-3 {
  background: #efefef !important;
  border: 2px solid #fff !important;
}


.pm-active {
  border: 2px solid #000 !important;
}

.pre-div-button-2 {
  text-align: center;
}
.div-button-2, .div-button-4 {
  color: #262323;
  font-weight: 600;
  padding: 12px 20px;
  display: inline-block;
  cursor: pointer;
  border-radius: 7px;
  background: #e1c4f3;
  user-select: none;
}

.div-button-4 {
  background-color: #d3ffaf;
}

.video-sample {
  width: 100%;
  height: 270px;
  background: #000;
}

.ba-red {
  background: #ffbbbb;
}
.ba-go {
  background: #ffd400;
}

.ta-c { text-align: center; }
.db { display: block; }

.preview {
  font-size: 16px;
  cursor: pointer;

  font-weight: 600;
}

body #email {
  width: 100%;
}

.ba-neutral {
  background-color: #c5c5c5;
}

.ttle {
  position: absolute;
  z-index: 1;
  top:0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 13px;
}

.timer-h {
  font-size: 18px;
  font-weight: bold;
  color: #cc4437;
  text-align: justify;
}

span.cr {
  color: #cc4437;
}

.tr {
  text-align: center;
  font-size: 22px;
  color: #12474f;
  padding-top: 0.6em;

}











body .selectize-control.multi .selectize-input>div {
  background-image: url() !important;
  background: #646464 !important;
  border-color: #646464 !important;
}


body .text-outline {
    padding: 0px;
    -webkit-text-fill-color: rgba(0,0,0,0);
    -ms-text-fill-color: rgba(0,0,0,0);
    -moz-text-fill-color: rgba(0,0,0,0);
    -o-text-fill-color: rgba(0,0,0,0);
    -webkit-text-stroke-width: 1px;
    -ms-text-stroke-width: 1px;
    -moz-text-stroke-width: 1px;
    -o-text-stroke-width: 1px;
    -webkit-text-stroke-color: #202020;
    -ms-text-stroke-color: #202020;
    -moz-text-stroke-color: #202020;
    -o-text-stroke-color: #202020;
}

@media(max-width:1029px) {

  .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-sample {
    height: 210px;
  }

  .div-button {
    width: 85px;
    height: 85px;
    line-height: 76px;
  }

  .div-button > div > small {
    top: -33px;
  }

}

@media(max-width:330px) {
  .div-button {
    width: 78px;
    height: 78px;
    line-height: 71px;
  }

  .div-button > div > small {
    font-size: 13px !important;
  }

  body small {
    font-size: 13px !important;
  }

}

.nhelper {
  text-align: center;
  color: #414141;
  padding-top: 5px;
}
