.elementor-2276 .elementor-element.elementor-element-6a7313c{--spacer-size:373px;}/* Start custom CSS for html, class: .elementor-element-35b187a */body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
}

.chat-container {
    width: 350px;
    height: 500px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#chatbox {
    flex-grow: 1;
    padding: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.botText, .userText {
    display: flex;
    padding: 10px 20px;
    border-radius: 20px;
}

.botText {
    justify-content: flex-start;
    background-color: #e9e9ff;
}

.userText {
    justify-content: flex-end;
    align-self: flex-end;
    background-color: #e0ffe0;
}

input[type="text"] {
    padding: 10px;
    border: none;
    border-top: 1px solid #ccc;
    width: calc(100% - 20px);
    outline: none;
}

button {
    padding: 10px;
    background: #007bff;
    border: none;
    color: white;
    cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1ec402 */body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
}

.chat-container {
    width: 350px;
    height: 500px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#chatbox {
    flex-grow: 1;
    padding: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.botText, .userText {
    display: flex;
    padding: 10px 20px;
    border-radius: 20px;
}

.botText {
    justify-content: flex-start;
    background-color: #e9e9ff;
}

.userText {
    justify-content: flex-end;
    align-self: flex-end;
    background-color: #e0ffe0;
}

input[type="text"] {
    padding: 10px;
    border: none;
    border-top: 1px solid #ccc;
    width: calc(100% - 20px);
    outline: none;
}

button {
    padding: 10px;
    background: #007bff;
    border: none;
    color: white;
    cursor: pointer;
}/* End custom CSS */