.libation-msg-pop {
	position: fixed;
	z-index: 888;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.libation-msg-pop .libation-content {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 889;
	display: flex;
	flex-direction: column;
	max-height: 85vh;
	overflow-y: auto;
	border-radius: 16px 16px 0 0;
}

.libation-msg-pop .libation-content .close {
	width: 30px;
	height: 30px;
	margin: 10px 10px 5px auto;
	cursor: pointer;
}

.libation-msg-pop .title-container {
	width: 100%;
	height: 45px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	box-sizing: border-box;
}

.title-container span {
	font-size: 16px;
	font-weight: 500;
}

.libation-msg-container {
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	overflow-x: auto;
	background-color: white;
	padding: 8px 10px;
	gap: 10px;
}

.libation-msg-container .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 6px;
	font-size: 12px;
	margin: 0;
	cursor: pointer;
	min-width: 60px;
	border: 1px solid #eee;
	border-radius: 8px;
	background: #fafafa;
}

.libation-msg-container img {
	width: 45px;
	height: 45px;
	object-fit: contain;
}

.libation-msg-container .name {
	white-space: nowrap;
	color: #333;
	font-size: 11px;
	margin-top: 4px;
	text-align: center;
}

.libation-msg-container .money {
	color: #d84444;
	font-size: 11px;
}

.libation-active {
	background-color: #e8f5e9 !important;
	border-color: #07c065 !important;
}

.msg-content {
	background-color: #f8f8f8;
	margin: 10px 16px;
	border: 1px solid #eee;
	border-radius: 8px;
}

.msg-content textarea {
	padding: 10px;
	width: 100%;
	height: 80px;
	resize: none;
	background: none;
	color: #333;
	border: none;
	font-size: 14px;
	line-height: 1.5;
}

.libation-msg-pop .tc-btn {
	background: linear-gradient(90deg, #2680d8, #07c065);
	margin: 10px 16px 20px;
	height: 44px;
	border-radius: 22px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 15px;
}

@media (min-width: 992px) {
	.libation-msg-pop {
		width: 750px;
	}

	.libation-msg-pop .libation-content {
		width: 750px;
	}

	.libation-msg-container img {
		width: 60px;
		height: 60px;
	}

	.libation-msg-container .name {
		font-size: 13px;
	}

	.libation-msg-pop .tc-btn {
		font-size: 18px;
		height: 50px;
	}
}
