@charset "UTF-8";
#os-keyboard {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

#demo-viewport {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: white;
}
#demo-viewport > main {
  flex-grow: 1;
  overflow-y: scroll;
}
#demo-viewport > main section {
  min-height: 100%;
}
.splash-screen {
  height: 100vh;
}

@media screen and (min-width: 420px) and (min-height: 840px) {
  body {
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    background-image: url("img/nokia-6.1.jpg");
    background-size: 406px auto;
  }
  body #demo-viewport {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 360px;
    height: 640px;
  }
  body #demo-viewport .splash-screen {
    height: 640px;
  }

  body.os-keyboard #os-keyboard {
    display: block;
  }
  body.os-keyboard #demo-viewport > main section {
    min-height: calc(100% - 200px);
  }
}
.material-icons {
  font-family: "Material Icons";
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.transitions-off * {
  transition: all 0ms 0ms !important;
}

.underline {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.no-margin {
  margin: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.accent-color {
  color: #009665;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.cover {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-columns {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}

@media screen and (min-width: 768px) {
  .responsive-columns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media screen and (min-width: 992px) {
  .responsive-columns {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
html,
body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  background-color: white;
  margin: 0;
}

::-moz-selection {
  color: inherit;
  background: rgba(255, 255, 0, 0.2);
}

::selection {
  color: inherit;
  background: rgba(255, 255, 0, 0.2);
}

html {
  overflow-y: scroll;
  transition: opacity 500ms;
}
html.fonts-loading {
  opacity: 0;
}

body {
  font-size: 16px;
  position: relative;
  background-color: white;
  min-width: 220px;
  color: #333029;
}

section {
  position: relative;
  padding: 10px 7px 15px;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  word-break: break-word;
  margin: 0;
}

h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 0.5em;
  font-weight: 700;
  letter-spacing: -0.025em;
}

h2 {
  font-size: 34px;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 0.5em;
  font-weight: 700;
  letter-spacing: -0.025em;
}
h2 + h3 {
  margin-top: 1em;
}

h3 {
  font-size: 28px;
}
h3 + h4 {
  margin-top: 1em;
}

h4 {
  font-size: 21px;
  margin-bottom: 0.5em;
}

ul.list-style-none {
  list-style: none;
  padding: 0;
}

li {
  font-weight: 400;
}

p {
  font-size: 100%;
  line-height: 1.2em;
  font-weight: 400;
}
p.no-margin {
  margin: 0;
}

q {
  quotes: "“" "”";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

figure {
  margin: 0;
  position: relative;
}
figure .circle,
figure .square,
figure .portrait,
figure .landscape {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
figure .circle.portrait,
figure .square.portrait,
figure .portrait.portrait,
figure .landscape.portrait {
  padding-bottom: calc(100% * 3 / 2);
}
figure .circle.landscape,
figure .square.landscape,
figure .portrait.landscape,
figure .landscape.landscape {
  padding-bottom: calc(100% * 2 / 3);
}
figure .circle.circle,
figure .square.circle,
figure .portrait.circle,
figure .landscape.circle {
  border-radius: 50%;
}
figure .circle img,
figure .square img,
figure .portrait img,
figure .landscape img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
figure.number-badge figcaption {
  position: absolute;
  bottom: 0;
  left: 80%;
  font-weight: 700;
  background-color: #009665;
  color: white;
  border-radius: 50%;
  width: 40%;
  height: 40%;
  border: 2px solid white;
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: #009665;
}
a.text-link,
a:link.text-link,
a:visited.text-link,
a:active.text-link,
a:hover.text-link {
  border-bottom: 2px solid #009665;
  transition: border-color 150ms;
}

a.text-link:hover {
  border-bottom-color: transparent;
}

a.button {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  background: #009665;
  color: white;
  margin: 10px auto;
  border-radius: 30px;
  min-width: 180px;
  height: 60px;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1em;
}
a.button label {
  font-weight: 500 !important;
}

a.button-alt {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  background: #009665;
  color: white;
  margin: 10px auto;
  border-radius: 30px;
  min-width: 180px;
  height: 60px;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1em;
  background-color: transparent;
  border-width: 2px;
  border-style: dashed;
  border-color: #009665;
  color: #009665;
  padding: 14px 17px;
  height: auto;
}

a.button-mini {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  background: #009665;
  color: white;
  margin: 10px auto;
  border-radius: 30px;
  min-width: 180px;
  height: 60px;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  margin: 0 3px 3px;
  border-radius: 4px;
  min-width: 60px;
  height: auto;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: center;
}

strong {
  font-style: normal;
  font-weight: 600;
}

time {
  font-style: normal;
  font-weight: 600;
  color: pink;
}

code {
  font-size: 100%;
  color: #327d7d;
  background-color: rgba(210, 245, 245, 0.5);
  white-space: pre;
}

img {
  max-width: 100%;
}

blockquote {
  margin: 30px 0;
  width: 100%;
  border-left: none;
  padding: 0;
  text-align: justify;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6em;
}
blockquote > p:first-of-type:before,
blockquote > p:last-of-type:after {
  content: "“";
  font-size: 35px;
  vertical-align: top;
  line-height: 0;
  position: relative;
  color: rgba(0, 0, 0, 0.15);
  top: 15px;
  left: -5px;
}
blockquote > p:last-of-type:after {
  content: "”";
  top: 15px;
  left: 3px;
}

header a, footer a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: color 400ms;
  height: 60px;
  width: 60px;
  overflow: hidden;
  font-size: 36px;
}
header a:after, footer a:after {
  content: " ";
  display: block;
  background-color: none;
  height: 3px;
  width: 0%;
  transition: background-color 300ms, width 300ms;
}
header a.selected, footer a.selected {
  pointer-events: none;
  color: #cccccc;
}
header a.selected:after, footer a.selected:after {
  background-color: #009665;
  width: 30px;
}

header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
header nav {
  display: flex;
  justify-content: space-between;
  background-color: white;
  width: 100%;
}
header nav h1 {
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 24px;
  transition: opacity 150ms;
}
header nav > ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
header nav > ul li {
  margin: 0;
  list-style: none;
}

footer {
  background-color: white;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
footer nav > ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
footer nav > ul li {
  margin: 0;
  list-style: none;
}

header nav li:not(.show) {
  display: none;
}

header.hide {
  display: none;
}

footer.hide {
  display: none;
}

a.button.fixed {
  position: fixed;
  bottom: 100px;
  right: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

#menu {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009665;
  color: white;
  transition: transform 200ms;
  transform: translateX(-100%);
}
#menu nav ul {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
#menu nav ul li {
  margin: 0;
  list-style: none;
  border-style: dotted;
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 0 0 1px 0;
}
#menu nav ul li a {
  display: block;
  color: white;
  padding: 12px 20px;
}
#menu p {
  text-align: center;
  margin: 20px auto;
  opacity: 0.5;
}

.show-menu #menu {
  transform: translateX(0);
}

#close-menu {
  color: white;
  padding: 12px;
  display: inline-block;
}
#close-menu span {
  font-size: 36px;
}

.splash-screen {
  position: relative;
  text-align: center;
  background-color: #009665;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
  transition: color 500ms, height 1000ms ease-in-out 0ms;
}
.splash-screen h1 {
  font-size: 60px;
}
.splash-screen h2 {
  font-size: 28px;
}
.splash-screen img.splash-anim {
  width: 180px;
  margin: 0 auto;
}
.splash-screen ~ form {
  background-color: #009665;
  color: white;
  padding: 40px 40px 1px !important;
  height: 250px;
}
.splash-screen ~ form input {
  height: 32px;
}
.splash-screen ~ form input[type=email] {
  width: 100%;
}
.splash-screen ~ form a.button {
  width: 100%;
  background-color: white;
  color: #009665;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.15);
}
.splash-screen ~ div {
  text-align: center;
  height: calc($mobile-viewport-height - 250px);
}

#sign-in fieldset.horizontal-labeling {
  margin: 0px 0px 20px 70px;
}
#sign-in fieldset.horizontal-labeling label {
  font-weight: normal;
  padding-right: 7px;
  top: 2px;
  font-size: 18px;
}
#sign-in fieldset.horizontal-labeling input[type=text],
#sign-in fieldset.horizontal-labeling input[type=password],
#sign-in fieldset.horizontal-labeling input[type=email] {
  background-color: white;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2);
}
#sign-in > div:last-child p {
  margin: 30px 0 12px;
}

