.action {
  transition: all 300ms;
  line-height: 1.5;
  text-decoration: none;
}
.action:not(.action-disabled) {
  cursor: pointer;
  color: #2989d8;
}
.action.action-disabled {
  color: #888;
}
.action.action-disabled .svg-icon {
  filter: grayscale(100%);
}
.action .svg-icon + .text {
  margin-left: 5px;
}
.action .text {
  font-size: 10pt;
  text-decoration: none;
}
.action-list,
.card .action-list,
.marker-permission-setting .action-list,
.marker-permission-setting .card .action-list,
.card .marker-permission-setting .action-list,
.quest .quest-menu,
.marker-permission-setting .quest .quest-menu {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background: #fff;
  position: relative;
  padding: 0.5em;
  z-index: 10;
}
.action-list.action-list-bottom,
.card .action-list.action-list-bottom,
.marker-permission-setting .action-list.action-list-bottom,
.marker-permission-setting .card .action-list.action-list-bottom,
.card .marker-permission-setting .action-list.action-list-bottom,
.quest .quest-menu.action-list-bottom,
.marker-permission-setting .quest .quest-menu.action-list-bottom {
  border-top: 1px solid #ddd;
}
.action-list:not(.action-list-bottom),
.card .action-list:not(.action-list-bottom),
.marker-permission-setting .action-list:not(.action-list-bottom),
.marker-permission-setting .card .action-list:not(.action-list-bottom),
.card .marker-permission-setting .action-list:not(.action-list-bottom),
.quest .quest-menu:not(.action-list-bottom),
.marker-permission-setting .quest .quest-menu:not(.action-list-bottom) {
  box-shadow: 0 2px 5px -3px #222;
}
.action-list .action,
.group .action,
.image-uploader .action,
.marker-item .marker-options .action,
.marker-action-list .action,
.card .action-list .action,
.marker-permission-setting .action-list .action,
.marker-permission-setting .card .action-list .action,
.card .marker-permission-setting .action-list .action,
.quest .quest-menu .action,
.marker-permission-setting .quest .quest-menu .action {
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  margin: 0.25em 0.5em;
  color: #2989d8;
  font-family: "PT Sans", sans-serif;
  font-size: 10pt;
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
}
.action-list .action .text,
.image-uploader .action .text,
.marker-item .marker-options .action .text,
.marker-action-list .action .text,
.card .action-list .action .text,
.marker-permission-setting .action-list .action .text,
.marker-permission-setting .card .action-list .action .text,
.card .marker-permission-setting .action-list .action .text,
.quest .quest-menu .action .text,
.marker-permission-setting .quest .quest-menu .action .text {
  text-decoration: none;
  color: #2989d8;
  border-bottom: 1px dotted #2989d8;
}
.action-list .action .text:hover,
.marker-item .marker-options .action .text:hover,
.marker-action-list .action .text:hover,
.card .action-list .action .text:hover,
.marker-permission-setting .action-list .action .text:hover,
.marker-permission-setting .card .action-list .action .text:hover,
.card .marker-permission-setting .action-list .action .text:hover,
.quest .quest-menu .action .text:hover,
.marker-permission-setting .quest .quest-menu .action .text:hover {
  color: #1e5899;
  border-bottom-style: solid;
}
.action-list .action.action-disabled .text,
.marker-item .marker-options .action.action-disabled .text,
.marker-action-list .action.action-disabled .text,
.card .action-list .action.action-disabled .text,
.marker-permission-setting .action-list .action.action-disabled .text,
.marker-permission-setting .card .action-list .action.action-disabled .text,
.card .marker-permission-setting .action-list .action.action-disabled .text,
.quest .quest-menu .action.action-disabled .text,
.marker-permission-setting .quest .quest-menu .action.action-disabled .text {
  text-decoration: none;
  border-bottom: none;
  color: #888;
}
.action-list .action.action-disabled .text:hover,
.marker-item .marker-options .action.action-disabled .text:hover,
.marker-action-list .action.action-disabled .text:hover,
.card .action-list .action.action-disabled .text:hover,
.marker-permission-setting .action-list .action.action-disabled .text:hover,
.marker-permission-setting .card .action-list .action.action-disabled .text:hover,
.card .marker-permission-setting .action-list .action.action-disabled .text:hover,
.quest .quest-menu .action.action-disabled .text:hover,
.marker-permission-setting .quest .quest-menu .action.action-disabled .text:hover {
  border-bottom: none;
}
.action-list.menu .action,
.card .action-list.menu .action,
.marker-permission-setting .action-list.menu .action,
.marker-permission-setting .card .action-list.menu .action,
.card .marker-permission-setting .action-list.menu .action,
.quest .quest-menu.menu .action,
.marker-permission-setting .quest .quest-menu.menu .action {
  display: block;
}
.alert {
  white-space: normal;
  word-wrap: break-word;
  display: block;
  position: relative;
  padding: 6px 34px 8px 14px;
  font-size: 9pt;
}
.alert.full {
  margin: 0;
}
.alert:not(.full) {
  margin: 1em 0;
}
.alert a {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dotted;
}
.alert.alert-error {
  background: -moz-linear-gradient(rgba(165, 3, 3, 0.75) 100%, rgba(201, 0, 0, 0.75)) no-repeat;
  background: -webkit-linear-gradient(rgba(165, 3, 3, 0.75) 100%, rgba(201, 0, 0, 0.75)) no-repeat;
  background: linear-gradient(rgba(165, 3, 3, 0.75) 100%, rgba(201, 0, 0, 0.75)) no-repeat;
  color: white;
}
.alert.alert-error a {
  color: white;
  border-bottom-color: white;
}
.alert.alert-error button {
  color: white;
}
.alert.alert-info {
  box-shadow: 0 2px 5px -3px #222;
  color: #1e5899;
  font-size: 10pt;
  border: 1px solid #1e5899;
  border-top: 5px solid #1e5899;
}
.alert button {
  position: absolute;
  top: 0;
  right: 5px;
  background: none;
  font-size: 10pt;
  font-weight: bold;
  text-shadow: none;
  box-shadow: none;
  border: none;
}
.alert .error-field {
  display: block;
  font-size: 10pt;
  font-weight: bold;
}
.alert .errorlist {
  padding: 0;
  border-bottom: 1px dotted white;
  display: inline-block;
  margin: 0 0 20px 0;
}
.available-marker-catalog-select .available-marker-catalog-option--name {
  font-size: 12pt;
  color: #1e5899;
}
.available-marker-catalog-select .available-marker-catalog-option--owner {
  font-size: 10pt;
  color: #888;
}
.badge {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  color: #1e5899;
  font-family: "PT Sans Narrow", sans-serif;
  line-height: 30px;
}
.badge .badge--icon {
  width: 30px;
  height: 35px;
  box-sizing: border-box;
  margin-right: 1em;
}
.badge .badge--value {
  font-size: 20pt;
  letter-spacing: -3px;
  margin-right: 8px;
}
.badge .badge--text {
  font-size: 11pt;
}
.buttons {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -ms-text-justify: center;
  align-items: center;
  -ms-flex-align: center;
}
.buttons button {
  margin-right: 5px;
}
.buttons button:last-of-type {
  margin-right: 0;
}
.catalog-choose-dialog {
  min-height: 300px;
  overflow-y: scroll;
}
.catalog-choose-dialog .back-drop {
  padding: 0px 20px 20px 20px;
}
.catalog-choose-dialog .svg-icon {
  width: 20px !important;
  height: 20px !important;
}
.catalog-list-empty-message {
  flex-basis: 100%;
  color: #888;
  font-size: 9pt;
}
.catalog-unavailable:hover {
  cursor: not-allowed !important;
}
.catalog-unavailable .catalog-name {
  color: #8F8F8F !important;
}
.content-view {
  padding: 1em;
}
.content-view .content-view--name {
  color: #1e5899;
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 1em;
}
.content-view .property-text {
  padding: 0 0 1em 0;
}
.content-view .property-text .property-value {
  display: block;
}
.cropper {
  max-height: 450px;
}
/*
 _______
(_______)                              _
 _       ___  ____  ____  _____ ____ _| |_
| |     / _ \|    \|    \| ___ |  _ (_   _)
| |____| |_| | | | | | | | ____| | | || |_
 \______)___/|_|_|_|_|_|_|_____)_| |_| \__)


@comment, @comments
*/
.comment {
  padding: 1em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: -1px;
  transition: background 800ms;
}
.comment.unread {
  background: #e9f3fb;
  transition: background 800ms;
}
.comment .author-image {
  float: left;
  width: 50px;
  height: 50px;
}
.comment-author {
  margin-left: 75px;
  margin-bottom: 10px;
}
.comment-author a {
  font-weight: bold;
  color: #1e5799;
  text-decoration: none;
}
.comment-text {
  font: 10pt/14pt "PT Sans";
  margin-left: 75px;
  word-wrap: break-word;
}
.comment-recipient {
  color: #0C82d1;
  text-decoration: none;
  border-bottom: 1px dotted #2989d8;
  cursor: pointer;
}
.comment-date {
  color: #888;
  font: 9pt "PT Sans Narrow", sans-serif;
  margin: 10px 0 0 75px;
}
.comment-main-actions {
  padding: 0.75em 0 0.25em 0;
  margin-left: 75px;
}
.comment-form {
  height: 0;
  transition: all 300ms;
  overflow: hidden;
}
.comment-form.active {
  height: auto;
  padding: 15px;
  border-radius: 15px;
  position: relative;
}
.comment-form-header {
  font: 12pt/11pt "PT Sans Narrow", sans-serif;
  font-weight: bold;
  color: #1e5799;
}
.comment-form-close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #1e5799;
  cursor: pointer;
  opacity: 0;
}
.comment-form.active .comment-form-close {
  opacity: 1;
}
.comment-form-body {
  margin: 1em 0;
}
.comment-form-body .form-input {
  margin-left: 0;
}
.comment-form-body textarea {
  width: 96%;
  font: 10pt/11pt "PT Sans", sans-serif;
  height: 50px;
  margin-bottom: 5px;
}
.comment-form-body .buttons {
  justify-content: left;
}
.comment-form-body button > i {
  margin-right: 5px;
}
.dialog-spaced .dialog--body {
  padding: 1em;
}
.dialog .dialog--bar {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.dialog .dialog--bar img {
  width: 15px !important;
  height: 15px !important;
}
.dialog-backdrop {
  padding: 1em;
}
.dialog-buttons {
  margin-top: 1em;
}
.dialog-logo-container {
  margin: 1em;
  text-align: center;
}
.dialog-logo {
  margin: auto;
  width: 150px;
}
.detailed-description-content {
  display: flex;
  align-items: flex-start;
  padding: 1em;
  width: 100%;
}
.detailed-description-content > .description {
  order: 2;
  border: 1px solid #ddd;
  padding: 1em;
  width: 100%;
  white-space: pre-line;
  text-align: justify;
}
.detailed-description-content > .logo {
  display: flex;
  order: 1;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
}
.detailed-description-content > .logo img {
  max-height: 100%;
}
@media (max-width: 1280px) {
  .detailed-description-content {
    flex-wrap: wrap;
  }
  .detailed-description-content .logo {
    flex-basis: 100%;
    width: 200px;
    margin: 0 0 1em 0;
  }
  .detailed-description-content .description {
    width: 100%;
  }
}
.dropzone {
  display: block;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background: #eee;
  color: #1e5899;
  border: 1px dashed #1e5899;
  padding: 1em 0.5em;
  cursor: pointer;
}
.dropzone:hover {
  background: #fafafa;
  border: 1px dashed #2989d8;
  color: #2989d8;
}
.dropzone .dropzone-image {
  margin: auto;
  width: 50px;
  height: 50px;
  display: block;
  padding: 5px;
}
.dropzone .dropzone-text {
  width: 100%;
  text-align: center;
}
.dropzone .dropzone-file {
  flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  white-space: normal;
  word-wrap: break-word;
  padding: 5px;
  text-align: center;
}
.scroll-up-elevator {
  position: fixed;
  right: 5%;
  bottom: 5%;
  padding: 10px;
  z-index: 10;
  border-radius: 50%;
  background: #0C82d1;
  color: white;
  box-shadow: 0 0 3px #000;
  display: block;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.scroll-up-elevator:hover {
  background: #0C82d1;
  transform: scale(1.1);
}
.file-attachment {
  color: #1e5899;
  text-decoration: none;
  border-bottom: 1px dashed #1e5899;
}
.file {
  display: block;
  width: 100%;
  font-size: 9pt;
}
.file-input {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  margin-top: -1px;
  padding: 0.5em;
}
.file-input-value {
  display: block;
  width: 100%;
  padding-bottom: 1em;
  font-size: 10pt;
}
.file-input-value .file-input-label {
  font-style: italic;
  color: #2872c8;
}
.file-input-controls {
  display: block;
  width: 100%;
}
.file-input-controls input[type=file] {
  position: fixed;
  top: -100em;
}
.file-input-controls .button-danger,
.file-input-controls .button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.file-input-controls button:first-of-type {
  margin-right: 0.5em;
}
.form .form-header {
  margin-bottom: 1em;
}
.form-fixed {
  max-width: 600px;
}
.form-centered {
  margin: 0 auto;
}
.form-backdrop {
  padding: 1em;
}
.form-input {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  vertical-align: top;
  margin: 0 0.5em 1em 0.5em;
  position: relative;
  align-content: center;
}
.form-input.form-input-inline > label {
  flex: 0 0 125px;
  -ms-flex: 0 0 125px;
  margin: 5px;
  text-align: right;
}
.form-input select,
.form-input input[type='text'],
.form-input input[type='password'] {
  flex: 1;
  -ms-flex: 1;
  height: 25px;
}
.form-input label {
  flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  display: block;
  font-size: 10pt;
  font-family: "PT Sans", sans-serif;
  margin: 5px 0 5px 0;
  color: #1e5899;
}
.form-input textarea {
  height: 120px;
  width: 100%;
}
.form-input .alert {
  width: 100%;
}
.form-input > label .svg-icon {
  margin: 0 5px;
  pointer-events: none;
}
.form-input > input[type=checkbox] {
  margin: auto 0;
}
.form-input .hint {
  padding: 5px 5px 5px 0;
}
.form-input .form-required,
.form-input label.required:after {
  font-size: 15pt;
  color: #c90000;
}
.form-input label.required:after {
  content: "*";
  position: absolute;
}
.form-input > .svg-icon {
  display: inline-block;
  margin-right: 5px;
}
.gallery {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10000;
  user-select: none;
}
.gallery .gallery--close {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 75px;
  cursor: pointer;
  z-index: 2;
  transition: all 300ms;
}
.gallery .gallery--close-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
}
.gallery .gallery--next,
.gallery .gallery--previous {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  width: 50%;
  height: 100%;
  z-index: 1;
  transition: all 300ms;
}
.gallery .gallery--next-icon,
.gallery .gallery--previous-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 1em;
  width: 50px;
  height: 50px;
}
.gallery .gallery--close:hover,
.gallery .gallery--next:hover,
.gallery .gallery--previous:hover {
  filter: brightness(80%);
}
.gallery .gallery--next,
.gallery .gallery--next-icon {
  right: 0;
}
.gallery .gallery--previous,
.gallery .gallery--previous-icon {
  left: 0;
}
.gallery .gallery--image--container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 102px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery .gallery--image--container .gallery--image {
  max-width: 100%;
  max-height: 100%;
}
.gallery-input .gallery-images {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.gallery-input .gallery-images .gallery-image {
  flex: 0 1 45%;
  -ms-flex: 0 1 45%;
  margin: 0.5em;
}
.gallery-input .gallery-images .gallery-image .gallery-image-wrapper {
  width: 130px;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-top: -1px;
  padding: 1px;
  position: relative;
  text-align: center;
}
.gallery-input .gallery-images .gallery-image .gallery-image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 126px;
  max-height: 96px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
}
.gallery-input .gallery-images .gallery-image .gallery-image-control {
  width: 130px;
  height: 35px;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px;
  display: flex;
  justify-content: center;
}
.gallery-input .gallery-images .gallery-image .gallery-image-control button {
  margin: -5px;
}
.gallery-preview {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -ms-text-justify: center;
  margin: 1em 0;
}
.gallery-preview .gallery-preview--container {
  transition: all 300ms;
  margin: 2px;
  position: relative;
  width: 130px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
  background-size: cover;
  background: #e5ecf1 no-repeat center 35%;
}
.gallery-preview .gallery-preview--container:hover {
  filter: brightness(80%);
}
.gallery-preview--image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.generated-form-content {
  padding: 1em;
  box-shadow: 0 2px 5px -3px #222;
  margin-bottom: 1em;
}
.generated-list-form .generated-list-item {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  border: 1px solid #ddd;
  margin-top: -1px;
  padding: 1em;
}
.generated-list-form .generated-list-item-input {
  flex: 1;
  -ms-flex: 1;
}
.generated-list-form .generated-list-item-delete {
  flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}
