/* Custom Chatroom CSS */
/* Client */
body {
  height: calc(100vh - 50px);
}

#custom-chatroom-widget-wrapper {
  display: block;
  overflow: hidden;
  clear: both;
  position: fixed;
  right: 20px;
  bottom: 25px;
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  background-color: #fff;
  color: #333;
  margin: 0;
  box-shadow: 0 0 10px 5px #c0c0c0;
  overflow: visible;
  z-index: 100000000;
}

#custom-chatroom-widget-wrapper.collapsed {
  border-radius: 50%;
  background-color: transparent;
}

#custom-chatroom-widget-wrapper .hide {
  display: none;
}

#custom-chatroom-widget-wrapper #chat-bar {
  padding: 0;
  cursor: pointer;
}

#custom-chatroom-widget-wrapper #chat-content-wrapper {
  height: 300px;
  display: block;
  padding: 10px;
  font-size: 12px;
  overflow-y: auto;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

#custom-chatroom-widget-wrapper #chat-input-wrapper {
  display: block;
  padding: 5px;
}

#custom-chatroom-widget-wrapper #chat-message {
  display: inline-block;
  width: calc(100% - 60px);
  height: auto;
  padding: 6px 12px;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  vertical-align: middle;
  line-height: 1.42857143;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

#custom-chatroom-widget-wrapper .custom-is-typing {
  height: 20px;
  display: block;
  font-size: 12px;
  font-style: italic;
  color: #666;
  padding-left: 5px;
}

#custom-chatroom-widget-wrapper #chat-room-user-info {
  padding: 10px;
}

#custom-chatroom-widget-wrapper #chat-room-user-info input.text-box {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  vertical-align: middle;
  line-height: 1.42857143;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  margin-bottom: 10px;
}

#custom-chatroom-widget-wrapper div.chatroom-message .chat-message {
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 2px;
  display: block;  
  clear: both;
}

#custom-chatroom-widget-wrapper div.chatroom-message.page-link .chat-message {
  background-color: #efd4ef;
  overflow: hidden;
}

#custom-chatroom-widget-wrapper div.chatroom-message.page-link .chat-message a, #custom-chatroom-widget-wrapper div.chatroom-message.page-link .chat-message a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}

#custom-chatroom-widget-wrapper div.chatroom-message.page-link .chat-message a:hover {
  color: #1c032a;
}

#custom-chatroom-widget-wrapper div.chatroom-message.page-link img {
  float: left;
  margin-right: 5px;
  width: auto;
  height: 50px
}

#custom-chatroom-widget-wrapper div.chatroom-message[is_you="1"] {
  float: right;
  text-align: left;
  display: inline-block;  
  clear: both;
  max-width: 90%;
}

#custom-chatroom-widget-wrapper div.chatroom-message[is_you="1"] .chat-message {
  background-color: #f6dec0;
  color: #333;
}

#custom-chatroom-widget-wrapper div.chatroom-message[is_you="1"] .chat-info {
  display: block;
  clear: both;
  text-align: right;
}

#custom-chatroom-widget-wrapper div.chatroom-message[is_you="0"] {
  float: left;
  text-align: left;
  display: block;  
  clear: both;
  width: 100%;
}

#custom-chatroom-widget-wrapper div.chatroom-message[is_you="0"] div.info-wrapper {
  vertical-align: middle;
  display: block;
  width: calc(100% - 55px);
  float: right;
}

#custom-chatroom-widget-wrapper div.chatroom-message[is_you="0"] img.user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
}

#custom-chatroom-widget-wrapper div.chatroom-message[is_you="0"] .chat-message {
  background-color: #00386b;
  color: #fff;  
  display: inline-block;
  max-width: 90%;
}

#custom-chatroom-widget-wrapper div.chatroom-message[is_you="0"] .chat-info {
  display: block;
  text-align: left;
}

#custom-chatroom-widget-wrapper div.chatroom-message[is_you="0"] .chat-info .sender-name {
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}

#custom-chatroom-widget-wrapper .custom-datetime-update {
  color: #666;
}

#custom-chatroom-widget-wrapper #chat-bar.collapsed img.chat-logo {
  border-radius: 50%;
  width: 70px;
  height: auto;
}

#custom-chatroom-widget-wrapper #chat-bar.collapsed .chat-title {
  display: none;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 5px;
  opacity: 0.9;
  border-radius: 10px;
  margin-top: 1px;
  font-size: 12px;
  text-transform: uppercase;
}

#custom-chatroom-widget-wrapper #chat-body-wrapper {
  border: 1px solid #333;
  width: 400px;
}

#custom-chatroom-widget-wrapper #chat-bar.expanded {
  background-color: #333;
}

#custom-chatroom-widget-wrapper #chat-bar.expanded img.chat-logo {
  width: 50px;
}

#custom-chatroom-widget-wrapper #chat-bar.expanded .chat-title {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

#custom-chatroom-widget-wrapper #chat-total-notification {
  display: none;
}

#custom-chatroom-widget-wrapper #chat-bar.collapsed #chat-total-notification.has-number {
  width: 20px;
  height: 20px;
  display: table-cell;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  background-color: #cc7a16;
  color: #fff;
  border-radius: 50%;
  line-height: 20px;
  position: absolute;
  right: 0;
}

#custom-chatroom-widget-wrapper form.chat-input-wrapper {
  text-align: center;
  padding: 0;
  margin: 0;
  display: block;
}

#custom-chatroom-widget-wrapper #chat-bar.collapsed .chat-minimize {
  display: none;
}

#custom-chatroom-widget-wrapper span.chat-minimize {
  display: inline-block;
  float: right;
  color: #fff;
  margin-right: 20px;
  margin-top: 15px;
}

#custom-chatroom-widget-wrapper div.chatroom-message.page-link {
  display: block;
  clear: both;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}

#custom-chatroom-widget-wrapper div.chatroom-message.switch-user {
  margin-top: 10px;
}

/* Responsive */
@media (max-width:510px) {
  #custom-chatroom-widget-wrapper {
    right: 10px;
    left: 10px;
    bottom: 10px;
  }
  
  #custom-chatroom-widget-wrapper.collapsed {
    left: auto;
    right: 10px;
  }
  
  #chat-input-wrapper input#chat-message {
    font-size: 16px;
  }
  
  #custom-chatroom-widget-wrapper #chat-body-wrapper {
    width: auto;
  }
}
