html {
  font-size: 17px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* @media (min-width: 1685px) {
  html {
    font-size: 20px;
  }
} */

body {
  font-weight: 400;
  line-height: 1.59;
  color: var(--tw-color-text-primary);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  letter-spacing: normal;
}

li,
span,
ol,
p,
ul {
  font-size: 17px;
  line-height: 27px;
  margin: 0 0 15px 0;
  padding: 0;
}

b,
strong {
  font-weight: 600 !important;
  color: var(--tw-color-text-primary);
}

a b,
a strong {
  /* font-weight: 700 !important; */
  color: var(--tw-color-blue-primary);
}

.highlight {
  max-height: 20rem;
  overflow: scroll;
  padding-top: 0rem;
}

.gdoc-markdown ul li {
  margin-bottom: 1rem;
}

.gdoc-markdown nav#TableOfContents ul li {
  margin-bottom: 0.5rem;
}

.highlight .chroma {
  margin-top: 0px;
}
code span {
  font-family: monospace;
  font-size: 0.85rem;
  line-height: 1.25rem;
}

.gdoc-markdown code {
  background-color: #eee;
  border-radius: 2px;
}
span.gdoc-brand {
  color: var(--tw-color-text-primary);
}

body figure,
body img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 13px;
}

body figure.hero img {
  margin-top: 2rem;
}

/* default link color */
a,
a:visited {
  word-break: break-word;
  color: var(--tw-color-blue-primary);
}

/* site header */
.gdoc-header {
  background: white;
  border-bottom: 1px solid #eee;
}
.gdoc-header .container {
  padding: 1.2rem 1rem;
}
.gdoc-header__link,
.gdoc-header__link:visited {
  color: var(--tw-color-text-primary);
}
.gdoc-header__link span {
  margin: 0;
}
.gdoc-brand {
  font-family: var(--feather-font-family-base);
  font-weight: 700;
  font-size: 1rem;
}
.gdoc-brand__img,
.gdoc-twitter__img {
  margin-right: 0.5rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  width: 24px;
  height: 24px;
}

.gdoc-markdown .gdoc-toc {
  margin-bottom: 2rem;
}

.gdoc-toc a,
.gdoc-toc a:visited {
  color: var(--tw-color-blue-primary);
}

.gdoc-markdown .gdoc-toc hr {
  display: none;
}

/* page links */
.gdoc-page__footer a,
.gdoc-page__footer a:visited {
  color: #1c388e;
}
.gdoc-page__header a,
.gdoc-page__header a:visited {
  color: #1c388e;
}

/* site footer */
.gdoc-footer {
  background: var(--tw-color-blue-primary);
  color: #ffffff;
  z-index: 999;
}
.gdoc-footer__link {
  color: white;
}
.gdoc-footer__link:visited,
.gdoc-footer__link:hover {
  color: white;
}
span.gdoc-footer__item {
  color: white;
}
/* custom shortcodes */
/* button */
.gdoc-button {
  color: #495057;
}
.gdoc-button:hover {
  background-color: #eb8771;
  border-color: #e66a4e;
  color: #ffffff;
}

.gdoc-tabs__content {
  padding: 0px !important;
}

.gdoc-tabs__label {
  font-size: 1rem;
  padding: 1.5rem;
  font-weight: 600;
}

.gdoc-tabs__control:checked + .gdoc-tabs__label {
  border-bottom: 4px black solid;
  color: black;
}

/* hint */
.gdoc-markdown blockquote {
  padding: 1.5em;
  line-height: 1.537;
}
.gdoc-hint.info {
  font-size: 1rem;
  background: var(--tw-color-gray-faint);
  border-color: var(--tw-color-blue-primary);
}
.gdoc-hint.warning {
  font-size: 1rem;
  background: var(--tw-color-orange-primary);
  border-color: #e4ba48;
}
.gdoc-hint.danger {
  font-size: 1rem;
  background: var(--tw-color-red-primary);
  border-color: var(--tw-color-red-medium);
}

.gdoc-hint .gdoc-page__anchorwrap h3 {
  padding-top: 0px;
}

.gdoc-markdown h1,
.gdoc-markdown h2,
.gdoc-markdown h3,
.gdoc-markdown h4,
.gdoc-markdown h5,
.gdoc-markdown h6 {
  color: var(--tw-color-text-primary);
  font-weight: 700;
  line-height: 1.25em !important;
  margin-top: 1em;
  margin-bottom: 1em;
}

article {
  max-width: 720px;
  margin: auto;
}

article header h1,
.gdoc-markdown h1 {
  font-size: 3em;
}
h1.article_title {
  margin-top: 2rem !important;
}
article header h1 a {
  line-height: 1em !important;
  color: var(--tw-color-text-primary);
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1rem;
}

