.form-btns {
  display: flex;
  margin-top: 1rem;
  align-items: center;
  gap: 1rem;
}
.form-btns .form-btn {
  display: flex;
  width: 77px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  text-align: center;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 420;
  line-height: 17px;
  cursor: pointer;
}
.form-btns .form-btn.btn-cancel {
  background: #FFF;
  border: 0.5px solid #6E6E6E;
  color: var(--Color-text-primary, #262626);
}
.form-btns .form-btn.btn-cancel:hover {
  color: #ff6600;
  border-color: #ffffff;
  background-color: #ff944d;
  background-color: rgba(255, 102, 0, 0.25);
}
.form-btns .form-btn.btn-save {
  background: #7728DD;
  color: var(--Color-surface-primary, #fafafa);
}
.form-btns .form-btn.btn-save:hover {
  color: #ff6600;
  border-color: #ffffff;
  background-color: #ff944d;
  background-color: rgba(255, 102, 0, 0.25);
}
.person-profile-wrapper .p-db-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.person-profile-wrapper .p-db-header .p-db-title {
  line-height: 1.2;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 1.25rem;
  font-weight: 450;
  color: #202020;
}
.person-profile-wrapper .p-db-header .btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 4px;
  align-items: center;
}
.person-profile-wrapper .p-db-header .btn-edit {
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  cursor: pointer;
  color: #7727DD;
}
.person-profile-wrapper .p-db-header .btn-edit:hover {
  color: #ff6600;
}
.person-profile-wrapper .p-db-header .btn-edit.btn-disabled {
  color: #ADADAD;
}
.mh-hidden {
  display: none;
}
.bx_persons_view_profile-profile-add-new #sys-create-post .bx-menu-item {
  display: none !important;
}
.bx_persons_view_profile-profile-add-new #sys-create-post .bx-menu-item.bx-menu-item-bx_posts {
  display: block !important;
}
.bx_persons_view_profile-profile-add-new .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 0 0.5rem 0 !important;
}
.bx_persons_view_profile-profile-add-new #sys-create-post .bx-menu-item {
  display: none !important;
}
.bx_persons_view_profile-profile-add-new #sys-create-post .bx-menu-item.bx-menu-item-bx_posts {
  display: block !important;
}
.bx_persons_view_profile-profile-add-new #sys-create-post .bx-menu-item.bx-menu-item-bx_albums {
  display: block !important;
}
.bx_persons_view_profile-profile-add-new #sys-create-post .bx-menu-item.bx-menu-item-bx_forum {
  display: block !important;
}
.bx_persons_view_profile-profile-add-new #sys-create-post .bx-menu-item.bx-menu-item-bx_polls {
  display: block !important;
}
.bx_persons_view_profile-profile-add-new #sys-create-post .bx-menu-item.bx-menu-item-more-auto {
  display: list-item !important;
}
.bx-media-desktop .bx_persons_view_profile-profile-add-new #sys-create-post .bx-menu-item.bx-menu-item-more-auto {
  display: none !important;
}
@media (max-width: 1024px) {
  .bx_persons_view_profile-profile-add-new #sys-create-post .bx-menu-item.bx-menu-item-more-auto {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .bx_persons_view_profile-profile-add-new #sys-create-post .bx-menu-item.bx-menu-item-more-auto {
    display: list-item !important;
  }
}
.bx_persons_view_profile-know-me {
  color: var(--Colors-Base-base-gray, #202020);
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 390;
  line-height: 15px;
}
.bx_persons_view_profile-know-me .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-know-me .content {
  margin-top: 0.5rem;
}
.bx_persons_view_profile-know-me .content .context-input {
  width: 100%;
  height: 150px;
  background: #F0F2F5;
  padding: .5rem;
}
.bx_persons_view_profile-know-me .content .context-input:focus-visible {
  outline: none;
}
.bx_persons_view_profile-know-me a {
  color: var(--Colors-Base-base-gray, #7728dd);
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 390;
  line-height: 15px;
}
.bx_persons_view_profile-know-me .top-title {
  color: #9149EE;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  margin-top: 0.5rem;
}
.bx_persons_view_profile-about-info .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-about-info .container-info {
  display: grid;
  gap: 5px;
  grid-template-columns: 50% 50%;
}
.bx_persons_view_profile-about-info .container-info .cell {
  display: inline-flex;
  align-items: baseline;
  word-break: break-word;
}
.bx_persons_view_profile-about-info .container-info .cell .title {
  color: #202020;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  margin-right: 4px;
  white-space: nowrap;
}
.bx_persons_view_profile-about-info .container-info .cell .mode-edit {
  display: none;
  flex: 1;
}
.bx_persons_view_profile-about-info .container-info .cell .mode-edit input {
  background: #F0F2F5;
  width: 100%;
  padding: 3px;
}
.bx_persons_view_profile-about-info .container-info .cell .context {
  color: #202020;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 390;
}
.bx_persons_view_profile-about-info .container-info .cell.cell-role-license-type {
  grid-column-start: 1;
  grid-column-end: 3;
}
.bx_persons_view_profile-about-info .container-info .cell.cell-role-license-type .context {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
}
.bx_persons_view_profile-about-info .container-info .cell.cell-role-license-type .license-type-item {
  border-radius: 20px;
  border: 0.5590000000000001px solid var(--Tags-module-stroke, #363636);
  background: var(--Color-surface-primary, #fafafa);
  color: var(--Color-text-primary, #262626);
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  padding: .25rem .5rem;
  word-break: break-word;
}
.bx_persons_view_profile-about-info .container-info.need-edit .mode-simple {
  display: none;
}
.bx_persons_view_profile-about-info .container-info.need-edit .mode-edit {
  display: block;
}
.bx_persons_view_profile-about-info .care-role-container {
  position: relative;
}
.bx_persons_view_profile-about-info .care-role-container .all-role-types {
  position: absolute;
  background: #fff;
  height: 150px;
  overflow-y: auto;
  margin-top: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.bx_persons_view_profile-about-info .care-role-container .all-role-types .role-type-item {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}
.bx_persons_view_profile-about-info .care-role-container .all-role-types .role-type-item input {
  width: auto;
  margin-right: 5px;
}
.bx_persons_view_profile-about-info .care-role-container .all-role-types .role-type-item:hover {
  background: #EEEEEE;
}
.bx_persons_view_profile-about-info .role-type-title {
  color: var(--Color-text-primary, #262626);
  text-align: center;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 420;
  border-radius: var(--Spacing-System-radius-sm, 8px);
  border: 0.5px solid var(--Tags-tag-background-active-gray, #6e6e6e);
  display: flex;
  padding: var(--Spacing-1, 4px) var(--Spacing-2, 8px);
  align-items: center;
  justify-content: space-between;
}
.bx_persons_view_profile-about-info .role-type-title span {
  text-align: left;
  word-spacing: normal;
  word-break: break-all;
  min-height: 21px;
}
.bx_persons_view_profile-profile-friends .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-friends .p-db-header .p-db-title {
  color: #7728DD;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
.bx_persons_view_profile-profile-friends .p-db-header .btns .btn-see-all {
  color: #7728DD;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
.bx_persons_view_profile-profile-friends .content {
  margin-top: 1rem;
  display: flex;
}
.bx_persons_view_profile-profile-friends .content .mh-avatar-group {
  color: #262626;
  text-align: center;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
.bx_persons_view_profile-profile-friends .content .mh-avatar-group .points {
  margin-top: .5rem;
  text-align: center;
}
.bx_persons_view_profile-profile-friends .content .mh-avatar-group .points i {
  margin-right: 2px;
}
.bx_persons_view_profile-profile-friends .content .mh-avatar-group.first {
  color: #7728DD;
}
.bx_persons_view_profile-profile-friends .content .mh-avatar-group.first .bx-base-pofile-unit-thumb {
  border: 4px solid #7728dd;
}
.bx_persons_view_profile-profile-friends .content .bx-base-pofile-unit {
  margin: 0;
}
.bx_persons_view_profile-profile-friends .content .bx-base-pofile-unit img,
.bx_persons_view_profile-profile-friends .content .bx-base-pofile-unit p {
  border: 1px solid #fff;
}
.bx_persons_view_profile-profile-friends .content .mh-avatar-group:not(:first-child) {
  margin-left: -10px;
}
.bx_persons_view_profile-profile-friends .content.other-user {
  justify-content: space-around;
}
.bx_persons_view_profile-profile-friends .content.other-user .mh-avatar-group:not(:first-child) {
  margin-left: 0;
}
.bx_persons_view_profile-profile-skills .bx-db-container,
.bx_persons_view_profile-profile-endorsed-skills .bx-db-container {
  padding: 0 !important;
}
.bx_persons_view_profile-profile-skills .block_title,
.bx_persons_view_profile-profile-endorsed-skills .block_title {
  color: var(--Colors-Base-base-gray, #202020);
  /* H2 */
  font-family: "BrandonGrotesque";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  margin-top: .75rem;
}
.bx_persons_view_profile-profile-skills .list_item_bg,
.bx_persons_view_profile-profile-endorsed-skills .list_item_bg {
  border-radius: 20px;
  border: 0.5590000000000001px solid var(--Tags-module-stroke, #363636);
  background: var(--Color-surface-primary, #fafafa);
  color: var(--Color-text-primary, #262626);
  font-family: "BrandonGrotesque";
  font-size: 12px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.bx_persons_view_profile-profile-skills .list_item_bg:hover,
.bx_persons_view_profile-profile-endorsed-skills .list_item_bg:hover {
  box-shadow: none;
  cursor: default;
}
.bx_persons_view_profile-profile-skills .list_item_bg .icon-Close,
.bx_persons_view_profile-profile-endorsed-skills .list_item_bg .icon-Close {
  font-size: 8px;
  color: #000;
}
.bx_persons_view_profile-profile-skills .add_bt_wp,
.bx_persons_view_profile-profile-endorsed-skills .add_bt_wp {
  border-radius: 20px;
  border: 0.5590000000000001px solid var(--Tags-module-stroke-accent, #c9a1fd);
  background: var(--Tags-tag-background-accent, #f9f4ff);
  color: var(--Color-text-color-primary, #7728dd);
  font-family: "BrandonGrotesque";
  font-size: 12px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  padding-top: .3rem;
  padding-bottom: .3rem;
}
.bx_persons_view_profile-profile-skills .add_bt_wp a,
.bx_persons_view_profile-profile-endorsed-skills .add_bt_wp a {
  color: var(--Color-text-color-primary, #7728dd);
  font-family: "BrandonGrotesque";
}
.bx_persons_view_profile-profile-skills .add_bt_wp:hover a,
.bx_persons_view_profile-profile-endorsed-skills .add_bt_wp:hover a,
.bx_persons_view_profile-profile-skills .add_bt_wp:hover .sys-icon,
.bx_persons_view_profile-profile-endorsed-skills .add_bt_wp:hover .sys-icon {
  color: var(--Color-text-color-primary, #ff6600);
}
.bx_persons_view_profile-profile-skills .icon-Add,
.bx_persons_view_profile-profile-endorsed-skills .icon-Add {
  font-size: 12px !important;
  margin-right: .25rem;
}
@media (max-width: 640px) {
  .bx_persons_view_profile-profile-skills .skills_profile_block {
    flex-direction: column;
  }
  .bx_persons_view_profile-profile-skills .skills_profile_block .block_title {
    margin: 0 0 .75rem 0;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .bx_persons_view_profile-profile-skills .skills_profile_block .p-2 {
    padding: .25rem;
  }
  .bx_persons_view_profile-profile-skills .skills_profile_block .add-skills {
    margin-left: auto;
  }
  .bx_persons_view_profile-profile-endorsed-skills .endorsed_skills_profile_block {
    margin: 0 0 .75rem 0;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    align-items: flex-start;
    flex-direction: column;
  }
  .bx_persons_view_profile-profile-endorsed-skills .endorsed_skills_profile_block .block_title {
    margin-top: 0;
  }
  .bx_persons_view_profile-profile-endorsed-skills .endorsed_skills_profile_block .p-2 {
    padding: .25rem;
  }
  .bx_persons_view_profile-profile-endorsed-skills .endorse_skill_list {
    flex-direction: column;
  }
  .bx_persons_view_profile-profile-endorsed-skills .endorse_skill_list .endorse_skill_list_item .show-view {
    width: 30vw;
  }
  .bx_persons_view_profile-profile-endorsed-skills .endorse_skill_list img {
    max-width: none;
  }
  .bx_persons_view_profile-about-info .person-profile-wrapper .p-db-header {
    padding: 0 0 .5rem 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .bx_persons_view_profile-about-info .container-info {
    grid-template-columns: 100%;
  }
  .bx_persons_view_profile-about-info .container-info .cell.cell-role-license-type {
    grid-column-start: unset;
    grid-column-end: unset;
  }
  .bx_persons_view_profile-about-info .container-info {
    grid-template-columns: 100%;
  }
}
#bx-popup-ajax-wrapper-AddSkillsPopup .bx-popup-content-indent {
  padding: 0 !important;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup_title {
  width: 100%;
  color: var(--Color-text-color-primary, #7728dd);
  text-align: center;
  font-family: "BrandonGrotesque";
  font-size: 22.582px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
#bx-popup-ajax-wrapper-AddSkillsPopup .bx-popup-content {
  box-shadow: none !important;
  border: none;
  overflow: visible !important;
  padding-bottom: .5rem;
}
#bx-popup-ajax-wrapper-AddSkillsPopup .bx-popup-header {
  padding-top: 0 !important;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-caption {
  color: var(--Color-text-primary, #262626);
  font-family: "BrandonGrotesque";
  font-size: 18px;
  font-style: normal;
  font-weight: 390;
  line-height: 19px;
  /* 107.143% */
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-popup-element-close {
  background-color: #E3E3E3;
  color: #fff;
  padding: .3rem;
  border-radius: 50%;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .icon-Close {
  color: #fff;
  font-size: 10px;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-select,
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-wrapper-radio_set {
  border-radius: 12px;
  border: 1px solid var(--Color-text-secondary, #adadad);
  background: var(--Color-module-background-secondary, #fafafa);
  color: var(--Tags-tag-background-active-gray, #6e6e6e);
  font-family: BrandonGrotesque;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-select option,
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-wrapper-radio_set option {
  color: var(--Tags-tag-background-active-gray, #6e6e6e);
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-wrapper-radio_set {
  height: 2.35rem;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  padding: 1.5px;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-wrapper-radio_set::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup input {
  height: 2.1rem;
  border: none;
  box-shadow: none;
  background: var(--Color-module-background-secondary, #fafafa);
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup input:focus {
  background: var(--Color-module-background-secondary, #fafafa);
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-select_multiple {
  position: relative;
  display: inline-block;
  opacity: 1;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-select_multiple .dropdown-toggle {
  display: block;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-select_multiple .dropdown-menu {
  position: absolute;
  display: none;
  z-index: 1;
  overflow-y: auto;
  max-height: 18.75rem;
  width: 100%;
  left: 0;
  margin-top: 2px;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  border-radius: 12px;
  border: 1px solid var(--Color-text-secondary, #adadad);
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-select_multiple .dropdown-menu::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-select_multiple .dropdown-menu label {
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .txt-select {
  color: #7728DD !important;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-select_multiple .dropdown-menu label span {
  margin-left: 5px;
  color: var(--Color-text-primary, #262626);
  font-family: "BrandonGrotesque";
  font-size: 14px;
  font-style: normal;
  font-weight: 420;
  line-height: 17px;
  /* 121.429% */
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .skills-textarea {
  border-radius: 12px;
  border: 1px solid var(--Color-text-secondary, #adadad);
  background: var(--Color-module-background-secondary, #fafafa);
  height: 14.375rem;
  overflow-y: auto;
  align-content: flex-start;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .skills-textarea .skills-textarea-item {
  margin: .5rem;
  background-color: #7728DD;
  border-radius: 24px;
  color: #fff;
  padding: 0 .5rem;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .skills-textarea .skills-textarea-item span {
  cursor: pointer;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .skills-textarea .skills-textarea-item i {
  margin-left: .5rem;
  font-weight: 900;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-wrapper-radio_set_max-height {
  height: 200px;
  overflow-y: auto;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .icon-DownArrow-wrap {
  background-color: #E3E3E3;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .icon-DownArrow-wrap .icon-DownArrow {
  font-size: 12px;
  margin-left: .36rem;
  margin-top: 0.125rem;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-radio_set {
  cursor: pointer;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-radio_set label {
  color: var(--Tags-tag-background-active-gray, #6e6e6e) !important;
  font-family: BrandonGrotesque;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-radio_set input[type="checkbox"] {
  border: #636366 1px solid;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .bx-form-input-radio_set input[type="checkbox"]:checked {
  accent-color: #9149ee;
  background-color: #9149ee;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup .select_color {
  color: #9149ee;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup #bx-form-element-submit .bx-btn-d {
  border-radius: var(--Spacing-System-radius-sm, 8px);
  border: 0.5px solid var(--Tags-tag-background-active-gray, #6e6e6e);
  color: var(--Color-text-primary, #262626);
  text-align: center;
  font-family: "BrandonGrotesque";
  font-size: 14px;
  font-style: normal;
  font-weight: 420;
  line-height: 17px;
  /* 121.429% */
  box-shadow: none;
  padding: .3rem .75rem;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup #bx-form-element-submit .bx-btn-d:hover {
  box-shadow: none;
  --tw-border-opacity: 0;
  --tw-translate-y: 0;
  --tw-text-opacity: 0;
  transform: none;
  --tw-shadow: none;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup #bx-form-element-submit .bx-btn-c {
  background: none;
}
#bx-popup-ajax-wrapper-AddSkillsPopup #oMhAddSkillsPopup #bx-form-element-submit .bx-btn-s {
  color: var(--Color-surface-primary, #fafafa);
  text-align: center;
  font-family: "BrandonGrotesque";
  font-size: 14px;
  font-style: normal;
  font-weight: 420;
  line-height: 17px;
  /* 121.429% */
  border-radius: var(--Spacing-System-radius-sm, 8px);
  background: var(--Color-text-color-primary, #7728dd);
}
.bx_persons_view_profile-profile-endorsed-skills .block_title {
  width: 120px;
}
.bx_persons_view_profile-profile-endorsed-skills .skills_comment_bg {
  border-radius: 20px;
  background: var(--Color-surface-primary, #fafafa);
  color: var(--Color-text-primary, #262626);
  font-family: "BrandonGrotesque";
  font-size: 12px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  margin: 0 1rem;
  padding-top: .3rem;
  padding-bottom: .3rem;
}
.bx_persons_view_profile-profile-endorsed-skills .skills_comment_bg_h {
  border-left: 1px solid var(--Tags-module-stroke-accent, #7728dd);
  margin-left: 1rem;
}
.bx_persons_view_profile-profile-endorsed-skills .endorse_skill_list_item {
  min-width: 48%;
}
.bx_persons_view_profile-profile-endorsed-skills .skills_comment_user_bg .bx-base-pofile-unit-thumb {
  width: 1.35rem;
  height: 1.35rem;
  font-size: 1rem;
}
.bx_persons_view_profile-profile-endorsed-skills .skills_comment_user {
  margin-left: 0.5rem;
}
.bx_persons_view_profile-profile-endorsed-skills .bx-browse-quick-paginate {
  width: 100%;
  text-align: center;
}
.bx_persons_view_profile-profile-endorsed-skills .bx-browse-quick-paginate .bx-paginate {
  flex-direction: column;
}
@media (max-width: 640px) {
  .bx_persons_view_profile-profile-endorsed-skills .skills_comment_bg_h {
    margin: 0 .5rem;
  }
  .bx_persons_view_profile-profile-endorsed-skills .skills_comment_bg-info {
    flex-wrap: wrap;
  }
  .bx_persons_view_profile-profile-endorsed-skills .skills_comment_bg {
    margin: 0;
  }
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup .bx-popup-content-indent {
  padding: 0 !important;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd_title {
  width: 100%;
  color: var(--Color-text-color-primary, #7728dd);
  text-align: center;
  font-family: "BrandonGrotesque";
  font-size: 22.582px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup .bx-popup-content {
  box-shadow: none !important;
  border: none;
  overflow: visible !important;
  padding-bottom: .5rem;
  padding-left: .2rem;
  padding-right: .2rem;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup .bx-popup-header {
  padding-top: 0 !important;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .bx-form-caption {
  color: var(--Color-text-primary, #262626);
  font-family: "BrandonGrotesque";
  font-size: 18px;
  font-style: normal;
  font-weight: 390;
  line-height: 19px;
  /* 107.143% */
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .bx-popup-element-close {
  background-color: #E3E3E3;
  color: #fff;
  padding: .3rem;
  border-radius: 50%;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .icon-Close {
  color: #fff;
  font-size: 10px;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .bx-form-input-select,
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .bx-form-input-wrapper-radio_set {
  border-radius: 12px;
  border: 1px solid var(--Color-text-secondary, #adadad);
  background: var(--Color-module-background-secondary, #fafafa);
  color: var(--Tags-tag-background-active-gray, #6e6e6e);
  font-family: BrandonGrotesque;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .bx-form-input-select option,
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .bx-form-input-wrapper-radio_set option {
  color: var(--Tags-tag-background-active-gray, #6e6e6e);
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .bx-form-input-wrapper-radio_set {
  height: 2.35rem;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .bx-form-input-wrapper-radio_set::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .bx-form-input-wrapper-radio_set_max-height {
  height: 200px;
  overflow-y: auto;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .icon-DownArrow-wrap {
  background-color: #E3E3E3;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .icon-DownArrow-wrap .icon-DownArrow {
  font-size: 12px;
  margin-left: .36rem;
  margin-top: 0.125rem;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .bx-form-input-radio_set {
  cursor: pointer;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .bx-form-input-radio_set label {
  color: var(--Tags-tag-background-active-gray, #6e6e6e) !important;
  font-family: BrandonGrotesque;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .bx-form-input-radio_set input[type="checkbox"] {
  border: #636366 1px solid;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .bx-form-input-radio_set input[type="checkbox"]:checked {
  accent-color: #9149ee;
  background-color: #9149ee;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd .select_color {
  color: #9149ee;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd #bx-form-element-submit .bx-btn-d {
  border-radius: var(--Spacing-System-radius-sm, 8px);
  border: 0.5px solid var(--Tags-tag-background-active-gray, #6e6e6e);
  color: var(--Color-text-primary, #262626);
  text-align: center;
  font-family: "BrandonGrotesque";
  font-size: 14px;
  font-style: normal;
  font-weight: 420;
  line-height: 17px;
  /* 121.429% */
  box-shadow: none;
  padding: .3rem .75rem;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd #bx-form-element-submit .bx-btn-d:hover {
  box-shadow: none;
  --tw-border-opacity: 0;
  --tw-translate-y: 0;
  --tw-text-opacity: 0;
  transform: none;
  --tw-shadow: none;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd #bx-form-element-submit .bx-btn-c {
  background: none;
}
#bx-popup-ajax-wrapper-AddEndorsedSkillsPopup #oMhSkillsPopupWithRecommendedOnProfileAdd #bx-form-element-submit .bx-btn-s {
  color: var(--Color-surface-primary, #fafafa);
  text-align: center;
  font-family: "BrandonGrotesque";
  font-size: 14px;
  font-style: normal;
  font-weight: 420;
  line-height: 17px;
  /* 121.429% */
  border-radius: var(--Spacing-System-radius-sm, 8px);
  background: var(--Color-text-color-primary, #7728dd);
}
.bx-page-view-persons-profile ul#sys-create-post li.bx-menu-item-bx_stream {
  display: none !important;
}
.bx-base-pofile-cover-wrapper .bx-def-unit-info-pcomplete b {
  display: contents;
}
.missing-profile-display-rt {
  display: ruby-text;
}
