#navbar-docs
{
	/* background-color: var(--color1-doc); */
	overflow-y: scroll;
	transition: left .2s linear;
	margin-top: 50px;
	/* max-width: 380px; */
	/* margin-left: calc( (30vw - 30px) - 380px); */
}

.margin_sidebar{
	margin-left: 0px;
}

#navbar-docs h1
{
	color: #cbcbcb;
	font-size: 1.2rem;
	margin: 20px;
	font-family: var(--titlefont);
	display: grid;
	grid-template-columns: 1.2rem 1fr;
	grid-column-gap: 10px;
	line-height: 1;
	font-weight: 500;
}

#navbar-docs h1 svg
{
	max-width: 2rem;
	width: 100%;
	align-self: center;
	fill: #cbcbcb;
}

#navbar-docs a
{
	display: block;
	position: relative;
	font-size: 1.2rem;
	background-color: transparent;
	/* border-bottom: 1px solid var(--color4-doc); */
	padding: 25px;
	/* border-radius: 15px; */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
	transition: all .3s cubic-bezier(.25,.8,.25,1);
}

#navbar-docs a:link,#navbar-docs a:visited
{
	color: var(--color5-doc);
	text-decoration: none;
	font-weight: 600;
}

#navbar-docs a:hover
{
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 3px 10px rgba(0, 0, 0, 0.05);
	background-color: #00000008;
	transform: translateY(-5px);
}

#main-doc
{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	margin-top: 72px;
	margin-bottom: 50px;
}

#main-doc section
{
	width: 80%;
	margin-top: 50px;
}

#main-doc header, #main-doc h2 {
	font-size: 2rem;
	color: #e00876;
	position: relative;
	margin: 20px 0;
}

#main-doc p
{
	font-size: 1.4rem;
	position: relative;
}

#main-doc code
{
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 60px;
	font-size: 1.5rem;
	color: var(--color5-doc);
}

#main-doc p code
{
	margin: 0;
	padding: 0;
	display: inline;
}

#main-doc li
{
	font-size: 1.4rem;
}

#main-doc ol
{
	padding: 8px 0;
	padding-left: 60px;
}

#main-doc a:link,#main-doc a:visited
{
	color: var(--color4-doc);
	text-decoration: none;
}

#main-doc a:link:hover,#main-doc a:visited:hover
{
	color: #6cddff;
	text-decoration: none;
}

#main-doc pre
{
	margin: 0;
	padding: 0;
}

header, h2 {
	font-family: var(--titlefont);
}
div#container-sheet {
	padding-left: 15px;
	padding-right: 15px;
}
/* Video Section with placeholder */
.video-place_container {
	position: relative;
	width: 100%;
	height: auto;
}

.svg-placeholder_video {
	width: 100%;
	height: auto;
	position: relative;
	visibility: hidden;
}
.docs_item {
	display: none;
}
#main-doc #secundary_title{
	color: #000;
	font-size: 1.2rem;
	margin: 20px;
	font-family: var(--titlefont);
	display: block;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 32px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main-doc #secundary_title svg
{
	max-width: 2rem;
	width: 100%;
	align-self: center;
	fill: #cbcbcb;
	margin-right: 7px;
}

.faq-item .question {
    margin: 0;
}

.faq-item {
	margin-bottom: 20px;
	/* max-width: 900px; */
	position: relative;
	transition: height 0.2s linear;
}

.faq-item:not(.show) .answer{
	height: 0;
    overflow: hidden;
    pointer-events: none;
}

.docs_title {
    margin-top: 140px !important;
    margin-bottom: 60px !important;
}

.question {
    /* background-color: #f5f4f3; */
    padding: 10px 20px;
    font-weight: 600;
	cursor: pointer;
	transition: color 0.2s linear;
}
.question:hover {
    color: #797979;
    transition: color 0.2s linear;
}
.answer {
    padding: 0px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: var(--text);
    line-height: 1.5;
}

