/* Sidebar Page Styles */

/* User dropdown arrow - rotation states */
#userDropdownArrowss {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

#userDropdownArrowss.rotated {
  transform: rotate(180deg);
}

.sidebar-icon-small {
  font-size: 8px;
  color: #00000080;
}

.sidebar-icon-tiny {
  font-size: 6px;
}

.sidebar-icon-ban {
  font-size: 15px;
  filter: grayscale(100%) brightness(100%);
}
