/* _content/PalmSNew/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-nkq9ohbap7] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-nkq9ohbap7] {
  color: #0077cc;
}

.btn-primary[b-nkq9ohbap7] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-nkq9ohbap7], .nav-pills .show > .nav-link[b-nkq9ohbap7] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-nkq9ohbap7] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-nkq9ohbap7] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-nkq9ohbap7] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-nkq9ohbap7] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-nkq9ohbap7] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/*button for scrolling back to top*/
body #myBtn[b-nkq9ohbap7] {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #66b0e5; /* Set a background color */
    color: #222; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 8px 13px; /* Some padding */
    border-radius: 6px; /* Rounded corners */
    font-family: 'Franklin Gothic Book', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, 'sans-serif';
}

    body #myBtn:hover[b-nkq9ohbap7] {
        background-color: #0077cce9; /* Add a dark-grey background on hover */
    }