.faq-item:before {
    content: "";
    position: absolute;
    display: block;
    top: 27px;
    right: 2px;
    width: 18px;
    height: 2px;
    background-color: black;
	cursor: pointer;
	transition: height 0.2s linear;
}

.faq-item:after {
    content: "";
    position: absolute;
    display: block;
    top: 19px;
    right: 10px;
    width: 2px;
    height: 18px;
    background-color: black;
	cursor: pointer;
	transform: rotate(0deg);
	transition: transform 0.2s linear;
}
.faq-item.show:before{
	height: 0;
	transition: height 0.2s linear;
}
.faq-item.show:after{
	transform: rotate(90deg);
	transition: transform 0.2s linear;
}
.main-section{
	position: relative;
}
#anchorOne{
	position: absolute;
	top: -200px;
}
#One, #Two, #Three, #Four, #Five, #pTwo, #pThree, #start_creating, #general{
	position: absolute;
	top: -100px;
}
.anchor_icon{
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTMuOSAxMmMwLTEuNzEgMS4zOS0zLjEgMy4xLTMuMWg0VjdIN2MtMi43NiAwLTUgMi4yNC01IDVzMi4yNCA1IDUgNWg0di0xLjlIN2MtMS43MSAwLTMuMS0xLjM5LTMuMS0zLjF6TTggMTNoOHYtMkg4djJ6bTktNmgtNHYxLjloNGMxLjcxIDAgMy4xIDEuMzkgMy4xIDMuMXMtMS4zOSAzLjEtMy4xIDMuMWgtNFYxN2g0YzIuNzYgMCA1LTIuMjQgNS01cy0yLjI0LTUtNS01eiIvPjwvc3ZnPg==");
	/* display: inline; */
	visibility: hidden;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	transform: translate(-100%, -45%);
	opacity: .5;
}
#main-doc h2:hover .anchor_icon, .question:hover .anchor_icon{
	visibility: visible;
}
[id*="question_"]{
	position: absolute;
	top: -90px;
}
@media screen and (min-width:701px)
{
	div#container-sheet {
		width: 100%;
	}
	.sidebar_sheet {
		position: fixed;
		overflow-y: scroll;
		height: calc(100vh - 72px);
		/* background-color: var(--color1-doc); */
	}
	#main-doc #secundary_title{
		/* display: none; */
	}
	#main-doc section {
		width: 100%;
	}
}
@media screen and (max-width:768px)
{
	:root
	{
		font-size: 12px;
	}
	
	body {
		grid-template-rows: 50px 0;
		grid-template-areas: "navbar navbar navbar navbar" "main main main main";
	}

	#navbar-docs
	{
		left: -380px;
		display: none;
	}

	.sidebar_sheet {
		position: initial;
		height: 100vh;
	}
	#main-doc
	{
		width: 100vw;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}

	#main-doc code
	{
		transform: scale(.7);
		padding-left: 0;
	}
	div#container-sheet {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main-doc section
	{
		width: 85%;
		margin: 0 auto;
	}
	div#container-sheet {
		padding-left: 0;
		padding-right: 0;
	}
	/* video placeholder container */
	.video-place_container {
		max-width: 85% !important;
		margin: 0 7.5%;
		margin-bottom: 32px;
	}
	/* video {	
		max-width: 85% !important;
		margin: 0 7.5%;
		margin-bottom: 32px;
	} */
	#main-doc #secundary_title{
		color: #000;
		font-size: 1.2rem;
		margin: 20px;
		font-family: var(--titlefont);
		display: block;
		font-size: 2rem;
		text-align: center;
		margin-bottom: 32px;
	}
	#main-doc #secundary_title svg
	{
		max-width: 2rem;
		width: 100%;
		align-self: center;
		fill: #cbcbcb;
		margin-right: 7px;
	}
	#One, #Two, #Three, #Four, #Five, #pTwo, #pThree, #start_creating, #general{
		top: -00px;
	}
}
/* bar */


