.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: #00264B;
  background-color: rgb(236, 236, 236);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  margin-block: 3rem;
  border: 1px solid #FF7520;
  border-radius: 12px;
}
.modal-surv__close {
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #00264B;
  z-index: 10;
  transition: all 0.5s ease;
}
.modal-surv__close:hover {
  color: rgb(236, 89.9551569507, 0);
}

.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;
}

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

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