@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap');
@import url('https://fonts.cdnfonts.com/css/oxygen-mono');


:root {
  --main-color: #000000;
  --main-color-background: #ffffff;
  --link-background: #ffffff;
  --text-color: #000000;
}

:not(html):not(body):not(.highlight pre) {
  scrollbar-color: #E2E4E9 transparent;
}

body {
	font-family: 'Inter', sans-serif !important;	
	color: var(--text-color) !important;
}

h1 {
	color: var(--text-color) !important;
	font-family: 'Inter Bold' !important;
	font-family: 'Inter ExtraBold' !important;
	font-size: 32px !important;
	font-weight: 800 !important;
}

h2, h3, h4 {
	font-family: 'Inter Bold', sans-serif !important;
	font-weight: 600 !important;
}


h2 {
	font-size: 24px !important;
}

h3 {
	font-size: 20px !important;
}

h4 {
	text-transform: none !important;
	font-size: 16px !important;
}

.section .hidden {
    display: none;
}

p {
	line-height: 28px;
}

b, strong {
	font-family: 'Inter Bold', sans-serif !important;
	font-weight: 600 !important;
}

.page {
	margin-top: 80px !important;
}

a {
	color:  var(--main-color) !important;
}

article {
	color: #000000 !important;
}


.sidebar-sticky, .toc-sticky {
	top: 90px !important;
	height: calc(100vh - 100px) !important;
	
}

.toc-sticky {
	margin-bottom: 440px;
	padding-right: 10px;
}

.sidebar-drawer {
	background-color: #ffffff !important;
	border-right: 0px !important;
}

.sidebar-tree .current > .reference {
	background: #ffffff !important;
}

.sidebar-tree .current-page>.reference, .sidebar-tree a.reference:hover {
	background: rgba(233, 238, 255, 0.5) !important;
	border-radius: 6px;
}

.sidebar-tree .current-page>.reference {
	color: #2757FF !important;
}

.sidebar-tree label:hover {
	background: inherit !important;
}

/* TOCs */

.sidebar-tree .caption, .sidebar-tree .caption-text {
	color: #171717 !important;
	padding-bottom: 0px !important;
	font-size: 18px !important;
	text-transform: none !important;
	font-family: 'Inter ExtraBold', sans-serif !important;
	margin-bottom: 10px;
}

.sidebar-tree .toctree-l1 > a, .toctree-l1 > label .icon {
	color: #4A515D !important;
	font-size: 14px !important;
}

.toctree-l2 > a, .toctree-l3 > a, .toctree-l4 > a, .toctree-l5 > a, .toctree-l2 > label .icon, .toctree-l3 > label .icon, .toctree-l4 > label .icon,.toctree-l2 > label .icon {
	color: #4A515D !important;	
	font-size: 14px !important;
	line-height: 1.5em !important;
}

.dropdown > .icon svg, .toctree-checkbox~label .icon svg {
	/*transition: transform .15s ease-in-out;
	width: 0.85rem !important;
	height: 0.85rem !important;
	transform: rotate(0deg) !important;*/
	display:none;
}

.toctree-checkbox~label:after {
  border-left: 1.5px solid #4A515D;
  border-top: 1.5px solid #4A515D;
  width: 5px;
  content: '';
  height: 5px;
  transform: rotate(135deg);
  margin-left:-5px;
  float: right;
}

.toctree-checkbox:checked~label:after {
   transition: transform .15s ease-in-out;
   transform: rotate(225deg)!important;
}

.toctree-checkbox:checked~label .icon svg {
   transition: transform .15s ease-in-out;
   transform: rotate(90deg)!important;
}

.toctree-l1 > label, .toctree-l2 > label, .toctree-l3 > label{
	width:2.8em;
	color:transparent;
}

.toc-tree {
	padding-left: 0px !important;
	border-left: 0px !important;
	font-size: 0.85em !important;
}

.toc-tree li.scroll-current>.reference {
	/*border-left: 2px solid;*/
	padding-left: 1.2em;
	margin-left: -1.4em;
	display: block;
}

.toc-title {
	padding-left: 1.1rem;
	text-transform: none !important;
	font-size: 0.85em !important;
	font-family: 'Inter Semibold';
	color: #000 !important;
}

.sidebar-sticky > .sidebar-search-container, .sidebar-brand {
	display: none !important;
}

