.chat_toggle_icon {
  left: 70%;
  top: 90%;
  z-index: 1000;
}

body {
  position: static !important;
}

.chat_toggle_text {
  position: absolute;
  display: block;
  top: 17px;
  height: 50%;
  color: black;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  z-index: 1001;
}


.swal2-container {
  z-index: 5001;
}

#chat_guest_frame {
  position: fixed;
  bottom: 10%;
  left: 3%;
  z-index: 601;
  overflow:auto;

  overflow: hidden;
}

#chat_window {
  top: 20%;
  right: 3%;
  z-index: 601;
  height: 100%;
  width: 100%;
  border-color: #263959;
  border-style: solid;
  border-width: 2px;
  background-color: white;
  border-radius: 10px;
}

.chat_body {

  height: 85%;
  width: 100%;
  border-color: #263959;
  border-style: solid;
  border-width: 1px;
  overflow: scroll;
}

.chat_header {
  top: 5%;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  border-color: #263959;
  border-style: solid;
  border-width: 1x;
  background-color: #a5c7ff;
  border-radius: 5px;
}

.chat_header_text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: inherit;

}

.chat_input {
  bottom: 0%;
  height: 60px;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}
@-moz-document url-prefix() {
    #chat_text_input {
        height: 40px;
    }
}


.chat_lead_search_results {
  top:auto !important;
  bottom:30px !important;
}
.chat_method_dropdown {
  top: 5px;
}

.chat_inline_settings {
  padding-top: 5px;
}


.chat_message {
  width: 90%;
}



.your_chat_message {
  right: 10%;
}

.my_chat_message {
  left: 10%;
}
.narrator_message {
  width: 100%;
  text-align: center;
}
.message_seen {
  float: right;
}

.chat_list_item {
  border-color: grey;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

.chat_list_item.online_now {
  background-color: #c9e8cd;
}
.chat_list_item.offline {
  background-color: #cccccc;
}

.ui.comments {
  max-width: 100%;
}
.chat_avatar {
  position: absolute;
  margin: auto;
}

.avatar.holder {
  position: relative;
  top: -9px;
  max-height: 45px;
  overflow: hidden;
}

#chat_typing_message {
  bottom: 0%;
  padding-left: 40px;
  padding-top: -12px;
}

.chat_image_container {
  position: relative;
}

.chat_image_container .chat_download_icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: .7;
}
.chat_image_container:hover .chat_download_icon {
    opacity: 1;
}

#call_controls {
  position:absolute;
  z-index: 5000;
  right: 10px;
  top: 20px;

}






.ui-resizable-s {
    bottom: 0;
    height: 10px;
    width: 30px;
}
.ui-slider-handle { height: 10px; width: 30px; }
