
@font-face {
	font-family:"scandia-web";
	src:url("/documentation/fonts/scandia-web-woff2.woff2") format("woff2"),
		url("/documentation/fonts/scandia-web-woff.woff") format("woff"),
		url("/documentation/fonts/scandia-web-opentype.ttf") format("opentype");
	font-display:auto;
	font-style:normal;
	font-weight:400;
}
body {
	font-family: "scandia-web";
}
/* desktop nav */
@media (min-width: 991px) {
	nav {
		display: none !important;
	}
	.sidebar {
		margin-top: 0;
	}
	.documentation {
		margin-top: 32px;
	}
	.bg-gradient-primary {
		display: none;
	}
}
.documentation h1 {
	font-size: 2.5em;
	color: #090910 !important;
}
.documentation h2 {
	color: #090910;
	font-size: 1.75em;
	font-family: "scandia-web";
}
.documentation h3 {
	color: #090910;
	font-size: 1.25em;
	font-family: "scandia-web";
}
.documentation.expanded {
	padding-left: 68px;
}
.documentation {
	padding-left: 68px;
	margin-left: 0px;
	width: auto;
}
.documentation h2::before, .documentation h3::before {
    content: "#";
    font-weight: 400;
    margin-left: -25px;
    position: absolute;
    font-size: 28px;
    color: #2795FF;
	opacity: .6;
	line-height: 1;
}
.documentation h3::before {
	font-size: 22px;
}
.documentation > ul:first-of-type {
	margin-left: 44px;
	margin-bottom: 2em;
}
.documentation > ul:first-of-type li a::before {
	color: #2795FF;
}
.documentation > ul:first-of-type li {
	font-weight: 400;
	margin-bottom: .7em;
	margin-left: 0;
	padding: 0;
}
.documentation h1+ul ul {
	margin-top: .7em;
}
.documentation > ul:first-of-type li ul li  a {
	font-weight: 400;
}

