@charset "UTF-8";
:root {
  --color-text: #002e22;
  --color-button-text: #FCFBF9;
  --color-text-supporting: #76847e;
  --color-icons: #a2a9a3;
  --color-borders: #e6e1da;
  --color-highlightBG: #f8f4f0;
  --color-row-hover: #f2ede7;
  --color-appBG: #fcfbf9;
  --color-success: #03d47c;
  --color-accent: #03d47c;
  --color-link: #0164BF;
  --color-link-hovered: #0676DE;
  --color-button-background: #e6e1da;
  --color-button-background-hover: #d8d1c7;
  --color-button-success-background: #03d47c;
  --color-button-success-background-hover: #00a862;
  --color-overlay: rgba(235, 230, 223, 0.72);
  --color-white: #ffffff;
  --color-transparent-white: #ffffff51;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-text: #e7ece9;
    --color-button-text: #E7ECE9;
    --color-text-supporting: #afbbb0;
    --color-icons: #8b9c8f;
    --color-borders: #1a3d32;
    --color-highlightBG: #072419;
    --color-row-hover: #0a2e25;
    --color-appBG: #061b09;
    --color-success: #03d47c;
    --color-accent: #03d47c;
    --color-link: #5ab0ff;
    --color-link-hovered: #8DC8FF;
    --color-button-background: #1a3d32;
    --color-button-background-hover: #224f41;
    --color-button-success-background: #03d47c;
    --color-button-success-background-hover: #00a862;
    --color-overlay: rgba(26, 61, 50, 0.72);
    --color-white: #ffffff;
    --color-transparent-white: #ffffff51;
  }
}
@font-face {
  font-family: Expensify Neue;
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/ExpensifyNeue-Regular.woff2") format("woff2"), url("/assets/fonts/ExpensifyNeue-Regular.woff") format("woff");
}
@font-face {
  font-family: Expensify Neue;
  font-weight: 700;
  font-style: bold;
  src: url("/assets/fonts/ExpensifyNeue-Bold.woff2") format("woff2"), url("/assets/fonts/ExpensifyNeue-Bold.woff") format("woff");
}
@font-face {
  font-family: Expensify New Kansas;
  font-weight: 500;
  font-style: normal;
  src: url("/assets/fonts/ExpensifyNewKansas-Medium.woff2") format("woff2"), url("/assets/fonts/ExpensifyNewKansas-Medium.woff") format("woff");
}
@font-face {
  font-family: Expensify New Kansas;
  font-weight: 500;
  font-style: italic;
  src: url("/assets/fonts/ExpensifyNewKansas-MediumItalic.woff2") format("woff2"), url("/assets/fonts/ExpensifyNewKansas-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: Expensify Mono;
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/ExpensifyMono-Regular.woff2") format("woff2"), url("/assets/fonts/ExpensifyMono-Regular.woff") format("woff");
}
@font-face {
  font-family: Expensify Mono;
  font-weight: 700;
  font-style: normal;
  src: url("/assets/fonts/ExpensifyMono-Bold.woff2") format("woff2"), url("/assets/fonts/ExpensifyMono-Bold.woff") format("woff");
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --color-text: #002e22;
  --color-button-text: #FCFBF9;
  --color-text-supporting: #76847e;
  --color-icons: #a2a9a3;
  --color-borders: #e6e1da;
  --color-highlightBG: #f8f4f0;
  --color-row-hover: #f2ede7;
  --color-appBG: #fcfbf9;
  --color-success: #03d47c;
  --color-accent: #03d47c;
  --color-link: #0164BF;
  --color-link-hovered: #0676DE;
  --color-button-background: #e6e1da;
  --color-button-background-hover: #d8d1c7;
  --color-button-success-background: #03d47c;
  --color-button-success-background-hover: #00a862;
  --color-overlay: rgba(235, 230, 223, 0.72);
  --color-white: #ffffff;
  --color-transparent-white: #ffffff51;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-text: #e7ece9;
    --color-button-text: #E7ECE9;
    --color-text-supporting: #afbbb0;
    --color-icons: #8b9c8f;
    --color-borders: #1a3d32;
    --color-highlightBG: #072419;
    --color-row-hover: #0a2e25;
    --color-appBG: #061b09;
    --color-success: #03d47c;
    --color-accent: #03d47c;
    --color-link: #5ab0ff;
    --color-link-hovered: #8DC8FF;
    --color-button-background: #1a3d32;
    --color-button-background-hover: #224f41;
    --color-button-success-background: #03d47c;
    --color-button-success-background-hover: #00a862;
    --color-overlay: rgba(26, 61, 50, 0.72);
    --color-white: #ffffff;
    --color-transparent-white: #ffffff51;
  }
}
@font-face {
  font-family: Expensify Neue;
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/ExpensifyNeue-Regular.woff2") format("woff2"), url("/assets/fonts/ExpensifyNeue-Regular.woff") format("woff");
}
@font-face {
  font-family: Expensify Neue;
  font-weight: 700;
  font-style: bold;
  src: url("/assets/fonts/ExpensifyNeue-Bold.woff2") format("woff2"), url("/assets/fonts/ExpensifyNeue-Bold.woff") format("woff");
}
@font-face {
  font-family: Expensify New Kansas;
  font-weight: 500;
  font-style: normal;
  src: url("/assets/fonts/ExpensifyNewKansas-Medium.woff2") format("woff2"), url("/assets/fonts/ExpensifyNewKansas-Medium.woff") format("woff");
}
@font-face {
  font-family: Expensify New Kansas;
  font-weight: 500;
  font-style: italic;
  src: url("/assets/fonts/ExpensifyNewKansas-MediumItalic.woff2") format("woff2"), url("/assets/fonts/ExpensifyNewKansas-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: Expensify Mono;
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/ExpensifyMono-Regular.woff2") format("woff2"), url("/assets/fonts/ExpensifyMono-Regular.woff") format("woff");
}
@font-face {
  font-family: Expensify Mono;
  font-weight: 700;
  font-style: normal;
  src: url("/assets/fonts/ExpensifyMono-Bold.woff2") format("woff2"), url("/assets/fonts/ExpensifyMono-Bold.woff") format("woff");
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-icon {
  margin: auto 0px;
  margin-left: auto;
  display: none;
}
@media only screen and (max-width: 800px) {
  .search-icon {
    display: block;
  }
}

.search-input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--color-borders);
  border-radius: 8px;
  padding: 7px 12px;
  flex: 1;
  height: 52px;
  min-height: 52px;
  box-sizing: border-box;
  cursor: text;
}
.search-input-wrapper:focus-within {
  border-color: var(--color-button-success-background);
}

