@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body {
	font-family: Roboto, sans-serif;
    font-size: 14px;
	color: #333;
	background-color: #fbfbfb;
}

.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
	max-width: 100% !important;
}

.w-2 {
	width: 2%;
	max-width: 2%;
}

.w-20 {
	width: 20%;
	max-width: 20%;
}

.w-60 {
	width: 60%;
	max-width: 60%;
}

.w-80 {
	width: 80%;
	max-width: 80%;
}

.sub-title {
	color: #6d86ff;
    font-weight: 100;
    margin: 10px 0 0 10px;
    float: right;
    font-size: 20px;
}

body a {
    color: #0081ff !important;
}

.btn.btn-primary {
	background-color: #3f51b5;
	color: #fff !important;
	border: none;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background-color: #6d86ff;
	color: #fff;
}

[data-dark-mode] body a {
    color: #6d86ff !important;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	font-weight: 300;
	color: #3f51b5;
	text-transform: unset !important;
}

[data-dark-mode] h6, [data-dark-mode] .h6, [data-dark-mode] h5, [data-dark-mode] .h5, [data-dark-mode] h4, [data-dark-mode] .h4, [data-dark-mode] h3, [data-dark-mode] .h3, [data-dark-mode] h2, [data-dark-mode] .h2, [data-dark-mode] h1, [data-dark-mode] .h1 {
	color: #fff;
}

a.nav-link {
	color: #333 !important;
}

.nav-item:last-child a.nav-link {
	color: #e65c1f !important;
	border: 1px solid #e65c1f;
	padding: 0.25rem 0.5rem !important;
}

[data-dark-mode] a.nav-link {
	color: #fff !important;
}

.docs-content {
	border-right: 1px solid #e9ecef;
}

[data-dark-mode] .docs-content {
	border-right: 1px solid #343a40;
}

.form-control.is-search {
	border: 1px solid #e9ecef;
}

[data-dark-mode] .form-control.is-search {
	border: 1px solid #343a40;
}

a.docs-link {
	color: #666 !important;
}

.docs-sidebar .btn-toggle,
.doks-sidebar .btn-toggle {
    text-transform: unset;
	font-weight: normal;
	color: #666;
}

.docs-sidebar [aria-expanded="true"].btn-toggle,
.doks-sidebar [aria-expanded="true"].btn-toggle {
    color: #e65c1f;
}

.docs-link.active,
.doks-link.active {
	color: #e65c1f !important;
	font-weight: normal;
}

.docs-menu-toggle {
	position: absolute;
	top: 10px;
    right: -10px;
	background: #f5f5f5;
    padding: 0;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    box-shadow: 2px 2px 3px 0 #777;
    z-index: 9;
	border: none;
    text-align: center;
}

[data-dark-mode] .docs-menu-toggle {
	box-shadow: 2px 2px 3px 0 #333;
}

.docs-menu-toggle i {
	color: #3f51b5;
    font-size: 12px;
    font-weight: 700;
    float: left;
    margin: 2px 0 0 3px;
}

.docs-menu-toggle i.ico-angle-right {
	display: none;
}

.docs-menu-toggle i.ico-angle-left {
	display: block;
}

.docs-menu-toggle.toggled i.ico-angle-right {
	display: block;
}

.docs-menu-toggle.toggled i.ico-angle-left {
	display: none;
}

.docs-sidebar .docs-links {
	display: block;
}

.toggled .docs-sidebar .docs-links {
	display: none;
}

.btn-mode-wrap {
	float: right;
	margin: 15px 0 0;
}

.btn-mode-wrap .ico {
	font-size: 12px;
	float: left;
	margin-top: 18px;
}

.btn-mode,
.btn-mode:hover,
.btn-mode:focus {
	width: 100px;
    border-radius: 16px;
    border: 1px solid #999;
    padding: 1px !important;
	margin: 0 8px !important;
	float: left;
}

.btn-mode .dark-area,
.btn-mode .light-area {
	width: 50%;
	font-size: 10px;
	float: left;
	text-align: center;
	border-radius: 16px;
	height: 28px;
	line-height: 28px;
}

.btn-mode .dark-area {
	background-color: #fff;
	color: #333;
}

.btn-mode .light-area {
	background-color: #e65c1f;
	color: #fff;
}

[data-dark-mode] .btn-mode .light-area {
	background-color: #212529;
	color: #fff;
}

[data-dark-mode] .btn-mode .dark-area {
	background-color: #e65c1f;
	color: #fff;
}

.docs-toc {
	height: calc(100vh - 5rem) !important;
}

.page-links-gt {
	border-top: 1px solid #e9ecef;
	margin-top: 3em;
}

[data-dark-mode] .page-links-gt {
	border-top: 1px solid #343a40;
}

.page-links h3 {
	color: #333;
}

.page-links-gt h3 {
	margin-top: 0;
}

.page-links-gt a {
	color: #4f6fff !important;
}

[data-dark-mode] .page-links h3 {
	color: #fff;
}

ul.categories-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.categories-list li {
	padding: 0;
	margin: 0;
}

.footer li {
	font-size: 12px;
}

.footer li a {
	color: #3f51b5 !important;
}

.footer .order-first .list-inline-item {
    margin: 0 !important;
	padding: 0 10px;
	border-right: 1px solid #e9ecef;
}

.footer .order-first .list-inline-item:last-child {
    padding: 0 0 0 8px;
	border-right: none;
}

[data-dark-mode] .footer .order-first .list-inline-item {
	border-right: 1px solid #343a40;
}

@media (min-width: 1200px) {
	.col-xl-4 {
		width: 18.75%;
	}

	.col-xl-10 {
		width: 62.5% !important;
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 75% !important;
	}
}

@media (min-width: 992px) {
	.col-lg-5 {
		width: 18.75%;
	}

	.col-lg-11 {
		width: 81.25%;
	}

	.toggled .col-xl-1 {
		width: 6.25%;
	}

	.toggled .col-lg-11 {
		width: 93.75%;
	}
}

.fixed-bottom {
    right: 20px !important;
    bottom: 45px !important;
}

.docs-sidebar .btn-toggle {
    text-align: left;
}

/* In-App START */
body.in-app .sticky-top,
body.in-app .breadcrumb,
body.in-app .docs-toc ,
body.in-app .docs-navigation,
body.in-app .footer,
body.in-app .emailus-link,
body.in-app #docsSidebar {
    display: none !important;
}
/* In-App END */