
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600&display=swap');


 body{
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #252930;
	text-align: left;
	background-color: #fff;
}

h1, h2, h5{
	font-family: 'Roboto Slab', serif;
	margin-top:0;
	margin-bottom:.5rem;
	color: #003381;
}

hr {
	display: none;
}

 p{
    margin-top:0;
    margin-bottom:1rem;
	 line-height: 1.7rem;
}

 ul{
    margin-top:0;
    margin-bottom:1rem;
}

 a {
    color:#28b76b;
    text-decoration:none;
    background-color:transparent;
}


.table td:nth-child(1) {
	color: #555;
	white-space: nowrap;
	width: 200px;
}


/* header */
.header {
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
	background: #fff;
	margin-bottom: 30px;
}

.logo-icon {
	max-height: 40px;
	margin-right: 10px;
}

.nav-item.section-title .nav-link {
	padding: 0;
}

.nav-link.active {
	color: #28b76b;
}

.nav-link {
	display: inline-block;
	position: relative;
	padding: 0.5rem 1rem;
	color: #5d6778;
}

.site-logo {
    display: flex;
    padding: 20px;
}

.logo-text {
	color: #252930;
	font-size: 1.8rem;
	font-weight: bold;
}

.text-alt {
	font-weight: 300;
}

.docs-sidebar {
	top: 69px;
	height: calc(100% - 69px);
	overflow-y: auto;
	scrollbar-color: rgba(0,0,0,0.2) #f5f5f5;
	scrollbar-width: thin;
	transition: transform 0.35s ease-in-out;
}

.docs-sidebar ul {
	position: fixed;
}

.section {
	margin-top: 100px;
}

.section:first-child {
	margin: 0;
}

.section code {
	color: rgb(229, 57, 53);
	background-color: rgba(38, 50, 56, 0.05);
	font-family: Courier, monospace;
	border-radius: 2px;
	border: 1px solid rgba(38, 50, 56, 0.1);
	padding: 0px 5px;
	font-size: 15x;
	font-weight: 400;
	word-break: break-word;
}

code.hljs {
	background: #555;
	padding: 15px;
	color: white;
}


.td-ul ul {
	padding: 0;
	margin: 0;
}

.td-ul li {
	list-style: none;
	padding-bottom: 10px;
}


.btn-post {
	background: #89acd6;
	padding: 0 4px;
	color: white;
	font-size: 0.8rem;
	line-height: 1rem;
}

.btn-get{
	background: #990000;
	padding: 0 4px;
	color: white;
	font-size: 0.8rem;
	line-height: 1rem;
}

.scrollto.active {
	color: #b22222;
	padding-left: 1.5rem;

}

.hljs-string {color: yellow;}
.hljs-attr {color:white;}
.hljs-number {color: #95e1c8;}
.hljs-literal {color: #f3c4e0;}








.callout-block {
 padding:1.5rem;
 border-left:3px solid #5d6778;
 background:#f5f5f5;
 margin-top:1rem;
 margin-bottom:1rem
}
.callout-block code {
 background:#fff
}
.callout-block .callout-title {
 font-size:1rem
}
.callout-block.callout-block-info {
 border-color:#5b99ea;
 background:#f9fbfe
}
.callout-block.callout-block-info .callout-title {
 color:#1c6fdc
}
.callout-block.callout-block-info a {
 color:#1c6fdc
}
.callout-block.callout-block-success {
 border-color:#5cb377;
 background:#e7f4eb
}
.callout-block.callout-block-success .callout-title {
 color:#3e8554
}
.callout-block.callout-block-success a {
 color:#3e8554
}
.callout-block.callout-block-warning {
 border-color:#EEBF41;
 background:#fdf6e5
}
.callout-block.callout-block-warning .callout-title {
 color:#d09c13
}
.callout-block.callout-block-warning a {
 color:#d09c13
}
.callout-block.callout-block-danger {
 border-color:#d26d69;
 background:#fbf3f2
}
.callout-block.callout-block-danger .callout-title {
 color:#b73c37
}
.callout-block.callout-block-danger a {
 color:#b73c37
}
.section p:last-child {
    margin-bottom: 0;
}












