﻿.chatbot-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #00853e;
    border: none;
    box-shadow: none;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    border-radius: 25%;
    font-size: .85em;
    padding: .7em 1em .4em 1em;
}

.chatbot-button i {
    display: block;
    font-size: 1.8em;
    margin-bottom: .10em;
}

.chatbot-button:hover {
    background: #00853e;
}

#webchat {
    width: 100%;
    height: 500px;
}

/* Fix for losing scrollbar and right side modal padding */
.modal-open {
    padding-right: 0 !important;
    overflow-y: auto;
}

.chatbot .modal-header {
    padding: 0;
    align-items: center;
}

.chatbot .modal-header h3 {
    margin: 0;
}

.chatbot .modal-header p {
    color: #113c5b;
    margin: 0;
}

.chatbot .modal-body {
    padding: 0;
}

#chatbotModal {
    padding-right: 0 !important;
}

/* this is a web chat framework style that is being overwritten by our styles */
.webchat__render-markdown__external-link-icon {
    display: inline-block;
}
