#chatBox p.message {
	margin-bottom: 0.25rem;
	word-break: break-word;
	white-space: pre-wrap;

	text-indent: -3rem;
	padding-left: 3rem;
}

.alert.alert-progress {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: 0;
}

.alert.alert-progress + .progress {
	width: 100%;
	height: 8px;

	justify-content: flex-end;

	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	border-top:0;
}

.alert.alert-progress + .progress .progress-bar{
	background-color: var(--danger);
}