#search-button {
  position: absolute;
  right: 15px;
  margin-top: -18px;
}
#search-button span {
  font-size: 36px;
}

.chat-list-card,
.search-card,
.chat-card {
  position: relative;
  width: 100%;
  border-style: dotted;
  border-width: 2px;
  border-radius: 10px;
  overflow: hidden;
  border-color: #80cbb2;
  background-color: #edf8f4;
}
.chat-list-card .material-icons,
.search-card .material-icons,
.chat-card .material-icons {
  font-size: 30px;
  position: relative;
  top: 3px;
  line-height: 16px;
  color: #009665;
}
.chat-list-card .event-location:before,
.search-card .event-location:before,
.chat-card .event-location:before {
  font-family: "Material Icons";
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  content: "";
  position: relative;
  top: 5px;
  font-size: 21px;
  color: #009665;
}
.chat-list-card .event-title em,
.search-card .event-title em,
.chat-card .event-title em {
  font-style: normal;
  font-weight: 600;
  color: #009665;
}
.chat-list-card .event-location em,
.search-card .event-location em,
.chat-card .event-location em {
  font-style: normal;
  font-weight: 600;
  color: #009665;
}
.chat-list-card .event-time em,
.search-card .event-time em,
.chat-card .event-time em {
  font-style: normal;
  font-weight: 600;
}
.chat-list-card .event-pace em,
.search-card .event-pace em,
.chat-card .event-pace em {
  font-style: normal;
  font-weight: 600;
}
.chat-list-card .ticker,
.search-card .ticker,
.chat-card .ticker {
  width: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  height: 40px;
  padding-top: 3px;
  background-color: white;
  border-top: 1px solid #cceae0;
}
.chat-list-card .ticker:before, .chat-list-card .ticker:after,
.search-card .ticker:before,
.search-card .ticker:after,
.chat-card .ticker:before,
.chat-card .ticker:after {
  content: "";
  z-index: 9999;
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0) 100%);
}
.chat-list-card .ticker:after,
.search-card .ticker:after,
.chat-card .ticker:after {
  transform: rotate(180deg);
  right: 0;
  left: auto;
}
.chat-list-card .ticker > span:before,
.search-card .ticker > span:before,
.chat-card .ticker > span:before {
  font-family: "Material Icons";
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  content: "";
  position: relative;
  margin: 0 5px;
  top: 5px;
  font-size: 21px;
  color: #009665;
}
.chat-list-card dl,
.search-card dl,
.chat-card dl {
  font-weight: 500;
  line-height: 1.5em;
  margin: 7px 7px 12px;
  text-align: right;
  position: relative;
  z-index: 5;
  text-shadow: -1px -1px 1px white, 1px -1px 1px white, -1px 1px 1px white, 1px 1px 1px white;
}
.chat-list-card dt,
.search-card dt,
.chat-card dt {
  display: none;
}
.chat-list-card dd,
.search-card dd,
.chat-card dd {
  margin: 0;
}
.chat-list-card figure,
.search-card figure,
.chat-card figure {
  padding: 2px;
  background: white;
  border-radius: 50%;
}
.chat-list-card.chat-list-card figure, .chat-list-card.search-card figure,
.search-card.chat-list-card figure,
.search-card.search-card figure,
.chat-card.chat-list-card figure,
.chat-card.search-card figure {
  width: 90px;
  position: absolute;
  left: 7px;
  top: 13px;
}
.chat-list-card.chat-card,
.search-card.chat-card,
.chat-card.chat-card {
  top: -6px;
  padding: 0;
  height: 74px;
  display: flex;
  align-items: center;
}
.chat-list-card.chat-card > div .event-title,
.search-card.chat-card > div .event-title,
.chat-card.chat-card > div .event-title {
  position: relative;
  margin: 0 0 0 40px;
}
.chat-list-card.chat-card > div .event-title:before,
.search-card.chat-card > div .event-title:before,
.chat-card.chat-card > div .event-title:before {
  content: "Re:";
  position: absolute;
  left: -27px;
  font-weight: 600;
}
.chat-list-card.chat-card > div.with-avatar,
.search-card.chat-card > div.with-avatar,
.chat-card.chat-card > div.with-avatar {
  background-color: #f2faf7;
  border-right: 1px solid #bfe5d9;
  padding: 0 6px;
}
.chat-list-card.chat-card > div.with-avatar figure,
.search-card.chat-card > div.with-avatar figure,
.chat-card.chat-card > div.with-avatar figure {
  width: 62px;
}
.chat-list-card div.chat-preview,
.chat-list-card ul.chat-preview,
.search-card div.chat-preview,
.search-card ul.chat-preview,
.chat-card div.chat-preview,
.chat-card ul.chat-preview {
  background-color: #f5fbf9;
  margin: 0;
  padding: 8px 0 5px;
  list-style-type: none;
  border-top: 1px solid #bfe5d9;
}
.chat-list-card div.chat-preview p,
.chat-list-card ul.chat-preview p,
.search-card div.chat-preview p,
.search-card ul.chat-preview p,
.chat-card div.chat-preview p,
.chat-card ul.chat-preview p {
  margin: 0;
  position: relative;
  padding: 0 10px;
  white-space: nowrap;
  text-align: left;
  line-height: 1.5em;
}
.chat-list-card div.chat-preview p em,
.chat-list-card ul.chat-preview p em,
.search-card div.chat-preview p em,
.search-card ul.chat-preview p em,
.chat-card div.chat-preview p em,
.chat-card ul.chat-preview p em {
  font-style: normal;
  font-weight: 600;
  color: #009665;
}
.chat-list-card div.chat-preview p q,
.chat-list-card ul.chat-preview p q,
.search-card div.chat-preview p q,
.search-card ul.chat-preview p q,
.chat-card div.chat-preview p q,
.chat-card ul.chat-preview p q {
  font-style: italic;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 13px;
  padding-right: 13px;
  opacity: 0.9;
}
.chat-list-card div.chat-preview p q:before,
.chat-list-card ul.chat-preview p q:before,
.search-card div.chat-preview p q:before,
.search-card ul.chat-preview p q:before,
.chat-card div.chat-preview p q:before,
.chat-card ul.chat-preview p q:before {
  position: absolute;
  left: 1px;
  top: -1px;
  font-size: 220%;
  line-height: 100%;
  color: #009665;
  opacity: 0.5;
}
.chat-list-card div.chat-preview p q:after,
.chat-list-card ul.chat-preview p q:after,
.search-card div.chat-preview p q:after,
.search-card ul.chat-preview p q:after,
.chat-card div.chat-preview p q:after,
.chat-card ul.chat-preview p q:after {
  position: absolute;
  right: 3px;
  top: -1px;
  font-size: 220%;
  line-height: 100%;
  color: #009665;
  opacity: 0.5;
}
.chat-list-card div.chat-preview li,
.chat-list-card ul.chat-preview li,
.search-card div.chat-preview li,
.search-card ul.chat-preview li,
.chat-card div.chat-preview li,
.chat-card ul.chat-preview li {
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.chat-list-card div.chat-preview li:not(:first-of-type),
.chat-list-card ul.chat-preview li:not(:first-of-type),
.search-card div.chat-preview li:not(:first-of-type),
.search-card ul.chat-preview li:not(:first-of-type),
.chat-card div.chat-preview li:not(:first-of-type),
.chat-card ul.chat-preview li:not(:first-of-type) {
  border-top: 1px solid #cceae0;
}
.chat-list-card div.chat-preview li p,
.chat-list-card ul.chat-preview li p,
.search-card div.chat-preview li p,
.search-card ul.chat-preview li p,
.chat-card div.chat-preview li p,
.chat-card ul.chat-preview li p {
  position: absolute;
  width: 100%;
  padding-left: 80px;
}
.chat-list-card div.chat-preview li figure,
.chat-list-card ul.chat-preview li figure,
.search-card div.chat-preview li figure,
.search-card ul.chat-preview li figure,
.chat-card div.chat-preview li figure,
.chat-card ul.chat-preview li figure {
  width: 62px;
  min-width: 62px;
  padding: 2px;
  background: white;
  border-radius: 50%;
  margin-left: 7px;
}

#your-messages {
  padding: 12px 15px 30px;
}
#your-messages:before {
  content: "";
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  border-color: #80cbb2;
  border-style: dotted;
  border-width: 0 2px 0 0;
}
#your-messages .chat-list-card {
  margin-bottom: 100px;
}