.header-new {
	height: 80px !important;
	width: 100% !important;
	z-index: 9999;
	position:fixed;
	top: 0;
	background: #ffffff !important;
	/*border-bottom: 1px solid #d6d6d6;*/
}

.header-content {
	margin-left: auto;
	margin-right: auto;
	width: 80em !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}

.sidebar-sticky {
	padding-top: 5px !important;
}

.content {
	padding-top: 30px !important;
	background-color: #ffffff !important;
}


.search-box {
	margin-right:10px !important;
	display: inline-block !important;
}

.sidebar-logo {
	height: 21px;
	display: inline-block;
	margin-right: 5px;
}

.logo-part {
	padding-right:5px;
	flex-flow:row;
	display: flex;
	align-items: center;
}

.logo {
	display: inline-block !important;
	
}

.docs {
	display: inline-block;
	padding-left: 12px;
	border-left: 2px solid #BBBDCA;
}

.alan-logo {
	display: inline-block;
	padding-right:5px;
}

.docs a {
    display: block;
    background-image: url("docs.svg");
	background-repeat: no-repeat;
	width: 100px;
	background-size: 55px 25px;
	height: 22px;
}

/* Lower header */

.lower-header {
	height: 40px !important;
	width: 100% !important;
	z-index: 999;
	position:fixed;
	top: 80px;
	background: #f6f6f6 !important;
	display: none;
}

.lower-header-content {
	margin-left: auto;
	margin-right: auto;
	width: 80em !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
}

/* Dropdown button */
.dropbtn {
  background-color: #fff;
  color: #000000;
  padding: 8px;
  font-size: 14px;
  font-weight:500;
  text-align:right;
  border: none;
  cursor: pointer;
  margin-left:20px;
}

.dropbtn:after {
  border-left: 1.5px solid #000000;
  border-top: 1.5px solid #000000;
  width: 5px;
  content: '';
  height: 5px;
  transform: rotate(225deg);
  margin-top: 4px;
  margin-left:8px;
  float: right;
}


.goto {
	display: none;
	background-image: url("page.svg");
	background-repeat: no-repeat;
	background-size: 1.5em;
	height: 25px;
	width: 25px;
}

.goto .docs-tooltip {
    visibility: hidden;
	display: inline-block;
    width: 120px;
    top: 5px;
    left: 100%;
    margin-left: -138px;
    background-color: #f4f6ff;
    color: #4A515D;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
 
    /* Position the tooltip text - see examples below! */
    position: relative;
    z-index: 1;
}

.goto:hover .docs-tooltip {
    visibility: visible;
}

.goto .docs-tooltip::after {
    content: " ";
    position: absolute;
    bottom: 100%; 
    left: 90%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #f4f6ff transparent;
}

.docs-tooltip-link {
	display: block;
	height: 1.5em;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-left:auto;
}

button.dropbtn:hover  {
	color: #2757FF;
	font-weight:600;
}

.dropdown .icon {
	margin-right: 10px;
	margin-left: -5px;
	transform: rotate(90deg) !important;
	vertical-align: middle;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: #E2E4E9 solid 1px;
  min-width: 190px;
  z-index: 1;
  margin-left: -60px;
  margin-top: 5px;
  border-radius: 12px;
  box-shadow: 0px 2px 4px rgba(0,0,0,.1);
  padding: 0.75em;
}

.dropdown-content a {
  color: #171717 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.dropdown-content a:hover {
	background-color: rgba(233, 238, 255, 0.5);
	border-radius: 8px;
}

.show {display:block;}

/* Version bar */

.version-note {
    text-align: center;
    margin: 0px !important;
    line-height: 50px;
}

.version-note p {
    background-color: #F4F6FF;
    height: 50px;
	margin: 0px !important;
	line-height:50px;
	font-size: 0.85em;
}



/* Fixing anchors */

.anchor-fixed {
	padding-top: 90px !important;
	margin-top: -75px !important;
}

.anchor-fixed-hidden {
    display: none;
	padding-top: 90px !important;
	margin-top: -75px !important;
}


.how-to-anchor {
	visibility:hidden;
	height: 0px; 
	padding-top: 70px !important;
}

/* Footer */

footer {
	margin-top: 5em !important;
}

.footer-holder .footer-bottom {
	max-width: 100%;
	align-items: flex-start;
}

.footer-holder {
   flex: 0 0 auto !important;
   z-index: 9999 !important;
   background-color: #010615 !important;
   padding: 20px;

}

