.in-booth-container {
  max-width: 320px;
  margin: 25px auto;
}
.in-booth-container h3 {
  font-size: 17px;
  color: #292f33;
  font-weight: bold;
  padding: 7px;
  margin: 0;
  border-bottom: 2px solid #efefef;
  border-top: 5px solid #efefef;
  font-family: 'acumin-pro';
}
.in-booth-container h3:nth-child(1) {
  border-top: 0;
}
#boothChat h3 {
  padding-top: 0;
}
#boothChat {
  position: relative;
  background-color: #fff;
  padding: 7px;
}
#boothUserList .bootUserList{
  position: relative;
  max-height: 250px;
  overflow-y: scroll;
}
.attendees-here,.exhibitors-here {
  margin-top: 6px;
  background-color: #fff;
}
.chat-messages {
  display: flex;
  flex-direction: column;
  height: 350px;
  overflow-y: scroll;
}
.chat-messages p:nth-child(1) {
  margin-top: 10px;
}
#in-booth-chat-text{
  overflow: visible;
  width: 95%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid black;
  padding-right: 60px;
  padding-left: 15px;
  z-index: 2;
}
#in-booth-chat-form {
  text-align: center;
  margin-top: 10px;
  height: 40px;
}
#in-booth-chat-button{
  position: relative;
  bottom: 34px;
  left: 118px;
  background-color: #fff;
  border: none;
  color: #1982fc;
  font-weight: 600;
  z-index: 2;
}
.room-message {
  font-size: 15px;
  margin: 0;
  padding: 10px 45px 10px 5px;
  color: rgb(77, 77, 77);
  line-height: 15.5px;
}
.room-message:hover {
  background-color: #efefef;
}
.room-message .username{
  font-size: 13px;
  display: block;
  color: #5F5F5F;
}
.room-message .message {
  display: block;
}
.room-message.self {
  text-align: right;
  padding: 1px 5px 1px 45px;
}
.room-message.self .username {
  display: none;
}
.room-message.self .message {
  background: rgb(25, 130, 252);
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  margin-right: 10px;
  display: inline-block;
  text-align: left;
}
.room-message::after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  height: 1px;
}
.whos-online-user{
  background-image: url(https://s3.amazonaws.com/HMP/vrtxassets/Chat-Button.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 30px;
}
.whos-online-user {
  width: 100%;
  display: block;
  padding: 9px;
  border-bottom: 1px solid #afafaf;
  cursor: pointer;
  padding-right: 55px;
  font-size: 14px;
}
.exhibitors-here .whos-online-user {
  font-weight: 600;
}
.whos-online-user:hover {
  background: #EBEBEB;
  background-image: url(https://s3.amazonaws.com/HMP/vrtxassets/Chat-Button.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 30px;
}
.whos-online-user:last-child {
  border-bottom: none;
}
.whos-online-user ul {
  margin: 0;padding: 0;
}
.whos-online-user ul li {
  list-style: none;
  padding: 2px 0;
  font-size: 13px;
  line-height: 11px;
}
.whos-online-user ul li span {
  font-weight: bold;
  display: block;
  font-size: 11px;
  line-height: 10px;
}
.node-612 #block-virtual-content .hero {
  display: none;
}

.rep-chat, .report-link {
  cursor: pointer;
  margin: 10px 0;
  list-style: none;
}
.rep-chat:hover, .report-link:hover {
  color: blue;
}