/* scroll-bars */

.main::-webkit-scrollbar,
.containa::-webkit-scrollbar,
.puzzle_list::-webkit-scrollbar,
.play_area::-webkit-scrollbar {
	width: 0px;
	background-color: #4a4a4a;
}

.pack_list::-webkit-scrollbar {
	width: 0px;
}

.main::-webkit-scrollbar-track,
.pack_list::-webkit-scrollbar-track,
.containa::-webkit-scrollbar-track,
.puzzle_list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.main::-webkit-scrollbar-thumb,
.pack_list::-webkit-scrollbar-thumb,
.containa::-webkit-scrollbar-thumb,
.puzzles_list::-webkit-scrollbar-thumb {
	background-color: #656565;
	outline: 0px solid slategrey;
}

aside>section::-webkit-scrollbar {
	width: 2px;
	background-color: #4a4a4a;
}

aside>section::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

aside>section::-webkit-scrollbar-thumb {
	background-color: #656565;
	outline: 0px solid slategrey;
}