.modal-surv {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(95, 94, 96, 0.7607843137);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  touch-action: none;
}
.modal-surv.active {
  display: flex;
}
.modal-surv__content {
  padding: 1.5rem;
  max-height: 90dvh;
  overflow-y: auto;
  width: 80%;
  max-width: 950px;
  position: relative;
  color: #051F56;
  background-color: #424547;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  margin-block: 3rem;
  border: 1px solid #051F56;
  border-radius: 12px;
}
.modal-surv__close {
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #051F56;
  z-index: 10;
  transition: all 0.5s ease;
}
.modal-surv__close:hover {
  color: #051F56;
}

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

.starrequired {
  display: none;
}

ol.vote-items-list li {
  margin-bottom: 2rem;
  margin-left: 0;
}

ol.vote-items-list li input {
  width: 50%;
  padding: 0.6rem;
  border-radius: 12px;
}

ol.vote-items-list li:nth-child(2) input {
  width: inherit;
}

.vote-answer-item.vote-answer-item-checkbox {
  display: flex;
  gap: 10px;
  color: white;
  align-items: center;
}

.vote-answer-item.vote-answer-item-checkbox input {
  cursor: pointer;
}

.res {
  color: white;
}

.vote-item-title {
  color: white;
  font-family: sans-serif;
  margin-bottom: 10px;
}

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

.vote-form-box-buttons {
  display: flex;
}

.vote-form-box-button-first input {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
  cursor: pointer;
  padding: 0.8em 1em;
  border: 2px solid #fff;
  filter: drop-shadow(0 2px 4px rgba(35, 35, 35, 0.4));
  border-radius: 24px;
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  background: #051F56;
  transition: all 0.3s ease;
}
.vote-form-box-button-first input:hover {
  color: #051F56;
  background-color: #fff;
  border: 2px solid #051F56;
  text-decoration: none;
}
.vote-form-box-button-first input:focus {
  color: #051F56;
  background-color: #fff;
  border: 2px solid #051F56;
  text-decoration: none;
}

@media (max-width: 767px) {
  ol.vote-items-list li input {
    width: 100%;
  }
}

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