
$primary-color: var(--primary-color);
@import "./layout.scss";

@import "./query-container.scss";
@import "./modal.scss";
[class^="sk-icon-"], [class*=" sk-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'sketon-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	display: inline-block;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


#navMenuBar {
	margin-top: 6px;
	margin-left: 10px;
}


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

::-webkit-scrollbar-track {
	background-color:transparent;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}
::-webkit-scrollbar-thumb {
	background-color: rgb(147,147,153);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}

.main-tagbar::-webkit-scrollbar {
	display:none
}

.tagbar__slidebar{
	position: absolute;
	right: 0px;
	top: 50px;
	height: 46px;
	line-height: 46px;
	background: #fff;
	width: 80px;
}