@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Uchen&display=swap");
.copied-tooltip {
  display: none;
  position: absolute;
  margin-left: 20px;
  padding: 5px 12px;
  background-color: rgba(0, 0, 0, 0.8745098039);
  border-radius: 4px;
  color: #fff;
}

.portlet-content {
  padding: 24px;
}

.panel-body {
  font-family: "Poppins", serif;
  font-style: normal;
  color: #042444;
  padding: 18px;
}

@media (min-width: 768px) {
  .panel-body {
    padding: 24px;
  }
}
.card-horizontal {
  box-shadow: 0px 3.2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  border: none;
}

.votes-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-weight: 700;
  margin-bottom: 23px;
}

.votes-count:after {
  position: absolute;
  height: 1px;
  content: "";
  width: calc(100% + 34px);
  background: #DBE1E5;
  bottom: -23px;
  left: -18px;
}

.votes-count.results:after {
  display: none;
}

@media (min-width: 768px) {
  .votes-count:after {
    width: calc(100% + 32px);
    left: -16px;
  }
}
.votes-count-title {
  display: flex;
  align-items: baseline;
}

.check-circle {
  margin-right: 8px;
  width: 17px;
  height: 17px;
}

.check-circle {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/CheckCircle_red.svg);
  align-self: center;
}

.votes-count-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #617991;
}

.votes-count-text span {
  color: #ED0A8D;
}

.infographics-result {
  color: #007EE2;
  font-size: 20px;
}

.share-results-link {
  margin-top: 0;
}

@media (max-width: 767px) {
  .share-results-link {
    float: none !important;
    margin-top: 13px;
  }
}
.share-results-link button {
  position: relative;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  background: #fff;
  transition: 0.125s;
  border: none;
}

.share-results-link button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(270deg, #33A5FF 0%, #007EE2 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.share-results-link button:hover {
  background: rgba(4, 36, 68, 0.0588235294);
}

.share-results-link button:hover::before {
  background: #007EE2;
}

.share-results-link button .icon {
  width: 16px;
  height: 15.5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/share.svg);
  margin-right: 8px;
}

.share-results-link button .text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #007EE2;
}

.title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 26px;
}

@media (min-width: 768px) {
  .title-wrapper {
    margin-bottom: 32px;
  }
}
.question-img-wrapper {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 12px;
}

.question-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.question-img:hover {
  cursor: pointer;
}

.question-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

.question-title:not(.results) {
  color: #0017AC;
}

.question-title p,
.progress-title p {
  display: inline;
}

.choice-description p,
.choice-description span {
  font-size: 14px !important;
}

.display-mode {
  margin-left: 50px;
}

@media (min-width: 768px) {
  .choice-description p,
  .choice-description span {
    font-size: 16px !important;
  }
}
.question-title p,
.question-title span {
  line-height: 19px;
  font-size: 16px !important;
  font-weight: 500;
}

@media (min-width: 768px) {
  .question-title p,
  .question-title span {
    line-height: 24px;
    font-size: 20px !important;
    font-weight: 600;
  }
}
.btn-seeMore {
  color: #3baee8 !important;
  font-weight: 700;
  cursor: pointer;
}

.question-title .disabled,
.choice .disabled,
.progress-title .disabled {
  display: none;
}

@media (min-width: 768px) {
  .question-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.question-list {
  padding: 0 24px 24px;
}

.choice-img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  margin: -6px;
  border-radius: 2px;
}
.choice-img:hover {
  cursor: pointer;
}

.choice {
  flex: 1;
  position: relative;
  padding-left: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(4, 36, 68, 0.1215686275);
  border-radius: 8px;
  min-height: 42px;
  border: 1px solid transparent;
}

.choice.active {
  border: 1px solid #3BAEE8;
}

.choice:last-child .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  /* checkbox */
  margin-left: 0;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 18px;
}