.generated-list-form .generated-list-item-delete .svg-icon {
  display: block;
  width: 20px;
  height: 20px;
  padding-left: 1em;
}
.group .title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 14pt;
}
.group .item-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 5px #222;
  border: 5px solid white;
}
.group .action .text {
  text-decoration: none;
  border-bottom: none;
}
.group .action .text:hover {
  border-bottom: none;
}
.group .group-column-owner {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: center;
  -ms-text-justify: center;
  align-items: center;
  -ms-flex-align: center;
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
}
.group .group-column-owner img {
  padding-right: 5px;
}
.group .group-column-recommended {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: center;
  -ms-text-justify: center;
  align-items: center;
  -ms-flex-align: center;
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
}
.group .group-column-recommended img {
  padding-right: 5px;
}
.group .actions {
  padding-top: 5px;
}
.group-feedback {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 8px 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
  transition: background 500ms;
}
.group-feedback.hover:hover {
  cursor: pointer;
  background: #e9f3fb;
}
.group-feedback .item-image {
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  margin-right: 1.5em;
}
.group-feedback .item-info {
  flex: 1;
  -ms-flex: 1;
  width: 85%;
  overflow: hidden;
}
.group-feedback .title {
  white-space: normal;
  word-wrap: break-word;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  color: #1e5899;
  text-decoration: none;
  cursor: pointer;
}
.group-feedback .title a {
  display: inline-block;
  max-width: 100%;
}
.group-feedback .title a:hover {
  text-decoration: underline;
}
.group-feedback.deleted {
  text-decoration: line-through;
}
.group-feedback .additional-info {
  display: block;
  color: #888;
  font-size: 9pt;
  line-height: 1;
}
.group-feedback .additional-info .svg-icon {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  filter: grayscale(100%);
  margin-right: 5px;
  fill: #888;
}
.group-feedback .important-info {
  display: block;
  color: #1e5899;
  font-family: "PT Sans", sans-serif;
  font-size: 9pt;
  line-height: 1.5;
  padding: 0.25em 0;
}
.group-feedback .important-info a {
  text-decoration: none;
  color: #2989d8;
  border-bottom: 1px dotted #2989d8;
}
.group-feedback .important-info a:hover {
  color: #1e5899;
  border-bottom-style: solid;
}
.group-feedback .group-feedback-title {
  white-space: normal;
  word-wrap: break-word;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  color: #1e5899;
  text-decoration: none;
  cursor: pointer;
  padding-bottom: 1em;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}
.group-feedback .group-feedback-text {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}
.group-feedback .group-feedback-contacts {
  display: block;
  color: #888;
  font-size: 9pt;
  line-height: 1;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  padding: 1em 0;
}
.group-feedback .group-feedback-contacts .svg-icon {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  filter: grayscale(100%);
  margin-right: 5px;
  fill: #888;
}
.group-feedback .group-feedback-user {
  display: block;
  color: #1e5899;
  font-family: "PT Sans", sans-serif;
  font-size: 9pt;
  line-height: 1.5;
  padding: 0.25em 0;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}
