.nominator-form .material-icons-outlined {
  color: #ff1ea4;
}

.nominator-form .swi-checkbox.has-tooltip,
.nominator-form .swi-ud-sub-header {
  position: relative;
  width: fit-content;
}

.nominator-form .swi-ud-sub-header.has-tooltip,
.nominator-form .swi-checkbox.has-tooltip,
.nominator-form .has-tooltip .swi-ud-floating-label {
  padding-right: 30px;
}

.nominator-form .swi-checkbox.has-tooltip .custom-control-label {
  margin: 10px 0;
}

.nominator-form .swi-tooltip {
  cursor: pointer;
}

.nominator-form .swi-help-icon {
  right: -15px;
}

.nominator-form .swi-info-icon {
  right: 5px;
}

.nominator-form .swi-tooltip {
  position: absolute;
  /*right: 5px;*/
  top: 50%;
  transform: translateY(-50%);
}

/* Container for the radios */
.swi-radio-wrapper {
  display: flex;
  gap: 24px;
  /* spacing between options */
  align-items: center;
  margin-top: 6px;
}

/* Hide default radio styles */
.swi-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ff0099;
  /* pink border */
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin-right: 6px;
  vertical-align: middle;
}

/* Checked state */
.swi-radio input[type="radio"]:checked {
  border-color: #ff0099;
  background-color: transparent;
}

.swi-radio input[type="radio"]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ff0099;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Label text */
.swi-radio-text {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

#swi-nominator-corp-form,
.nominator-section {
  display: none;
}

.nominator-form .tippy-box {
  min-width: 300px;
}

.legal-form-wrapper {
  display: none;
}

.legal-form-wrapper.active {
  display: block;
}

.disable-fields input:not(.swi-ud-file-input),
.disable-fields textarea,
.disable-fields select,
.disable-fields label,
.disable-fields .swi-ud-file-input-wrapper {
  opacity: 0.5 !important;
  background: #fff !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.nominator-form input {
  text-transform: uppercase;
}

.swi-ud-modal-simple-title {
  border-bottom: none;
}

.swi-ud-modal-simple-title h5 {
  background-color: #ff1ea4;
  padding: 10px;
  border-radius: 10px;
  color: white;
}

.swi-ud-modal-simple-info-title {
  border-bottom: none;
}

.swi-ud-modal-simple-info-title:not(:first-of-type) {
  margin-top: 20px;
}

.swi-ud-modal-simple-info-title h5 {
  background-color: #ff1ea4;
  padding: 10px;
  border-radius: 10px;
  color: white;
}