/*
 * Final Angaza authenticated layout polish.
 * Scope: sidebar and topbar spacing/responsiveness only.
 */

:root {
  --angaza-layout-sidebar: 232px;
  --angaza-layout-topbar: 74px;
  --angaza-layout-navy: #062f3f;
  --angaza-layout-navy-dark: #041f2b;
  --angaza-layout-navy-soft: #083c4f;
  --angaza-layout-gold: #d99a2b;
  --angaza-layout-gold-light: #f1bd54;
  --angaza-layout-text: #102a43;
  --angaza-layout-muted: #667085;
  --angaza-layout-border: #e7eaf0;
  --angaza-layout-light: #f7f9fb;
  --angaza-layout-white: #ffffff;
  --angaza-layout-danger: #dc2626;
  --angaza-layout-shadow: 0 16px 38px rgba(6, 47, 63, 0.12);
}

body.angaza-app-shell {
  overflow-x: hidden !important;
  background: var(--angaza-layout-light) !important;
}

body.angaza-app-shell .sidebar-nav-wrapper {
  display: flex !important;
  flex-direction: column !important;
  width: var(--angaza-layout-sidebar) !important;
  min-width: var(--angaza-layout-sidebar) !important;
  height: 100vh !important;
  padding: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 34px 28px, rgba(241, 189, 84, 0.12), transparent 155px),
    linear-gradient(180deg, var(--angaza-layout-navy) 0%, var(--angaza-layout-navy-dark) 100%) !important;
  box-shadow: 14px 0 34px rgba(4, 31, 43, 0.18) !important;
}

body.angaza-app-shell .navbar-logo {
  flex: 0 0 auto !important;
  min-height: 68px !important;
  margin: 0 !important;
  padding: 0.75rem 0.8rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

body.angaza-app-shell .navbar-logo a {
  justify-content: center !important;
}

body.angaza-app-shell .navbar-logo img {
  max-width: 100% !important;
  max-height: 46px !important;
  object-fit: contain !important;
}

body.angaza-app-shell .sidebar-nav {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  padding: 0.62rem 0.58rem 0.7rem !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(241, 189, 84, 0.55) transparent;
}

body.angaza-app-shell .sidebar-nav::-webkit-scrollbar {
  width: 6px;
}

body.angaza-app-shell .sidebar-nav::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(241, 189, 84, 0.45);
}

body.angaza-app-shell .sidebar-nav ul {
  display: block !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.angaza-app-shell .sidebar-nav ul li,
body.angaza-app-shell .sidebar-nav ul .nav-item {
  margin: 0 0 0.18rem !important;
}

body.angaza-app-shell .sidebar-nav ul li a,
body.angaza-app-shell .sidebar-nav ul .nav-item a {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.48rem !important;
  width: 100% !important;
  min-height: 42px !important;
  padding: 0.48rem 0.56rem !important;
  border-radius: 11px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 0.82rem !important;
  font-weight: 650 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
  transition:
    color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease !important;
}

body.angaza-app-shell .sidebar-nav ul li a .icon,
body.angaza-app-shell .sidebar-nav ul .nav-item a .icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  margin: 0 !important;
  border-radius: 9px !important;
  color: var(--angaza-layout-gold-light) !important;
  background: rgba(255, 255, 255, 0.065) !important;
  font-size: 0.98rem !important;
  line-height: 1 !important;
}