.choice label {
  display: flex;
  align-items: center;
  width: 97%;
  border-left: 1px solid #DBE1E5;
  margin-bottom: 0;
  padding-left: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.choice label textarea {
  border: none;
  width: 100%;
  color: #424242;
  font-size: 14px;
}

@media (min-width: 768px) {
  .choice label textarea {
    font-size: 16px;
  }
}
.choice label textarea:focus,
.choice input[type=radio]:focus,
.choice input[type=checkbox]:focus {
  outline: none;
}

.choice > label > img {
  margin-right: 20px;
}

.choice label span,
input,
.choice label textarea::placeholder {
  font-weight: 400;
  line-height: 16.8px;
}

.choice label textarea::placeholder {
  font-size: 14px;
}

@media (min-width: 768px) {
  .choice label textarea::placeholder {
    font-size: 16px;
  }
}
#wrapper .choice input[type=radio],
#wrapper .choice input[type=checkbox] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #007EE2;
  width: 18px !important;
  height: 18px !important;
  display: grid;
  place-content: center;
}
#wrapper .choice input[type=radio] {
  width: 19.5px !important;
  height: 19.5px !important;
}

.choice input[type=radio]::before,
.choice input[type=checkbox]::before {
  content: "";
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

.choice input[type=radio]:checked::before,
.choice input[type=checkbox]:checked::before {
  transform: scale(1);
}

.choice input[type=radio] {
  border: 2px solid #486078;
  border-radius: 50%;
}

.choice input[type=radio]:checked {
  border: 2px solid #007EE2;
}

.choice input[type=radio]::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: inset 1em 1em #007EE2;
}

#wrapper .choice input[type=radio]:checked::before {
  width: 19.5px;
  height: 19.5px;
  background: none;
  background-image: url("../images/CheckCircle_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: none;
}

.choice input[type=checkbox] {
  border: 2px solid #486078;
  border-radius: 2px;
}

.choice input[type=checkbox]:checked {
  border: 2px solid #007EE2;
}

input[type=checkbox]::before {
  width: 16px;
  height: 16px;
  background-color: #007EE2;
  transform-origin: center;
  background-image: url("../images/checkmark.svg");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}

.choice label span,
.choice label p,
.choice label textarea::placeholder {
  display: inline;
  color: #424242;
}

/* vote button */
.button-holder {
  margin: 27px 0 3px;
}

#wrapper .vote-btn {
  float: right;
  margin-left: auto;
  color: #fff !important;
  font-size: 16px !important;
  box-shadow: none;
  font-weight: 500;
  line-height: 19px;
  border: none;
  border-radius: 24px;
  background: linear-gradient(270deg, #001CD4 0%, #0017AB 100%);
}

@media (min-width: 768px) {
  #wrapper .vote-btn {
    font-size: 14px !important;
  }
}
#wrapper .vote-btn.disabled {
  background: #DBE1E5;
}

#wrapper .vote-btn:not(.disabled):hover,
#wrapper .vote-btn:not(.disabled):focus {
  background: #001499;
}

#wrapper .vote-btn:focus {
  outline: none;
}

#wrapper .vote-btn:not(.disabled):hover span,
#wrapper .vote-btn:not(.disabled):focus span {
  color: #fff;
}

.percentageResult-row {
  display: flex;
  margin-bottom: 10px;
}

.progress-percentage {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  min-width: 42px;
  width: 11.2%;
  max-width: 89px;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px rgba(4, 36, 68, 0.1215686275);
}

@media (min-width: 768px) {
  .progress-percentage {
    font-size: 16px;
    line-height: 24px;
  }
}
.results-block .progress {
  padding: 5px 10px 5px 52px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: auto;
  margin-bottom: 0;
  border-radius: 8px !important;
  box-shadow: 0px 0px 12px 0px rgba(4, 36, 68, 0.1215686275);
  background-color: #fff;
  margin-top: 0;
  position: relative;
}

@media (min-width: 768px) {
  .results-block .progress {
    padding: 5px 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.progress .progress-bar {
  border-radius: 0;
}

.progress .progress-title {
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .progress .progress-title {
    width: 82%;
    padding: 6px 10px;
  }
}
.progress .progress-title p {
  display: block;
  margin-bottom: 0;
}

.progress-title img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-31%);
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .progress-title img {
    margin-right: 20px;
    position: static;
    transform: none;
  }
}
.progress-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 22px;
  color: #042444;
}

