/* _content/AbhitaAerospace/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-im24vs4s90] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-im24vs4s90] {
  color: #0077cc;
}

.btn-primary[b-im24vs4s90] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-im24vs4s90], .nav-pills .show > .nav-link[b-im24vs4s90] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-im24vs4s90] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-im24vs4s90] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-im24vs4s90] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-im24vs4s90] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-im24vs4s90] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* Hide menu on small screens by default */
@media (max-width: 991px) {
    .main-menu[b-im24vs4s90] {
        display: none !important;
        padding: 0 !important;
        background: transparent !important;
    }

        /* When hamburger is clicked, add .menu-open class to show menu */
        .main-menu.menu-open[b-im24vs4s90] {
            display: block !important;
            padding: 10px 0 !important;
            background: #fff; /* or your desired menu background */
        }
}

