/* _content/AgenciaWebAspNetcore/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-hkmmt9ynkc] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-hkmmt9ynkc] {
  color: #0077cc;
}

.btn-primary[b-hkmmt9ynkc] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-hkmmt9ynkc], .nav-pills .show > .nav-link[b-hkmmt9ynkc] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-hkmmt9ynkc] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-hkmmt9ynkc] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-hkmmt9ynkc] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-hkmmt9ynkc] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-hkmmt9ynkc] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}



.main-layout[b-hkmmt9ynkc] {
    display: flex;
    min-height: 100vh;
}

.sidebar[b-hkmmt9ynkc] {
    width: 220px;
    background-color: #f8f8f8;
    padding: 20px;
    border-right: 1px solid #ddd;
    position: sticky;
    top: 0;
    height: 100vh;
}

    .sidebar h2[b-hkmmt9ynkc] {
        color: #4CAF50;
        margin-bottom: 20px;
    }

    .sidebar ul[b-hkmmt9ynkc] {
        list-style: none;
        padding: 0;
    }

    .sidebar li[b-hkmmt9ynkc] {
        margin: 10px 0;
    }
    .sidebar h3[b-hkmmt9ynkc] {
        text-align: center;
        margin-bottom: 30px;
        color: #4CAF50;
        font-weight: bold;
    }
    .sidebar a[b-hkmmt9ynkc] {
        text-decoration: none;
        color: #333;
        display: block;
        padding: 8px;
        border-radius: 4px;
    }

        .sidebar a:hover[b-hkmmt9ynkc] {
            background-color: #ddd;
        }

        .sidebar a.active[b-hkmmt9ynkc] {
            background-color: #4CAF50;
            color: white;
            font-weight: bold;
        }

/*.sidebar a.active,
        .sidebar a:hover {
            background-color: #4CAF50;
            color: white;
        }*/

.content[b-hkmmt9ynkc] {
    flex: 1;
    padding: 30px;
    background-color: #fff;
}
