:root {
  --ibc-navy: #0067a5;
  --ibc-navy-dark: #004d7a;
  --ibc-gold: #dba74b;
  --ibc-ink: #1d2a36;
  --ibc-muted: #6b7785;
  --ibc-line: #e4e9f0;
  --ibc-soft: #f4f7fb;
  --ibc-field-border: #d7dee8;
}

@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/vazirmatn/Vazirmatn-Regular.woff2") format("woff2");
}

@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/vazirmatn/Vazirmatn-Bold.woff2") format("woff2");
}

.ibc-chat-body,
.ibc-chat-compose textarea,
.ibc-feed-body,
.ibc-feed-card-text,
.ibc-message-body,
.ibc-message-snippet,
.ibc-enquiry-form #input-enquiry-message {
  font-family: Vazirmatn, Poppins, sans-serif;
  unicode-bidi: plaintext;
  text-align: start;
}

body.ibc-account-page,
body:has(.ibc-account),
body:has(.ibc-account-guest) {
  background: #f4f6f9 !important;
  background-color: #f4f6f9 !important;
}

.ibc-account,
.ibc-account-guest {
  --ibc-radius: 16px;
  padding-bottom: 64px;
}

@media (min-width: 992px) {
  .ibc-account > .row {
    flex-direction: row-reverse;
  }
}

#account-login.ibc-account-guest #column-right,
#account-forgotten.ibc-account-guest #column-right,
#account-reset.ibc-account-guest #column-right,
#account-login.ibc-account-guest .aside-toggler,
#account-forgotten.ibc-account-guest .aside-toggler,
#account-reset.ibc-account-guest .aside-toggler {
  display: none !important;
}

#account-login.ibc-account-guest #content,
#account-forgotten.ibc-account-guest #content,
#account-reset.ibc-account-guest #content {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.ibc-account .breadcrumb,
.ibc-account-guest .breadcrumb,
.ibc-account-links a,
.ibc-account-switch,
.ibc-account-pills,
.ibc-account-pills span,
.ibc-account-groups .checkbox,
.ibc-account-table,
#column-right .account-boxes .list-group-item {
  border-radius: 0 !important;
}

.ibc-account-card,
.ibc-account .form-box-wrapper,
.ibc-account-guest .form-box-wrapper,
#column-right .account-boxes,
.ibc-account #column-right .account-boxes {
  border-radius: var(--ibc-radius) !important;
}

.ibc-account .breadcrumb,
.ibc-account-guest .breadcrumb {
  margin-bottom: 24px;
}

.ibc-account-card,
.ibc-account .form-box-wrapper,
.ibc-account-guest .form-box-wrapper {
  border: 1px solid var(--ibc-line);
  border-radius: var(--ibc-radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(29, 42, 54, 0.06);
  padding: 40px 40px 32px;
}

.ibc-account-guest .ibc-register-shell {
  box-shadow: 0 18px 50px rgba(29, 42, 54, 0.08);
}

.ibc-account-card .alert,
.ibc-account .alert,
.ibc-account-guest .alert {
  margin-bottom: 24px;
  border: 0;
  border-radius: 0;
  padding: 12px 16px;
}

.ibc-account-section {
  margin-bottom: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ibc-line);
}

.ibc-account-section:last-of-type {
  border-bottom: 0;
  margin-bottom: 8px;
}

.ibc-account-section h1,
.ibc-account-section h2,
.ibc-account-card > h1,
.ibc-account-card > h2,
.ibc-account .ibc-account-card .heading-title,
.ibc-account-card .heading-title {
  margin: 0 0 20px;
  color: var(--ibc-ink);
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  border: 0;
  padding: 0;
}

.ibc-account-lead {
  margin: 0 0 24px;
  color: var(--ibc-muted);
  font-size: 15px;
  line-height: 1.7;
}

.ibc-page-head,
.ibc-profile-heading,
.ibc-settings-head,
.ibc-messages-head,
.ibc-directory-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 18px;
}

.ibc-page-head h1,
.ibc-profile-heading h1,
.ibc-settings-head h1,
.ibc-messages-head h1,
.ibc-directory-head h1 {
  margin: 0;
  color: var(--ibc-ink);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.ibc-page-head p,
.ibc-settings-head p,
.ibc-messages-head p,
.ibc-directory-head p {
  margin: 6px 0 0;
  color: var(--ibc-muted);
  font-size: 14px;
}

.ibc-dash > .ibc-page-head,
.ibc-edit-profile > .ibc-page-head,
.ibc-directory > .ibc-page-head {
  margin-bottom: 0;
}

.ibc-directory {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ibc-profile-preview {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ibc-navy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.ibc-profile-preview:hover,
.ibc-profile-preview:focus {
  color: var(--ibc-navy-dark);
}

.ibc-settings-form + .ibc-settings-form {
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid var(--ibc-line);
}

.ibc-settings-form#password {
  scroll-margin-top: 24px;
}

.ibc-settings-form .ibc-account-section:last-of-type {
  border-bottom: 0;
}

.ibc-settings-form .buttons {
  justify-content: flex-start;
}

.ibc-account-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}

.ibc-account-card .form-group,
.ibc-account .form-group {
  margin-bottom: 22px;
}

.ibc-account-card .form-control,
.ibc-account .form-control,
.ibc-account-guest .ibc-register-card .form-control {
  border: 1px solid var(--ibc-field-border);
  border-radius: 0;
  background: #fff;
  min-height: 48px;
}

.ibc-account-card .form-control:focus,
.ibc-account .form-control:focus {
  border-color: var(--ibc-navy);
  box-shadow: 0 0 0 3px rgba(0, 103, 165, 0.12) !important;
}

.ibc-account-card .form-control ~ label.col-form-label,
.ibc-account .form-control ~ label.col-form-label {
  background: #fff;
  color: var(--ibc-muted);
}

.ibc-account-card .form-control:focus ~ label.col-form-label,
.ibc-account .form-control:focus ~ label.col-form-label {
  color: var(--ibc-navy);
}

.ibc-account-password .input-group {
  width: 100%;
}

.ibc-account-password .input-group-btn .btn {
  min-width: 48px;
  min-height: 48px;
  border: 1px solid var(--ibc-field-border);
  border-inline-start: 0;
  border-radius: 0;
  background: var(--ibc-soft);
  color: var(--ibc-muted);
}

.ibc-account-password .input-group-btn .btn.is-visible,
.ibc-account-password .input-group-btn .btn:hover {
  color: var(--ibc-navy);
}

.ibc-account-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  margin-bottom: 22px;
  border: 1px solid var(--ibc-line);
  border-radius: 0;
  background: var(--ibc-soft);
}

.ibc-account-switch-copy strong {
  display: block;
  color: var(--ibc-ink);
  font-size: 14px;
}

.ibc-account-switch-copy span {
  color: var(--ibc-muted);
  font-size: 13px;
}

.ibc-account-pills {
  display: inline-flex;
  padding: 4px;
  border-radius: 0;
  background: #fff;
  border: 1px solid var(--ibc-line);
}

.ibc-account-pills label {
  margin: 0;
  cursor: pointer;
}

.ibc-account-pills input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ibc-account-pills span {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--ibc-muted);
}

.ibc-account-pills input:checked + span {
  background: var(--ibc-navy);
  color: #fff;
}

.ibc-account-groups {
  display: grid;
  gap: 10px;
}

.ibc-account-groups .checkbox {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--ibc-line);
  background: var(--ibc-soft);
}

.ibc-account-groups .form-check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--ibc-ink);
}

.ibc-account-footer,
.ibc-account-card .buttons,
.ibc-account .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 8px;
}

.ibc-account-card .buttons .btn,
.ibc-account-card .buttons a.btn,
.ibc-account-card .buttons button.btn,
.ibc-account-card .buttons input.btn,
.ibc-account .buttons .btn,
.ibc-account .buttons a.btn,
.ibc-account .buttons button.btn,
.ibc-account .buttons input.btn,
.ibc-account-card .btn-main,
.ibc-account-card input.btn-main,
.ibc-account .btn-main,
.ibc-account-card .secondry-button,
.ibc-account .secondry-button,
.ibc-account-card .btn-main-outline,
.ibc-account .btn-main-outline,
.ibc-account-submit {
  --bs-btn-padding-y: 0;
  --bs-btn-line-height: 48px;
  -webkit-appearance: none !important;
  appearance: none !important;
  display: inline-block !important;
  box-sizing: border-box !important;
  min-height: 50px;
  height: 50px;
  line-height: 48px !important;
  padding: 0 24px !important;
  border-radius: 12px !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  vertical-align: middle;
}

