.chat-header {
    background-color: #50cd89;
    color: white;
    padding: 10px;
    min-height: 40px;
    text-align: center;
}
.chat-body {
    min-height: 320px;
    overflow-y: auto;
    padding-bottom: 20px;
}
.tyc-text-div {
    box-shadow: 0 3px rgba(0, 0, 0, 0.15);
    padding: 12px;
    background-color: #C9F1D6;
    border-radius: 15px;
}
.close-tyc-txt {
    cursor: pointer;
}
.qst-lnk {
    text-decoration: none !important;
    color: #000 !important;
}
.chat-input {
    width: 100%;
    min-height: 40px;
    padding: 10px;
    border: none;
    box-sizing: border-box;
}
.chat-botmsg-img {
    width: 26px;
    margin-right: 7px;
}
.chat-msg-div {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}
.faqs-link-div {
    margin-top: 15px;
    cursor: pointer;
}
.chat-faq-msg-div {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}
.bot-msg {
    display: inline;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    border-radius: 20px;
    background-color: #ffff;
}
.usr-msg {
    display: inline;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    border-radius: 20px;
    background-color: #C9F1D6;
}
.faq-msg {
    display: inline;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #C9F1D6;
}
.chat-input {
    width: 85%;
}
.chat-input-span {
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .bot-msg {
        max-width: 240px;
    }
    .usr-msg {
        max-width: 240px;
    }
}

@media only screen and (max-width: 767px) {
    .bot-msg {
        max-width: 220px;
    }
    .usr-msg {
        max-width: 220px;
    }
}