<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.job-alerts-wrapper {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  max-width: 435px;
  margin: 0 auto;
  padding: 32px;
}
.job-alerts-wrapper .form-heading {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}
.job-alerts-wrapper .form-heading svg {
  margin-right: 16px;
}

.job-alerts-notice {
  background: #ffffff;
  border: 1px solid green;
  border-radius: 16px;
  max-width: 435px;
  margin: 0 auto 30px;
  padding: 15px 30px;
  color: green;
}
.job-alerts-notice i {
  margin-right: 8px;
}

.job-alerts-form .field-input {
  margin-bottom: 24px;
  position: relative;
}
.job-alerts-form .field-input label {
  color: #111111;
  font-weight: 500;
}
.job-alerts-form .field-input label span {
  color: red;
}
.job-alerts-form .field-select {
  margin-bottom: 24px;
  position: relative;
}
.job-alerts-form .field-select label {
  color: #111111;
  font-weight: 500;
}
.job-alerts-form .form-select {
  position: relative;
  z-index: 1;
}
.job-alerts-form .form-select .select2.select2-container {
  width: 100% !important;
}
.job-alerts-form .form-select .select2.select2-container .select2-selection {
  border: 1px solid #ddd;
  padding: 10.5px 16px;
  border-radius: 4px;
}
.job-alerts-form
  .form-select
  .select2.select2-container
  .select2-selection.select2-selection--multiple {
  padding: 4px 16px 8px;
}
.job-alerts-form .form-select .selection {
  width: 100% !important;
}
.job-alerts-form .form-select .select2-selection {
  width: 100% !important;
}
.job-alerts-form
  .form-select
  .select2-selection--multiple
  .select2-selection__rendered {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.job-alerts-form .form-select i.fa-angle-down {
  right: 19px;
  z-index: 0;
  color: var(--felan-color-secondary);
}
.job-alerts-form .notice {
  margin-bottom: 20px;
}
.job-alerts-form .notice.warning {
  color: #eab925;
}
.job-alerts-form .notice.success {
  color: green;
}
.job-alerts-form .field-submit .btn-loading {
  display: none;
}

/*# sourceMappingURL=job-alerts.css.map */
</pre></body></html>