#search-results {
  padding: 12px 15px 30px;
}
#search-results ul.card-list {
  margin: 0;
  padding: 0;
}
#search-results ul.card-list li {
  margin-bottom: 20px;
}

section.chat .chat-header {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 99;
  top: 60px;
  left: 0;
  width: 100%;
  height: 80px;
  align-items: flex-start;
  background: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  padding-right: 10px;
}
section.chat div.scrollable {
  position: absolute;
  left: 0;
  top: 80px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: calc(100% - 80px - 65px);
  overflow-x: hidden;
  background-color: #edf8f4;
}
section.chat .chat-footer {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  align-items: flex-start;
  background: white;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  padding-right: 10px;
}
section.chat .chat-footer dialog {
  position: relative;
  padding: 0;
  border: none;
  display: none;
}
section.chat .chat-footer #message-input {
  padding: 12px 15px 0;
  width: 100%;
}
section.chat .chat-footer #message-input input[type=text] {
  border: none;
  background-color: #009665;
  color: white;
  font-size: 18px;
  line-height: 1em;
  border-radius: 20px;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15);
  height: 40px;
  padding: 5px 15px;
  width: 100%;
}
section.chat .chat-footer #message-input input[type=text]::-webkit-input-placeholder {
  color: white;
}
section.chat .chat-footer #message-input input[type=text]::-moz-placeholder {
  color: white;
}
section.chat .chat-footer #message-input input[type=text]:-ms-input-placeholder {
  color: white;
}
section.chat .chat-footer #message-input input[type=text]::-ms-input-placeholder {
  color: white;
}
section.chat .chat-footer #message-input input[type=text]::placeholder {
  color: white;
}
section.chat .chat-footer #message-input input[type=text]:focus {
  outline: none;
}
section.chat .chat-footer #message-input input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}
section.chat .chat-footer #message-input input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
section.chat .chat-footer #message-input input[type=text]:focus:-ms-input-placeholder {
  color: transparent;
}
section.chat .chat-footer #message-input input[type=text]:focus::-ms-input-placeholder {
  color: transparent;
}
section.chat .chat-footer #message-input input[type=text]:focus::placeholder {
  color: transparent;
}
section.chat ul.chat-messages {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px 0 15px;
}
section.chat ul.chat-messages div.insert {
  border-bottom: 1px dotted #99d5c1;
  color: #004b33;
  text-align: center;
  width: 100%;
  margin: 20px auto 25px;
  line-height: 0;
  font-size: 15px;
  text-shadow: -1px -1px 1px white, 1px -1px 1px white, -1px 1px 1px white, 1px 1px 1px white, -1px -1px 1px white, 1px -1px 1px white, -1px 1px 1px white, 1px 1px 1px white;
}
section.chat ul.chat-messages li {
  position: relative;
  max-width: calc(100% - 70px);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0 0 5px;
  padding: 7px 10px;
  min-height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  left: auto;
  right: 45px;
  background-color: #8cd0ba;
  color: #002d1e;
}
section.chat ul.chat-messages li:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-top: 10px solid transparent;
  border-left: 35px solid #8cd0ba;
  border-bottom: 0px solid transparent;
  border-right: 0px solid transparent;
  left: auto;
  right: -34px;
  bottom: 18px;
  top: auto;
}
section.chat ul.chat-messages li.to-you {
  background-color: #bfe5d9;
  color: #002d1e;
  left: 45px;
  align-self: flex-start;
}
section.chat ul.chat-messages li.to-you:after {
  border-top: 0px solid transparent;
  border-right: 35px solid #bfe5d9;
  border-bottom: 10px solid transparent;
  border-left: 0px solid transparent;
  right: auto;
  bottom: auto;
  left: -34px;
  top: 18px;
}
section.chat ul.chat-messages li.with-avatar {
  max-width: calc(100% - 70px - 60px);
}
section.chat ul.chat-messages li.with-avatar > div {
  padding: 2px;
  border-radius: 50%;
  width: 62px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background-color: white;
}
section.chat ul.chat-messages li.from-you.with-avatar {
  right: calc(45px + 60px);
}
section.chat ul.chat-messages li.from-you.with-avatar > div {
  left: calc(100% + 35px);
  bottom: -4px;
}
section.chat ul.chat-messages li.to-you.with-avatar {
  left: calc(45px + 60px);
}
section.chat ul.chat-messages li.to-you.with-avatar .avatar {
  left: -95px;
  top: -4px;
}
section.chat ul.chat-messages li:not(.from-you) + li.from-you, section.chat ul.chat-messages li.from-you + li:not(.from-you) {
  margin-top: 20px;
}
section.chat ul.chat-messages li p {
  margin-bottom: 0;
}
section.chat ul.chat-messages li time {
  position: absolute;
  right: -33px;
  left: auto;
  top: auto;
  bottom: -3px;
  font-size: 12px;
  color: #004b33;
}
section.chat ul.chat-messages li.to-you time {
  right: auto;
  top: -3px;
  left: -33px;
}

