@media only screen and (min-width: 993px) {
    .container_chatbot {
        width: 70%;
    }
}
@media only screen and (min-width: 601px) {
    .container_chatbot {
        width: 85%;
    }
}
@media only screen and (min-width: 1200px) {
    .container_chatbot {
        font-size: 15px;
    }
}
@media only screen and (min-width: 992px) {
    .container_chatbot {
        font-size: 15px;
    }
}
@media only screen and (min-width: 0px) {
    .container_chatbot {
        font-size: 15px;
    }
}
.container_chatbot {
    line-height: 1.5;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
}
.widget_chatbot {
    display: none;
    width: 350px;
    right: 15px;
    height: 500px;
    bottom: 5%;
    position: fixed;
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.16), 0 0px 5px 0 #00000096;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.chat_header_chatbot {
    height: 60px;
    background: #264796;
    border-radius: 10px 10px 0px 0px;
    padding: 5px;
    font-size: 22px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.chat_header_title_chatbot {
    color: white;
    float: left;
    margin-top: 3%;
    margin-left: 6%;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.chats_chatbot {
    height: 374px;
    padding: 2px;
    border-radius: 1px;
    overflow-y: auto;
    margin-top: 1px;
    transition: 0.2s;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
div.chats_chatbot::-webkit-scrollbar {
    overflow-y: hidden;
    width: 0px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.clearfix_chatbot {
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    clear: both;
}
.chat_footer_chatbot {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    font-size: 10px;
    float: right;
    color: #b8b8b8;
}
.botAvatar_chatbot {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    float: left;
    margin-left: 5px;
    border-style: none;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.botMsg_chatbot {
    float: left;
    margin-top: 5px;
    background: #e3e7ee;
    color: black;
    margin-left: 0.5em;
    margin-bottom: 1em;
    padding: 10px;
    border-radius: 1.5em;
    max-width: 60%;
    min-width: 25%;
    word-wrap: break-word;
    border-radius: 5px 20px 20px 20px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.botMsg_chatbot li {
    margin-left:-27px;
    font-size:14px;
}
div.chats_chatbot > pre {
    font-family: monospace, monospace;
    font-size: 1em;
    margin: 0 !important;
    white-space: initial !important;
}
div.chats_chatbot > ul:not(.browser-default) {
    padding-left: 1em;
}
div.chats_chatbot > ul:not(.browser-default) > li {
    list-style-type: initial;
}
div.chats_chatbot > span.botMsg_chatbot > ol {
    padding-left: 1em;
}
textarea {
    box-shadow: none;
    resize: none;
    outline: none;
    overflow: hidden;
    font-family: Lato;
    background-color: transparent;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    width: 100%;
    height: 3rem;
}
textarea::placeholder {
    color: #d1d1d1;
}
textarea::-webkit-input-placeholder {
    font-family: Lato;
}
textarea-webkit-scrollbar {
    width: 0 !important;
}
.userMsg_chatbot {
    animation: animateElement linear 0.2s;
    animation-iteration-count: 1;
    margin-top: 5px;
    word-wrap: break-word;
    padding: 10px;
    float: right;
    margin-right: 0.5em;
    margin-bottom: 1em;
    background: #264796;
    color: white;
    max-width: 65%;
    min-width: 15%;
    border-radius: 20px 5px 20px 20px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.userAvatar_chatbot {
    animation: animateElement linear 0.3s;
    animation-iteration-count: 1;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    float: right;
    margin-right: 5px;
    border-style: none;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.usrInput_chatbot {
    padding: 0.5em;
    width: 80%;
    margin-left: 4%;
    border: 0;
    padding-left: 15px;
    height: 40px;
    resize: None;
    vertical-align: unset;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    padding-top: 1em;
    padding-bottom: 0em;
    overflow: auto;
}
.keypad_chatbot {
    background: white;
    height: auto;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 5px;
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid #e3e7ee;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
#sendButton_chatbot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    float: right;
    margin-right: 30px;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
    color: #264796;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
#close_chatbot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    float: right;
    margin-right: 30px;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.imgProfile_chatbot {
    /*box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.16), 0 0px 10px 0 #00000096;
    border-radius: 100px;*/
    width: 60%;
    border-style: none;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.profile_div_chatbot {
    position: fixed;
    padding: 5px;
    width: 10%;
    bottom: 0;
    right: 0;
    cursor: pointer;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
#restart_chatbot,
#clear_chatbot {
    cursor: pointer;
}
.dropdown-trigger_chatbot {
    cursor: pointer;
    color: white;
    margin-right: 5px;
    float: right;
    margin-top: 3%;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.dropdown-content_chatbot {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
ul#dropdown1_chatbot:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}
ul#dropdown1_chatbot:not(.browser-default) > li {
    list-style-type: none;
}
.dropdown-content_chatbot li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.dropdown-content_chatbot li > a,
.dropdown-content_chatbot li > span {
    color: #264796;
    font-size: 16px;
    color: #26a69a;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.dropdown-content_chatbot li > a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.singleCard_chatbot {
    padding-left: 10%;
    padding-right: 10px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.suggestions_chatbot {
    padding: 5px;
    width: 80%;
    border-radius: 10px;
    background: #e3e7ee;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.menu_chatbot {
    padding: 5px;
}
.menuChips_chatbot {
    display: block;
    background: #264796;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 15px;
    font-size: 14px;
    word-wrap: break-word;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.botTyping {
    float: left;
    margin-top: 5px;
    background: #e3e7ee;
    color: #000000;
    margin-left: 0.5em;
    padding: 15px;
    border-radius: 5px 20px 20px 20px;
    max-width: 60%;
    min-width: 20%;
    word-wrap: break-word;
    border-radius: 5px 20px 20px 20px;
}
.botTyping > div {
    width: 10px;
    height: 10px;
    background-color: #264796;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    margin-right: 5px;
}
.botTyping .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.botTyping .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
input:focus {
    outline: none;
}
.tap-target {
    color: #fff;
    background: #264796;
}
@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
        url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
}
@font-face {
    font-family: "FontAwesomeThin";
    font-weight: thin;
    font-style: thin;
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
        url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-thin {
    display: inline-block;
    font: normal normal normal 14px/3 FontAwesomeThin;
    font-size: 12;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-send::before,
.fa-paper-plane::before {
    content: "\f1d8";
}
.fa-arrows-minimize::before {
    content: "\f078";
}
