@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700&display=swap');
@charset "UTF-8";
html {
	font-size: 16px!important;
	font-family: 'Manrope', sans-serif!important;
}
#documenter_content a {
    color: #0569D6!important;
    transition: opacity 0.3s;
    text-decoration: none!important;
}
#documenter_content a:hover {
    opacity: 0.7!important;
}
div#documenter_sidebar {
	background: #001708;
}
div#documenter_sidebar ul {
	border: 0;
}
div#documenter_sidebar ul li {
	margin-bottom: 1px;
}
div#documenter_sidebar ul a.current {
    background: #fff;
    color: #020245;
    border: 0;
}
div#documenter_sidebar ul a {
    border-top: 0;
    border-bottom: 0;
    color: #fff;
    background: transparent;
    text-shadow: none;
}
div#documenter_sidebar ul a:hover {
    background: #ffffff;
    color: #020245;
    border-top: 0;
}

div#documenter_content section img {
	width: 100%!important;
	width: 1200px;
	height: auto!important;
}
div#documenter_copyright {
	color:  #fff;
}