@CHARSET "UTF-8";

#scrolling-container::-webkit-scrollbar
{
	height: 0;
}

#widgets::-webkit-scrollbar
{
	width: 0;
}

#content::-webkit-scrollbar
{
	height: 0;
}

#tabs::-webkit-scrollbar
{
	width: 0;
}

.accordion-opened::-webkit-scrollbar
{
	width: 0;
}

.tab-content::-webkit-scrollbar
{
	width: 0;
}

.scrolling-div::-webkit-scrollbar
{
	width: 0;
}

#tab::-webkit-scrollbar
{
	height: 0;
}

@media (min-width: 67.5rem)
{
	#widgets::-webkit-scrollbar
	{
		width: 1rem;
	}

	#widgets::-webkit-scrollbar-thumb
	{
		background-color: var(--light);
		border-right: 0.8rem solid var(--gray-dark);
	}

	#widgets::-webkit-scrollbar-button
	{
		height: 0.5rem;
	}

	#tabs::-webkit-scrollbar
	{
		height: 0.6rem;
	}

	#tabs::-webkit-scrollbar-thumb
	{
		background-color: var(--light);
		border-bottom: 0.4rem solid var(--white);
	}

	#tab::-webkit-scrollbar-button
	{
		width: 0.4rem;
	}

	#tab::-webkit-scrollbar
	{
		height: 0.6rem;
	}

	#tab::-webkit-scrollbar-thumb
	{
		background-color: var(--light);
		border-bottom: 0.4rem solid var(--white);
	}

	#tabs::-webkit-scrollbar-button
	{
		width: 0.4rem;
	}

	.scrolling-div::-webkit-scrollbar
	{
		width: 0.9rem;
	}

	.scrolling-div::-webkit-scrollbar-thumb
	{
		background-color: var(--gray);
		border-left: 0.7rem solid var(--white);
	}

	.scrolling-div::-webkit-scrollbar-button
	{
		height: 0.4rem;
		display: block;
	}

	.accordion-opened::-webkit-scrollbar
	{
		width: 0.9rem;
	}

	.accordion-opened::-webkit-scrollbar-thumb
	{
		background-color: var(--gray);
		border-right: 0.7rem solid var(--light);
	}

	.accordion-opened::-webkit-scrollbar-button
	{
		height: 0.8rem;
		display: block;
	}

	.tab-content::-webkit-scrollbar
	{
		width: 0.2rem;
	}

	.tab-content::-webkit-scrollbar-thumb
	{
		background-color: var(--gray);
		border-right: 0;
	}

	.tab-content::-webkit-scrollbar-button
	{
		height: 0.5rem;
	}
}
