﻿.no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.pollStep .consensus {
  margin-top: 10px;
}
.consensus .card-item {
  padding: 25px 20px;
  overflow: hidden;
}

.embed .consensus .card-item {
  border: 1px solid #fafafa;
  box-shadow: rgba(85, 85, 85, 0.3) 0px 0px 6px;
  background-color: #fcfcfc;
}

.card-item h3:first-child,
.card-item h2:first-child,
.card-item h1:first-child {
  margin-top: 5px;
}

.card-item .btn {
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 8px;
}

.card-item p  {
  font-size: 1.1em;
}

.consensus-wrapper-outer.stackedcards {
  overflow: hidden;
}

.card-item.stackedcards--animatable > * {
  opacity: 0;
}

.card-item.stackedcards--animatable.stackedcards-active > * {
  opacity: 1;
}

.card-item p {
  font-size: 1.05em;
  color: #788288;
  font-weight: lighter;
}

.card-item .add-statement.btn,
.card-item .add-new-statement {
  background-color: #731454;
}

.participant-submitted span {
  background-color: #73146399;
  color: #fff;
  display: inline-block;
  padding: 2px 9px;
  font-size: 0.95em;
  border-radius: 7px;
}

.participant-submitted {
  margin-bottom: 4px;
}

.card-answered-prepend,
.card-results,
.card-summary {
  display: none;
}

.card-item.answered .card-answered-prepend,
.card-item.answered .card-results,
.card-item.answered .card-summary,
.card-item.unsure .card-answered-prepend,
.card-item.unsure .card-results,
.card-item.unsure .card-summary {
  display: flex;
  height: auto;
  align-items: baseline;
}