.ibc-account-card .btn-main,
.ibc-account-card input.btn-main,
.ibc-account .btn-main,
.ibc-account-submit {
  border: 0;
  background: var(--ibc-navy);
  color: #fff;
}

.ibc-account-card .btn-main:hover,
.ibc-account-card .btn-main:focus,
.ibc-account .btn-main:hover,
.ibc-account .btn-main:focus,
.ibc-account-submit:hover,
.ibc-account-submit:focus {
  background: var(--ibc-navy-dark);
  color: #fff;
}

.ibc-account-card .secondry-button,
.ibc-account-card .btn-main-outline,
.ibc-account .secondry-button,
.ibc-account .btn-main-outline {
  border: 1px solid var(--ibc-line);
  background: #fff;
  color: var(--ibc-ink);
}

.ibc-account-card .secondry-button:hover,
.ibc-account .secondry-button:hover {
  border-color: var(--ibc-navy);
  color: var(--ibc-navy);
}

.ibc-account-submit-full {
  width: 100%;
}

.ibc-account-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ibc-account-links li {
  margin: 0 0 8px;
}

.ibc-account-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--ibc-line);
  background: #fff;
  color: var(--ibc-ink);
  text-decoration: none;
}

.ibc-account-links a:hover {
  border-color: var(--ibc-navy);
  color: var(--ibc-navy);
}

.ibc-account-links i {
  width: 22px;
  color: var(--ibc-navy);
  font-size: 18px;
}

.ibc-account-table,
.ibc-account-table.table {
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: 1px solid var(--ibc-line);
}

.ibc-account-table col.col-title {
  width: 52%;
}

.ibc-account-table col.col-file {
  width: 32%;
}

.ibc-account-table col.col-upload {
  width: 16%;
}

.ibc-account-table > :not(caption) > * > * {
  box-shadow: none;
}

.ibc-account-table tbody > * > * {
  border-color: var(--ibc-line) !important;
}

.ibc-account-table thead th,
.ibc-account-table thead td {
  background: var(--ibc-navy) !important;
  color: #fff;
  font-weight: 600;
  border-radius: 0 !important;
  border-width: 1px !important;
  border-color: var(--ibc-navy) !important;
  padding: 12px 14px;
  text-align: left !important;
  vertical-align: middle;
}

.ibc-account-table thead th.text-center,
.ibc-account-table thead td.text-center {
  text-align: center !important;
}

.ibc-account-table tbody td,
.ibc-account-table tbody th {
  background: #fff !important;
  border-color: var(--ibc-line) !important;
  border-radius: 0 !important;
  vertical-align: middle;
  padding: 12px 14px;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.ibc-account-table td.text-center,
.ibc-account-table th.text-center {
  text-align: center;
}

.ibc-account-table tbody td:first-child,
.ibc-account-table tbody td:last-child {
  border-radius: 0 !important;
}

.ibc-account-table tr td span {
  display: inline;
  margin-bottom: 0;
}

.ibc-account-table tbody td > div {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ibc-account-table .ibc-doc-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1;
}

.ibc-account-card input.btn,
.ibc-account-card input.btn-main,
.ibc-account input.btn,
.ibc-account input.btn-main {
  display: inline-block !important;
}

.ibc-account-table .btn,
.ibc-account-table button.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  height: 40px;
  padding: 0 !important;
  border-radius: 0 !important;
}

#column-right .account-boxes,
.ibc-account #column-right .account-boxes {
  border: 0;
  border-radius: var(--ibc-radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(29, 42, 54, 0.06);
  overflow: hidden;
  padding: 10px 8px;
}

#column-right .account-boxes .list-group-item,
.ibc-account #column-right .account-boxes .list-group-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  border-radius: 12px !important;
  color: #5b6b7c;
  padding: 12px 14px;
  margin: 2px 0;
  font-weight: 600;
}

#column-right .account-boxes .list-group-item i {
  width: 18px;
  text-align: center;
  color: inherit;
}

#column-right .account-boxes .list-group-item .ibc-nav-badge {
  margin-left: auto;
}

#column-right .account-boxes .list-group-item:last-child {
  border-bottom: 0;
}

#column-right .account-boxes .list-group-item:hover,
#column-right .account-boxes a.is-active {
  background: #e8f3fb;
  color: var(--ibc-navy);
}

#column-right .account-boxes .list-group-item.is-signout {
  color: #5b6b7c;
}

#column-right .account-boxes .vertical-line {
  display: none;
}

.ibc-dashboard-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.ibc-dashboard-kicker {
  margin: 0 0 6px;
  color: var(--ibc-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ibc-dashboard-identity h2 {
  margin: 0 0 8px;
}

.ibc-dashboard-company {
  margin: 0 0 12px;
  color: var(--ibc-ink);
}

.ibc-dashboard-company.is-empty {
  color: var(--ibc-muted);
}

.ibc-dashboard-badge {
  display: inline-block;
  padding: 6px 12px;
  background: var(--ibc-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.ibc-dashboard-status {
  min-width: 160px;
  padding: 14px 16px;
  border: 1px solid var(--ibc-line);
  background: var(--ibc-soft);
  text-align: right;
}

.ibc-dashboard-status span {
  display: block;
  color: var(--ibc-muted);
  font-size: 12px;
}

.ibc-dashboard-status strong {
  display: block;
  margin-top: 4px;
  color: var(--ibc-ink);
}

.ibc-dashboard-status.ibc-status-pending {
  border-color: var(--ibc-gold);
}

.ibc-dashboard-status.ibc-status-member {
  background: var(--ibc-navy);
  border-color: var(--ibc-navy);
  color: #fff;
}

.ibc-dashboard-status.ibc-status-member span,
.ibc-dashboard-status.ibc-status-member strong {
  color: #fff;
}

.ibc-dashboard-progress {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.ibc-dashboard-progress-bar {
  flex: 1;
  height: 10px;
  background: var(--ibc-soft);
  border: 1px solid var(--ibc-line);
}

.ibc-dashboard-progress-bar span {
  display: block;
  height: 100%;
  background: var(--ibc-navy);
}

.ibc-dashboard-note {
  margin: 0 0 10px;
  color: var(--ibc-muted);
}

.ibc-dashboard-missing,
.ibc-dashboard-contact {
  margin: 0;
  padding-left: 18px;
  color: var(--ibc-ink);
}

.ibc-dashboard-contact a {
  color: var(--ibc-navy);
}

.ibc-dashboard-proposed {
  margin: 0;
}

.ibc-dashboard-secretariat {
  background: var(--ibc-soft);
  padding: 18px;
  border: 1px solid var(--ibc-line);
}

.ibc-dash-pagehead {
  margin-bottom: 20px;
}

.ibc-dash-pagehead h1 {
  margin: 0;
  color: var(--ibc-ink);
  font-size: 22px;
  font-weight: 600;
}

.ibc-dash-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.ibc-dash-panel-head h2 {
  margin: 0;
}

.ibc-dash-panel-head strong {
  color: var(--ibc-navy);
  font-size: 20px;
}

.ibc-dash-actions .buttons {
  margin-top: 4px;
}

.ibc-account-bar,
.ibc-app-nav,
.ibc-app-sheet {
  display: none;
}

html[dir="rtl"] .ibc-account-password .input-group-btn .btn {
  border-inline-start: 1px solid var(--ibc-field-border);
  border-inline-end: 0;
}

@media (max-width: 991px) {
  .ibc-account-card,
  .ibc-account .form-box-wrapper,
  .ibc-account-guest .form-box-wrapper {
    padding: 28px 20px 24px;
  }
}

.ibc-account-grid .is-full,
.ibc-account-grid .form-group.is-full {
  grid-column: 1 / -1;
}

.ibc-account-card textarea.form-control,
.ibc-account textarea.form-control {
  min-height: 120px;
  padding-top: 18px;
}

.ibc-account-card select.form-control {
  appearance: auto;
}

.ibc-static-label {
  display: block;
  margin-bottom: 10px;
  color: var(--ibc-ink);
  font-size: 14px;
  font-weight: 600;
}

.ibc-static-label span {
  color: var(--ibc-muted);
  font-weight: 400;
}

.ibc-category-grid {
  grid-template-columns: 1fr 1fr;
}

.ibc-enquiry-form .form-group {
  margin-bottom: 18px;
}

.ibc-enquiry-form .buttons {
  justify-content: flex-start;
}

.ibc-nav-badge {
  display: inline-block;
  min-width: 18px;
  padding: 0 6px;
  margin-left: 6px;
  border-radius: 10px;
  background: var(--ibc-gold);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.ibc-app-nav-item {
  position: relative;
}

.ibc-app-nav-item .ibc-nav-badge {
  position: absolute;
  top: 2px;
  right: calc(50% - 22px);
  margin-left: 0;
}

.ibc-message-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin: 4px 0 0;
  border-bottom: 1px solid #e8eef4;
}

.ibc-message-tabs a,
.ibc-message-tabs button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 0 12px;
  border: 0;
  background: transparent;
  color: #7b8896;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.ibc-message-tabs a.is-active,
.ibc-message-tabs button.is-active {
  background: transparent;
  border-color: transparent;
  color: var(--ibc-navy);
}

.ibc-message-tabs a.is-active:after,
.ibc-message-tabs button.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--ibc-navy);
}

.ibc-message-tabs .ibc-nav-badge {
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  margin-left: 0;
  border-radius: 999px;
  background: var(--ibc-navy);
  color: #fff;
  font-size: 11px;
  line-height: 18px;
}

.ibc-tab-compose-short {
  display: none;
}

.ibc-message-panel[hidden] {
  display: none !important;
}

.ibc-messages-new {
  flex-shrink: 0;
  min-width: 0;
}

.ibc-messages-new-short {
  display: none;
}

.ibc-messages-help {
  margin: 18px 0 16px;
  color: var(--ibc-muted);
}

.ibc-message-list {
  display: flex;
  flex-direction: column;
  margin: 8px -8px 0;
}

.ibc-message-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 12px;
  border-bottom: 1px solid #eef2f6;
  color: inherit;
  text-decoration: none;
}

.ibc-message-row:hover,
.ibc-message-row:focus {
  background: #f7fafc;
  color: inherit;
  text-decoration: none;
}

.ibc-message-row.is-unread {
  background: #f3f8ff;
  border-radius: 12px;
  border-bottom-color: transparent;
}

.ibc-message-row.is-unread:hover,
.ibc-message-row.is-unread:focus {
  background: #eaf3ff;
}

.ibc-message-row.is-unread + .ibc-message-row.is-unread {
  margin-top: 2px;
}

.ibc-message-avatar {
  width: 44px;
  height: 44px;
  font-size: 14px;
}

.ibc-message-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ibc-navy);
  flex-shrink: 0;
}

