.company {
    border: 2px solid #ccc;
    height: 200px;
    overflow-y: scroll;
}
.user-list {
    border: 2px solid #ccc;
    height: 200px;
    overflow-y: scroll;
}
.mbsc-label{
	color:#212529;
}
.chat {
	margin-top: 5px;
	border: 2px solid #ccc;
	border-radius: .4em;
    height: 400px;
    overflow-x: scroll;
}
.chat-bubble {
	position: relative;
	background: #eee;
	border-radius: .4em;
}
.chat-bubble-removed {
	position: relative;
	background: #ff0000;
	border-radius: .4em;
}
.modal-open .container-fluid, .modal-open  .container {
    -webkit-filter: blur(6px) grayscale(90%);
}
.anchors {
  padding-top: 100px;
  margin-top: -100px;
}

.color1{
	color:#FFFF00;
}
.color2{
	color:#FF0000;
}
.color3{
	color:#808080;
}
.color4{
	color:#ff33cc;
}
.color5{
	color:#33cc33;
}

.clear-media{
	position: absolute; 
	left: 10em;
	bottom: 0;
}

.notify-badge {
  position: absolute;
  bottom: 10px;
  background: #ff0000;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  padding: 3px 5px;
  font-size: 12px;
}

.dropdown-menu{
    padding: .5rem;
}

.img-container {
	position: relative;
	width: fit-content;
}

.img-thumb {
	max-width: 200px;
	height: auto;
	border-radius: 5px;
}

/* Floating buttons */
.img-btns {
	position: absolute;
	top: 5px;
	right: 5px;
	display: flex;
	gap: 5px;
}