/* e:\gitHub\safhaty-frontend\css\en.css */

body, button, input, select, textarea, .brand-name, strong, span, p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
}

/* RTL overrides to support clean LTR flow */
.profile-dashboard-user-copy {
  justify-items: start !important;
}

.profile-dashboard-user {
  flex-direction: row-reverse !important;
}



.profile-dashboard-panel-head div {
  text-align: left !important;
}

.profile-photo-box {
  flex-direction: row-reverse !important;
  text-align: left !important;
}

.profile-edit-hero {
  /* flex-direction: row-reverse !important; */
  text-align: left !important;
}

.profile-edit-hero div {
  text-align: left !important;
}

.profile-form label {
  text-align: left !important;
  display: block;
}



.profile-theme-option-copy {
  text-align: left !important;
}

.profile-domain-card-head {
  flex-direction: row-reverse !important;
}

.profile-domain-card-head div {
  text-align: left !important;
}

.profile-links-editor-item {
  grid-template-columns: auto minmax(0, 1fr) auto !important;
}

.profile-links-editor-copy {
  text-align: left !important;
}

.profile-links-editor-copy a {
  text-align: left !important;
}

/* .profile-dashboard-menu-item {
  border-left: none !important;
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
} */

/* .profile-dashboard-menu-item:first-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.profile-dashboard-menu-item:last-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  border-right: none !important;
} */

/* html[data-bs-theme="light"] .profile-dashboard-menu-item {
  border-right-color: rgba(109, 94, 252, 0.08) !important;
  border-left-color: transparent !important;
} */

/* Home LTR fixes */
.home-nav {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.home-topbar .dropdown-menu {
  text-align: left !important;
}

.hero-features {
  text-align: left !important;
}

.hero-feature-item {
  text-align: left !important;
}

/* Statistics RTL overrides */
.stat-card-head {
  flex-direction: row-reverse !important;
}

.stat-card-body {
  text-align: left !important;
}

/* Cart & Store LTR overrides */
.cart-header-icon {
  margin-right: 0 !important;
  margin-left: 12px !important;
}

.cart-empty-icon {
  margin-right: 0 !important;
  margin-left: 12px !important;
}

.cart-item-row {
  flex-direction: row !important;
}

.cart-item-row .text-end {
  text-align: left !important;
}
.profile-links-editor-item.is-link-visible .profile-links-visibility-thumb

 {
    transform: translateX(18px);
}

.profile-privacy-item input:checked+.profile-privacy-switch .profile-privacy-switch-thumb {
    transform: translateX(20px);
}
.profile-notification-item input:checked+.profile-notification-switch .profile-notification-switch-thumb {
    transform: translateX(20px);
}