.search-label {
  font-family: "Expensify Neue", "Segoe UI Emoji", "Noto Color Emoji";
  color: var(--color-text-supporting);
  pointer-events: none;
  font-size: 15px;
  line-height: 20px;
  transition: all 200ms ease-in-out;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.search-input {
  border: none;
  outline: none;
  background: transparent;
  color: var(--color-text);
  font-family: "Expensify Neue", "Segoe UI Emoji", "Noto Color Emoji";
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  padding: 0;
}

.search-input:focus ~ .search-label,
.search-input:valid ~ .search-label {
  font-size: 13px;
  line-height: 16px;
  top: 7px;
  transform: translateY(0);
}

.search-button {
  background-color: var(--color-button-success-background);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.search-button:hover {
  background-color: var(--color-button-success-background-hover);
}
.search-button .base-icon {
  filter: brightness(0) invert(1);
}

.search-results {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}

.search-result-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 8px;
}
.search-result-item:hover, .search-result-item:focus {
  background-color: var(--color-highlightBG);
  outline: none;
}

.search-result-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.search-result-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: var(--color-text);
}

.search-result-description {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: var(--color-text-supporting);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-result-item > .base-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.lhn-search-form {
  padding-bottom: 40px;
}

.lhn-search-input-wrapper {
  height: 52px;
  min-height: 52px;
  background-color: var(--color-appBG);
}

.search-no-results,
.search-error {
  padding: 0 20px;
  color: var(--color-text-supporting);
  font-size: 15px;
}

@keyframes skeleton-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.skeleton-search-results {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.skeleton-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 20px 12px 0;
}

.skeleton-title,
.skeleton-description {
  border-radius: 4px;
  background-color: var(--color-row-hover);
  animation: skeleton-pulse 3s ease-in-out infinite;
}

.skeleton-title {
  height: 15px;
  width: 60%;
  margin: 2.5px 0;
}

.skeleton-description {
  height: 13px;
  width: 90%;
  margin: 1.5px 0;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  line-height: 1;
}
@media screen and (max-width: 800px) {
  html {
    scroll-padding-top: 80px;
  }
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}
q:before, q:after,
blockquote:before,
blockquote:after {
  content: none;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-height: 100%;
  background: var(--color-appBG);
  color: var(--color-text-supporting);
  overflow-x: hidden;
}

hr {
  background: var(--color-borders);
  border: none;
  display: inline-block;
  width: 24px;
  height: 2px;
  margin: 0 0 16px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: var(--color-link);
  text-decoration: none;
}
a img {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
summary {
  color: var(--color-text);
  font-weight: bold;
  padding-bottom: 12px;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
}

#faq::marker {
  font-size: 1.5em;
}

details summary {
  cursor: pointer;
  user-select: none;
}

details > summary {
  list-style-image: url("/assets/images/arrow-right.svg");
}

details[open] > summary {
  list-style-image: url("/assets/images/down.svg");
}

h1,
summary {
  font-family: "Expensify New Kansas", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  font-size: larger;
}

h2 {
  font-size: large;
}

p {
  padding-bottom: 20px;
}

code {
  font-family: "Expensify Mono", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  border-color: var(--color-borders);
  background-color: var(--color-highlightBG);
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 0px;
}

body,
button,
input,
select,
textarea {
  line-height: 1.33;
  font-weight: 400;
  font-family: "Expensify Neue", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  color: var(--color-text-supporting);
}

button {
  border-radius: 12px;
  padding: 12px;
  font-family: "Expensify Neue", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
button.success {
  background-color: var(--color-button-success-background);
  color: var(--color-button-text);
  width: 100%;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
button.success:hover {
  background-color: var(--color-button-success-background-hover);
  cursor: pointer;
}
@media screen and (min-width: 800px) {
  button.success {
    width: auto;
  }
}

#logo {
  width: 240px;
  padding: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  align-content: center;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: space-between;
}

#lhn {
  position: fixed;
  background-color: var(--color-highlightBG);
  box-sizing: border-box;
  z-index: 1;
  border-right-color: var(--color-borders);
  border-right-width: 1px;
  border-style: solid;
  width: 100%;
  height: auto;
}
#lhn.expanded {
  height: 100%;
}
@media screen and (min-width: 800px) {
  #lhn {
    width: 320px;
    height: 100%;
  }
}
@media screen and (min-width: 1120px) {
  #lhn {
    width: 420px;
  }
}
#lhn ul,
#lhn li {
  list-style: none;
}
#lhn #lhn-content {
  overflow: auto;
  display: none;
  height: calc(100% - 100px);
  padding: 0 24px 24px 24px;
}
#lhn #lhn-content .in-this-article {
  padding-top: 40px;
  display: block;
}
@media screen and (min-width: 800px) {
  #lhn #lhn-content {
    display: block;
    height: calc(100% - 150px);
    padding: 0 44px 44px 44px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  #lhn #lhn-content::-webkit-scrollbar {
    display: none;
  }
}
#lhn #lhn-content.expanded {
  display: block;
}
#lhn #lhn-content .article-toc {
  margin-top: 20px;
}
#lhn .lhn-header {
  padding: 24px;
}
@media screen and (min-width: 800px) {
  #lhn .lhn-header {
    padding: 44px 44px 40px 44px;
  }
}
#lhn .lhn-header #header-button {
  display: block;
  padding-right: 24px;
}
@media screen and (min-width: 800px) {
  #lhn .lhn-header #header-button {
    display: none;
  }
}
#lhn .lhn-header .logo {
  width: 160px;
  align-content: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1120px) {
  #lhn .lhn-header .logo {
    width: 180px;
    align-content: normal;
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }
}
#lhn .icon-with-link {
  display: grid;
  grid-template-columns: 40px auto;
  cursor: pointer;
  align-items: center;
}
#lhn .selected {
  font-weight: bold;
  color: var(--color-text);
}
#lhn .hide {
  display: none;
  position: fixed;
}

