/* _content/OSCustomerSupport/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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-dp6prx6x8f] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-dp6prx6x8f] {
  color: #0077cc;
}

.btn-primary[b-dp6prx6x8f] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-dp6prx6x8f], .nav-pills .show > .nav-link[b-dp6prx6x8f] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-dp6prx6x8f] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-dp6prx6x8f] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-dp6prx6x8f] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-dp6prx6x8f] {
  font-size: 1rem;
  line-height: inherit;
}


/* Common styles for the footer */
.footer[b-dp6prx6x8f] {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
    /* For screens up to 768px width (e.g., tablets and mobile phones) */
    .footer[b-dp6prx6x8f] {
        font-size: 14px;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    /* For screens up to 480px width (e.g., mobile phones) */
    .footer[b-dp6prx6x8f] {
        font-size: 12px;
        padding: 5px;
    }
}
