/* _content/StudySpotsWeb/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-fl7uuq1x8r] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-fl7uuq1x8r] {
  color: #0077cc;
}



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

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

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

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

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

header .nav-link[b-fl7uuq1x8r] {
    display: inline-flex; /* needed for box-shadow */
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 0.25rem 0.75rem; /* comfortable padding */
    border-radius: 0.5rem; /* for shadow effect */
    transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: #333; /* default link color */
    cursor: pointer;
}

    header .nav-link:hover[b-fl7uuq1x8r] {
        color: var(--bs-primary);
        transform: scale(1.05);
        box-shadow: 12px 20px rgba(36,111,74,0.25); /* nice hover shadow */
    }

.navbar-toggler[b-fl7uuq1x8r] {
    border: none;
}

.navbar-toggler-icon[b-fl7uuq1x8r] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