#content-area {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin-left: 0;
  padding: 80px 24px 0px 24px;
}
@media screen and (min-width: 800px) {
  #content-area {
    margin-left: 320px;
  }
}
@media screen and (min-width: 1120px) {
  #content-area {
    /* Same as the width of the lhn */
    margin-left: 420px;
    padding: 52px 68px 0 68px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1600px) {
  #content-area {
    margin-left: 420px;
    /* On wide screens, the padding needs to be equal to
    the view width, minus the content size, minus the lhn size, divided by two. */
    padding: 52px calc((100vw - 1000px - 420px) / 2) 0 calc((100vw - 1000px - 420px) / 2);
  }
}
#content-area ul,
#content-area ol {
  margin-left: 24px;
  padding-bottom: 20px;
}
#content-area h1.title {
  font-size: 2.25em;
  flex: 1;
}
#content-area h1.homepage-title {
  font-size: 2.5em;
}
#content-area .article .hidden {
  display: none;
}
#content-area .article img {
  display: block;
  margin: 20px auto;
  border-radius: 16px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  #content-area .article img {
    width: 100%;
  }
}
#content-area .article li {
  padding-bottom: 4px;
}
#content-area .article ol li ul {
  padding-bottom: 0;
}
#content-area .article table {
  margin-bottom: 20px;
  border-radius: 8px;
  border-style: hidden;
  box-shadow: 0 0 0 1px var(--color-borders);
}
#content-area .article th:first-child {
  border-top-left-radius: 8px;
}
#content-area .article th:last-child {
  border-top-right-radius: 8px;
}
#content-area .article tr:last-child > td:first-child {
  border-bottom-left-radius: 8px;
}
#content-area .article tr:last-child > td:last-child {
  border-bottom-right-radius: 8px;
}
#content-area .article th,
#content-area .article td {
  padding: 6px 13px;
  border: 1px solid var(--color-borders);
}
#content-area .article thead tr th {
  font-weight: bold;
  background-color: var(--color-highlightBG);
}
#content-area .article h1,
#content-area .article h2,
#content-area .article h3 {
  line-height: 1.2;
}
#content-area .article h1,
#content-area .article summary {
  font-size: 1.5em;
  padding: 20px 0 12px 0;
}
#content-area .article h2 {
  font-size: 1.125em;
  font-weight: 500;
  font-family: "Expensify New Kansas", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
