#waifu-toggle {
	background-color: var(--content-background);
	border-radius: 50%;
	bottom: 66px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	right: 0;
	margin-right: -140px;
	padding: 5px 2px 5px 5px;
	position: fixed;
	transition: margin-right 1s;
	width: 40px;
	z-index:20;
	border: 2px solid var(--ifm-text-color);
}

#waifu-toggle.waifu-toggle-active {
	margin-right: -18px;
}

#waifu-toggle.waifu-toggle-active:hover {
	margin-right: 10px;
}

#waifu {
	bottom: 0;
	right: 0px;
	line-height: 0;
	margin-bottom: -10px;
	position: fixed;
	transform: translateY(3px);
	transition: transform .3s ease-in-out, bottom 3s ease-in-out;
	z-index: 20;
}

#waifu:hover {
	transform: translateY(0);
}

#waifu-tips {
	background-color: rgba(236, 217, 188, .5);
	border: 1px solid rgba(224, 186, 140, .62);
	border-radius: 12px;
	box-shadow: 0 3px 15px 2px rgba(191, 158, 118, .2);
	font-size: 14px;
	line-height: 24px;
	margin: -70px -10px;
	min-height: 70px;
	opacity: 0;
	overflow: hidden;
	padding: 5px 10px;
	position: absolute;
	text-overflow: ellipsis;
	transition: opacity 1s;
	width: 180px;
	word-break: break-all;
	font-weight: 500;
}

#waifu-tips.waifu-tips-active {
	opacity: 1;
	transition: opacity .2s;
}

#waifu-tips span {
	color: var(--ifm-text-color);
	font-weight: 800;
	font-size:"18px";
}

#live2d {
	cursor: grab;
	height: 200px;
	position: relative;
	width: 200px;
}

#live2d:active {
	cursor: grabbing;
}

#waifu-tool {
	color: #aaa;
	opacity: 0;
	position: absolute;
	right: 200px;
	top: -50px;
	transition: opacity 1s;
}

#waifu:hover #waifu-tool {
	opacity: 1;
}

#waifu-tool span {
	cursor:pointer;
	display: block;
	height: 30px;
	text-align: center;
}

#waifu-tool svg {
	fill: #7b8c9d;
	cursor: pointer;
	height: 25px;
	transition: fill .3s;
}

#waifu-tool svg:hover {
	fill: #0684bd; /* #34495e */
}