body.angaza-app-shell .sidebar-nav ul li a .text,
body.angaza-app-shell .sidebar-nav ul .nav-item a span.text {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: calc(var(--angaza-layout-sidebar) - 86px) !important;
  overflow: hidden !important;
  color: inherit !important;
  line-height: 1.14 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.angaza-app-shell .sidebar-nav ul li a:hover,
body.angaza-app-shell .sidebar-nav ul li a.active,
body.angaza-app-shell .sidebar-nav ul li a[aria-expanded="true"],
body.angaza-app-shell .sidebar-nav ul .nav-item.is-open > .sidebar-dropdown-toggle,
body.angaza-app-shell .sidebar-nav ul .nav-item.active > a,
body.angaza-app-shell .sidebar-nav ul .nav-item:hover > a {
  color: var(--angaza-layout-white) !important;
  background: rgba(217, 154, 43, 0.14) !important;
  box-shadow: inset 0 0 0 1px rgba(241, 189, 84, 0.18) !important;
  transform: translateX(2px) !important;
}

body.angaza-app-shell .sidebar-nav ul li a:hover .icon,
body.angaza-app-shell .sidebar-nav ul li a.active .icon,
body.angaza-app-shell .sidebar-nav ul li a[aria-expanded="true"] .icon,
body.angaza-app-shell .sidebar-nav ul .nav-item.is-open > .sidebar-dropdown-toggle .icon,
body.angaza-app-shell .sidebar-nav ul .nav-item.active > a .icon,
body.angaza-app-shell .sidebar-nav ul .nav-item:hover > a .icon {
  color: var(--angaza-layout-navy-dark) !important;
  background: var(--angaza-layout-gold-light) !important;
}

body.angaza-app-shell .sidebar-nav ul li a.active::before,
body.angaza-app-shell .sidebar-nav ul li a[aria-expanded="true"]::before,
body.angaza-app-shell .sidebar-nav ul .nav-item.active > a::before {
  content: "" !important;
  position: absolute !important;
  left: -0.58rem !important;
  top: 8px !important;
  bottom: 8px !important;
  width: 3px !important;
  height: auto !important;
  border-radius: 999px !important;
  background: var(--angaza-layout-gold-light) !important;
  transform: none !important;
}

body.angaza-app-shell .sidebar-nav ul .nav-item.nav-item-has-children > a::after {
  right: 0.62rem !important;
  top: 50% !important;
  width: 10px !important;
  height: 10px !important;
  margin-top: -5px !important;
  transform: rotate(0deg) !important;
}

body.angaza-app-shell .sidebar-nav ul .nav-item.nav-item-has-children.is-open > .sidebar-dropdown-toggle::after {
  transform: rotate(180deg) !important;
}

body.angaza-app-shell .sidebar-nav ul .nav-item.nav-item-has-children > .sidebar-dropdown-toggle {
  cursor: pointer !important;
}

body.angaza-app-shell .sidebar-nav ul .nav-item.nav-item-has-children > a .text {
  max-width: calc(var(--angaza-layout-sidebar) - 104px) !important;
}

body.angaza-app-shell .sidebar-nav .dropdown-nav,
body.angaza-app-shell .dropdown-nav,
body.angaza-app-shell .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul {
  margin: 0.24rem 0 0.36rem 0.82rem !important;
  padding: 0.24rem 0 0.24rem 0.46rem !important;
  border-left: 1px solid rgba(241, 189, 84, 0.22) !important;
  border-radius: 0 10px 10px 0 !important;
  background: rgba(0, 0, 0, 0.08) !important;
}

body.angaza-app-shell .sidebar-nav .sidebar-submenu {
  display: none !important;
}

body.angaza-app-shell .sidebar-nav .nav-item.is-open > .sidebar-submenu {
  display: block !important;
}

body.angaza-app-shell .dropdown-nav li,
body.angaza-app-shell .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li {
  margin: 0 0 0.1rem !important;
}

body.angaza-app-shell .dropdown-nav li a,
body.angaza-app-shell .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a {
  display: flex !important;
  align-items: center !important;
  gap: 0.34rem !important;
  min-height: 34px !important;
  padding: 0.34rem 0.46rem !important;
  border-radius: 9px !important;
  color: rgba(255, 255, 255, 0.68) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 0.76rem !important;
  font-weight: 600 !important;
  line-height: 1.16 !important;
  transform: none !important;
}

body.angaza-app-shell .dropdown-nav li a i,
body.angaza-app-shell .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a i {
  width: 18px !important;
  min-width: 18px !important;
  margin: 0 !important;
  color: var(--angaza-layout-gold-light) !important;
  font-size: 0.84rem !important;
  text-align: center !important;
}

body.angaza-app-shell .dropdown-nav li a:hover,
body.angaza-app-shell .dropdown-nav li a.active,
body.angaza-app-shell .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a:hover,
body.angaza-app-shell .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a.active {
  color: var(--angaza-layout-white) !important;
  background: rgba(255, 255, 255, 0.075) !important;
}

body.angaza-app-shell .sidebar-nav hr {
  margin: 0.44rem 0 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.angaza-app-shell .promo-box {
  flex: 0 0 auto !important;
  margin: 0.56rem !important;
  padding: 0.72rem !important;
  border: 1px solid rgba(241, 189, 84, 0.22) !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  box-shadow: none !important;
  text-align: center !important;
}

body.angaza-app-shell .promo-box .promo-icon img {
  width: 42px !important;
  height: 42px !important;
}

body.angaza-app-shell .promo-box h3 {
  margin: 0.46rem 0 0.16rem !important;
  color: var(--angaza-layout-white) !important;
  font-size: 0.8rem !important;
  line-height: 1.1 !important;
}

body.angaza-app-shell .promo-box p {
  margin-bottom: 0.46rem !important;
  color: rgba(255, 255, 255, 0.64) !important;
  font-size: 0.68rem !important;
  line-height: 1.32 !important;
}

body.angaza-app-shell .promo-box .main-btn {
  min-height: 32px !important;
  padding: 0.34rem 0.58rem !important;
  border-radius: 999px !important;
  font-size: 0.7rem !important;
}

body.angaza-app-shell .header {
  left: var(--angaza-layout-sidebar) !important;
  height: var(--angaza-layout-topbar) !important;
  min-height: var(--angaza-layout-topbar) !important;
  border-bottom: 1px solid var(--angaza-layout-border) !important;
  background: rgba(247, 249, 251, 0.96) !important;
  box-shadow: 0 10px 28px rgba(16, 42, 67, 0.055) !important;
  backdrop-filter: blur(14px) !important;
}

body.angaza-app-shell .header .container-fluid {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  max-width: none !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

body.angaza-app-shell .angaza-header-shell {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-width: 0 !important;
  height: var(--angaza-layout-topbar) !important;
  min-height: var(--angaza-layout-topbar) !important;
  gap: 0.7rem !important;
}

body.angaza-app-shell .header-left {
  display: flex !important;
  align-items: center !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  gap: 0.62rem !important;
}

body.angaza-app-shell .header-right {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  gap: 0.5rem !important;
}

body.angaza-app-shell .menu-toggle-btn {
  flex: 0 0 auto !important;
}

body.angaza-app-shell #menu-toggle.main-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 0.72rem !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: var(--angaza-layout-white) !important;
  background: linear-gradient(135deg, var(--angaza-layout-navy), var(--angaza-layout-navy-dark)) !important;
  box-shadow: 0 10px 22px rgba(6, 47, 63, 0.16) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
}

body.angaza-app-shell #menu-toggle.main-btn i {
  margin-right: 0.34rem !important;
}

body.angaza-app-shell .header-search {
  display: flex !important;
  flex: 1 1 280px !important;
  width: auto !important;
  max-width: 430px !important;
  min-width: 190px !important;
}

body.angaza-app-shell .header-search form {
  position: relative !important;
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  height: 42px !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--angaza-layout-border) !important;
  border-radius: 14px !important;
  background: var(--angaza-layout-white) !important;
  box-shadow: 0 8px 20px rgba(6, 47, 63, 0.05) !important;
}

