.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);
}
.org-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;
}
.org-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;
}
.org-profile-wrapper .p-db-header .btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 4px;
  align-items: center;
}
.org-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: var(--Color-text-color-primary, #7728dd);
}
.org-profile-wrapper .p-db-header .btn-edit:hover {
  color: #ff6600;
}
.org-profile-wrapper .p-db-header .btn-edit.btn-disabled {
  color: #ADADAD;
}
.bx-org-form-input-textarea {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-radius: 0.375rem;
  font-family: "BrandonGrotesque", sans-serif;
}
.bx-org-form-input-textarea:focus {
  border-color: #7728DD;
  outline: none;
}
.mh-hidden {
  display: none;
}
.bx_organizations_view_profile-add-new ul#sys-create-post li.bx-menu-item-bx_glossary,
.bx_organizations_view_profile-add-new ul#sys-create-post li.bx-menu-item-bx_shopify,
.bx_organizations_view_profile-add-new ul#sys-create-post li.bx-menu-item-bx_timeline,
.bx_organizations_view_profile-add-new ul#sys-create-post li.bx-menu-item-bx_files {
  display: none;
}
.bx_organizations_view_profile-add-new ul#sys-create-post .bx-menu-tab-active .bx-stl-mil-sm {
  border-radius: var(--Spacing-System-radius-sm, 12px);
  background: var(--Color-accent-orange, #ff6600);
}
.bx_organizations_view_profile-add-new #designbox-add-new .bx-db-header .bx-db-title {
  visibility: hidden;
  position: relative;
}
.bx_organizations_view_profile-add-new #designbox-add-new .bx-db-header .bx-db-title::after {
  content: "Post to feed...";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: inherit;
  font-size: inherit;
  visibility: visible;
}
.bx_organizations_view_profile-add-new #sys-create-post-form .bottom-0 {
  bottom: .5rem;
  margin-right: .75rem;
}
.bx_organizations_view_profile-about,
.bx_organizations_view_profile_closed-about {
  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_organizations_view_profile-about .bx-db-container,
.bx_organizations_view_profile_closed-about .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_organizations_view_profile-about .content,
.bx_organizations_view_profile_closed-about .content {
  margin-top: 0.5rem;
}
.bx_organizations_view_profile-about .content .context-input,
.bx_organizations_view_profile_closed-about .content .context-input {
  width: 100%;
  height: 150px;
  background: #F0F2F5;
}
.bx_organizations_view_profile-about a,
.bx_organizations_view_profile_closed-about 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_organizations_view_profile-about .top-title,
.bx_organizations_view_profile_closed-about .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_organizations_view_profile-overview .bx-db-container,
.bx_organizations_view_profile_closed-overview .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_organizations_view_profile-overview .cell-website span,
.bx_organizations_view_profile_closed-overview .cell-website span {
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bx_organizations_view_profile-overview input,
.bx_organizations_view_profile_closed-overview input {
  font-family: "BrandonGrotesque", sans-serif;
}
.bx_organizations_view_profile-overview .bx-form-input-select,
.bx_organizations_view_profile_closed-overview .bx-form-input-select {
  display: block;
  width: 120%;
  padding: 3px;
  font-family: "BrandonGrotesque", sans-serif;
}
.bx_organizations_view_profile-overview .content,
.bx_organizations_view_profile_closed-overview .content {
  margin-top: 0.5rem;
  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_organizations_view_profile-overview .content .context-input,
.bx_organizations_view_profile_closed-overview .content .context-input {
  width: 100%;
  height: 150px;
  background: #F0F2F5;
}
.bx_organizations_view_profile-overview .container-info,
.bx_organizations_view_profile_closed-overview .container-info {
  display: grid;
  gap: 5px;
  grid-template-columns: 50% 50%;
}
.bx_organizations_view_profile-overview .container-info .cell,
.bx_organizations_view_profile_closed-overview .container-info .cell {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.bx_organizations_view_profile-overview .container-info .cell .title,
.bx_organizations_view_profile_closed-overview .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;
}
.bx_organizations_view_profile-overview .container-info .cell .mode-edit,
.bx_organizations_view_profile_closed-overview .container-info .cell .mode-edit {
  display: none;
  flex: 1;
}
.bx_organizations_view_profile-overview .container-info .cell .mode-edit input,
.bx_organizations_view_profile_closed-overview .container-info .cell .mode-edit input {
  background: #F0F2F5;
  width: 100%;
  padding: 3px;
  font-family: "BrandonGrotesque", sans-serif;
}
.bx_organizations_view_profile-overview .container-info .cell .context,
.bx_organizations_view_profile_closed-overview .container-info .cell .context {
  color: #202020;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 390;
}
.bx_organizations_view_profile-overview .container-info.need-edit .mode-simple,
.bx_organizations_view_profile_closed-overview .container-info.need-edit .mode-simple {
  display: none;
}
.bx_organizations_view_profile-overview .container-info.need-edit .mode-edit,
.bx_organizations_view_profile_closed-overview .container-info.need-edit .mode-edit {
  display: block;
}
.bx_organizations_view_profile-organization_featured .bx-db-container,
.bx_organizations_view_profile_closed-organization_featured .bx-db-container {
  border-radius: var(--Spacing-System-radius-sm, 8px) !important;
  box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.18) !important;
  padding: 0 !important;
}
.bx_organizations_view_profile-organization_featured .bx-organizations-wrapper,
.bx_organizations_view_profile_closed-organization_featured .bx-organizations-wrapper {
  flex-direction: column;
}
.bx_organizations_view_profile-organization_featured .bx-db-content,
.bx_organizations_view_profile_closed-organization_featured .bx-db-content {
  padding: 0.75rem 1rem 0.75rem 1rem;
}
.bx_organizations_view_profile-organization_featured .bx-base-general-unit-meta,
.bx_organizations_view_profile_closed-organization_featured .bx-base-general-unit-meta {
  padding: 0 !important;
}
.bx_organizations_view_profile-organization_featured .bx-menu-item-type-and-subscribers,
.bx_organizations_view_profile_closed-organization_featured .bx-menu-item-type-and-subscribers {
  color: var(--color-cool-gray-950, #262626);
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 390;
  line-height: normal;
  color: #262626;
}
.bx_organizations_view_profile-organization_featured .bx-base-pofile-unit,
.bx_organizations_view_profile_closed-organization_featured .bx-base-pofile-unit {
  border-bottom: 1px solid var(--color-cool-gray-300);
}
.bx_organizations_view_profile-organization_featured .bx-base-pofile-unit:last-child,
.bx_organizations_view_profile_closed-organization_featured .bx-base-pofile-unit:last-child {
  border-bottom: none;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .bx-menu-item:hover,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .bx-menu-item:hover {
  background: none !important;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .bx-btn:hover,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .bx-btn:hover {
  color: #7728dd !important;
  border-radius: 10px;
  border: none;
  background: var(--Tags-tag-background-accent, #f9f4ff);
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .bx-btn,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .bx-btn {
  height: 1.5rem;
  padding: 0.3rem 0.4rem;
  font-size: 14px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  border: none;
  background: var(--Tags-tag-background-accent, #f9f4ff);
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .bx-base-pofile-unit a.aqb-inf-icon,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .bx-base-pofile-unit a.aqb-inf-icon,
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .bx-base-pofile-unit-wo-info a.aqb-inf-icon,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .bx-base-pofile-unit-wo-info a.aqb-inf-icon {
  top: 0.125rem;
  left: 0.125rem;
  right: auto;
  padding: 0.125rem 0.375rem;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .bx-base-pofile-unit-thumb-org-featured-friends,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .bx-base-pofile-unit-thumb-org-featured-friends {
  border: 0;
  width: 29px;
  height: 29px;
  font-size: 18px;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .bx-def-margin-right-bottom,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .bx-def-margin-right-bottom {
  display: none;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .bx-menu-item-type-and-subscribers,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .bx-menu-item-type-and-subscribers {
  color: var(--color-cool-gray-950, #262626);
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 390;
  line-height: normal;
  color: #262626;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .org-btn,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .org-btn {
  margin-top: 1rem;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .org-btn-follow,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .org-btn-follow {
  color: var(--Color-text-primary, #262626);
  border-radius: 10px;
  border: 0.5590000000000001px solid var(--Color-text-primary, #262626);
  background: var(--Tags-tag-background-accent, #f9f4ff);
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .org-btn-follow:hover,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .org-btn-follow:hover {
  border-color: #7728DD;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .org-btn-follow:hover i,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .org-btn-follow:hover i {
  color: #7728dd !important;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .org-btn-following,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .org-btn-following {
  border-radius: 10px;
  border: 0.5590000000000001px solid var(--Color-text-color-primary, #7728dd) !important;
  background: var(--Tags-tag-background-accent, #f9f4ff);
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .org-btn-following .bx-btn-following,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .org-btn-following .bx-btn-following,
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .org-btn-following i,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .org-btn-following i {
  color: #7728dd !important;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .bottom-profile-avatar,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .bottom-profile-avatar {
  display: flex;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .bottom-profile-avatar.one-child,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .bottom-profile-avatar.one-child {
  min-width: 29px;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .bottom-profile-avatar.two-children,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .bottom-profile-avatar.two-children {
  min-width: 50px;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .bottom-profile-avatar.three-children,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .bottom-profile-avatar.three-children {
  min-width: 71px;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .bottom-profile-avatar .bx-base-pofile-unit,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .bottom-profile-avatar .bx-base-pofile-unit {
  border-bottom: none;
  margin-left: -.5rem;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .bottom-profile-avatar .bx-base-pofile-unit:first-child,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .bottom-profile-avatar .bx-base-pofile-unit:first-child {
  margin-left: 0;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .follows,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .follows {
  color: var(--color-cool-gray-950, #262626);
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  padding: 4px 0;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .bx-base-pofile-units-wrapper,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .bx-base-pofile-units-wrapper {
  display: block;
}
.bx_organizations_view_profile-organization_featured #designbox-organizations-people-also-viewed .organization-info,
.bx_organizations_view_profile_closed-organization_featured #designbox-organizations-people-also-viewed .organization-info {
  width: 92%;
}
.bx-media-phone .cell-website span {
  max-width: 100%;
  overflow-wrap: break-word;
  white-space: normal !important;
  text-overflow: initial !important;
  overflow: visible !important;
  padding-right: 1rem;
}
.bx-media-phone .bx_organizations_view_profile-organization_featured .truncate,
.bx-media-phone .bx_organizations_view_profile_closed-organization_featured .truncate {
  white-space: normal;
}
.bx-media-phone .container-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
