.hbf-bot-div .hbf__send-box__input:focus,
.hbf-bot-div input:focus,
.hbf-bot-div textarea:focus {
    box-shadow: none !important;
}
.hbf-bot-div .webchat__bubble__content ul {
    padding-left: 40px;
    list-style-type: disc;
}
.hbf-bot-div .webchat__bubble__content ol {
    padding-left: 40px;
    list-style-type: decimal;
}
@media (max-width: 768px) {
    .hbf-bot-div .webchat__send-box-text-box__input {
        border: 0px;
        font-family: inherit;
        font-size: inherit;
        height: 100%;
        outline: 0px;
        padding: 0px;
        margin-left: 50px;
    }
}
  