.bg-jfc-red {
  background-color: #D0381C;
}

.fg-jfc-red {
  color: #D0381C;
}

.bg-jfc-yellow {
  background-color: #FFBC26;
}

.fg-jfc-yellow {
  color: #FFBC26;
}

.jfc-form-input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 2px 8px #0000004e;
  border-radius: 200px;
  margin-bottom: 0.75rem;
}

.jfc-form-dropdown {
  background-color: #f8f8f8;
  box-shadow: inset -2px -2px 6px #0000002c, 0px 3px 6px #00000019;
  border-radius: 200px;
  border: 0;
  margin-bottom: 0.75rem;
}

.jfc-file-input {
  position: relative;
  margin: 1.5rem 0rem;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .jfc-file-input {
    margin: 1rem 0rem;
    margin-bottom: 2rem;
  }
}
.jfc-file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.jfc-file-input__container {
  display: flex;
  align-items: center;
}
.jfc-file-input__text {
  display: flex;
  margin-left: 2rem;
  color: #5D5D5D;
  font-style: italic;
  word-break: break-all;
}
.jfc-file-input__button {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 25px;
  padding: 0.5rem 2rem;
  text-align: center;
  font-family: Poppins;
  letter-spacing: 1.4px;
  color: #5D5D5D;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
}

.jfc-check-input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: none;
  min-width: 1.5rem;
  max-width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.form-check {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .form-check {
    margin-bottom: 2.5rem;
  }
}
.form-check > label {
  color: #707070;
}

.voting-header {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .voting-header {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.voting-header__note {
  color: #707070;
  font-size: 0.9rem;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .voting-header__note {
    margin-bottom: 1.5rem;
  }
}

.voting-form {
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .voting-form {
    flex-direction: column-reverse;
  }
}
.voting-form--webinar {
  margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  .voting-form--webinar {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .voting-form__section {
    width: 50%;
    max-width: 50%;
  }
}
.voting-form__section--first {
  margin-right: 2rem;
}
@media (max-width: 991.98px) {
  .voting-form__section--first {
    margin-right: 0rem;
  }
}
.voting-form__section > div {
  flex: 1;
  min-height: 100px;
}
.voting-form__subheader {
  color: #5D5D5D;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.voting-form__required-text {
  color: #5D5D5D;
  margin-left: 0.5rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.voting-form__required-asterisk {
  color: #D0381C;
}
.voting-form__warning {
  margin-top: 1rem;
  border-radius: 200px;
  color: #D0381C;
  padding: 0.5rem 1rem;
  border: 2px solid #D0381C;
  font-size: 0.8rem;
}
.voting-form__warning--small-input {
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.voting-form__spinner-container {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.voting-form__spinner {
  color: #FFBC26;
}
.voting-form__spinner-text {
  margin-left: 1rem;
  color: #707070;
  font-style: italic;
}