.gdoc-markdown ol,
.gdoc-markdown ul {
  padding-left: 1em;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 39rem) {
  .gdoc-brand__img {
    display: initial;
  }
  .gdoc-twitter__img {
    display: none;
  }
  .gdoc-header .container {
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 39rem) {
  .gdoc-nav {
    margin-left: -15px;
  }
}
.gdoc-nav__list {
  padding-left: 0em !important;
  list-style: none;
}

.gdoc-nav__list li {
  margin: 1rem 0;
}
.gdoc-nav__list li span {
  margin: 0;
}

.gdoc-nav__list li ul li {
  margin: 0px;
}
.gdoc-nav__list .icon {
  margin-left: 0.75rem;
  margin-right: 0rem;
  margin-top: 0.5rem;
}
.gdoc-nav__entry {
  flex: 1;
  color: var(--tw-color-text-primary) !important;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 15px;
}
.gdoc-nav__entry.is-active,
.gdoc-nav__entry:hover {
  text-decoration: initial !important;
  text-decoration-style: initial !important;
  -webkit-text-decoration-style: initial !important;
  color: var(--tw-color-text-primary) !important;
  background-color: var(--tw-color-blue-faint);
  border-radius: 99px;
}
.gdoc-nav--more h2,
.gdoc-nav--main > ul > li > span,
.gdoc-nav--main > ul > li > span > a {
  font-size: 15px;
  line-height: 13px;
  font-weight: 700;
  color: var(--tw-color-text-primary) !important;
  padding: 10px 15px;
}
.gdoc-nav--more {
  padding-top: 0px;
}
.gdoc-nav--more h2 {
  padding-bottom: 1rem;
}
.gdoc-nav--more li {
  margin: 1rem 0rem;
}
.gdoc-button {
  text-align: center;
  margin: 1rem 0rem;
  font-size: 0.8rem;
  border-radius: 1000px;
  padding: 0.5rem 1rem;
  font-weight: 900;
  background-color: var(--tw-color-blue-primary);
  border-color: var(--tw-color-blue-primary);
  color: white;
}
.gdoc-button:hover {
  background-color: var(--tw-color-blue-primary);
  border: 1px solid var(--tw-color-blue-primary);
}
@media (max-width: 600px) {
  .gdoc-button {
    width: 100%;
  }
}
.gdoc-post__readmore,
.gdoc-post__readmore:visited {
  color: var(--tw-color-blue-primary);
}

.gdoc-post__readmore::after {
  display: none;
}

.custom-metadata {
  margin-bottom: 3rem;
}
.custom-post__author,
.gdoc-post__date {
  color: var(--tw-color-gray-medium);
  font-size: 0.8rem;
  margin: 0.2rem 0rem;
  font-weight: 500;
}

.gdoc-post__title a,
.gdoc-post__title a:visited {
  color: var(--tw-color-gray-deep);
  transition: color 0.2s;
}

.gdoc-post__title a:hover,
.gdoc-post__title a:hover {
  color: var(--tw-color-text-primary);
  text-decoration: none;
  transition: color 0.2s;
}

.gdoc-post {
  border-top: none;
  border-bottom: 1px solid var(--tw-color-gray-light);
}
.gdoc-markdown ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-left: 0px;
  padding-left: 0px;
}
li {
  counter-increment: my-awesome-counter;
  margin-left: 0rem;
}
ul li::marker {
  color: var(--tw-color-text-secondary);
  font-weight: 700;
}
ol li::before {
  content: counter(my-awesome-counter);
  background: var(--tw-color-blue-primary);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-block;
  line-height: 2rem;
  color: white;
  text-align: center;
  margin-right: 0.5rem;
  font-weight: bold;
}

ol li {
  margin-bottom: 2rem;
}

ol li:first-child {
  margin-top: 2rem;
}

ol li div {
  margin-top: -1.75rem;
  margin-left: 3rem;
  /* display: flex; */
  /* flex-direction: column; */
}
ol li strong {
  display: block;
}
ol li p {
  display: inline;
}
.custom-menu-wrapper {
  display: flex;
  align-items: center;
}

div.noteAttributeList ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 2px;
  font-size: 1rem;
}

div.noteAttributeList ul li {
  padding-left: 1.5rem;
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: top 0.25rem left 0px;
  font-size: 1rem;
}

div.noteAttributeList ul li:last-of-type {
  margin-bottom: 0px;
}

div.noteAttributeList.helpful ul li {
  background-image: url(images/circle-check.png);
}

div.noteAttributeList.unhelpful ul li {
  background-image: url(images/circle-close.png);
}

