.search-table-outter {
	overflow-x: scroll;
}

::-webkit-scrollbar {
	width: 8px;
	height: 7px;
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 18px;
}

::-webkit-scrollbar-thumb {
	background: #d6d6d6;
	border-radius: 18px;
}

.box_member::-webkit-scrollbar, .scrollbox::-webkit-scrollbar, .box_room::-webkit-scrollbar {
	width: 7.5px;
}

.scroll-to-top {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
	width: 2.75rem;
	height: 2.75rem;
	text-align: center;
	color: #fff;
	background: rgba(90, 92, 105, 0.5);
	line-height: 46px;
}

	.scroll-to-top:focus, .scroll-to-top:hover {
		color: white;
	}

	.scroll-to-top:hover {
		background: #5a5c69;
	}

	.scroll-to-top i {
		font-weight: 800;
	}