.ibc-message-dot.is-empty {
  background: transparent;
}

.ibc-message-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.ibc-message-name,
.ibc-message-subject {
  color: var(--ibc-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.ibc-message-snippet {
  overflow: hidden;
  color: var(--ibc-muted);
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ibc-message-side {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #9aa6b2;
}

.ibc-message-date {
  color: #9aa6b2;
  font-size: 12px;
  white-space: nowrap;
}

.ibc-message-side .fa {
  font-size: 14px;
}

.ibc-messages-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  color: var(--ibc-muted);
  font-size: 13px;
}

.ibc-messages-foot p {
  margin: 0;
}

.ibc-messages-pager .pagination {
  margin: 0;
}

.ibc-messages-pager .pagination > li > a,
.ibc-messages-pager .pagination > li > span {
  min-width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--ibc-line);
  border-radius: 8px;
  line-height: 34px;
  text-align: center;
}

.ibc-messages-pager .pagination > .active > span,
.ibc-messages-pager .pagination > .active > a {
  background: var(--ibc-navy);
  border-color: var(--ibc-navy);
  color: #fff;
}

@media (max-width: 991px) {
  .ibc-page-head h1,
  .ibc-messages-head h1,
  .ibc-settings-head h1 {
    font-size: 22px;
  }

  .ibc-tab-compose-full {
    display: none;
  }

  .ibc-tab-compose-short {
    display: inline;
  }

  .ibc-message-list {
    margin-left: -8px;
    margin-right: -8px;
  }

  .ibc-messages-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .ibc-message-side {
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
  }
}

.ibc-message-detail {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.ibc-message-detail li {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}

.ibc-message-detail span {
  min-width: 64px;
  color: var(--ibc-muted);
  font-weight: 600;
}

.ibc-message-body {
  padding: 18px 0 0;
  border-top: 1px solid var(--ibc-line);
  color: var(--ibc-ink);
  line-height: 1.6;
  white-space: pre-wrap;
}

.ibc-file-input {
  padding: 10px 12px;
  min-height: 48px;
}

.ibc-profile-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.ibc-profile-logo img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border: 1px solid var(--ibc-line);
  background: #fff;
}

.ibc-logo-remove {
  margin: 0;
  color: var(--ibc-ink);
  font-weight: 400;
}

.ibc-account-pills input {
  pointer-events: auto;
}

.ibc-directory-panel {
  padding: 22px 24px;
}

.ibc-directory-lock-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ibc-muted);
  font-size: 13px;
  white-space: nowrap;
}

.ibc-directory-lock-badge i {
  color: var(--ibc-navy);
}

.ibc-directory-toolbar {
  padding: 16px 18px;
}

.ibc-directory-filters {
  margin: 0;
}

.ibc-directory-filters-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(130px, 160px) auto;
  gap: 10px;
  align-items: center;
}

.ibc-directory-search {
  position: relative;
  min-width: 0;
}

.ibc-directory-search i {
  position: absolute;
  top: 50%;
  right: 14px;
  left: auto;
  transform: translateY(-50%);
  color: var(--ibc-muted);
  pointer-events: none;
}

.ibc-directory-filters-row .ibc-directory-search .form-control {
  height: 44px;
  padding: 12px 40px 12px 14px !important;
  border-radius: 10px;
  border-color: #d5dee8;
}

.ibc-directory-filters-row .form-group {
  margin: 0;
  min-width: 0;
}

.ibc-directory-filters-row .form-control {
  height: 44px;
  border-radius: 10px;
  border-color: #d5dee8;
}

.ibc-directory-filter-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ibc-directory-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 4px;
}

.ibc-directory-count {
  margin: 0;
  color: var(--ibc-muted);
  font-size: 13px;
  font-weight: 600;
}

.ibc-directory-sort {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: var(--ibc-muted);
  font-size: 13px;
  font-weight: 600;
}

.ibc-directory-sort select {
  border: 0;
  background: transparent;
  color: var(--ibc-ink);
  font-weight: 600;
}

.ibc-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  background: transparent;
}

.ibc-directory-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.ibc-directory-card:hover {
  border-color: #d5dee8;
  box-shadow: 0 10px 28px rgba(29, 42, 54, 0.08);
}

.ibc-directory-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 12px;
  background: #d7ebf7;
  color: var(--ibc-navy);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.ibc-directory-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ibc-directory-card h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.ibc-directory-card h2 a {
  color: var(--ibc-ink);
  text-decoration: none;
}

.ibc-directory-industry {
  margin: 4px 0 0;
  color: #6b7785;
  font-size: 13px;
  font-weight: 600;
}

.ibc-directory-card .ibc-directory-intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 8px 0 0;
  color: var(--ibc-muted);
  font-size: 13px;
  line-height: 1.45;
}

.ibc-directory-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #eef2f6;
}

.ibc-directory-card-foot span {
  min-width: 0;
  overflow: hidden;
  color: #8a96a3;
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ibc-directory-card-foot a {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ibc-navy);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ibc-directory-card-foot a .fa {
  font-size: 11px;
}

.ibc-directory-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  background: #d7ebf7;
  text-decoration: none;
}

.ibc-directory-card-media.is-large {
  flex-basis: 88px;
  width: 88px;
  height: 88px;
}

.ibc-directory-card-media.is-large .ibc-dash-avatar {
  font-size: 24px;
}

