/* line 1, ../../app/assets/stylesheets/app-voting.sass */
.voting {
  position: relative;
}
/* line 4, ../../app/assets/stylesheets/app-voting.sass */
.voting .voting__wrap {
  position: relative;
}
/* line 7, ../../app/assets/stylesheets/app-voting.sass */
.voting .voting__wrap .question {
  position: relative;
  padding: 20px 0;
}
/* line 11, ../../app/assets/stylesheets/app-voting.sass */
.voting .voting__wrap .question .question__wrap {
  position: relative;
}
/* line 14, ../../app/assets/stylesheets/app-voting.sass */
.voting .voting__wrap .question .question__wrap .question_title {
  position: relative;
}
/* line 17, ../../app/assets/stylesheets/app-voting.sass */
.voting .voting__wrap .question .question__wrap .question_title .question_title__wrap {
  position: relative;
  padding: 10px 0;
  color: dodgerblue;
  font-size: 1.4rem;
}
/* line 23, ../../app/assets/stylesheets/app-voting.sass */
.voting .voting__wrap .question .question__wrap .point {
  position: relative;
}
/* line 26, ../../app/assets/stylesheets/app-voting.sass */
.voting .voting__wrap .question .question__wrap .point .point__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
  color: #303030;
}
/* line 35, ../../app/assets/stylesheets/app-voting.sass */
.voting .voting__wrap .question .question__wrap .point .point__wrap .point_checkbox {
  position: relative;
  width: 32px;
  height: 32px;
}
/* line 40, ../../app/assets/stylesheets/app-voting.sass */
.voting .voting__wrap .question .question__wrap .point .point__wrap .point_checkbox .point_checkbox__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
/* line 48, ../../app/assets/stylesheets/app-voting.sass */
.voting .voting__wrap .question .question__wrap .point .point__wrap .point_checkbox .point_checkbox__wrap .fa {
  position: relative;
}
/* line 51, ../../app/assets/stylesheets/app-voting.sass */
.voting .voting__wrap .question .question__wrap .point .point__wrap .point_title {
  position: relative;
}
/* line 54, ../../app/assets/stylesheets/app-voting.sass */
.voting .voting__wrap .question .question__wrap .point .point__wrap .point_title .point_title__wrap {
  position: relative;
}
/* line 57, ../../app/assets/stylesheets/app-voting.sass */
.voting .voting__wrap .question .question__wrap .point:hover {
  cursor: pointer;
}