.footer-bottom {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 80em !important;
	color: #ffffff;
		
}

.related-pages {
	margin-bottom: 35px !important;
}

.related-pages a {
	font-family: 'Inter Semibold', sans-serif;
}

.related-pages a.next-page:after {
  border-left: 1.5px solid #4A515D;
  border-top: 1.5px solid #4A515D;
  width: 5px;
  content: '';
  height: 5px;
  transform: rotate(135deg);
  margin-left:5px;
  float: right;
}

.related-pages a.prev-page:before {
  border-left: 1.5px solid #4A515D;
  border-top: 1.5px solid #4A515D;
  width: 5px;
  content: '';
  height: 5px;
  transform: rotate(-45deg);
  margin-right:5px;
  float: right;
}

.related-pages a.next-page:hover, a.prev-page:hover {
	color:  #2757FF !important;
}

.related-pages .title {
	text-decoration: none !important;
}


.page-info .context {
	display:none;
}

.related-pages a svg, .related-pages a svg>use {
	display:none;
}

/* Index page */

div.leftside {
  width: 43%;
  padding: 0px 3px 0px 0px;
  float: left;
}

div.rightside {
  margin-left: 45%;
  float: right;
}

/* Page styles*/

.section > ol.arabic, .section > ul {
	padding-left: 1.5em !important;
}

ol li > p, ul li > p {
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}


.section > ol, .section > ul {
	
	margin-bottom: 1.5em !important;
}

.section > ol li, .section > ul li, ol.arabic li {
	
	padding-left: 5px !important;
}

.section > .toctree-wrapper {
	padding-left: 2em !important;
}

.section > .toctree-wrapper > ul {
	line-height: 2.4em !important;
}

.section > .simple li>ol {
	list-style-type: lower-latin !important;
	margin-top: 1.2em !important;
	margin-bottom: 1.2em !important;
}

ol.loweralpha {
	list-style-type: lower-alpha;
}

.toc-drawer {
	background: #fff !important;
}



/* Links color */

.section a {
	text-decoration: none !important;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	font-family: Inter Medium, sans-serif !important;
}

.section a:hover {
	color: #2757FF !important;
	border-bottom: 1px solid #2757FF;
}


.section .headerlink {
	background-color: #ffffff !important;
	color: #f2f2f2 !important;
	border-bottom: 0px !important;
}

.section .headerlink:hover {
	color: #AEB5C3 !important;
}

.toc-drawer a {
	color:inherit !important;
}

li.scroll-current > a {
	color:  var(--main-color) !important;
}

/* Images */

.section img {
	border: 2px solid #f6f6f6 !important;
	border-radius: 12px;
}

.wrap-image {
	float: right;
	width: 50%;
	border: 0px !important;
	padding: 1em;
	
}

a.copybtn > img  {
	
	border: inherit;
}

.section .fa {
  color: inherit !important;
  size: inherit !important;
  padding: inherit !important;
}

/* TOC */

.caption {
	font-size: 15px !important;
	color: #0d1940 !important;
}

#__toc:checked~.page .toc-drawer, #__navigation:checked~.page .sidebar-drawer {
	z-index: 9998;
}

/* Notes */

p.admonition-title {
	display:none !important;
	
}

.admonition {
	box-shadow: none !important;
	border-left: 0px !important;
	border-radius: 12px !important;
	font-size: 0.9em !important;
	padding: 10px !important;
	padding-left: 20px !important;
	background: rgba(233,238,255,0.5) !important;
	line-height: 2em;
}

.admonition ol > li p, .admonition ul > li p {
	line-height: 1.5em;
}

.admonition.syntax {
    border-left: none;
    background: rgba(233, 238, 255, 0.5) !important;
	font-family: 'Jetbrains Mono';
	font-weight: 500;
}

.admonition.video {
    border-left: none;
    background: #f8f8f8 !important;
	
}

.admonition.video .fa {
	vertical-align:middle;
	
}

.admonition.video .fa-youtube-play:before {
	color:red !important;
	margin-right:10px;
}

.admonition.video a {
	background-color: inherit !important;
}

.admonition.video p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* Code highlighter */

