h1 {
  margin: 0px !important;
}

.button-primary {
  min-width: fit-content;
  float: right;
}

.button-secondary {
  color: black !important;
  font-weight: bold;
  background-color: #d9d9d9 !important;
  border: none !important;
}

.fore-color {
  float: right;
  cursor: pointer;
}

.link-to-jd-pdf {
  display: inline-block;
  background: url(../../../../images/pdf.png) no-repeat left center;
  padding: 7px 0px 7px 30px;
  font-size: 14px;
  font-family: arial;
  text-decoration: underline;
}

#apply-button {
  float: none;
}

.apply-position {
  margin-top: 2%;
}

#thank-you-message {
  font-size: 21px;
  font-weight: 200;
}

.back-to-positions {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25ch;
}

@media (max-width: 800px) {
  .button-primary {
    width: 17% !important;
  }

  .apply-position {
    margin-top: 40px;
  }

  #apply-button-primary, .follow-company-link {
    display: none;
  }

  body {
    background: unset !important;
  }

  .back-to-positions {
    width: 25ch;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}