@media (min-width: 768px) {
  .progress-info {
    font-size: 16px;
    line-height: 24px;
  }
}
.infographics-raw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F2F2F2;
  margin-bottom: 14px;
  margin-left: -18px;
  margin-right: -18px;
}

@media (min-width: 768px) {
  .infographics-raw {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.infographics-show-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .infographics-show-wrapper {
    display: block;
    width: 21.5%;
    padding-left: 24px;
    min-width: 224px;
    border-right: 2px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.infographics-voted-wrapper {
  width: 22.5%;
  text-align: center;
  min-width: 100px;
  border-left: 2px solid #FFF;
}

@media (min-width: 768px) {
  .infographics-voted-wrapper {
    min-width: 140px;
  }
  .infographics-raw.narrow .infographics-voted-wrapper {
    min-width: 120px;
  }
}
.infographics-show-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.infographics-cell.rocky::before,
.infographics-cell.rocky::after {
  display: none !important;
}

.infographics-gender-female-wrapper, .infographics-gender-male-wrapper, .infographics-voted-wrapper {
  padding: 10px 0;
}

.infographics-gender-female-wrapper, .infographics-gender-male-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.infographics-gender-female-wrapper {
  padding-left: 18px;
}

@media (min-width: 768px) {
  .infographics-gender-female-wrapper {
    padding-left: 0;
  }
  .infographics-raw.narrow .infographics-gender-female-wrapper {
    padding-left: 18px;
  }
}
.infographics-gender {
  display: flex;
  align-items: center;
}

.infographics-icon {
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
}

@media (min-width: 768px) {
  .infographics-icon {
    width: 32px;
    height: 32px;
  }
}
.female .infographics-icon {
  background-image: url(../images/GenderFemale.svg);
}

.male .infographics-icon {
  background-image: url(../images/GenderMale.svg);
}

.infographics-result {
  font-size: 20px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .infographics-result {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
}
.infographics-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.btn-pagination {
  display: block;
  margin: 40px auto 30px;
  font-size: 15px;
  width: fit-content;
  box-shadow: 0px 0px 18px rgba(87, 87, 87, 0.17);
  border-radius: 50px;
  padding: 6px 24px;
  border: none;
  line-height: 18px;
  color: #424242;
  font-weight: 600;
}

.infographics-raw a {
  color: #007EE2;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}

.infographics-raw.narrow {
  flex-direction: column;
  height: auto;
}

.shortInfo {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

@media (max-width: 767px) {
  .shortInfo {
    justify-content: space-between;
  }
}
.infographics-raw.narrow .shortInfo {
  justify-content: space-between;
}

.infographics-raw.narrow .infographics-show-wrapper {
  width: 100%;
  border-right: none;
  border-bottom: 2px #fff solid;
}

#infographicspopup .infotitle {
  color: #f6fafd;
  font-size: 34px;
  font-family: "AvenirLTStd45BookRegular";
  max-height: 70px;
  overflow: hidden;
}

#infographicspopup .numofvote {
  float: right;
  color: #fff;
  font-size: 25px;
  text-align: right;
}

#infographicspopup .numofvote span {
  display: block;
  font-weight: bold;
  font-size: 60px;
  line-height: 50px;
}

#infographicspopup .separator2 {
  float: none;
  margin: 10px 0 10px 0;
  clear: both;
  height: 2px;
  background: url(../images/separator.png) center center repeat-x;
}

#infographics_main .answersbox {
  height: 205px;
}

#infographicspopup .answers_containers {
  margin-bottom: 2px;
  width: 350px;
  overflow: auto !important;
}

#infographicspopup .tooltipTable {
  width: 280px;
  font-family: Arial;
  margin: 2px;
  border: 5px solid #F2E69C;
}

#infographicspopup .tooltipTable .tooltipleft {
  border-right: 1px #a7a7a7 solid;
  text-align: left;
  background-color: #fff;
  font-size: 16px;
  font-family: AvenirLTStd55RomanRegular, Arial;
  white-space: normal;
  line-height: 1.2;
  padding: 3px 12px;
  height: 40px;
  vertical-align: middle;
}

#infographicspopup .tooltipTable .tooltipcenter {
  text-align: center;
  background-color: #e5e5e5;
  width: 55px;
  font-size: 21px;
  vertical-align: middle;
  color: #646464;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}

