.message-container,
.form-container {
	padding: 1rem;
}

.list-group-item {
	transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

input {
	width: 100%;
}

.modal-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(50, 50, 50, 0.55);
}

.badge {
	margin: 2px 4px;
}