form.custom-form-controls {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 10px;
}
form.custom-form-controls > fieldset {
  margin: 0 auto 30px;
}
form.custom-form-controls > fieldset:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
form.custom-form-controls fieldset.horizontal-labeling {
  white-space: nowrap;
  position: relative;
}
form.custom-form-controls fieldset.horizontal-labeling label {
  padding-right: 7px;
  position: absolute;
  right: 100%;
}
form.custom-form-controls button,
form.custom-form-controls input[type=submit] {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  background: #009665;
  color: white;
  margin: 10px auto;
  border-radius: 30px;
  min-width: 180px;
  height: 60px;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1em;
}
form.custom-form-controls input[type=text], form.custom-form-controls input[type=number], form.custom-form-controls input[type=email], form.custom-form-controls input[type=password] {
  background-color: #fffee7;
  border: 1px solid rgba(180, 179, 140, 0.85);
  padding: 1px 5px;
  border-radius: 2px;
}
form.custom-form-controls input[type=text]::-webkit-input-placeholder, form.custom-form-controls input[type=number]::-webkit-input-placeholder, form.custom-form-controls input[type=email]::-webkit-input-placeholder, form.custom-form-controls input[type=password]::-webkit-input-placeholder {
  color: rgba(180, 179, 140, 0.85);
}
form.custom-form-controls input[type=text]::-moz-placeholder, form.custom-form-controls input[type=number]::-moz-placeholder, form.custom-form-controls input[type=email]::-moz-placeholder, form.custom-form-controls input[type=password]::-moz-placeholder {
  color: rgba(180, 179, 140, 0.85);
}
form.custom-form-controls input[type=text]:-ms-input-placeholder, form.custom-form-controls input[type=number]:-ms-input-placeholder, form.custom-form-controls input[type=email]:-ms-input-placeholder, form.custom-form-controls input[type=password]:-ms-input-placeholder {
  color: rgba(180, 179, 140, 0.85);
}
form.custom-form-controls input[type=text]::-ms-input-placeholder, form.custom-form-controls input[type=number]::-ms-input-placeholder, form.custom-form-controls input[type=email]::-ms-input-placeholder, form.custom-form-controls input[type=password]::-ms-input-placeholder {
  color: rgba(180, 179, 140, 0.85);
}
form.custom-form-controls input[type=text]::placeholder, form.custom-form-controls input[type=number]::placeholder, form.custom-form-controls input[type=email]::placeholder, form.custom-form-controls input[type=password]::placeholder {
  color: rgba(180, 179, 140, 0.85);
}
form.custom-form-controls input[type=text]:focus, form.custom-form-controls input[type=number]:focus, form.custom-form-controls input[type=email]:focus, form.custom-form-controls input[type=password]:focus {
  outline: none;
}
form.custom-form-controls input[type=text]:focus::-webkit-input-placeholder, form.custom-form-controls input[type=number]:focus::-webkit-input-placeholder, form.custom-form-controls input[type=email]:focus::-webkit-input-placeholder, form.custom-form-controls input[type=password]:focus::-webkit-input-placeholder {
  color: transparent;
}
form.custom-form-controls input[type=text]:focus::-moz-placeholder, form.custom-form-controls input[type=number]:focus::-moz-placeholder, form.custom-form-controls input[type=email]:focus::-moz-placeholder, form.custom-form-controls input[type=password]:focus::-moz-placeholder {
  color: transparent;
}
form.custom-form-controls input[type=text]:focus:-ms-input-placeholder, form.custom-form-controls input[type=number]:focus:-ms-input-placeholder, form.custom-form-controls input[type=email]:focus:-ms-input-placeholder, form.custom-form-controls input[type=password]:focus:-ms-input-placeholder {
  color: transparent;
}
form.custom-form-controls input[type=text]:focus::-ms-input-placeholder, form.custom-form-controls input[type=number]:focus::-ms-input-placeholder, form.custom-form-controls input[type=email]:focus::-ms-input-placeholder, form.custom-form-controls input[type=password]:focus::-ms-input-placeholder {
  color: transparent;
}
form.custom-form-controls input[type=text]:focus::placeholder, form.custom-form-controls input[type=number]:focus::placeholder, form.custom-form-controls input[type=email]:focus::placeholder, form.custom-form-controls input[type=password]:focus::placeholder {
  color: transparent;
}
form.custom-form-controls input[type=number] {
  padding-right: 0;
}
form.custom-form-controls input[type=checkbox], form.custom-form-controls input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form.custom-form-controls input[type=checkbox] ~ *, form.custom-form-controls input[type=radio] ~ * {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
form.custom-form-controls input[type=checkbox] ~ *:before, form.custom-form-controls input[type=radio] ~ *:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -1px;
  border: 4px solid #009665;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  background-color: white;
}
form.custom-form-controls input[type=checkbox]:disabled ~ *, form.custom-form-controls input[type=radio]:disabled ~ * {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.4;
}
form.custom-form-controls input[type=checkbox] ~ *:before {
  border-radius: 2px;
}
form.custom-form-controls input[type=radio]:checked ~ *:before {
  border-width: 9px;
}
form.custom-form-controls input[type=checkbox]:checked ~ *:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 8px;
  border-color: white;
  border-style: solid;
  border-width: 0 4px 4px 0;
  border-radius: 3px;
  height: 20px;
  width: 10px;
  transform-origin: center;
  transform: rotate(38deg);
}
form.custom-form-controls input[type=checkbox]:checked ~ *:before {
  background-color: #009665;
}
form.custom-form-controls input[list] {
  background-image: url("img/search_black_24dp.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
}
form.custom-form-controls input[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}
form.custom-form-controls label {
  font-weight: bold;
  cursor: pointer;
}
form.custom-form-controls select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2px;
  border-radius: 2px;
  outline: none;
}
form.custom-form-controls .radio-list {
  padding: 0;
  margin: 0 0 20px 20px;
  list-style: none;
}
form.custom-form-controls .radio-list li {
  margin-bottom: 8px;
}
form.custom-form-controls .radio-list li label {
  font-weight: normal;
}
form.custom-form-controls input[type=range] {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  background: transparent;
  height: 48px;
}
form.custom-form-controls input[type=range]:focus {
  outline: none;
}
form.custom-form-controls input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: ew-resize;
  height: 34px;
  width: 48px;
  margin-top: -15px;
  background: #009665;
  border-radius: 3px;
}
form.custom-form-controls input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
}
form.custom-form-controls input[type=range]:after {
  content: "";
  color: white;
  font-weight: 700;
  position: absolute;
  top: 0;
  width: 48px;
  line-height: 48px;
  text-align: center;
  pointer-events: none;
  font-size: 16px;
}
form.custom-form-controls aside {
  border: 1px solid rgba(51, 48, 41, 0.2);
  padding: 20px;
  height: 250px;
  overflow-y: scroll;
  background-color: rgba(51, 48, 41, 0.05);
  color: rgba(51, 48, 41, 0.95);
  margin-bottom: 30px;
  scroll-behavior: smooth;
}

