.poll-btn {
  margin: 3px;
}
.overlay-loader {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-color: rgba(12, 34, 79, 0.84);
}
.overlay-loader .cssload-loader {
  position: relative;
  left: 45%;
  top: 40%;
  width: 100px;
  height: 100px;
  perspective: 780px;
}
.overlay-loader .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.overlay-loader .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #42aaff;
}
.overlay-loader .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #4dcb6d;
}
.overlay-loader .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid rgba(147, 41, 76, 0.9);
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.select-element {
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border-radius: 100%;
  border: 1px solid #abcdef;
  text-align: center;
  font-size: 35px;
  padding: 5px;
  line-height: 1;
}
.select-element:hover {
  transition: all 0.5s ease;
  background-color: rgba(12, 34, 79, 0.84);
  box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.15);
}
.select-element:active {
  transition: all 0.5s ease;
  background-color: rgba(147, 41, 76, 0.9);
  box-shadow: 0 0 0 1rem #abcdef;
}
.select-element:before {
  content: "";
}
.select-element[data-checked="true"] {
  background-color: #a6e1ec;
}
.select-element[data-checked="true"]::before {
  content: "\2714";
}
.select-text-item {
  paddinging-left: 40px;
  margin-bottom: 10px;
}
.poll-data {
  background-color: #fff;
  color: #333;
  position: relative;
}
.poll-data .list_choices {
  padding: 10px;
}
.poll-data .list_choices .choice {
  min-height: 50px;
  border: 1px solid #abcdef;
  width: 100%;
  position: relative;
  padding: 10px 50px;
  font-weight: 400;
}
.poll-data .list_choices .choice .result {
  z-index: 5;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100px!important;
  height: 100%;
  text-align: right;
  padding: 10px 5px;
  background-color: #abcdef;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.poll-data .list_choices .choice img {
  max-width: 100%;
  height: auto;
}
.poll-data .timer {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  width: 60px;
  max-width: 300px;
  height: 40px;
  border: 1px solid rgba(12, 34, 79, 0.84);
  background-color: #6586d7;
  color: #ffffff;
  text-align: center;
  padding: 3px;
  font-weight: 600;
  font-size: 20px;
}
.poll-data .timer[data-time="0"] {
  display: none;
}
.poll-data[data-display-pult="true"] {
  overflow: hidden;
}
.poll-data[data-display-pult="true"] .image-question {
  max-width: 100%;
}
.poll-data[data-display-pult="true"] .image-question img {
  display: none;
}
.poll-data[data-display-pult="false"] .info-poll {
  display: none;
}
.poll-data[data-display-pult="false"] div[data-voted] {
  display: none;
}
.poll-data[data-display-pult="true"][data-question-closed="true"] div[data-voted] {
  display: block;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
}
h5.title {
  padding-top: 40px;
  padding-left: 30px;
}
.btn.vote,
.btn.close-result {
  margin: 10px;
}
.poll-data[data-display-pult="true"][data-question-closed="true"] div[data-voted] {
  display: block;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
}
.poll-data[data-display-pult="true"][data-question-closed="false"] div[data-voted] {
  display: none;
}
.poll-data[data-display-pult="true"][data-result-closed="true"] div[data-voted] {
  display: block;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
}
.poll-data[data-display-pult="true"] .list_choices {
  display: flex;
  align-content: space-around;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .poll-data[data-display-pult="true"] .list_choices div.choice-pult {
    width: 40%;
    height: auto;
    text-align: center;
    padding: 40px;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .poll-data[data-display-pult="true"] .list_choices div.choice-pult {
    width: 22%;
    height: auto;
    padding: 40px;
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 30px;
  }
}
.poll-data[data-display-pult="true"] .vote,
.poll-data[data-display-pult="true"] .close-result {
  display: none;
}
.poll-data[data-question-closed="true"] .list_choices div.choice-pult {
  cursor: not-allowed;
  pointer-events: none;
}
.poll-data .choice[data-right-choice="true"] {
  z-index: 3;
  /*-webkit-box-shadow: 3px 3px 15px 7px rgba(0, 111, 82, 0.85);
    -moz-box-shadow:    3px 3px 15px 7px rgba(0, 111, 82, 0.85);
    box-shadow:         3px 3px 15px 7px rgba(0, 111, 82, 0.85);*/
  border: 5px solid rgba(12, 34, 79, 0.84);
  border-bottom: 10px solid rgba(12, 34, 79, 0.84);
}
.poll-data .choice-pult[data-right-choice="true"] {
  /* -webkit-box-shadow: 3px 3px 15px 7px rgba(0, 111, 82, 0.85);
    -moz-box-shadow:    3px 3px 15px 7px rgba(0, 111, 82, 0.85);
    box-shadow:         3px 3px 15px 7px rgba(0, 111, 82, 0.85);*/
  border: 5px solid rgba(12, 34, 79, 0.84);
  border-bottom: 10px solid rgba(12, 34, 79, 0.84);
}
.borrder-right-1px {
  border-right: 1px solid #a6e1ec;
}
table[data-table="questions"] tbody {
  max-height: 200px;
}
table[data-table="questions"] tbody tr td {
  line-height: 1;
  font-size: 14px;
  padding: 3px;
}
table[data-table="questions"] tbody tr td .btn {
  font-size: 14px;
}
table[data-table="questions"] tr[data-question-id] {
  /*div[data-go-to-result="false"],div[data-go-to-next="false"] {
      display:none;
    }*/
}
table[data-table="questions"] tr[data-question-id] td .timer-wrapper {
  position: relative;
  height: 38px;
}
table[data-table="questions"] tr[data-question-id] td .timer {
  position: absolute;
  /**/
  top: 0;
  right: 0;
  width: auto;
  min-width: 60px;
  max-width: 300px;
  height: 35px;
  border: 1px solid rgba(12, 34, 79, 0.84);
  background-color: #6586d7;
  color: #ffffff;
  text-align: center;
  padding: 3px;
  font-weight: 600;
  font-size: 20px;
}
table[data-table="questions"] tr[data-question-id] td .timer[data-time="0"] {
  display: none;
}
table[data-table="questions"] tr[data-current-question="true"] td .timer {
  display: block !important;
}
table[data-table="questions"] tr[data-current-question="true"] td .timer[data-time="0"] {
  display: none !important;
}
table[data-table="questions"] tr[data-current-question="false"] td .timer {
  display: none;
}
table[data-table="questions"] tr td div[data-setting-label="true"] {
  word-break: break-all;
  padding-right: 2px;
  margin-right: 2px;
}
table[data-table="questions"] tr td div[data-settings-fieds] {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  margin: 3px 0;
}
table[data-table="questions"] tr td div[data-settings-fieds] div {
  margin: 0;
  padding: 0;
  width: 49%;
  display: inline;
}
table[data-table="questions"] tr td div[data-settings-fieds] div .btn {
  width: 35px;
  padding-left: 3px;
  padding-right: 3px;
}
table[data-table="questions"] tr td div[data-settings-fieds] div input {
  width: 60px;
  height: 35px;
  border-radius: 3px;
  display: inline;
}
table[data-table="questions"] tr td div[data-settings-fieds] div[data-setting-label-btn] {
  width: 60%;
}
table[data-table="questions"] tr td div[data-settings-fieds] div[data-setting-btn] {
  width: 34%;
}
table[data-table="questions"] tr td div[data-show-button] {
  display: none;
}
table[data-table="questions"] tr td div[data-settings-fieds][data-go-to-stop] {
  border-top: 1px solid rgba(12, 34, 79, 0.84);
  margin-top: 5px;
  padding-top: 10px;
}
table[data-table="questions"] tr[data-current-question="true"] {
  background-color: #e3e5fc;
}
table[data-table="questions"] tr[data-current-question="true"] .timer {
  display: block;
}
.poll-panel {
  position: relative;
  margin-top: 40px;
}
.poll-panel .info-message {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
}
.poll-panel .info-message span {
  padding: 2px 15px;
  background-color: rgba(12, 34, 79, 0.84);
}
.poll-panel .poll-data {
  z-index: 5;
  min-height: 250px;
  overflow: hidden;
}
.poll-panel .poll-data .image-question {
  max-width: 100%;
  overflow: hidden;
}
.poll-panel .poll-data .image-question img {
  max-width: 100%;
}
.poll-panel .poll-data div[data-reload] {
  text-align: center;
}
.my-custom-scrollbar {
  position: relative;
  height: 300px;
  overflow: auto;
}
.table-wrapper-scroll-y {
  display: block;
}
.modal[data-poll-type="0"] div[data-autoplay-questions="true"] {
  display: none;
}
.modal[data-poll-type="0"] div[data-go-to-question],
.modal[data-poll-type="0"] div[data-go-to-result],
.modal[data-poll-type="0"] div[data-go-to-next] {
  display: flex;
}
.modal[data-poll-type="1"] div[data-control-panel-event] {
  padding-bottom: 3px;
}
.modal[data-poll-type="1"] div[data-autoplay-questions="true"] {
  display: block;
  padding-top: 3px;
}
.modal[data-poll-type="1"] div[data-go-to-question] {
  display: none;
}
.modal[data-poll-type="1"] div[data-go-to-result],
.modal[data-poll-type="1"] div[data-go-to-next] {
  display: flex;
}
div[data-go-to-question] .btn-outline-primary,
div[data-go-to-result] .btn-outline-primary,
div[data-go-to-next] .btn-outline-primary {
  color: rgba(12, 34, 79, 0.84) !important;
}
div[data-go-to-question] .btn-outline-success,
div[data-go-to-result] .btn-outline-success,
div[data-go-to-next] .btn-outline-success {
  color: #008000;
}
div[data-go-to-question] .btn-outline-danger,
div[data-go-to-result] .btn-outline-danger,
div[data-go-to-next] .btn-outline-danger {
  color: #93294c;
}
.main-control-panel {
  display: flex;
}
.main-control-panel > div {
  width: 79%;
}
.main-control-panel > div.buttons-block {
  text-align: right;
  width: 20%!important;
}
div[data-controls="true"] .btn[data-action="show_question"][data-start="false"] {
  background-color: #ffffff;
  color: #008000;
}
div[data-controls="true"] .btn[data-action="show_result"][data-start="false"] {
  background-color: #ffffff;
  color: #08c6bc;
}
.contact-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 100;
}
(node:23446) [DEP0026] DeprecationWarning: util.print is deprecated. Use console.log instead.
