/*
 * Tenant Admin Application Styles
 */

/* Ensure full height layout */
html, body {
  height: 100%;
}

/* Smooth transitions for hover effects */
.sidebar-nav a {
  transition: all 0.2s ease-in-out;
}

/* Ensure proper scrolling */
.main-content {
  overflow-y: auto;
  height: 100vh;
}