#infographicspopup .tooltipTable .tooltipright {
  border-left: 1px #a7a7a7 solid;
  background-color: #d4d4d4;
  text-align: center;
  width: 50px;
  font-size: 21px;
  vertical-align: middle;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}

#infographicspopup rect {
  clip-path: inset(0% 0% -14px 0% round 14px);
}

#infographicspopup #infographics_gender rect,
#infographicspopup #infographics_age rect {
  clip-path: inset(3% 4% 0 4% round 10px);
}

#infographicspopup .answers_containers .highcharts-axis-labels span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(-90deg);
  transform-origin: left center;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: left center;
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: left center;
  -o-transform: rotate(-90deg);
  -o-transform-origin: left center;
  color: #f0f0f0 !important;
  margin-left: -25px !important;
}

#infographicspopup .separator {
  float: none;
  margin: 0 0 5px;
  clear: both;
  height: 2px;
  background: url(../images/separator.png) center center repeat-x;
}

#infographicspopup {
  width: 100%;
  height: 100%;
  background: url(../images/infographicspopupbg.png);
  -webkit-box-shadow: 0 0 3px #666;
  -moz-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
  padding: 10px 20px 0;
}

#infographicspopup .genderbox {
  float: left;
  margin: 10px 50px 0 0;
  width: 200px;
}

#infographicspopup .genderbox .male, #infographicspopup .genderbox .female {
  width: 85px;
  float: left;
}

#infographicspopup .separator_y {
  height: 125px;
  float: left;
  margin: 40px 10px 0 10px;
  width: 2px;
  background: url(../images/separator_y.png) repeat-y;
}

#infographicspopup .genderbox .male .icon {
  height: 125px;
  background: url(../images/infographicssprite.png) center -124px no-repeat;
  margin: 0 0 10px 0;
}

#infographicspopup .genderbox .female .icon {
  height: 125px;
  background: url(../images/infographicssprite.png) center 0 no-repeat;
  margin: 0 0 10px 0;
}

#infographicspopup .genderbox .male, #infographicspopup .genderbox .female {
  width: 85px;
  float: left;
}

#infographicspopup .genderbox .female .num, #infographicspopup .genderbox .male .num {
  display: block;
  color: #fefefe;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
}

#infographicspopup .title {
  cursor: pointer;
  line-height: 40px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 15px;
  font-size: 29px;
  font-weight: bold;
  color: #fff;
  background: url(../images/transbg3.png);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}

#infographicspopup .title:hover {
  background: url(../images/transbg.png);
}

#infographicspopup .spesialbtns .title > span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  margin-right: -15px;
  float: right;
  background: url(../images/infographicssprite.png) -3px -318px no-repeat;
  -moz-border-radius: 15px 15px 15px 0;
  -webkit-border-radius: 15px 15px 15px 0;
  border-radius: 15px 15px 15px 0;
}

#infographicspopup .genderbox .title:hover > span,
#infographicspopup .spesialbtns .title:hover > span {
  background-color: #bb2828;
}

#infographicspopup .genderbox .title > span,
#infographicspopup .spesialbtns .title > span {
  background-color: #d94d4d;
}

#infographicspopup .spesialbtns .title {
  line-height: 30px;
  margin: 0 10px 0 0;
  font-size: 20px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

#infographicspopup .spesialbtns .back > span {
  background-position: -30px -318px;
}

#infographicspopup .whitetitle {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

#infographicspopup .title > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  margin-right: -15px;
  float: right;
  background: url(../images/infographicssprite.png) -13px -280px no-repeat;
  -moz-border-radius: 20px 20px 20px 0;
  -webkit-border-radius: 20px 20px 20px 0;
  border-radius: 20px 20px 20px 0;
  overflow: visible;
}

#infographicspopup .agebox {
  float: left;
  width: 180px;
  margin: 20px 30px 0 0;
  text-align: center;
}

#infographicspopup .agebox .title > span,
#infographicspopup .spesialbtns .age > span {
  background-color: #75b1c3;
}

#infographicspopup .agebox .title:hover > span,
#infographicspopup .spesialbtns .age:hover > span {
  background-color: #428da4;
}