.ibc-directory-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ibc-directory-card-media .ibc-dash-avatar {
  width: 100%;
  height: 100%;
  font-size: 18px;
}

.ibc-directory-initials {
  color: var(--ibc-navy);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ibc-directory-card-body {
  min-width: 0;
  flex: 1;
}

.ibc-directory-card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}

.ibc-directory-card-body h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

.ibc-directory-card-body h2 a {
  color: var(--ibc-ink);
  text-decoration: none;
}

.ibc-directory-verified {
  color: var(--ibc-navy);
  font-size: 15px;
  line-height: 1;
}

.ibc-directory-self {
  color: var(--ibc-muted);
  font-size: 12px;
  font-weight: 600;
}

.ibc-directory-headline {
  margin: 0 0 8px;
  color: var(--ibc-navy);
  font-size: 14px;
  font-weight: 600;
}

.ibc-directory-role,
.ibc-directory-company,
.ibc-directory-intro,
.ibc-directory-meta {
  margin: 0 0 6px;
  color: var(--ibc-muted);
}

.ibc-directory-company {
  color: var(--ibc-ink);
  font-weight: 600;
}

.ibc-directory-meta i {
  margin-right: 6px;
  color: var(--ibc-navy);
}

.ibc-directory-card-body .ibc-dash-btn {
  margin-top: 8px;
}

.ibc-directory-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

.ibc-directory-tags li {
  padding: 3px 9px;
  border-radius: 4px;
  background: #f2f4f7;
  color: #5b6773;
  font-size: 12px;
  font-weight: 500;
}

.ibc-directory-empty {
  margin: 0;
  color: var(--ibc-muted);
}

.ibc-directory-empty p {
  margin: 0;
}

.ibc-directory-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 20px 0 8px;
}

.ibc-directory-pager p {
  margin: 0;
  color: var(--ibc-muted);
  font-size: 13px;
}

.ibc-directory-pager .pagination {
  margin: 0;
}

.ibc-directory-pager .pagination > li > a,
.ibc-directory-pager .pagination > li > span {
  min-width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--ibc-line);
  border-radius: 8px;
  line-height: 34px;
  text-align: center;
}

.ibc-directory-pager .pagination > .active > span,
.ibc-directory-pager .pagination > .active > a {
  background: var(--ibc-navy);
  border-color: var(--ibc-navy);
  color: #fff;
}

.ibc-directory-privacy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ibc-muted);
  font-size: 13px;
}

.ibc-directory-privacy i {
  color: var(--ibc-navy);
}

.ibc-directory-lock h2 {
  margin: 0 0 8px;
}

.ibc-directory-lock-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 18px;
}

.ibc-directory-lock-contact a {
  color: var(--ibc-navy);
}

.ibc-directory-hero {
  display: flex;
  gap: 20px;
  align-items: center;
}

.ibc-directory-hero-copy {
  min-width: 0;
  flex: 1;
}

.ibc-directory-hero-copy h1 {
  margin: 0;
  width: auto;
  flex: 0 1 auto;
  color: var(--ibc-ink);
  font-size: 26px;
}

.ibc-directory-hero-copy .ibc-directory-card-head {
  margin-bottom: 4px;
  flex-wrap: nowrap;
}

.ibc-directory-hero-copy .ibc-directory-verified {
  flex-shrink: 0;
  font-size: 18px;
}

.ibc-directory-hero-copy .ibc-directory-headline {
  margin-bottom: 10px;
}

.ibc-profile-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.ibc-profile-back {
  color: var(--ibc-navy);
  font-weight: 600;
}

.ibc-profile-back i {
  margin-right: 6px;
}

.ibc-profile-own {
  color: var(--ibc-muted);
  font-size: 13px;
}

.ibc-profile-hero-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  flex-shrink: 0;
}

.ibc-dash-badge.is-live:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  background: #147a3d;
  vertical-align: middle;
}

.ibc-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.9fr);
  gap: 18px;
  margin-top: 18px;
}

.ibc-profile-block {
  padding: 16px 0;
  border-bottom: 1px solid #eef2f6;
}

.ibc-profile-block:first-of-type {
  padding-top: 4px;
}

.ibc-profile-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ibc-profile-block h3 {
  margin: 0 0 8px;
  color: var(--ibc-muted);
  font-size: 13px;
  font-weight: 700;
}

.ibc-profile-block p {
  margin: 0;
  color: var(--ibc-ink);
}

.ibc-profile-block .ibc-directory-tags {
  margin: 0;
}

.ibc-profile-contact-card .ibc-dash-note {
  margin-bottom: 4px;
}

.ibc-profile-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f6;
  grid-template-columns: none;
}

.ibc-profile-contact li:last-child {
  border-bottom: 0;
}

.ibc-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #e8f3fb;
  color: var(--ibc-navy);
  flex-shrink: 0;
}

.ibc-contact-icon i {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  color: inherit;
}

.ibc-profile-contact.ibc-directory-contact .ibc-contact-icon,
.ibc-profile-contact .ibc-contact-icon {
  color: var(--ibc-navy);
}

.ibc-profile-contact li span:not(.ibc-contact-icon) {
  display: block;
  margin-bottom: 2px;
  color: var(--ibc-muted);
  font-size: 12px;
}

.ibc-profile-contact li a,
.ibc-profile-contact li strong {
  color: var(--ibc-navy);
  font-weight: 600;
  word-break: break-word;
}

.ibc-profile-privacy {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 0;
  padding-top: 14px;
  border-top: 1px solid #eef2f6;
  color: var(--ibc-muted);
  font-size: 12px;
}

.ibc-profile-privacy a {
  color: var(--ibc-navy);
  font-weight: 600;
  white-space: nowrap;
}

.ibc-directory-profile .ibc-dash-card h2 {
  margin-bottom: 8px;
}

.ibc-directory-profile .ibc-profile-enquiry {
  margin-top: 32px;
}

.ibc-directory-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ibc-directory-contact li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--ibc-line);
}

.ibc-directory-contact li span {
  color: var(--ibc-muted);
}

.ibc-directory-contact a {
  color: var(--ibc-navy);
  word-break: break-word;
}

.ibc-profile-contact.ibc-directory-contact li,
.ibc-profile-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f6;
  grid-template-columns: none;
}

.ibc-profile-contact.ibc-directory-contact li:last-child,
.ibc-profile-contact li:last-child {
  border-bottom: 0;
}

.ibc-profile-contact.ibc-directory-contact li span:not(.ibc-contact-icon),
.ibc-profile-contact li span:not(.ibc-contact-icon) {
  display: block;
  margin-bottom: 2px;
  color: var(--ibc-muted);
  font-size: 12px;
}

.ibc-profile-contact li a {
  color: var(--ibc-navy);
  font-weight: 600;
  word-break: break-word;
}

.ibc-profile-contact li strong {
  color: var(--ibc-ink);
  font-weight: 600;
  word-break: break-word;
}

.ibc-social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.ibc-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #fff !important;
  font-weight: 400;
  text-decoration: none;
}

