/*
 * botui 0.3.4
 * A JS library to build the UI for your bot
 * https://botui.org
 *
 * Copyright 2017,  Moin Uddin
 * Released under the MIT license.
*/
a.botui-message-content-link{
	color: #ffffff !important;
}
a.botui-message-content-link:focus {
    outline: thin dotted;
}
a.botui-message-content-link:focus:active, a.botui-message-content-link:focus:hover {
    outline: 0;
}
form.botui-actions-text {
    margin: 0;
}
button.botui-actions-buttons-button, input.botui-actions-text-input {
    margin: 0;
    font-size: 100%;
    line-height: normal;
    vertical-align: baseline;
    width:100%;
    margin-top:10px;

}
button.botui-actions-buttons-button::-moz-focus-inner, input.botui-actions-text-input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button.botui-actions-buttons-button {
    cursor: pointer;
    -webkit-appearance: button;
}
.botui-app-container {
    width: 100%;
    height: 100%;
    line-height: 1;
	margin-top: 50px;
}
@media (min-width:100px) {
.botui-app-container {
	width: 80%;
    height: 480px;
    margin: 0 auto;
	margin-top: 40px;
}
}.botui-container {
    width: 100%;
    height: 100%;
    overflow-y: visible;
    overflow-x: hidden;
}
.botui-message {
    margin: 10px 0;
    min-height: 20px;
}
.botui-message-content {
    width: auto;
    max-width: 85%;
    display: inline-block;
}
.botui-message-content.human {
    float: right !important;
}
.botui-message-content iframe {
    width: 100%}
.botui-message-content-image {
    margin: 5px 0;
    display: block;
    max-width: 200px;
    max-height: 200px;
}
.botui-message-content-link {
    text-decoration: underline;
}
.botui-actions-buttons-button+.botui-actions-buttons-button {
    margin-left: 0px;
}
@media (min-width:400px) {
    .botui-actions-text-submit {
    display: none;
}
}
.botui.botui-container{
	width: 99.7% !important;
}
button.startConversation{
	height: 50px;
    width: 150px;
    background: #e80000;
    border: solid 1px #ff3636;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
	cursor: pointer;
}

.startConversationDiv{
	text-align: center;
    margin: 50px;
}


.botui-messages-container {
    padding: 0px 20px;
    margin-top:2%;
    margin-bottom: 20px;
}

.botui-actions-container {
    padding: 0px 20px;
    width:60%;
	margin-bottom: 20px;
}
.botui-message {
    min-height: 30px;
	margin-bottom: 10px;
}
.botui-message-content {
    padding: 7px 13px;
    border-radius: 15px;
    color: #f7f8f8;
    background-color: #0078d7;
	max-width: 80%;
}
.botui-message-content.human {

     color: #595a5a !important;
    background-color: #ebebeb !important;
}
.botui-message-content.text {
	margin-top : 10px;
    line-height: 1.3;
}
.botui-message-content.loading {
    background-color: rgba(206, 206, 206, .5);
    line-height: 1.3;
    text-align: center;
}
.botui-message-content.embed {
    padding: 5px;
    border-radius: 5px;
}
.botui-message-content-link {
    color: #919292;
}
.botui-actions-text-input {
    border: 0;
    outline: 0;
    border-radius: 0;
    padding: 5px 7px;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    color: #595a5a;
    border-bottom: 1px solid #919292;
}
.botui-actions-text-submit {
    color: #fff;
    width: 30px;
    padding: 5px;
    height: 30px;
    line-height: 1;
    border-radius: 50%;
    border: 1px solid #919292;
    background: #777979;
}
.botui-actions-buttons-button {
    border: solid 1px gray;
    color: #0078d7;
    line-height: 1;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    background: white;
   // box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, .25);
}
.slide-fade-enter-active {
    transition: all .3s ease;
}
.slide-fade-enter, .slide-fade-leave-to {
    opacity: 0;
    transform: translateX(-10px);
}
.dot {
    width: .5rem;
    height: .5rem;
    border-radius: .5rem;
    display: inline-block;
    background-color: #919292;
}
.dot:nth-last-child(1) {
    margin-left: .3rem;
    animation: loading .6s .3s linear infinite;
}
.dot:nth-last-child(2) {
    margin-left: .3rem;
    animation: loading .6s .2s linear infinite;
}
.dot:nth-last-child(3) {
    animation: loading .6s .1s linear infinite;
}
@keyframes loading {
    0 {
    transform: translate(0, 0);
    background-color: #ababab;
}
25% {
    transform: translate(0, -3px);
}
50% {
    transform: translate(0, 0);
    background-color: #ababab;
}
75% {
    transform: translate(0, 3px);
}
100% {
    transform: translate(0, 0);
}
}
.botui-container {
    font-size: 16px;
    background-color: #fff;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    border: solid 1px #0078d7;
}
.wc-header, .wc-welcome-header {
	margin-top:40px;
    background-color: #E80000;
    /* background-image: url(Mattie_Hart_Icon.png); */
    background-repeat: no-repeat;
    background-size: 60px 38px;
    display: block;
}
.wc-header, .wc-welcome-header {
    box-shadow: 0 1px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    color: #ffffff;
    font-weight: 500;
    left: 0;
    letter-spacing: 0.5px;
    padding: 15px 8px 0 8px;
    position: relative;
    padding-left: 73px;
    padding-bottom: 13px;
    right: 0;
    top: 0;
    z-index: 1;
    line-height :0.4;

}
.wc-header span {
    /* display: none; */
    font-weight: bold;
    font-size: 21px;
    margin-top:10px;
    font-family:Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	line-height: 16px;
}
.wc-header span p {
    /* display: none; */
	margin: 12px 0px;
    font-weight: normal;
    font-size: 17px;
}