body.angaza-app-shell .header-search button[type="submit"],
body.angaza-app-shell .header-search button {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 42px !important;
  border: 0 !important;
  border-radius: 13px 0 0 13px !important;
  color: var(--angaza-layout-gold) !important;
  background: rgba(217, 154, 43, 0.13) !important;
  box-shadow: none !important;
  font-size: 1.05rem !important;
  line-height: 1 !important;
  transform: none !important;
  order: -1 !important;
}

body.angaza-app-shell .header-search input {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 0.8rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--angaza-layout-text) !important;
  background: transparent !important;
  font-size: 0.84rem !important;
  font-weight: 550 !important;
  line-height: 42px !important;
  box-shadow: none !important;
}

body.angaza-app-shell .header-search input::placeholder {
  color: var(--angaza-layout-muted) !important;
  opacity: 0.86 !important;
}

body.angaza-app-shell .topbar-search-results {
  top: calc(100% + 0.45rem) !important;
  left: 0 !important;
  right: 0 !important;
  max-height: min(420px, calc(100vh - 110px)) !important;
  overflow-y: auto !important;
  border-radius: 15px !important;
}

body.angaza-app-shell .angaza-topbar-actions {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  gap: 0.36rem !important;
}

body.angaza-app-shell .angaza-topbar-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 39px !important;
  height: 39px !important;
  min-width: 39px !important;
  padding: 0 !important;
  border: 1px solid var(--angaza-layout-border) !important;
  border-radius: 13px !important;
  color: var(--angaza-layout-navy) !important;
  background: var(--angaza-layout-white) !important;
  box-shadow: 0 8px 18px rgba(16, 42, 67, 0.055) !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.angaza-app-shell .angaza-topbar-icon.dropdown-toggle::after,
body.angaza-app-shell .profile-box > button.dropdown-toggle::after,
body.angaza-app-shell .angaza-topbar-icon::after {
  display: none !important;
}

body.angaza-app-shell .angaza-topbar-icon:hover,
body.angaza-app-shell .angaza-topbar-icon:focus,
body.angaza-app-shell .profile-info:hover {
  color: var(--angaza-layout-navy-dark) !important;
  border-color: rgba(217, 154, 43, 0.52) !important;
  background: #fff8ea !important;
  box-shadow: 0 12px 24px rgba(16, 42, 67, 0.09) !important;
  transform: translateY(-1px) !important;
}

