select,
select > option {
  overflow: hidden;
  white-space: normal;
  text-overflow: clip;
}

.select2-selection--single {
  overflow: hidden;
  text-overflow: clip;
}

.select2-container {
  width: 100%;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  min-height: 72px;
  border: 1px solid #d8e0ea;
  border-radius: 12px;
  background: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  max-width: none;
  padding-left: 14px;
  padding-right: 34px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.25;
  white-space: normal !important;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #1f2937;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  background-color: #f2f2f2;
  background-attachment: fixed;
  background-size: cover;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: transparent;
  font-family: 'Fira Sans', sans-serif;
}

.container-fluid {
  align-items: center;
  display: flex;
  justify-content: center;
}

.card {
  border-radius: 0;
}

.form-control {
  color: black;
}

label {
  font-weight: 450;
}

input[type="text"] {
  text-transform: uppercase;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  outline: none;
  transition: border-color 0.2s ease-in-out;
  padding-right: 13px;
}

input[type="radio"]:checked {
  border-color: #67a8e4;
  background-color: #1a0da5;
}

.formvotacao {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 15px;
}

@media (min-width: 992px) {
  .formvotacao {
    max-width: 920px;
    padding: 24px 28px;
  }
}

@media (max-width: 520px) {
  .formvotacao {
    max-width: 100%;
    width: 100%;
  }
}

.logo-votar img {
  max-width: 400px;
}

@media (max-width: 420px) {
  .logo-votar img {
    max-height: 150px;
  }
}

.parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 450px;
  z-index: 1;
}

.page-content-wrapper-formvotacao {
  margin-top: -394px;
  position: relative;
  z-index: 2;
}

@media (max-width: 420px) {
  .page-content-wrapper-formvotacao {
    margin-top: -370px;
    position: relative;
    z-index: 2;
  }
}

.panzoom-container {
  width: 100%;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  border: 1px solid #ccc;
  max-height: 400px;
}

.panzoom-element {
  display: block;
  width: max-content;
}

.panzoom-content {
  display: block;
  text-align: left;
}

.panzoom-content img {
  display: block;
  height: 354px;
  max-width: none;
  margin: 0;
  padding: 0;
}

.zoom-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.question-card {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 18px;
  background: #fff;
}

.question-card.is-hidden {
  display: none;
}

.question-title {
  font-weight: 450;
  color: #212529;
  margin-bottom: 8px;
  display: block;
}

.question-help {
  color: #6c757d;
  margin-bottom: 10px;
  font-size: 0.92rem;
}

.choice-list {
  display: grid;
  gap: 10px;
}

.choice-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid #f1f3f5;
  border-radius: 10px;
  padding: 10px 12px;
}

.choice-item input {
  margin-top: 4px;
}

.choice-item--status-matrix {
  display: block;
}

.choice-item__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.choice-status-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 10px;
  margin-left: 28px;
  padding-top: 10px;
  border-top: 1px dashed #dbe4ee;
}

.choice-status-list.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.choice-status-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  /* color: #334155; */
}

.choice-status-item input {
  margin-top: 0;
}

.choice-exclusive-note {
  margin-top: 8px;
  margin-left: 28px;
  color: #64748b;
/*   font-size: 0.84rem; */
}

.page-subtitle {
  color: #6c757d;
}

.question-subtitle-card {
  border-left: 4px solid #1d4ed8;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.question-subtitle-content {
  /* color: #334155; */
  line-height: 1.7;
}
.question-subtitle-content{
  font-family: 'Roboto', sans-serif;
  font-weight: 450;
  font-size: 14px;
  line-height: 21px;
}
.question-help {
  font-family: 'Roboto', sans-serif;
  font-weight: 450;
  font-size: 12px;
  line-height: 18px;
}
.choice-exclusive-note {
  font-family: 'Roboto', sans-serif;
  font-weight: 450;
  font-size: 12px;
  line-height: 18px;
}