#infographicspopup .agebox .infoagelist {
  background: url(../images/infographicsage_new.png) no-repeat;
  width: 134px;
  height: 163px;
  padding-top: 10px;
  margin: 0 auto;
}

#infographicspopup div {
  font-family: AvenirLTStd55RomanRegular, Arial;
}

#infographicspopup ul, #infographicspopup li, #infographicspopup div, #infographicspopup span {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  word-spacing: 0px;
}

#infographicspopup .crossedwithgender .mCSB_dragger_bar {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.35);
  width: 16px;
}

#infographicspopup .crossedwithgender .mCSB_draggerContainer {
  width: 14px;
}

#infographicspopup .answersbox .mCSB_scrollTools_horizontal {
  bottom: -6px;
}

#infographicspopup .agebox .infoagelist ul {
  margin-top: 10px;
}

#infographicspopup .agebox .infoagelist li div {
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset;
}

#infographicspopup .agebox .infoagelist ul li {
  list-style: none;
  margin-bottom: 3px;
  position: relative;
  height: 36px;
}

#infographicspopup .agebox .infoagelist ul li > div {
  float: left;
  font-size: 14px;
  height: 36px;
}

#infographicspopup .agebox .infoagelist ul li > div.ageRange {
  width: 42px;
  font-family: AvenirLTStd35LightRegular, Arial;
  text-align: left;
  padding-left: 12px;
  position: relative;
  top: -0.1px;
}

#infographicspopup .agebox .infoagelist ul li > div.numOfPanelists {
  width: 42px;
  font-family: AvenirLTStd65MediumBold, Arial;
  position: relative;
  top: -2px;
  font-weight: bold;
}

#infographicspopup .agebox .infoagelist ul li > div.Precents {
  width: 35px;
  font-family: AvenirLTStd65MediumBold, Arial;
  position: relative;
  top: -2px;
  font-weight: bold;
}

#infographicspopup .agebox .infoagelist ul li > div.Precents span {
  font-size: 10px;
  position: relative;
  top: -4px;
}

#infographicspopup .timelinebox {
  float: right;
  margin: 5px 0 0 0;
  width: 215px;
}

.modal-body {
  padding: 0;
}

/* gender */
#infographicspopup .crossedwithgender {
  height: 390px;
  overflow: auto;
  width: 100%;
}

#infographicspopup .accordionjs .subtitle {
  background: url(../images/subtitleBackground.png) no-repeat 0 0;
  height: 23px;
  line-height: 23px;
}

#infographicspopup .accordionjs .subtitle span {
  color: #fff;
  padding-left: 25px;
  background: url(../images/infographics.png) no-repeat 7px 4px;
  font-size: 16px;
}

#infographicspopup .accordionjs .subtitle span:hover {
  text-decoration: none;
  cursor: pointer;
}

#infographicspopup .accordionjs .subtitle span.closed {
  background-position: 6px -16px;
}

#infographicspopup .accordionContent {
  display: block;
}

#infographicspopup .accordionContent.accordionClosed {
  display: none;
}

#infographicspopup .spesialbtns {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.pollModalBlock {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(45, 54, 67, 0.5019607843);
  z-index: 1000;
}

.pollModalBlock .image-wrapper {
  position: absolute;
  width: 60%;
  max-width: 680px;
  height: 80%;
  max-height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  padding: 0 40px;
}

.pollModalBlock .close {
  width: 30px;
  height: 30px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/closePreview.svg);
  opacity: 1;
  margin-bottom: 5px;
  float: right;
  margin-right: -40px;
}

.pollModalBlock .close:hover,
.pollModalBlock .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.pollModalBlock .modal-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pollModalBlock #caption {
  text-align: center;
  font-size: 16px;
  color: #333;
}

.isOther-textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  overflow: hidden;
  line-height: 16.8px;
  background-color: transparent;
}

.isOther-textarea:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .pollModalBlock .image-wrapper {
    padding: 0;
    width: 100%;
    height: 70%;
  }
  .pollModalBlock .close {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .pollModalBlock .modal-image {
    height: calc(100% - 42px);
  }
}
.flex {
  display: flex;
}