.documentation p {
	font-size: 16px;
	color: rgba(9,9,16,.7);
	line-height: 1.8;
	margin-bottom: 1.5em;
}
.documentation > ul:first-of-type li {
	line-height: 1.3;
}
.documentation h1:first-of-type {
	border: none;
	padding-left: 0;
	font-family: 'scandia-web';
}
.documentation a {
	color: #2795FF;
}
.documentation ol>li, .documentation ul>li {
	font-size: 16px;
	line-height: 1.8;
}
iframe, embed {
	margin-bottom: 1.5em;
}
.sidebar {
	width: 30%;
}
.sidebar ul {
	margin-bottom: 0;
	width: 300px;
}
.sidebar > ul {
	max-height: 100vh;
	overflow-y: auto;
}
.sidebar ul li .accordion  > h2 {
	font-size: 14px;
	padding: 10px;
	cursor: pointer;
	color: #090910;
	font-family: 'scandia-web';
}
ol, ul {
	margin-bottom: 1.5em;
}
.sidebar ul li .accordion .panel li {
	list-style-type: none;
}
.sidebar ul li .accordion .panel li > a {
	font-weight: 500;
	line-height: 2.5;
	font-size: .875em;
    color: #090910;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    display: block;
	transition: padding-left .3s;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.sidebar ul li .accordion .panel li > a:hover {
	padding-left: 2.25rem;
}
.sidebar ul li .accordion .panel li.is-active {
	padding-left: 13px;
}
.sidebar ul li .accordion .panel li.is-active::before {
	background: #2795FF;
	width: 0px;
	height: 30px;
}
.sidebar ul li .accordion .panel li.is-active a {
	position: relative;
	font-weight: 400;
}
.sidebar ul li .accordion .panel li.is-active a::before {
	content: "";
	background: #2795FF;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 12px;
	position: absolute;
    left: 20px;
    z-index: 100;
}
.medium-zoom-overlay, img.medium-zoom-image--opened {
	z-index: 40;
}
.switch {
	display: none;
	width: auto;
	margin-left: 10px;
	cursor: pointer;
}
.bg-gradient-primary {
    background: linear-gradient(87deg, #2795FF 0, #2795FF 100%) !important;
}
#backtotop.visible a:hover, #backtotop a {
	background-color: #2795FF;
}
.button.is-primary {
	background-color: #2795FF;
}
.search-box {
	height: 40px;
}
.search-box input {
	font-size: 16px;
	text-transform: none;
}
.search-box input::placeholder {
	color: #adaeba;
}
.hamburger {
	fill: #2795FF;
}
/* .collapse {
	height: 0;
	overflow: hidden;
} */
.panel {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}
.panel.collapsed {
	max-height: 1000px;
}
.sidebar.is-hidden {
	left: -350px;
}
.sidebar-logo {
	margin-bottom: 26px;
}
.documentation ul li {
	position: relative;
    display: block;
    padding-left: 1.25em;
	color: rgba(9,9,16,.7);
	font-size: 16px;
	line-height: 1.5;
}
.documentation ul:not(:first-of-type) li::before {
	content: "";
    position: absolute;
	top: 13px;
    left: 0;
    width: 9px;
    height: 10px;
    background: url(/documentation/images/ul_marker.min.svg) no-repeat 50%;
    background-size: contain;
}
.documentation strong {
	font-weight: 600;
}
.documentation h1+ul li a {
	font-family: 'scandia-web';
}
.documentation h1+ul li ul a {
	font-family: 'scandia-web';
}
.pm-fw {
	line-height: 1.5 !important;
}
.pm-fw::before {
	top: 4px !important;
}
.search-btn {
	display: flex;
}
.sidebar.is-hidden {
	left: 0px;
}
/* responsive */
@media (max-width: 1200px) {
	.sidebar {
		width: 350px;
	}
}
@media (max-width: 991px) {
	.switch {
		display: block;
	}
	.documentation {
		margin-top: 6rem;
	}
	.sidebar-logo {
		display: none;
	}
	.documentation.expanded, .documentation {
		width: auto;
		margin-left: 0;
	}
	.sidebar.is-hidden {
		left: -350px;
	}
}
@media (max-width: 768px) {
	.documentation {
		margin-left: 0;
	}
	.sidebar {
		width: 310px;
	}
	
	.documentation p {
		font-size: 14px;
	}
	.documentation ul li {
		font-size: 14px;
	}
}
.search-bar {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
.search-box {
	border: none;
	border-bottom: 1px solid #d7d7dc;
	box-shadow: none;
	margin-top: 0;
	top: auto;
	width: 100%;
	position: relative !important;
	z-index: 1;
}
.search-box input {
	text-align: left;
	padding-left: 10px;
	background-color: #fff;
	color: #090910;
}
.search-box input::placeholder {
	color: #090910;
}
#search-button {
	margin-left: auto;
	display: flex;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom: 1.5em;
  }
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.internal-autocomplete-result, .search-box .algolia-autocomplete {
	box-shadow: none;
}
.prev-next-bar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.prev-next-bar a { 
	font-weight: 600;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
@media (max-width: 780px) {
	.documentation.expanded, .documentation {
		max-width: 100%;
		width: 100%;
		padding: 20px !important;
	}
	.documentation h2::before, .documentation h3::before {
		display: none;
	}
	.prev-next-bar a { 
		margin-bottom: 20px;
		font-size: 14px;
	}
}
.prev-btn .arrow {
	margin-right: 7px;
}
.next-btn .arrow {
	margin-left: 7px;
}
.prev-next-bar .arrow {
	display: flex;
	color: rgba(9,9,16,.7);
}
.doc-page-body {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
@media (min-width: 991px) {
	.sidebar {
		overflow: visible;
		position: sticky;
		top: 0;
		height: 100vh;
		left: 0;
		width: auto;
	}
	.sidebar:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 999em;
		height: 100%;
		z-index: -1;
		background: #f7f7fc;
	}
}
@media (min-width: 1100px) {
	.documentation {
		max-width: 700px;
		width: 700px;
	}
}
@media (max-width: 1100px) {
	.documentation {
		padding-right: 40px;
	}
}
.alert.is-info p {
	color: #fff;
	margin-bottom: 0;
}
.alert.is-info a {
	color: #fff;
}
@media(max-width: 768px){
    .ds-dropdown-menu {
        max-width: 75% !important;
    }
}
ol li p {
	margin-bottom: 0 !important;
}
.alert.is-primary {
	background-color: #ffeeba;
}
.alert.is-primary p {
	color: #856404;
	margin-bottom: 0;
}
.alert.is-primary .icon {
	opacity: 0.6;
}
@media (max-width: 768px) {
	.algolia-autocomplete .ds-dropdown-menu {
		max-width: 100% !important;
		min-width: 100% !important;
		width: 100% !important;
		margin-left: 16px !important;
	}
	.algolia-autocomplete .algolia-docsearch-suggestion--content {
	  	width: 100% !important;
	  	padding-left: 0 !important;
	}
	.algolia-autocomplete .algolia-docsearch-suggestion--content:before {
	  	display: none !important;
	}
	.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {
	  	display: none !important;
	}
}
.list-reset {
	padding-left: 40px;
}