.ibc-social-link i {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.ibc-social-link.is-linkedin {
  background: #0a66c2;
}

.ibc-social-link.is-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.ibc-social-link.is-facebook {
  background: #1877f2;
}

.ibc-social-link.is-x {
  background: #111827;
}

.ibc-profile-contact li.ibc-profile-socials a {
  word-break: normal;
}

@media (max-width: 991px) {
  .ibc-directory-filters-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .ibc-directory-search {
    grid-column: 1 / -1;
  }

  .ibc-directory-filter-actions {
    flex-shrink: 0;
  }

  .ibc-directory-filter-actions .ibc-dash-btn {
    width: auto;
    min-width: 88px;
  }

  .ibc-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ibc-directory-pager {
    flex-direction: column;
    align-items: flex-start;
  }

  .ibc-directory-hero,
  .ibc-profile-hero-actions,
  .ibc-profile-privacy {
    flex-direction: column;
    align-items: flex-start;
  }

  .ibc-profile-grid,
  .ibc-edit-profile-grid {
    grid-template-columns: 1fr;
  }

  .ibc-edit-progress,
  .ibc-edit-actions {
    width: 100%;
    text-align: left;
  }

  .ibc-edit-actions .ibc-dash-btn {
    flex: 1;
  }

  .ibc-directory-panel {
    padding: 22px 18px;
  }

  .ibc-directory-contact li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 575px) {
  .ibc-directory-grid {
    grid-template-columns: 1fr;
  }

  .ibc-account-grid {
    grid-template-columns: 1fr;
  }

  .ibc-category-grid {
    grid-template-columns: 1fr;
  }

  .ibc-account-footer,
  .ibc-account-card .buttons,
  .ibc-account .buttons {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 991px) {
  body.ibc-account-page footer,
  body.ibc-account-page .copyrights-wrapper,
  body.ibc-account-page .ibc-footer-wrapper,
  body:has(.ibc-account) footer,
  body:has(.ibc-account-guest) footer,
  body:has(.ibc-account) .copyrights-wrapper,
  body:has(.ibc-account-guest) .copyrights-wrapper,
  body:has(.ibc-account) .ibc-footer-wrapper,
  body:has(.ibc-account-guest) .ibc-footer-wrapper {
    display: none !important;
  }

  .ibc-account {
    padding-bottom: calc(32px + env(safe-area-inset-bottom, 0px));
  }

  .ibc-account .breadcrumb {
    display: none;
  }

  .ibc-account #column-right,
  .ibc-account .category-aside,
  .ibc-account .aside-toggler {
    display: none !important;
  }

  .ibc-account #content.col-lg-9,
  .ibc-account #content.col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ibc-account-card,
  .ibc-account .form-box-wrapper {
    padding: 22px 16px 20px;
    box-shadow: none;
  }

  .ibc-dash-pagehead h1 {
    font-size: 20px;
  }

  .ibc-dashboard-hero {
    flex-direction: column;
    gap: 12px;
  }

  .ibc-dashboard-identity h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .ibc-dashboard-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 0;
    text-align: left;
    padding: 10px 14px;
  }

  .ibc-dashboard-status span,
  .ibc-dashboard-status strong {
    display: inline;
    margin: 0;
  }

  .ibc-dashboard-progress {
    margin-bottom: 8px;
  }

  .ibc-account-switch {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 14px;
  }

  .ibc-account-pills {
    display: inline-flex;
    width: auto;
  }

  .ibc-account-pills label {
    flex: none;
  }

  .ibc-account-pills span {
    width: auto;
    text-align: center;
  }

  .ibc-account-card .buttons,
  .ibc-account .buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .ibc-account-card .buttons .btn,
  .ibc-account-card .buttons a.btn,
  .ibc-account-card .buttons button.btn {
    width: 100%;
  }

  .ibc-account-links a {
    min-height: 52px;
  }

  .ibc-account.container-fluid {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  body.ibc-account-app header.ronixa-theme-header,
  body.ibc-account-app #page-header,
  body.ibc-account-app .ronixa-header-clone,
  body.ibc-account-app .ronixa-close-side,
  body.ibc-account-app .ronixa-mobile-nav-01,
  body.ibc-account-app .advance-side-cart {
    display: none !important;
  }

  .ibc-account-bar {
    position: sticky;
    top: 0;
    z-index: 1100;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
    margin: 0 -16px 16px;
    padding: 6px 12px;
    min-height: 64px;
    background: #fff;
    border-top: 0;
    border-bottom: 1px solid var(--ibc-line);
    box-shadow: 0 1px 0 rgba(17, 24, 32, 0.04);
  }

  .ibc-account-bar-back {
    display: none;
  }

  .ibc-account-bar-menu {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 8px;
    min-height: 44px;
    margin: 0;
    padding: 0 4px 0 2px;
    border: 0;
    background: transparent;
    color: var(--ibc-navy);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
  }

  .ibc-account-bar-menu i {
    font-size: 18px;
  }

  .ibc-account-bar-logo {
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 46vw;
    min-width: 0;
    color: var(--ibc-navy);
    text-decoration: none;
  }

  .ibc-account-bar-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 130px;
    max-height: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  @media (max-width: 575px) {
    .ibc-account-bar-logo img {
      max-width: 105px;
    }
  }

  .ibc-account-bar-logo span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }

  .ibc-account-bar-spacer {
    justify-self: end;
    min-width: 0;
  }

  .ibc-profile-toolbar {
    display: none;
  }

  .ibc-app-nav {
    display: none !important;
  }

  .ibc-app-sheet {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 100000;
    pointer-events: none;
  }

  .ibc-app-sheet[hidden] {
    display: none !important;
  }

  .ibc-app-sheet.is-open {
    pointer-events: auto;
  }

  .ibc-app-sheet-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 32, 0.48);
    opacity: 0;
    transition: opacity 0.32s ease;
  }

  .ibc-app-sheet.is-open .ibc-app-sheet-backdrop {
    opacity: 1;
  }

  .ibc-app-sheet-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 86%;
    max-width: 360px;
    height: 100%;
    padding: 0 0 env(safe-area-inset-bottom, 0px);
    background: #fff;
    box-shadow: 16px 0 48px rgba(17, 24, 32, 0.22);
    overflow: hidden;
    transform: translateX(-100%);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .ibc-app-sheet.is-open .ibc-app-sheet-panel {
    transform: translateX(0);
  }

  .ibc-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 18px 10px 14px 22px;
  }

  .ibc-drawer-head strong {
    color: #111827;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .ibc-drawer-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8b97a6;
    font-size: 22px;
    line-height: 1;
  }

  .ibc-drawer-user {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    margin: 0 16px 8px;
    padding: 14px 14px 16px;
    border-bottom: 1px solid #eef1f5;
  }

  .ibc-drawer-user .ibc-dash-avatar {
    width: 56px;
    height: 56px;
    background: #d6ebf8;
    color: var(--ibc-navy);
    font-size: 18px;
  }

  .ibc-drawer-user-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
  }

  .ibc-drawer-user-copy strong {
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }

  .ibc-drawer-user-copy > span:not(.ibc-dash-badge) {
    margin: 3px 0 8px;
    color: #6b7785;
    font-size: 13px;
    line-height: 1.3;
  }

  .ibc-drawer-user-copy > span.is-empty {
    font-style: italic;
  }

  .ibc-drawer-user .ibc-dash-badge {
    background: #1f9d55;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
  }

  .ibc-drawer-user .ibc-dash-badge.ibc-status-pending {
    background: #d09216;
    color: #fff;
  }

  .ibc-drawer-user .ibc-dash-badge.ibc-status-non_member {
    background: #667085;
    color: #fff;
  }

  .ibc-drawer-nav {
    flex: 1;
    padding: 6px 12px 24px;
    overflow-y: auto;
  }

  .ibc-drawer-nav-group + .ibc-drawer-nav-group {
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px solid #eef1f5;
  }

  .ibc-drawer-nav a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 52px;
    padding: 12px 14px;
    border: 0;
    border-radius: 14px;
    color: #4b5a69;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }

  .ibc-drawer-nav a span {
    flex: 1;
    min-width: 0;
  }

  .ibc-drawer-nav a i {
    width: 22px;
    color: #7b8896;
    font-size: 16px;
    text-align: center;
  }

  .ibc-drawer-nav a .ibc-nav-badge {
    flex: none;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    margin-left: 0;
    border-radius: 999px;
    background: #e67e22;
    font-size: 11px;
    line-height: 20px;
  }

  .ibc-drawer-nav a.is-active {
    background: #e7f1ff;
    color: var(--ibc-navy);
  }

  .ibc-drawer-nav a.is-active i {
    color: var(--ibc-navy);
  }

  .ibc-drawer-nav a.is-signout,
  .ibc-drawer-nav a.is-signout i {
    color: #4b5a69;
  }

  body.ibc-app-sheet-open {
    overflow: hidden;
  }

  @media (prefers-reduced-motion: reduce) {
    .ibc-app-sheet-backdrop,
    .ibc-app-sheet-panel {
      transition: none;
    }
  }
}

#account-wall .ibc-account-card.ibc-wall-chat {
  padding: 0;
  overflow: hidden;
}

#account-wall .ibc-wall-chat .alert {
  margin: 0;
  border-radius: 0;
}

.ibc-chat {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 70vh;
  background: #efeae2;
}

.ibc-chat-warning {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  background: #fff3cd;
  border-bottom: 1px solid #f0d78c;
  color: #7a5b00;
  font-size: 13px;
  line-height: 1.4;
}

