body {
  background: #fbfbfd;
}

.btn:hover {
  background-color: #004ece;
  color: white;
}

.candidates-profile-container {
  height: auto;
  position: relative;
  margin-top: 130px;
  font-family: var(--font-family-base);
}

.profile-section {
  width: 80%;
  margin-top: 15px;
  border-radius: 18px;
  border: 1px solid #eef3f7;
  background: #fff;
  box-shadow: 0px 10px 100px 20px rgba(207, 223, 255, 0.2);
  padding: 20px;
}

.profile-header {
  padding: 50px;
  flex-shrink: 0;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
.profile-header .profile-header-data {
  flex: 1;
}
.profile-header .profile-header-data h1.profile-user-name {
  color: #2e344d;
  font-family: var(--font-family-base);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 42px;
  font-weight: 700;
}
.profile-header .profile-header-data .profile-user-data {
  color: #2e344d;
  font-family: var(--font-family-base);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.profile-header .profile-header-data p.profile-user-id {
  color: #2e344d;
  font-family: var(--font-family-base);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 15px;
  color: rgba(46, 52, 77, 0.8);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.profile-header .profile-header-data .profile-header-buttons {
  margin-top: 10px;
}
.profile-header .profile-header-data .profile-header-buttons button.contact-btn {
  width: 164px;
  height: 40px;
  border-radius: 8px;
  font-weight: 600;
  line-height: normal;
  flex-shrink: 0;
  border: 0;
  background: #004eff;
  color: #fff;
}
.profile-header .profile-header-data .profile-header-buttons button.cv-btn {
  width: 164px;
  height: 40px;
  border-radius: 8px;
  font-weight: 600;
  line-height: normal;
  flex-shrink: 0;
  border: 0;
  background-color: #ffffff;
  color: #004eff;
  width: 164px;
  border-radius: 8px;
  border: 2px solid #004eff;
}
.profile-header .profile-header-data .profile-header-buttons .cv-btn a {
  color: #004eff;
}
.profile-header .profile-header-data .profile-header-buttons button.icon-btn {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  background-color: #ffffff;
  border: 2px solid #004eff;
}
.profile-header .profile-header-data .profile-header-buttons .social-media-share-container {
  position: absolute;
  left: 37%;
  display: flex;
  background: #e8e8ed;
  width: 150px;
  color: white;
  padding: 12px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.profile-header .profile-header-data .profile-header-buttons .social-media-share-container a {
  width: 30px;
  padding: 5px;
}
.profile-header .profile-header-data .profile-header-buttons .show {
  opacity: 1;
  visibility: visible;
}
.profile-header .profile-header-data .profile-user-socials {
  margin-top: 10px;
}
.profile-header .profile-header-data .profile-user-socials button.social-btn {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  margin-right: 5px;
  background-color: #eef3f7;
  border: 0;
}
.profile-header .profile-header-image {
  width: 230px;
  height: 230px;
  border-radius: 100%;
  border: 5px solid #eef3f7;
}
.profile-header .skill-header-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 100%;
  border: 10px solid #eef3f7;
}
.profile-header .skill-header-icon.skill-header-icon-1 {
  bottom: 94%;
  inset-inline-end: 100%;
}
.profile-header .skill-header-icon.skill-header-icon-2 {
  top: 90%;
}
.profile-header .skill-header-icon.skill-header-icon-3 {
  inset-inline-end: 100%;
  top: 80%;
}
.profile-header .skill-header-icon.skill-header-icon-4 {
  bottom: 90%;
}

.profile-program {
  justify-content: center;
  text-align: center;
}

.profile-about-body {
  color: #2e344d;
  font-family: var(--font-family-base);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: rgba(46, 52, 77, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
}

.profile-program-header {
  font-size: 24px;
}
.profile-program-header h2 {
  font-weight: 700;
  font-size: 24px;
}
.profile-program-header h2 span {
  color: #004eff;
  font-size: 24px;
}
.profile-program-header p {
  margin-top: 10px;
  font-size: 24px;
  letter-spacing: 0.3px;
}
.profile-program-header p span {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.profile-program-body {
  padding: 0 70px 70px;
  text-align: left;
  justify-content: center;
  gap: 50px;
  display: flex;
}
.profile-program-body div {
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 20px 20px 0;
  border-radius: 8px;
  background: #eef3f7;
  flex-wrap: wrap;
  flex: 1 1 160px;
}
.profile-program-body div span {
  position: absolute;
  left: 85%;
  bottom: 7%;
}
.profile-program-body div span img {
  width: 62px;
  height: 38px;
}
.profile-program-body ul li {
  margin-bottom: 7px;
  padding-left: 5px;
  color: rgba(46, 52, 77, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.profile-personality-body {
  padding: 10px;
  gap: 10px;
}
.profile-personality-body div {
  height: 90px;
  margin-bottom: 10px;
  border-radius: 18px;
  border: 1px solid #dfeaf2;
  background: #fff;
  display: flex;
  flex: 1 1 160px;
  align-items: center;
  color: rgba(46, 52, 77, 0.8);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  font-family: Gilroy-Regular;
}
@media (max-width: 450px) {
  .profile-personality-body div {
    font-size: 16px;
  }
}

.profile-skills-body {
  padding: 7px;
}
.profile-skills-body span {
  width: -moz-fit-content;
  width: fit-content;
  height: 56px;
  padding: 20px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #eef3f7;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(46, 52, 77, 0.8);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  font-family: var(--font-family-base);
  font-style: normal;
}

.profile-education-courses-body {
  color: #2e344d;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: normal;
  font-family: var(--font-family-base);
  font-style: normal;
}

.education-location {
  width: 100%;
  display: flex;
}
.education-location .education-circle {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-top: 7px;
}

.job-experience-card {
  width: 99%;
  margin-inline-start: 2px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 8px;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
}
.job-experience-card:nth-child(even) {
  background: #E6EEFF;
}
.job-experience-card:nth-child(odd) {
  background: #F6F6FE;
}
.job-experience-card .job-title {
  color: #2e344d;
  font-family: var(--font-family-base);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: rgba(46, 52, 77, 0.8);
  margin-bottom: 5px;
}
.job-experience-card .job-type {
  color: #2e344d;
  font-family: var(--font-family-base);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.job-experience-card .job-date-location {
  margin-inline-start: auto;
}
.job-experience-card .job-date-location .job-date {
  color: #2e344d;
  font-family: var(--font-family-base);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.job-experience-card .job-date-location .job-location {
  color: #2e344d;
  font-family: var(--font-family-base);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  text-align: end;
  color: #828594;
}

@media (max-width: 1024px) {
  .skill-header-icon {
    display: none;
  }
  .profile-program-body div span img {
    width: 30px !important;
    height: 30px !important;
  }
}
@media (max-width: 998px) {
  .profile-header {
    flex-direction: column-reverse;
    padding: 20px;
  }
  .profile-program-body {
    padding: 0px 50px 70px;
    gap: 10px;
  }
}
@media (max-width: 590px) {
  .profile-section {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 790px) {
  .profile-program-body {
    padding: 0px 20px 70px;
    gap: 5px;
  }
}
