#modal-poll .modal-body {
  padding: 1rem;
}
#modal-poll .modal-dialog {
  margin-top: 0px;
}
.poll-modal-trigger {
  margin-top: 20px;
  width: 140px;
  display: inline-flex;
}
@media (max-width: 767px) {
  .poll-form .btn-group .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.poll-form .poll-header {
  color: #EEDA1B;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .poll-form .poll-header {
    flex-direction: column;
  }
}
.poll-form .poll-header img {
  height: 100px;
}
.poll-form legend {
  font-size: 1em;
  font-weight: bold;
}
.poll-form .form-group {
  margin-left: 20px;
}
.poll-form .form-label {
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.poll-form [role=radiogroup] {
  padding-left: 20px;
}
/*# sourceMappingURL=poll.css.map */