.slider-2-handles {
  position: relative;
}
.slider-2-handles > input[type=range] {
  width: 100%;
  pointer-events: none;
}
.slider-2-handles > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
}
.slider-2-handles > input[type=range] + input[type=range] {
  position: absolute;
  top: 0;
  left: 0;
}
.slider-2-handles > input[type=range] + input[type=range]::-webkit-slider-runnable-track {
  background: none;
}

:root {
  --slider-distance-from: 0;
  --slider-distance-to: 0;
  --slider-speed-from: 0;
  --slider-speed-to: 0;
  --slider-set-distance: 0;
}

#slider-radius:after {
  content: "+ " attr(value) "km";
  left: calc(100% * var(--slider-radius));
  transform: translateX(calc(-100% * var(--slider-radius)));
  width: 72px;
}
#slider-radius::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, #009665 calc(100% * var(--slider-radius)), rgba(0, 0, 0, 0.2) calc(100% * var(--slider-radius)));
}
#slider-radius::-webkit-slider-thumb {
  width: 72px;
}

#slider-search-pace {
  direction: rtl;
}
#slider-search-pace:after {
  content: attr(value) "min/km";
  left: calc(100% * (1 - var(--slider-search-pace)));
  width: 72px;
  transform: translateX(calc(-100% * (1 - var(--slider-search-pace))));
}
#slider-search-pace::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, #009665 calc(100% * (1 - var(--slider-search-pace))), rgba(0, 0, 0, 0.2) calc(100% * (1 - var(--slider-search-pace))));
}
#slider-search-pace::-webkit-slider-thumb {
  width: 72px;
}

