body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border: none;
}

.card-header {
    background-color: #2c3e50;
    color: white;
    font-weight: 600;
}

.btn {
    border-radius: 6px;
    font-weight: 500;
}

.table-hover tbody tr:hover {
    background-color: rgba(52, 152, 219, 0.1);
}

.quote-item {
    border-left: 4px solid #3498db;
    padding-left: 15px;
    margin-bottom: 10px;
}

.hidden {
    display: none !important;
}

/* Estilos para notificaciones toast */
.toast-container {
    z-index: 9999;
}

/* Estilos para la barra de usuario */
.user-bar {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}





/* Estilos para el buscador de productos */
.dropdown-menu {
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-item {
    cursor: pointer;
    padding: 8px 12px;
    border-bottom: 1px solid #f8f9fa;
}

.dropdown-item:hover, .dropdown-item.active {
    background-color: #f8f9fa;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item small {
    color: #6c757d;
    font-size: 0.8em;
}

.product-code {
    font-weight: bold;
    color: #2c3e50;
}

/* Asegurar que el dropdown esté por encima de otros elementos */
.position-relative {
    position: relative;
}
