@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

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;
}

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;
    appearance: button; /* Standard property */
}

.botui-app-container {
    width: 100%;
    height: 100%;
    line-height: 1;
}

@media (min-width:400px) {
    .botui-app-container {
        width: 400px;
        height: 500px;
        margin: 0 auto;
    }
}

.botui-container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.botui-message {
    margin: 10px 0;
    min-height: 20px;
}

.botui-message:after {
    display: block;
    content: "";
    clear: both;
}

.botui-message-content {
    width: auto;
    max-width: 75%;
    display: inline-block;
}

.botui-message-content.human {
    float: right;
}

.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;
}

.profil {
    position: relative;
    border-radius: 50%;
}

.profil.human {
    float: right;
    margin-left: 5px;
}

.profil.agent {
    float: left;
    margin-right: 5px;
}

.profil>img {
    width: 26px;
    height: 26px;
    border: 2px solid #e8e8e8;
}

.profil>img.agent {
    content: url(http://decodemoji.com/img/logos/blue_moji_hat.svg);
    border-radius: 50%;
}

button.botui-actions-buttons-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

button.botui-actions-buttons-button:not(:last-child) {
    margin-right: 10px;
}

@media (min-width:400px) {
    .botui-actions-text-submit {
        display: none;
    }
}

.botui-actions-buttons-button,
.botui-container {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#chat-circle,
.chat-box {
    position: fixed;
    bottom: 50px;
}

.botui-container {
    background-color: transparent;
}

.botui-actions-container,
.botui-messages-container {
    padding: 10px 20px;
}

.botui-message {
    min-height: 30px;
}

.botui-message-content {
    padding: 7px 13px;
    border-radius: 15px;
    color: #595a5a;
    background-color: #fff;
}

.botui-message-content.text {
    line-height: 1.3;
    font-weight: 500;
}

.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-searchselect,
.botui-actions-text-select {
    border: 0;
    outline: 0;
    border-radius: 0;
    padding: 5px 7px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: transparent;
    color: #595a5a;
    border-bottom: 1px solid #919292;
}

.botui-actions-text-searchselect .dropdown-toggle {
    border: none !important;
}

.botui-actions-text-searchselect .selected-tag {
    background-color: transparent !important;
    border: 0 !important;
}

.slide-fade-enter-active {
    transition: .3s;
}

.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: .6s linear .3s infinite loading;
}

.dot:nth-last-child(2) {
    margin-left: .3rem;
    animation: .6s linear .2s infinite loading;
}

.dot:nth-last-child(3) {
    animation: .6s linear .1s infinite loading;
}

@keyframes loading {
    0%, 50% { /* ... */ }
    25% { /* ... */ }
    75% { /* ... */ }
    100% { /* ... */ }
}

.botui-message-content.human {
    color: #fff;
    background-color: #128c7e;
}

.botui-actions-buttons-button {
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, .25);
    border: 2px solid #34867d;
    color: #000;
    line-height: 1;
    cursor: pointer;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 2px 3px 4px 0 rgb(174 174 174 / 25%);
}

.botui-actions-text-submit {
    color: #fff;
    width: 40px;
    padding: 5px;
    height: 40px;
    line-height: 1;
    border-radius: 50%;
    border: 1px solid #1f6fd1;
    background: #128c7e;
    display: inline-block;
    cursor: pointer;
}

.botui-actions-text-input {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    border: 0;
    outline: 0;
    border-radius: 0;
    padding: 15px 7px;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    color: #595a5a;
    border-bottom: 1px solid #919292;
}

.chat-header-name,
body,
html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

input.botui-actions-text-input {
    width: 75%;
}

body,
html {
    background: #efefef;
    height: 100%;
}

#center-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#chat-circle {
    right: 50px;
    /* background-image: url('../../assets/img/dp1.jpg'); */
    background-position: center center;
    background-size: cover;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgb(100 177 97 / 80%);
    z-index: 99999999999999;
    -webkit-animation: 1.5s infinite pulse;
    animation: 1.5s infinite pulse; /* Standard property */
}

.btn#my-btn {
    background: #fff;
    border-radius: 45px;
    padding: 13px 40px 12px;
    color: #5865c3;
}

#chat-overlay {
    background: rgba(255, 255, 255, .1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}

.chat-box {
    display: none;
    background: #efefef;
    right: 30px;
    width: 365px;
    max-width: 85vw;
    max-height: 100vh;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .16) 0 5px 40px;
    z-index: 9999999999;
}

.chat-box-toggle {
    float: right;
    margin-right: 15px;
    cursor: pointer;
    line-height: 50px;
}

.chat-header-dp {
    float: left;
    /* background-image: url('../../assets/img/dp1.jpg'); */
    background-position: center center;
    background-size: cover;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
}

.chat-header-name {
    float: left;
    line-height: 40px;
}

.chat-box-header {
    background: #128c7e;
    height: 70px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    text-align: left;
    font-size: 20px;
    padding: 15px;
}

#chat-input,
.chat-box-body {
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden;
}

.chat-box-body {
    height: 450px;
}

.chat-box-body:after {
    content: "";
}
