/* _content/BTA_Portal_Pagamento/Pages/Shared/_Layout.cshtml.rz.scp.css */
a.navbar-brand[b-hc85op3tm4] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-hc85op3tm4] {
  color: #0077cc;
}

.btn-primary[b-hc85op3tm4] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-hc85op3tm4], .nav-pills .show > .nav-link[b-hc85op3tm4] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-hc85op3tm4] {
  border-top: 1px solid #e5e5e5;
}

.border-bottom[b-hc85op3tm4] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-hc85op3tm4] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-hc85op3tm4] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-hc85op3tm4] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.sidebar[b-hc85op3tm4] {
    min-height: 100vh;
    padding: 1.5rem 1rem;
}

.sidebar .logo-container[b-hc85op3tm4] {
    margin-bottom: 2rem;
    padding: 0.5rem;
}

.sidebar .logo-sidebar[b-hc85op3tm4] {
    max-width: 180px;
    display: block;
    margin: 0 auto;
}

.sidebar a[b-hc85op3tm4] {
    display: block;
    padding: 0.75rem 1rem;
    margin: 0.25rem 0;
    border-radius: 0.375rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sidebar a:hover[b-hc85op3tm4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.whatsapp-float[b-hc85op3tm4] {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 30px;
    right: 15px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    overflow: hidden;
    text-decoration: none;
}


.whatsapp-float:hover[b-hc85op3tm4] {
    transform: scale(1.1);
    text-decoration: none;
    color: white;
}

