@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	--primary-font: "Poppins";
	--secondary-font: "Outfit";
	--navbar-btn-bg-color: #1e965c;
	--navbar-height: 64px;
	--navbar-align-links: center;
	--navbar-shadow-opacity: 0;
	--page-header: none;
	--border-radius: 8px;
	--db-card-title-size: 1rem;
	--db-card-shadow: .1;
	--navbar-brand-font-size: 23px;
    --heading2: calc(var(--heading-font-size) * 1.5);
    --heading3: calc(var(--heading-font-size) * .8);
	--page-title-align: center;
}

.dark-mode {
	--primary-hover-bg-color: #201f1f;
	--fg-color: #ffffffc7;
	--navbar-btn-bg-color: #55d799;
	--navbar-btn-fg-color: black;
	--bg-color: #0b0d0e;
	--footer-bg-color: #0b0d0e;

	--notion-teal_background_co: hsl(calc(var(--notion-teal-h) + 3), calc(var(--notion-teal-s) - 6%), 12%);
	--notion-red_background_co: hsl(calc(var(--notion-red-h) + 5), calc(var(--notion-red-s) - 37%), 12%);
	--notion-purple_background_co: hsl(calc(var(--notion-purple-h) + 2), calc(var(--notion-purple-s) - 31%), 12%);
	--notion-blue_background_co: hsl(calc(var(--notion-blue-h) - 16), calc(var(--notion-blue-s) + 9%), 12%);
	--notion-pink_background_co: hsl(calc(var(--notion-pink-h) + 5), calc(var(--notion-pink-s) - 40%), 12%);
	--notion-yellow_background_co: hsl(var(--notion-yellow-h), calc(var(--notion-yellow-s) - 24%), 12%);
	--notion-orange_background_co: hsl(var(--notion-orange-h), calc(var(--notion-orange-s) - 30%), 12%);
	--notion-brown_background_co: hsl(var(--notion-brown-h), calc(var(--notion-brown-s) - 7%), 12%);
	--notion-gray_background_co: hsl(var(--notion-gray-h), var(--notion-gray-s), 12%);
}

.notion-sync-block{
  overflow: auto; /* or overflow-y: auto; depending on direction */
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE 10+ */
}
.notion-sync-block::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.navbar-brand .navbar-item{
	font-weight: 700;
}
.bullet-navbar-links .navbar-item:hover{
	 color: var(--navbar-btn-bg-color) !important;
}

.notion-teal_background_co {
	border: 1px solid var(--notion-teal);
}
.notion-callout{
	border-radius: calc(var(--border-radius) + 9px)
}
code[class*=language-],
pre[class*=language-] {
	white-space: break-spaces;
}

.notion-column>.notion-callout .notion-page-icon-inline {
	margin-top: .4rem;
}

.co-webeeui-doc-three-col .bullet-3-column,
.co-webeeui-doc-two-col .bullet-2-column {
	border-bottom: 1px solid var(--bg-color-0);
}

.nav-container {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 20px 0;
	z-index: 7
}

.next-doc-link,
.prev-doc-link {
	border: 1px solid gray;
	border: 2px solid var(--navbar-btn-bg-color);
	border-radius: var(--border-radius);
	color: var(--fg-color);
	cursor: pointer;
	outline: none;
	padding: 7px 20px;

}

.next-doc-link:hover,
.prev-doc-link:hover {
	background: var(--navbar-btn-bg-color);
	color: var(--navbar-btn-fg-color)
}

.next-link {
	margin: 0 0 0 auto
}

.notion-gallery-grid {
	border: unset;
}

.notion-collection-card-property {
	font-size: calc(var(--base-font-size) - 3px);
}

.notion-gallery-grid .notion-property-text {
	white-space: pre-wrap;
}

.notion-collection-card:hover {
	background: transparent;
}
.notion-column .notion-breadcrumbs-container .notion-breadcrumbs{
	justify-content: left !important;
}
.dark-mode hr {
	background-color: var(--bg-color-0);
	height: 1px;
}

.dark-mode :not(pre)>code[class*=language-],
.dark-mode pre[class*=language-] {
	background: var(--bg-color-2);
}

code[class*=language-],
pre[class*=language-] {
	text-shadow: unset;
}

code[class*=language-],
pre[class*=language-] {
	color: purple;
}

.notion-page-has-cover.notion-page-has-icon.notion-page-has-text-icon {
	padding: 0;
}

.bullet-navbar {
	border-bottom: 1px solid var(--bg-color-0);
}

.nav-container {
	box-shadow: unset;
}

.navbar-brand-logo:hover {
	transform: scale(1);
}

.bullet-footer-container {
	padding-left: 0;
	padding-right: 0;
}

/* // sticky behavior styls */

.bullet-2-column,
.notion-column,
.bullet-3-column,
.notion-column {
	overflow: visible
}

