/* ===== SHARED SIDEBAR STYLE (ADMIN + OFFICE) ===== */

.sidebar{
  background:#0b1225;
  color:#e7ecff;
  width:240px;
  min-height:100vh;
}

/* scroll */
.sb-scroll{
  max-height:calc(100vh - 40px);
  overflow-y:auto;
}

/* links */
.sidebar a{
  display:block;
  padding:.55rem .75rem;
  border-radius:.4rem;
  color:#cdd5ff;
  text-decoration:none;
  font-size:.95rem;
}
.sidebar a.active{
  background:#0515a2;
  color:#fff;
}

/* sections */
.sb-section{
  width:100%;
  border:0;
  background:none;
  color:#fff;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:.7rem .75rem .35rem;
  display:flex;
  justify-content:space-between;
}

/* logout */
.sb-logout{
  color:#ffb3b3;
  font-weight:700;
}

@media(max-width:991px){
  .sidebar{ width:280px; }
}
