table {
	width: 100% !important;
}

table thead {
	text-align: left;
	background-color: var(--white-40)
}

table thead th {
	font-weight: 600;
}

table code {
	font-family: Inter, sans-serif;
	background-color: var(--white-40);
}

table tr {
	position: relative;
	transition: .3s;
	border: none !important;
}

table tr td:first-child {
	position: relative;
}

table tr td:nth-of-type(3) {
	border-right: none !important;
}

table tr td:first-child[colspan="4"] {
	white-space: wrap;
}

table tr:hover td.table-ref {
	opacity: 1;
	visibility: visible
}

table tbody tr:hover {
	background-color: var(--white-40)
}

table td {
	vertical-align: baseline;
	line-height: 1.75;
}

table td[colspan="2"] {
	width: 50%;
}

table td p {
	margin: 0;
	max-width: 90%
}

table span a {
	display: inline-block;
}

table span a:hover {
	color: #fff !important;
}

table a:hover > code {
	color: #fff !important;
}

.table-wrap table tr td:not(:first-child) > code {
	background-color: var(--white-160);
}

.table-wrap table tbody tr:hover > td:first-child > code {
	background: var(--white-160)
}

.main__content .wpb_text_column p code {
	background-color: var(--white-80);
	color: var(--white);
	transition: .2s;
	display: inline-flex;
	align-items: center;
	word-break: break-word;
	white-space: normal;
	width: -moz-fit-content;
	width: fit-content;
	font-family: inherit;
}

.main__content .example,
.main__content .example__content {
	display: none !important;
}

.rightbar.rightbar--single .example__content .example__code {
	max-height: 60vh;
}

.search__results:not(.active) {
	display: none;
}

.search__results.active {
	display: block;
}

.examples-wrapper .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.clients-wrapper .wpb_wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}


.fold-toggle {
	cursor: pointer;
	color: var(--grey-700);
	position: relative;
}

.hljs-fold.collapsed > *:not(.fold-visible) {
	display: none;
}

.hljs-fold.collapsed {
	display: inline-flex;
}

.hljs-fold.collapsed > .fold-open::after {
	content: " … ";
	color: var(--grey-600);
}


tr.highlighted {
	animation: highlightBlink 1.5s ease-in-out 3;
}

tr.highlighted td:first-child > code {
	animation: highlightBlinkLime 1.5s ease-in-out 3;
}

.expanded-description {
	background-color: var(--white-40);
}

.expanded-description td {
	padding: 16px 24px;
	line-height: 1.75;
}

.expanded-description.collapsed {
	display: none;
}

tr.expanded {
	background-color: var(--white-40);
}

.expand-indicator {
	display: inline-block;
	color: var(--white);
	font-size: 1rem;
	margin-left: 8px;
	transition: transform 0.3s ease;
	font-weight: 700;
}

.description-indicator {
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	left: 0;
	margin: 0 5px;
	cursor: pointer;
}

table td:nth-child(3) {
	position: relative;
	padding-left: 1.25rem !important;
}


.toggle-children-btn {
	position: absolute;
	right: 0;
	background: var(--black);
	border: 1px solid var(--grey-700);
	border-radius: 3px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
	padding: 0;
	margin-right: 6px;
	transition: all 0.3s ease;
	color: var(--grey-700);
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	flex-shrink: 0;
	z-index: 1;
}

.toggle-children-btn:hover {
	border-color: var(--grey-dark);
}

.toggle-children-btn:active {
	transform: scale(0.95);
}

.child-row {
	transition: opacity 0.3s ease;
}

table tbody tr.level-0 td:first-child {
	padding-left: 0.75rem;
}

table tbody tr.level-0 + .expanded-description td {
	padding-left: 0.75rem;
}

table tbody tr.level-1 td:first-child {
	padding-left: 1.5rem;
}

table tbody tr.level-1 .toggle-children-btn {
	right: auto;
	left: 3px;
	margin-right: 0;
}

table tbody tr.level-1 + .expanded-description td {
	padding-left: 1.5rem;
}

table tbody tr.level-2 td:first-child {
	padding-left: 2.25rem;
}

