.bx_persons_view_profile-profile-experience {
  color: #202020;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 390;
}
.bx_persons_view_profile-profile-experience .upload-resume {
  display: flex;
}
.bx_persons_view_profile-profile-experience .bx-db-container {
  border-radius: var(--Spacing-System-radius-sm, 8px) !important;
  background: var(--Colors-Base-base-white, #ffffff) !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
  padding: 0 !important;
}
.bx_persons_view_profile-profile-experience .show-pc {
  display: block;
}
.bx_persons_view_profile-profile-experience .show-mobile {
  display: none;
}
.bx_persons_view_profile-profile-experience .p-db-header {
  align-items: center;
  justify-content: start;
  color: #202020;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
.bx_persons_view_profile-profile-experience .p-db-header .btns {
  margin-left: 1rem;
  color: #7728DD;
}
.bx_persons_view_profile-profile-experience .info-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1rem 0;
}
.bx_persons_view_profile-profile-experience .info-container .info-context {
  flex: 1;
  padding-left: 0.5rem;
}
.bx_persons_view_profile-profile-experience .info-container .info-context .info-context-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bx_persons_view_profile-profile-experience .info-container .info-context .info-context-top .info-field-employ_name {
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
.bx_persons_view_profile-profile-experience .info-container .info-context .info-context-top .form-btns {
  display: flex;
  margin-top: .5rem;
  align-items: center;
  gap: 0;
}
.bx_persons_view_profile-profile-experience .info-container .info-context .info-context-top .form-btns .form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  text-align: center;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 420;
  line-height: 17px;
  cursor: pointer;
  width: auto;
}
.bx_persons_view_profile-profile-experience .info-container .info-context .info-context-top .form-btns .form-btn.btn-delete {
  color: #FF2929;
}
.bx_persons_view_profile-profile-experience .info-container .info-context .info-context-top .form-btns .form-btn.btn-delete:hover {
  color: #ff6600;
}
.bx_persons_view_profile-profile-experience .info-container .info-context .info-context-top .form-btns .form-btn.btn-edit {
  color: #7727DD;
}
.bx_persons_view_profile-profile-experience .info-container .info-context .info-context-top .form-btns .form-btn.btn-edit:hover {
  color: #ff6600;
}
.bx_persons_view_profile-profile-experience .info-container .info-context .info-context-top .form-btns .form-btn.btn-use-ai {
  color: var(--Color-text-color-primary, #7728dd);
}
.bx_persons_view_profile-profile-experience .info-container .info-context .info-context-top .form-btns .form-btn.btn-use-ai:hover {
  color: #ff6600;
}
.bx_persons_view_profile-profile-experience .info-container .info-context .info-context-middle {
  font-size: 14px;
  font-style: normal;
  font-weight: 390;
  line-height: normal;
  display: flex;
  flex-direction: row;
}
.bx_persons_view_profile-profile-experience .info-container .info-context .info-context-middle div {
  flex: 1;
  max-width: 50%;
}
.bx_persons_view_profile-profile-experience .info-container .info-context .info-context-middle div.show-mobile-time {
  max-width: 100%;
}
.bx_persons_view_profile-profile-experience .info-container .info-context .info-context-bottom {
  font-size: 14px;
  font-style: normal;
  font-weight: 390;
  line-height: normal;
}
.bx_persons_view_profile-profile-experience .bottom-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 15%;
}
.bx_persons_view_profile-profile-experience .bottom-container .bottom-container-text {
  color: #202020;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
.bx_persons_view_profile-profile-experience .bottom-container .bottom-container-btn {
  display: flex;
  padding: var(--Spacing-1, 4px) var(--Spacing-2, 8px);
  align-items: center;
  gap: var(--Spacing-1, 4px);
  border-radius: var(--Spacing-System-radius-sm, 8px);
  border: 0.5px solid var(--Tags-tag-background-active-gray, #6e6e6e);
  color: #262626;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  cursor: pointer;
}
.bx_persons_view_profile-profile-experience .bottom-container .bottom-container-btn:hover {
  color: #ff6600;
  background-color: rgba(255, 102, 0, 0.25);
  border: 1px solid #ff6600;
}
.bx_persons_view_profile-profile-experience .bottom-container .bottom-container-btn.bottom-container-download-resume i {
  color: unset;
  font-size: 14px;
}
.bx_persons_view_profile-profile-experience .bottom-container #upload_resume_help_wrap {
  position: relative;
}
.bx_persons_view_profile-profile-experience .bottom-container #upload_resume_help {
  position: absolute;
  width: max-content;
  background-color: #FFF;
  bottom: 40px;
  left: -150px;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(86, 3, 172, 0.2);
  border-radius: 8px;
  background-clip: padding-box;
  display: none;
}
#upload-pdf-root {
  color: #000;
}
@media (max-width: 1024px) {
  .bx_persons_view_profile-profile-experience .bottom-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 5%;
  }
}
@media (max-width: 640px) {
  .bx-media-phone #bx-popup-ajax-wrapper-AddSkillsPopup .bx-icon.bx-icon-close {
    display: none;
  }
  .bx-media-phone .bx_persons_view_profile-profile-experience .show-pc {
    display: none;
  }
  .bx-media-phone .bx_persons_view_profile-profile-experience .show-mobile {
    display: block;
  }
  .bx-media-phone .bx_persons_view_profile-profile-experience .show-mobile .info-container {
    flex-direction: column;
  }
  .bx-media-phone .bx_persons_view_profile-profile-experience .show-mobile .info-container .info-context .info-context-top {
    flex-wrap: wrap;
    word-break: break-word;
  }
  .bx-media-phone .bx_persons_view_profile-profile-experience .bottom-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 5%;
    gap: 2px;
    flex-wrap: wrap;
  }
  .bx-media-phone .bx_persons_view_profile-profile-experience .bottom-container .bottom-container-btn.bottom-container-upload-resume {
    width: 166px;
    justify-content: center;
  }
  .bx-media-phone .bx_persons_view_profile-profile-experience .bottom-container #upload_resume_help {
    right: -65px;
    left: auto;
  }
}
.bx-media-phone .bx_persons_view_profile-profile-experience .bottom-container {
  justify-content: center;
}
.bx-media-phone .bx_persons_view_profile-profile-experience .bottom-container .upload-resume {
  position: relative;
}
.bx-media-phone .bx_persons_view_profile-profile-experience .bottom-container #upload_resume_help_wrap {
  position: absolute;
  top: 0;
  right: -30px;
}
