#thanks-modal .modal-body {
  max-height: 85vh;
  overflow: auto;
  padding-bottom: 120px;
}
.recommends-card {
  display: block;
  margin-top: 10px;
  padding: 10px;
  line-height: 1.5;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
  position: relative;
}

#thanks-modal .recommends-card li {
  list-style: none;
  margin-bottom: 5px;
  font-weight: normal;
}

#thanks-modal .input-checkbox {
  display: none;
}

#thanks-modal .checkbox-label:before {
  position: absolute;
  right: 0;
  top: 5px;
  content: "\f055";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 10px;
  color: #e4e2e0;
  font-size: 24px;
}

#thanks-modal .input-checkbox:checked + .checkbox-label:before {
  content: "\f058";
  font-weight: 900;
  color: #2557a7;
}

#thanks-modal .input-checkbox:checked + .checkbox-label:before:hover {
  opacity: .8;
}

#thanks-modal .thanks-submit-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  width: 100%;
}

#thanks-modal .thanks-submit-button {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 30px;
  background: #ff9cb3;
  width: 80%;
}

#thanks-modal .thanks-submit-button.disabled {
  color: #6f6f6f;
  background: #ccc;
}

#thanks-modal .thanks-submit-button.disabled + .thanks-submit-text {
  color: #6f6f6f;
}

#thanks-modal .thanks-submit-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.recommends-card__job-type {
  font-size: 12px;
  background: #e4e2e0;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
}

.recommends-card__title {
  font-weight: bold;
  margin: 10px 0;
}
.recommends-card__contract-and-facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recommends-card__contract-and-facility .facility-type,
.recommends-card__contract-and-facility .contract-type {
  font-size: 12px;
  background: #4b4b4b;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.recommends-card__contract-and-facility .facility-type {
  margin-right: 5px;
}

.recommends-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recommends-card__tag {
  font-size: 10px;
  border: 1px solid #e4e2e0;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recommends-card__tag:not(:last-of-type) {
  margin-right: 5px;
}

.recommends-card__job-info {
  margin: 10px 0;
}

.recommends-card__job-info__heading {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recommends-card__job-info__heading::before {
  content: "\f1ad";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 10px;
  color: #4b4b4b;
}

.recommends-card__job-info__heading.salary::before {
  content: "\f3d1";
}

.recommends-card__ob-info__heading.address::before {
  content: "\f5a0";
}
