/* _content/WebApplication2/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-amt9qciysm] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-amt9qciysm] {
  color: #0077cc;
}

.btn-primary[b-amt9qciysm] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-amt9qciysm], .nav-pills .show > .nav-link[b-amt9qciysm] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-amt9qciysm] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-amt9qciysm] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-amt9qciysm] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-amt9qciysm] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-amt9qciysm] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}






/* General Styling */
.navbar[b-amt9qciysm] {
  font-size: 16px;
  font-weight: 500;
}

/* Bottom Navbar for Mobile */
.navbar.fixed-bottom[b-amt9qciysm] {
  position: fixed !important;  /* Ensures it stays fixed */
  bottom: 0;
  width: 100%;
  background-color: #fff; /* Ensure it has a background */
  z-index: 1000; /* Keeps it above other content */
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Optional: Adds a shadow effect */
}

/*.navbar.fixed-bottom {*/
/*  background-color: #f8f9fa;*/
/*  padding: 10px 0;*/
/*  border-top: 1px solid #ddd;*/
/*}*/

.navbar.fixed-bottom .nav-item[b-amt9qciysm] {
  margin: 0 10px;
  text-align: center;
}

.navbar.fixed-bottom .nav-link[b-amt9qciysm] {
  color: #555;
  text-decoration: none;
  font-size: 14px;
}

.navbar.fixed-bottom .nav-link:hover[b-amt9qciysm] {
  color: #007bff;
}

.navbar.fixed-bottom .nav-link i[b-amt9qciysm] {
  font-size: 20px;
  display: block;
}

.navbar.fixed-bottom .nav-link span[b-amt9qciysm] {
  font-size: 12px;
  display: block;
  margin-top: 4px;
}

/* Hover Effects */
.navbar.fixed-bottom .nav-link:hover i[b-amt9qciysm] {
  color: #0056b3;
}
