
:root {

  --swatch-color-1: #172E48;
  --swatch-color-2: #6089F7;
  --swatch-color-3: #70C0F9;
  --swatch-color-4: #9F86F7;
  --swatch-color-5: #6B61F6;

  --ui-font-family: 'Inter', sans-serif;

}

html {
  font-family: 'Inter', sans-serif;
}

.bg-callout {
  background-color: var(--bg-callout);
  color: var(--bg-callout-text);
}

.bg-callout2 {
  background-color: var(--bg-callout2);
  color: var(--bg-callout2-text);
}

.bg-gray {
  background-color: var(--bg-gray);
  color: var(--bg-gray-text);
}

.border-gray {
  border-color: var(--border-gray);
}

.text-dark {
  color: var(--text-dark);
}

.custom-button {
  background-color: var(--bg-callout);
  color: var(--bg-callout-text);
  border: 2px solid transparent;
}

.custom-button-minor {
  background-color: #fff;
  color: var(--text-dark);
  border: 2px solid transparent;
}

.compact-container {
  max-width: 1100px;
}

.toasts-container {
  max-width: 300px;
  position: fixed;
  top: 10px;
  right: 10px;
}

.toasts-container .toast {
  transform: translateY(-120%);
  position: fixed;
}

.toasts-container .toast-animate-in { 
  position: relative;
  transition: 0.5s;
  transform: translateY(0%);
}

.toasts-container .toast-animate-out {
  transform: translateX(120%);
  transition: 0.5s;
}

.from-below {
  transform: translateY(20%);
}

:focus-visible {
  outline: none
}

.focus-border:focus {
  border-color: #191919;
}

.border-3 {
  border-width: 3px;
}


shimmer {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 100px; 
  position: relative; 
  
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
 0% {
   background-position: -468px 0;
 }
 
 100% {
   background-position: 468px 0; 
 }
}


@media (max-width: 768px) {
  
}

.tooltip {
  background-color: #333;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
}

body {
  margin: 0;
}
.rm-highlight {
  background-color: hsl(51, 98%, 81%);
  margin: -2px;
  padding: 2px;
}
.rm-bold {
  font-weight: bold;
}
.rm-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.rm-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.document-bullet {
  list-style: none;
}
.rm-block-ref {
  padding: 2px 2px;
  margin: -2px 0;
  display: inline;
  border-bottom: .5px solid #D8E1E8;
  cursor: alias;
  color: #202B33;
}
.rm-block-ref:hover {
  cursor: alias;
  color: #202B33;
  background-color: #F5F8FA;
  text-decoration: none;
}
.rm-embed-container {
  position: relative;
  display: flex;
  padding: 1px 16px;
  background-color: #EBF1F5;
  margin-bottom: 8px;
}
.rm-embed-container>div>div {
  padding-left: 16px;
}
.rm-embed-link {
  position: absolute;
  right: 8px;
  display: inline-block;
  font-size: 1.5em;
}
td {
  font-size: 12px;
  min-width: 100px;
  max-height: 20px;
  padding: 8px 16px;
  border: 1px solid grey;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
#content {
  box-sizing: border-box;
}
h1, h2, h3, p {

}
.roam-block img {
  width: 100%;
}
.rm-bq {
  background-color: #F5F8FA;
  border-left: 5px solid #30404D;
  padding: 10px 20px;
  white-space: pre-wrap;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}
p > code {
  margin-right: .2em;
  border-radius: 4px;
  color: #333;
  background: rgb(243 244 246 / var(--tw-bg-opacity));
  border: 1px solid #ddd;
  padding: .1em .3em;
}
pre code[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white; 
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
}
pre {
  border-radius: 5px;
  color: black;
  border: 1px solid #e2e8f0;
  text-shadow: 0 1px white;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}
pre code .comment {
  color: slategray;
}
pre code .prolog {
  color: slategray;
}
pre code .doctype {
  color: slategray;
}
pre code .cdata {
  color: slategray;
}
pre code .punctuation {
  color: #999;
}
pre code .namespace {
  opacity: .7;
}
pre code .property {
  color: #905;
}
pre code .tag {
  color: #905;
}
pre code .boolean {
  color: #905;
}
pre code .number {
  color: #905;
}
pre code .constant {
  color: #905;
}
pre code .symbol {
  color: #905;
}
pre code .deleted {
  color: #905;
}
pre code .selector {
  color: #690;
}
pre code .attr-name {
  color: #690;
}
pre code .string {
  color: #690;
}
pre code .char {
  color: #690;
}
pre code .builtin {
  color: #690;
}
pre code .inserted {
  color: #690;
}
pre code .operator {
  color: #9a6e3a;
}
pre code .entity {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, .5);
  cursor: help;
}
pre code .url {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, .5);
}
pre code.language-css .token.string {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, .5);
}
pre code .style .token.string {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, .5);
}
pre code .atrule {
  color: #07a;
}
pre code .attr-value {
  color: #07a;
}
pre code .keyword {
  color: #07a;
}
pre code .function {
  color: #DD4A68;
}
pre code .class-name {
  color: #DD4A68;
}
pre code .regex {
  color: #e90;
}
pre code .important {
  color: #e90;
  font-weight: 700;
}
pre code .variable {
  color: #e90;
}
pre code .bold {
  font-weight: 700;
}
pre code .italic {
  font-style: italic;
}

