.voting-form-box {
  border: none;
}

.starrequired {
  display: none;
}

ol.vote-items-list li {
  margin-bottom: 1rem;
}

.vote-answers-list input[type=checkbox] {
  visibility: visible !important;
  position: relative !important;
}

.vote-form-box-buttons {
  display: flex;
  flex-direction: column;
}
.vote-form-box-buttons span {
  width: 100% !important;
}

.vote-form-box-button-first input {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.75rem;
  padding: 0.72rem 1.5rem;
  border: 0;
  border-radius: 0.55rem;
  color: white;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(115deg, #1298dc, #2dd4bf);
  box-shadow: 0 10px 30px rgba(14, 165, 233, 0.15);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}
.vote-form-box-button-first input:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(14, 165, 233, 0.26);
}
.vote-form-box-button-first input:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(14, 165, 233, 0.26);
}

.registration-modal__card label {
  display: none !important;
}

.registration-modal__card > p {
  margin-bottom: 4px !important;
}

.registration-modal__card span, .registration-modal__card input {
  width: 100% !important;
}

ol.vote-answers-list li {
  margin-left: 0 !important;
}

.vote-item-title span {
  color: #d6dae2 !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
}

.vote-item-vote-last {
  display: flex !important;
  align-items: center;
}

ol.vote-items-list li {
  margin-bottom: 0 !important;
}

.vote-vote-footer {
  margin-top: 16px !important;
}

.notetext {
  display: block;
  margin-top: 0.65rem;
  color: #2dd4bf;
  font-size: 0.82rem;
}

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