#content-area .article h3 {
  font-size: 1em;
  font-family: "Expensify Neue", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
#content-area .article h2,
#content-area .article h3 {
  margin: 0;
  padding: 12px 0 12px 0;
}
#content-area .article blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 5%;
  border-left: 5px solid var(--color-button-background-hover);
}
#content-area .article blockquote em:before {
  content: "“\a";
  white-space: pre;
  font-size: 60px;
  line-height: 1em;
  color: var(--color-accent);
}
#content-area .article blockquote p:first-child {
  font-size: large;
  font-family: "Expensify New Kansas", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  opacity: 0.8;
}
#content-area .article .selector-container {
  background-color: var(--color-highlightBG);
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
}
#content-area .article .selector-container * > ol,
#content-area .article .selector-container ul {
  padding: 0;
}
@media screen and (max-width: 800px) {
  #content-area .article .selector-container {
    flex-direction: column;
  }
}
#content-area .article select {
  height: 28px;
  border-radius: 20px;
  padding: 0px 26px 0px 12px;
  color: var(--color-text);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #content-area .article select {
    width: 100px;
  }
}
#content-area .article select {
  background: url("/assets/images/down.svg") no-repeat right var(--color-button-background);
  background-size: 12px;
  background-position-x: 85%;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}
#content-area .article .info {
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: var(--color-highlightBG);
  color: var(--color-text);
  display: flex;
  gap: 12px;
  align-items: center;
}
#content-area .article .info img {
  height: 16px;
  width: 16px;
}
#content-area .article .info * {
  padding: 0;
  margin: 0;
}
#content-area .article .info li {
  margin-left: 12px;
}
#content-area .article .video-container {
  position: relative;
  margin-bottom: 20px;
}
#content-area .article .video-js {
  width: 100%;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 16/9;
  background-repeat: no-repeat;
}
#content-area .article .video-js .vjs-tech {
  border-radius: 8px;
}
#content-area .article .video-js .vjs-button {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  visibility: visible !important;
}
#content-area .article .video-js .vjs-big-play-button {
  background-image: url("/assets/images/play-button.svg");
  background-repeat: no-repeat;
  background-size: 72px;
  height: 72px;
  width: 72px;
  background-position: center;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
