.chat {
	list-style: none;
}

.chat li {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted darkslategray;
}

.chat li.left .chat-body {
	margin-left: 60px;
}

.chat li.right .chat-body {
	margin-right: 60px;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
	margin-right: 5px;
}

.panel-body {
	overflow-y: scroll;
	height: 550px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: lightcyan;
}

::-webkit-scrollbar {
	width: 12px;
	background-color: lightcyan;
}

::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: darkslategray;
}

.panel {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	background-color: transparent;
	border: none;
	margin: 4rem;
}

.panel-heading {
	display: flex;
	align-items: center;
	border: none;
	box-shadow: 0 0 1rem 0 grey;
	border-radius: 2rem;
	background-color: lightcyan !important;
	color: darkslategray !important;
}

.panel-heading > h3 {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-left: 2rem;
	transform: translateY(-25%);
}

.panel-body {
	box-shadow: 0 0 1rem 0 grey;
	border-radius: 2rem;
	padding: 2rem;
	background-color: lightcyan;
}

.panel-footer {
	box-shadow: 0 0 1rem 0 grey;
	border-radius: 2rem;
	background-color: lightcyan;
}

.input-group {
	display: flex;
	align-items: center;
	width: inherit;
	justify-content: space-between;
}

#btn-input {
	font-size: medium;
}