table tbody tr.level-2 .toggle-children-btn {
	right: auto;
	left: calc(3px + 0.75rem);
	margin-right: 0;
}

table tbody tr.level-2 + .expanded-description td{
	padding-left: 2.25rem;
}

table tbody tr.level-3 td:first-child {
	padding-left: 3rem;
}

table tbody tr.level-3 .toggle-children-btn {
	right: auto;
	left: calc(3px + 1.5rem);
	margin-right: 0;
}

table tbody tr.level-3 + .expanded-description td{
	padding-left: 3rem;
}

table tbody tr.level-4 td:first-child {
	padding-left: 3.75rem;
}

table tbody tr.level-4 .toggle-children-btn {
	right: auto;
	left: calc(3px + 2.25rem);
	margin-right: 0;
}

table tbody tr.level-4 + .expanded-description td{
	padding-left: 3.75rem;
}

table tbody tr.level-5 td:first-child {
	padding-left: 4.5rem;
}

table tbody tr.level-5 .toggle-children-btn {
	right: auto;
	left: calc(3px + 3rem);
	margin-right: 0;
}

table tbody tr.level-5 + .expanded-description td{
	padding-left: 4.5rem;
}

table tbody tr.level-6 td:first-child {
	padding-left: 5.25rem;
}

table tbody tr.level-6 .toggle-children-btn {
	right: auto;
	left: calc(3px + 3.75rem);
	margin-right: 0;
}

table tbody tr.level-6 + .expanded-description td{
	padding-left: 5.25rem;
}

table tbody tr.level-7 td:first-child {
	padding-left: 6rem;
}

table tbody tr.level-7 .toggle-children-btn {
	right: auto;
	left: calc(3px + 4.5rem);
	margin-right: 0;
}

table tbody tr.level-7 + .expanded-description td{
	padding-left: 6rem;
}

table tbody tr.level-8 td:first-child {
	padding-left: 6.75rem;
}

table tbody tr.level-8 .toggle-children-btn {
	right: auto;
	left: calc(3px + 5.25rem);
	margin-right: 0;
}

table tbody tr.level-8 + .expanded-description td{
	padding-left: 6.75rem;
}

table tbody tr.level-9 td:first-child {
	padding-left: 7.5rem;
}

table tbody tr.level-9 + .expanded-description td{
	padding-left: 7.5rem;
}

table tbody tr.level-9 .toggle-children-btn {
	right: auto;
	left: calc(3px + 6rem);
	margin-right: 0;
}

table tbody tr.level-10 td:first-child {
	padding-left: 8rem;
}

table tbody tr.level-10 + .expanded-description td{
	padding-left: 8rem;
}

table tbody tr.level-10 .toggle-children-btn {
	right: auto;
	left: calc(3px + 6.75rem);
	margin-right: 0;
}

table tbody tr.level-11 td:first-child {
	padding-left: 8.75rem;
}

table tbody tr.level-11 .toggle-children-btn {
	right: auto;
	left: calc(3px + 7.5rem);
	margin-right: 0;
}

table tbody tr.level-11 + .expanded-description td{
	padding-left: 8.75rem;
}

table tbody tr.level-12 td:first-child {
	padding-left: 9.5rem;
}

table tbody tr.level-12 .toggle-children-btn {
	right: auto;
	left: calc(3px + 8.25rem);
	margin-right: 0;
}

table tbody tr.level-12 + .expanded-description td{
	padding-left: 9.5rem;
}

table tbody tr[class*="level-"] td:first-child::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--white-80);
}

table tbody tr[class*="level-"] td:first-child::after {
	content: '';
	position: absolute;
	left: 0;
	top: 18px;
	height: 1px;
	background: var(--white-80);
}

table tbody tr.level-0 td:first-child::before {
	display: none;
}

table tbody tr.level-0 td:first-child::after {
	display: none;
}

table tbody tr.level-1 td:first-child::before {
	left: 0.75rem;
}

table tbody tr.level-1 td:first-child::after {
	left: 0.75rem;
	width: 0.5rem;
}


