:root {
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: rgb(158, 255, 0);
  --fa-secondary-color: $white;
}

#top .job-post .job-side .job-content-wrap svg {
  width: 20px !important;
  margin-right: 10px !important;
}
#top .job-post .job-side .job-content-wrap svg path {
  fill: rgb(158, 255, 0);
}
#top .job-post .job-side .jp-apply-button {
  background-color: rgb(158, 255, 0);
  font-weight: 600;
  color: #f6f6f6;
}
#top .job-post .job-side .jp-apply-button:hover {
  background-color: rgb(29, 35, 39);
}
#top .job-post .jobs-row-input a {
  color: rgb(158, 255, 0);
}
#top .job-post .jobs-row-input a:hover {
  color: rgb(158, 255, 0);
}
#top .job-post .job-content-wrap p {
  margin-bottom: 20px !important;
  line-height: 1.7em;
}
#top .job-post .job-content-wrap li {
  margin-bottom: 10px;
}
#top .job-post .jobs-modal h4 {
  font-size: clamp(1.2rem, 1.5vw, 1.7vw) !important;
}
#top .job-post .jobs-modal .jobs-modal-content {
  background: rgb(29, 35, 39) !important;
}
#top .job-post .jobs-modal .modal-close img {
  display: none;
}
#top .job-post .jobs-modal .modal-close:before {
  content: "";
  background: url("/wp-content/uploads/2022/03/close-w.png");
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 30px !important;
  height: 30px;
  display: block;
  position: relative;
  box-sizing: unset;
}
#top .job-post .jobs-modal .jobs-modal-form .modal-input-fileinput {
  background: #333d44;
  border: 1px solid #333d44;
  border-radius: 0;
}
#top .job-post .jobs-modal .choose_file_multi_add,
#top .job-post .jobs-modal .choose_file_multi {
  background: #495862 !important;
}
#top .job-post .jobs-modal .choose_file_multi_add:hover,
#top .job-post .jobs-modal .choose_file_multi:hover {
  background: #3e4a53 !important;
}
#top .job-post .jobs-modal label span,
#top .job-post .jobs-modal legend span {
  color: #f6f6f6 !important;
}
#top .job-post .jobs-modal button.button.job-submit {
  background-color: rgb(158, 255, 0);
  color: #f6f6f6;
}
#top .job-post .jobs-modal button.button.job-submit:hover {
  background-color: #333d44;
  color: #f6f6f6 !important;
}
#top .job-post .jobs-modal input[type=text],
#top .job-post .jobs-modal textarea {
  color: #f6f6f6 !important;
  background: #333d44 !important;
  border: 1px solid #333d44 !important;
}/*# sourceMappingURL=jobs.css.map */