/* _content/SistemaApp.WebApplication/Views/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-pf26o0pjmn] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-pf26o0pjmn] {
  color:white;
}
    a:is(:hover)[b-pf26o0pjmn] {
        background-color: rgb(237, 212, 177);
        color: black;
    }
.top-row-header[b-pf26o0pjmn] {
    background-color: white;
    //color: white !important;
    //border-bottom: 2px solid white;
    //justify-content: flex-end;
    height: 8.0rem;
    //display: flex;
    //align-items: center;
}
.top-row[b-pf26o0pjmn] {
    background-image: linear-gradient(100deg, rgb(159, 16, 3) 0%, rgb(159, 16, 3) 70%);
    color: white !important;
    border-bottom: 2px solid white;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    /*margin-top: 100px;*/
}

.btn-primary[b-pf26o0pjmn] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-item[b-pf26o0pjmn] {
    border: 1px, solid;
    border-color: transparent rgb(237, 212, 177) transparent rgb(237, 212, 177);
}
.nav-pills .nav-link.active[b-pf26o0pjmn], .nav-pills .show > .nav-link[b-pf26o0pjmn] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-pf26o0pjmn] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-pf26o0pjmn] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-pf26o0pjmn] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-pf26o0pjmn] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-pf26o0pjmn] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
