/* /Pages/Shared/Components/BusinessSubNav/Default.cshtml.rz.scp.css */
.business-subnav[b-3ix8zuctqg] {
    background-color: var(--bs-light, #f8f9fa);
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    font-size: 0.875rem;
}

.business-subnav-inner[b-3ix8zuctqg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.25rem 0;
}

.business-subnav-name[b-3ix8zuctqg] {
    font-weight: 600;
    color: var(--bs-secondary, #6c757d);
    white-space: nowrap;
    padding: 0.375rem 0;
    border-right: 1px solid var(--bs-border-color, #dee2e6);
    padding-right: 1rem;
}

.business-subnav-links[b-3ix8zuctqg] {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.125rem;
}

.business-subnav-links .nav-link[b-3ix8zuctqg] {
    color: var(--bs-secondary, #6c757d);
    padding: 0.375rem 0.625rem;
    border-radius: 0.25rem;
    white-space: nowrap;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.business-subnav-links .nav-link:hover[b-3ix8zuctqg] {
    color: var(--bs-primary, #0d6efd);
    background-color: rgba(var(--bs-primary-rgb, 13, 110, 253), 0.05);
}

.business-subnav-links .nav-link.active[b-3ix8zuctqg] {
    color: var(--bs-primary, #0d6efd);
    font-weight: 500;
}
/* /Pages/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-cy1j8wpxmu] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-cy1j8wpxmu] {
  color: #0077cc;
}

.btn-primary[b-cy1j8wpxmu] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-cy1j8wpxmu], .nav-pills .show > .nav-link[b-cy1j8wpxmu] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-cy1j8wpxmu] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-cy1j8wpxmu] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-cy1j8wpxmu] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-cy1j8wpxmu] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-cy1j8wpxmu] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
