.user-card[data-v-7d622f5c] {
  background: var(--bg-card, #f8f9fa);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 14px;
}
.user-info[data-v-7d622f5c] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.user-avatar[data-v-7d622f5c] {
  flex-shrink: 0;
  border-radius: 50%;
}
.fallback-avatar[data-v-7d622f5c] {
  width: 48px;
  height: 48px;
  background: var(--primary-plus-transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--primary);
  font-size: 1.2rem;
}
.user-text[data-v-7d622f5c] {
  min-width: 0;
}
.user-name[data-v-7d622f5c] {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--label);
  line-height: 1.2;
}
.user-email[data-v-7d622f5c] {
  font-size: 0.75rem;
  color: #6c757d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
.menu-list[data-v-7d622f5c] {
  width: 100%;
  padding-left: 0px;
  height: 100%;
  margin: 0;
}
.menu-list li[data-v-7d622f5c] {
  list-style-type: none;
}
.menu-list li a[data-v-7d622f5c] {
  font-weight: 500;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 5px 12px 5px;
  color: var(--label);
  text-decoration: none;
  display: block;
  border-width: 2px;
  transition: 0.3s ease;
  border-left: 4px solid transparent;
}
.menu-list li a[data-v-7d622f5c]:hover {
  background-color: var(--primary-plus-transparent) !important;
  color: var(--primary) !important;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-left: 4px solid var(--primary) !important;
}
.menu-list li svg[data-v-7d622f5c] {
  margin-right: 1rem;
  margin-left: 0.8rem;
}

/* Color normal del icono */
.menu-list li a i[data-v-7d622f5c] {
  color: inherit;
  transition: color 0.3s ease;
}

/* Hover: icono toma color primario */
.menu-list li a:hover i[data-v-7d622f5c] {
  color: var(--primary) !important;
}

/* Activo: icono toma color primario */
.menu-list li a.active-menu i[data-v-7d622f5c] {
  color: var(--primary) !important;
}
.active-menu[data-v-7d622f5c] {
  font-weight: 500;
  background-color: var(--primary-plus-transparent) !important;
  color: var(--primary) !important;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-left: 4px solid red !important;
}
.active-menu[data-v-7d622f5c]:focus {
  font-weight: 500;
  background-color: var(--primary-plus-transparent);
  color: var(--primary) !important;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-left: 4px solid red !important;
}
.col-md-3[data-v-7d622f5c] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media only screen and (max-width: 720px) {
.menu-list[data-v-7d622f5c] {
    width: 100%;
    padding-left: 0px;
    height: 100%;
    margin: 0;
}
}
.scroll-sidebar[data-v-7d622f5c] {
  height: 100%;
  /* Toma la altura del contenedor padre */
  overflow-y: auto;
  /* Scroll vertical cuando sea necesario */
  overflow-x: hidden;
  /* Previene scroll horizontal */
}
.text-drop[data-v-43a161d5] {
  transition: 0.3s;
}
.text-drop[data-v-43a161d5]:hover {
  color: var(--primary);
}
.floating-buttons-navbar[data-v-43a161d5] {
  transition: 0.3s;
  width: 10rem;
  position: absolute !important;
  z-index: 1050;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  top: 4rem;
  /* Ajusta seg?n lo necesario */
  right: 1rem;
  /* Ajusta seg?n lo necesario */
}

/* Navbar container */
.navbar[data-v-43a161d5] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

/* Logo */
.navbar .logo img[data-v-43a161d5] {
  height: 50px;
  margin-right: 10px;
}

/* Search box */
.navbar .search[data-v-43a161d5] {
  max-width: 400px;
  flex: 1;
  margin: 0 20px;
}
.navbar .search input[data-v-43a161d5] {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Icons */
.navbar .icons[data-v-43a161d5] {
  display: flex;
  align-items: center;
}
.navbar .icons .icon[data-v-43a161d5] {
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}
.navbar .icons .icon .badge[data-v-43a161d5] {
  position: absolute;
  top: -5px;
  right: -10px;
  background: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 0.75rem;
}
.user-avatar[data-v-43a161d5] {
  flex-shrink: 0;
  border-radius: 50%;
}
.fallback-avatar[data-v-43a161d5] {
  width: 48px;
  height: 48px;
  background: var(--primary-plus-transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--primary);
  font-size: 1.2rem;
}
@charset "UTF-8";
html, body {
  /* No forzar height 100% ni overflow hidden para permitir scroll natural */
}
#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main-container {
  flex: 1;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
.sidebar-tablet {
  flex-shrink: 0;
}
.content {
  flex: 1;
  width: 100%;
  min-width: 0;
  transition: all 0.2s ease;
  overflow-x: hidden;
}
.sidebar {
  width: 250px;
  position: sticky;
  top: 70px;
  height: calc(100vh - 70px) !important;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.2s ease;
  background: #fff;
  flex-shrink: 0;
}
.sidebar.hidden {
  opacity: 0;
  pointer-events: none;
}
.content-expanded {
  margin-left: 0;
  width: 100%;
}
.sidebar-collapsed {
  width: 0;
  padding: 0;
  overflow: hidden;
}
.sidebar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  /* Ocupa toda la altura de la pantalla */
  width: 20vw;
  max-width: 20% !important;
  background: white;
  /* Asegurar que el fondo no sea transparente */
  z-index: 1000;
  /* Para que esté sobre otros elementos */
}

/* Contenedor general */
/* Sidebar flotante */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  /* ancho consistente con sidebar interior */
  height: 100%;
  background-color: #ffffff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1050 !important;
}
.sidebar-overlay.visible {
  transform: translateX(0);
}
.mobile-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #555;
  font-size: 20px;
  cursor: pointer;
  z-index: 1060;
  transition: background 0.2s ease;
}
.mobile-close-btn:hover, .mobile-close-btn:focus {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
}

/* Botón flotante para abrir/cerrar el sidebar */
.toggle-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  /* Cambiado de left a right */
  z-index: 1100;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  outline: none;
}
.toggle-btn:hover {
  background-color: var(--primary);
}
.shadow2 {
  border-left: 1px solid #a0a0a0;
}
.sidebar-tablet {
  flex-shrink: 0;
}

/* Estilos para pantallas medianas (md) y mayores */
@media (max-width: 768px) {
.content {
    margin-left: 0vw !important;
    /* Ajustar para que el contenido no se superponga */
    width: 100vw !important;
    max-width: 100% !important;
    padding: 0;
}
.sidebar-tablet {
    display: none !important;
}
}
.mobile-overlay-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}