.card-item .card-answered-prepend {
  text-align: center;
  flex-direction: column;
  flex-grow: 1;
}
.card-item .card-answered-prepend span.btn:first-child {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  color: grey;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-item .card-answered-prepend span.btn:first-child i {
  display: none;
}
.card-item .card-answered-prepend span.btn:last-child {
  margin-left: auto;
  box-shadow: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
}
.add-statement-card .comment-display-outer {
  display: none !important;
}

.add-statement-card .comment-entry-box {
  min-height: 100px;
}

.add-statement-card .feedback-inner {
  background: none;
  padding: 4px 10px;
}

.add-statement-card p {
  margin-top: 10px;
  font-size: 1em;
}

.card-item.answered .card-button-row,
.card-item.unsure .card-button-row {
  display: none;
  height: 0;
}

.card-item .add-statement-row {
  text-align: center;
}

.card-item .user-response {
  display: none;
  color: #686868;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.card-item.agree div.user-agreed,
.card-item.unsure div.user-unsure,
.card-item.disagree div.user-disagreed {
  display: block;
}

.card-item .statement-status {
  text-align: center;
  font-size: 1.1em;
}

.get-info {
  cursor: pointer;
}

.card-results {
  height: 100px;
}

.card-results .result-column {
  width: 33%;
  height: 80px;
  display: inline-block;
}

.card-results .bar-container {
  width: 100%;
  height: 80%;
  padding: 0 20%;
  border-bottom: 1px solid #f1f1ef;
  position: relative;
}

.card-results .result-label {
  text-align: center;
}

.result-label .label-text {
  margin-left: 5px;
}

.card-results .bar {
  background-color: #dedede;
  width: 67%;
  border-radius: 5px 5px 0 0;
  position: absolute;
  margin: auto;
  bottom: 0;
  height: 100%;
  transition: max-height 0.8s ease-out;
}

.card-results .bar.collapsed {
  max-height: 0px !important;
}

.card-item .response-count {
  text-align: center;
  padding: 5px 15px;
}

.card-item .intro-two-auto {
  text-align: center;
}

.stackedcards-hidden {
  display: none;
}

.card-item {
  max-height: 300px;
}

.card-item.stackedcards-active {
  max-height: initial;
}

.stackedcards-overflow {
  overflow-y: hidden !important;
}

.stackedcards.init {
  opacity: 0; /* set the opacity to 0 if you want a fade-in effect to stacked cards on page load */
}

.stackedcards {
  position: relative;
}

/*.stackedcards p, .stackedcards  {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }*/

.stackedcards--animatable {
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.stackedcards .stackedcards-container > *,
.stackedcards-overlay {
  position: absolute;
  width: 100%; /* set 100% */
  min-height: 300px; /* set 100% */
  will-change: transform, opacity;
  top: 0;
  border-radius: 10px;
}

.stackedcards-overlay.left > div,
.stackedcards-overlay.right > div,
.stackedcards-overlay.top > div {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stackedcards-overlay.left,
.stackedcards-overlay.right,
.stackedcards-overlay.top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  top: 0;
  height: 100%;
  font-size: 24px; /* this style was added only for better preview */
  text-transform: uppercase; /* this style was added only for better preview */
  font-weight: 500; /* this style was added only for better preview */
  color: #fff; /* this style was added only for better preview */
}

.stackedcards-overlay p {
  display: table-row;
  width: 100%;
  text-align: center;
}

.stackedcards-overlay-hidden {
  display: none;
}

.stackedcards-origin-bottom {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.stackedcards-origin-top {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.stackedcards-bottom,
.stackedcards-top,
.stackedcards-none {
  background: #fff; /* set card background background */
}

.stackedcards .stackedcards-container > :nth-child(1) {
  position: relative;
  display: block;
}

/* global actions buttons*/
.global-actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 10px;
}

.top-action,
.right-action,
.left-action {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.top-action {
  background: #e38568;
  margin: 0 10px;
}

.right-action {
  background: #7bb3c5;
}

.left-action {
  background: #e58d93;
}

/* elements on stacked cards */
.card-item {
  background: #ffffff;
}

.card-button-row {
  text-align: center;
  margin-top: 1.5em;
}

.unlocked-statements-notify .card-button-row {
  margin-top: 5px;
}

.unlocked-statements-notify {
  margin-top: 1.7em;
}

.add-statement-card .btn.add-statement-skip {
  margin-top: -4px;
  margin-bottom: 0;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  font-weight: 600;
  margin-left: 5px;
  border: 0px;
  background-color: #a9a9a9;
  transition: 0.2s ease-in-out;
  font-family: inherit;
  line-height: inherit;
}

.card-button-row .btn-container {
  min-width: 65px;
  max-width: 70px;
  display: inline-block !important;
  text-align: center;
}

.card-button-row .disagree {
  background: #f34848;
  border-radius: 2em;
  padding: 0.5em 0.9em;
  font-size: 1.5em;
  margin: auto;
}

.card-button-row .agree {
  background: #1fb570;
  border-radius: 25px;
  padding: 0.5em 0.75em;
  font-size: 1.5em;
  margin: auto;
}

.card-button-row .neutral {
  background: #efefef;
  border-radius: 25px;
  padding: 9px 12px;
  color: #9b9b9b;
  margin: auto;
}

.card-button-row .agree-somewhat {
  background: rgba(22, 150, 52, 0.33);
  border-radius: 25px;
  padding: 10px 10px;
  display: none;
}

.card-button-row .disagree-somewhat {
  background: rgba(183, 43, 43, 0.44);
  border-radius: 25px;
  padding: 10px 10px;
  display: none;
}

.card-button-row .btn-subtext {
  font-family: Libre Franklin;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

.card-item .gestures {
  text-align: center;
  font-size: 1.2em;
  color: #333;
}

.card-item .gestures img {
  max-height: 200px;
  max-width: 60%;
}

.card-item .card-prompt {
  font-style: italic;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.card-item .card-statement {
  font-size: 1.4em;
  color: #333;
}

.progress-meter-container {
  text-align: center;
  margin-bottom: 8px;
}

.progress-meter-container .progress-meter {
  margin: 0 auto !important;
}

.card-item.current-progress {
  text-align: center !important;
}

.stackedcards-overlay .big-icon {
  font-size: 60px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .card-item .user-response {
    font-size: 1.1em;
  }

  .card-button-row .response-options {
    margin-left: -35px;
  }
}

@media (max-device-width: 375px) {
  .card-button-row .response-options {
    margin-left: 0px;
  }

  .card-button-row .btn-container {
    max-width: 65px;
    display: inline-block;
    text-align: center;
  }

  .card-item {
    font-size: 0.8em;
  }

  .consensus .card-item {
    padding: 20px 15px 15px;
  }

  .card-item .card-button-row {
    text-align: left !important;
  }

  .card-item.answered .card-button-row,
  .card-item.current-progress .card-button-row,
  .card-item.user-statement .card-button-row,
  .card-item.current-progress {
    text-align: center !important;
  }

  .result-label .count {
    display: block;
  }

  .result-label .label-text {
    margin-left: 0;
  }

  .card-results {
    height: 125px;
  }
}

/*#region Progress Meter */

.card-button-row {
  position: relative;
}

.card-button-row .progress-meter-container {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
}

.progress-meter {
  width: 50px;
  height: 50px;
  margin: 0;
  position: relative;
}

.progress-meter .earned-statements-badge {
  position: absolute;
  background-color: #3399cc;
  color: #fff;
  padding: 1px 5px;
  border-radius: 10px;
  font-size: 0.7em;
}

.progress-meter.animate svg .circle-foreground {
  -webkit-animation: offset 1s ease-in-out forwards;
  animation: offset 1s ease-in-out forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.progress-meter svg {
  width: 100%;
  height: 100%;
}

.progress-meter svg .circle-background,
.progress-meter svg .circle-foreground {
  r: 23.5px;
  cx: 50%;
  cy: 50%;
  fill: none;
  stroke-width: 2px;
  stroke: #0394ff;
}

.progress-meter svg .circle-foreground {
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.progress-meter figcaption {
  display: inline-block;
  width: 100%;
  height: 1.5rem;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 0;
  font-family: "Open Sans";
}

.progress-meter figcaption {
  display: inline-block;
  white-space: pre;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

@-webkit-keyframes offset {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes offset {
  100% {
    stroke-dashoffset: 0;
  }
}
.card-summary {
  display: flex;
  align-items: center;
  gap: 8px;
}
.card-button-row .response-options {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.card-button-row .response-options .btn-container {
  width: 100%;
  min-width: auto;
  max-width: unset;
  height: 93px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  background: #f5f8fa;
  border-radius: 5px;
  padding: 20px;
  transition: ease 0.5s;
}
.card-button-row .response-options .btn-container:hover {
  background: #dbf1ff;
  transition: ease 0.5s;
}

.card-button-row .response-options .btn-container .disagree,
.card-button-row .response-options .btn-container .neutral,
.card-button-row .response-options .btn-container .agree {
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  border-radius: unset;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #686868;
}

.consensus-wrapper-outer .stackedcards-container .card-item .card-results {
  flex-direction: row;
  justify-content: stretch;
  flex-wrap: wrap;
  gap: 5px;
}

.consensus-wrapper-outer
  .stackedcards-container
  .card-item
  .card-results
  .bar-container {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  box-shadow: none;
}

.consensus-wrapper-outer
  .stackedcards-container
  .card-item
  .card-results
  .bar-container
  .bar {
  border-radius: 5px;
  background-color: #dbf1ff;
}

.consensus-wrapper-outer
  .stackedcards-container
  .card-item.agree
  .card-results
  .bar-container
  .bar.agree,
.consensus-wrapper-outer
  .stackedcards-container
  .card-item.unsure
  .card-results
  .bar-container
  .bar.unsure,
.consensus-wrapper-outer
  .stackedcards-container
  .card-item.disagree
  .card-results
  .bar-container
  .bar.disagree {
  background-color: #84d0f7;
}

.consensus-wrapper-outer
  .stackedcards-container
  .card-item
  .card-results
  .result-column {
  width: 100%;
  display: block;
  height: 44px;
  border-radius: 5px;
  background: #f5f8fa;
  position: relative;
}

.consensus-wrapper-outer
  .stackedcards-container
  .card-item
  .card-results
  .result-label {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 10px 15px;
}

.consensus-wrapper-outer
  .stackedcards-container
  .card-item
  .card-results
  .result-label
  .label-text {
  margin: 0;
}

/*#endregion */
.response-options .btn-container {
  cursor: pointer;
}
