.floating-iframe {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 90px;
    height: 230px;
    border: none;
    border-radius: 20px !important;
    overflow: hidden !important;
}

.floating-iframe.expanded {
    width: 483px !important;
    height: 520px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

/* @media screen and (min-height: 600px) {
    .floating-iframe {
      height: 520px;
    }
} */

/* Estilos para el chatbot */
.do-ai-chatbot-widget {
    border-radius: 20px !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 0 8px 10px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.do-ai-chatbot-widget .chatbot-container {
    border-radius: 20px !important;
    overflow: hidden !important;
}

.do-ai-chatbot-widget .chatbot-header {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.do-ai-chatbot-widget .chatbot-messages {
    border-radius: 12px !important;
}

.do-ai-chatbot-widget .chatbot-message {
    border-radius: 15px !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08) !important;
    margin: 8px !important;
    padding: 12px 16px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.do-ai-chatbot-widget .chatbot-input-container {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08) !important;
    padding: 12px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.do-ai-chatbot-widget .chatbot-input {
    border-radius: 25px !important;
    padding: 12px 20px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

/* Estilos para el botón flotante */
.do-ai-chatbot-widget .chatbot-toggle {
    border-radius: 50% !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3) !important;
    transition: transform 0.2s ease-in-out !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.do-ai-chatbot-widget .chatbot-toggle:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35) !important;
}

/* Asegurar que el contenedor principal mantenga los bordes redondeados */
.do-ai-chatbot-widget.expanded {
    border-radius: 20px !important;
    overflow: hidden !important;
}