/* _content/AuremisWebAdmin/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-exh4yaycqm] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-exh4yaycqm] {
  color: #0077cc;
}

.btn-primary[b-exh4yaycqm] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-exh4yaycqm], .nav-pills .show > .nav-link[b-exh4yaycqm] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-exh4yaycqm] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-exh4yaycqm] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-exh4yaycqm] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-exh4yaycqm] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-exh4yaycqm] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

body[b-exh4yaycqm] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f6f8;
    margin: 0;
    overflow-x: hidden;
}

/* Sidebar */
.sidebar[b-exh4yaycqm] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 240px;
    background-color: #1f2937;
    color: white;
    transition: all 0.3s;
    z-index: 1040;
}

    .sidebar .logo[b-exh4yaycqm] {
        font-size: 1.3rem;
        font-weight: 600;
        padding: 1.2rem;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .sidebar .nav-link[b-exh4yaycqm] {
        color: #d1d5db;
        padding: 0.8rem 1.2rem;
        border-radius: 6px;
        margin: 0.3rem 0.8rem;
        display: block;
        text-decoration: none;
        transition: all 0.2s;
    }

        .sidebar .nav-link:hover[b-exh4yaycqm],
        .sidebar .nav-link.active[b-exh4yaycqm] {
            background-color: #374151;
            color: #ffffff;
        }

/* Main content */
.main-content[b-exh4yaycqm] {
    margin-left: 240px;
    padding: 1.5rem;
    transition: all 0.3s;
}

/* Top bar */
.topbar[b-exh4yaycqm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

/* Mobile adjustments */
@media (max-width: 992px) {
    .sidebar[b-exh4yaycqm] {
        transform: translateX(-100%);
    }

        .sidebar.show[b-exh4yaycqm] {
            transform: translateX(0);
        }

    .main-content[b-exh4yaycqm] {
        margin-left: 0;
    }
}