.prose p, prose ul, .prose li, .prose ul>li {
  margin: 0;
  padding: 0;
}
.prose ol ol, .prose ol ul, .prose ul ol, .prose ul ul {
	margin-top: 0px;
}
.prose a {
  font-weight: 500; 
  color: inherit;
}
.prose pre {
  background-color: #f5f2f0;
}
.prose a.rm-page-ref {
  color: #5150c8;
  padding: 0 5px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 2px;
  line-height: 28px;
  text-decoration: underline;
}
.prose ul>li::before {
    opacity: 0
}
.prose ul, .prose img {
	margin-top: 0px;
}
.website-body ul li {
   list-style-type: disc; 
  padding-left: 6px;
}
.website-body ul p {
 	margin-bottom: 5px; 
}
.website-body p {
 	margin-bottom: 20px; 
}
.website-body > ul {
 	margin-left: 15px;
}
.list-disc > h2 {
	margin-bottom: 6px;
}
.list-disc > ul {
  margin-left: 10px;
}
.list-disc > ul > li {
  list-style: disc;
}
.list-disc >ul > li > p {
  margin-bottom: 3px;
}
.hide-on-website {
  display: none;
}
#references {
  display: none;
}
.roamjs-image-container {
	margin: 0px auto !important;
}
.prose table {
  border: 1px solid #e2e8f0;
}
.prose table tr {
	border-bottom: 1px solid #e2e8f0;
}
.prose table td {
  padding-right: 15px;
  border: none;
}
.prose table td:first-child {
  padding-left: 15px;
  padding-right:0;
}
.info-container {
  border: 3px solid #efefef;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0 12px;
}
.info-container li::marker {
    content: none;
}

.info-container ul li:first-child > p {
    display: flex
}
.info-container ul li:first-child > p > a {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rm-block-ref {
	text-decoration: none !important;
}



.format_roam {

}


.format_roam ::marker {
  color: #cbd5e1;
}
.format_roam > ul {
  list-style: none;
  padding: 0px;
}
.format_roam .rm-bold {
  font-weight: 600;
}
.format_roam img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 0 0;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  cursor: pointer;
}
.format_roam ul li.w-full > ul > li {
  lists-style: none;
}

.format_roam ul li.w-full > ul > li > p > img{
  max-width: 100%;
}

.format_roam ul li p {
  margin: 0 0 20px 0;
  font-size: 17px;
  line-height: 29px;
}

.format_roam > ul > li > p:has(+ ul) { 
  margin-bottom: 10px !important;
}

.format_roam p:has(> svg) {
  border-radius: 100px;
  padding: 4px 10px 4px 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px !important;
  color: #3e3e3e;
  background-color: #efefef;
  line-height: 25px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;;
}

.format_roam ul li p a{
  color: #6B61F6;
  text-decoration: underline;
} 

.format_roam > .stream-post > ul > li > ul  {
  list-style: disc;
  margin: -15px 0 25px 0;
}


.format_roam > ul > li  ul  {
  list-style: disc;
}

.format_roam > ul > li > ul  {
  margin: 0px 0 25px 0;
}

.format_roam ul li ul li {
  margin-left: 12px;
}

.format_roam ul li ul li pre {
  margin-left: -12px;
}
.format_roam ul li ul li p {
  margin: 0 0 6px 0;
}

.format_roam h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.format_roam h2 {
  font-size: 1.35rem;
  margin: 10px 0px 3px 0px;
  font-weight: 600;
}
.format_roam h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 10px 0px 3px 0px;
}
.format_roam h2 code,
.format_roam h3 code {
  background-color: yellow;
  padding: 2px 4px;
  font-family: 'Inter', sans-serif;
  font-size: inherit;
}

.format_roam .gallery-portrait {
}
.format_roam .gallery-portrait ul {
  list-style: none !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
.format_roam .gallery-portrait img {
  width: 100%;
}
.format_roam .gallery-portrait iframe {
  height: 410px;
  width: 100%;
}

.format_roam hr {
  margin: 20px 0;
}

.format_roam code {
  font-size: .85em;
}

@media (min-width: 1300px) {
  .left-white-background {
    right:calc(50vw + 420px) 
  }
}
@media (max-width: 1300px) {
  .left-white-background {
    right:calc(83vw);
  }
}
@media (max-width: 768px) {
  .left-white-background {
    display: none;
  }
}

.left-white-background {
  position:fixed; 
  background: #fff; 
  left:0px; 
  bottom: 0px; 
  top:0px; 
}

.text-color-1 {
  color: var(--swatch-color-1);
}
.text-color-2 {
  color: var(--swatch-color-2);
}
.text-color-3 {
  color: var(--swatch-color-3);
}
.text-color-4 {
  color: var(--swatch-color-4);
}
.text-color-5 {
  color: var(--swatch-color-5);
}

.bg-color-1 {
  background-color: var(--swatch-color-1);
}
.bg-color-2 {
  background-color: var(--swatch-color-2);
}
.bg-color-3 {
  background-color: var(--swatch-color-3);
}
.bg-color-4 {
  background-color: var(--swatch-color-4);
}
.bg-color-5 {
  background-color: var(--swatch-color-5);
}

.bordered-1 {
  border: 2px solid var(--swatch-color-1);
  border-bottom: 6px solid var(--swatch-color-1);
}
.hover-style-1:hover {
  transform: scale(1.01);
  transition: all 0.2s ease-in-out;
}
.hover-style-1 {
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
#main-scroller {
  width: calc(100vw - 200px);
}
.ui-content-column {
  width: 700px;
  max-width: 100%;
  border-right: 1px solid #e2e8f0;
  flex: none; 
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 34px);
}
.ui-content-column:last-child:not(:first-child) {
  margin-right: 700px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border: 1px solid #d6d6d6;
  overflow-x: scroll;
  width: 800px;
  margin: 15px 700px 0 15px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .ui-left-sidebar {
    display: none;
  }
  .ui-content-column:last-child:not(:first-child) {
    margin-right: 0px;
  }
}