body.angaza-app-shell .topbar-language-form {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.3rem !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

body.angaza-app-shell .topbar-language-select {
  display: inline-flex !important;
  align-items: center !important;
  width: 66px !important;
  height: 39px !important;
  min-height: 39px !important;
  padding: 0 1.35rem 0 0.62rem !important;
  border: 1px solid var(--angaza-layout-border) !important;
  border-radius: 13px !important;
  color: var(--angaza-layout-navy) !important;
  background-color: var(--angaza-layout-white) !important;
  box-shadow: 0 8px 18px rgba(16, 42, 67, 0.055) !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

body.angaza-app-shell .topbar-language-select:hover,
body.angaza-app-shell .topbar-language-select:focus {
  border-color: rgba(217, 154, 43, 0.52) !important;
  background-color: #fff8ea !important;
  outline: none !important;
}

body.angaza-app-shell .angaza-topbar-badge {
  top: -5px !important;
  right: -5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 18px !important;
  width: auto !important;
  height: 18px !important;
  padding: 0 0.28rem !important;
  border: 2px solid var(--angaza-layout-white) !important;
  border-radius: 999px !important;
  color: var(--angaza-layout-white) !important;
  background: var(--angaza-layout-danger) !important;
  box-shadow: none !important;
  font-size: 0.58rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.angaza-app-shell .profile-box {
  flex: 0 1 auto !important;
  max-width: 218px !important;
  min-width: 0 !important;
  margin-left: 0 !important;
}

body.angaza-app-shell .profile-box > button {
  max-width: 100% !important;
  padding: 0 !important;
}

body.angaza-app-shell .profile-info {
  display: inline-flex !important;
  align-items: center !important;
  max-width: 100% !important;
  min-height: 42px !important;
  padding: 0.24rem 0.46rem 0.24rem 0.24rem !important;
  border: 1px solid var(--angaza-layout-border) !important;
  border-radius: 999px !important;
  background: var(--angaza-layout-white) !important;
  box-shadow: 0 8px 18px rgba(16, 42, 67, 0.055) !important;
}

body.angaza-app-shell .profile-info .info {
  display: inline-flex !important;
  align-items: center !important;
  min-width: 0 !important;
  gap: 0.42rem !important;
}

body.angaza-app-shell .profile-info .info > div:not(.image) {
  min-width: 0 !important;
}

body.angaza-app-shell .profile-info .image,
body.angaza-app-shell .profile-info .image img,
body.angaza-app-shell .profile-initials {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
}

body.angaza-app-shell .profile-info .image {
  border: 2px solid var(--angaza-layout-gold) !important;
  border-radius: 50% !important;
}

body.angaza-app-shell .profile-info h6 {
  max-width: 126px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--angaza-layout-text) !important;
  font-size: 0.78rem !important;
  font-weight: 750 !important;
  line-height: 1.08 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.angaza-app-shell .profile-info p {
  max-width: 126px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--angaza-layout-muted) !important;
  font-size: 0.66rem !important;
  font-weight: 650 !important;
  line-height: 1.08 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.angaza-app-shell .topbar-profile-chevron {
  margin-left: 0.34rem !important;
  color: var(--angaza-layout-navy) !important;
  font-size: 0.82rem !important;
}

body.angaza-app-shell .angaza-topbar-menu,
body.angaza-app-shell .profile-box .dropdown-menu,
body.angaza-app-shell .topbar-mobile-search-panel {
  max-width: calc(100vw - 1rem) !important;
  border: 1px solid var(--angaza-layout-border) !important;
  border-radius: 16px !important;
  box-shadow: var(--angaza-layout-shadow) !important;
}

body.angaza-app-shell .main-wrapper {
  height: 100vh !important;
  min-height: 100vh !important;
  margin-left: var(--angaza-layout-sidebar) !important;
  padding-top: var(--angaza-layout-topbar) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: var(--angaza-layout-light) !important;
}

body.angaza-app-shell .main-wrapper.active {
  margin-left: 0 !important;
}

body.angaza-app-shell .main-wrapper.active .header {
  left: 0 !important;
}

body.angaza-app-shell .overlay {
  z-index: 1035 !important;
  background: rgba(4, 31, 43, 0.38) !important;
  backdrop-filter: blur(2px) !important;
}

body.angaza-app-shell .dropdown-menu,
body.angaza-app-shell .topbar-search-results,
body.angaza-app-shell .topbar-mobile-search {
  z-index: 1085 !important;
}

body.angaza-app-shell .section {
  padding: 1.35rem !important;
}

body.angaza-app-shell .topbar-mobile-search {
  z-index: 1095 !important;
}

body.angaza-app-shell .topbar-mobile-search-panel form {
  display: flex !important;
  align-items: stretch !important;
  gap: 0.45rem !important;
}

body.angaza-app-shell .topbar-mobile-search-panel input {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  height: 42px !important;
  border-radius: 12px !important;
}

body.angaza-app-shell .topbar-mobile-search-panel form button[type="submit"] {
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 12px !important;
}

@media (min-width: 1200px) {
  body.angaza-app-shell .sidebar-nav-wrapper.active {
    transform: translateX(calc(var(--angaza-layout-sidebar) * -1)) !important;
  }

  body.angaza-app-shell .menu-toggle-btn {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  body.angaza-app-shell .header-search {
    max-width: 380px !important;
  }

  body.angaza-app-shell .profile-info h6,
  body.angaza-app-shell .profile-info p {
    max-width: 104px !important;
  }
}

@media (max-width: 1199.98px) {
  body.angaza-app-shell .sidebar-nav-wrapper {
    transform: translateX(calc(var(--angaza-layout-sidebar) * -1)) !important;
  }

  body.angaza-app-shell .sidebar-nav-wrapper.active {
    transform: translateX(0) !important;
  }

  body.angaza-app-shell .header {
    left: 0 !important;
  }

  body.angaza-app-shell .main-wrapper {
    margin-left: 0 !important;
  }

  body.angaza-app-shell .header-search {
    max-width: 330px !important;
    min-width: 180px !important;
  }
}

@media (max-width: 991.98px) {
  body.angaza-app-shell .header-search {
    display: none !important;
  }

  body.angaza-app-shell .angaza-topbar-icon[data-mobile-search-open] {
    display: inline-flex !important;
  }

  body.angaza-app-shell #menu-toggle .menu-label {
    display: none !important;
  }

  body.angaza-app-shell #menu-toggle.main-btn {
    width: 39px !important;
    min-width: 39px !important;
    padding: 0 !important;
  }

  body.angaza-app-shell #menu-toggle.main-btn i {
    margin: 0 !important;
  }

  body.angaza-app-shell .profile-info h6,
  body.angaza-app-shell .profile-info p {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  :root {
    --angaza-layout-topbar: 64px;
  }

  body.angaza-app-shell .header .container-fluid {
    padding-left: 0.62rem !important;
    padding-right: 0.62rem !important;
  }

  body.angaza-app-shell .angaza-header-shell {
    gap: 0.38rem !important;
  }

  body.angaza-app-shell .header-left {
    flex: 0 0 auto !important;
    gap: 0.38rem !important;
  }

  body.angaza-app-shell .header-right {
    flex: 1 1 auto !important;
    gap: 0.28rem !important;
  }

  body.angaza-app-shell .angaza-topbar-actions {
    gap: 0.24rem !important;
  }

  body.angaza-app-shell .angaza-topbar-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border-radius: 12px !important;
    font-size: 0.94rem !important;
  }

  body.angaza-app-shell .topbar-language-select {
    width: 58px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding-left: 0.5rem !important;
    padding-right: 1.15rem !important;
    border-radius: 12px !important;
    font-size: 0.68rem !important;
  }

  body.angaza-app-shell .profile-box {
    flex: 0 0 auto !important;
    max-width: 40px !important;
  }

  body.angaza-app-shell .profile-info {
    min-height: 38px !important;
    padding: 0.1rem !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.angaza-app-shell .profile-info .image,
  body.angaza-app-shell .profile-info .image img,
  body.angaza-app-shell .profile-initials {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }

  body.angaza-app-shell .topbar-profile-chevron {
    display: none !important;
  }

  body.angaza-app-shell .section {
    padding: 0.95rem !important;
  }
}

@media (max-width: 420px) {
  body.angaza-app-shell .header-left {
    max-width: 44px !important;
  }

  body.angaza-app-shell .header-right {
    min-width: 0 !important;
  }

  body.angaza-app-shell .angaza-topbar-icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }

  body.angaza-app-shell .topbar-language-select {
    width: 54px !important;
    height: 34px !important;
    min-height: 34px !important;
    font-size: 0.64rem !important;
  }

  body.angaza-app-shell .profile-info .image,
  body.angaza-app-shell .profile-info .image img,
  body.angaza-app-shell .profile-initials {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }
}
