#main-wrapper {
  background-color: #f7f7f7 !important;
}

#content {
  background-color: #ffffff !important;
}

span {
  display: block;
}

.resume-item {
  padding: 20px;
  border-bottom: solid 1px #e8e8e8;
}

.job-title {
  font-size: 16px;
  font-weight: 500;
}

#resumes {
  padding: 0px !important;
  border-left: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
}

#resume-header {
  height: 120px;
  overflow: hidden;
}

#resume-information {
  padding: 5px;
}

#skills-bank-header {
  background: #ffffff;
  padding-bottom: 50px;
}

#skills-bank #skills-bank-header #header-title {
  text-align: center;
  padding: 20px;
}

#skills-bank-intro #popular .container {
  border-top: solid 1px #f0f0f0;
  padding-top: 50px;
  text-align: center;
}

.popular-searches {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 20px;
}

#skills-bank-intro h5 {
  margin-bottom: 20px;
}

.popular-searches span {
  background: #f4f7f9;
  border-radius: 5px;
  padding: 20px;
  color: #9b9b9b;
  font-size: 12px;
}

.popular-searches span:last-child {
  margin-right: 0px;
}

#skills-bank-search {
  background: #fbfbfc;
  padding: 50px 0px;
}

#skills-bank-search .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#skills-bank-search .container > div {
  flex-grow: 1;
}

#skills-bank-search .container #sidebar iframe,
#data-frame iframe {
  width: 100%;
  height: 100vh;
  border: none;
}

#recommendations {
  margin-top: 50px;
  margin-bottom: 30px;
}

#recommended-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

#recommended-items .recommended-item {
  display: flex;
  justify-content: center;
  box-shadow: 5px 3px 12px -2px rgba(182,178,178,0.75);
  -webkit-box-shadow: 5px 3px 12px -2px rgba(182,178,178,0.75);
  -moz-box-shadow: 5px 3px 12px -2px rgba(182,178,178,0.75);
  padding: 30px 50px;
  border-radius: 6px;
  text-align: center;
  width: 200px;
}

#recommended-items .recommended-item a:hover {
  text-decoration: none;
}

#recommended-items .recommended-item .profile-image {
  margin-bottom: 10px;
}

#recommended-items .recommended-item .profile-image span {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  border: solid 1px #f1f1f1;
  margin: 0 auto;
}

#recommended-items .recommended-item .profile-image span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#recommended-items .recommended-item .profile-details {
  font-size: 12px;
  color: #9b9b9b;
  text-align: center;
}

#recommended-items .recommended-item .profile-details span:first-child {
  color: #000000;
}

.profiles-nodata {
  text-align: center;
  font-weight: 600;
  margin-top: 50px;
}

.profiles-nodata img {
  width: 200px;
}

.vue-modal__footer > div {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
