.smallLabel {
  color: #090B0D;
}

.chatbox .label {
  color: #6C1F74;
}

.chatbox .inside-icon .fa{
	color: #6C1F74;
}

.chatbox .btn{
  background: #6C1F74;
}

.emoIcon{
  color: #6C1F74;
}

.LegendTitle{
  color: #6C1F74;
}

.chatbox .btn:hover,
.chatbox .btn:focus {
  background: #411346;
}

.btn-Message {
		Height: 48px;
    	width: 160px;
		background: #FFFFFF;
		display: inline-block;
		padding: 14px 21px;
		color: #000000;
		border-radius: 10px;
		border-style: solid;
		border-color: #6C1F74;
		outline: none;
		cursor: pointer;
		transition: all 0.3s;
		&:focus {
			background: #0076B6;
		}
		&:hover {
			background: #0076B6;
		}
		&:active {
			background: #0076B6;
		}
	}

	.selected {
		background: #D4B9D7 !important;
		border-color: #D4B9D7 !important;
		cursor: auto !important;
	}