/* /Views/Shared/_LandingPageLayout.cshtml.rz.scp.css */
/* Match the authenticated profile dropdown treatment from the app layout. */
.dropdown-menu[b-gl76iqt7mh] {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin-top: 12px !important;
}

.dropdown-item[b-gl76iqt7mh] {
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: 500;
  transition: all 0.2s;
  margin-bottom: 2px;
}

.dropdown-item:hover[b-gl76iqt7mh] {
  background-color: var(--light-bg, #f3f4f6);
  color: var(--primary-color);
  transform: translateX(3px);
}

.dropdown-item i[b-gl76iqt7mh] {
  width: 20px;
  text-align: center;
  opacity: 0.7;
}

.dropdown-divider[b-gl76iqt7mh] {
  margin: 6px 0;
  opacity: 0.1;
}

.profile-dropdown-menu[b-gl76iqt7mh] {
  min-width: 290px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.14);
}

.profile-dropdown-menu .dropdown-item[b-gl76iqt7mh] {
  border-radius: 10px;
  padding: 9px 12px;
  font-weight: 500;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.profile-dropdown-menu .dropdown-item:hover[b-gl76iqt7mh],
.profile-dropdown-menu .dropdown-item:focus[b-gl76iqt7mh] {
  background-color: #f3f4f6;
  transform: none;
}

.profile-dropdown-menu .dropdown-item.text-danger:hover[b-gl76iqt7mh],
.profile-dropdown-menu .dropdown-item.text-danger:focus[b-gl76iqt7mh] {
  background-color: #fef2f2;
  color: #dc2626;
}

.profile-dropdown-menu .dropdown-divider[b-gl76iqt7mh] {
  margin: 8px 4px;
  border-top-color: #e5e7eb;
}

.profile-dropdown-menu .dropdown-item-text[b-gl76iqt7mh] {
  padding: 6px 12px;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.profile-toggle-link[b-gl76iqt7mh] {
  color: var(--text-primary);
}

.user-avatar-img[b-gl76iqt7mh] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.user-name-sm[b-gl76iqt7mh],
.nav-user-name-sm[b-gl76iqt7mh] {
  font-size: 0.95rem;
}

.dropdown-chevron[b-gl76iqt7mh],
.nav-chevron[b-gl76iqt7mh] {
  font-size: 0.8rem;
  color: #999;
}

.bp-item[b-gl76iqt7mh] {
  border-radius: 10px;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.bp-item-active[b-gl76iqt7mh] {
  background-color: #0d6efd;
  color: #fff;
}

.bp-item-active[b-gl76iqt7mh],
.bp-item-active i[b-gl76iqt7mh] {
  color: #fff;
}

.profile-dropdown-menu .bp-item.bp-item-active:hover[b-gl76iqt7mh],
.profile-dropdown-menu .bp-item.bp-item-active:focus[b-gl76iqt7mh] {
  background-color: #0b5ed7;
  color: #fff;
}

.bp-item-active .badge[b-gl76iqt7mh] {
  background-color: #198754;
  color: #fff;
}

.profile-switch-menu[b-gl76iqt7mh] {
  height: auto;
  overflow-y: visible;
}

.profile-switch-menu.profile-switch-expanded[b-gl76iqt7mh] {
  height: 360px;
  overflow-y: auto;
}

.bp-avatar-thumb[b-gl76iqt7mh] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.bp-default-business-avatar[b-gl76iqt7mh] {
  border: 2px solid var(--primary-color);
  box-sizing: border-box;
  background-color: #fff;
}

.nav-business-default-avatar[b-gl76iqt7mh] {
  border: 2px solid var(--primary-color);
  box-sizing: border-box;
  background-color: #fff;
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-bgep2scbpk] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.btn-primary[b-bgep2scbpk] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-bgep2scbpk],
.nav-pills .show>.nav-link[b-bgep2scbpk] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-bgep2scbpk] {
  border-top: 1px solid #e5e5e5;
}

.border-bottom[b-bgep2scbpk] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-bgep2scbpk] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-bgep2scbpk] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-bgep2scbpk] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* Custom Dropdown Styling */
.dropdown-menu[b-bgep2scbpk] {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin-top: 12px !important;
}

.dropdown-item[b-bgep2scbpk] {
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: 500;
  transition: all 0.2s;
  margin-bottom: 2px;
}

.dropdown-item:hover[b-bgep2scbpk] {
  background-color: var(--light-bg, #f3f4f6);
  color: var(--primary-color);
  transform: translateX(3px);
}

.dropdown-item i[b-bgep2scbpk] {
  width: 20px;
  text-align: center;
  opacity: 0.7;
}

.dropdown-divider[b-bgep2scbpk] {
  margin: 6px 0;
  opacity: 0.1;
}