.group-feedback .group-feedback-user a {
  text-decoration: none;
  color: #2989d8;
  border-bottom: 1px dotted #2989d8;
}
.group-feedback .group-feedback-user a:hover {
  color: #1e5899;
  border-bottom-style: solid;
}
.group-preview {
  text-align: center;
}
.group-preview .group-preview--logo {
  width: 100px;
  height: 100px;
  box-shadow: 0 0 5px #222;
  border: 5px solid white;
  border-radius: 50%;
}
.group-preview .group-preview--badges {
  padding: 1em;
}
.group-preview .group-preview--badges .badge {
  margin: auto;
  width: 150px;
}
.group-preview .group-participation {
  margin: auto;
  width: 150px;
  padding-bottom: 0.5em;
}
.group-preview .group-sharing {
  margin: auto;
  width: 150px;
  padding-bottom: 0.5em;
}
.group-search-form {
  padding: 1em;
}
.group-select .group-select-option.group-select-option--focused {
  font-weight: bold;
}
.group-select .group-select-option .group-select-option-logo {
  border-radius: 50%;
}
.group-share-dialog .dialog--body {
  min-height: 300px;
}
.group-share-dialog .buttons {
  padding: 1em;
}
.hint {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  color: #888;
  font-size: 9pt;
  line-height: 1.1;
  padding: 0 0 1em 0;
}
.hint.hint-info {
  color: #113155;
}
.image-uploader .action {
  margin: 5px 0;
  line-height: 1;
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list .empty-text {
  padding: 1em;
}
.list.ui-sortable .item {
  box-shadow: 0 2px 5px -3px #222;
  cursor: move;
}
.list.ui-sortable .item .title {
  cursor: move;
}
.list .item,
.group,
.marker-item,
.list .friend,
.quest-choice,
.route-item,
.status-history-item,
.wallet,
.wallet-choice,
.marker-choice {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 8px 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
  transition: background 500ms;
}
.list .item.hover:hover {
  cursor: pointer;
  background: #e9f3fb;
}
.list .item .item-image {
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  margin-right: 1.5em;
}
.list .item .item-info,
.marker-choice .marker-choice--data {
  flex: 1;
  -ms-flex: 1;
  width: 85%;
  overflow: hidden;
}
.list .item .title,
.group .title,
.group-feedback .title a,
.list .item .title a,
.marker-item .marker-name,
.quest-choice .quest-choice--name,
.route-item .route-item--name,
.status-history .item .title a,
.wallet .wallet--name,
.wallet-choice .wallet-choice--name,
.marker-choice .marker-choice--data .marker-choice--data--name {
  white-space: normal;
  word-wrap: break-word;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  color: #1e5899;
  text-decoration: none;
  cursor: pointer;
}
.list .item .title a {
  display: inline-block;
  max-width: 100%;
}
.list .item .title a:hover {
  text-decoration: underline;
}
.list .item.deleted {
  text-decoration: line-through;
}
.list .item .additional-info,
.marker-choice .marker-choice--data .marker-choice--data--address {
  display: block;
  color: #888;
  font-size: 9pt;
  line-height: 1;
}
.list .item .additional-info .svg-icon {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  filter: grayscale(100%);
  margin-right: 5px;
  fill: #888;
}
.list .item .important-info {
  display: block;
  color: #1e5899;
  font-family: "PT Sans", sans-serif;
  font-size: 9pt;
  line-height: 1.5;
  padding: 0.25em 0;
}
.list .item .important-info a {
  text-decoration: none;
  color: #2989d8;
  border-bottom: 1px dotted #2989d8;
}
.list .item .important-info a:hover {
  color: #1e5899;
  border-bottom-style: solid;
}
.map-search {
  position: fixed;
  z-index: 100;
  margin: 1em;
  display: flex;
  align-items: center;
  background: white;
  border-radius: 8px;
  flex-direction: column;
  max-width: 260px;
}
.map-search .query-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.map-search .results-row {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: inset -2px -2px 8px 0px #f1f1f1;
  border-radius: 8px;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 400px;
}
.map-search .results-row .results-title {
  background-color: #fafafa;
  font-size: 8pt;
  color: #154772;
  padding-left: 10px;
  box-shadow: inset 1px 1px 4px 0 #e8e7fb;
}
.map-search .results-row .result-item {
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.map-search .results-row .result-item:hover {
  background-color: #e6f1ff;
}
.map-search .results-row .result-item .description {
  font-size: 8pt;
  color: #1d5894;
  line-height: 10pt;
}
.map-search .results-row .result-item .result-item-content {
  flex-basis: 100%;
}
.map-search .results-row .result-item img {
  opacity: 0.4;
}
.map-search .results-row .result-item:hover img {
  opacity: 1;
}
.map-search .search-query {
  margin: 5px 0;
}
.map-search .logo {
  width: 40px;
}
.map-search .search-action {
  width: 40px;
  cursor: pointer;
}
.map-search .footer {
  background-color: #fafafa;
  font-size: 10pt;
  color: #154772;
  padding-left: 10px;
  box-shadow: inset 1px 1px 4px 0 #e8e7fb;
  cursor: pointer;
}
.map-search .footer:hover {
  color: #222;
}
@media (max-width: 600px), (max-device-width: 736px) {
  .map-search {
    position: absolute;
    max-width: 200px;
  }
  .search-query input {
    width: 130px;
  }
  .footer {
    font-size: 9pt;
    line-height: 10pt;
    text-align: center;
  }
}
.marker-item,
.marker-choice {
  cursor: pointer;
}
.marker-item .marker-image,
.marker > img,
.marker-choice .marker-choice--logo {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  box-shadow: 0 0 1px 0 #888 inset, 0 0 0 0 #888;
}
.marker-item .marker-options .action {
  margin: 0.5em 1em 0.5em 0;
}
.marker {
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 700;
  transition: 500ms ease-out;
  border: 3px solid #fff;
  opacity: 1;
  background: #fff;
}
.marker.unfocused {
  display: none;
  box-shadow: none;
}
.marker.pin-on {
  border: 5px solid #00A000;
}
.marker.pin-off {
  border: 5px solid #D80027;
}
.marker i {
  position: absolute;
  top: 70%;
  right: -5px;
  color: white;
  text-shadow: 0 0 5px black;
}
.marker.marker-hover {
  border: 3px solid #ddd;
}
.marker.marker-selected {
  border: 5px solid #f6a828;
}
.marker.highlighted {
  border: 5px solid #1e5799;
  animation: 2s notifier infinite;
}
.marker.marker-hover i {
  color: #ddd;
}
.marker-content .tag:hover {
  border-bottom: 1px solid #0C82d1;
}
#marker-image {
  max-width: 300px;
  margin: 0 1em 1em 0;
  float: left;
}
#marker-actions {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0;
}
#marker-actions .column,
#marker-actions .action {
  color: #1e5799;
  cursor: pointer;
  transition: 250ms;
  font-size: 9pt;
  flex: 1 1;
  /*-ms-flex: 1 1;*/
  margin: 0;
}
#marker-actions .column .svg-icon {
  width: 100%;
}
#marker-actions .column .fa,
#marker-actions .column .fa-stack-corner,
#marker-actions .column .fa-stack {
  display: block;
  font-size: 12pt;
}
#marker-actions .column .fa-stack-corner {
  width: auto;
  margin: 0;
}
#marker-actions .column span {
  margin-left: 5px;
  font: 11pt "PT Sans Narrow";
  font-weight: bold;
}
#marker-actions .column .fa-stack {
  margin-left: 0;
  font-size: 6pt;
}
#marker-actions .column .fa-stack-1x {
  line-height: 11pt;
  font-size: 11pt;
  top: 5px;
  left: 5px;
  color: #2989d8;
}
#marker-actions .column .fa-stack-2x {
  top: -2px;
}
#marker-actions .column:hover {
  cursor: pointer;
  transition: 250ms;
  color: #3f87d9;
}
#marker-gallery {
  padding: 1em 2em;
}
#marker-gallery .gallery-image {
  width: 130px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
  background-size: cover;
  background: #e5ecf1 no-repeat center 35%;
}
#marker-info-edit {
  position: relative;
}
#marker-info-edit .show-info {
  position: absolute;
  top: 40px;
  right: 25px;
  font-size: 14pt;
  color: #eee;
  text-shadow: 1px 1px 0 #444;
  cursor: pointer;
  transition: color 500ms;
}
#marker-info-edit .show-info:hover {
  color: #ddd;
  text-shadow: 1px 1px 0 #444;
}
.marker-action-list {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.marker-action-list .action {
  margin: 0;
  padding: 10px 0 0 0;
}
.marker-balloon {
  box-shadow: 0 2px 5px -3px #222;
  display: block;
  width: 250px;
  margin-top: -155px;
  margin-left: 40px;
  position: relative;
  animation-duration: 200ms;
}
.marker-balloon:before {
  position: absolute;
  left: -17px;
  top: 157px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  margin-top: -17px;
  border-right: 17px solid #ddd;
  content: ' ';
}
.marker-balloon:after {
  position: absolute;
  left: -15px;
  top: 157px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-top: -15px;
  border-right: 15px solid #fff;
  content: ' ';
}
.marker-balloon .marker-balloon-header {
  background: -moz-linear-gradient(180deg, #2989d8 0%, #1e5899 100%) no-repeat;
  background: -webkit-linear-gradient(180deg, #2989d8 0%, #1e5899 100%) no-repeat;
  background: linear-gradient(180deg, #2989d8 0%, #1e5899 100%) no-repeat;
  position: relative;
  cursor: pointer;
}
.marker-balloon .marker-balloon-header .marker-balloon-title {
  white-space: normal;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 24pt;
  font-family: "PT Sans Narrow", sans-serif;
  line-height: 1;
  color: white;
  text-shadow: 0 0 3px black;
  padding: 5px;
  width: 220px;
  cursor: pointer;
}
.marker-balloon .marker-balloon-header .marker-balloon-address {
  font-weight: bold;
  font-size: 9pt;
  font-family: "PT Sans", sans-serif;
  line-height: 1.5;
  padding: 0 5px;
  color: white;
  text-shadow: 0 0 2px black;
  cursor: pointer;
}
.marker-balloon .marker-balloon-header .marker-balloon-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14pt;
  color: white;
  text-shadow: 0 0 3px black;
  cursor: pointer;
}
.marker-balloon .marker-balloon-header .marker-balloon-close:hover {
  color: #eee;
}
.marker-balloon .marker-balloon-owner {
  background: -moz-linear-gradient(180deg, #fff 0%, #fefefe 75%, #fbfbfb 100%) no-repeat;
  background: -webkit-linear-gradient(180deg, #fff 0%, #fefefe 75%, #fbfbfb 100%) no-repeat;
  background: linear-gradient(180deg, #fff 0%, #fefefe 75%, #fbfbfb 100%) no-repeat;
  padding: 0.5em;
  white-space: normal;
  word-wrap: break-word;
  color: #1e5899;
  font-weight: bold;
  font-size: 9pt;
  font-family: "PT Sans", sans-serif;
  text-shadow: 1px 1px #eee;
}
.marker-balloon .marker-balloon-logo {
  background: -moz-linear-gradient(180deg, #fff 0%, #fefefe 75%, #fbfbfb 100%) no-repeat;
  background: -webkit-linear-gradient(180deg, #fff 0%, #fefefe 75%, #fbfbfb 100%) no-repeat;
  background: linear-gradient(180deg, #fff 0%, #fefefe 75%, #fbfbfb 100%) no-repeat;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
  text-align: center;
  height: 250px;
  cursor: pointer;
}
.marker-balloon .marker-balloon-logo img {
  max-width: 100%;
}
.marker-balloon .marker-balloon-actions {
  background: -moz-linear-gradient(180deg, #fff 0%, #fefefe 75%, #fbfbfb 100%) no-repeat;
  background: -webkit-linear-gradient(180deg, #fff 0%, #fefefe 75%, #fbfbfb 100%) no-repeat;
  background: linear-gradient(180deg, #fff 0%, #fefefe 75%, #fbfbfb 100%) no-repeat;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
  min-height: 25px;
}
.marker-balloon .marker-balloon-actions .action {
  padding: 5px 0;
  width: 50px;
  text-align: center;
  margin-right: 0;
}
.marker-balloon .marker-balloon-actions .action-row {
  display: table-row;
}
.marker-choice {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
}
.marker-choice .marker-choice--logo {
  margin-right: 1.5em;
}
.marker-choice .marker-choice--data .marker-choice--data--name {
  font-weight: bold;
  color: #1e5899;
}
.marker-choice .marker-choice--checkbox {
  flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  justify-self: flex-end;
}
.marker-choice-form > .marker-choice-form--empty-text {
  padding: 15px;
}
.marker-choice-form > .marker-choice-form--text {
  padding: 15px;
}
.marker-choice-form .buttons {
  margin-top: 1em;
}
@media (max-width: 600px), (max-device-width: 736px) {
  .marker-permission-settings {
    padding-bottom: 200px;
  }
}
.card,
.purchased-quest,
.quest,
.route {
  box-shadow: 0 2px 7px -4px #222;
  background: #fff;
  z-index: 11;
}
.card .action-list,
.card .marker-permission-setting .action-list,
.quest .quest-menu {
  border-top: 1px solid #ddd;
  clear: both;
}
.card .card--title-url {
  text-decoration: none;
}
.card .card--title,
.purchased-quest .purchased-quest--name,
.quest .quest--name {
  padding: 1em;
  white-space: normal;
  word-wrap: break-word;
  background: #2872c8;
  color: white;
}
.card .card--logo-url {
  display: block;
  min-height: 150px;
}
.card .card--logo,
.purchased-quest .purchased-quest--logo,
.quest .card--logo,
.route .card--logo {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-text-justify: center;
  min-height: 150px;
}
.card .card--logo-image {
  display: block;
  width: 100%;
}
.card .card--text {
  padding: 1em;
}
.card .card--date {
  padding: 0 15px 1em 15px;
  background: #2872c8;
  color: white;
  font-size: 9pt;
}
.card .card--properties {
  flex: 1;
}
.card .card--property {
  padding: 0 1em;
  margin: 0.5em 0;
}
.card .card--text {
  white-space: pre-line;
}
.marker-permission-setting {
  box-shadow: 0 2px 7px -4px #222;
  background: #fff;
  z-index: 11;
}
.marker-permission-setting .action-list,
.marker-permission-setting .card .action-list,
.marker-permission-setting .quest .quest-menu {
  border-top: 1px solid #ddd;
  clear: both;
}
.marker-permission-setting .card--title-url {
  text-decoration: none;
}
.marker-permission-setting .card--title {
  padding: 1em;
  white-space: normal;
  word-wrap: break-word;
  background: #2872c8;
  color: white;
}
.marker-permission-setting .card--logo-url {
  display: block;
  min-height: 150px;
}
.marker-permission-setting .card--logo {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-text-justify: center;
  min-height: 150px;
}
.marker-permission-setting .card--logo-image {
  display: block;
  width: 100%;
}
.marker-permission-setting .card--text {
  padding: 1em;
}
.marker-permission-setting .card--date {
  padding: 0 15px 1em 15px;
  background: #2872c8;
  color: white;
  font-size: 9pt;
}
.marker-permission-setting .card--properties {
  flex: 1;
}
.marker-permission-setting .card--property {
  padding: 0 1em;
  margin: 0.5em 0;
}
.marker-permission-setting .marker-permission-setting--text {
  white-space: pre-line;
}
.marker-permission-setting .marker-permission-inputs {
  padding: 1em 0;
}
.marker-permission-setting .marker-permission-inputs .marker-permission .form-input input[type=checkbox] {
  flex: 0 0 25px;
  -ms-flex: 0 0 25px;
}
.marker-permission-setting .marker-permission-inputs .marker-permission .form-input label {
  flex: 1;
  -ms-flex: 1;
}
.marker-permission-setting .marker-permission-inputs .marker-permission .svg-icon {
  display: inline-block;
}
.marker-search-form {
  padding: 1em;
  max-width: 350px;
  margin: 0 auto;
}
.marker-search-form .marker-search-form--name > label,
.marker-search-form .marker-search-form--tags > label,
.marker-search-form .marker-search-form--cities > label {
  text-align: left;
}
.marker-search-form .buttons {
  margin-top: 1em;
}
.marker-share-dialog .buttons {
  padding: 1em;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.modal .modal-main {
  position: fixed;
  background: white;
  width: 80%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.display-block {
  display: block;
}
.display-none {
  display: none;
}
.mobile-download-notification {
  display: flex;
  justify-content: space-around;
  margin: 40px 0;
}
.mobile-download-notification .mobile-download-notification--background {
  display: flex;
  width: 60%;
  justify-content: space-around;
  background-size: cover;
  z-index: 0;
  position: relative;
}
.mobile-download-notification .mobile-download-notification--background .container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.mobile-download-notification .mobile-download-notification--background .container .left-part {
  flex: 1 1 auto;
}
.mobile-download-notification .mobile-download-notification--background .container .left-part .info {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 15px;
  margin: 15px auto;
}
.mobile-download-notification .mobile-download-notification--background .container .left-part .info h3 {
  text-align: center;
}
.mobile-download-notification .mobile-download-notification--background .container .left-part .info .description {
  text-align: justify;
  margin-bottom: 1em;
}
.mobile-download-notification .mobile-download-notification--background .container .left-part .info .mobile-app-download {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  padding-top: 1em;
}
.mobile-download-notification .mobile-download-notification--background .container .left-part .info .mobile-app-download img {
  width: 170px;
  margin: 0 0.5em;
}
.mobile-download-notification .mobile-download-notification--background .container .right-part {
  margin-right: 15px;
  width: 150px;
}
.mobile-download-notification .mobile-download-notification--background .container .right-part .phone {
  margin: -30px auto 0 auto;
  width: 150px;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  .mobile-download-notification .mobile-download-notification--background .container .right-part {
    display: none;
  }
}
.mobile-download-notification .mobile-download-notification--background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.notifier-wrapper {
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  margin: auto;
  width: 350px;
}
.notifier-wrapper .notifier {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  background: -moz-linear-gradient(180deg, #fff 0%, #fefefe 75%, #fbfbfb 100%) no-repeat;
  background: -webkit-linear-gradient(180deg, #fff 0%, #fefefe 75%, #fbfbfb 100%) no-repeat;
  background: linear-gradient(180deg, #fff 0%, #fefefe 75%, #fbfbfb 100%) no-repeat;
  box-shadow: 0 2px 7px -4px #222;
  color: #333;
  max-width: 350px;
  z-index: 10000;
  position: relative;
  cursor: pointer;
}
.notifier-wrapper .notifier.notifier-error {
  border-top: 10px solid #800000;
}
.notifier-wrapper .notifier.notifier-info {
  border-top: 10px solid #1e5899;
  color: #113155;
}
.notifier-wrapper .notifier.notifier-success {
  border-top: 10px solid #438843;
}
.notifier-wrapper .notifier .svg-icon {
  padding: 1em;
  flex: 0 1 50px;
  -ms-flex: 0 1 50px;
  width: 50px;
  height: 50px;
}
.notifier-wrapper .notifier .notifier-text {
  padding: 1em;
  flex: 1;
  -ms-flex: 1;
  white-space: pre-wrap;
}
.news .news--description {
  word-break: break-all;
}
input[type='number'] {
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  height: 25px;
}
input[type='number'] + .units {
  margin: 5px 5px 5px 10px;
  font-size: 10pt;
  font-family: "PT Sans", sans-serif;
  color: #1e5899;
  cursor: default;
}
.payment-method-selection-dialog {
  min-height: 250px;
}
.list .friend {
  display: inline-block;
  border: none;
  text-align: center;
  vertical-align: top;
  width: 75px;
}
.list .friend .logo {
  width: 75px;
  height: 75px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.list .friend .friend-name {
  white-space: normal;
  word-wrap: break-word;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 10pt;
  line-height: 1;
  height: 28px;
  overflow: hidden;
}
.property-name {
  font-weight: bold;
  color: #1e5899;
}
.purchased-quest {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-direction: column;
  -ms-flex-direction: column;
}
.purchased-quest-active {
  cursor: pointer;
}
.purchased-quest .purchased-quest--logo {
  margin: auto;
  width: 100%;
}
.purchased-quest .purchased-quest--progress {
  padding: 1em;
  font-size: 10pt;
}
.purchased-quest .action-list,
.purchased-quest .card .action-list,
.purchased-quest .marker-permission-setting .action-list,
.purchased-quest .marker-permission-setting .card .action-list,
.purchased-quest .card .marker-permission-setting .action-list,
.purchased-quest .quest .quest-menu,
.purchased-quest .marker-permission-setting .quest .quest-menu {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}
.dialog-text {
  font-family: "PT Sans", sans-serif;
  font-size: 18pt;
  color: #1e5899;
  text-align: center;
  padding: 0.5em 0;
}
.quest-dialog-container {
  text-align: center;
  padding: 1em;
}
.quest-dialog-container img {
  width: 150px;
  padding: 0.5em;
}
.quest-dialog-container .buttons {
  padding: 1em 0 0 0;
}
.quest-dialog .quest-dialog-message {
  font-family: "PT Sans", sans-serif;
  font-size: 18pt;
  color: #1e5899;
  text-align: center;
  padding: 0.5em 0;
}
.quest-dialog .quest-dialog-hint {
  font-size: 12pt;
  font-family: "PT Sans", sans-serif;
}
.purchased-quest-feed {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  gap: 2em;
  padding: 2em;
}
.purchased-quest-feed .empty-text {
  padding: 1em;
}
.purchased-route-dialog .buttons {
  padding: 1em;
}
.quest .quest--name {
  cursor: pointer;
}
.quest .quest--name .quest--recommended {
  float: right;
  margin-left: 5px;
}
.quest .card--logo {
  cursor: pointer;
}
.quest .quest--logo {
  padding: 1em;
  width: 75px;
  height: 75px;
  float: left;
  position: relative;
  z-index: 10;
}
.quest .quest--group {
  padding-top: 1em;
}
.quest .quest--group,
.quest .quest--tasks,
.quest .quest--purchases {
  font-size: 10pt;
}
.quest .quest--description {
  padding: 1em;
  max-height: 6.5em;
  overflow: hidden;
  position: relative;
}
.quest .quest--description:after {
  display: block;
  content: " ";
  background: linear-gradient(0deg, white, transparent);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.quests > .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-flow: dense;
  grid-gap: 2em 1em;
  align-items: start;
}
.quests > .list .quest {
  width: 300px;
  margin: 1em auto;
}
.quest-feed {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  gap: 2em;
  padding: 2em;
}
.quest-feed .quest {
  width: 100%;
}
.quest-choice {
  cursor: pointer;
  justify-content: space-between;
}
.quest-choice input[type='checkbox'] {
  margin: auto 0;
}
.quest-task {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 70%;
}
.quest-task--title {
  background: linear-gradient(to bottom, hsl(207, 69%, 34%) 0%, hsl(212, 67%, 35%) 100%);
}
.quest-task--title span {
  display: block;
  color: #fff;
  text-shadow: 0 1px 5px #444;
  margin: 0.5em 1em;
  font-weight: bold;
  text-align: center;
}
.quest-task--body {
  display: flex;
  align-items: flex-start;
  padding: 15px;
}
.quest-task--body > .logo {
  display: flex;
  order: 1;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
}
.quest-task--body > .logo img {
  max-height: 100%;
}
@media (max-width: 1024px) {
  .quest-task--body > .logo {
    margin: 0 0 15px 0;
    flex-basis: 100%;
  }
}
.quest-task--body > .info {
  order: 2;
  border: 1px solid #ddd;
  padding: 1em;
  width: 100%;
}
.quest-task--body > .info .description {
  margin-bottom: 1em;
  white-space: pre-line;
  text-align: justify;
}
@media (max-width: 1024px) {
  .quest-task--body > .info {
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  .quest-task--body {
    flex-wrap: wrap;
  }
}
.quest-task--footer {
  border-top: 1px solid #ddd;
  margin: 0 15px;
}
.quest-task--footer .badges {
  display: flex;
  flex-wrap: wrap;
}
.quest-task--footer .badges .badge {
  margin: 10px;
}
.range-input .range-input--min,
.range-input .range-input--max {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.range-input .range-input--min label,
.range-input .range-input--max label {
  flex: 0 0 25px;
  -ms-flex: 0 0 25px;
}
.range-input .range-input--min input[type=number],
.range-input .range-input--max input[type=number] {
  width: 65px;
  flex: 0;
  -ms-flex: 0;
}
.range-input .range-input--separator {
  margin: 5px;
  text-align: center;
}
.user-review {
  margin: 1em 1em;
  border: 1px solid #ddd;
  display: flex;
}
.user-review .user-review--user {
  margin: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
}
.user-review .user-review--user-logo img {
  width: 100%;
  max-width: 150px;
  padding-bottom: 0.5em;
}
.user-review .user-review--user-name {
  text-align: center;
  word-break: break-all;
}
/*
 * # Semantic UI - 2.3.3
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wq_Gwfo.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
/*!
 * # Semantic UI 2.3.3 - Icon
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 */
@font-face {
  font-family: Icons;
  src: url(themes/default/assets/fonts/icons.eot);
  src: url(themes/default/assets/fonts/icons.eot?#iefix) format('embedded-opentype'), url(themes/default/assets/fonts/icons.woff2) format('woff2'), url(themes/default/assets/fonts/icons.woff) format('woff'), url(themes/default/assets/fonts/icons.ttf) format('truetype'), url(themes/default/assets/fonts/icons.svg#icons) format('svg');
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}
i.icon {
  display: inline-block;
  opacity: 1;
  margin: 0 0.25rem 0 0;
  width: 1.18em;
  height: 1em;
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-align: center;
  speak: none;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
i.icon:before {
  background: 0 0 !important;
}
i.icon.loading {
  height: 1em;
  line-height: 1;
  -webkit-animation: icon-loading 2s linear infinite;
  animation: icon-loading 2s linear infinite;
}
@-webkit-keyframes icon-loading {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes icon-loading {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
i.icon.hover {
  opacity: 1 !important;
}
i.icon.active {
  opacity: 1 !important;
}
i.emphasized.icon {
  opacity: 1 !important;
}
i.disabled.icon {
  opacity: 0.45 !important;
}
i.fitted.icon {
  width: auto;
  margin: 0 !important;
}
/*!
 * # Semantic UI 2.3.3 - Rating
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.ui.rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: baseline;
}
.ui.rating:last-child {
  margin-right: 0;
}
.ui.rating .icon {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  cursor: pointer;
  width: 1.25em;
  height: auto;
  -webkit-transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
  transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
}
.ui.rating .icon {
  background: 0 0;
  color: rgba(0, 0, 0, 0.15);
}
.ui.rating .active.icon {
  background: 0 0;
  color: rgba(0, 0, 0, 0.85);
}
.ui.rating .icon.selected,
.ui.rating .icon.selected.active {
  background: 0 0;
  color: rgba(0, 0, 0, 0.87);
}
.ui.star.rating .icon {
  width: 1.25em;
  height: auto;
  background: 0 0;
  color: rgba(0, 0, 0, 0.15);
  text-shadow: none;
}
.ui.star.rating .active.icon {
  background: 0 0 !important;
  color: #ffe623 !important;
  text-shadow: 0 -1px 0 #ddc507, -1px 0 0 #ddc507, 0 1px 0 #ddc507, 1px 0 0 #ddc507 !important;
}
.ui.star.rating .icon.selected,
.ui.star.rating .icon.selected.active {
  background: 0 0 !important;
  color: #fc0 !important;
  text-shadow: 0 -1px 0 #e6a200, -1px 0 0 #e6a200, 0 1px 0 #e6a200, 1px 0 0 #e6a200 !important;
}
.ui.heart.rating .icon {
  width: 1.4em;
  height: auto;
  background: 0 0;
  color: rgba(0, 0, 0, 0.15);
  text-shadow: none !important;
}
.ui.heart.rating .active.icon {
  background: 0 0 !important;
  color: #ff6d75 !important;
  text-shadow: 0 -1px 0 #cd0707, -1px 0 0 #cd0707, 0 1px 0 #cd0707, 1px 0 0 #cd0707 !important;
}
.ui.heart.rating .icon.selected,
.ui.heart.rating .icon.selected.active {
  background: 0 0 !important;
  color: #ff3000 !important;
  text-shadow: 0 -1px 0 #aa0101, -1px 0 0 #aa0101, 0 1px 0 #aa0101, 1px 0 0 #aa0101 !important;
}
.ui.disabled.rating .icon {
  cursor: default;
}
.ui.rating.selected .active.icon {
  opacity: 1;
}
.ui.rating .icon.selected,
.ui.rating.selected .icon.selected {
  opacity: 1;
}
.ui.mini.rating {
  font-size: 0.78571429rem;
}
.ui.tiny.rating {
  font-size: 0.85714286rem;
}
.ui.small.rating {
  font-size: 0.92857143rem;
}
.ui.rating {
  font-size: 1rem;
}
.ui.large.rating {
  font-size: 1.14285714rem;
}
.ui.huge.rating {
  font-size: 1.42857143rem;
}
.ui.massive.rating {
  font-size: 2rem;
}
@font-face {
  font-family: Rating;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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kIiRi5MI5vdUFfcni4vCBYufhJx8mn2ZepJ3i3aLeoR9fX18g3qLdwiLVAUO+yaLshWL+AQFi5GNkY+RjpCQj5KNj42PjI+LCPfAiwWPi4+Kj4mRiZCHj4aPhY2Fi4UIi/wEBYuEiYWHhoeGhoeFiIiKhoqHi4GLhI6EkQj7EvcN+xL7DQWEhYOIgouHi4eLh42EjoaPiJCHkImRi5IIDov3XRWLko2Rj5Kltq+vuKW4pbuZvYu9i7t9uHG4ca9npWCPhI2Fi4SLhYmEh4RxYGdoXnAIXnFbflmLWYtbmF6lXqZnrnG2h5KJkouRCLCLFaRkq2yxdLF0tH+4i7iLtJexorGiq6qksm64Z61goZZ3kXaLdItnfm1ycnJybX9oiwhoi22XcqRypH6pi6+LopGglp9gdWdpbl4I9xiwFYuHjIiOiI6IjoqPi4+LjoyOjo2OjY6Lj4ubkJmXl5eWmZGbi4+LjoyOjo2OjY6LjwiLj4mOiY6IjYiNh4tzi3eCenp6eoJ3i3MIDov3XRWLko2Sj5GouK+utqW3pbqYvouci5yJnIgIm6cFjY6NjI+LjIuNi42JjYqOio+JjomOiY6KjomOiY6JjoqNioyKjomMiYuHi4qLiouLCHdnbVVjQ2NDbVV3Zwh9cgWJiIiJiIuJi36SdJiIjYmOi46LjY+UlJlvl3KcdJ90oHeie6WHkYmSi5IIsIsVqlq0Z711CKGzBXqXfpqCnoKdhp6LoIuikaCWn2B1Z2luXgj3GLAVi4eMiI6IjoiOio+Lj4uOjI6OjY6NjouPi5uQmZeXl5aZkZuLj4uOjI6OjY6NjouPCIuPiY6JjoiNiI2Hi3OLd4J6enp6gneLcwji+10VoLAFtI+wmK2hrqKnqKKvdq1wp2uhCJ2rBZ1/nHycepx6mHqWeY+EjYWLhIuEiYWHhIR/gH1+fG9qaXJmeWV5Y4Jhiwi53BXb9yQFjIKMg4uEi3CDc3x1fHV3fHOBCA6L1BWL90sFi5WPlJKSkpKTj5aLCNmLBZKPmJqepJaZlZeVlY+Qj5ONl42WjpeOmI+YkZWTk5OSk46Vi5uLmYiYhZiFlIGSfgiSfo55i3WLeYd5gXgIvosFn4uchJl8mn2Seot3i3qGfIJ9jYSLhYuEi3yIfoR+i4eLh4uHi3eGen99i3CDdnt8CHt8dYNwiwhmiwV5i3mNeY95kHeRc5N1k36Ph4sIOYsFgIuDjoSShJKHlIuVCLCdFYuGjIePiI+Hj4mQi5CLj42Pj46OjY+LkIuQiZCIjoePh42Gi4aLh4mHh4eIioaLhgjUeRWUiwWNi46Lj4qOi4+KjYqOi4+Kj4mQio6KjYqNio+Kj4mQio6KjIqzfquEpIsIrosFr4uemouri5CKkYqQkY6QkI6SjpKNkouSi5KJkoiRlZWQlouYi5CKkImRiZGJj4iOCJGMkI+PlI+UjZKLkouViJODk4SSgo+CiwgmiwWLlpCalJ6UnpCbi5aLnoiYhJSFlH+QeYuGhoeDiYCJf4h/h3+IfoWBg4KHh4SCgH4Ii4qIiYiGh4aIh4mIiIiIh4eGh4aHh4eHiIiHiIeHiIiHiIeKh4mIioiLCIKLi/tLBQ6L90sVi/dLBYuVj5OSk5KSk46WiwjdiwWPi5iPoZOkk6CRnZCdj56Nn4sIq4sFpougg5x8m3yTd4txCIuJBZd8kHuLd4uHi4eLh5J+jn6LfIuEi4SJhZR9kHyLeot3hHp8fH19eoR3iwhYiwWVeI95i3mLdIh6hH6EfoKBfoV+hX2He4uBi4OPg5KFkYaTh5SHlYiTipOKk4qTiJMIiZSIkYiPgZSBl4CaeKR+moSPCD2LBYCLg4+EkoSSh5SLlQiw9zgVi4aMh4+Ij4ePiZCLkIuPjY+Pjo6Nj4uQi5CJkIiOh4+HjYaLhouHiYeHh4iKhouGCNT7OBWUiwWOi46Kj4mPio+IjoiPh4+IjoePiI+Hj4aPho6HjoiNiI6Hj4aOho6Ii4qWfpKDj4YIk4ORgY5+j36OgI1/jYCPg5CGnYuXj5GUkpSOmYuei5aGmoKfgp6GmouWCPCLBZSLlI+SkpOTjpOLlYuSiZKHlIeUho+Fi46PjY+NkY2RjJCLkIuYhpaBlY6RjZKLkgiLkomSiJKIkoaQhY6MkIyRi5CLm4aXgpOBkn6Pe4sIZosFcotrhGN9iouIioaJh4qHiomKiYqIioaKh4mHioiKiYuHioiLh4qIi4mLCIKLi/tLBQ77lIv3txWLkpCPlo0I9yOgzPcWBY6SkI+RiwiL/BL7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOi/fFFYu1l6yjoqOjrZe2i5aLl4mYh5eHloWWhJaElIWShZOE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) format('woff');
  font-weight: 400;
  font-style: normal;
}
.ui.rating .icon {
  font-family: Rating;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.ui.rating .icon:before {
  content: '\f005';
}
.ui.rating .active.icon:before {
  content: '\f005';
}
.ui.star.rating .icon:before {
  content: '\f005';
}
.ui.star.rating .active.icon:before {
  content: '\f005';
}
.ui.star.rating .partial.icon:before {
  content: '\f006';
}
.ui.star.rating .partial.icon {
  content: '\f005';
}
.ui.heart.rating .icon:before {
  content: '\f004';
}
.ui.heart.rating .active.icon:before {
  content: '\f004';
}
.review {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1em;
  width: 100%;
}
.review--contnent .text {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: justify;
  word-break: break-word;
}
.review--contnent .rating i {
  outline: none;
}
.review--contnent .date-published {
  margin-top: 0.5em;
}
.review .review-menu {
  text-align: right;
}
.review .review-menu .action {
  margin: 0.25em 0.5em;
}
.review-control .user-review {
  padding: 1em;
  margin: 0 5em 0 5em;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.review-control .user-review.owned {
  box-shadow: 0 0 7px #2070b1;
}
.review-control .review-form {
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.review-control .review-form.fade-enter {
  height: 0;
  overflow: hidden;
  transition: height 0.3s linear;
}
.review-control .review-form.fade-enter-active {
  height: 250px;
}
.review-control .review-form.fade-exit {
  height: 250px;
  transition: height 0.3s linear;
}
.review-control .review-form.fade-exit-active {
  height: 0;
  overflow: hidden;
}
.review-control--button {
  display: flex;
  justify-content: space-around;
}
.review-control--button .button-action {
  border-radius: 0;
  width: 100%;
  margin: 0 5em 0 5em;
}
.review-control .list .empty-text {
  color: #9e9e9e;
}
.review-form {
  padding: 0.7em;
  margin: 1em;
}
.review-form .review-form-rating {
  margin: 0 0.5em 0.5em;
}
.review-form .review-form-rating i {
  outline: none;
}
.recommendation-list {
  padding-top: 1em;
  padding-bottom: 1em;
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  grid-auto-flow: dense;
  grid-gap: 2em 1em;
}
.recommendation-list .card {
  margin: auto;
  width: 300px;
  cursor: pointer;
}
.route {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-direction: column;
  -ms-flex-direction: column;
  flex: 0 1 300px;
  -ms-flex: 0 1 300px;
}
.route .card--text {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: column;
  -ms-flex-direction: column;
  text-align: center;
}
.route .card--text .route--container {
  flex: 1 0;
  -ms-flex: 1 0;
}
.route .action-list,
.route .card .action-list,
.route .marker-permission-setting .action-list,
.route .marker-permission-setting .card .action-list,
.route .card .marker-permission-setting .action-list,
.route .quest .quest-menu,
.route .marker-permission-setting .quest .quest-menu {
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
}
.route .card--logo {
  cursor: pointer;
}
.route--name {
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  cursor: pointer;
  color: #2989d8;
  padding: 0.5em 0;
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
}
.route--name--purchased {
  font-size: 10pt;
}
.route--info {
  flex: 1;
  -ms-flex: 1;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  padding: 0.5em 1em;
}
.route--info .badge {
  margin-right: 5px;
}
.route--info .badge--icon {
  margin-right: 5px;
}
.route--info .badge--text {
  font-size: 10pt;
  font-weight: bold;
}
.route--info .badge--value {
  font-size: 10pt;
  margin-left: 5px;
  letter-spacing: normal;
}
.route-choice {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  padding: 1em;
  cursor: pointer;
  transition: 300ms all;
}
.route-choice:hover {
  background: #e9f3fb;
}
.route-choice .route-choice--name {
  flex: 1;
  -ms-flex: 1;
  font-weight: bold;
  color: #1e5899;
}
.route-choice .route-choice--checkbox {
  flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  justify-self: flex-end;
}
.route-choice-form {
  position: relative;
}
.route-choice-form .buttons {
  padding: 1em 0;
}
.route-feed {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  gap: 2em;
  padding: 2em;
}
.route-feed .route {
  width: 100%;
  height: 100%;
}
.route-form .buttons {
  margin: 1em;
}
.route-item .route-item--actions {
  flex: 1;
  -ms-flex: 1;
  text-align: right;
}
.route-search-form {
  padding: 1em;
  max-width: 500px;
  margin: 0 auto;
}
.route-search-form .route-search-form--name,
.route-search-form .route-search-form--cities,
.route-search-form .route-search-form--price,
.route-search-form .route-search-form--duration,
.route-search-form .route-search-form--distance {
  flex: 0 0 85px;
  -ms-flex: 0 0 85px;
}
.route-search-form .buttons {
  margin-top: 1em;
}
.route-marker {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.route-marker--title {
  background: linear-gradient(to bottom, hsl(207, 69%, 34%) 0%, hsl(212, 67%, 35%) 100%);
}
.route-marker--title span {
  display: block;
  color: #fff;
  text-shadow: 0 1px 5px #444;
  margin: 0.5em 1em;
  font-weight: bold;
  text-align: center;
}
.route-marker--body {
  display: flex;
  align-items: flex-start;
  padding: 15px;
}
.route-marker--body > .logo {
  display: flex;
  order: 1;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
}
.route-marker--body > .logo img {
  max-height: 100%;
}
@media (max-width: 1024px) {
  .route-marker--body > .logo {
    margin: 0 0 15px 0;
    flex-basis: 100%;
  }
}
.route-marker--body > .info {
  order: 2;
  border: 1px solid #ddd;
  padding: 1em;
  width: 100%;
}
.route-marker--body > .info .description {
  margin-bottom: 1em;
  white-space: pre-line;
  text-align: justify;
}
@media (max-width: 1024px) {
  .route-marker--body > .info {
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  .route-marker--body {
    flex-wrap: wrap;
  }
}
.route-marker--footer {
  border-top: 1px solid #ddd;
  margin: 0 15px;
}
.route-marker--footer .badges {
  display: flex;
  flex-wrap: wrap;
}
.route-marker--footer .badges .badge {
  margin: 10px;
}
.search-card {
  display: flex;
  box-shadow: 1px 1px 1px 1px #adadad;
  cursor: pointer;
  flex-wrap: wrap;
  padding-top: 5px;
  min-width: 400px;
}
.search-card:hover {
  background-color: #f7fcff;
  box-shadow: 1px 1px #e4f4fd;
}
.search-card .search-card-content {
  display: flex;
  height: 200px;
}
.search-card .search-card-logo {
  width: calc(200px - 10px);
  height: calc(200px - 10px);
  padding: 5px;
}
.search-card .search-card-logo img {
  width: 100%;
}
.search-card .search-card-body {
  border-left: 1px solid #ececec;
  padding: 0 0 0 5px;
  font: 12pt "pt sans", sans-serif;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  flex-basis: calc(100% - 200px);
}
.search-card .search-card-name {
  color: #1e5899;
  font-size: 16pt;
  text-align: center;
}
.search-card .search-card-info {
  color: #1f1e1e;
  font: 10pt "pt sans";
}
.search-card .search-card-footer {
  width: 100%;
  background: linear-gradient(to bottom, hsl(0, 0%, 100%) 0%, hsl(210, 67%, 35%) 200%);
  display: flex;
  justify-content: space-between;
  font-size: 8pt;
  color: #1c3f67;
  line-height: 10pt;
}
.search-card .search-card-footer .search-card-action {
  font-size: 10pt;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-card .search-card-footer .search-card-action .search-card-action-text {
  margin: 10px 0;
}
.search-card .search-card-footer .search-card-action:hover {
  box-shadow: inset 0 0 6px 0 #4d84b0;
}
.search-card .search-card-footer .search-card-footer-content {
  flex: 1 1 calc(100% - 200px - 20px);
  padding: 5px 10px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 600px), (max-device-width: 736px) {
  .search-card {
    min-width: auto;
    flex-direction: column;
  }
  .search-card .search-card-logo {
    align-self: center;
  }
  .search-card .search-card-content {
    display: flex;
    height: auto;
    flex-direction: column;
  }
  .search-card .search-card-body {
    padding: 0 0 0 5px;
  }
  .search-card .search-card-footer .search-card-action {
    justify-content: flex-start;
    padding: 0 0 0 10px;
  }
}
.search-input {
  position: relative;
  padding: 15px;
}
.search-input-icon {
  position: absolute;
  left: 25px;
  top: 21px;
  width: 18px;
  height: 18px;
}
.search-input-textbox > input[type="text"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-left: 35px;
  font-size: 10pt;
}
.Select,
.available-marker-catalog-select,
.group-select,
.user-select {
  display: block;
  font-size: 9pt;
  z-index: 12;
  width: 100%;
}
.Select.is-open {
  z-index: 22;
}
.Select .option,
.available-marker-catalog-select .available-marker-catalog-option,
.group-select .group-select-option,
.user-select .user-select-option {
  cursor: pointer;
  transition: 300ms background;
  height: 35px;
}
.Select .option.option-selected {
  background: #f2f2f2;
}
.Select .option .option-logo,
.group-select .group-select-option .group-select-option-logo,
.user-select .user-select-option .user-select-option-logo {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 10px;
}
.Select .Select-menu-outer {
  z-index: 22;
  margin-bottom: 1em;
}
.Select .Select-menu-outer .option,
.available-marker-catalog-select .Select-menu-outer .available-marker-catalog-option,
.group-select .Select-menu-outer .group-select-option,
.user-select .Select-menu-outer .user-select-option {
  padding: 10px 10px 0 10px;
}
.Select .Select-menu-outer .option:hover,
.available-marker-catalog-select .Select-menu-outer .available-marker-catalog-option:hover,
.group-select .Select-menu-outer .group-select-option:hover,
.user-select .Select-menu-outer .user-select-option:hover {
  background: #efefef;
}
.spinner {
  padding: 1em;
  text-align: center;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinner .svg-icon {
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 50px;
  height: 50px;
}
.status-history {
  list-style: none;
  padding: 0;
  margin: 0;
}
.status-history .empty-text {
  padding: 1em;
}
.status-history.ui-sortable .item {
  box-shadow: 0 2px 5px -3px #222;
  cursor: move;
}
.status-history.ui-sortable .item .title {
  cursor: move;
}
.status-history .item {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 8px 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
  transition: background 500ms;
}
.status-history .item.hover:hover {
  cursor: pointer;
  background: #e9f3fb;
}
.status-history .item .item-image {
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  margin-right: 1.5em;
}
.status-history .item .item-info {
  flex: 1;
  -ms-flex: 1;
  width: 85%;
  overflow: hidden;
}
.status-history .item .title {
  white-space: normal;
  word-wrap: break-word;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  color: #1e5899;
  text-decoration: none;
  cursor: pointer;
}
.status-history .item .title a {
  display: inline-block;
  max-width: 100%;
}
.status-history .item .title a:hover {
  text-decoration: underline;
}
.status-history .item.deleted {
  text-decoration: line-through;
}
.status-history .item .additional-info {
  display: block;
  color: #888;
  font-size: 9pt;
  line-height: 1;
}
.status-history .item .additional-info .svg-icon {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  filter: grayscale(100%);
  margin-right: 5px;
  fill: #888;
}
.status-history .item .important-info {
  display: block;
  color: #1e5899;
  font-family: "PT Sans", sans-serif;
  font-size: 9pt;
  line-height: 1.5;
  padding: 0.25em 0;
}
.status-history .item .important-info a {
  text-decoration: none;
  color: #2989d8;
  border-bottom: 1px dotted #2989d8;
}
.status-history .item .important-info a:hover {
  color: #1e5899;
  border-bottom-style: solid;
}
.status-history-item {
  padding: 1em;
  font-family: "PT Sans", sans-serif;
}
.status-history-item .status-history-item--user {
  font-weight: bold;
  color: #1e5899;
}
.status-history-item .status-history-item--value {
  color: #1e5899;
}
.status-history-item .status-history-item--text {
  flex: 1;
  -ms-flex: 1;
}
.status-history-item .status-history-item--icon {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 4em;
  height: 4em;
  margin: 0 1em 0 0;
}
.status-history-item .status-history-item--reason {
  flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  padding-top: 5px;
}
.status-history-item .status-history-item--date {
  color: #888;
  font-size: 9pt;
  font-family: "PT Sans", sans-serif;
  flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  padding-top: 5px;
}
.status-history-item .status-history-item--files {
  padding: 1em 0;
  flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  padding-top: 5px;
}
.tab {
  flex: 0 1;
  -ms-flex: 0 1;
  padding: 1em;
  color: #333333;
  transition: all 0.3s;
  cursor: pointer;
  user-select: none;
  position: relative;
  border-bottom: 2px solid transparent;
}
.tab:hover {
  background: rgba(0, 0, 0, 0.025);
}
.tab-active {
  color: #2989d8;
  font-weight: bolder;
  border-bottom: 2px solid rgba(41, 137, 216, 0.15);
}
.tabs--header {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  position: relative;
  background-color: white;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
  z-index: 100;
  list-style: none;
  font-size: 10pt;
  overflow-x: auto;
  overflow-y: hidden;
}
table {
  box-shadow: 0 2px 5px -3px #222;
  border-spacing: 0;
  width: 100%;
}
th {
  background: #206dac;
  color: white;
  font-size: 10pt;
  padding: 0.25em 1em;
  margin: 0;
  text-align: left;
}
td .form-input {
  margin: 0;
}
.text-lines {
  text-align: justify;
}
.tour {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-direction: column;
  -ms-flex-direction: column;
  height: 100%;
}
.tour .card--title {
  cursor: pointer;
}
.tour .card--logo {
  cursor: pointer;
  flex: 1;
}
.tour-cart {
  z-index: 10000;
}
.tour-cart-minimized {
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin: 1em auto;
  cursor: pointer;
  box-shadow: 0 0 5px #222;
}
.tour-cart-opened {
  background: white;
  position: fixed;
  left: 225px;
  top: 1em;
  box-shadow: 0 2px 5px -3px #222;
}
.tour-cart-opened .tabs {
  padding-bottom: 5px;
}
.tour-cart-opened .react-resizable {
  overflow: scroll;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-direction: column;
  -ms-flex-direction: column;
}
.tour-cart-opened .react-resizable .react-resizable-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  cursor: se-resize;
  z-index: 10001;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');
  background-position: bottom right;
  padding: 0 3px 3px 0;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
}
.tour-cart-opened .tour-purchased {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex: 1;
  -ms-flex: 1;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-text-justify: center;
  padding: 1em;
  text-align: center;
  color: #1e5899;
}
.tour-cart-opened .tour-purchased .svg-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.tour-cart .tour-cart--header {
  background: -moz-linear-gradient(180deg, #2989d8 0%, #1e5899 100%) no-repeat;
  background: -webkit-linear-gradient(180deg, #2989d8 0%, #1e5899 100%) no-repeat;
  background: linear-gradient(180deg, #2989d8 0%, #1e5899 100%) no-repeat;
  position: relative;
  padding: 15px;
  color: white;
  font-weight: bold;
  font-size: 14pt;
  cursor: move;
}
.tour-cart .tour-cart--header .tour-cart--header--close-icon {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.tour-cart .buttons {
  padding: 1em;
}
.tour-dashboard-table-row:nth-child(even) {
  background: #eee;
}
.tour-dashboard-table {
  border-collapse: collapse;
}
.tour-dashboard-table--head .tour-dashboard-table-row .tour-dashboard-table--cell:first-child {
  width: 2%;
  text-align: center;
}
.tour-dashboard-table--head .tour-dashboard-table-row .tour-dashboard-table--cell {
  padding: 10px 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.tour-dashboard-table--body .tour-dashboard-table-row .tour-dashboard-table--cell {
  border: 1px solid #ddd;
  margin-top: -1px;
  padding: 10px 10px;
  color: black;
}
.tour-feed {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  gap: 2em;
  padding: 2em;
}
.tour-feed .tour {
  width: 100%;
}
.tour-form {
  padding: 1em;
}
.tour-marker-form {
  padding: 1em;
}
.tour-page--info {
  padding: 1em;
}
.tour-logo {
  text-align: center;
  padding-bottom: 1em;
}
.tour-logo img {
  max-width: 265px;
}
.tour-gallery {
  padding: 1em 2em;
}
.tour-gallery img {
  width: 130px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
  background-size: cover;
  background: #e5ecf1 no-repeat center 35%;
}
.tour-purchase {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-direction: column;
  -ms-flex-direction: column;
  height: 100%;
}
.tour-purchase .card--title {
  cursor: pointer;
}
.tour-purchase .card--logo {
  cursor: pointer;
  flex: 1;
}
.tour-purchase-feed {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  gap: 2em;
  padding: 2em;
}
.tour-purchase-feed .tour-purchase {
  width: 100%;
}
.react-expand-collapse__content {
  position: relative;
  overflow: hidden;
  height: auto;
  transition: height 0.3s linear;
}
.react-expand-collapse__name {
  font-weight: bold;
  color: #1e5899;
}
.react-expand-collapse__body {
  display: inline;
}
/* expand-collapse button */
.react-expand-collapse__button {
  width: 100%;
  display: block;
  text-align: right;
  color: #22a7f0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.react-expand-collapse__button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  background: linear-gradient(to right, transparent 0, #fff 100%);
}
/* expanded state */
.react-expand-collapse--expanded .react-expand-collapse__button {
  position: relative;
  bottom: auto;
  right: auto;
}
.react-expand-collapse--expanded .react-expand-collapse__button:before {
  content: none;
}
.user-select .user-select-option.user-select-option--focused {
  font-weight: bold;
}
.user-select .user-select-option .user-select-option-logo {
  border-radius: 50%;
}
.wallet {
  border: 1px solid #ddd;
  margin-top: -1px;
}
.wallet-choice {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
}
.wallet-choice .wallet-choice--name {
  flex: 1;
  -ms-flex: 1;
}
.wallet-choice .wallet-choice--checkbox {
  flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  line-height: 25px;
  justify-self: flex-end;
}
.wallets-control--wallet-menu {
  flex: 1;
  -ms-flex: 1;
  display: inline-block;
  padding-left: 5px;
  text-align: right;
}
.wallet-inline-form {
  padding: 1em;
  border: 1px solid #ddd;
  margin-top: -1px;
}
.slider {
  width: 600px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.slider .slider--navigation {
  cursor: pointer;
  flex: 0 0 30px;
  margin: 20px;
  transition: all 0.2s ease-in-out;
}
.slider .slider--navigation:hover {
  transform: scale(1.1);
}
.slider .slider--content {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  height: 500px;
}
.slider .slider--content .img-wrapper {
  flex: 0 0 50%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.slider .slider--content .img-wrapper.left {
  justify-content: flex-start;
}
@media (max-width: 1280px) {
  .slider .slider--content .img-wrapper.left {
    display: none;
  }
}
.slider .slider--content .img-wrapper.center {
  height: 500px;
  position: absolute;
  left: auto;
  right: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
@media (max-width: 1280px) {
  .slider .slider--content .img-wrapper.center {
    height: auto;
    position: unset;
    flex-basis: 100%;
  }
}
.slider .slider--content .img-wrapper.right {
  justify-content: flex-end;
}
@media (max-width: 1280px) {
  .slider .slider--content .img-wrapper.right {
    display: none;
  }
}
@media (max-width: 1280px) {
  .slider .slider--content .img-wrapper {
    height: auto;
  }
}
.slider .slider--content .img-wrapper.left img,
.slider .slider--content .img-wrapper.right img,
.slider .slider--content .img-wrapper.center img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1280px) {
  .slider .slider--content {
    height: auto;
  }
}
.search-tab span {
  font-size: 10pt;
  font-family: "PT Sans", sans-serif;
  color: #1e5899;
}
.search-tab h3 {
  text-align: center;
}
.search-tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}
.search-tab-header {
  border: 1px solid #76b0ce;
  background: linear-gradient(to bottom, hsl(207, 69%, 34%) 0%, hsl(212, 67%, 35%) 100%);
  color: white;
  padding: 5px;
  margin: 5px 0;
}
.search-tab-options {
  display: flex;
  margin-bottom: 10px;
  align-items: baseline;
  justify-content: space-around;
  box-shadow: inset 0px -1px 2px 0px #d9e5ee;
}
.search-tab-options .option-block {
  align-items: baseline;
  padding-bottom: 10px;
}
.search-tab-options .option-block .selector {
  width: 200px;
  padding: 0 10px;
}
.search-tab-options .multiline-option-block {
  align-items: baseline;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.search-tab-options .multiline-option-block .selector {
  width: 200px;
  padding: 0 10px;
}
.search-tab-options .inline-option-block {
  align-items: baseline;
  padding-bottom: 10px;
  display: inline-flex;
}
.search-tab-options .inline-option-block .selector {
  width: 200px;
  padding: 0 10px;
}
@media (max-width: 1279px) {
  .search-tab-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px), (max-device-width: 736px) {
  .search-tab-options {
    flex-direction: column;
  }
}
.detailed-page .page-header {
  position: fixed;
  width: calc(100% - 220px - 1em);
  z-index: 2;
}
.detailed-page--background {
  display: flex;
  background-attachment: fixed;
  flex-direction: column;
  min-height: 100vh;
  min-width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  z-index: 0;
}
.detailed-page--background::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.detailed-page--container {
  z-index: 1;
}
.detailed-page--container .width-container {
  width: 60%;
}
@media (max-width: 600px), (max-device-width: 736px) {
  .detailed-page--container .width-container {
    width: 100%;
  }
}
.detailed-page--container .detailed-page--info {
  display: flex;
  justify-content: space-around;
  margin-top: 90px;
}
.detailed-page--container .detailed-page--info .info-box {
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.detailed-page--container .detailed-page--info .info-box--head {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to bottom, hsl(207, 69%, 34%) 0%, hsl(212, 67%, 35%) 100%);
}
.detailed-page--container .detailed-page--info .info-box--head .author,
.detailed-page--container .detailed-page--info .info-box--head .rating {
  margin: 0.5em;
}
.detailed-page--container .detailed-page--info .info-box--head .author {
  text-decoration: none;
  margin: auto 0 auto 1em;
}
.detailed-page--container .detailed-page--info .info-box--head span {
  font-weight: bold;
  color: #fff;
}
.detailed-page--container .detailed-page--info .info-box--body {
  display: flex;
}
.detailed-page--container .detailed-page--info .info-box--bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 15px;
  border-top: 1px solid #ddd;
}
.detailed-page--container .detailed-page--info .info-box--bottom .badges {
  display: flex;
  flex-wrap: wrap;
}
.detailed-page--container .detailed-page--info .info-box--bottom .badges .badge {
  margin: 10px;
}
.detailed-page--container .detailed-page--info .info-box--bottom .buttons {
  justify-content: flex-end;
}
.detailed-page--container .detailed-page--info .info-box--bottom .buttons button {
  text-transform: uppercase;
  margin: 5px 0 5px 5px;
  width: 150px;
  height: 45px;
}
.detailed-page--container .detailed-page--info .info-box--bottom .buttons button.button-action {
  background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%) !important;
}
.detailed-page--container .detailed-page--example-marker-preview {
  display: flex;
  justify-content: space-around;
  margin: 40px 0;
}
.detailed-page--container .detailed-page--example-marker-preview .example-marker {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.detailed-page--container .detailed-page--example-marker-preview > .description {
  white-space: pre-line;
  text-align: justify;
}
.detailed-page--container .detailed-page--gallery {
  display: flex;
  justify-content: space-around;
  margin: 40px 0;
}
.detailed-page--container .detailed-page--gallery .slider {
  height: 100%;
  width: 100%;
}
.detailed-page--container .detailed-page--gallery .slider .slider--navigation-icon {
  width: 40px;
  height: 40px;
}
.detailed-page--container .detailed-page--recommendations {
  display: flex;
  justify-content: space-around;
  margin: 40px 0;
}
.detailed-page--container .detailed-page--recommendations-content {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  background-color: rgba(255, 255, 255, 0.6);
}
.detailed-page--container .detailed-page--recommendations-content-title {
  background: linear-gradient(to bottom, hsl(207, 69%, 34%) 0%, hsl(212, 67%, 35%) 100%);
}
.detailed-page--container .detailed-page--recommendations-content-title > span {
  display: block;
  color: #fff;
  text-shadow: 0 1px 5px #444;
  margin: 0.5em 1em;
  font-weight: bold;
  text-align: center;
}
.detailed-page--container .detailed-page--review {
  margin: 40px 0;
  display: flex;
  justify-content: space-around;
}
.detailed-page--container .detailed-page--review .review-form {
  margin: 1em;
}
.detailed-page--container .detailed-page--review .review-control {
  background-color: #efefef;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.detailed-page--container .detailed-page--review .review-control .user-review {
  margin: 1em;
}
@media (max-width: 1280px) {
  .detailed-page--container .detailed-page--review .review-control .user-review {
    flex-direction: column;
  }
  .detailed-page--container .detailed-page--review .review-control .user-review .user-review--user {
    margin: 0;
  }
  .detailed-page--container .detailed-page--review .review-control .user-review .user-review--user .user-review--user-logo {
    width: 150px;
  }
  .detailed-page--container .detailed-page--review .review-control .user-review .review {
    margin: 1em 0 0 0;
  }
}
.detailed-page--container .detailed-page--review .review-control--button button {
  margin: 0;
}
.group-page .tours {
  padding: 1em;
}
.group-page .tours .empty-text {
  padding: 0;
  margin: 0;
}
.group-search-container {
  z-index: 2;
}
.group-list-container {
  z-index: 1;
}
.marker-info {
  padding: 1em 0;
  border-top: 1px dotted #eee;
  border-bottom: 1px dotted #eee;
  font-family: "PT Sans Narrow", sans-serif;
  text-align: center;
  min-height: 60px;
}
.marker-info .marker-info-image {
  max-width: 265px;
}
.marker-info a {
  text-decoration: none;
  color: #2989d8;
  border-bottom: 1px dotted #2989d8;
}
.marker-info a:hover {
  color: #1e5899;
  border-bottom-style: solid;
}
.marker-description {
  padding: 1em;
  white-space: pre-line;
  text-align: justify;
  line-height: 1.5;
  font-size: 12pt;
}
.marker-description a {
  text-decoration: none;
  color: #2989d8;
  border-bottom: 1px solid #2989d8;
  font-size: 12pt;
  border-bottom: none;
}
.marker-description a:hover {
  color: #1e5899;
  border-bottom-color: #1e5899;
}
.marker-description .tags {
  clear: both;
}
#page.marker-page .voting {
  padding: 1em 0;
}
#page.marker-page .like {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#page.marker-page .like:hover {
  filter: brightness(80%);
}
#page.marker-page .like.liked {
  filter: brightness(50%);
}
#page.marker-page .like.liked:hover {
  filter: brightness(75%);
}
#page.marker-page .like-count {
  font-size: 14pt;
  font-family: "PT Sans Narrow", sans-serif;
  color: #1e5899;
}
#page.marker-page .catalogs {
  padding: 1em;
}
.route-page .route-page--info {
  padding: 1em;
}
.route-page .route-logo {
  text-align: center;
  padding-bottom: 1em;
}
.route-page .route-logo img {
  max-width: 265px;
}
.route-page .route-description .route-description--text {
  padding: 0.5em 0;
  white-space: pre-line;
  text-align: justify;
}
.quest-page .quest-page--info .quest-logo {
  text-align: center;
  padding-bottom: 1em;
}
.quest-page .quest-page--info .quest-logo img {
  max-width: 265px;
}
.quest-page .quest-page--info .quest-description--text {
  white-space: pre-line;
  text-align: justify;
}
.quest-page .quest-page--info,
.quest-page .quest-page--menu {
  padding: 1em;
}
.quest-page .quest-menu {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background: #fff;
  position: relative;
  padding: 0.5em;
  z-index: 10;
}
.quest-page .quest-menu.action-list-bottom {
  border-top: 1px solid #ddd;
}
.quest-page .quest-menu:not(.action-list-bottom) {
  box-shadow: 0 2px 5px -3px #222;
}
.quest-page .quest-menu .action {
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  margin: 0.25em 0.5em;
  color: #2989d8;
  font-family: "PT Sans", sans-serif;
  font-size: 10pt;
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
}
.quest-page .quest-menu .action .text {
  text-decoration: none;
  color: #2989d8;
  border-bottom: 1px dotted #2989d8;
}
.quest-page .quest-menu .action .text:hover {
  color: #1e5899;
  border-bottom-style: solid;
}
.quest-page .quest-menu .action.action-disabled .text {
  text-decoration: none;
  border-bottom: none;
  color: #888;
}
.quest-page .quest-menu .action.action-disabled .text:hover {
  border-bottom: none;
}
.quest-page .quest-menu.menu .action {
  display: block;
}
.quest-form-page--buttons {
  margin: 1em;
}
.quest-search-form {
  z-index: 3;
}
.quest-sort-form {
  z-index: 2;
}
.quest-form-results {
  z-index: 1;
}
.quest-task-list-page .quest + .action-list,
.quest-task-list-page .quest + .card .action-list,
.quest-task-list-page .quest + .marker-permission-setting .action-list,
.quest-task-list-page .quest + .marker-permission-setting .card .action-list,
.quest-task-list-page .quest + .card .marker-permission-setting .action-list,
.quest-task-list-page .quest + .quest .quest-menu,
.quest-task-list-page .quest + .marker-permission-setting .quest .quest-menu {
  clear: both;
}
.search-page .search-input {
  padding: 10px 10px 10px 10px;
}
.search-page .search-input input {
  width: 100%;
}
.tour-page .tour-description .description--text {
  padding: 0.5em 0;
  white-space: pre-line;
  text-align: justify;
}
.tour-content-edit-page .property-text {
  margin: 0 0.5em 1em 0.5em;
}
.help-page .tab {
  flex: none;
}
@media (max-width: 800px) {
  .help-page .tabs--header {
    flex-direction: column;
  }
}
/********************************************* @guide *********************************************/
.tutorial {
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}
.tutorial-content {
  padding: 25px;
  color: #222;
  width: 800px;
  margin: 0 auto;
  min-width: 250px;
  line-height: 1.5;
  text-align: justify;
  transition: 400ms;
}
.tutorial-content.shown {
  opacity: 1;
}
.tutorial-content h1 {
  background: none !important;
  color: #267cc8 !important;
  text-shadow: none !important;
  margin: 0 0 0.5em 0 !important;
  padding: 0 !important;
  text-align: center;
}
.tutorial-content h2 {
  counter-reset: tutorial-page-step;
  font-size: 18pt !important;
  margin: 0 -1em 0 -1em !important;
  background: linear-gradient(to bottom, #267cc8 0%, #1e5799 100%) !important;
  background: -webkit-linear-gradient(top, #267cc8 0%, #1e5799 100%) !important;
  background: -moz-linear-gradient(top, #267cc8 0%, #1e5799 100%) !important;
  /*
    Попытался дернуть актуальные цвета из логотипа и сделать аналогичный градиент.
    background: linear-gradient(to bottom, #226cb3 0%, #000000 100%) !important;
    background: -webkit-linear-gradient(top, #226cb3 0%, #000000 100%) !important;
    background: -moz-linear-gradient(top, #226cb3 0%, #000000 100%) !important;
    */
}
.tutorial-content img {
  max-width: 100%;
  cursor: pointer;
  display: block;
  margin: 1em auto;
}
.tutorial-content .step {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 6;
  float: left;
  margin-right: 15px;
}
.tutorial-content .step:before {
  counter-increment: tutorial-page-step;
  content: counter(tutorial-page-step);
  color: white;
  text-shadow: 1px 1px 1px #053E80;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.tutorial-content .step i {
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  z-index: 5;
  color: #2989d8;
  height: 30px;
  text-align: center;
}
.tutorial-nav-container {
  width: 199px;
  background: #2989d8;
  background: -moz-linear-gradient(top, #2989d8 0%, #1e5799 100%);
  background: -webkit-linear-gradient(top, #2989d8 0%, #1e5799 100%);
  background: linear-gradient(to bottom, #2989d8 0%, #1e5799 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2989d8', endColorstr='#1e5799', GradientType=0);
}
.tutorial-nav-container img {
  display: block;
  margin: 0 auto;
  padding: 2.5em 0 1em 0;
  width: 150px;
}
.tutorial-nav {
  padding: 0;
  margin: 1em 0 0 0;
  color: white;
  border-top: 1px solid #09529A;
  counter-reset: tutorial-nav-counter;
}
.tutorial-nav li {
  border-top: 1px solid #5594d3;
  border-bottom: 1px solid #09529A;
  transition: 250ms;
  list-style: none;
}
.tutorial-nav li:hover {
  background: rgba(255, 255, 255, 0.15);
}
.tutorial-nav li:before {
  counter-increment: tutorial-nav-counter;
  content: counter(tutorial-nav-counter);
  color: white;
  background: #70a6db;
  text-shadow: 1px 1px 1px #053E80;
  border-radius: 50%;
  font-weight: bold;
  width: 24px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  float: left;
  margin: 9px 0 0 18px;
  padding-left: 1px;
}
.tutorial-nav li a {
  padding: 1em 0.5em 1em 4em;
  color: white;
  text-decoration: none;
  display: block;
  text-shadow: 1px 1px 1px #09529A;
}
.restore-password-page #restore-password-page-header {
  font-size: 30px;
  font-weight: bold;
}
.restore-password-page .restore-password-page-content {
  padding-left: 10%;
}
.restore-password-page #restore-password-page-title {
  padding-top: 30px;
  font-size: 40px;
  font-family: "PT Sans";
  color: #2989d8;
}
.restore-password-page .restore-password-steps {
  counter-reset: restore-page-step;
  display: grid;
  grid-template-columns: 0.25fr 2.5fr 1fr;
  justify-items: stretch;
  row-gap: 20px;
  box-shadow: #1c5a940d -1px 2px 2px 0px;
  padding: 10px;
}
.restore-password-page .steps-number {
  counter-increment: restore-page-step;
  display: flex;
  align-items: center;
  justify-content: center;
}
.restore-password-page .steps-number .fa {
  font-size: 70px;
  color: #2989d8;
  position: relative;
  margin-right: 5px;
}
.restore-password-page .steps-number .fa .number-content:before {
  content: counter(restore-page-step);
}
.restore-password-page .steps-number p {
  position: absolute;
  top: 18px;
  font-size: 32px;
  color: white;
  margin: 0;
  width: 100%;
  text-align: center;
}
.restore-password-page .steps-number img {
  height: 60px;
  margin-right: 5px;
}
.restore-password-page .steps-visualisation {
  max-width: 200px;
  align-self: center;
}
.restore-password-page .steps-visualisation img {
  width: 100%;
}
.restore-password-page .steps-text {
  border-left: 4px solid #1c5894;
  height: 100%;
  display: flex;
}
.restore-password-page .steps-text p {
  align-self: center;
  padding-left: 15px;
}
.restore-password-page .restore-password-submit {
  background: #2989d8;
  color: white;
  margin: 10px 0;
}
.restore-password-page .restore-password-submit:hover {
  background: #1e5899;
}
.restore-password-page .restore-password-inputs {
  width: 90%;
  padding-top: 30px;
}
.restore-password-page .restore-password-inputs .restore-password-input-wrapper .restore-password-input {
  width: 100%;
  margin-top: 40px;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: #fcfcfc;
  border-radius: 0;
}
.restore-password-page .restore-password-inputs .restore-password-input-wrapper .restore-password-input-errors {
  position: relative;
  border-top: 2px solid #ff1422;
}
.restore-password-page .restore-password-inputs .restore-password-input-wrapper .restore-password-input-decoration {
  position: absolute;
  height: 100%;
  width: 60%;
  background-color: #e00932;
  z-index: 2;
  top: 0;
  transform: translateX(40%) skewX(65deg);
}
.restore-password-page .restore-password-inputs .restore-password-input-wrapper .restore-password-input-decoration:after {
  content: "";
  width: 100%;
  background-color: #e00932;
  height: 100%;
  position: absolute;
  transform: translate(26.5%) skewX(-65deg);
}
.restore-password-page .restore-password-inputs .restore-password-input-wrapper .restore-password-input-errors-message {
  padding-left: 35%;
  z-index: 3;
  position: relative;
  color: white;
}
.validation-error-popover {
  padding: 5px;
  border: 1px solid #d800263b;
  max-width: 100px;
  font: 8pt/9pt sans-serif;
  text-align: center;
  background-color: white;
  color: #d80026;
}
@media (max-width: 800px) {
  .restore-password-page .restore-password-page-content {
    padding-left: 10px;
  }
}
.half-space {
  padding: 0.5em;
}
.space {
  padding: 1em;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.date,
.card .card--card,
.marker-permission-setting .marker-permission-setting--card {
  color: #888;
  font-size: 9pt;
  font-family: "PT Sans", sans-serif;
}
.flex-end {
  margin-left: auto !important;
}