#slider-distance-to:after {
  content: attr(value) "km";
  left: calc(100% * var(--slider-distance-to));
  transform: translateX(calc(-100% * var(--slider-distance-to)));
}

#slider-distance-from:after {
  content: attr(value) "km";
  left: calc(100% * var(--slider-distance-from));
  transform: translateX(calc(-100% * var(--slider-distance-from)));
}
#slider-distance-from::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) calc(100% * var(--slider-distance-from)), #009665 calc(100% * var(--slider-distance-from)), #009665 calc(100% * var(--slider-distance-to)), rgba(0, 0, 0, 0.2) calc(100% * var(--slider-distance-to)));
}

#slider-search-distance-to:after {
  content: attr(value) "km";
  left: calc(100% * var(--slider-search-distance-to));
  transform: translateX(calc(-100% * var(--slider-search-distance-to)));
}

#slider-search-distance-from:after {
  content: attr(value) "km";
  left: calc(100% * var(--slider-search-distance-from));
  transform: translateX(calc(-100% * var(--slider-search-distance-from)));
}
#slider-search-distance-from::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) calc(100% * var(--slider-search-distance-from)), #009665 calc(100% * var(--slider-search-distance-from)), #009665 calc(100% * var(--slider-search-distance-to)), rgba(0, 0, 0, 0.2) calc(100% * var(--slider-search-distance-to)));
}

