#webchat {
    font-family: sans-serif;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    overflow: hidden;
    position: fixed;
    border-top-color: currentColor;
    border-right-color: currentColor;
    border-bottom-color: currentColor;
    border-left-color: currentColor;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
    background-color: transparent;
    opacity: 1;
    z-index: 2147483647;
}

#webchat #chat {
    bottom: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
}

#webchat #chat #app {
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    margin: 0 0 4% 0;
    width: 100%;
    height: 100%;
    border: black 1px;
    -webkit-text-size-adjust: none;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

#webchat #chat #app #chatbot {
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0px;
    background-image: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-position-x: 0%;
    background-position-y: 0%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-repeat: repeat;
    background-attachment: scroll;
    border-top-color: currentColor;
    border-right-color: currentColor;
    border-bottom-color: currentColor;
    border-left-color: currentColor;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    pointer-events: all;
    float: none;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
    background-color: white;
}

#chatbot > div > div.css-eycyw2.css-1882x3w.css-1l9a57c > div.main > form > input[type=text] {
    margin: 0px !important;
    min-height: 0px !important;
}

#chatbot-header {
    z-index: 6;
    position: relative;
    overflow: hidden;
    float: left;
    padding: 10px 20px;
    background-color: #575656;
    color: white;
    height: 40px;
    background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto;
    box-sizing: unset;
}

#chatbot-header #chatbot-avatar {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}


#chatbot-header #chatbot-title {
    position: relative;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    float: left;
    font-family: inherit;
    font-size: 25px;
    padding: 5px 0 0 0;
}

#chatbot-header-logo {
    width: 40px;
    height: 40px;
    background-image: url("agile-datum-icon-white.svg");
    background-size: 100% 100%;
    float: left;
    left: -7px;
    margin-top: -22px;
    position: relative;
    top: 50%;
}

#chatbot-avatar-image {
    width: 130pt;
    height: 20pt;
    background-image: url("agile-applications-logo-white.png");
    background-size: 100% 100%;
    float: right;
    margin: 0 10px;
}

#chatbot-message-avatar-image {
    background-image: url("agile-datum-message-icon-white.svg");
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.33));
}

#chatbot-message-avatar-image:focus {
     outline: none;
     filter: drop-shadow(0px 0px 7px rgb(255, 108, 7));
 }

#chatbot-message-avatar-image:hover {
    filter: drop-shadow(0px 0px 7px rgb(255, 108, 7));
}

#webchat-close:focus {
    outline-color: #FFFFFF;
}

#chatbot-poweredby {
    color: white;
    display:inline-block;
    position:relative;
    top:8px;
    cursor: pointer;
}

#webchat .main {
    padding: 10px;
}

.chat-button-theme-bubble {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px
}

.chat-button-theme-bubble {
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: chatbot-bounce-bubble;
}
@keyframes chatbot-bounce-bubble {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.chat-button-theme-bubble .chat-button {
    background: transparent;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all .5s ease
}

.chat-button-theme-bubble .chat-button:active svg {
    opacity: .4;
}

.chat-button-theme-bubble .chat-button svg.chat-icon {
    transition: opacity .2s;
    margin: 12px 0 0 13px;
    width: 36px;
    height: 36px
}

#webchat-close {
    z-index: 2147483640;
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    right: 0;
    top: 3px;
    margin: 15px;
    padding: 3px;
    border-radius: 100%;
    background-color: #ec6707;
    cursor: pointer;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#webchat-close:focus {
    outline: none;
    -webkit-box-shadow: 0 0 20px #fff;
    box-shadow: 0 0 20px #fff;
}

#webchat-close svg {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

#webchat-close svg:hover {
    opacity: .8 !important
}

#webchat-close svg:active {
    opacity: .5 !important
}

#webchat-close svg:disabled {
    opacity: .2
}

#chatbot-footer {
    font-size: 90%;
    color: white;
    background-color: #575656;
    height: 26px;
    padding: 10px;
    box-sizing: content-box;
}

#chatbot-avatar {
    float:right;
}

@media only screen and (min-width: 600px) {
    /* Bigger than mobile */

    #webchat {
        max-width: 410px;
        max-height: 700px;
        margin-right: 10px;
    }

    #webchat #chat #app {
        border-radius: 20px;
        margin: 4%;
        margin-bottom: 3%;
        width: 92%;
        height: 96%;
    }

    #chatbot-header {
        padding: 0 20px;
        height: 60px;
        width:100%;
    }

    #chatbot-header #chatbot-title {
        padding: 15px 0 0 0;
    }
}

#browser-warning {
    text-align: center;
    color:black;
    font-size:20px;
    padding: 70px 40px 40px 40px;
}

