.chat-button {
    background: url(/euf/assets/images/Chat_AskUs.png) no-repeat center;
    background-size: cover;
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 40px;
    width: 40px;
    margin: 10px;
    padding: 10px;
    cursor: pointer;
    z-index: 99999;
}

.chat-close-button {
    background: url(/euf/assets/images/Chat_Close_Btn.png) no-repeat center;
    background-size: cover;
    position: fixed;
    right: 50px;
    bottom: auto;
    height: auto;
    width: auto;
    margin: 15px;
    padding: 10px;
    z-index: 99999;
}

#khcbp-chat-thread-container.cbp-message-wrapper {
  width: 98%;
  margin: auto;
  background-color: #fff;
  /* padding: 15px; */
  z-index: 9999;
  margin: 0 10px;
}

.chat-bot-container {
  /* position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: calc(100% - 3.1em); */
  position: fixed;
  right: 0;
  width: 600px;
  height: calc(100% - 15.1em);
  z-index: 9999;
  bottom: 20px;
  display: contents;
}

.cbp-message-box {
  position: absolute;
  width: 100%;
}

#khcbp-btn-chat {
    color: #000;
}

.cbp-chat-bot-wrapper {
  position: absolute;
  width: 500px;
  height: calc(100% - 3.1em);
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #999;
  z-index: 9999;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 30px #999;
}

.cbp-message-wrapper {
    height: calc(100% - 16em);
}

#khcbp-btn-input {
    height: 3em;
}

.cbp-message-box {
    border-radius: 0 0 15px 15px;
}

.cbp-notification-banner {
    padding-left: 10px;
    padding-right: 0px;
    width: 470px;
}

.cbp-typing-bubble-container,
.cbp-end-live-agent-chat-bubble-container,
.cbp-end-live-agent-chat-confirmation-wrapper {
    position: absolute;
    z-index: 99999;
}

.cbp-end-live-agent-chat-bubble-container{
    top: 5.5em;
}

.cbp-end-live-agent-chat-bubble-container .cbp-end-live-agent-chat-bubble-button{
    cursor: pointer;
}

.cbp-btn-persistent-menu {
    width: 0px;
}

.chat-bot-container .cbp-chat-bubble-container ol{
    list-style: decimal;
    padding-inline-start: 40px;
}

.chat-bot-container .cbp-chat-bubble-container ol li{
    list-style: decimal;
}

.chat-bot-container .cbp-chat-bubble-container ol + p{
    padding-inline-start: 40px;
}

#chatLive img {
   background:url("/euf/assets/images/Chat.png");
}

.chat-offRecord {
  background: url(/euf/assets/images/Chat_SecureReply.png) no-repeat center;
  background-size: cover;
  right: 430px;
  bottom: calc(100% - 19em);
  height: 30px;
  width: 100px;
  padding: 1px;
  border-radius: 15px;
  position: fixed;
  z-index: 99999;
  cursor: pointer;
}

.chat-offRecord:hover,
.chat-offRecord:focus {
    background-color: #f1f1f1;
}

.chat-offRecord-box {
    display: none;
    position: fixed;
    bottom: 6em;
    right: 57px;
    width: 480px;
    border: 3px solid #f1f1f1;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    z-index: 99999;
}

/* Full-width textarea */
.chat-offRecord-box .chat-offRecord-input-text {
    width: 90%;
    padding: 10px;
    margin: 10px;
    background: white;
    resize: none;
    border: 3px solid #F1F1F1;
    border-radius: 15px;
}

/* When the textarea gets focus, do something */
.chat-offRecord-box .chat-offRecord-input-text:focus {
  outline: none;
}

.chat-offRecord-btns {
    float: right;
}

/* Set a style for the submit/login button */
.chat-offRecord-btns .chat-offRecord-btn-send {
    background-color: #006d6c;
    color: white;
    border: 1px solid #B1B1B1;
    border-radius: 20px;
    cursor: pointer;
    width: 100px;
    height: 40px;
    margin: 5px;
    opacity: 0.8;
    font-weight: inherit;
    font-size: 15px;
}

/* Add a red background color to the cancel button */
.chat-offRecord-btns .chat-offRecord-btn-cancel {
    width: 100px;
    height: 40px;
    background-color: white;
    color: black;
    border: 1px solid #B1B1B1;
    border-radius: 20px;
    margin: 5px;
    background: border-box;
    font-size: 15px;
    font-weight: inherit;
    opacity: 0.8;
}

/* Add some hover effects to buttons */
.chat-offRecord-btns .chat-offRecord-btn-send:hover, .chat-offRecord-btn-cancel:hover {
  opacity: 1;
}

.cbp-end-live-agent-chat-bubble-container .cbp-end-live-agent-chat-bubble-button {
    font-size: 1.35em;
    background-color: black;
}
