/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 18 2025 | 19:39:37 */
/* Hover - En el botón */
#anything-llm-embed-chat-button {
    transition: background-color 0.3s ease;
}

#anything-llm-embed-chat-button:hover {
    background-color: rgb(112, 4, 104) !important; /* Color más obscuro */
}

/* Fix Footer - Sube la posición en celular */
@media (max-width: 768px) {
.allm-mb-4 {
    margin-bottom: 5rem !important;
}
}