.user-profile-work-experience {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .user-profile-work-experience.user-profile-accordion.active {
    padding: 20px 40px 16px;
  }
}

.user-profile-work-experience .work-experience-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #003187;
  margin-right: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .user-profile-work-experience .work-experience-title {
    font-size: 24px;
    line-height: 36px;
  }
}

.user-profile-work-experience .work-experience-title::before {
  content: "";
  display: block;
  background-color: #ff3366;
  width: 18px;
  height: 2px;
  margin-right: 19px;
}

@media (max-width: 767px) {
  .user-profile-work-experience .work-experience-title::before {
    margin-right: 12px;
  }
}

.user-profile-work-experience .work-experience-title::after {
  content: "";
  display: block;
  opacity: 0;
  background-color: #ff3366;
  width: 2px;
  height: 18px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.user-profile-work-experience .work-experience-title::after,
.user-profile-work-experience .work-experience-title::before {
  transition: all 0.4s ease-in-out;
}

.user-profile-work-experience.active .work-experience-title::after {
  opacity: 1;
  transform: translateY(-50%) rotate(360deg);
}

.user-profile-work-experience.active .work-experience-title::before {
  transform: rotate(360deg);
}

.user-profile-work-experience .first-work-experience {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: right;
  color: #9eaabf;
}

.user-profile-work-experience .work {
  padding-left: 35px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 34px;
  position: relative;
}

@media (max-width: 767px) {
  .user-profile-work-experience .work {
    flex-direction: column;
  }
}

.user-profile-work-experience .work:last-of-type {
  padding-bottom: 0;
  margin-bottom: 24px;
}

.user-profile-work-experience .work::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 3px;
  background-color: #d2dde1;
  height: 13px;
  width: 13px;
  border-radius: 50%;
}

.user-profile-work-experience .work.current-work::before {
  background-color: #00c9ff;
}

.user-profile-work-experience .work::after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 9px;
  height: calc(100% - 19px);
  width: 1px;
  background-color: #d2dde1;
}

.user-profile-work-experience .work-image > img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .user-profile-work-experience .work-image {
    max-width: 128px;
    width: 22%;
  }
}

@media (max-width: 767px) {
  .user-profile-work-experience .work-content {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .user-profile-work-experience .work-content {
    width: calc(78% - 55px);
    margin-right: 55px;
  }
}

.user-profile-work-experience .work-position-company {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #003187;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .user-profile-work-experience .work-position-company {
    font-size: 19px;
  }
}

.user-profile-work-experience .work-position-company .user-profile-company {
  color: #9eaabf;
}

.user-profile-work-experience .work-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 13px;
}

.user-profile-work-experience .work-period,
.user-profile-work-experience .work-location,
.user-profile-work-experience .work-employment {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #003187;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .user-profile-work-experience .work-period,
  .user-profile-work-experience .work-location,
  .user-profile-work-experience .work-employment {
    width: auto;
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.user-profile-work-experience .work-period::before,
.user-profile-work-experience .work-location::before,
.user-profile-work-experience .work-employment::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.user-profile-work-experience .work-period::before {
  background: #fff url("../../resources/icons/calendar-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.user-profile-work-experience .work-location::before {
  background: #fff url("../../resources/icons/location-darkblue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.user-profile-work-experience .work-employment {
  margin-right: 0;
}

.user-profile-work-experience .work-employment::before {
  background: #fff url("../../resources/icons/employment-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.user-profile-work-experience .work-description p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #515b6b;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  max-height: 63px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

/*# sourceMappingURL=user-profile-work-experience.css.map */
