/* _content/ToolPerso/Components/Sidebar.razor.rz.scp.css */
/* ===== Sidebar Styles (shadcn-inspired) ===== */
.sidebar[b-m5kvhpab60] {
    width: 260px;
    min-height: 100vh;
    background-color: #0f0f0f;
    border-right: 1px solid #27272a;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
}

.sidebar-header[b-m5kvhpab60] {
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #27272a;
}

.sidebar-logo[b-m5kvhpab60] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fafafa;
    letter-spacing: -0.025em;
}

.sidebar-menu[b-m5kvhpab60] {
    flex: 1;
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.sidebar-item[b-m5kvhpab60] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.75rem;
    border-radius: 0.375rem;
    color: #a1a1aa;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.15s ease;
    cursor: pointer;
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
}

.sidebar-item:hover[b-m5kvhpab60] {
    background-color: #27272a;
    color: #fafafa;
}

.sidebar-item.active[b-m5kvhpab60] {
    background-color: #27272a;
    color: #fafafa;
}

.sidebar-item svg[b-m5kvhpab60] {
    flex-shrink: 0;
}

.sidebar-footer[b-m5kvhpab60] {
    padding: 1rem 0.75rem;
    border-top: 1px solid #27272a;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.sidebar-logout-form[b-m5kvhpab60] {
    margin: 0;
}

.sidebar-logout[b-m5kvhpab60] {
    color: #a1a1aa;
}

.sidebar-logout:hover[b-m5kvhpab60] {
    color: #ef4444;
    background-color: rgba(239, 68, 68, 0.1);
}
/* _content/ToolPerso/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-eti99988gk] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-eti99988gk] {
  color: #0077cc;
}

.btn-primary[b-eti99988gk] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-eti99988gk], .nav-pills .show > .nav-link[b-eti99988gk] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-eti99988gk] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-eti99988gk] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-eti99988gk] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-eti99988gk] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-eti99988gk] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
