.career-tile {
  border: 1px solid var(--bs-border-color);
  border-radius: 5px;
  min-height: 215px;
}

.career-tile svg {
  font-size: 32px;
  color: var(--szron-yellow);
}

.career-tile-title {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}

.career-jobs-container {
  background-color: #f1f1f1;
}

.career-job-tile {
  border: 1px solid var(--bs-border-color);
  border-radius: 5px;
  background-color: #fff;
}

.career-job-tile:hover {
  -webkit-box-shadow: 0px 9px 24px -16px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 9px 24px -16px rgba(66, 68, 90, 1);
  box-shadow: 0px 9px 24px -16px rgba(66, 68, 90, 1);
}

.job-tile-footer {
  display: flex;
  align-items: center;
}

.job-tile-header-position {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.job-tile-header-status-isActive {
  border: 1px dashed green;
  background-color: lightgreen;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 12px;
  padding: 3px 4px;
  font-weight: bold;
  border-radius: 3px;
}

.job-tile-header-status-isInActive {
  border: 1px dashed #d63031;
  background-color: #fab1a0;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 12px;
  padding: 3px 4px;
  font-weight: bold;
  border-radius: 3px;
}

.job-tile-body-description {
  color: #6f6d6d;
}

.job-tile-modal-link {
  color: var(--szron-dark-blue);
  text-decoration: none;
  font-size: 14px;
  font-family: "Bai Jamjuree", sans-serif;
}

.job-tile-modal-link:hover {
  color: var(--szron-orange);
}

.job-tile-time {
  font-size: 12px;
  color: #4a4a4a;
}

.job-offer-modal svg {
  font-size: 24px;
  color: var(--szron-job-modal-icons);
}

.job-offer-modal-title {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.job-offer-modal-subtitle {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 12px;
}

.job-requirements li {
  margin-bottom: 5px;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}

.job-requirements .fa-check-circle {
  color: var(--szron-job-modal-icons);
}

.job-offer-process {
  background-color: whitesmoke;
}

.job-offer-process-number {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 24px;
  position: relative;
}

.job-offer-process-heading {
  font-family: "Bai Jamjuree", sans-serif;
}

.job-offer-process-desc {
  font-family: "Bai Jamjuree", sans-serif;
}

.no-offer-link {
  font-family: "Bai Jamjuree", sans-serif;
  color: var(--szron-dark-gray);
  text-decoration: none;
  font-size: 12px;
}

.no-offer-link:hover {
  color: var(--szron-orange);
}

