/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Generic base elements.
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: var(--font-sans);
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: var(--line-height-base);
}

body {
  margin: 0;
  word-wrap: break-word;
  hyphens: auto;
  color: var(--color-text-neutral-medium);
  background-color: white
  background-position: top left; /* LTR */
}

body.is-fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

[dir="rtl"] body {
  background-position: top right;
}

a {
  color: var(--color-text-primary-medium);
}

a:hover {
  color: var(--color--primary-50);
}
.flag.flag-my-favorite a , .views-field-field-availability a , .private_message_link_wrapper a , .views-field-operations a , .views-field-edit-user a , .flag.flag-interested-in-topic a , .views-field.views-field-uid-2 a , .priority-low.views-field.views-field-link-flag a , .views-field.views-field-link-flag a , #block-lingochats-tokenblock-16 a , #block-lingochats-tokenblock-18 a , #block-lingochats-tokenblock-34 a , .view-p-availability a , .block-unblock a , .views-field.views-field-view-private-message-thread a , .views-field.views-field-nothing.views-align-center a , #user-login-form .actions-suffix a , .view-commerce-funds-user-transactions .views-field.views-field-nothing a , a.stripe-links , #block-lingochats-tokenblock-59 a , .flag-pause-being-a-local a {
    color: white;
    background-color: #dd7973;
    border-radius: 12px;
    padding: 7px 8px;
    text-decoration: none;
}
.flag.flag-my-favorite a:hover , .views-field-field-availability a:hover , .private_message_link_wrapper a:hover , .views-field-edit-user a:hover , .flag.flag-interested-in-topic a:hover , .views-field.views-field-uid-2 a:hover , .priority-low.views-field.views-field-link-flag a:hover , .views-field.views-field-link-flag a:hover , #block-lingochats-tokenblock-16 a:hover , #block-lingochats-tokenblock-18 a:hover , #block-lingochats-tokenblock-34 a:hover , .view-p-availability a:hover , .block-unblock a:hover , .views-field.views-field-view-private-message-thread a:hover , .views-field.views-field-nothing.views-align-center a:hover , #user-login-form .actions-suffix a:hover , .view-commerce-funds-user-transactions .views-field.views-field-nothing a:hover , a.stripe-links:hover , #block-lingochats-tokenblock-59 a:hover , .flag-pause-being-a-local a:hover {
    color: white;
    background-color: black;
    border-radius: 12px;
    padding: 7px 8px;
    text-decoration: none;
}
#load-previous-messages-button-wrapper a {
    color: white;
    background-color: #dd7973;
    border-radius: 12px;
    /* padding: 7px 8px; */
    text-decoration: none;
    text-align: center;
    /* margin: 10px 0px 10px 0px; */
    display: block;
    width: 150px;
    margin: 10px auto;
}
#load-previous-messages-button-wrapper a:hover {
    color: white;
    background-color: black;
    border-radius: 12px;
    /* padding: 7px 8px; */
    text-decoration: none;
    text-align: center;
    /* margin: 10px 0px 10px 0px; */
    display: block;
    width: 150px;
    margin: 10px auto;
}
.block-token-block a {
    color: white;
    background-color: #dd7973;
    border-radius: 12px;
    padding: 2px 5px;
    text-decoration: none;
}
.block-token-block a:hover {
    color: white;
    background-color: black;
    border-radius: 12px;
    padding: 2px 5px;
    text-decoration: none;
}
#block-lingochats-tokenblock-59 a {
    color: white;
    background-color: #dd7973;
    border-radius: 12px;
    padding: 7px 8px;
    text-decoration: none;
}
#block-lingochats-tokenblock-59 a:hover {
    color: white;
    background-color: black;
    border-radius: 12px;
    padding: 7px 8px;
    text-decoration: none;
}
a:focus {
  outline: solid 2px currentColor;
  outline-offset: 2px;
}

button {
  font-family: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
/*  height:200px;
  max-height: 200px;
  width: 714px;*/
}

audio {
  display: block;
  max-width: 100%;
}

h1 {
  letter-spacing: -0.01em;
  font-size: 1.75rem;
  line-height: var(--sp2);
}

@media (min-width: 43.75rem) {
  h1 {
    font-size: 3.75rem;
    line-height: var(--sp4);
  }
}

h2 {
  letter-spacing: -0.01em;
  font-size: 1.5rem;
  line-height: var(--sp2);
}

@media (min-width: 43.75rem) {
  h2 {
    font-size: 2.25rem;
    line-height: var(--sp3);
  }
}

h3 {
  font-size: 1.25rem;
  line-height: var(--sp1-5);
}

@media (min-width: 43.75rem) {
  h3 {
    font-size: 1.5rem;
    line-height: var(--sp2);
  }
}

h4 {
  font-size: 1.125rem;
  line-height: var(--sp1-5);
}

h5 {
  font-size: 1rem;
  line-height: var(--sp1-5);
}

h6 {
  font-size: 0.875rem;
  line-height: var(--sp);
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*  margin-block: var(--sp);*/
  color: var(--color-text-neutral-loud);
  font-family: var(--font-sans);
  font-weight: bold;
}

@media (min-width: 43.75rem) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-block: var(--sp2);
  }
}

ul {
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
  margin-inline-start: 1.5em;
  margin-inline-end: 0;
  padding-inline-start: 0;
  list-style-type: disc;
  list-style-image: none;
}
#block-lingochats-tokenblock-10 a , #block-lingochats-tokenblock-58 a {
    color: inherit;
    background-color: white;
    border-radius: 0px;
    padding: 0px;
    text-decoration: underline;
}
#block-lingochats-tokenblock-10 a:hover , #block-lingochats-tokenblock-58 a:hover {
    color: var(--color--primary-50);
}