/* _content/ZakenuSite23/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-3mslf6754b] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}


a[b-3mslf6754b] {
  color: #0077cc;
}

.btn-primary[b-3mslf6754b] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-3mslf6754b], .nav-pills .show > .nav-link[b-3mslf6754b] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-3mslf6754b] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-3mslf6754b] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-3mslf6754b] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-3mslf6754b] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-3mslf6754b] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
.dropdown[b-3mslf6754b] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-3mslf6754b] {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
    .dropdown-content a:hover[b-3mslf6754b] {
        background-color: gainsboro;
    }

.dropdown:hover .dropdown-content[b-3mslf6754b] {
    display: block;
}

.dropdown[b-3mslf6754b] {
    position: relative;
    display: inline-block;
}
    .dropdown:hover .dropbtn[b-3mslf6754b] {
        background-color: gainsboro;
    }

    .dropdown-content a[b-3mslf6754b] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