#content-area .article .video-js .vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}
#content-area .article .video-js .vjs-play-progress {
  background-color: var(--color-white);
}
#content-area .article .video-js .vjs-control-bar {
  border-radius: 8px;
  background-color: rgba(6, 27, 9, 0.8);
  color: var(--color-white);
  width: calc(100% - 16px);
  bottom: 8px;
  left: 8px;
}
#content-area .article .video-js .vjs-control-bar .vjs-playing,
#content-area .article .video-js .vjs-control-bar .vjs-paused {
  color: var(--color-white);
  height: 100%;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  margin-left: 12px;
}
#content-area .article .video-js .vjs-control-bar .vjs-playing {
  background: url("/assets/images/pause.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
#content-area .article .video-js .vjs-control-bar .vjs-paused {
  background: url("/assets/images/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
#content-area .article .video-js .vjs-control-bar .vjs-icon-placeholder:before {
  font-size: 20px;
}
#content-area .article .video-js .vjs-control-bar .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "";
  background: url("/assets/images/fullscreen.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  margin-left: 4px;
}
#content-area .article .video-js .vjs-control-bar .vjs-control:focus {
  text-shadow: none;
}
#content-area .article .video-js .vjs-control-bar .vjs-progress-holder {
  border-radius: 8px;
  overflow: hidden;
}
#content-area .article .video-js .vjs-control-bar .vjs-progress-holder .vjs-time-tooltip {
  display: none;
}
#content-area .article .video-js .vjs-control-bar .vjs-progress-holder .vjs-mouse-display {
  display: none;
}
#content-area .article .video-js .vjs-control-bar .vjs-load-progress {
  background: var(--color-transparent-white);
  border-radius: 8px;
}
#content-area .article .video-js .vjs-control-bar .vjs-load-progress div {
  background-color: var(--color-transparent-white);
  border-radius: 0 8px 8px 0;
}
#content-area .article .video-js .vjs-control-bar .vjs-progress-control .vjs-play-progress {
  border-radius: 8px;
}
#content-area .article .video-js .vjs-control-bar .vjs-progress-control .vjs-play-progress::before {
  display: none;
}
#content-area .article .video-js .vjs-control-bar .vjs-play-control .vjs-icon-placeholder:before {
  display: none;
}

.link {
  display: inline;
  color: var(--color-text-supporting);
  cursor: pointer;
}
.link:hover {
  color: var(--color-link);
}

@media screen and (min-width: 800px) {
  .mobile-lhn #lhn {
    width: 100%;
    height: auto;
  }
  .mobile-lhn #lhn #lhn-content {
    display: none;
  }
  .mobile-lhn #lhn #lhn-content.expanded {
    display: block;
  }
  .mobile-lhn #lhn .lhn-header {
    padding: 24px;
  }
  .mobile-lhn #lhn .lhn-header #header-button {
    display: block;
  }
  .mobile-lhn #content-area {
    margin-left: 0;
  }
}
@media screen and (min-width: 1120px) {
  .mobile-lhn #lhn {
    width: 420px;
    height: 100%;
  }
  .mobile-lhn #lhn #lhn-content {
    display: block;
  }
  .mobile-lhn #lhn .lhn-header {
    padding: 44px 44px 40px 44px;
  }
  .mobile-lhn #lhn .lhn-header #header-button {
    display: none;
  }
  .mobile-lhn #content-area {
    margin-left: 420px;
  }
}

.lhn-items ol,
.lhn-items ul {
  padding-left: 32px;
}
.lhn-items ul,
.lhn-items li {
  margin-bottom: 20px;
  /* Apply recursive style to add a margin to the nested items */
}
.lhn-items ul ul,
.lhn-items ul li,
.lhn-items li ul,
.lhn-items li li {
  margin-top: 20px;
  cursor: pointer;
}
.lhn-items .nested-treeview {
  margin-left: 40px;
}
.lhn-items .selected-article {
  font-weight: bold;
  color: var(--color-text);
}
.lhn-items .home-link {
  padding-left: 40px;
}

