.wy-side-nav-search .brand>a img.logo {
	height: unset!important;
	max-height: unset;
}
.wy-nav-side{
	width: 18rem;
}
.wy-side-scroll:before{
	width: 18rem;
}
.wy-side-nav-search{
	width: 18rem;
}
.wy-side-nav-search input[type=text]{
	margin: 0;
	color: white;
	line-height: 2rem;
    border-radius: 0;
	border: 1px solid var(--border);
	width: 100%;
}
.wy-side-nav-search input[type=text]::placeholder{
	color: #a1a1a1}
.wy-side-nav-search input[type=text]:focus {
    border-color: grey;
}
.wy-menu-vertical {
	width: 18rem;
}
.wy-side-scroll {
	width: 19.5rem;
}
.wy-menu-vertical li a.reference {
	background: #f4f4f4;
}
.wy-menu-vertical li .current.subnav a.reference {
    background: #e9e9e9;
}
.wy-side-nav-search .brand {
    min-height: 4.5rem;
    height: 4.5rem;
    max-height: 4.5rem;
	margin-bottom: 1rem;
}
.wy-breadcrumbs {
	display:none;
}
.rst-content h1 {
    margin-top: 2rem;
}
.wy-nav-content {
	max-width: unset;
}
.wy-nav-side.shift {
    width: 18rem;
}
nav.wy-nav-top {
    color: white;
	position: sticky;
    top: 0;
}
.wy-nav-content-wrap {
    margin-left: 18rem;
}
.wy-nav-content-wrap.shift img.logo {
    display: none;
}
@media screen and (max-width: 63.75rem) {
	.wy-nav-content-wrap {
		margin-left: 0;
	}
	.wy-nav-side.shift {
		width: 18rem;
	}
	.wy-nav-content-wrap.shift {
		left: 18rem;
	}
}
:root {
	--bg-nav: #343a40;
	--bg-nav-current: #1b9ddb;
}