/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/


/*.chat-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
}

.chat-history {
    height: 400px;
    overflow-y: auto;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}

.message {
    padding: 10px;
    margin-bottom: 10px;*/ /* Aumenta el margen inferior para más espacio */
    /*border-radius: 10px;*/ /* Aumenta el radio de las esquinas */
    /*max-width: 70%;
    clear: both;
    margin-left: auto;*/ /* Para centrar los mensajes */
    /*margin-right: auto;
}

.user-message {
    padding: 10px;
    border-radius: 13px;
    background-color: #dcf8c6;
    float: right;
    margin-left: 30%;
    margin-right: 0;*/ /* Elimina el margen derecho para alinear a la derecha */
    /*margin-top: 10px;
}

.ai-message {
    padding: 10px;
    border-radius: 13px;
    background-color: #e5e5ea;
    float: left;
    margin-right: 30%;
    margin-left: 0;*/ /* Elimina el margen izquierdo para alinear a la izquierda */
    /*margin-top: 10px;
}

.assistant-message {
    background-color: #f1f1f1;
    align-self: flex-start;
}

#chat-form {
    display: flex;
}

#message-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

button {
    padding: 10px 20px;
    margin-left: 10px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}



#message {*/
    /*height: auto !important;*/
    /*height: 40px;
    max-height: 150px;
    resize: none;
    overflow: hidden;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 6px 8px;
}

#chatForm button {
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #chatForm button i {
        font-size: 18px;
    }*/


/*
#typingIndicatorContainer {
    display: block;
    width: 100%;
    margin-top: 5px;
}

#typingIndicatorContainer img {
    height: 28px;
}
*/