#webchat .rw-launcher, #webchat .rw-header, #webchat .rw-close-button, #webchat .rw-client, #webchat .rw-avatar {
    background-color: #18933c !important;
}

#webchat .rw-launcher {
    background-color: #000000 !important;
    border-radius: 0%;
    width: 50px;
    height: 50px;
    box-shadow: none
}
.sz-feedback-toggle-button-container {
    z-index: 2147483640 !important;
}

.rw-widget-container {
    z-index: 2147483647 !important;
}


#webchat .rasa-exit-msg {
    background-color: #242424 !important;
}

#webchat .rasa-exit-msg .rw-message-text .rw-markdown p {
    color: #fff !important;
}

/*
.gem-menu-bar {
    width: 4px !important;
}

.rw-conversation-container .rw-title.rw-with-avatar {
    left: 30px !important;
}

*/

.rw-conversation-container .rw-title.rw-with-avatar {
    color: white !important;
    text-decoration: none !important;
}

.rw-conversation-container  .rw-response {
    background-color: #eff4f6 !important;
}

#webchat .rw-tooltip-close {
    color: black;
}

#webchat .rw-tooltip-body {
    border-radius: 0px;
}


img.rw-open-launcher {
  display: none;
}

.rw-open-launcher__container:after {
  display: block;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzkuNTg5bW0iIGhlaWdodD0iNzkuNTg5bW0iIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDc5LjU4OSA3OS41ODkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODQuNDQyIC0xMzEuNDIpIj4KICA8cGF0aCBkPSJtODQuNDQyIDEzOC44MyAwLjEwMTggNTQuOTM2aDEyLjUxNnYxMi4yM2wxNC44OTgtMTIuMjNoNTIuMDczdi01NC45MzZ6bTEyLjQyNCAxMy4zOTRoNTUuMTN2Ny4zNzY4aC01NS4xM3ptMCAxMy41ODhoMzkuNDA2djcuMzc2OGgtMzkuNDA2eiIgZmlsbD0iI2ZmZiIvPgogPC9nPgo8L3N2Zz4=) !important;
  background-size: cover;
  width: 2.1em;
  height: 2.1em;
  animation-duration: .5s;
  animation-name: rotation-rl;
  animation-fill-mode: forwards;
}

#webchat .rw-header .rw-avatar {
  display: none;
}
@media (min-width:1000px) {
#webchat .rw-widget-container.rw-chat-open .rw-conversation-container {
  width:700px;
}}
.rw-widget-container .rw-conversation-container li:last-child {
  margin-bottom: 1em;
}