.code-block-caption {
	text-align: left !important;
	margin-bottom: -18px;
	background: #191B1F;
	padding: 0.5em 1.5em;
	color: #f6f6f6;
	font-size: 0.85em;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.code-block-caption .caption-text:before {
	background-image: url("code-client.svg");
    content: '....  ';
	background-repeat: no-repeat;
	background-size: 1.3em;
	height: 1.3em;
	min-width: 1.3em;
	top: -30px;
	margin-right:5px
}


.alan-caption {
	background: #191B1F;
}

.alan-caption .caption-text:before {
	background-image: url("code-alan.svg");
	content: '....  ';
	background-repeat: no-repeat;
	background-size: 1.3em;
	height: 1.3em;
	min-width: 1.3em;
	top: -30px;
	margin-right:5px
}


.code-block-caption a {
	display: none;
}

.highlight .hll {
	display:block;
	background-color: #000  !important;
}

.highlight  {
	background: #32363F  !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-radius: 0px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.highlight pre {
	font-family: 'Oxygen Mono' !important;
	font-size: 0.85em !important;
	color: #f6f6f6 !important;
	padding-left: 1.5em !important;
}

code.literal {
	font-size: 1em !important;
	background-color: #f6f6f6 !important;
	border: 1px solid #e1e4e5;
}

/* Copy button */

button.copybtn {
	background-image: url("copy-button.svg");
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 1.3em;
	height: 1.3em;
	width: 1.3em;
	border: 0px;
	top: -30px;
	background-color: #191B1F !important;
	margin-right: 10px;
}

button.copybtn:hover {
	background-image: url("copy-button-light.svg");
}

.highlight-alan button.copybtn  {
	background-color: #191B1F !important;
}

.highlight button.copybtn:hover {
   cursor: pointer;
}

button.copybtn img {
	display:none;
}

/* Badges */

.badge {
	height: 25px;
    border-radius: 6px;
	padding-top: 4px;
	font-size: 0.85em;
	padding-right: 10px;
	padding-left:10px;
	border: 1px solid #E2E4E9;
	width: 130px;
}

.badge-primary {
	background-color: rgba(233, 238, 255, 0.5);
	color: #2757FF;
	
}

.badge-info {
	background-color: rgba(237, 239, 243, 0.5);
	color: #4A515D;
}

.badge-warning {
	background-color: #FFE9D650;
	color: #FE5100;
}

.badge-danger {
	background-color: rgba(91, 34, 255, 0.05);
	color: #5B22FF;
}

.versions {
	font-size: 0.9em !important;	
	padding: 0.2em;
	border-radius: 0.2em;
	font-family: var(--font-stack--monospace);
	background-color: #f6f6f6 !important;
	border: 1px solid #e1e4e5;
} 


.tabbed-content {
	box-shadow: none;
}

.dropdown.card .tabbed-set > label, .tabbed-set > label {
	font-size: 14px !important;
	padding: 1em 0.5em .5em !important;
	font-family: 'Inter Medium';
	color: #4A515D;
	font-weight: 500;
}

.tabbed-set > label {
	font-size: 0.9em !important;
}


.tabbed-set>input:checked+label {
	color: #2757FF !important;
	border-bottom: #2757FF solid px;
	font-weight:600 !important
	
}


.tabbed-set > .tabbed-label:hover {
	background-color: rgba(233, 238, 255, 0.5) !important;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;	
}

/*Buttons*/

.sphinx-bs.btn {
	background: #fff !important;
	border: 1px solid #2757ff !important;
	font-size: 0.9em;
	padding: 10px;
	border-radius: 12px;	
}

a.sphinx-bs.btn:hover {
	color:  #2757ff !important;
}

.btn-outline-primary {
	box-shadow: none !important;
}

/* Clickable panels */

.sphinx-bs.btn.panel {
	color:var(--main-color) !important;
	background: #fff !important;
	border: 0px !important;
	font-size: 1.2em !important;
	font-weight:700 !important;
	padding: 0rem !important;
	box-shadow: none !important;
}

a.sphinx-bs.btn.panel:hover {
	border-color: #fff !important;	
}


/* Tables */

table.docutils {
	box-shadow: none !important;
	width: 100% !important;
}

table.docutils td, table.docutils th {
	border-bottom: none !important;
}


table.docutils td {
    border-right: 1px solid #eeebee !important;
}

table.docutils td:last-child {
    border-right: none !important;
}

tr.row-odd {
	background-color: rgba(237, 239, 243, 0.5);
}

th  {
	font-size: 0.9em !important;
	text-transform: uppercase !important;
	background-color: #ffffff !important;
	border: 0px !important;
}

thead {
	border: 0px !important;
	border-bottom: 2px solid var(--main-color) !important;
}

th > p {
	color: var(--main-color) !important;
}

tr {
	font-size: 0.9em !important;
}

.rn td {
	vertical-align:top;
}


/* Search */

.right-block {
	display: flex;
	align-items: center;
}

.sidebar-search-container {
	background: #fff !important;
	margin: 0 0 0 10px !important;
}

input.sidebar-search {
	border: 1px solid #E2E4E9 !important;
	border-radius: 8px !important;
}

.sidebar-search-container:before {
	background-color: #AEB5C3 !important;
}

.sidebar-search-container ::placeholder {
	color: #AEB5C3 !important;
}



input.sidebar-search:focus, input.sidebar-search:active {
	border: 2px solid #E2E4E9 !important;
}
.sidebar-search {
	border: 0px !important;
}

ul.search a {
	color: #0060b9 !important;
	text-decoration:none !important;
}

/* Social media*/

.fa-brands {
  padding: 8px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}

.fa-brands:hover {
  opacity: 0.7;
}

.fa-github, .fa-slack {
  color: #161514 !important;
}

.fa-twitter:before {
	display: none;
}

.fa-twitter {
	background-image: url("twitter-new.svg");
	background-repeat: no-repeat;
	min-height: 8px;
	height:8px;
	min-width:8px;
	width:8px;
	padding-top: 5px;
	padding-right: 15px;
}


/* Dropdowns*/

.dropdown.card {
	border: 0px !important;
	border-bottom: 1px solid #e3e3ed !important;
    width: 100%;
}

.card-header {
	background-color: #ffffff !important;
	border-bottom: 0px !important;
	font-size: 18px !important;
}

details.dropdown .summary-title {
	font-size: 1em !important;
    font-family: 'Inter Semibold';
}

details.dropdown .summary-up svg > path, details.dropdown .summary-down svg > path {
	display: none;
}

details.dropdown .summary-up, details.dropdown .summary-down {
	top: 0em !important;
}

details.dropdown .summary-up:after{
  border-left: 1.5px solid #4A515D;
  border-top: 1.5px solid #4A515D;
  width: 5px;
  content: '';
  height: 5px;
  transform: rotate(45deg);
  transition: transform 1s ease-in-out;
  margin-left:-5px;
  float: right;
}

details.dropdown .summary-down:after{
  border-left: 1.5px solid #4A515D;
  border-top: 1.5px solid #4A515D;
  width: 5px;
  content: '';
  height: 5px;
  transform: rotate(-135deg);
  transition: transform 1s ease-in-out;
  margin-left:-5px;
  float: right;
}

/*details.dropdown .summary-up svg {
	background-image: url("open.svg") !important;
	background-repeat: no-repeat;
	background-size: 24px;
	display: inline-block;
	vertical-align:middle;
	margin-left: 20px;
	margin-top: 5px !important;
	
}

details.dropdown .summary-down svg {
	background-image: url("closed.svg") !important;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align:middle;
	background-size: 24px;
	margin-left: 20px;
	margin-top: 5px !important;
}*/

.card-body ol, .card-body ol {
	margin-left: 1em;
}

.card-body  > ol li, .card-body  > ul li {
	padding-left: 0.5em;
}

details.dropdown.fade-in[open] summary~* {
    animation: panels-fade-in .5s ease-in-out, panels-background 1s ease-in-out;
    animation-duration: 0.5s, 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: panels-fade-in, panels-background;
}

@keyframes panels-background{
	0%{background-color:#eeebee;}
	100%{background-color:white;}
}



/* Cards */

.sphinx-bs .card {
	box-shadow: none !important;
	padding: 20px;
	border-radius: 12px
}

.sphinx-bs .card:hover {
	border-color: #2757ff !important;
	box-shadow: none !Important;
}

.custom-style:hover {
	box-shadow: 0 0 20px rgb(0 0 0 / 10%) !important;
}

.custom-style-blue {
	background-color: #fff !important;
	border: 1px solid #e2e2e2 !important;
}

.custom-style-blue-nohover {
	background-color: #EBF6FF !important;
}

.custom-style-blue:hover {
	box-shadow: 0 0 20px rgb(0 0 0 / 10%) !important;
}

.custom-style-list {
	background-color: #fff !important;
	border: 0px !important;
	border: 1px solid #E2E4E9 !important;
	border-radius: 12px;
}

.custom-style-list:hover {
	border: 1px solid #2757FF !important;
}

.custom-style-list .card-body {
	padding: 0rem 1rem !important;
}

.custom-style-white {
	background-color: #ffffff !important;
}

.custom-style-example {
	background-color: #ffffff !important;	
}

.custom-style-example .example-container {
	position:relative;
}

.custom-style-example .hover-container {
	transition: opacity 0.5s ease-out;
    opacity: 0;
	position: absolute;
	bottom: 5px;
	width: 100%;
	background: linear-gradient(0deg, #171717, #fff);
	height: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	display: flex;
	flex-direction:row;
	justify-content: space-between;
}

.custom-style-example .hover-container-child {
	align-self: flex-end;
	padding-right:10px;
	padding-left:20px;
}

.custom-style-example .hover-container p {
	color: #ffffff !important;
	font-size: 22px;
	font-weight: 700;
	display:inline-block;
}

.custom-style-example .hover-container a {
	margin-left:5px;
	
}

.custom-style-example .hover-container a {
	opacity:1;
}


.custom-style-example:hover .hover-container {
	opacity: 0.8;
}

.custom-style-inline {
	background-color: #ffffff !important;
}

.custom-style-inline p.card-text {
	margin-top: 0em !important;
}

/* Index cards */

/* custom.css */
.panel-with-image {
    display: flex;
    align-items: center;
	border: 1px solid #E2E4E9;
    height: 110px;
	margin-bottom: 20px;
	border-radius: 12px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.panel-with-image .panel-image {
    flex: 0 0 auto;
    margin-right: 15px;
	padding-left: 20px;
	padding-right: 15px;
}

.panel-with-image .panel-image img {
    border: 0px !important;
}


.panel-with-image .panel-content {
    flex: 1;
}


/*Resource lib */

.custom-style-res {
	background-color: #fff !important;
	border: 0px !important;
	border: 1px solid #E2E4E9 !important;
	min-height: 150px;
	border-radius: 12px;
}

.custom-style-res:hover {
	border: 1px solid #2757FF !important;
}

.custom-style-res .card-body {
	padding: 0rem 1rem !important;
}

.custom-style-res .sphinx-bs.btn.panel {
	color: var(--text-color) !important;
	font-size: 1em !important;
}

.custom-style-res .sphinx-bs.btn.panel > span {
	text-transform: uppercase;
	font-size: 0.75em;
	padding: 5px;
	border-radius: 4px;
	padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 5px;
	color: #495159;
}

.custom-style-res .card-text {
	font-size: 0.85em;
}

.custom-style-res.video .sphinx-bs.btn.panel > span {
	background-image: url(video.svg);
}

.custom-style-res.course .sphinx-bs.btn.panel > span {
	background-image: url(course.svg);
	padding-left: 30px;
}

.custom-style-res.doc .sphinx-bs.btn.panel > span {
	background-image: url(doc.svg);
}
.custom-style-res.lib .sphinx-bs.btn.panel > span {
	background-image: url(lib.svg);
}

.custom-style-res.demo .sphinx-bs.btn.panel > span, .custom-style-res.demo.code .sphinx-bs.btn.panel > span {
	background-image: url(demo.svg);
	padding-left: 30px;
}

.custom-style-res.code .sphinx-bs.btn.panel > span, .custom-style-res.git.code .sphinx-bs.btn.panel > span {
	background-image: url(code.svg);
	padding-left: 30px;
}

.custom-style-res.slack .sphinx-bs.btn.panel > span {
	background-image: url(slack-small.svg);
	padding-left: 30px;
}

.custom-style-res.ln .sphinx-bs.btn.panel > span {
	background-image: url(ln.svg);
	padding-left: 30px;
}

.custom-style-res.git .sphinx-bs.btn.panel > span  {
	background-image: url(git-grey.svg);
	padding-left: 30px;
}

.custom-style-res.tutorial .sphinx-bs.btn.panel > span {
	background-image: url(tutorial.svg);
	padding-left: 30px;
}

.custom-style-res.sdk .sphinx-bs.btn.panel > span {
	background-image: url(sdk.svg);
	padding-left: 30px;
}

.custom-style-res.search .sphinx-bs.btn.panel > span {
	background-image: url(search.svg);
	padding-left: 30px;
}

.custom-style-res.transform .sphinx-bs.btn.panel > span {
	background-image: url(transform.svg);
	padding-left: 30px;
}

.custom-style-res.examine .sphinx-bs.btn.panel > span {
	background-image: url(examine.svg);
	padding-left: 30px;
}

.custom-style-res.login .sphinx-bs.btn.panel > span {
	background-image: url(login.svg);
	padding-left: 30px;
}

.custom-style-res.static-crawler .sphinx-bs.btn.panel > span {
	background-image: url(static-data.svg);
	padding-left: 30px;
}

.custom-style-res.dynamic-crawler .sphinx-bs.btn.panel > span {
	background-image: url(dynamic-data.svg);
	padding-left: 30px;
}

.custom-style-res.ai-reasoning .sphinx-bs.btn.panel > span {
	background-image: url(ai-reasoning.svg);
	padding-left: 30px;
}

.custom-style-res.ai-adjust .sphinx-bs.btn.panel > span {
	background-image: url(ai-adjust.svg);
	padding-left: 30px;
}

.custom-style-res.styles .sphinx-bs.btn.panel > span {
	background-image: url(dropper.svg);
	padding-left: 30px;
}

.custom-style-res.analytics .sphinx-bs.btn.panel > span {
	background-image: url(analytics.svg);
	padding-left: 30px;
}

.res-group {
	display:flex;
	flex-direction: row;
	margin-bottom: 10px;
}

.res-cat {
	min-width: 25%;
	word-wrap: break-word;
	margin-right: 10px;
}

.res-btn {
	background-color: rgb(233, 238, 255, 0.5);
	border: #E9EEFF 1px solid;
	color: #4A515D;
	border-radius: 6px;
	margin-bottom: 5px;
	cursor: pointer;
	padding: 7px;
	font-size: 0.85em;
}

.res-btn.active {
	background-color: rgb(233, 238, 255);
	border: #E9EEFF 1px solid;
	border-radius: 6px;
	color: #2757FF;
	font-weight: 600;
}

.res-hidden {
	display: none !important;
}

.res-show {
	display: inherit !important;
}

/* Cheatsheet */

.custom-style-cheatsheet > .row {
	justify-content: space-between !important;
}

div.d-flex.col-lg-2.col-md-4.col-sm-6.col-xs-12.docutils{
	padding-right: 2px !important;
	padding-left: 2px !important;
	max-width: 19.8% !important;
	flex: 0 0 19.8% !important;

}

.custom-style-cheat {
	background-color: #fff !important;
	border: 0px !important;
	border-right: 1px solid #e2e2e2 !important;
    font-size: 14px !important;
	line-height: 1.1em;
	border-radius: 0;
}

.custom-style-cheat-last {
	background-color: #fff !important;
	border: 0px !important;
}

.cheat-top {
	margin-top: 0px !important;
}

.cheat-mono {
	font-family: monospace;
	font-weight: 600;
	background-color: #F3F3F3; 
	padding: 1.5px;
	font-size: 14px !important;
}

.cheat-text {
	font-family: monospace;
	font-size: 14px !important;
}

.custom-style-cheat .heading, .custom-style-cheat-last .heading {
	color: #34A4D8 !important;;
	font-size: 24px;
	font-weight: 600;
	margin-top: 1.5em !important;
	margin-bottom: 1.5em !important;
}

.custom-style-cheat .heading-purple, .custom-style-cheat-last .heading-purple {
	color: #5536B3 !important;;
	font-size: 24px;
	font-weight: 600;
	margin-top: 1.5em !important;
	margin-bottom: 1.5em !important;
}

.custom-style-cheat .heading-top, .custom-style-cheat-last .heading-top {
	color: #34A4D8 !important;;
	font-size: 24px;
	font-weight: 600;
	margin-top: 0.5em !important;
	margin-bottom: 1.5em !important;
}

.custom-style-cheat .heading-top-purple, .custom-style-cheat-last .heading-top-purple {
	color: #5536B3 !important;
	font-size: 24px;
	font-weight: 600;
	margin-top: 1.5em !important;
	margin-bottom: 1.5em !important;
}


.custom-style-cheat p, .custom-style-cheat-last p {
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
	line-height: 1.5em !important;
}

.no-space {
	padding-bottom: 0 !important;
}

/* End of cheatsheet styles */


.main {
	
	background-repeat: repeat;
	background-color: var(--main-color-background) !important;
	background-size: 516px auto !important;
}

.main-green {
    background-image: url("pattern-green.svg");
}

.main-blue {
    background-image: url("pattern-blue.svg");
}

.main-purple {
    background-image: url("pattern-purple.svg");
}

.main-orange {
    background-image: url("pattern-orange.svg");
}

.mb-3, .my-3 {
	margin-bottom: 0px !important;
}

/* Video container*/

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*Tooltips*/

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    background-color: #E9EEFF;
    color: #4A515D;
    text-align: center;
	font-size: 16px;
    padding: 5px 0;
    border-radius: 4px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%; 
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #E9EEFF transparent;
}

.tooltip a {
	padding: 20px;
	background-color:inherit!important;
	border-bottom: 0px !important;
	
}

.logos {
  display: flex;
  align-items:center;
  justify-content:space-evenly;
}

.logos a {
	border-bottom: 0px;
}

.logos a img {
	border: 0px !important;
}


/* Footer */

.alan-footer {
	background-color: black;
    margin-right: -20.6em;
    margin-left: -3.4em;
    z-index: 999;
	padding: 3em;
}


.footer-logo-and-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-logo-and-text {
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
}

.footer-logo {
	background-image: url("alan-logo-footer.svg");
	background-repeat: no-repeat;
	min-height: 36px;
	height:36px;
	min-width:166px;
	width:166px;
	background-size:contain;
	margin-bottom:24px;
	
}
.footer-text {
	font-size:16px;
	font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .33px;
    color: #667085;
    margin-bottom: 4px;
    display: block;
}

.footer-other {
	margin-top: 24px;
}

.footer-social > .fa {
  padding: 0px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  margin-right:15px;
}

.footer-social > a {
  color: #ffffff !important;
}

.footer-badges-info {
	margin-left: 0;
    margin-right: 0;
    text-align: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
	color: #667085;
	font-size:16px;
	margin-top: 90px;
	max-width: 640px;
}

.footer-badges-info-icon {
	background-image: url("playground-icon.svg");
	background-repeat: no-repeat;
	min-height: 48px;
	height:48px;
	min-width:48px;
	width:48px;
	background-size:contain;
	margin-right:16px;
}

.footer-badges-imgs {
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
	margin-top:24px;
}

.footer_badges_imgs_app-store {
	background-image: url("appstore.svg");
	background-repeat: no-repeat;
	min-width: 144px;
    width: 144px;
    max-width: 144px;
    min-height: 48px;
    height: 48px;
    max-height: 48px;
    background-size: contain;
    margin-bottom: 16px;
	margin-right:16px;
}

.footer_badges_imgs_google-play {
	background-image: url("googleplay.svg");
	background-repeat: no-repeat;
	min-width: 144px;
    width: 144px;
    max-width: 144px;
    min-height: 48px;
    height: 48px;
    max-height: 48px;
    background-size: contain;
    margin-bottom: 16px;
}



@media (max-width: 82em) {
	.main {
		background-image: inherit !important;
		background-color: #ffffff !important;
	}
	
	.custom-style-example .hover-container p {
		font-size: 18px;
	}

	.mobile-header {
		background-color: #ffffff !important;
	}
	
	.mobile-header.scrolled {
		box-shadow: none;
	}
	
	.lower-header {
	top: 48px;
	z-index: 19;
	}

	.lower-header-content {
		width: calc(100% - 2em) !important;

	}

	.code-block-caption .caption-text:before, .alan-caption .caption-text:before, button.copybtn {
		top: -25px;
	}
	
	.docs {
		border-left: 0px !important;
	}

@media (max-width: 67em) {
	 
	.header-new {
		display: none;
    }
	
	.page {
		margin-top: inherit !important;
	}
	
	.sidebar-sticky {
		top: 20px !important;
	}
	
	.toc-sticky {
		top: 0px !important;
	}
	
	.sidebar-sticky > .sidebar-search-container, .sidebar-brand {
		display: block !important;
	}
	
	.sidebar-logo-container {
		max-width:100px !important;
		
	}
	
	.sidebar-brand {
		display:none !important;
	}
	
	.sidebar-search-container {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	
	.docs a {
		background-size: 70px 17px;
		height: 20px;
	}
	
	.sidebar-search-container:before {
		top: 10px !important;
	}
	
	.alan-footer {
		margin-right: -3.5em;

	}
	
	.footer-text, .footer-badges-info {
		max-width: 300px;
	}
	
	.tooltip a {
		padding: 0px;
		background-color:inherit!important
	}


}

@media (max-width: 26em) {
	.dropbtn-label {
		display:none;
	}
}

