/* _content/JCWebDesigns/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-8yl3q6cpa6] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-8yl3q6cpa6] {
  color: #0077cc;
}

.btn-primary[b-8yl3q6cpa6] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-8yl3q6cpa6], .nav-pills .show > .nav-link[b-8yl3q6cpa6] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-8yl3q6cpa6] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-8yl3q6cpa6] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-8yl3q6cpa6] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-8yl3q6cpa6] {
  font-size: 1rem;
  line-height: inherit;
}
.ml-auto[b-8yl3q6cpa6] {
    margin-left: auto !important;
}


.footer[b-8yl3q6cpa6] {
    position: fixed;
    bottom: 0;
    text-align: center; /* Center align the content */
    z-index: 1000; /* Ensure the footer is above other content */
    background-color: transparent; /* Remove background color */
}

    .footer .container[b-8yl3q6cpa6],
    .footer .container2[b-8yl3q6cpa6] {
        display: inline-block; /* Ensure containers stay inline */
        text-align: center;
    }

    .footer .container2[b-8yl3q6cpa6] {
        text-align: center;
    }

    .footer .container img[b-8yl3q6cpa6] {
        max-width: 100%; /* Ensure images within containers are responsive */
        text-align: center;
    }

.footer[b-8yl3q6cpa6] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f0f0f0;
    height: auto; /* Adjust as needed */
    z-index: 1000; /* Ensure the footer is above other content */
}

.footerContainer[b-8yl3q6cpa6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; /* Make the container fill the entire height of the footer */
}
header[b-8yl3q6cpa6] {
    background-image: linear-gradient(#99ff99, #00ffff) !important;
}

