.bx_persons_view_profile-profile-education {
  color: #202020;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 390;
}
.bx_persons_view_profile-profile-education .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-education .p-db-header {
  align-items: center;
  justify-content: space-between;
  color: #202020;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  flex-wrap: wrap;
}
.bx_persons_view_profile-profile-education .p-db-header .btns {
  padding: .25rem 0;
  margin-left: auto;
  color: #7728DD;
}
.bx_persons_view_profile-profile-education .info-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1rem 0;
  gap: 0.5rem;
}
.bx_persons_view_profile-profile-education .info-container .info-context-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bx_persons_view_profile-profile-education .info-container .info-context-top .info-field-employ_name {
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
.bx_persons_view_profile-profile-education .info-container .info-context-top .form-btns {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 0;
}
.bx_persons_view_profile-profile-education .info-container .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-education .info-container .info-context-top .form-btns .form-btn.btn-delete {
  color: #FF2929;
}
.bx_persons_view_profile-profile-education .info-container .info-context-top .form-btns .form-btn.btn-delete:hover {
  color: #ff6600;
}
.bx_persons_view_profile-profile-education .info-container .info-context-top .form-btns .form-btn.btn-edit {
  color: #7727DD;
}
.bx_persons_view_profile-profile-education .info-container .info-context-top .form-btns .form-btn.btn-edit:hover {
  color: #ff6600;
}
.bx_persons_view_profile-profile-education .info-container .info-context-top .form-btns .form-btn.btn-use-ai {
  color: var(--Color-text-color-primary, #7728dd);
}
.bx_persons_view_profile-profile-education .info-container .info-context-top .form-btns .form-btn.btn-use-ai:hover {
  color: #ff6600;
}
.bx_persons_view_profile-profile-education .info-container .info-context-row {
  font-size: 14px;
  font-style: normal;
  font-weight: 390;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.bx_persons_view_profile-profile-education .info-container .info-context-row .row-items {
  max-width: 50%;
  display: flex;
  flex-direction: row;
  color: var(--Colors-Base-base-gray, #202020);
  align-items: baseline;
}
.bx_persons_view_profile-profile-education .info-container .info-context-row .row-items label {
  color: var(--Colors-Base-base-gray, #202020);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  white-space: nowrap;
}
.bx_persons_view_profile-profile-education .info-container .info-context-row .row-items span {
  margin-left: 0.5rem;
  word-break: keep-all;
}
.bx_persons_view_profile-profile-education .info-container .info-context-row .row-items.can-full {
  max-width: 100%;
}
.bx_persons_view_profile-profile-education .info-container .info-context-bottom {
  font-size: 14px;
  font-style: normal;
  font-weight: 390;
  line-height: normal;
}
.bx_persons_view_profile-profile-education .bottom-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bx_persons_view_profile-profile-education .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-education .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-education .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-education .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-education .bottom-container-btn:hover {
  color: #ff6600;
  background-color: rgba(255, 102, 0, 0.25);
  border: 1px solid #ff6600;
}
@media (max-width: 640px) {
  .bx-media-phone .bx_persons_view_profile-profile-education .form-btn span {
    display: none;
  }
  .bx-media-phone .bx_persons_view_profile-profile-education .info-context-row {
    flex-direction: column;
  }
  .bx-media-phone .bx_persons_view_profile-profile-education .info-context-row .row-items {
    max-width: 100%;
    display: inline-block;
  }
  .bx-media-phone .bx_persons_view_profile-profile-education .row-items span {
    margin-left: 0;
  }
}