/* // common styls */
.notion-page:has(.co-webeeui-doc-two-col),
.notion-page:has(.co-webeeui-doc-three-col) {
	padding: 0;
}

.notion-app {
	min-height: auto;
}

.notion-column:has(.notion-sync-block) {
	border-right: 1px solid var(--bg-color-0);
	padding-top: 0;
}

[class*="co-webeeui-doc-"] {
	padding: 0;
}

[class*="co-webeeui-doc-"] .notion-sync-block .notion-collection-header {
	display: none;
}



[class*="co-webeeui-doc-two-col"]>.notion-callout-text>.bullet-2-column>.notion-column,
[class*="co-webeeui-doc-three-col"]>.notion-callout-text>.bullet-3-column>.notion-column {
	width: 100% !important;
}

[class*="co-webeeui-doc-"]>.notion-callout-text .notion-sync-block {
	position: sticky;
	top: 80px;
	height: 85vh;
	overflow: auto;
	padding-left: 1.5rem;
}

summary {
	transition: all 0.3s ease;
}

[class*=co-webeeui-doc-three-col]>.notion-callout-text>.bullet-3-column {
	display: grid;
	grid-template-columns: 330px auto 350px;
	gap: 2rem;
}

[class*=co-webeeui-doc-two-col]>.notion-callout-text>.bullet-2-column {
	display: grid;
	grid-template-columns: 330px auto;
	gap: 2rem;
}



[class*="co-webeeui-doc-two-col"]>.notion-callout-text>.bullet-2-column>.notion-spacer,
[class*="co-webeeui-doc-three-col"]>.notion-callout-text>.bullet-3-column>.notion-spacer {
	display: none;
}

.notion-page-content-inner [class*="co-webeeui-doc-two"] {
	padding: 0 !important;
}

.notion-table-of-contents {
	position: sticky;
	top: 100px;
	height: 85vh;
	overflow: auto;
	padding: 0rem 3.7rem 0 0;
}

.active-doc-toc {
	color: var(--navbar-btn-bg-color);
	border-left: 1px solid var(--navbar-btn-bg-color) !important;

}

.notion-table-of-contents a {
	border-left: 1px solid var(--bg-color-0);
}

.notion-table-of-contents a:hover {
	border-left: 1px solid var(--navbar-btn-bg-color);
}

.notion-table-of-contents-item {
	padding: .6rem;
	text-decoration: unset;
}

.notion-table-of-contents-item-body {
	border: unset;
	white-space: pre-wrap;
}




/* // breadcrumbs active link style */
.notion-breadcrumbs-container .active {
	font-weight: 500;
	color: var(--navbar-btn-bg-color);
}


/* // sidebar style */

[class*="co-webeeui-doc-"] .notion-sync-block .notion-collection-group .notion-collection-group-title {
	color: var(--fg-color);
	cursor: pointer;
	font-weight: 400;
	position: relative
}

[class*="co-webeeui-doc-"] .notion-sync-block .notion-collection-group .notion-property-select-item {
	background-color: unset !important;
	color: var(--fg-color);
	font-weight: 600;
	height: fit-content;
	white-space: normal;
	font-size: calc(var(--base-font-size) + 2px);
}

[class*="co-webeeui-doc-"] .notion-sync-block .notion-list-body {
	border: unset;
}

[class*="co-webeeui-doc-"] .notion-sync-block .notion-page-title-text,
[class*="co-webeeui-doc-"] .notion-sync-block .notion-page-title-text b {
	font-size: calc(var(--base-font-size) - 1px);
	font-weight: 400 !important;
	padding-left: 3px;
	border: unset;
}

[class*="co-webeeui-doc-"] .notion-sync-block .notion-collection-group .notion-property-select-item {
	font-weight: 500;
}

[class*="co-webeeui-doc-"] .notion-sync-block .notion-list-body {
	margin-left: .5rem;
}

[class*="co-webeeui-doc-"] .notion-sync-block summary:not(.notion-list-sub-item-toggle) {
	list-style: none;
	position: relative;
	padding: 4px 3px 2px;
}
[class*="co-webeeui-doc-"] .notion-list-sub-item-toggle:before{
	content: '';
}
[class*="co-webeeui-doc-"] .notion-sync-block .notion-collection-group .active {
	color: var(--navbar-btn-bg-color);
}

[class*="co-webeeui-doc-"] .notion-sync-block .notion-collection-group .active .notion-page-title-text {
	font-weight: 600 !important;
}

[class*="co-webeeui-doc-"] .notion-sync-block .notion-list-collection a:hover {
	color: var(--navbar-btn-bg-color) !important;
}


