@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
	--pal-primary: #FF983C;
	--pal-primary-light: #FFF1E2;
	--pal-black: #494949;
	--pal-light-grey: #fbfbf9;
	--pal-grey: #828282;
}

/* ===== Theme ====== */

body * {
	font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
h1, h1 code.literal {
	font-size: 40px;
}
h2, h2 code.literal {
    font-size: 28px;
}
h3, h3 code.literal {
    font-size: 24px;
}
h4, h4 code.literal {
    font-size: 20px;
}
h5, h5 code.literal {
    font-size: 18px;
}
a {
	text-decoration-color: var(--pal-grey);
}
.theme-toggle-container {
	display: none;
}
.sidebar-brand-text {
	font-weight: 300;
}
.sidebar-tree .current-page>.reference {
	color: var(--pal-primary);
}
.sidebar-tree li a {
	letter-spacing: 0.5px;
}
.highlight span.linenos {
	box-shadow: none;
}
aside.topic {
	display: none;
}
img {
	margin: 20px 0;
}
.related-pages a, .related-pages a:hover {
	color: var(--pal-primary);
}
article a {
	font-weight: 500;
}
.highlight pre, .highlight pre *, code span.pre {
 	font-family: 'Ubuntu Mono', monospace!important;
}
.highlight pre, pre.literal-block {
    font-size: 15px;
}
.sig-inline, code.literal {
	font-size: 14px;
}
#version_chooser {
	color: var(--pal-black);
	padding: 0 14px 5px;
    font-size: 14px;
}
#version_chooser select {
	margin-top: 5px;
	width: 100%;
}
select {
	font-size: 16px;
	font-weight: 400;
	background-color: #fff;
	padding: 5px;
	color: var(--pal-black);
	border-color: color: var(--pal-black);
}
select:focus-visible {
	outline: none;
  	color: var(--pal-primary);
  	border-color: var(--pal-primary);
}
select:focus-visible option {
  	color: var(--pal-black);
  	cursor: pointer;
  	padding: 3px 0;
}

/* ===== Homepage =====*/

.homepage-top-info {
	display: flex;
    background: var(--pal-light-grey);
    padding: 20px;
    justify-content: space-between;
    margin: 20px 0 40px;
    border-radius: 20px;
    flex-wrap: wrap;
}
.homepage-top-info-column {
	display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.homepage-top-info code.docutils.literal.notranslate {
	background-color: var(--pal-primary);
    border: 0;
    color: #fff;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 7px;
}
.homepage-top-info p a {
	color: var(--pal-black);
	font-weight: 400;
}
.homepage-top-info p a:hover {
	color: var(--pal-primary);
}
img.ari-welcoming {
	height: 280px;
	padding-right: 20px;
}
table.get-started-cards, table.doc-sections-cards {
	box-shadow: none;
	font-size: var(--font-size--normal);
}
.get-started-cards tbody {
	display: flex;
	flex-wrap: wrap;
}
.get-started-cards tr {
	display: flex;
    width: 50%;
    flex-direction: column;
    flex-wrap: wrap;
}
.get-started-cards td {
	display: flex;
	justify-content: space-between;
    align-items: center;
    height: 150px;
    width: 93%;
    min-width: 300px;
    background-color: var(--pal-light-grey);
    margin-bottom: 20px;
}
.get-started-cards td:hover {
	filter: brightness(0.98);
}
.get-started-cards td:first-child {
	margin-right: 20px;
}
.get-started-cards td a, .doc-sections-cards td a {
	text-decoration: none;
}
.get-started-cards td p {
	order: 1;
	width: 70%;
    display: flex;
    padding: 5px 10px 5px 20px;
    justify-content: flex-start;
}
.get-started-cards td p a {
	text-align: left;
	color: var(--pal-black);
	font-weight: 400;
	width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.get-started-cards td .image-reference {
	order: 2;
	width: 30%;
    padding-right: 20px;
}
.get-started-cards td, .doc-sections-cards td {
	border: none!important;
    border-radius: 19px;
}
table .doc-section-image {
	background-color: var(--pal-primary-light);
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 19px;
    z-index: 1;
    position: relative;
}
.doc-section-image:hover {
	background-color: #fbe8d4;
}
.doc-section-image a {
	width: 100%;
}
.doc-sections-cards tbody {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.doc-sections-cards tr {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.doc-sections-cards td {
	width: 30%;
}
.doc-sections-cards p a {
    font-size: var(--font-size--small);
    line-height: 107%;
    display: block;
    padding: 5px 10px;
    text-align: left;
    color: var(--pal-black);
    font-weight: 400;
}
.doc-sections-cards p {
	background-color: var(--pal-light-grey);
    padding: 40px 0 20px 0;
    margin: -20px 0 15px 0!important;
    border-radius: 0 0 19px 19px;
}
#empty-section-slot {
	display: none;
}

/* ===== Responsive =====*/

@media only screen and (max-width: 800px) {
	.doc-sections-cards p a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 650px) {
	.get-started-cards tr {
	    width: 100%;
	}
	.get-started-cards td {
    	height: 120px;
	}
	.get-started-cards .image-reference img {
		width: 75%;
		max-width: 90px;
	}
}
@media only screen and (max-width: 520px) {
	.doc-sections-cards td {
	    width: 100%;
	}
	.doc-sections-cards p a {
		font-size: 14px;
	}
	.homepage-top-info h1 {
		font-size: 32px;
	}
	.doc-section-image a {
	    width: 50%;
	}
}
@media only screen and (max-width: 380px) {
	.doc-section-image a {
	    width: 85%;
	}
}