.ibc-chat-warning[hidden] {
  display: none !important;
}

.ibc-chat-warning p {
  margin: 0;
  flex: 1;
}

.ibc-chat-warning-close {
  border: 0;
  background: none;
  color: #7a5b00;
  font-size: 22px;
  line-height: 1;
  padding: 0 2px;
  cursor: pointer;
}

.ibc-chat-photo {
  display: block;
  margin: 0 0 6px;
}

.ibc-chat-photo img {
  display: block;
  max-width: 100%;
  max-height: 280px;
  border-radius: 6px;
  object-fit: cover;
}

.ibc-chat-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  padding: 10px 14px;
  background: #008069;
  color: #fff;
}

.ibc-chat-group-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff24;
  font-size: 18px;
}

.ibc-chat-head-text {
  flex: 1;
  min-width: 0;
}

.ibc-chat-head-text h1,
.ibc-chat-head-text h2 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.ibc-chat-head-text p {
  margin: 2px 0 0;
  color: #d7f5ee;
  font-size: 12px;
}

.ibc-chat-head-actions {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
  flex-shrink: 0;
}

.ibc-chat-screen,
.ibc-chat-refresh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
  cursor: pointer;
}

.ibc-chat-screen:hover,
.ibc-chat-screen:focus,
.ibc-chat-refresh:hover,
.ibc-chat-refresh:focus {
  background: #ffffff24;
  color: #fff;
  outline: none;
}

.ibc-chat-refresh:disabled {
  cursor: wait;
  opacity: 0.7;
}

.ibc-chat-refresh.is-busy i {
  animation: ibc-chat-spin 0.7s linear infinite;
}

@keyframes ibc-chat-spin {
  to {
    transform: rotate(360deg);
  }
}

html.ibc-chat-expanded,
body.ibc-chat-expanded {
  overflow: hidden !important;
  height: 100%;
}

.ibc-chat.is-expanded {
  position: fixed;
  inset: 0;
  z-index: 100002;
  width: 100%;
  height: 100%;
  height: 100dvh;
  min-height: 100%;
  max-height: 100%;
  border-radius: 0;
  padding-bottom: env(safe-area-inset-bottom);
}

.ibc-chat-feed {
  flex: 1 1 auto;
  min-height: 320px;
  max-height: calc(100vh - 320px);
  overflow-y: auto;
  padding: 12px 10px 18px;
  background-color: #efeae2;
  background-image: radial-gradient(rgba(0, 0, 0, 0.05) 0.8px, transparent 0.8px);
  background-size: 14px 14px;
}

.ibc-chat-history,
.ibc-chat-empty,
.ibc-chat-note {
  margin: 0 auto 12px;
  text-align: center;
  color: #667781;
  font-size: 13px;
}

.ibc-chat-history {
  display: table;
  padding: 6px 12px;
  border-radius: 18px;
  background: #ffffffd9;
  color: #027eb5;
  font-weight: 600;
}

.ibc-chat-empty {
  max-width: 280px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #ffffffd9;
}

.ibc-chat-day {
  display: flex;
  justify-content: center;
  margin: 10px 0 14px;
}

.ibc-chat-day span {
  padding: 4px 10px;
  border-radius: 8px;
  background: #ffffffd9;
  color: #54656f;
  font-size: 12px;
  font-weight: 600;
}

.ibc-chat-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 0 0 10px;
  max-width: 100%;
}

.ibc-chat-row.is-own {
  justify-content: flex-end;
}

.ibc-chat-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  flex-shrink: 0;
}