[class*="co-webeeui-doc-"] .notion-sync-block summary:not(.notion-list-no-toggle)::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.25a.75.75 0 01-1.06 0L5.23 8.29a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");

  background-size: 16px 16px;
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  transform: rotate(268deg);
  color: var(--fg-color);
}
.dark-mode [class*="co-webeeui-doc-"] .notion-sync-block summary:not(.notion-list-no-toggle)::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.25a.75.75 0 01-1.06 0L5.23 8.29a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

[class*="co-webeeui-doc-"] .notion-sync-block details[open] summary:after {
  transform: rotate(0deg);
}


[class*="co-webeeui-doc-"] .notion-sync-block .notion-collection-group {
	margin-bottom: .4rem;
}

[class*="co-webeeui-doc-"] .notion-sync-block .notion-list-view .notion-page-title-text {
	white-space: wrap;
}

[class*="co-webeeui-doc-"] .notion-sync-block .notion-list-item {
	height: auto;
	min-height: 35px;
	padding-left: 1rem;
	margin: 0;
}

[class*="co-webeeui-doc-"] .notion-sync-block .notion-list-item {
	border-left: 1px solid var(--bg-color-0);
}

[class*="co-webeeui-doc-"] .notion-sync-block .active {
	border-left: 1px solid var(--navbar-btn-bg-color);
}

[class*="co-webeeui-doc-"] .notion-sync-block .notion-list-item:hover {
	border-left: 1px solid var(--navbar-btn-bg-color);
}

.notion-sync-block .notion-page-link:hover {
	background: transparent;
}

[class*="co-webeeui-doc-"]>.notion-callout-text>.bullet-2-column>:nth-child(3)>:nth-child(2),
[class*="co-webeeui-doc-"]>.notion-callout-text>.bullet-2-column>:nth-child(3)>:nth-child(1),
[class*="co-webeeui-doc-"]>.notion-callout-text>.bullet-3-column>:nth-child(3)>:nth-child(2),
[class*="co-webeeui-doc-"]>.notion-callout-text>.bullet-3-column>:nth-child(3)>:nth-child(1) {
	margin-top: .2rem;
}

[class*="co-webeeui-doc-"] .notion-sync-block summary {
	display: flex;
	align-items: center;
	min-height: 35px;
}

.notion-breadcrumbs-container .notion-breadcrumb:not(.active):hover {
	background: transparent;
}

.notion-table-of-contents-item:hover {
	background: transparent;
}
[class*=co-webeeui-doc-two-col]>.notion-callout-text>.bullet-2-column>:nth-child(3),
[class*=co-webeeui-doc-three-col]>.notion-callout-text>.bullet-3-column>:nth-child(3) {
	padding: 1rem 2rem;
}
.bullet-search-overlay{
 background-color: rgb(70 70 70 / 40%);
}

@media (max-width: 1200px) {

	[class*=co-webeeui-doc-three-col]>.notion-callout-text>.bullet-3-column {
		grid-template-columns: 2fr 4fr;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.notion-column:has(.notion-table-of-contents) {
		display: none;
	}
}


@media(max-width: 1024px) {
	.notion-column:has(.notion-sync-block) {
		display: none;
	}
[class*=co-webeeui-doc-two-col]>.notion-callout-text>.bullet-2-column>:nth-child(3),
[class*=co-webeeui-doc-three-col]>.notion-callout-text>.bullet-3-column>:nth-child(3) {
	padding: 1rem;
}


	[class*="co-webeeui-doc-two-col"]>.notion-callout-text .bullet-2-column {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 2rem;
	}

	[class*="co-webeeui-doc-three-col"]>.notion-callout-text .bullet-3-column {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 2rem;
	}

}

@media (max-width: 600px) {
    .navbar-menu.is-active {
        max-height: 91vh;
        overflow-y: auto;
    }
    [class*=co-webeeui-doc-two-col] > .notion-callout-text > .bullet-2-column > :nth-child(3), [class*=co-webeeui-doc-three-col] > .notion-callout-text > .bullet-3-column > :nth-child(3) {
    padding: 1rem;
}
}

@media(min-width: 1024px) {
	.mobile-view-menu {
		display: none;
	}
	.navbar-brand .navbar-item{
	  padding-left: 0;
	}
}


@media(max-width: 860px) {
	.notion-column:has(.notion-table-of-contents) {
		display: none;
	}

	[class*="co-webeeui-doc-two-col"]>.notion-callout-text .bullet-2-column {
		grid-template-columns: 1fr;
	}

	[class*="co-webeeui-doc-three-col"]>.notion-callout-text .bullet-3-column {
		grid-template-columns: 1fr;
	}
}

@media(max-width: 644px) {
	.notion-list-item {
		display: block;
		padding: 5px 3px;
		min-height: auto !important;
	}

	.notion-column:has(.notion-table-of-contents) {
		display: none;
	}

	[class*="co-webeeui-doc-"]>.notion-callout-text .bullet-3-column {
		display: grid;
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}