.elementor-37123 .elementor-element.elementor-element-54a3e0c{--display:flex;--background-transition:0.3s;}.elementor-37123 .elementor-element.elementor-element-ae2e740{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-12cacc0 */#chat-box {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

#chat-box div {
    margin-bottom: 10px;
}

#chat-box b {
    font-weight: bold;
}

#chat-form input[type="text"] {
    width: 80%;
    padding: 10px;
    margin-bottom: 10px;
}

#chat-form input[type="submit"] {
    padding: 10px 20px;
    cursor: pointer;
}/* End custom CSS */