fieldset.custom-form-file-input {
  text-align: center;
}
fieldset.custom-form-file-input.file-selected label .wrapper-file-name {
  opacity: 1;
  max-height: 100px;
}
fieldset.custom-form-file-input label {
  width: 100%;
}
fieldset.custom-form-file-input label input[type=file] {
  display: none;
}
fieldset.custom-form-file-input label a, fieldset.custom-form-file-input label button {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  background: #009665;
  color: white;
  margin: 10px auto;
  border-radius: 30px;
  min-width: 180px;
  height: 60px;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1em;
  background-color: transparent;
  border-width: 2px;
  border-style: dashed;
  border-color: #009665;
  color: #009665;
  padding: 14px 17px;
  height: auto;
}
fieldset.custom-form-file-input label .wrapper-file-name {
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 200ms linear, opacity 200ms linear 200ms;
}
fieldset.custom-form-file-input label .wrapper-file-name data {
  display: block;
  margin: 0 auto;
  border-width: 0 0 2px 0;
  border-style: dashed;
  border-color: #009665;
  font-weight: 600;
  font-style: italic;
  width: calc(100% - 60px);
  text-align: center;
  white-space: nowrap;
  padding: 10px;
}

figure#uploaded-photo-preview {
  text-align: center;
  width: 100%;
  max-width: 320px;
  margin: 10px auto 30px;
}
figure#uploaded-photo-preview div {
  border-radius: 5px;
}
figure#uploaded-photo-preview div img {
  width: 100%;
  background-color: rgba(0, 150, 101, 0.3);
}