.cards-group, .platform-cards-group {
  display: grid;
  grid-template-columns: auto;
  row-gap: 20px;
  column-gap: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1120px) {
  .cards-group, .platform-cards-group {
    grid-template-columns: 50% 50%;
  }
}

@media screen and (min-width: 1120px) {
  .platform-cards-group {
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
}

.card, .homepage .topic-card, .hub-card, .platform-card, .article-card {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 16px;
  padding: 28px;
  font-weight: 700;
  cursor: pointer;
  color: var(--color-text);
  background-color: var(--color-highlightBG);
}
.card:hover, .homepage .topic-card:hover, .hub-card:hover, .platform-card:hover, .article-card:hover {
  background-color: var(--color-row-hover);
}
.card .row, .homepage .topic-card .row, .hub-card .row, .platform-card .row, .article-card .row {
  display: flex;
  flex-basis: 100%;
}
.card .body, .homepage .topic-card .body, .hub-card .body, .platform-card .body, .article-card .body {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  flex-grow: 2;
}
.card h3.title, .homepage .topic-card h3.title, .hub-card h3.title, .platform-card h3.title, .article-card h3.title {
  font-family: "Expensify New Kansas", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.card h3.title, .homepage .topic-card h3.title, .hub-card h3.title, .platform-card h3.title, .article-card h3.title,
.card h4.title,
.homepage .topic-card h4.title,
.hub-card h4.title,
.platform-card h4.title,
.article-card h4.title {
  padding: 0;
  margin: 0;
}
.card p.description, .homepage .topic-card p.description, .hub-card p.description, .platform-card p.description, .article-card p.description,
.card p.url,
.homepage .topic-card p.url,
.hub-card p.url,
.platform-card p.url,
.article-card p.url {
  margin: 0;
  font-weight: normal;
}

.article-card {
  align-items: center;
}
.article-card .right-icon {
  display: flex;
  align-items: center;
  padding-left: 16px;
}

.platform-card .row {
  flex-direction: column;
}
.platform-card .platform-screenshot {
  display: flex;
  align-items: center;
}
.platform-card .platform-screenshot img {
  border-radius: 16px;
  width: 100%;
}
.platform-card .submit-button {
  display: flex;
  align-items: center;
  margin-top: 16px;
  padding-left: 0;
}
@media screen and (min-width: 1120px) {
  .platform-card .submit-button {
    margin-top: 0;
    padding-left: 16px;
  }
}
.platform-card .body .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.platform-card .body .header .select-button {
  display: flex;
}
.platform-card .body .header .select-button .success {
  align-items: flex-end;
  font-size: 0.8em;
}
.platform-card h3.title.with-margin,
.platform-card h4.title.with-margin {
  margin: 0 0 4px 0;
}
.platform-card h3.title {
  font-size: 1.4em;
  font-weight: normal;
}
.platform-card p.description {
  color: var(--color-text-supporting);
  padding: 20px 0 20px 0;
}
.platform-card p.url {
  padding: 0;
  font-size: 0.8em;
  color: var(--color-text-supporting);
}

.hub-card {
  padding: 24px;
}
.hub-card .row {
  flex-direction: column;
}
.hub-card h3.title {
  font-size: 1.2em;
  font-weight: normal;
}
.hub-card h3.title.with-margin {
  margin: 12px 0 8px 0;
}
.hub-card p.description {
  padding: 0;
  color: var(--color-text-supporting);
}
.hub-card p.description.with-min-height {
  min-height: 68px;
}
@media screen and (min-width: 800px) {
  .hub-card p.description.with-min-height {
    min-height: 48px;
  }
}

.hub-card .icon {
  width: 68px;
  height: 68px;
}

.base-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
}

.homepage h1 {
  margin-top: 0;
  padding-bottom: 20px;
  padding-top: 8px;
}
@media screen and (min-width: 800px) {
  .homepage h1 {
    padding-top: 0px;
  }
}
.homepage h2 {
  font-family: "Expensify New Kansas", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 24px;
}
.homepage p {
  margin-bottom: 20px;
}
.homepage .cards-group, .homepage .platform-cards-group {
  padding-bottom: 32px;
}
.homepage h3.title {
  font-family: "Expensify Neue", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
}
.homepage-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 48px;
}
.homepage-hero__content {
  flex: 1;
}
.homepage-hero__illustration {
  display: none;
}
@media screen and (min-width: 1120px) {
  .homepage-hero__illustration {
    display: block;
  }
}
.homepage-hero__illustration img {
  width: 280px;
  height: auto;
}
.homepage-hero__illustration .illustration-light {
  display: block;
}
.homepage-hero__illustration .illustration-dark {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .homepage-hero__illustration .illustration-light {
    display: none;
  }
  .homepage-hero__illustration .illustration-dark {
    display: block;
  }
}
.homepage-search {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 537px;
}
.homepage-search .search-input-wrapper {
  flex: 1;
}
.homepage-search .search-button {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
.homepage-search-clear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.homepage-search-clear .base-icon {
  width: 18px;
  height: 18px;
}
.homepage-results-container {
  margin-top: 48px;
}
.homepage-results-container .search-loading,
.homepage-results-container .search-no-results,
.homepage-results-container .search-error {
  padding: 0;
}
.homepage-results-container .search-result-item {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.homepage .search-page-form {
  max-width: none;
  box-sizing: border-box;
  width: 100%;
}
.homepage .search-columns {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}
@media screen and (min-width: 800px) {
  .homepage .search-columns {
    flex-direction: row;
    gap: 32px;
  }
}
.homepage .search-articles-column {
  flex: 1;
  min-width: 0;
  order: 2;
}
@media screen and (min-width: 800px) {
  .homepage .search-articles-column {
    order: 1;
  }
}
.homepage .search-articles-column .homepage-results-container {
  margin-top: 0;
}
.homepage .ai-answer-container {
  order: 1;
}
@media screen and (min-width: 800px) {
  .homepage .ai-answer-container {
    order: 2;
    width: 400px;
    flex-shrink: 0;
  }
}
.homepage .ai-panel {
  background-color: var(--color-highlightBG);
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
.homepage .ai-panel.ai-panel-loading {
  min-height: 320px;
}
@media screen and (min-width: 800px) {
  .homepage .ai-panel.ai-panel-loading {
    min-height: 676px;
  }
}
.homepage .ai-copy-button {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--color-row-hover);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .ai-copy-button:hover {
  background-color: var(--color-button-background-hover);
}
.homepage .ai-copy-button img {
  width: 12px;
  height: 12px;
  display: block;
}
.homepage .ai-copy-button .ai-copy-icon-dark,
.homepage .ai-copy-button .ai-checkmark-icon {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .homepage .ai-copy-button .ai-copy-icon-light {
    display: none;
  }
  .homepage .ai-copy-button .ai-copy-icon-dark {
    display: block;
  }
}
.homepage .ai-copy-button.copied .ai-copy-icon {
  display: none;
}
.homepage .ai-copy-button.copied .ai-checkmark-icon-light {
  display: block;
}
.homepage .ai-copy-button.copied .ai-checkmark-icon-dark {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .homepage .ai-copy-button.copied .ai-checkmark-icon-light {
    display: none;
  }
  .homepage .ai-copy-button.copied .ai-checkmark-icon-dark {
    display: block;
  }
}
.homepage .ai-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.homepage .ai-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.homepage .ai-title {
  font-weight: 700;
  font-size: 15px;
  color: var(--color-text);
}
.homepage .ai-content {
  font-size: 15px;
  line-height: 24px;
  max-height: 320px;
  overflow: hidden;
  color: var(--color-text);
  position: relative;
}
@media screen and (min-width: 800px) {
  .homepage .ai-content {
    max-height: 676px;
  }
}
.homepage .ai-content.has-overflow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent, var(--color-highlightBG));
  pointer-events: none;
}
.homepage .ai-content.expanded {
  max-height: none;
}
.homepage .ai-content.expanded::after {
  display: none;
}
.homepage .ai-content.expanded ~ .ai-show-more {
  margin-top: 16px;
}
.homepage .ai-content.expanded ~ .ai-show-more img {
  transform: rotate(180deg);
}
.homepage .ai-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.homepage .ai-illustration img {
  width: 102px;
  height: 102px;
  animation: bounce 1s ease-in-out infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.homepage .ai-show-more {
  background: var(--color-button-background);
  border: none;
  border-radius: 9999px;
  color: var(--color-text);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 16px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  gap: 8px;
}
.homepage .ai-show-more.hidden {
  display: none;
}
@media screen and (min-width: 1120px) {
  .homepage .getting-started-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.homepage .topic-card {
  flex-direction: column;
  cursor: default;
}
.homepage .topic-card:hover {
  background-color: var(--color-highlightBG);
}
.homepage .topic-card .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}
.homepage .topic-card h3.title {
  font-family: "Expensify Neue", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0;
  margin: 0 0 8px 0;
}
.homepage .topic-links {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.homepage .topic-links li {
  padding: 0;
  margin: 0;
}
.homepage .topic-links a {
  color: var(--color-link);
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
}

.centered-content {
  width: 100%;
  height: calc(100vh - 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.centered-content div {
  margin-top: 8px;
}
.centered-content strong {
  font-size: 20px;
}
.centered-content .icon {
  width: 76px;
  padding: 28px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.get-help {
  flex-wrap: wrap;
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .disable-scrollbar {
    overflow: hidden;
  }
}

.page-footer {
  font-size: 15px;
}
@media screen and (max-width: 1120px) {
  .page-footer {
    background: url("/assets/images/expensify-footer-logo--vertical.svg") no-repeat right 120px;
    background-size: 111px 618px;
    margin-right: -25px;
  }
}
.page-footer h3 {
  color: var(--color-success);
  font-family: "Expensify New Kansas", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 16px;
  margin-top: 0;
}
.page-footer ul {
  margin: 0px !important;
  padding: 0;
}
.page-footer ul li {
  list-style-type: none !important;
  margin: 0 0 8px;
}
.page-footer ul li a {
  color: var(--color-text-supporting);
  display: block;
  padding: 4px 0;
  word-break: break-word;
}
.page-footer ul li a:hover {
  color: var(--color-link);
}
.page-footer__social-icons {
  padding-bottom: 20px;
}
.page-footer__social-icons a {
  color: var(--color-text-supporting);
  display: inline-block;
}
.page-footer__social-icons a:hover {
  color: var(--color-link);
}
.page-footer__fine-print {
  color: var(--color-text-supporting);
  font-size: 10px;
}
.page-footer__fine-print a {
  color: var(--color-link);
}
.page-footer__logo {
  margin-top: 40px;
}
.page-footer__logo img {
  display: block;
}
@media screen and (max-width: 1120px) {
  .page-footer__logo {
    display: none;
  }
}
.page-footer__wrapper {
  margin: 0 auto;
  max-width: 1000px;
  padding: 64px 0 0;
}
@media screen and (max-width: 800px) {
  .page-footer__wrapper {
    padding: 64px 0px 20px;
  }
}
@media screen and (min-width: 1120px) {
  .page-footer .columns {
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.page-footer .column {
  margin-bottom: 40px;
}
@media screen and (min-width: 1120px) {
  .page-footer .column {
    padding: 16px;
    width: 25%;
  }
}

.title-platform-tabs {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.title-platform-tabs h1 {
  padding: 0;
}
@media screen and (max-width: 800px) {
  .title-platform-tabs {
    flex-direction: column;
    gap: 8px;
  }
}

#platform-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  gap: 4px;
}

.badge {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-borders);
  background-color: transparent;
  border-radius: 4px;
  text-align: center;
  padding: 6px 12px;
  color: var(--color-text);
  font-size: 11px;
  box-sizing: border-box;
  height: 28px;
}

#platform-tabs > .active {
  color: var(--color-text);
  background-color: var(--color-button-background);
}

.hidden {
  display: none;
}

.expensifyhelp-logo__expensify {
  fill: var(--color-text);
}

.expensifyhelp-logo__help {
  fill: var(--color-success);
}

.edit-article-link {
  margin: 64px 0 0 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--color-text-supporting);
}
.edit-article-link:hover {
  color: var(--color-link);
}

.edit-article-link__icon {
  fill: var(--color-text-supporting);
  height: 12px;
  width: 12px;
}

/*# sourceMappingURL=styles.css.map */