.ibc-chat-avatar.is-c0 { background: #00a884; }
.ibc-chat-avatar.is-c1 { background: #53bdeb; }
.ibc-chat-avatar.is-c2 { background: #a855f7; }
.ibc-chat-avatar.is-c3 { background: #f59e0b; }
.ibc-chat-avatar.is-c4 { background: #ef4444; }
.ibc-chat-avatar.is-c5 { background: #0ea5e9; }

.ibc-chat-stack {
  max-width: min(78%, 420px);
}

.ibc-chat-row.is-own .ibc-chat-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.ibc-chat-name {
  margin: 0 4px 3px;
  font-size: 12px;
  font-weight: 700;
  color: #027eb5;
}

.ibc-chat-name a {
  color: inherit;
}

.ibc-chat-name span {
  margin-left: 6px;
  color: #667781;
  font-weight: 500;
}

.ibc-chat-bubble {
  position: relative;
  padding: 6px 9px 4px;
  border-radius: 7.5px;
  box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
  background: #fff;
}

.ibc-chat-row:not(.is-own) .ibc-chat-bubble {
  border-top-left-radius: 0;
}

.ibc-chat-row.is-own .ibc-chat-bubble {
  background: #d9fdd3;
  border-top-right-radius: 0;
}

.ibc-chat-body {
  margin: 0 48px 0 0;
  color: #111b21;
  font-size: 14.2px;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
}

.ibc-chat-time {
  display: block;
  margin-top: -2px;
  text-align: right;
  color: #667781;
  font-size: 11px;
}

.ibc-chat-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 4px 0;
}

.ibc-chat-actions a,
.ibc-chat-actions button,
.ibc-chat-actions span {
  border: 0;
  padding: 0;
  background: none;
  color: #027eb5;
  font-size: 12px;
  font-weight: 600;
}

.ibc-chat-actions form {
  margin: 0;
}

.ibc-chat-actions span {
  color: #667781;
  font-weight: 500;
}

.ibc-chat-mod[data-mod="delete"],
.ibc-chat-mod[data-mod="suspend"] {
  color: #c0392b;
}

.ibc-chat-confirm {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(17, 27, 33, 0.48);
}

.ibc-chat-confirm[hidden],
.ibc-chat-undo[hidden] {
  display: none !important;
}

.ibc-chat-confirm-card {
  width: 100%;
  max-width: 320px;
  padding: 18px 16px 14px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(17, 27, 33, 0.22);
}

.ibc-chat-confirm-card p {
  margin: 0 0 16px;
  color: #111b21;
  font-size: 15px;
  line-height: 1.45;
}

.ibc-chat-confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.ibc-chat-confirm-cancel,
.ibc-chat-confirm-ok {
  border: 0;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
}

.ibc-chat-confirm-cancel {
  background: transparent;
  color: #027eb5;
}

.ibc-chat-confirm-ok {
  background: #008069;
  color: #fff;
}

.ibc-chat-undo {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 78px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #111b21;
  color: #fff;
  box-shadow: 0 8px 20px rgba(17, 27, 33, 0.28);
}

.ibc-chat-undo span {
  font-size: 14px;
}

.ibc-chat-undo button {
  border: 0;
  padding: 0;
  background: none;
  color: #53bdeb;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.ibc-chat-compose-wrap {
  flex-shrink: 0;
  padding: 8px 10px 10px;
  background: #f0f2f5;
}

.ibc-chat-note-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 6px;
}

.ibc-chat-note-row .ibc-chat-note {
  margin: 0;
  text-align: center;
}

.ibc-chat-limits {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: none;
  color: #667781;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.ibc-chat-limits:hover,
.ibc-chat-limits:focus,
.ibc-chat-limits[aria-expanded="true"] {
  color: #027eb5;
}

.ibc-chat-limits-tip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 8px);
  z-index: 5;
  width: min(280px, calc(100vw - 40px));
  padding: 10px 12px;
  border-radius: 8px;
  background: #111b21;
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
  box-shadow: 0 8px 20px rgba(17, 27, 33, 0.22);
}

.ibc-chat-limits-tip[hidden] {
  display: none !important;
}

.ibc-chat-compose {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ibc-chat-compose-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.ibc-chat-attach {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #027eb5;
  cursor: pointer;
  flex: 0 0 auto;
}

.ibc-chat-attach[hidden] {
  display: none !important;
}

.ibc-chat-attach:hover,
.ibc-chat-attach:focus {
  color: #015f88;
  background: rgba(2, 126, 181, 0.08);
}

.ibc-chat-preview {
  position: relative;
  align-self: flex-start;
  max-width: 160px;
}

.ibc-chat-preview[hidden] {
  display: none !important;
}

.ibc-chat-preview img {
  display: block;
  max-width: 160px;
  max-height: 120px;
  border-radius: 10px;
  object-fit: cover;
}

.ibc-chat-preview-clear {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: #111b21;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}

#account-wall .ibc-chat-compose .form-control,
#account-wall .ibc-chat-compose textarea.form-control,
.ibc-chat.is-expanded .ibc-chat-compose .form-control,
.ibc-chat.is-expanded .ibc-chat-compose textarea.form-control {
  min-height: 42px !important;
  max-height: 120px;
  height: 42px;
  padding: 10px 14px;
  border: 0 !important;
  border-radius: 21px !important;
  background: #fff;
  box-shadow: none;
  resize: none;
  overflow-y: auto;
  font-family: Vazirmatn, Poppins, sans-serif;
  unicode-bidi: plaintext;
  text-align: start;
}

.ibc-chat-send {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #00a884;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}

.ibc-chat-send:hover,
.ibc-chat-send:focus {
  background: #008f72;
  color: #fff;
}

.ibc-chat-send:disabled {
  opacity: 0.55;
  pointer-events: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ibc-chat.is-expanded .ibc-chat-feed {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
}

@media (max-width: 991px) {
  .ibc-chat:not(.is-expanded) {
    min-height: calc(100vh - 220px);
  }

  .ibc-chat:not(.is-expanded) .ibc-chat-feed {
    max-height: calc(100vh - 280px);
  }
}

#account-account {
  background: transparent;
}

.ibc-dash {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ibc-edit-profile {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ibc-edit-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ibc-edit-profile .ibc-dash-card h2 {
  margin-bottom: 8px;
}

.ibc-edit-profile .ibc-dash-note,
.ibc-edit-profile .ibc-account-lead {
  margin: 0 0 14px;
}

.ibc-edit-profile .ibc-directory-headline {
  margin-bottom: 4px;
  color: var(--ibc-ink);
  font-size: 20px;
  font-weight: 700;
}

.ibc-edit-progress {
  min-width: 190px;
  text-align: right;
}

.ibc-edit-progress strong {
  display: block;
  margin-top: 8px;
  color: var(--ibc-muted);
  font-size: 12px;
  font-weight: 600;
}

.ibc-edit-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
}

.ibc-edit-subhead {
  margin: 8px 0 12px;
  color: var(--ibc-ink);
  font-size: 14px;
  font-weight: 700;
}

.ibc-edit-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.ibc-edit-profile .ibc-account-groups .checkbox {
  border-radius: 10px !important;
}

.ibc-edit-profile .ibc-account-switch {
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #f7f9fb;
}

.ibc-edit-profile .ibc-account-switch-copy {
  min-width: 0;
  flex: 1;
}

.ibc-edit-profile .ibc-account-pills {
  flex: 0 0 auto;
  width: auto;
  border-radius: 999px !important;
  padding: 3px;
  background: #fff;
}

.ibc-edit-profile .ibc-account-pills label {
  flex: none;
}

.ibc-edit-profile .ibc-account-pills span {
  width: auto;
  min-width: 52px;
  padding: 6px 14px;
  border-radius: 999px !important;
  text-align: center;
}

.ibc-edit-profile #member-privacy .ibc-account-switch {
  flex-direction: row;
  align-items: center;
}

.ibc-edit-profile .form-control::placeholder {
  color: #9aa6b2;
  opacity: 1;
}

.ibc-dash-title h1 {
  margin: 0;
  color: var(--ibc-ink);
  font-size: 28px;
  font-weight: 700;
}

.ibc-dash-title p {
  margin: 6px 0 0;
  color: var(--ibc-muted);
  font-size: 15px;
}

.ibc-dash-card {
  background: #fff;
  border: 1px solid #e7edf3;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(29, 42, 54, 0.05);
  padding: 22px 24px;
}

.ibc-dash-card h2 {
  margin: 0;
  color: var(--ibc-ink);
  font-size: 16px;
  font-weight: 700;
}

.ibc-dash-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.ibc-dash-card-head a,
.ibc-dash-text-link {
  color: var(--ibc-navy);
  font-size: 14px;
  font-weight: 600;
}

.ibc-dash-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.8fr) auto;
  gap: 20px;
  align-items: center;
}

.ibc-dash-hero-main {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.ibc-dash-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #d7ebf7;
  color: var(--ibc-navy);
  font-size: 22px;
  font-weight: 700;
  flex-shrink: 0;
}

.ibc-dash-hero-copy h2 {
  margin: 0 0 4px;
  font-size: 22px;
}

.ibc-dash-hero-copy p {
  margin: 0 0 8px;
  color: var(--ibc-muted);
}

.ibc-dash-hero-copy p.is-empty {
  font-style: italic;
}

.ibc-dash-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e8f8ef;
  color: #147a3d;
  font-size: 12px;
  font-weight: 700;
}

.ibc-dash-badge.ibc-status-pending {
  background: #fff4e5;
  color: #9a6700;
}

.ibc-dash-badge.ibc-status-non_member {
  background: #f2f4f7;
  color: #667085;
}

.ibc-dash-hero-meta {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ibc-muted);
}

.ibc-dash-hero-meta strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ibc-ink);
}

.ibc-dash-hero-meta p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.ibc-dash-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2f9e5f;
  color: #fff;
  flex-shrink: 0;
}

.ibc-dash-check.is-open {
  background: var(--ibc-soft);
  color: var(--ibc-navy);
  font-size: 12px;
  font-weight: 700;
}

.ibc-dash-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  background: var(--ibc-navy);
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}

.ibc-dash-btn:hover,
.ibc-dash-btn:focus {
  background: var(--ibc-navy-dark);
  color: #fff;
}

.ibc-dash-btn.is-outline {
  background: #fff;
  border: 1px solid #d5dee8;
  color: var(--ibc-navy);
}

.ibc-dash-btn.is-outline:hover,
.ibc-dash-btn.is-outline:focus {
  background: #f4f8fb;
  color: var(--ibc-navy-dark);
}

.ibc-dash-mid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ibc-dash-shortcuts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .ibc-dash-shortcuts {
    grid-template-columns: 1fr 1fr;
  }
}

.ibc-dash-activity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0 4px;
}

.ibc-dash-activity strong {
  display: block;
  color: var(--ibc-ink);
}

.ibc-dash-activity span,
.ibc-dash-note {
  color: var(--ibc-muted);
  font-size: 13px;
}

.ibc-dash-note {
  margin: 0 0 10px;
}

.ibc-dash-icon-link {
  color: var(--ibc-muted);
}

.ibc-dash-icon-link:hover {
  color: var(--ibc-navy);
}

.ibc-dash-toggle-row {
  margin-bottom: 12px;
}

.ibc-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  cursor: pointer;
}

.ibc-toggle input {
  position: absolute;
  opacity: 0;
}

.ibc-toggle-ui {
  width: 44px;
  height: 26px;
  border-radius: 999px;
  background: #d0d7e0;
  position: relative;
  flex-shrink: 0;
}

.ibc-toggle-ui:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.ibc-toggle input:checked + .ibc-toggle-ui {
  background: var(--ibc-navy);
}

.ibc-toggle input:checked + .ibc-toggle-ui:after {
  left: 21px;
}

.ibc-toggle-text {
  font-weight: 700;
  color: var(--ibc-navy);
}

.ibc-dash-shortcut-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #e8f3fb;
  color: var(--ibc-navy);
}

.ibc-dash-shortcuts .ibc-dash-card {
  display: flex;
  flex-direction: column;
}

.ibc-dash-shortcuts .ibc-dash-card p {
  margin: 8px 0 16px;
  color: var(--ibc-muted);
  min-height: 40px;
}

.ibc-dash-shortcuts .ibc-dash-btn {
  margin-top: auto;
  width: 100%;
}