#search input[name=email],
#create-account input[name=email],
#create-search input[name=email],
#create-profile input[name=email],
#agree-and-sign-in input[name=email] {
  width: 100%;
}
#search input[name=password],
#create-account input[name=password],
#create-search input[name=password],
#create-profile input[name=password],
#agree-and-sign-in input[name=password] {
  width: 220px;
}
#search input[name=firstName],
#create-account input[name=firstName],
#create-search input[name=firstName],
#create-profile input[name=firstName],
#agree-and-sign-in input[name=firstName] {
  width: 100%;
}
#search input[name=lastName],
#create-account input[name=lastName],
#create-search input[name=lastName],
#create-profile input[name=lastName],
#agree-and-sign-in input[name=lastName] {
  width: 100%;
}
#search input[name=localitySearch],
#create-account input[name=localitySearch],
#create-search input[name=localitySearch],
#create-profile input[name=localitySearch],
#agree-and-sign-in input[name=localitySearch] {
  width: 100%;
  margin-bottom: 4px;
}
#search select[name=locality],
#create-account select[name=locality],
#create-search select[name=locality],
#create-profile select[name=locality],
#agree-and-sign-in select[name=locality] {
  width: 100%;
}
#search input[name=searchPostcode],
#create-account input[name=searchPostcode],
#create-search input[name=searchPostcode],
#create-profile input[name=searchPostcode],
#agree-and-sign-in input[name=searchPostcode] {
  border-color: #009665;
  border-width: 4px;
  color: #009665;
  text-align: center;
  width: 120px;
}

.flex fieldset:first-child {
  height: 90px;
}