table tbody tr.level-2 td:first-child::before {
	left: 1.5rem;
}

table tbody tr.level-2 td:first-child::after {
	left: 1.5rem;
	width: 0.5rem;
}

table tbody tr.level-3 td:first-child::before {
	left: 2.25rem;
}

table tbody tr.level-3 td:first-child::after {
	left: 2.25rem;
	width: 0.5rem;
}

table tbody tr.level-4 td:first-child::before {
	left: 3rem;
}

table tbody tr.level-4 td:first-child::after {
	left: 3rem;
	width: 0.5rem;
}

table tbody tr.level-5 td:first-child::before {
	left: 3.75rem;
}

table tbody tr.level-5 td:first-child::after {
	left: 3.75rem;
	width: 0.5rem;
}

table tbody tr.level-6 td:first-child::before {
	left: 4.5rem;
}

table tbody tr.level-6 td:first-child::after {
	left: 4.5rem;
	width: 0.5rem;
}

table tbody tr.level-7 td:first-child::before {
	left: 5.25rem;
}

table tbody tr.level-7 td:first-child::after {
	left: 5.25rem;
	width: 0.5rem;
}

table tbody tr.level-8 td:first-child::before {
	left: 6rem;
}

table tbody tr.level-8 td:first-child::after {
	left: 6rem;
	width: 0.5rem;
}

table tbody tr.level-9 td:first-child::before {
	left: 6.75rem;
}

table tbody tr.level-9 td:first-child::after {
	left: 6.75rem;
	width: 0.5rem;
}

table tbody tr.level-10 td:first-child::before {
	left: 7.5rem;
}

table tbody tr.level-10 td:first-child::after {
	left: 7.5rem;
	width: 0.5rem;
}

table tbody tr.level-11 td:first-child::before {
	left: 8.25rem;
}

table tbody tr.level-11 td:first-child::after {
	left: 8.25rem;
	width: 0.5rem;
}

table tbody tr.level-12 td:first-child::before {
	left: 9rem;
}

table tbody tr.level-12 td:first-child::after {
	left: 9rem;
	width: 0.5rem;
}



table tbody tr.level-0 + .expanded-description td::before {
	display: none;
}

table tbody tr.level-1 + .expanded-description td::before {
	content: '';
	position: absolute;
	left: 0.75rem;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--white-80);
}

table tbody tr.level-2 + .expanded-description td::before {
	content: '';
	position: absolute;
	left: 1.5rem;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--white-80);
}

table tbody tr.level-3 + .expanded-description td::before {
	content: '';
	position: absolute;
	left: 2.25rem;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--white-80);
}

table tbody tr.level-4 + .expanded-description td::before {
	content: '';
	position: absolute;
	left: 3rem;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--white-80);
}

table tbody tr.level-5 + .expanded-description td::before {
	content: '';
	position: absolute;
	left: 3.75rem;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--white-80);
}

table tbody tr.level-6 + .expanded-description td::before {
	content: '';
	position: absolute;
	left: 4.5rem;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--white-80);
}

table tbody tr.level-7 + .expanded-description td::before {
	content: '';
	position: absolute;
	left: 5.25rem;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--white-80);
}

table tbody tr.level-8 + .expanded-description td::before {
	content: '';
	position: absolute;
	left: 6rem;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--white-80);
}

table tbody tr.level-9 + .expanded-description td::before {
	content: '';
	position: absolute;
	left: 6.75rem;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--white-80);
}

table tbody tr.level-10 + .expanded-description td::before {
	content: '';
	position: absolute;
	left: 7.5rem;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--white-80);
}

table tbody tr.level-11 + .expanded-description td::before {
	content: '';
	position: absolute;
	left: 8.25rem;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--white-80);
}

table tbody tr.level-12 + .expanded-description td::before {
	content: '';
	position: absolute;
	left: 9rem;
	top: 0;
	bottom: 0;
	width: 1px;
	background: var(--white-80);
}

table tbody tr.last-child-in-branch td:first-child::before {
	bottom: 50%;
}

table #popup {
	position: relative !important;
}