.ibc-dash-support {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ibc-dash-support .ibc-dash-shortcut-icon {
  margin: 0;
}

.ibc-dash-support strong {
  display: block;
  margin-bottom: 2px;
}

.ibc-dash-support p {
  margin: 0;
  color: var(--ibc-muted);
  font-size: 13px;
}

.ibc-dash-support .ibc-dash-text-link {
  margin-left: auto;
  white-space: nowrap;
}

.ibc-dash-text-link i {
  margin-right: 6px;
}

@media (max-width: 991px) {
  .ibc-dash-hero,
  .ibc-dash-mid,
  .ibc-dash-shortcuts,
  .ibc-dash-support {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .ibc-dash-hero .ibc-dash-btn,
  .ibc-dash-shortcuts .ibc-dash-btn {
    width: 100%;
  }

  .ibc-dash-support .ibc-dash-text-link {
    margin-left: 0;
  }

  body.ibc-account-app .ronixa-theme-header-02 .ronixa-header-main-header,
  body.ibc-account-app .ronixa-theme-header-02.ronixa-header-overcontent .ronixa-header-main-header {
    display: none !important;
  }

  .ronixa-theme-header-02 .ronixa-header-main-header,
  .ronixa-theme-header-02.ronixa-header-overcontent .ronixa-header-main-header {
    position: relative;
    padding: 8px 0;
  }

  .ibc-account {
    padding-top: 0;
  }

  .ibc-dash-card {
    padding: 16px;
  }

  .ibc-directory-hero {
    align-items: flex-start;
    gap: 14px;
  }

  .ibc-directory-card-media.is-large {
    flex-basis: 72px;
    width: 72px;
    height: 72px;
  }

  .ibc-directory-hero-copy h1,
  .ibc-edit-profile .ibc-directory-hero-copy h1 {
    font-size: 22px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .ibc-directory-headline,
  .ibc-profile-block p,
  .ibc-directory-intro {
    overflow-wrap: anywhere;
  }

  .ibc-profile-hero-actions {
    width: 100%;
  }

  .ibc-profile-hero-actions .ibc-dash-btn {
    width: 100%;
  }

  .ibc-edit-progress {
    min-width: 0;
    width: 100%;
  }

  .ibc-edit-profile-grid,
  .ibc-profile-grid {
    grid-template-columns: 1fr;
  }

  .ibc-edit-profile .ibc-account-grid {
    grid-template-columns: 1fr;
  }

  .ibc-edit-profile .ibc-account-switch,
  .ibc-edit-profile #member-privacy .ibc-account-switch {
    flex-direction: row;
    align-items: center;
  }

  .ibc-edit-profile .ibc-account-pills {
    width: auto;
    flex-shrink: 0;
  }
}

@media (max-width: 575px) {
  .ibc-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ibc-edit-profile .ibc-account-switch,
  .ibc-edit-profile #member-privacy .ibc-account-switch {
    align-items: flex-start;
  }

  .ibc-dash-card h2,
  .ibc-edit-profile .ibc-dash-card h2 {
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .ibc-category-grid {
    grid-template-columns: 1fr;
  }
}

#account-feed .ibc-page-head {
  margin-bottom: 20px;
}

#account-feed .ibc-account-card.ibc-feed {
  max-width: 640px;
  padding: 24px 24px 20px;
}

.ibc-feed-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  border-bottom: 1px solid #e8eef4;
}

.ibc-feed-add {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 8px 14px;
  margin-bottom: 6px;
  border: 0;
  border-radius: 10px;
  background: var(--ibc-navy);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.ibc-feed-add:hover,
.ibc-feed-add:focus {
  background: var(--ibc-navy-dark);
  color: #fff;
}

.ibc-feed-status {
  margin: 0 0 16px;
}

.ibc-feed-modal[hidden] {
  display: none !important;
}

.ibc-feed-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.ibc-feed-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 32, 0.46);
}

.ibc-feed-modal-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 22px 22px 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(29, 42, 54, 0.22);
}

.ibc-feed-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
}

.ibc-feed-modal-head h2 {
  margin: 0;
  color: var(--ibc-ink);
  font-size: 20px;
  font-weight: 700;
}

.ibc-feed-modal-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--ibc-soft);
  color: var(--ibc-ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

body.ibc-feed-modal-open {
  overflow: hidden;
}

.ibc-feed-profile {
  margin-top: 18px;
}

.ibc-feed-profile > h2 {
  margin: 0 0 16px;
}

.ibc-feed-composer {
  padding: 0 0 24px;
  margin: 0 0 8px;
}

.ibc-feed-form .ibc-feed-body {
  min-height: 84px;
  padding: 12px 14px;
  resize: vertical;
}

.ibc-feed-preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0;
  overflow: hidden;
  border-radius: 12px;
  background: #f0f2f5;
}

.ibc-feed-preview img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 360px;
  object-fit: contain;
  object-position: center;
}

.ibc-feed-preview-clear {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 32, 0.72);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.ibc-feed-compose-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.ibc-feed-attach {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--ibc-navy);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.ibc-feed-attach[hidden] {
  display: none !important;
}

.ibc-feed-note {
  margin: 0 auto 0 0;
  color: var(--ibc-muted);
  font-size: 13px;
}

.ibc-feed-help {
  margin: 12px 0 0;
  color: var(--ibc-muted);
  font-size: 13px;
  line-height: 1.5;
}

.ibc-feed .ibc-message-tabs {
  flex: 1;
  min-width: 0;
  margin: 0;
  border-bottom: 0;
}

.ibc-feed-panel {
  padding-top: 24px;
}

.ibc-feed-panel[hidden] {
  display: none !important;
}

.ibc-feed-panel .ibc-directory-empty {
  margin: 0;
  padding: 28px 8px 12px;
  text-align: center;
}

.ibc-feed-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.ibc-feed-card {
  overflow: hidden;
  border: 1px solid var(--ibc-line);
  border-radius: 16px;
  background: #fff;
}

.ibc-feed-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px 14px;
}

.ibc-feed-card .ibc-dash-avatar {
  width: 44px;
  height: 44px;
  font-size: 14px;
  text-decoration: none;
}

.ibc-feed-card .ibc-dash-avatar.is-c0 { background: #00a884; color: #fff; }
.ibc-feed-card .ibc-dash-avatar.is-c1 { background: #53bdeb; color: #fff; }
.ibc-feed-card .ibc-dash-avatar.is-c2 { background: #a855f7; color: #fff; }
.ibc-feed-card .ibc-dash-avatar.is-c3 { background: #f59e0b; color: #fff; }
.ibc-feed-card .ibc-dash-avatar.is-c4 { background: #ef4444; color: #fff; }
.ibc-feed-card .ibc-dash-avatar.is-c5 { background: #0ea5e9; color: #fff; }

.ibc-feed-card-who {
  min-width: 0;
  flex: 1;
}

.ibc-feed-card-who a {
  color: inherit;
  text-decoration: none;
}

.ibc-feed-card-who strong,
.ibc-feed-card-who a strong {
  display: block;
  color: var(--ibc-ink);
  font-size: 15px;
}

.ibc-feed-card-who span {
  display: block;
  overflow: hidden;
  color: var(--ibc-muted);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ibc-feed-card-date {
  color: var(--ibc-muted);
  font-size: 12px;
  white-space: nowrap;
}

.ibc-feed-card-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #f0f2f5;
  max-height: min(42vh, 400px);
}

.ibc-feed-card-photo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(42vh, 400px);
  object-fit: contain;
  object-position: center;
}

.ibc-feed-card-text {
  margin: 0;
  padding: 14px 20px 8px;
  color: var(--ibc-ink);
  font-size: 15px;
  line-height: 1.55;
  white-space: pre-wrap;
}

.ibc-feed-card-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px 16px;
}

.ibc-feed-action {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: none;
  color: var(--ibc-navy);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.ibc-feed-action.is-danger {
  color: #b42318;
}

.ibc-feed-older {
  display: inline-block;
  margin: 16px 0 4px;
  color: var(--ibc-navy);
  font-weight: 700;
}

@media (max-width: 991px) {
  #account-feed .ibc-account-card.ibc-feed {
    padding: 20px 16px 16px;
  }

  .ibc-feed-card-head,
  .ibc-feed-card-text,
  .ibc-feed-card-actions {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ibc-feed-card-photo,
  .ibc-feed-card-photo img {
    max-height: min(42vh, 360px);
  }
}

@media (max-width: 767px) {
  .ibc-feed-compose-bar {
    flex-wrap: wrap;
    gap: 12px;
  }

  .ibc-feed-compose-bar .btn {
    width: 100%;
  }

  .ibc-feed-note {
    width: 100%;
    margin: 0;
  }

  .ibc-feed-card-photo,
  .ibc-feed-card-photo img {
    max-height: min(42vh, 360px);
  }
}
