.login {

  border-radius: 56px;
  padding: 0.3rem;
  background: linear-gradient(180deg, blue 10%, rgba(33, 150, 243, 0) 30%)

}

.prueba {
  border-radius: 5px;
}

.login-in {
  border-radius: 53px;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;

}

.nav-link.active {
  background-color: #f8f9fa; /* Cambia según el diseño deseado */
  color: #0d6efd !important;
  font-weight: bold;
}


.texto-comentario {
  font-size: 10px; 
  color: red;
}

.tableorg-icon {
  color: #475569; /* Cambia el color al deseado */
  text-decoration: none; /* Opcional: quita el subrayado si lo hay */
   
}

/* Estilo para la columna de acciones */
.actions-column {
  text-align: center;
  padding: 0.75rem 0.5rem !important;
  white-space: nowrap;
}

/* Estilo para los iconos de acción */
.table-icon {
  display: inline-block;
  margin: 0 8px;
  color: #007bff; /* Color azul para los iconos */
  transition: transform 0.2s, color 0.2s;
}

/* Efecto hover para los iconos */
.table-icon:hover {
  transform: scale(1.2); /* Hace que el icono crezca ligeramente al pasar el mouse */
  color: #0056b3; /* Color azul más oscuro al pasar el mouse */
}

/* Asegurarse que los iconos tienen suficiente espacio */
.table-icon i {
  font-size: 1.4rem; /* Tamaño base más grande */
  padding: 5px;
}


.table-icon-editar {
  color: #ffc107; /* Cambia el color al deseado */
  text-decoration: none; /* Opcional: quita el subrayado si lo hay */
}

.table-icon-adjuntar {
  color: #6f42c1; /* Cambia el color al deseado */
  text-decoration: none; /* Opcional: quita el subrayado si lo hay */
}

.table-icon-adjuntos {
  color: #17a2b8; /* Cambia el color al deseado */
  text-decoration: none; /* Opcional: quita el subrayado si lo hay */
}

.is-invalid {
  border-color: #dc3545; /* Rojo de Bootstrap para campos inválidos */
}
.text-danger {
  font-size: 0.875em;
}

/* Estilo para el contenedor del campo de búsqueda */
.adt-search {
  text-align: right; /* Alinear a la derecha */
  margin-bottom: 10px; /* Espaciado */
}

/* Estilo para el campo de búsqueda */
.adt-search input {
  width: 300px; /* Ancho del campo */
  margin-left: 10px;
  padding: 8px; /* Relleno interno */
  border: 1px solid #ccc; /* Borde */
  border-radius: 4px; /* Esquinas redondeadas */
  font-size: 14px; /* Tamaño de fuente */
}

.circulo {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 10px;
  
  
  }
  
  .gastado {
    background-color: #0d6efd;
    
  }
  
  .reservado {
    background-color: #ffc107;;
  }
  
  .comprometido {
    background-color: #dc3545;
  }
  
  .disponible {
    background-color: rgb(128, 128, 128);
  }

  /* Añadir a tu archivo CSS */
.notification-bell {
  position: relative;
  cursor: pointer;
}

.notification-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #e53e3e;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-dropdown {
  max-height: 400px;
  overflow-y: auto;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.notification-item {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.notification-item:hover {
  background-color: #f7fafc;
}

.notification-item.unread {
  background-color: #ebf8ff;
}

.notification-overdue-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.notification-overdue {
  background-color: #e53e3e;
}

.notification-pending {
  background-color: #ecc94b;
}

#datatablesSimple1 td:nth-child(2) {
  max-width: 300px; /* Ajusta el ancho máximo de la columna (50 caracteres aprox) */
  word-wrap: break-word; /* Permite que el texto se ajuste a la línea */
  white-space: normal; /* Permite que el texto se divida en líneas */
}

.aspectos-container .row.equal-height {
  min-height: 50px; /* Ajusta según necesidad */
}

.aspectos-container .row:not(.header-row):nth-child(odd) {
  background-color: #ffffff;
}

.aspectos-container .row:not(.header-row):nth-child(even) {
  background-color: #f0f0f0;
}



.comentario-sin-bordes {
  border: none;       /* Quita los bordes del textarea */
  outline: none;      /* Evita el contorno al hacer clic */
  background-color: transparent;
  /* Puedes agregar otros estilos si lo requieres */
  resize: none;       /* Opcional: desactiva el redimensionamiento */
}


.errorlist {
  color: red;
}

  /* Estilos para la tabla */
#prgtable {
    width: 100% !important;
    table-layout: fixed;
}


#prgtable th, #prgtable td {
  white-space: nowrap; /* Evitar que el texto se divida en varias líneas */
}



.select2-container {
  width: 100% !important; /* Asegúrate de que ocupa todo el contenedor */
}
.wrap-text {
  white-space: normal !important;
  word-break: break-word;
  min-height: 3rem; /* Altura mínima para asegurar espacio suficiente */
  text-align: left; /* Alinear el texto a la izquierda */
}

.icon-btn {
  transition: all 0.2s ease;
}
.icon-btn:hover {
  background-color: var(--bs-primary) !important;
  color: white !important;
}

/* Hacer que los dropdowns aparezcan por encima de la tabla */
.table-responsive {
    overflow: visible !important; /* Permitir que el contenido se desborde */
}

.table-container {
    overflow-x: auto; /* Solo scroll horizontal si es necesario */
    overflow-y: visible; /* Permitir desbordamiento vertical */
    min-height: 400px; /* Altura mínima para dar espacio */
    padding-bottom: 50px; /* Espacio extra en la parte inferior */
}

/* Hacer que las celdas con dropdown tengan posición relativa */
.dropdown-cell {
    position: relative;
    z-index: 1000;
}

/* Configurar el dropdown para que aparezca por encima */
.dropdown-menu {
    position: absolute !important;
    z-index: 1050 !important;
    min-width: 200px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

/* Ajustar el dropdown cuando esté cerca del borde inferior */
.dropdown.dropup .dropdown-menu {
    top: auto !important;
    bottom: 100% !important;
    margin-bottom: 2px;
}

/* Para Bootstrap 5 */
.dropdown-menu.show {
    transform: translateY(0) !important;
}

/* Configuración específica para la última fila */
.table tbody tr:last-child .dropdown-menu {
    top: auto !important;
    bottom: 100% !important;
}

.chart-small {
    max-width: 350px;
    max-height: 220px;
    width: 100%;
    height: auto;
}
.chart-medium {
    max-width: 750px;
    max-height: 500px;
    width: 100%;
    height: auto;
}

