.tx-co-survey .bg-white {
  background-color: rgb(255, 254, 253);
}
.tx-co-survey .bg-orange {
  background-color: #fdaf17;
}
.tx-co-survey .bg-orange p {
  color: rgb(255, 254, 253);
}
.tx-co-survey .black p {
  color: rgb(0, 0, 0);
}
.tx-co-survey .bg-orange .description p {
  color: rgb(255, 254, 253);
}
.tx-co-survey .bg-blue {
  background-color: #0076b9;
}
.tx-co-survey .bg-blue .description p {
  color: rgb(255, 254, 253);
}
.tx-co-survey .thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: unset;
  border-radius: 0;
  box-shadow: unset;
  line-height: 0;
}
.tx-co-survey .special {
  color: rgb(255, 254, 253);
}
.tx-co-survey .fab {
  margin-right: 1rem;
}
.tx-co-survey .border-dotted {
  border-bottom: 2px dotted rgb(0, 0, 0);
  height: 0;
  margin: 1rem 0;
}
.tx-co-survey input[type=text] {
  width: 100%;
}
.tx-co-survey .button {
  position: relative;
  display: inline-block;
  transition: all 100ms;
  padding: 0.8rem 1.6rem;
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 600;
  background-color: #0076b9;
  min-width: 12rem;
  border: none;
  cursor: pointer;
}
.tx-co-survey .button:hover, .tx-co-survey .button:focus {
  background-color: #cd0000;
}
.tx-co-survey .button:active {
  background-color: #cd0000;
  text-shadow: 0px -2px #b30000;
  transform: translate(0px, 5px);
}
.tx-co-survey .button.medium-width {
  width: 24rem;
}
.tx-co-survey .button.fullwidth {
  width: 100%;
}
.tx-co-survey .fullwidth {
  max-width: 100%;
}
.tx-co-survey label {
  padding: 0;
  margin: 0;
  width: 100%;
}
.tx-co-survey label .textWrap {
  padding: 0.5rem 1rem;
}
.tx-co-survey section {
  margin-top: 2rem;
}
.tx-co-survey .footer {
  margin-top: 2rem;
}
.tx-co-survey h1.white {
  color: rgb(255, 254, 253);
}
.tx-co-survey h2 {
  margin-bottom: 0.5rem !important;
}
.tx-co-survey .bg-white h3 {
  color: rgb(0, 0, 0);
}
.tx-co-survey .bg-white p {
  color: rgb(88, 88, 90);
}
.tx-co-survey .black p {
  color: rgb(0, 0, 0);
}
.tx-co-survey #survey-motive {
  display: block;
}
.tx-co-survey #survey-motive .thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: unset;
  border-radius: 0;
  box-shadow: unset;
  line-height: 0;
}
.tx-co-survey #survey-motive .motive-choice {
  margin-bottom: 1rem;
}
.tx-co-survey #survey-motive .motive-choice label {
  display: block;
  position: relative;
  cursor: pointer;
}
.tx-co-survey #survey-motive .motive-choice input[type=checkbox] {
  display: none !important;
}
.tx-co-survey #survey-motive .motive-choice input + label::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 30px;
  z-index: 2;
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.25;
  text-align: center;
}
.tx-co-survey #survey-motive .motive-choice input + label.box::after {
  color: #fdaf17;
}
.tx-co-survey #survey-motive .motive-choice input:checked + label.box::after {
  color: rgb(255, 254, 253);
}
.tx-co-survey #survey-motive .motive-choice input:checked + label::after {
  content: "\f058";
  color: #0076b9;
  background: white;
  border-radius: 20px;
}
.tx-co-survey #survey-motive .motive-choice input:checked + label img {
  transform: scale(0.93);
  border: 9px solid #0076b9;
}
.tx-co-survey #survey-motive .motive-choice input:checked + label .textWrap {
  transform: scale(0.93);
  border: 9px solid #0076b9;
}
.tx-co-survey #survey-motive .motive-choice .description {
  position: relative;
  margin-top: 0.5rem;
}
.tx-co-survey #survey-motive .motive-choice .description a {
  margin-bottom: 0 !important;
}
.tx-co-survey #survey-motive .motive-choice .description .fas {
  position: absolute;
  left: 0.2rem;
  top: 0;
  color: #0076b9;
  font-size: 1.4rem;
}
.tx-co-survey #survey-motive .motive-choice .description p {
  margin-left: 2.4rem;
  margin-bottom: 0;
}
.tx-co-survey #survey-confirm {
  display: none;
}
.tx-co-survey #survey-confirm .thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: unset;
  border-radius: 0;
  box-shadow: unset;
  line-height: 0;
}
.tx-co-survey #survey-confirm .motive {
  margin: 0.25rem;
}
.tx-co-survey #survey-state {
  display: none;
}
.tx-co-survey #survey-state .state-choice label {
  display: block;
  position: relative;
  cursor: pointer;
}
.tx-co-survey #survey-state .state-choice input[type=radio] {
  display: none;
}
.tx-co-survey #survey-state .state-choice input:checked + label::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgb(195, 25, 36) url(../Images/checked.png) center center no-repeat;
  content: "";
  z-index: 2;
}
.tx-co-survey #survey-result #survey-agb {
  margin-bottom: 5rem;
}
.tx-co-survey #survey-result .number {
  font-weight: bold;
  font-size: 1.1rem;
}
.tx-co-survey #survey-result .motive figcaption {
  margin-top: 1rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: rgb(88, 88, 90);
}
.tx-co-survey #survey-favorites {
  margin-top: 10rem;
}
.tx-co-survey #survey-favorites table.favorites {
  margin: auto;
  width: 90%;
  height: auto;
  border: none;
}
.tx-co-survey #survey-favorites table.favorites tbody {
  border: none;
  background: none;
}
.tx-co-survey #survey-favorites table.favorites tbody td {
  text-align: center;
  vertical-align: middle;
}
.tx-co-survey #survey-favorites .motive figcaption {
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 600;
  color: rgb(88, 88, 90);
}

.tx-co-survey .survey-btn-none.button {
  background: gray;
  opacity: 0.5;
  cursor: unset;
}
.tx-co-survey .survey-btn-none.button:hover {
  background: gray;
}

#sendVoting.reveal {
  border-radius: 0.5rem;
  border: 1px solid rgb(88, 88, 90);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
#sendVoting.reveal h3 {
  text-align: center;
  color: rgb(0, 0, 0);
}
#sendVoting.reveal i {
  color: rgb(230, 0, 0);
}

/*# sourceMappingURL=styles.css.map */
