.chatbot-wrapper {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 999;
    transition: all 0.3s ease;
}

/*optional styling*/
.chatbot-intro {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.chatbot-target {
    min-height: 320px;
    min-height: 80px;
}
/*centering state*/
.chatbot-wrapper .is-centered {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
}

div#chatbot-root {
    float: right !important;
    display: block !important;
    border: hidden !important;
    position: fixed !important;
    bottom: 15px !important;
    right: 15px !important;
    margin-block: 10px !important;
    background-color: white !important;
    color: black !important;
}