div.note,
div.tweet {
  border: 1px solid var(--tw-color-gray-medium);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1rem;
}
div.tweet .tweetBodyWrapper {
  display: flex;
  flex-direction: column;
}

div.tweet .tweetUserWrapper {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
}
div.tweet .tweetUserWrapper img {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  overflow: hidden;
  margin: 0 0.5rem 0 0;
}

div.tweet .tweetNameWrapper .userName {
  font-weight: bolder;
}

div.tweet .tweetContentWrapper p {
  font-size: 1.25rem;
  color: var(--tw-color-text-primary);
  margin: 1rem 0px;
}

div.tweet .tweetContentWrapper img {
  border-radius: 13px;
  overflow: hidden;
  margin: 0px;
}

div.note div.noteAttributeList ul li {
  font-size: 0.85rem;
}

div.note .noteBody,
div.tweet .tweetBodyWrapper,
div.tweet h3,
div.note h3 {
  margin: 0px;
  padding: 1rem;
}

div.note a {
  pointer-events: none;
}

div.note .noteBody p {
  font-size: 1.2rem;
  color: var(--tw-color-text-primary);
}

div.tweet h3 {
  background-color: var(--tw-color-gray-faint);
}

div.note.helpful h3 {
  background-color: var(--tw-color-green-faded);
}

div.note.unhelpful h3 {
  background-color: var(--tw-color-red-faded);
}

.gdoc-expand {
  margin-top: 0;
  margin-bottom: 0;
  border: 0px;
  border-top: 1px solid #e9ecef;
  border-radius: 0px;
  overflow: hidden;
  background-color: transparent;
}

.gdoc-expand:last-of-type {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 2rem;
}

.gdoc-expand__head {
  background: transparent;
  padding: 1rem 0rem;
  cursor: pointer;
}

.gdoc-button__link {
  font-size: 1rem;
}

.gdoc-expand__head span {
  font-weight: 600;
  letter-spacing: normal;
  font-size: 1rem;
  color: var(--tw-color-text-primary);
}
.gdoc-expand__content {
  font-size: 1rem;
  line-height: 1.5rem;
  display: none;
  padding: 0rem 0rem 2rem;
}
.gdoc-expand__control:checked + .gdoc-expand__content {
  display: block;
}
.gdoc-expand .gdoc-page__anchor {
  display: none;
}

.gdoc-page__anchorwrap h1,
.gdoc-page__anchorwrap h2,
.gdoc-page__anchorwrap h3 {
  margin-top: -5rem;
  padding-top: 6rem;
}

.gdoc-expand svg {
  margin-top: 0.5rem;
  margin-left: 2rem;
  min-width: 24px;
}

.gdoc-page__footer {
  border-top: 1px solid #eee;
  padding-top: 2rem;
  max-width: 720px;
  margin: 2rem auto 0;
}

.gdoc-page__footer .gdoc-page__nav {
  font-size: 1rem;
  font-weight: bold;
}

.gdoc-page__footer .gdoc-page__nav a,
.gdoc-page__footer .gdoc-page__nav a:visited {
  color: var(--tw-color-blue-primary);
}

.gdoc-page__nav:hover {
  background-image: none;
}

.gdoc-page__footer .gdoc-page__nav a:hover {
  text-decoration: #e66a4e;
}

.gdoc-page__nav--next:after {
  content: url(images/caret.png);
  transform: rotateZ(270deg);
}

.gdoc-page__nav--prev:before {
  content: url(images/caret.png);
  transform: rotateZ(90deg);
}

.gdoc-markdown table {
  font-size: 14px;
  width: 100%;
  box-shadow: inset -5px 0px 5px rgba(0, 0, 0, 0.1);
}

.gdoc-markdown table tr th,
.gdoc-markdown table tr td {
  vertical-align: text-top;
  text-align: left;
  padding: 0.5rem;
  line-height: 1rem;
  width: auto;
}
.gdoc-markdown table tbody {
  width: 100%;
  border: 1px solid #eee;
}
.gdoc-markdown table tr th {
  color: white;
  background-color: var(--tw-color-blue-primary);
}

.gdoc-markdown table tr:nth-child(2n) {
  background: none;
}

.items-start {
  align-items: start;
}

.info-item {
  display: flex;
  align-items: start;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.info-item img {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  margin-top: -0.25rem;
}

.info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--tw-color-gray-faint);
  border-radius: 16px;
  padding: 0rem 2rem;
  margin-bottom: 2rem;
}

.info-box h2 {
  margin-bottom: 0;
}
code.has-jax {
  -webkit-font-smoothing: antialiased;
  background: inherit !important;
  border: none !important;
  font-size: 100%;
}
