/* _content/CustomerPortal/Views/Shared/_Layout.cshtml.rz.scp.css */
a.navbar-brand[b-v4uefyoaia] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.floating-support-shell[b-v4uefyoaia] {
  position: fixed;
  bottom: 128px;
  right: 0;
  z-index: 1070;
  display: flex;
  align-items: center;
  border-radius: 30px 0 0 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  transform: translateX(170px);
  pointer-events: none;
  transition: transform 0.3s ease;
}

.floating-support-shell.open[b-v4uefyoaia] {
  transform: translateX(0);
  pointer-events: auto;
}

.floating-support-actions[b-v4uefyoaia] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 4px 12px;
  background: #ffffff;
}

.floating-support-actions a[b-v4uefyoaia] {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f7f7fb;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}

.floating-support-actions a:hover[b-v4uefyoaia],
.floating-support-actions a:focus[b-v4uefyoaia] {
  background: #ececf6;
}

.floating-support-toggle[b-v4uefyoaia] {
  pointer-events: auto;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 30px 0 0 30px;
  background: #ffffff;
  color: #A5247F;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-support-toggle:focus[b-v4uefyoaia] {
  outline: none;
}

.floating-support-toggle img[b-v4uefyoaia] {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.mobile-header-actions[b-v4uefyoaia] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0.5rem 0.85rem;
  background: linear-gradient(145deg, #ffffff, #f3f6fb);
  color: #0f3460;
  border-radius: 0 0 14px 14px;
  margin-bottom: 0.75rem;
  position: sticky !important;
  top: 0;
  z-index: 1080;
  width: 100%;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.mobile-welcome-text[b-v4uefyoaia] {
  font-size: 0.85rem;
  font-weight: 600;
}

.profile-quick-btn[b-v4uefyoaia] {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: none;
  background: #a5247f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.profile-quick-btn:hover[b-v4uefyoaia] {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #7a2b9a, #95216b);
}

.profile-quick-btn i[b-v4uefyoaia] {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.mobile-quick-menu[b-v4uefyoaia] {
  position: absolute;
  top: 100%;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.8rem;
  padding: 0.7rem;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 52, 96, 0.15);
  min-width: 150px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease, padding 0.3s ease;
  pointer-events: none;
}

.mobile-header-actions.menu-open .mobile-quick-menu[b-v4uefyoaia] {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
  padding: 0.7rem;
  pointer-events: auto;
}

.quick-menu-link[b-v4uefyoaia] {
  width: auto;
  min-width: 120px;
  height: 44px;
  box-sizing: border-box;
  border-radius: 14px;
  background: #f5f7fb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  transition: background 0.2s ease;
  padding: 0 1rem;
  margin: 0;
  border: none;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
}

.quick-menu-link:hover[b-v4uefyoaia] {
  background: #ececf6;
}

.mobile-quick-menu button.quick-menu-link.logout[b-v4uefyoaia] {
  background: #ffe6e6;
}

.mobile-quick-menu button.quick-menu-link.logout:hover[b-v4uefyoaia] {
  background: #ffcccc;
}

.mobile-quick-menu button.quick-menu-link.logout *[b-v4uefyoaia] {
  color: #c53030 !important;
}

/* Desktop header quick menu */
.desktop-quick-menu[b-v4uefyoaia] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.quick-menu-link.desktop[b-v4uefyoaia] {
  min-width: auto;
  height: 38px;
  padding: 0 0.85rem;
  font-size: 0.9rem;
}

.quick-menu-link.desktop.logout[b-v4uefyoaia] {
  background: #ffe6e6;
}

.quick-menu-link.desktop.logout:hover[b-v4uefyoaia] {
  background: #ffcccc;
}

.quick-menu-link.desktop.logout *[b-v4uefyoaia] {
  color: #c53030 !important;
}

.quick-menu-link.desktop i[b-v4uefyoaia] {
  font-size: 18px !important;
}

.quick-menu-link.desktop span[b-v4uefyoaia] {
  font-size: 0.85rem;
}

.mobile-quick-menu i[b-v4uefyoaia] {
  font-size: 20px !important;
  flex-shrink: 0;
}
.mobile-quick-menu button.quick-menu-link[b-v4uefyoaia] {
  color: #000000 !important;
  text-decoration: none !important;
}

.mobile-quick-menu button.quick-menu-link *[b-v4uefyoaia] {
  color: #000000 !important;
  text-decoration: none !important;
}
.mobile-quick-menu span[b-v4uefyoaia] {
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
