@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);

.it_epoll_container {

}

.it_epoll_shake_anim {
  animation: it_epoll_shake_anim 0.3s;
  animation-iteration-count: infinite;
}

@keyframes it_epoll_shake_anim {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.it_epoll_opt_radio_wrap:has(.it_epoll_opnion_opt_error) {
  border-radius: 12px;
  background: #ffd3cf !important;
  border: 1px solid #f1857d !important;
}

.it_epoll_opt_radio_wrap:has(.it_epoll_opnion_opt_error) label:before {
  background: #f1857d !important;
}

.it_epoll_survey-subtitle {
  display: block;
  max-width: 100%;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.4;
  padding: 0px 0 10px;
  color: #727272;
}

.it_epoll_already_voted {
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  padding: 4px 12px !important;
  border: 0;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  letter-spacing: 4px;
  margin-top: -40px;
  -webkit-border-radius: 12px !important;
  border-radius: 20px !important;
  text-transform: uppercase;
  word-wrap: break-word;
  color: black;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #f5fb00 !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.need_login {
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  padding: 4px 12px !important;
  border: 0;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  letter-spacing: 4px;
  margin-top: -40px;
  -webkit-border-radius: 12px !important;
  border-radius: 20px !important;
  text-transform: uppercase;
  word-wrap: break-word;
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;

  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: 120px !important;
}
@media (min-width: 500px){
  .it_epoll_grid .it_epoll_survey-item{
    width: 200px;
  }
  .it_epoll_already_voted{
    letter-spacing: 0;
  }
}
.it_epoll_survey-complete {
  margin-top: 10px;
  font-weight: bold;
  color: #2c5aa2;
}

.epoll_green_badge {
  display: inline-block;
  padding: 3px 7px;
  background: #47ad68;
  border-radius: 24px;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 0px 1px 0 rgb(0 0 0 / 16%), 0 0px 1px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 0px 1px 0 rgb(0 0 0 / 16%), 0 0px 1px 0 rgb(0 0 0 / 12%);
}

.epoll_progress_bar_tip {
  position: absolute;
  margin: 0;
  top: -23px;
  width: auto;
  height: 24px;
  display: flex;
  align-items: center;
  font-size: 9px;
  text-align: center;
  justify-content: center;
}

.it_epoll_modal_outer {
  background: rgba(255, 255, 255, 0.80);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  opacity: 1;
  z-index: 99999;

  transition: opacity .25s linear;
}

.it_epoll_modal_inner {
  max-width: 600px;
  position: absolute;
  right: 0;
  margin: 10px;
  bottom: 0;
  width: calc(100% - 20px);
  transition: 0.5s all ease-in;
}

.it_epoll_frontend_close_btn:focus {
  outline: 1px dotted #555;
}

.it_epoll_modal_inner_hide {
  right: -100%;
  transition: 0.5s all ease-in-out;
}

.it_epoll_frontend_close_btn {
  background: url('../imgs/cancel.png')no-repeat center;
  background-size: 28px;
  width: 36px;
  height: 36px;
  padding: 4px;
  display: block;
  font-size: 0;
  margin: 10px 5px;
  float: right;
  position: relative;
  top: -52px;
}

.it_epoll_modal_inner .it_epoll_container {
  margin: 0;
  width: 100%;
  border: 0;
}

.it_epoll_short_code {
  margin: 20px;
  font-size: 15px;
  padding: 5px;
  color: #776665;
  border-radius: 40px;
  border: 1px solid #f5b55d;
  background: #ffd56e;
  display: block;
}

.it_epoll_scale_hide {
  transform: scale(0);
  transition: 0.3s all !important;
}

.it_epoll_scale_show {
  transform: scale(1);
  transition: 0.3s all !important;
}

.it_epoll_inner {

}

.it_epoll_title {
  margin: 0px;
  padding: 11px 75px 11px 11px !important;
  position: relative;
  z-index: 1;
  color: #010101;
  text-align: center;
  font-weight: 400;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #fff0;
  border-bottom: 1px solid #fff;
}

.it_epoll_powered_by {
  font-size: 8px;
  margin-top: 10px;
  color: #fff;
  display: block;
  text-align: right;
  outline: 0;
  border: 0;
  padding-right: 15px;
}

.it_epoll_powered_by a {
  font-size: 8px;
  color: #fff;
  outline: 0;
  border: 0;
}

.it_epoll_title_exact {
  text-shadow: -1px 1px 0px #3e3d3d;
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 16px;
}

.it_epoll_survey-stage {
  float: none !important;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
}

.it_epoll_surveys {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.it_epoll_survey-item {
  display: block;
  margin-top: 10px;
  padding: 10px;
  border-radius: 12px;
  background: white;
  box-shadow: 0 2px 1px rgb(170 170 170 / 25%);
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.it_epoll_survey-name {
  font-weight: 400;
}

.it_epoll_list .it_epoll_survey-item {
  position: relative;
  padding: 0;
  font-size: 14px;
  line-height: 40px;

  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.it_epoll_list .it_epoll_survey-item .it_epoll_pull-right {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 800px) {
  .it_epoll_list .it_epoll_survey-item .it_epoll_stage:not(.active) {
    display: none;
  }
}

@media screen and (max-width: 700px) {}

.it_epoll_widget .it_epoll_list .it_epoll_survey-item .it_epoll_pull-right {
  position: static;
  line-height: 20px;
  padding-bottom: 10px;
}

.it_epoll_widget .it_epoll_container {
  padding: 10px;
}


.it_epoll_widget .it_epoll_big_cover img,
.it_epoll_widget .it_epoll_big_cover {
  height: 100px;
}

.it_epoll_widget .it_epoll_grid .it_epoll_survey-item {
  width: calc(100% - 20px);
}

.it_epoll_widget .it_epoll_title {
  margin-bottom: 0;
  padding: 10px !important;
  padding-top: 0 !important;
  position: relative;
  z-index: 1;
  font-size: 14px !important;
}

.it_epoll_widget .it_epoll_survey-country img {
  width: 100px !important;
  height: 100px !important;

}

.it_epoll_widget .it_epoll_survey-item-action-disabled {
  background: transparent;
  padding: 0;
  margin: 0;
}

.it_epoll_widget .it_epoll_grid .it_epoll_survey-name {
  display: block;
  max-width: 100%;
  font-size: 16px;
  padding: 10px;
  font-family: "Gloock", sans-serif;
  color: #fff;
}

.it_epoll_widget .it_epoll_grid .it_epoll_survey-country {
  margin-top: 0 !important;
}

.it_epoll_widget .it_epoll_list .it_epoll_survey-progress-label {
  margin: 0;
}

.it_epoll_widget .it_epoll_container .it_epoll_grid .it_epoll_survey-country svg {
  width: 94px;
  margin-left: -9px;
  margin-top: -9px;
}

.it_epoll_widget .it_epoll_container .it_epoll_grid .it_epoll_spinner {
  width: 88px;
  height: 88px;
  display: none;

}

.it_epoll_widget .it_epoll_container .it_epoll_grid .it_epoll_survey-item {
  width: calc(100% - 20px);
  background: none;
}

@media only screen and (max-width: 600px) {
  .it_epoll_list .it_epoll_survey-item .it_epoll_pull-right {
    position: static;
    line-height: 20px;
    padding-bottom: 10px;
  }


  .it_epoll_container .it_epoll_grid .it_epoll_survey-country svg {
    width: 94px;
    margin-left: -9px;
    margin-top: -9px;
  }

  .it_epoll_container .it_epoll_grid .it_epoll_spinner {
    width: 88px;
    height: 88px;
  }

  .it_epoll_container .it_epoll_grid .it_epoll_survey-item {
    width: calc(100% - 20px);
  }


  .it_epoll_container .it_epoll_title {

    margin-bottom: 0;
    position: relative;
    z-index: 1;
    font-size: 12px !important;
  }


  .it_epoll_title_exact {
    font-size: 16px;
  }

  .it_epoll_survey-stage .it_epoll_stage {
    width: auto !important;
    height: auto !important;
    top: -20px !important;
    left: -15px !important;
    line-height: 1.4 !important;
  }

  .it_epoll_poll_share_btn .eg_badge_btn_share {
    font-size: 0 !important;
  }



  .it_epoll_poll_share_btn .eg_badge_btn_share i {
    font-size: 12px !important;
  }

  .it_epoll_grid .it_epoll_survey-country {
    margin-top: 0 !important;
  }

  .it_epoll_container .it_epoll_survey-item-action-disabled {
    background: transparent;
    padding: 0;
    margin: 0;
  }

  .it_epoll_container .it_epoll_grid .it_epoll_survey-name {
    display: block;
    max-width: 100%;
    font-size: 16px;
    padding: 10px;
  }

  .it_epoll_grid .it_epoll_survey-item {
    margin-bottom: 20px !important;
  }



  .it_epoll_title {
    position: relative;
    z-index: 1;
    font-size: 12px;
  }



  .it_epoll_list .it_epoll_survey-progress-label {
    margin: 0;
  }

}

.it_epoll_list .it_epoll_survey-country,
.it_epoll_list .it_epoll_survey-progress,
.it_epoll_list .it_epoll_survey-completes,
.it_epoll_list .it_epoll_survey-end-date {
  color: #A1A1A4;
}

.it_epoll_list .it_epoll_survey-country,
.it_epoll_list .it_epoll_survey-completes,
.it_epoll_list .it_epoll_survey-end-date,
.it_epoll_list .it_epoll_survey-name,
.it_epoll_list .it_epoll_survey-stage {
  margin: 0 10px;
}

.it_epoll_list .it_epoll_survey-country {
  margin-right: 0;
}

.it_epoll_list .it_epoll_survey-end-date,
.it_epoll_list .it_epoll_survey-completes,
.it_epoll_list .it_epoll_survey-country,
.it_epoll_list .it_epoll_survey-name {
  vertical-align: middle;
}

.it_epoll_list .it_epoll_survey-end-date {
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
}

.it_epoll_survey-stage .it_epoll_stage {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  position: relative;
  overflow: hidden;
  padding: 2px 10px;
  margin: 0px 3px;
  background: #f2f2f2;
  font-size: 10px;
  color: #0c55a0;
  border-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #f2f2f2;
  line-height: 1.4;
  text-align: center;
  box-shadow: none;
}

.it_epoll_survey-stage .it_epoll_stage.active {

  background: #8BC34A !important;
}

.list .list-only {
  display: auto;
}

.it_epoll_list .it_epoll_grid-only {
  display: none !important;
}

.it_epoll_grid .it_epoll_grid-only {
  display: auto;
}

.it_epoll_grid .it_epoll_list-only {
  display: none !important;
}

.it_epoll_grid .it_epoll_survey-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin: 10px;
  overflow: hidden;
  padding: 0;
  background: none;
  border: 0;
}

@media screen and (max-width: 768px) {
  .it_epoll_grid .it_epoll_survey-item {
    display: inline-block;
    width: calc(50% - 22px);
    margin: 10px;
  }
}

@media screen and (max-width: 600px) {
  .it_epoll_grid .it_epoll_survey-item {
    display: block;
    width: auto;
    margin: 10px;
    width: 44%;
  }
}

.it_epoll_grid .it_epoll_survey-name {
  display: block;
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0 5px;
  font-family: "Gloock", sans-serif;
  color: #fff;
}

.it_epoll_grid .it_epoll_survey-country {
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.it_epoll_grid .it_epoll_survey-country,
.it_epoll_grid .it_epoll_survey-end-date {
  color: #A1A1A4;
}

.it_epoll_grid .it_epoll_survey-end-date:before {
  content: 'Ends\00a0';
}

.it_epoll_grid .it_epoll_survey-end-date.ended:before {
  content: 'Ended\00a0';
}

.it_epoll_grid .it_epoll_survey-progress {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  margin: 0;
  padding-bottom: 0;
}

.it_epoll_list .it_epoll_survey-progress {
  padding: 10px;
  display: block;
}

.it_epoll_grid .it_epoll_survey-progress-bg {
  width: 100%;
  display: block;
}

@media screen and (max-width: 200px) {
  .it_epoll_grid .it_epoll_survey-progress-bg {
    display: none;
  }
}

.it_epoll_grid .it_epoll_survey-progress-labels {

  line-height: 40px;
}

@media screen and (max-width: 200px) {
  .it_epoll_grid .it_epoll_survey-progress-labels {
    right: auto;
    left: 10px;
  }
}

.it_epoll_grid .it_epoll_survey-progress-label {
  line-height: 12px;
  font-size: 10px;
  font-weight: 400;
}

.it_epoll_grid .it_epoll_survey-completes {
  line-height: 21px;
  font-size: 13px;
  vertical-align: middle;
}

.it_epoll_grid .it_epoll_survey-stage .stage {
  display: none;
}

.it_epoll_grid .it_epoll_survey-stage .active {
  display: block;
}

.it_epoll_grid .it_epoll_survey-end-date {
  font-size: 12px;
  line-height: 20px;
}

.it_epoll_survey-progress-label {
  vertical-align: middle;
  margin: 0 -1px;
  color: #fff;
}

.it_epoll_survey-progress-bg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: auto;
  height: 8px;
  border-radius: 2px;
  background: #eee;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0px 1px 0 rgb(0 0 0 / 56%), 0 0px 1px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 0px 1px 0 rgb(0 0 0 / 56%), 0 0px 1px 0 rgb(0 0 0 / 12%);
}

.it_epoll_list {
  padding: 10px;
}


.it_epoll_grid .it_epoll_pull-right {
  margin-top: 20px;
}

.it_epoll_survey-progress-fg {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  background: -webkit-linear-gradient(50deg, #ffd86f, #fc6262) !important;
  background: -o-linear-gradient(50deg, #ffd86f, #fc6262) !important;
  background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
  -webkit-animation: it_epoll_bar 1s linear infinite;
  animation: it_epoll_bar 1s linear infinite;
  border-radius: 8px;

}

/* Safari */
@-webkit-keyframes it_epoll_bar {
  100% {
    -webkit-transform: translate(-1%);
  }
}

@keyframes it_epoll_bar {
  100% {
    transform: translate(-1%);
  }
}

.it_epoll_survey-country img {
  width: 130px !important;
  height: 130px !important;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
  background: none repeat scroll 0 0 #fff;
  padding: 0px;
  margin: 0 auto !important;
}

.it_epoll_live {
  border: 1px solid #8bc34a !important;
  background: #8BC34A !important;
  color: #fff !important;
}

.it_epoll_spinner {
  border: 4px solid #ffffff;
  border-radius: 50%;
  border-top: 4px solid #fc6c63;
  width: 88px;
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.23);
  background-size: 51px;
  height: 88px;
  top: 2px;
  left: calc(50% - 44px);
  -webkit-animation: it_epoll_spin 2s linear infinite;
  animation: it_epoll_spin 1.5s linear infinite;
}

.it_epoll_spinner.it_epoll_spinner_active {
  border-top: 6px solid #fff;
  background: rgba(255, 255, 255, 0.53) url();
  -webkit-animation: none;
  animation: none;
}

/* Safari */
@-webkit-keyframes it_epoll_spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes it_epoll_spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#it_epoll_survey-vote-button,
.it_epoll_survey-notfound-button {
  width: 120px;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  padding: 4px 12px !important;
  border: 0;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  letter-spacing: 4px;
  margin-top: -40px;
  -webkit-border-radius: 12px !important;
  border-radius: 20px !important;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #db197f !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

#it_epoll_survey-vote-button:active,
#it_epoll_survey-vote-button:focus,
#it_epoll_survey-vote-button:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  outline: 0;
}

.it_epoll_survey-item-action-form {
  width: 100%;
  margin: 0 !important;
}

.it_epoll_survey-item-action {
  width: 100%;
  padding: 0;
  margin: 0 0 -16px;
  display: block;
  align-items: center;
}

.it_epoll_survey-item-action-disabled {
  background: transparent;
}



.it_epoll_survey_confirmation_form .it_edb_input_container .it_edb_input {
  display: block;
  padding: 6px 12px !important;
  margin: 0 !important;
  font-weight: 600;
  width: 100%;
  outline: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 4px !important;
}

.it_epoll_survey_confirmation_form .it_edb_input_container .it_edb_input::placeholder {
  color: #135ba7;
}

.it_epoll_survey_confirmation_form .it_edb_input_container .it_edb_input.error {
  border: 1px solid #fc7664;
}

.it_epoll_survey_confirmation_form {
  position: relative;
  border: 0;
  min-height: 80px;
  width: 100%;
  font-weight: 100;
  margin: 0 auto;
  background: -webkit-linear-gradient(40deg, #0c57a5, #eee) !important;
  background: -o-linear-gradient(40deg, #0c57a5, #eee) !important;
  background: linear-gradient(40deg, #0c57a5, #eee) !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
}

.it_epoll_survey_confirmation_form h3.it_epoll_voting_confirmation_poll_title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fffed3;
  padding: 10px;
  border-bottom: 1px solid #86a8cc;
  background: -webkit-linear-gradient(40deg, #7fa4ca, #1f63ab) !important;
  background: linear-gradient(40deg, #7fa4ca, #1f63ab) !important;
  background: -o-linear-gradient(40deg, #7fa4ca, #1f63ab) !important;
  background: -moz-linear-gradient(40deg, #7fa4ca, #1f63ab) !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.it_epoll_survey_confirmation_form .it_edb_input_container label {
  padding: 4px 4px;
  display: block;
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.2;
}

.it_epoll_survey_confirmation_form .it_edb_input_container label.error {
  margin: 1px;
  color: #feb76b;
  font-size: 10px;
  padding: 0 5px;
}

.it_epoll_container_alert {
  align-items: center !important;
}

.it_epoll_survey_confirmation_form .it_edb_input_container .it_edb_textarea {
  display: block;
  height: 100px;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  font-weight: 600;
  padding: 6px 12px !important;
  outline: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 4px !important;
}

.it_epoll_survey_confirmation_form .it_edb_input_container {
  padding: 0px 20px 10px;
  color: #fff;
}

.it_epoll_survey_confirmation_form .it_edb_input_container .it_edb_submit,
.it_epoll_card_front .it_epoll_survey-confirm-button,
.it_epoll_survey_confirmation_form .it_edb_input_container .it_epoll_system_activate_pro_btn {
  max-width: 200px !important;

  padding: 1rem 2.14rem;
  font-size: .81rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  margin: .375rem auto;
  border: 0;
  display: block !important;
  border: 0;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #fff;
  position: relative;
  outline: 0 !important;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;

  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.it_epoll_card_front {

  border: 0;
  background: none;
  visibility: visible;
}

.it_epoll_card_back,
.it_epoll_card_back_popup {
  position: absolute;
  width: 100%;
  top: 0;
  min-height: 100%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  display: flex;
  backface-visibility: hidden;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: 1s;
  transition: 1s;
  border-radius: 6px;
}

.it_epoll_card_back_visible {
  backface-visibility: visible;
  visibility: visible;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.it_epoll_processing,
.it_epoll_success {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.83) url(loader.gif)no-repeat center;
  top: 0;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 100;
  background-size: 100px;
  color: #7b0000;
}

.it_epoll_process_flex {
  display: flex;
}

.it_epoll_success {
  background: rgba(255, 255, 255, 0.83) url('tick.png')no-repeat center 20%;
  background-size: 40px;
  color: #41ad49;
}

.it_epoll_pop_container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.39);
  z-index: 999999;
  bottom: 0;
  top: 0;
}

.it_epoll_inner_pop {

  position: relative;
  background: #ffffff;
  max-width: 1060px;
  margin: 10% auto;
  width: 85%;
}

.it_epoll_pop_close {
  display: block;
  background: #ea5d53;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -17px;
  z-index: 999;
  cursor: pointer;
}

.it_epoll_grid .it_epoll_survey-country {
  display: block;
  margin-top: 0;
  position: relative;
  float: none;
  border: 0;
  outline: 0;
}

.it_epoll_inner_pop {
  position: relative;
  border: 2px solid #fffde8;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.52);
  background: #ffffff;
  max-width: 1070px;
  margin: 8% auto;
}

.it_epoll_big_cover img,
.it_epoll_big_cover {
  background: -webkit-linear-gradient(50deg, #ffd86f, #fc6262) !important;
  background: -o-linear-gradient(50deg, #ffd86f, #fc6262) !important;
  background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
  width: 0%;
  height: 0;
  border-radius: 0px !important;
  display: none !important;
}


.it_epoll_list .it_epoll_spinner {
  border: 1px solid #ffffff;
  border-radius: 50%;
  border-top: 2px solid #fc6c63;
  width: 24px;
  /* display: none; */
  position: absolute;
  background: rgba(255, 255, 255, 0.23);
  background-size: 48px;
  height: 24px;
  top: 3px;
  left: 0;
  -webkit-animation: it_epoll_spin 2s linear infinite;
  animation: it_epoll_spin 1.5s linear infinite;
}

.it_epoll_ric {
  background: #db197f;
}

.it_epoll_aqua_gradient {
  background: -webkit-linear-gradient(50deg, #2096ff, #05ffa3) !important;
  background: -o-linear-gradient(50deg, #2096ff, #05ffa3) !important;
  background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
}


.it_epoll_blue_gradient {
  background: -webkit-linear-gradient(50deg, #45cafc, #303f9f) !important;
  background: -o-linear-gradient(50deg, #45cafc, #303f9f) !important;
  background: linear-gradient(40deg, #45cafc, #303f9f) !important;
}


.it_epoll_purple_gradient {
  background: -webkit-linear-gradient(50deg, #ff6ec4, #7873f5) !important;
  background: -o-linear-gradient(50deg, #ff6ec4, #7873f5) !important;
  background: linear-gradient(40deg, #ff6ec4, #7873f5) !important;
}

.it_epoll_card_front .it_epoll_green_gradient {
  background: none;
}

.it_epoll_green_gradient {
  background: -webkit-linear-gradient(50deg, #aee86a, #4CAF50) !important;
  background: -o-linear-gradient(50deg, #aee86a, #4CAF50) !important;
  background: linear-gradient(40deg, #aee86a, #4CAF50) !important;
}


.it_epoll_circ {
  opacity: 0;
  stroke-width: 1.3 !important;
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
  -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
  -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
  -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
  -o-transition: stroke-dashoffset 1s 0.5s ease-out;
  transition: stroke-dashoffset 1s 0.5s ease-out;
}

.it_epoll_tick {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  stroke-width: 1.3 !important;
  -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
  -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
  -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
  -o-transition: stroke-dashoffset 1s 0.5s ease-out;
  transition: stroke-dashoffset 1s 0.5s ease-out;
}

.it_epoll_drawn>svg .it_epoll_path {
  opacity: 1;
  stroke-dashoffset: 0;
}

.it_epoll_spinner_stop,
.it_epoll_list .it_epoll_spinner_stop {

  -webkit-animation: none;
  animation: none;
  border: 6px solid rgba(76, 175, 80, 0.87);
  background: -webkit-linear-gradient(50deg, #aee86a, rgba(76, 175, 80, 0.87)) !important;
  background: -o-linear-gradient(50deg, #aee86a, rgba(76, 175, 80, 0.87)) !important;
  background: linear-gradient(40deg, #aee86a, rgba(76, 175, 80, 0.87)) !important;
}

.it_epoll_list .it_epoll_spinner_stop {
  border: 1px solid rgba(76, 175, 80, 0.87);
}

.it_epoll_list .it_epoll_spinner_stop svg {
  top: -3px;
  width: 22px;
  position: relative;
}

.it_epoll_survey-country svg {
  width: 94px;
  margin-left: -9px;
  margin-top: -9px;
}

.it_epoll_list #it_epoll_survey-vote-button {
  font-size: 13px !important;
  line-height: 1.3 !important;
  border-radius: 12px !important;
  text-indent: 5px;
}

.it_epoll_list .it_epoll_survey-item-action {
  position: absolute;
  top: -12px;
  left: -12px;
  width: auto;
  padding: 0;
  box-shadow: none;
  margin: 0;
}

.it_epoll_list .it_epoll_survey-item {
  margin-bottom: 40px;
}

.it_epoll_survey-icon {
  height: 24px !important;
  position: relative;
  width: auto !important;
}

.it_epoll_list .it_epoll_survey-name {
  line-height: 1.4;
  padding-top: 10px;
  color: #2c5aa2;
  font-weight: bold;
}

.eg_main_content .it_epoll_comment_area {
  border-radius: 20px !important;
  overflow: hidden !important;
  margin: 10px 30px !important;
}

.eg_main_content .it_epoll_comment_area_less {
  margin: 32px 20px !important;
}

.eg_main_content .it_epoll_comment_area #comments {
  margin: 0 !important;
}

.eg_main_content .it_epoll_comment_area .comments-area textarea#comment,
.eg_main_content .it_epoll_comment_area .comments-area input {
  border-radius: 8px;
  padding: 10px;
}

.eg_main_content .it_epoll_comment_area input#submit {
  border-radius: 8px;
  background: #3d7afe;
  color: #fff;
}

.it_epoll_survey-icon img {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  top: -24px;
  position: relative;
  border-radius: 40px;
  margin-bottom: 24px;
  background: #ffffff;
  padding: 2px;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.it_epoll_list .it_epoll_survey-progress-bg {
  display: block;
  position: relative;
  width: auto;
  height: 7px;
  border-radius: 7px;
  overflow: hidden;
  background: #eee;
  margin: 1px;
}


.epoll_opinion_voting_error {
  margin-top: 15px !important;
}

.it_epoll_surveys .it_epoll_list .it_epoll_survey-item:last-child {
  margin-bottom: 0 !important;
}

.it_epoll_list_style_already_voted {
  display: block;
  padding: 0 15px;
  border-radius: 12px;
  color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.it_epoll_widget .it_epoll_list_style_already_voted {
  display: block;
  padding: 0 15px;
  border-radius: 12px;
  color: #fff;
  line-height: 35px;
  margin: 5px 4px;
}

.it_epoll_list .it_epoll_survey-progress-labels {

  position: absolute;
  top: 0;
  right: 0;
}

.it_epoll_list .it_epoll_survey-progress-label {
  background: #8bc34a;
  padding: 0px 7px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #8bc34a;
}

.epoll_poll_loader {
  position: absolute;
  top: 0;
  background: rgb(236 238 248 / 36%);
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.epoll_poll_loader_show {
  display: flex !important;
}

.it_epoll_list .it_epoll_survey-item:last-child {
  margin-bottom: 0 !important;
}

#it_epoll_voting_access .it_edb_input_va_container input.it_edb_input {
  background: #fff !important;
  padding: 8px 12px;
  width: 100%;
  border-radius: 4px;
  box-shadow: none !important;
  border: 0 !important;
  outline: 0 !important;
}

#it_epoll_voting_access .it_edb_input_va_container {
  margin: 16px;
  position: relative;
  background: #F5F6F7;
  border-radius: 6px;
  color: #1f63ab;
  overflow: visible;
  height: auto;
  padding: 2px;
  font-size: 13px;
  background: -webkit-linear-gradient(40deg, #7fa4ca, #1f63ab) !important;
  width: calc(100% - 32px);
}

#it_epoll_voting_access .it_edb_input_va_container label {
  display: block;
  color: #1f63ab;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.2;
  position: absolute;
  top: -8px;
  left: 11px;
  padding: 0px 4px;
  height: auto !important;
  font-size: 12px;
  font-weight: 600;
  background: #fff !important;
}

.it_epoll_voting_access_btn {
  display: block;
  width: calc(100% - 30px);
  margin: 15px;
  padding: 14px 10px;
  border-radius: 6px !important;
  outline: 0;
  border: 0;
  background: #2768ae !important;
  font-size: 14px;
}