/* _content/WebApplication2/Pages/Shared/_card.cshtml.rz.scp.css */
.card[b-h6zkoixk0n]{
    padding-bottom: 20px;
}
.card-title[b-h6zkoixk0n]{

}

.card-text[b-h6zkoixk0n]{

}
.card-img-top[b-h6zkoixk0n]{
    height: 300px;
    width: auto;
    object-fit:cover;
    object-position: center;
}
/* _content/WebApplication2/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-274z30g9x2] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-274z30g9x2] {
  color: #0077cc;
}

.btn-primary[b-274z30g9x2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-274z30g9x2], .nav-pills .show > .nav-link[b-274z30g9x2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-274z30g9x2] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-274z30g9x2] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-274z30g9x2] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-274z30g9x2] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-274z30g9x2] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.nav-active[b-274z30g9x2]{
    background: red;
    border-radius: 4px;
}

.offcanvas[b-274z30g9x2] {
    /* Sets the speed of the animation. 
       Default is usually 0.3s. Increase this value to make it slower/smoother. */
    --bs-offcanvas-transition-duration: 0.5s;
    /* Ensure the transition property covers the transform for the slide */
    transition: transform var(--bs-offcanvas-transition-duration) ease-in-out;
}

.navbar-toggler[b-274z30g9x2]{
    border: 0 !important;
    outline: none;

}

.navbar-toggler i[b-274z30g9x2] {
    font-size: 24px;
}

.navbar-toggler:focus[b-274z30g9x2] {
    border: none;
    outline: none;
    box-shadow: none !important;
}

.navbar-smart[b-274z30g9x2] {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030; /* Ensure it stays above other content */
    transition: top 0.3s; /* Smooth transition for slide-up/slide-down */
}

/* 2. Hidden State (Used when scrolling down) */
.navbar-hidden[b-274z30g9x2] {
    top: -60px; /* Adjust this value to be greater than your navbar's actual height */
}
