#headerMain .navbar {
  background: #000000;
}

.job-description a.btn.apply-now {
  background: #189CD8;
}
.job-description h3 {
  font-size: 18px;
  font-weight: 600;
}
.job-description ul li {
  position: relative;
  padding-left: 18px;
}
.job-description ul li:before {
  width: 8px;
  height: 8px;
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 100%;
  top: 7px;
}
.job-description ul li::marker {
  font-size: 0;
}

.file-input {
  display: inline-block;
  text-align: left;
  background: #fff;
  padding: 8px;
  width: 100%;
  position: relative;
  border-radius: 3px;
}

.file-input > [type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #F2F2F2;
  padding: 5px 25px;
  border-radius: 10px;
  margin-right: 8px;
  margin-left: 5px;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: 0.3;
}

.file-input.-chosen > .label {
  opacity: 1;
}

#exampleModal .modal-dialog {
  max-width: 750px;
  width: 100%;
}
#exampleModal .modal-dialog .modal-content {
  background: #F8F8F8;
  border-radius: 25px;
  /* Only style form within .career-form */
}
#exampleModal .modal-dialog .modal-content h2 {
  font-weight: 600;
  font-size: 22px;
  padding-top: 25px;
  padding-left: 10px;
}
#exampleModal .modal-dialog .modal-content .career-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#exampleModal .modal-dialog .modal-content .career-form input,
#exampleModal .modal-dialog .modal-content .career-form textarea {
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 13px 15px;
  outline: none;
  background: #fff;
  font-size: 14px;
}
#exampleModal .modal-dialog .modal-content .career-form input::-moz-placeholder, #exampleModal .modal-dialog .modal-content .career-form textarea::-moz-placeholder {
  color: rgba(126, 125, 125, 0.537254902) !important;
  /* Muted gray color for placeholder */
}
#exampleModal .modal-dialog .modal-content .career-form input::placeholder,
#exampleModal .modal-dialog .modal-content .career-form textarea::placeholder {
  color: rgba(126, 125, 125, 0.537254902) !important;
  /* Muted gray color for placeholder */
}
#exampleModal .modal-dialog .modal-content .career-form button {
  background: #189CD8;
  padding: 6px 30px;
  border: none;
  color: #fff;
  border-radius: 5px;
  width: -moz-max-content;
  width: max-content;
}
#exampleModal .modal-dialog .modal-content .career-form button svg {
  margin-left: 3px;
  position: relative;
  top: -1px;
}
#exampleModal .modal-dialog .modal-content .career-form label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
#exampleModal .modal-dialog .modal-content .career-form label.error {
  font-weight: 300 !important;
}

::-moz-placeholder {
  color: #292929 !important;
  opacity: 1;
}

::placeholder {
  color: #292929 !important;
}
