/* projects/gsica/src/styles.scss */
.matrice {
  font-size: medium;
}

/* scss/style.scss */
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-lime-600: oklch(64.8% 0.2 131.684);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-cyan-600: oklch(60.9% 0.126 221.723);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --color-violet-600: oklch(54.1% 0.281 293.009);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-normal: 1.5;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse\! {
    visibility: collapse !important;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-auto {
    top: auto;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }
  .z-2 {
    z-index: 2;
  }
  .z-50 {
    z-index: 50;
  }
  .z-999 {
    z-index: 999;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-5 {
    grid-column: 5;
  }
  .col-9 {
    grid-column: 9;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
  }
  @media (width >= 576px) {
    .container {
      max-width: 576px;
    }
  }
  @media (width >= 768px) {
    .container {
      max-width: 768px;
    }
  }
  @media (width >= 992px) {
    .container {
      max-width: 992px;
    }
  }
  @media (width >= 1200px) {
    .container {
      max-width: 1200px;
    }
  }
  @media (width >= 1920px) {
    .container {
      max-width: 1920px;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .badge {
    margin-inline: auto;
    width: fit-content;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--p-surface-200);
    padding-inline: calc(var(--spacing) * 3.5);
    padding-block: calc(var(--spacing) * 1);
    text-align: center;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--p-surface-500);
    font-family: "InterDisplay", sans-serif;
    font-feature-settings:
      "cv09" on,
      "cv03" on,
      "cv02" on,
      "dlig" on,
      "cv01" on,
      "liga" off,
      "calt" off;
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
    color: var(--p-surface-950);
  }
  .badge:where([class*=app-dark], [class*=app-dark] *) {
    border-color: var(--p-surface-800);
  }
  .badge:where([class*=app-dark], [class*=app-dark] *) {
    color: var(--p-surface-0);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-10\! {
    margin-block: calc(var(--spacing) * 10) !important;
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-full {
    height: 100%;
  }
  .max-h-60 {
    max-height: calc(var(--spacing) * 60);
  }
  .max-h-80 {
    max-height: calc(var(--spacing) * 80);
  }
  .min-h-14 {
    min-height: calc(var(--spacing) * 14);
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-6\/12 {
    width: calc(6/12 * 100%);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-full {
    width: 100%;
  }
  .w-full\! {
    width: 100% !important;
  }
  .w-px {
    width: 1px;
  }
  .min-w-72 {
    min-width: calc(var(--spacing) * 72);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-top {
    transform-origin: top;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-fadein {
    animation: fadein 0.15s linear;
  }
  .animate-fadeout {
    animation: fadeout 0.15s linear;
  }
  .animate-scalein {
    animation: scalein 0.15s linear;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.divide-\(--surface-border\) > :not(:last-child)) {
    border-color: var(--surface-border);
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md\! {
    border-radius: var(--radius-md) !important;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-surface {
    border-color: var(--p-content-border-color);
  }
  .border-surface-200 {
    border-color: var(--p-surface-200);
  }
  .border-surface-950 {
    border-color: var(--p-surface-950);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-\(--surface-border\) {
    background-color: var(--surface-border);
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-surface-0 {
    background-color: var(--p-surface-0);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .ps-0 {
    padding-inline-start: calc(var(--spacing) * 0);
  }
  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }
  .pe-0 {
    padding-inline-end: calc(var(--spacing) * 0);
  }
  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .title-h7 {
    text-align: center;
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--p-surface-950);
    font-family: "InterDisplay", sans-serif;
    font-feature-settings:
      "cv09" on,
      "cv03" on,
      "cv02" on,
      "dlig" on,
      "cv01" on,
      "liga" off,
      "calt" off;
  }
  .title-h7:where([class*=app-dark], [class*=app-dark] *) {
    color: var(--p-surface-0);
  }
  .label-small {
    text-align: center;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--p-surface-500);
    font-family: "InterDisplay", sans-serif;
    font-feature-settings:
      "cv11" on,
      "cv10" on,
      "cv09" on,
      "cv07" on,
      "cv05" on,
      "cv04" on,
      "cv03" on,
      "cv02" on,
      "cv01" on;
  }
  .label-xsmall {
    text-align: center;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--p-surface-500);
    font-family: "InterDisplay", sans-serif;
    font-feature-settings:
      "cv01" on,
      "cv02" on,
      "cv03" on,
      "cv04" on,
      "cv07" on,
      "cv11" on,
      "cv09" on,
      "cv10" on,
      "cv05" on;
  }
  .body-small {
    text-align: center;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--p-surface-500);
    font-family: "InterDisplay", sans-serif;
    font-feature-settings:
      "cv09" on,
      "cv03" on,
      "cv02" on,
      "dlig" on,
      "cv01" on,
      "liga" off,
      "calt" off;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .label-large {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--p-surface-950);
    font-family: "InterDisplay", sans-serif;
    font-feature-settings:
      "cv01" on,
      "cv02" on,
      "cv05" on,
      "cv04" on,
      "cv03" on,
      "cv07" on,
      "cv09" on,
      "cv10" on,
      "cv11" on;
  }
  .label-large:where([class*=app-dark], [class*=app-dark] *) {
    color: var(--p-surface-0);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-2xl\! {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-muted-color {
    color: var(--p-text-muted-color) !important;
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-900 {
    color: var(--color-blue-900);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-lime-600 {
    color: var(--color-lime-600);
  }
  .text-muted-color {
    color: var(--p-text-muted-color);
  }
  .text-orange-600 {
    color: var(--color-orange-600);
  }
  .text-primary {
    color: var(--p-primary-color);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-surface-700 {
    color: var(--p-surface-700);
  }
  .text-surface-900 {
    color: var(--p-surface-900);
  }
  .text-surface-950 {
    color: var(--p-surface-950);
  }
  .text-violet-600 {
    color: var(--color-violet-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow-\[0px_1px_2px_0px_rgba\(18\,18\,23\,0\.05\)\] {
    --tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, rgba(18,18,23,0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\[0px_56px_16px_0px_rgba\(0\,0\,0\,0\.00\)\,0px_36px_14px_0px_rgba\(0\,0\,0\,0\.01\)\,0px_20px_12px_0px_rgba\(0\,0\,0\,0\.02\)\,0px_9px_9px_0px_rgba\(0\,0\,0\,0\.03\)\,0px_2px_5px_0px_rgba\(0\,0\,0\,0\.04\)\] {
    --tw-shadow:
      0px 56px 16px 0px var(--tw-shadow-color, rgba(0,0,0,0.00)),
      0px 36px 14px 0px var(--tw-shadow-color, rgba(0,0,0,0.01)),
      0px 20px 12px 0px var(--tw-shadow-color, rgba(0,0,0,0.02)),
      0px 9px 9px 0px var(--tw-shadow-color, rgba(0,0,0,0.03)),
      0px 2px 5px 0px var(--tw-shadow-color, rgba(0,0,0,0.04));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  @media (hover: hover) {
    .hover\:bg-emphasis:hover {
      background: var(--p-content-hover-background);
      color: var(--p-content-hover-color);
    }
  }
  @media (hover: hover) {
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  @media (width >= 576px) {
    .sm\:relative {
      position: relative;
    }
  }
  @media (width >= 576px) {
    .sm\:w-88 {
      width: calc(var(--spacing) * 88);
    }
  }
  @media (width >= 576px) {
    .sm\:w-auto {
      width: auto;
    }
  }
  @media (width >= 576px) {
    .sm\:w-xl\! {
      width: var(--container-xl) !important;
    }
  }
  @media (width >= 576px) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 768px) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 768px) {
    .md\:label-small {
      text-align: center;
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      color: var(--p-surface-500);
      font-family: "InterDisplay", sans-serif;
      font-feature-settings:
        "cv11" on,
        "cv10" on,
        "cv09" on,
        "cv07" on,
        "cv05" on,
        "cv04" on,
        "cv03" on,
        "cv02" on,
        "cv01" on;
    }
  }
  @media (width >= 992px) {
    .lg\:col-span-4 {
      grid-column: span 4 / span 4;
    }
  }
  @media (width >= 992px) {
    .lg\:col-span-5 {
      grid-column: span 5 / span 5;
    }
  }
  @media (width >= 992px) {
    .lg\:col-span-7 {
      grid-column: span 7 / span 7;
    }
  }
  @media (width >= 992px) {
    .lg\:col-span-8 {
      grid-column: span 8 / span 8;
    }
  }
  @media (width >= 992px) {
    .lg\:\!w-\[50rem\] {
      width: 50rem !important;
    }
  }
  @media (width >= 992px) {
    .lg\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 992px) {
    .lg\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .dark\:border-surface-0:where([class*=app-dark], [class*=app-dark] *) {
    border-color: var(--p-surface-0);
  }
  .dark\:border-surface-700:where([class*=app-dark], [class*=app-dark] *) {
    border-color: var(--p-surface-700);
  }
  .dark\:bg-surface-900:where([class*=app-dark], [class*=app-dark] *) {
    background-color: var(--p-surface-900);
  }
  .dark\:text-surface-0:where([class*=app-dark], [class*=app-dark] *) {
    color: var(--p-surface-0);
  }
  .dark\:text-surface-100:where([class*=app-dark], [class*=app-dark] *) {
    color: var(--p-surface-100);
  }
  .dark\:text-surface-400:where([class*=app-dark], [class*=app-dark] *) {
    color: var(--p-surface-400);
  }
}
@layer keyframes {
  @keyframes enter {
    from {
      opacity: var(--p-enter-opacity, 1);
      transform: translate3d(var(--p-enter-translate-x, 0), var(--p-enter-translate-y, 0), 0) scale3d(var(--p-enter-scale, 1), var(--p-enter-scale, 1), var(--p-enter-scale, 1)) rotate(var(--p-enter-rotate, 0));
    }
  }
  @keyframes leave {
    to {
      opacity: var(--p-leave-opacity, 1);
      transform: translate3d(var(--p-leave-translate-x, 0), var(--p-leave-translate-y, 0), 0) scale3d(var(--p-leave-scale, 1), var(--p-leave-scale, 1), var(--p-leave-scale, 1)) rotate(var(--p-leave-rotate, 0));
    }
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeout {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes infinite-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes scalein {
    0% {
      opacity: 0;
      transform: scaleY(0.8);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 1;
      transform: scaleY(1);
    }
  }
  @keyframes slidedown {
    0% {
      max-height: 0;
    }
    100% {
      max-height: auto;
    }
  }
  @keyframes slideup {
    0% {
      max-height: 1000px;
    }
    100% {
      max-height: 0;
    }
  }
  @keyframes fadeinleft {
    0% {
      opacity: 0;
      transform: translateX(-100%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes fadeoutleft {
    0% {
      opacity: 1;
      transform: translateX(0%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 0;
      transform: translateX(-100%);
    }
  }
  @keyframes fadeinright {
    0% {
      opacity: 0;
      transform: translateX(100%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes fadeoutright {
    0% {
      opacity: 1;
      transform: translateX(0%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  @keyframes fadeinup {
    0% {
      opacity: 0;
      transform: translateY(-100%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @keyframes fadeoutup {
    0% {
      opacity: 1;
      transform: translateY(0%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 0;
      transform: translateY(-100%);
    }
  }
  @keyframes fadeindown {
    0% {
      opacity: 0;
      transform: translateY(100%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @keyframes fadeoutdown {
    0% {
      opacity: 1;
      transform: translateY(0%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 0;
      transform: translateY(100%);
    }
  }
  @keyframes width {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes flip {
    from {
      transform: perspective(2000px) rotateX(-100deg);
    }
    to {
      transform: perspective(2000px) rotateX(0);
    }
  }
  @keyframes flipleft {
    from {
      transform: perspective(2000px) rotateY(-100deg);
      opacity: 0;
    }
    to {
      transform: perspective(2000px) rotateY(0);
      opacity: 1;
    }
  }
  @keyframes flipright {
    from {
      transform: perspective(2000px) rotateY(100deg);
      opacity: 0;
    }
    to {
      transform: perspective(2000px) rotateY(0);
      opacity: 1;
    }
  }
  @keyframes flipup {
    from {
      transform: perspective(2000px) rotateX(-100deg);
      opacity: 0;
    }
    to {
      transform: perspective(2000px) rotateX(0);
      opacity: 1;
    }
  }
  @keyframes zoomin {
    from {
      transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  @keyframes zoomindown {
    from {
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      opacity: 0;
    }
    60% {
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      opacity: 1;
    }
  }
  @keyframes zoominleft {
    from {
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      opacity: 0;
    }
    60% {
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      opacity: 1;
    }
  }
}
:root {
  --primary-color: var(--p-primary-color);
  --primary-contrast-color: var(--p-primary-contrast-color);
  --text-color: var(--p-text-color);
  --text-muted-color: var(--p-text-muted-color);
  --surface-border: var(--p-content-border-color);
  --surface-card: var(--p-content-background);
  --surface-hover: var(--p-content-hover-background);
  --surface-overlay: var(--p-overlay-popover-background);
  --transition-duration: var(--p-transition-duration);
  --border-radius: var(--p-content-border-radius);
  --focus-ring-shadow: var(--p-focus-ring-shadow);
}
:root {
  --surface-ground: #ffffff;
  --surface-card: var(--p-surface-50);
  --popover-background: #ffffff;
  --popover-border-color: var(--surface-border);
  --popover-item-active-background-color: var(--p-surface-100);
  --popover-item-hover-background-color: var(--p-content-hover-background);
  --popover-item-text-color: var(--p-surface-500);
  --popover-item-active-text-color: var(--p-surface-950);
  --menu-bg-color: var(--p-primary-700);
  --menu-bg-color-alt: var(--p-primary-900);
}
:root[class*=app-dark] {
  --surface-ground: var(--p-surface-950);
  --surface-card: var(--p-surface-900);
  --popover-background: var(--p-surface-900);
  --popover-border-color: var(--surface-border);
  --popover-item-active-background-color: var(--p-surface-800);
  --popover-item-hover-background-color: var(--p-content-hover-background);
  --popover-item-text-color: var(--p-surface-400);
  --popover-item-active-text-color: var(--p-surface-0);
  --menu-bg-color: var(--p-primary-500);
  --menu-bg-color-alt: var(--p-surface-950);
}
@supports (color: color-mix(in lab, red, red)) {
  :root[class*=app-dark] {
    --menu-bg-color: color-mix(in srgb, var(--p-primary-500), transparent 95%);
  }
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-ExtraBoldItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-ExtraLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "InterDisplay";
  src: url("./media/InterDisplay-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
.card {
  background: var(--surface-card);
  padding: 1.5rem;
  border: 1px solid var(--surface-border);
  margin-bottom: 2rem;
  border-radius: 1rem;
}
.card:last-child {
  margin-bottom: 0;
}
.p-toast.p-toast-top-right,
.p-toast.p-toast-top-left,
.p-toast.p-toast-top-center {
  top: 70px;
}
.text-cyan-600 {
  color: var(--color-cyan-600) !important;
}
.text-amber-600 {
  color: var(--color-amber-600) !important;
}
.text-green-600 {
  color: var(--color-green-600) !important;
}
.text-indigo-600 {
  color: var(--color-indigo-600) !important;
}
.text-red-600 {
  color: var(--color-red-600) !important;
}
.text-slate-600 {
  color: var(--color-slate-600) !important;
}
.text-lime-600 {
  color: var(--color-lime-600) !important;
}
.p-tieredmenu-item-icon {
  color: transparent;
}
.p-tabs {
  background-color: aqua;
}
.p-tabs .p-tabpanels {
  padding-left: 0;
  padding-right: 0;
}
html {
  height: 100%;
  font-size: 14px;
  font-feature-settings:
    "cv02",
    "cv03",
    "cv04",
    "cv11";
  line-height: 1.2;
}
body {
  font-family:
    "InterDisplay",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  color: var(--text-color);
  background-color: var(--surface-ground);
  padding: 0;
  margin: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: none !important;
}
.layout-topbar {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid var(--surface-border);
  position: static;
  width: calc(100% - 4rem);
  margin: 0 auto;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-color);
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
}
.layout-topbar .topbar-left {
  display: flex;
  align-items: center;
}
.layout-topbar .topbar-left .horizontal-logo {
  display: none;
}
.layout-topbar .menu-button {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: var(--text-color);
  overflow: hidden;
  border-radius: var(--border-radius);
  background: transparent;
  transition: background-color var(--transition-duration), box-shadow var(--transition-duration);
  display: block;
  cursor: pointer;
  outline: 0 none;
}
.layout-topbar .menu-button:hover {
  background: var(--surface-hover);
}
.layout-topbar .menu-button:focus {
  box-shadow: var(--focus-ring-shadow);
}
.layout-topbar .menu-button i {
  line-height: inherit;
  font-size: 1.125rem;
}
.layout-topbar .topbar-separator {
  display: block;
  width: 1px;
  border-left: 1px solid var(--surface-border);
  align-self: stretch;
  margin: 0 1rem;
}
.layout-topbar .mobile-logo {
  display: none;
}
.layout-topbar .viewname {
  font-weight: 600;
  font-size: 1.25rem;
}
.layout-topbar .topbar-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.layout-topbar .topbar-menu > li {
  margin-left: 1rem;
  position: relative;
}
.layout-topbar .topbar-menu > li:first {
  margin-left: 0;
}
.layout-topbar .topbar-menu > li.profile-item > a {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
}
.layout-topbar .topbar-menu > li.profile-item .profile-image {
  width: 2.5rem;
  height: 2.5rem;
}
.layout-topbar .topbar-menu > li > a {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: var(--text-color);
  overflow: hidden;
  border-radius: var(--border-radius);
  transition: background-color var(--transition-duration), box-shadow var(--transition-duration);
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: 0 none;
}
.layout-topbar .topbar-menu > li > a:hover {
  background: var(--surface-hover);
}
.layout-topbar .topbar-menu > li > a:focus {
  box-shadow: var(--focus-ring-shadow);
}
.layout-topbar .topbar-menu > li > a i {
  line-height: inherit;
  font-size: 1.125rem;
}
.layout-topbar .topbar-menu > li > a .topbar-badge {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.714rem;
  border-radius: 50%;
  font-weight: 600;
  background: var(--primary-color);
  color: var(--primary-contrast-color);
}
.search-container {
  background: var(--surface-overlay);
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  padding: 2rem;
  border-radius: var(--border-radius);
  position: relative;
  box-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  border: var(--surface-border);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: all;
}
.search-container input {
  appearance: none;
  font-size: 1.5rem;
  text-indent: 2.5rem;
  padding: 0.5rem;
  width: 100%;
}
.search-container i {
  color: var(--text-muted-color);
  width: 2rem;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
  margin-left: 1rem;
}
.layout-sidebar {
  margin-left: 0;
  width: 17rem;
  height: 100%;
  border-radius: 0 1.5rem 1.5rem 0;
  overflow: hidden;
  box-shadow: 0px 1px 2px 0px rgba(18, 18, 23, 0.05);
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  user-select: none;
  transition: margin 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99), transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
}
.layout-sidebar .logo {
  text-align: center;
  display: flex;
  outline: 0 none;
  padding: 1rem 1rem;
  transition: background-color var(--transition-duration), box-shadow var(--transition-duration);
}
.layout-sidebar .logo-image {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.layout-sidebar .app-name {
  vertical-align: middle;
  font-size: 1.5rem;
  letter-spacing: 0.2px;
}
.layout-menu-container {
  overflow: auto;
  flex: 1;
  padding: 1rem;
}
.layout-content .layout-breadcrumb {
  display: none;
}
.layout-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.layout-menu .menu-separator {
  margin: 0.875rem 0;
}
.layout-menu .layout-root-menuitem > .layout-menuitem-root-text {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 0rem 0 0.5rem 0;
}
.layout-menu .layout-root-menuitem > a {
  display: none;
}
.layout-menu .layout-root-menuitem .layout-menu-tooltip {
  display: none;
}
.layout-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.layout-menu ul a {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 500 !important;
  padding: 0.45rem 0.75rem;
  border-radius: var(--border-radius);
  box-shadow: none !important;
  cursor: pointer;
  transition: background-color var(--transition-duration), box-shadow var(--transition-duration);
}
.layout-menu ul a .layout-menuitem-icon {
  margin-right: 0.5rem;
}
.layout-menu ul a .layout-submenu-toggler {
  font-size: 75%;
  margin-left: auto;
  transition: transform var(--transition-duration);
}
.layout-menu ul li.active-menuitem {
  border-radius: var(--border-radius);
}
.layout-menu ul li.active-menuitem > a .layout-submenu-toggler {
  transform: rotate(-180deg);
}
.layout-menu ul li.active-menuitem > ul {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}
.layout-menu ul ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.layout-menu ul ul li a {
  padding-left: 1.5rem;
}
.layout-menu ul ul li li a {
  padding-left: 2.5rem;
}
.layout-menu ul ul li li li a {
  padding-left: 3.5rem;
}
.layout-menu ul ul li li li li a {
  padding-left: 4.5rem;
}
.layout-menu ul ul li li li li li a {
  padding-left: 5.5rem;
}
.layout-menu ul ul li li li li li li a {
  padding-left: 6.5rem;
}
@media screen and (min-width: 992px) {
  .layout-slim .layout-topbar .topbar-left .horizontal-logo {
    display: none;
  }
  .layout-slim .layout-topbar .topbar-left .menu-button {
    display: none;
  }
  .layout-slim .layout-topbar .topbar-left .topbar-separator {
    display: none;
  }
  .layout-slim .layout-sidebar {
    width: 7rem;
    overflow: visible;
    z-index: 999;
  }
  .layout-slim .layout-sidebar .logo {
    justify-content: center;
    padding-right: 2rem;
  }
  .layout-slim .layout-sidebar .logo-image {
    margin-right: 0;
  }
  .layout-slim .layout-sidebar .app-name {
    display: none;
  }
  .layout-slim .layout-sidebar .layout-menu-container {
    overflow: auto;
    padding: 0.75rem;
  }
  .layout-slim .layout-sidebar .layout-menu-container::-webkit-scrollbar {
    display: none;
  }
  .layout-slim .layout-menu ul {
    display: none;
  }
  .layout-slim .layout-menu li.active-menuitem > ul {
    display: block;
  }
  .layout-slim .layout-menu .layout-root-menuitem {
    border-radius: var(--border-radius);
  }
  .layout-slim .layout-menu .layout-root-menuitem > .layout-menuitem-root-text {
    display: none;
  }
  .layout-slim .layout-menu .layout-root-menuitem > a {
    display: block;
    text-align: center;
    border-radius: var(--border-radius);
    padding: 0.5rem 0;
    cursor: pointer;
    outline: none;
    transition: background-color var(--transition-duration);
  }
  .layout-slim .layout-menu .layout-root-menuitem > a .layout-submenu-toggler {
    display: none;
  }
  .layout-slim .layout-menu .layout-root-menuitem > a .layout-menuitem-icon {
    font-size: 1.25rem;
  }
  .layout-slim .layout-menu .layout-root-menuitem > a .layout-menuitem-text {
    font-size: 0.875rem;
    display: block;
    margin-top: 0.25rem;
  }
  .layout-slim .layout-menu .layout-root-menuitem > ul {
    position: absolute;
    left: 7.5rem;
    top: 0;
    min-width: 15rem;
    background: var(--popover-background);
    border: 1px solid var(--popover-border-color);
    box-shadow:
      0px 56px 16px 0px rgba(0, 0, 0, 0),
      0px 36px 14px 0px rgba(0, 0, 0, 0.01),
      0px 20px 12px 0px rgba(0, 0, 0, 0.02),
      0px 9px 9px 0px rgba(0, 0, 0, 0.03),
      0px 2px 5px 0px rgba(0, 0, 0, 0.04);
    border-radius: 1rem;
    padding: 0.5rem;
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0.05, 0.74, 0.2, 0.99);
    max-height: 20rem;
    overflow: auto;
  }
  .layout-slim .layout-menu .layout-root-menuitem > ul .active-menuitem {
    background-color: transparent;
  }
  .layout-slim .layout-menu .layout-root-menuitem > ul .active-menuitem > a {
    color: var(--popover-item-active-text-color);
    background-color: var(--popover-item-active-background-color);
  }
  .layout-slim .layout-menu .layout-root-menuitem > ul a {
    color: var(--popover-item-text-color);
    border-radius: 0.5rem;
    margin: 0.25rem 0;
  }
  .layout-slim .layout-menu .layout-root-menuitem > ul a:hover {
    background-color: var(--popover-item-hover-background-color);
  }
}
@media screen and (min-width: 992px) {
  .layout-reveal .topbar-left .horizontal-logo {
    display: none;
  }
  .layout-reveal .topbar-left .menu-button {
    display: none;
  }
  .layout-reveal .topbar-left .topbar-separator {
    display: none;
  }
  .layout-reveal .layout-sidebar {
    height: 100%;
    top: 0;
    transition: margin 0.3s cubic-bezier(0, 0, 0.2, 1);
    margin-left: -12rem;
    z-index: 999;
  }
  .layout-reveal .layout-sidebar .sidebar-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0.5rem;
  }
  .layout-reveal .layout-sidebar .sidebar-header .logo {
    width: 100%;
    border: none;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding-right: 0.5rem;
  }
  .layout-reveal .layout-sidebar .sidebar-header .logo .app-name {
    display: none;
  }
  .layout-reveal .layout-sidebar .sidebar-header .layout-sidebar-anchor {
    display: none;
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    border: var(--d-menu-separator-border);
    border-width: 2px;
    background-color: transparent;
    outline: none;
    transition: background-color var(--transition-duration), transform 0.3s;
  }
  .layout-reveal .layout-sidebar .sidebar-header .layout-sidebar-anchor:hover {
    cursor: pointer;
  }
  .layout-reveal .layout-sidebar .layout-menu-container {
    overflow: hidden;
  }
  .layout-reveal .layout-sidebar .layout-menu .layout-root-menuitem > .layout-menuitem-root-text {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.5rem 0 0.5rem 0;
    opacity: 0;
  }
  .layout-reveal .layout-sidebar .layout-menu .layout-root-menuitem > .layout-menuitem-root-text > span {
    margin-right: auto;
  }
  .layout-reveal .layout-sidebar .layout-menu .layout-root-menuitem > .layout-menuitem-root-text > .layout-menuitem-root-icon {
    display: block;
    margin-right: 0.125rem;
  }
  .layout-reveal .layout-sidebar .layout-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .layout-reveal .layout-sidebar .layout-menu ul a .layout-menuitem-text {
    order: 1;
    margin-right: auto;
  }
  .layout-reveal .layout-sidebar .layout-menu ul a .layout-submenu-toggler {
    order: 2;
    display: none;
    margin-right: 0.5rem;
  }
  .layout-reveal .layout-sidebar .layout-menu ul a .layout-menuitem-icon {
    order: 3;
    margin-right: 0;
    font-size: 1.25rem;
    width: auto;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar {
    margin-left: 0;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .layout-menu-container {
    overflow: auto;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .sidebar-header {
    justify-content: space-between;
    padding: 1rem;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .sidebar-header .logo {
    width: 100%;
    border: none;
    justify-content: flex-start;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .sidebar-header .logo .app-name {
    display: inline-block;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .sidebar-header .layout-sidebar-anchor {
    display: flex;
    flex-shrink: 0;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .layout-menu .layout-root-menuitem > .layout-menuitem-root-text {
    opacity: 1;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .layout-menu .layout-root-menuitem > .layout-menuitem-root-text > .layout-menuitem-root-icon {
    display: none;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .layout-menu ul a {
    padding: 0.45rem 0.75rem;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .layout-menu ul a .layout-submenu-toggler {
    display: block;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .layout-menu ul ul {
    overflow: hidden;
    border-radius: var(--border-radius);
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .layout-menu ul ul li a {
    padding-left: 2.5rem;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .layout-menu ul ul li li a {
    padding-left: 3rem;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .layout-menu ul ul li li li a {
    padding-left: 3.5rem;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .layout-menu ul ul li li li li a {
    padding-left: 4rem;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .layout-menu ul ul li li li li li a {
    padding-left: 5.5rem;
  }
  .layout-reveal.layout-sidebar-active .layout-sidebar .layout-menu ul ul li li li li li li a {
    padding-left: 5rem;
  }
  .layout-reveal.layout-sidebar-anchored .sidebar-header .layout-sidebar-anchor {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
  }
}
@media screen and (min-width: 992px) {
  .layout-drawer .layout-topbar .topbar-left .horizontal-logo {
    display: none;
  }
  .layout-drawer .layout-topbar .topbar-left .menu-button {
    display: none;
  }
  .layout-drawer .layout-topbar .topbar-left .topbar-separator {
    display: none;
  }
  .layout-drawer .layout-sidebar {
    height: 100%;
    top: 0;
    transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    width: 4.5rem;
    z-index: 999;
  }
  .layout-drawer .layout-sidebar .sidebar-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0.5rem;
  }
  .layout-drawer .layout-sidebar .sidebar-header .logo {
    width: 100%;
    border: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    transition: all 0.15s;
  }
  .layout-drawer .layout-sidebar .sidebar-header .logo .logo-image {
    margin-right: 0.75rem;
  }
  .layout-drawer .layout-sidebar .sidebar-header .logo .app-name {
    opacity: 0;
    width: 0;
    transition: all 0.15s;
  }
  .layout-drawer .layout-sidebar .sidebar-header .layout-sidebar-anchor {
    display: none;
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    border: var(--d-menu-separator-border);
    border-width: 2px;
    background-color: transparent;
    outline: none;
    transition: background-color var(--transition-duration), transform 0.3s;
  }
  .layout-drawer .layout-sidebar .sidebar-header .layout-sidebar-anchor:hover {
    cursor: pointer;
  }
  .layout-drawer .layout-sidebar .layout-menu-container {
    overflow: hidden;
  }
  .layout-drawer .layout-sidebar .layout-menu {
    transition: all 0.4s;
  }
  .layout-drawer .layout-sidebar .layout-menu .layout-root-menuitem > .layout-menuitem-root-text {
    opacity: 0;
    white-space: nowrap;
    transition: all 0.1s;
    min-height: 2.2rem;
  }
  .layout-drawer .layout-sidebar .layout-menu .layout-root-menuitem > .layout-menuitem-root-text > span {
    margin-right: auto;
  }
  .layout-drawer .layout-sidebar .layout-menu .layout-root-menuitem > .layout-menuitem-root-text > .layout-menuitem-root-icon {
    display: block;
    margin-right: 0.125rem;
  }
  .layout-drawer .layout-sidebar .layout-menu .layout-root-menuitem > .layout-menuitem-root-text > .layout-menuitem-root-icon {
    display: block;
    margin-right: 0.125rem;
    font-size: 1.25rem;
  }
  .layout-drawer .layout-sidebar .layout-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .layout-drawer .layout-sidebar .layout-menu ul a span {
    opacity: 0;
    white-space: nowrap;
    transition: all 0.1s;
  }
  .layout-drawer .layout-sidebar .layout-menu ul a .layout-menuitem-icon {
    font-size: 1.25rem;
    width: auto;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar {
    width: 16rem;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu-container {
    overflow: auto;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .sidebar-header {
    justify-content: space-between;
    padding: 1rem;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .sidebar-header .logo {
    width: 100%;
    border: none;
    justify-content: flex-start;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .sidebar-header .logo .app-name {
    display: inline-block;
    opacity: 1;
    width: auto;
    transition: all 0.15s;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .sidebar-header .layout-sidebar-anchor {
    display: flex;
    flex-shrink: 0;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu .layout-root-menuitem > .layout-menuitem-root-text {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.5rem 0 0.5rem 0;
    opacity: 1;
    transition: all 0.3s;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu .layout-root-menuitem > .layout-menuitem-root-text > .layout-menuitem-root-icon {
    display: none;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu ul a {
    padding: 0.45rem 0.75rem;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu ul a .layout-submenu-toggler {
    display: block;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu ul a span {
    opacity: 1;
    transition: all 0.3s;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu ul ul {
    overflow: hidden;
    border-radius: var(--border-radius);
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu ul ul li a {
    padding-left: 2.5rem;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu ul ul li li a {
    padding-left: 3rem;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu ul ul li li li a {
    padding-left: 3.5rem;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu ul ul li li li li a {
    padding-left: 4rem;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu ul ul li li li li li a {
    padding-left: 5.5rem;
  }
  .layout-drawer.layout-sidebar-active .layout-sidebar .layout-menu ul ul li li li li li li a {
    padding-left: 5rem;
  }
  .layout-drawer.layout-sidebar-anchored .sidebar-header .layout-sidebar-anchor {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
  }
  .layout-drawer.layout-sidebar-dark.layout-sidebar-anchored .sidebar-header .layout-sidebar-anchor {
    background-color: var(--text-color);
    border: 2px solid var(--text-color);
  }
}
@media screen and (min-width: 992px) {
  .layout-horizontal {
    flex-direction: column;
    width: 100%;
  }
  .layout-horizontal .layout-content .layout-breadcrumb {
    display: flex;
    margin-bottom: 1rem;
  }
  .layout-horizontal .layout-topbar {
    width: auto;
    background: transparent;
    border: none;
    padding: 1rem;
  }
  .layout-horizontal .layout-topbar .topbar-left {
    display: none;
  }
  .layout-horizontal .layout-topbar .topbar-left .horizontal-logo {
    display: block;
    height: 2rem;
    cursor: pointer;
  }
  .layout-horizontal .layout-topbar .topbar-left .menu-button {
    display: none;
  }
  .layout-horizontal .layout-topbar .topbar-left .viewname {
    display: none;
  }
  .layout-horizontal .layout-topbar .topbar-left .topbar-separator {
    display: block;
  }
  .layout-horizontal .layout-topbar .topbar-left .layout-breadcrumb {
    display: none;
  }
  .layout-horizontal .layout-topbar .topbar-right {
    display: flex;
    justify-content: flex-end;
  }
  .layout-horizontal .layout-topbar .topbar-right .topbar-menu .profile-item > a {
    padding: 0;
  }
  .layout-horizontal .layout-topbar .topbar-right .topbar-menu .profile-item > a img {
    margin: 0;
  }
  .layout-horizontal .layout-topbar .topbar-right .topbar-menu .profile-item .profile-name {
    display: none;
  }
  .layout-horizontal .layout-content-wrapper .layout-topbar {
    display: none;
  }
  .layout-horizontal .layout-sidebar {
    width: 100%;
    height: auto;
    overflow: visible;
    flex-direction: row;
    align-items: center;
    position: relative;
    box-shadow: none;
    border: 0 none;
    transition: none;
    padding: 0 1rem;
    border-radius: 0 0 1.5rem 1.5rem;
    border-right: none;
    border-bottom: var(--d-sidebar-border);
  }
  .layout-horizontal .layout-sidebar .layout-menu-container {
    overflow: auto;
    flex: 1;
  }
  .layout-horizontal .layout-sidebar .layout-menu-container::-webkit-scrollbar {
    display: none;
  }
  .layout-horizontal .layout-content-wrapper .viewname {
    padding-bottom: 1.5rem;
    display: block;
    font-weight: 600;
  }
  .layout-horizontal .layout-menu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    width: fit-content;
    height: 100%;
  }
  .layout-horizontal .layout-menu ul {
    display: none;
  }
  .layout-horizontal .layout-menu li.active-menuitem > ul {
    display: block;
  }
  .layout-horizontal .layout-menu li.active-menuitem > a .layout-submenu-toggler {
    transform: rotate(-180deg);
  }
  .layout-horizontal .layout-menu .layout-root-menuitem {
    border-radius: var(--border-radius);
  }
  .layout-horizontal .layout-menu .layout-root-menuitem > .layout-menuitem-root-text {
    display: none;
  }
  .layout-horizontal .layout-menu .layout-root-menuitem > a {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    border-radius: var(--border-radius);
    cursor: pointer;
    outline: none;
    transition: background-color var(--transition-duration);
  }
  .layout-horizontal .layout-menu .layout-root-menuitem > a .layout-submenu-toggler {
    display: block;
    margin-left: auto;
    transition: transform 0.2s;
  }
  .layout-horizontal .layout-menu .layout-root-menuitem > a .layout-menuitem-icon {
    font-size: 1.25rem;
  }
  .layout-horizontal .layout-menu .layout-root-menuitem > a .layout-menuitem-text {
    font-size: 0.875rem;
    display: block;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    white-space: nowrap;
  }
  .layout-horizontal .layout-menu .layout-root-menuitem > ul {
    position: absolute;
    top: calc(100% + 0.25rem);
    min-width: 15rem;
    background: var(--popover-background) !important;
    border: 1px solid var(--popover-border-color);
    box-shadow:
      0px 56px 16px 0px rgba(0, 0, 0, 0),
      0px 36px 14px 0px rgba(0, 0, 0, 0.01),
      0px 20px 12px 0px rgba(0, 0, 0, 0.02),
      0px 9px 9px 0px rgba(0, 0, 0, 0.03),
      0px 2px 5px 0px rgba(0, 0, 0, 0.04);
    border-radius: 1rem;
    padding: 0.5rem;
    overflow: auto;
    max-height: 20rem;
  }
  .layout-horizontal .layout-menu .layout-root-menuitem > ul .active-menuitem {
    background-color: transparent;
  }
  .layout-horizontal .layout-menu .layout-root-menuitem > ul .active-menuitem > a {
    color: var(--popover-item-active-text-color);
    background-color: var(--popover-item-active-background-color);
  }
  .layout-horizontal .layout-menu .layout-root-menuitem > ul a {
    color: var(--popover-item-text-color);
    border-radius: 0.5rem;
    margin: 0.25rem 0;
  }
  .layout-horizontal .layout-menu .layout-root-menuitem > ul a:hover {
    background-color: var(--popover-item-hover-background-color);
  }
  .layout-sidebar-primary.layout-horizontal .layout-topbar .topbar-right .topbar-menu .app-config-button {
    color: var(--p-surface-0);
  }
  .layout-sidebar-primary.layout-horizontal .layout-topbar .topbar-right .topbar-menu .app-config-button::after,
  .layout-sidebar-primary.layout-horizontal .layout-topbar .topbar-right .topbar-menu .app-config-button::before {
    border-color: var(--p-surface-0);
  }
  .layout-sidebar-dark.layout-horizontal .layout-topbar .topbar-right .topbar-menu .app-config-button {
    color: var(--p-surface-0);
  }
  .layout-sidebar-dark.layout-horizontal .layout-topbar .topbar-right .topbar-menu .app-config-button::after,
  .layout-sidebar-dark.layout-horizontal .layout-topbar .topbar-right .topbar-menu .app-config-button::before {
    border-color: var(--p-surface-0);
  }
}
@media screen and (min-width: 992px) {
  .layout-compact .layout-topbar .topbar-left .horizontal-logo {
    display: none;
  }
  .layout-compact .layout-topbar .topbar-left .menu-button {
    display: none;
  }
  .layout-compact .layout-topbar .topbar-left .topbar-separator {
    display: none;
  }
  .layout-compact .layout-sidebar {
    width: 5rem;
    overflow: visible;
    z-index: 999;
  }
  .layout-compact .layout-sidebar .logo {
    margin: 0;
    justify-content: center;
  }
  .layout-compact .layout-sidebar .logo-image {
    margin-right: 0;
  }
  .layout-compact .layout-sidebar .app-name {
    display: none;
  }
  .layout-compact .layout-sidebar .layout-menu-container {
    overflow: auto;
  }
  .layout-compact .layout-sidebar .layout-menu-container::-webkit-scrollbar {
    display: none;
  }
  .layout-compact .layout-menu .menu-separator {
    display: none;
  }
  .layout-compact .layout-menu ul {
    display: none;
  }
  .layout-compact .layout-menu li.active-menuitem > ul {
    display: block;
  }
  .layout-compact .layout-menu .layout-root-menuitem {
    margin-bottom: 1rem;
    border-radius: var(--border-radius);
  }
  .layout-compact .layout-menu .layout-root-menuitem > .layout-menuitem-root-text {
    display: none;
  }
  .layout-compact .layout-menu .layout-root-menuitem > a {
    display: block;
    text-align: center;
    border-radius: var(--border-radius);
    padding: 0.5rem 0;
    cursor: pointer;
    outline: none;
    transition: background-color var(--transition-duration);
  }
  .layout-compact .layout-menu .layout-root-menuitem > a .layout-submenu-toggler {
    display: none;
  }
  .layout-compact .layout-menu .layout-root-menuitem > a .layout-menuitem-icon {
    font-size: 1.25rem;
    margin-top: 4px;
  }
  .layout-compact .layout-menu .layout-root-menuitem > a .layout-menuitem-text {
    display: none;
  }
  .layout-compact .layout-menu .layout-root-menuitem > ul {
    position: absolute;
    left: 5.5rem;
    top: 0;
    min-width: 15rem;
    background: var(--popover-background);
    border: 1px solid var(--popover-border-color);
    box-shadow:
      0px 56px 16px 0px rgba(0, 0, 0, 0),
      0px 36px 14px 0px rgba(0, 0, 0, 0.01),
      0px 20px 12px 0px rgba(0, 0, 0, 0.02),
      0px 9px 9px 0px rgba(0, 0, 0, 0.03),
      0px 2px 5px 0px rgba(0, 0, 0, 0.04);
    border-radius: 1rem;
    padding: 0.5rem;
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0.05, 0.74, 0.2, 0.99);
    max-height: 20rem;
    overflow: auto;
  }
  .layout-compact .layout-menu .layout-root-menuitem > ul .active-menuitem {
    background-color: transparent;
  }
  .layout-compact .layout-menu .layout-root-menuitem > ul .active-menuitem > a {
    color: var(--popover-item-active-text-color);
    background-color: var(--popover-item-active-background-color);
  }
  .layout-compact .layout-menu .layout-root-menuitem > ul a {
    color: var(--popover-item-text-color);
    border-radius: 0.5rem;
    margin: 0.25rem 0;
  }
  .layout-compact .layout-menu .layout-root-menuitem > ul a:hover {
    background-color: var(--popover-item-hover-background-color);
  }
}
.layout-sidebar {
  border-right: var(--d-sidebar-border);
  background: var(--d-sidebar-bg-color);
  background-image:
    linear-gradient(
      135deg,
      var(--d-sidebar-bg-color),
      var(--d-sidebar-bg-color-alt));
  height: 100%;
  z-index: 10;
}
.layout-sidebar .sidebar-header .layout-sidebar-anchor {
  display: none;
}
.layout-sidebar .app-name {
  color: var(--d-app-name-color);
}
.layout-sidebar .layout-menu .menu-separator {
  height: 1px;
  width: 100%;
  background: transparent;
}
.layout-sidebar .layout-menu li.active-menuitem > a {
  color: var(--d-menuitem-active-text-color);
}
.layout-sidebar .layout-menu li a {
  color: var(--d-menuitem-text-color);
}
.layout-sidebar .layout-menu li a:hover {
  background: var(--d-menuitem-hover-bg);
}
.layout-sidebar .layout-menu .layout-root-menuitem .layout-menuitem-root-text {
  color: var(--d-menuitem-root-text-color);
}
.layout-sidebar .layout-menu .layout-root-menuitem > ul {
  z-index: 1;
}
.layout-sidebar .layout-menu .layout-root-menuitem > ul > li.active-menuitem {
  background: var(--d-menuitem-active-bg);
}
.app-dark .layout-sidebar-primary div[app-sidebar] {
  z-index: 1;
}
.app-dark .layout-sidebar-primary::before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  background-image:
    radial-gradient(
      circle at top left,
      var(--p-primary-950) 0%,
      transparent 50%);
  width: 60rem;
  height: 100%;
  pointer-events: none;
}
@supports (color: color-mix(in lab, red, red)) {
  .app-dark .layout-sidebar-primary::before {
    background-image:
      radial-gradient(
        circle at top left,
        color-mix(in srgb, var(--p-primary-950) 60%, transparent 40%) 0%,
        transparent 50%);
  }
}
@media screen and (min-width: 992px) {
  .layout-horizontal .layout-topbar {
    background: var(--d-sidebar-bg-color);
    color: var(--d-menuitem-text-color);
  }
  .layout-horizontal .layout-topbar .topbar-separator {
    border-left: var(--d-menu-separator-border);
  }
  .layout-horizontal .layout-topbar .topbar-menu > li.right-sidebar-item > a {
    background: transparent;
    color: var(--d-menuitem-text-color);
  }
  .layout-horizontal .layout-topbar .topbar-menu > li.right-sidebar-item > a:hover {
    background: var(--d-menuitem-hover-bg);
  }
  .layout-horizontal .layout-topbar .topbar-menu > li.right-sidebar-item > a:focus {
    box-shadow: var(--d-menuitem-focus-shadow);
  }
  .layout-horizontal .layout-topbar .topbar-menu > li > a {
    color: var(--d-menuitem-text-color);
  }
  .layout-horizontal .layout-topbar .topbar-menu > li > a:hover {
    background: var(--d-menuitem-hover-bg);
  }
  .layout-horizontal .layout-topbar .topbar-menu > li > a:focus {
    box-shadow: var(--d-menuitem-focus-shadow);
  }
  .layout-horizontal .layout-topbar .topbar-menu > li > a .topbar-badge {
    background: var(--primary-color);
    color: var(--primary-contrast-color);
  }
  .layout-horizontal .layout-topbar .topbar-menu > li > ul.notifications-menu .notification-detail {
    color: var(--d-menuitem-root-text-color);
  }
  .layout-horizontal .layout-sidebar {
    background-image: none;
  }
  .layout-horizontal .layout-sidebar .layout-menu .layout-root-menuitem > ul {
    background: var(--d-sidebar-bg-color);
    background-image:
      linear-gradient(
        180deg,
        var(--d-sidebar-bg-color) 10%,
        var(--d-sidebar-bg-color-alt) 100%);
  }
  .layout-horizontal .layout-sidebar .layout-menu ul a.active-route {
    background: var(--d-menuitem-active-bg);
  }
  .app-dark .layout-sidebar-primary .layout-sidebar {
    background: transparent;
    background-image: none;
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .layout-sidebar .layout-menu .layout-root-menuitem.active-menuitem {
    background: transparent;
  }
}
.layout-sidebar-primary {
  --d-sidebar-bg-color: var(--menu-bg-color);
  --d-sidebar-bg-color-alt: var(--menu-bg-color-alt);
  --d-sidebar-border: 1px solid var(--surface-border);
  --d-app-name-color: var(--p-surface-0);
  --d-menu-separator-border: 1px solid rgba(255, 255, 255, 0.2);
  --d-menuitem-root-text-color: rgba(255, 255, 255, 0.6);
  --d-menuitem-text-color: rgba(255, 255, 255, 0.64);
  --d-menuitem-hover-bg: rgba(255, 255, 255, 0.1);
  --d-menuitem-active-bg: rgba(255, 255, 255, 0.1);
  --d-menuitem-active-text-color: #ffffff;
  --d-menuitem-focus-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.1);
  --d-sidebar-border: 1px solid transparent;
}
:root[class*=app-dark] .layout-sidebar-primary {
  --d-sidebar-bg-color: var(--p-surface-950);
  --d-sidebar-bg-color-alt: var(--p-surface-950);
  --d-sidebar-border: 1px solid var(--p-surface-700);
}
.layout-sidebar-light {
  --d-sidebar-bg-color: #ffffff;
  --d-sidebar-bg-color-alt: #ffffff;
  --d-sidebar-border: 1px solid var(--surface-border);
  --d-app-name-color: var(--p-surface-950);
  --d-menu-separator-border: 1px solid var(--surface-border);
  --d-menuitem-root-text-color: var(--p-surface-500);
  --d-menuitem-text-color: var(--p-surface-500);
  --d-menuitem-hover-bg: var(--surface-hover);
  --d-menuitem-active-bg: var(--p-surface-50);
  --d-menuitem-active-text-color: var(--p-surface-950);
  --d-menuitem-focus-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.1);
}
.layout-sidebar-dark {
  --d-sidebar-bg-color: var(--p-surface-950);
  --d-sidebar-bg-color-alt: var(--p-surface-950);
  --d-sidebar-border: 1px solid var(--p-surface-700);
  --d-app-name-color: var(--p-surface-0);
  --d-menu-separator-border: 1px solid var(--p-surface-700);
  --d-menuitem-root-text-color: var(--p-surface-500);
  --d-menuitem-text-color: var(--p-surface-400);
  --d-menuitem-hover-bg: rgba(255, 255, 255, 0.05);
  --d-menuitem-active-bg: rgba(255, 255, 255, 0.08);
  --d-menuitem-active-text-color: var(--p-surface-0);
  --d-menuitem-focus-shadow: 0 0 0 1px var(--p-primary-50);
}
.layout-wrapper {
  height: 100vh;
  display: flex;
  transition: all 0.2s ease;
}
.layout-content-wrapper {
  flex: 1;
  height: 100%;
  overflow: auto;
  transition: all 0.2s ease;
  background-color: #fbfbfb;
}
.layout-content-wrapper-inside {
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.layout-content {
  padding: 2rem 2rem 2rem 2rem;
  flex: 1 1 auto;
}
.layout-breadcrumb ol {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1rem;
}
.layout-breadcrumb ol li {
  white-space: nowrap;
}
.content-breadcrumb {
  margin-bottom: 2rem;
  padding: 0 0.5rem;
}
.layout-mask {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease-in-out;
}
.layout-footer {
  height: 4rem;
  padding: 2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout-footer .footer-logo-container {
  display: flex;
  align-items: center;
}
.layout-footer .footer-logo-container img {
  width: 1.5rem;
  height: 1.5rem;
}
.layout-footer .footer-logo-container .footer-app-name {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-left: 0.5rem;
}
.layout-footer .footer-copyright {
  font-size: 0.875rem;
  color: var(--text-muted-color);
}
.layout-config-button {
  display: block;
  position: fixed;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: var(--primary-color);
  color: var(--primary-contrast-color);
  text-align: center;
  top: 50%;
  right: 0;
  margin-top: -1.5rem;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: background-color var(--transition-duration);
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  box-shadow: -0.25rem 0 1rem rgba(0, 0, 0, 0.15);
}
.layout-config-button.config-link {
  font-size: 1rem;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  border: none;
}
.layout-config-button .config-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px var(--focus-ring-shadow);
}
.layout-config-button i {
  font-size: 2rem;
  line-height: inherit;
  transform: rotate(0deg);
  transition: transform 1s;
}
.layout-config-button:hover {
  background: var(--p-primary-400);
}
.app-config-button {
  border: 1px solid var(--border-color);
  background-color: var(--card-background);
  position: relative;
  z-index: 0;
  border-radius: 0px;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  cursor: pointer;
}
.app-config-button i {
  line-height: inherit;
  font-size: 1.125rem;
}
.app-config-button::before,
.app-config-button::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--p-primary-color);
  transition: all 0.5s;
  animation: clippath 3s infinite linear;
  border-radius: 4px;
  opacity: 1;
}
.app-config-button::after {
  animation: clippath 3s infinite -1.5s linear;
}
@keyframes clippath {
  0%, 100% {
    clip-path: inset(0 0 90% 0);
  }
  25% {
    clip-path: inset(0 90% 0 0);
  }
  50% {
    clip-path: inset(90% 0 0 0);
  }
  75% {
    clip-path: inset(0 0 0 90%);
  }
}
@media screen and (min-width: 992px) {
  .layout-static-inactive .layout-sidebar {
    margin-left: -17rem;
  }
  .layout-static-inactive .layout-topbar .menu-button i:before {
    content: "\e901";
  }
  .layout-overlay .layout-topbar .menu-button i:before {
    content: "\e901";
  }
  .layout-overlay .layout-sidebar {
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    background-color: var(--d-sidebar-bg-color);
    z-index: 99999;
  }
  .layout-overlay.layout-overlay-active .layout-mask {
    opacity: 1;
    z-index: 998;
    visibility: visible;
  }
  .layout-overlay.layout-overlay-active .layout-sidebar {
    border-right: var(--d-sidebar-border);
    position: absolute;
    transform: translateX(0);
    box-shadow: 0px 1px 2px 0px rgba(18, 18, 23, 0.05);
    background-color: var(--d-sidebar-bg-color);
  }
}
@media screen and (max-width: 991px) {
  .blocked-scroll {
    overflow: hidden;
  }
  .layout-topbar {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .layout-topbar .topbar-left {
    width: 100%;
    padding: 0.75rem 2rem;
    justify-content: space-between;
    border-bottom: 1px solid var(--surface-border);
  }
  .layout-topbar .topbar-left .horizontal-logo {
    display: none;
  }
  .layout-topbar .topbar-left .topbar-separator {
    display: none;
  }
  .layout-topbar .topbar-right {
    width: 100%;
    padding: 0.75rem 2rem;
  }
  .layout-topbar .menu-button i:before {
    content: "\e91d";
  }
  .layout-topbar .mobile-logo {
    display: block;
    width: 2rem;
    height: 2rem;
  }
  .layout-topbar .viewname {
    font-size: 1rem;
  }
  .layout-topbar .topbar-menu {
    justify-content: space-between;
    gap: 1rem;
  }
  .layout-topbar .topbar-menu > li {
    margin-left: 0;
  }
  .layout-topbar .topbar-menu > li:first-child {
    margin-right: auto;
    margin-left: 0;
  }
  .layout-topbar .topbar-menu > li.profile-item {
    border-left: 0;
    border-right: 0;
    padding: 0;
  }
  .layout-topbar .topbar-menu > li.profile-item > a {
    padding: 0;
  }
  .layout-topbar .topbar-menu > li.profile-item .profile-image {
    width: 2rem;
    height: 2rem;
    margin: 0;
  }
  .layout-topbar .topbar-menu > li.profile-item .profile-name {
    display: none;
  }
  .layout-sidebar {
    position: absolute;
    z-index: 999;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    left: 0;
    transform: translateX(-100%);
  }
  .layout-sidebar .layout-topbar {
    display: none;
  }
  .layout-mobile-active .layout-sidebar {
    transform: translateX(0);
  }
  .layout-mobile-active .layout-mask {
    opacity: 1;
    z-index: 998;
    visibility: visible;
  }
  .layout-search .search-container {
    width: 75vw;
  }
}
.card {
  padding: 1.5rem;
  border: 1px solid var(--surface-border);
  margin-bottom: 2rem;
  border-radius: 1rem;
}
.card:last-child {
  margin-bottom: 0;
}
.layout-card-filled .card {
  background: white;
}
.layout-card-transparent .card {
  background: transparent;
}
.text-cyan-600 {
  color: var(--color-cyan-600);
}
.text-amber-600 {
  color: var(--color-amber-600);
}
.text-green-600 {
  color: var(--color-green-600);
}
.text-indigo-600 {
  color: var(--color-indigo-600);
}
.text-red-600 {
  color: var(--color-red-600);
}
.text-slate-600 {
  color: var(--color-slate-600);
}
.text-lime-600 {
  color: var(--color-lime-600);
}
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}
.p-datepicker .p-inputtext {
  width: 100%;
}
input {
  width: 100%;
}
.mandatory {
  font-weight: 600;
}
.mandatory::after {
  color: red;
  margin-left: 2px;
  content: "*";
}
p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
hr {
  border-color: rgb(226, 232, 240);
}
a.highlighted {
  color: var(--p-primary-color);
  text-decoration: underline;
}
.p-datepicker .p-datepicker-panel {
  min-width: 419px !important;
  width: 419px !important;
  z-index: 3000 !important;
}
p-fileupload .p-fileupload-advanced {
  margin-bottom: 0.8rem;
}
p-fileupload .p-fileupload-advanced .p-fileupload-content {
  padding: 0.5rem;
}
p-fileupload .p-fileupload-advanced .p-fileupload-header {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-divide-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@property --tw-ease { syntax: "*"; inherits: false; }
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

/* node_modules/ol-ext/dist/ol-ext.min.css */
.ol-control i {
  cursor: default;
}
.ol-control.ol-bar {
  left: 50%;
  min-height: 1em;
  min-width: 1em;
  position: absolute;
  top: .5em;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  white-space: nowrap;
}
.ol-control.ol-toggle .ol-option-bar {
  display: none;
}
.ol-control.ol-bar .ol-control {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  padding: 0;
  margin: 0;
  transform: none;
  -webkit-transform: none;
}
.ol-control.ol-bar .ol-rotate button,
.ol-control.ol-bar.ol-left .ol-control,
.ol-control.ol-bar.ol-right .ol-control {
  display: block;
}
.ol-control.ol-bar .ol-bar {
  position: static;
}
.ol-control.ol-bar .ol-control button {
  margin: 2px 1px;
  outline: 0;
}
.ol-control.ol-bar.ol-left {
  left: .5em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ol-control.ol-bar.ol-right {
  left: auto;
  right: .5em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ol-control.ol-bar.ol-bottom {
  top: auto;
  bottom: .5em;
}
.ol-control.ol-bar.ol-top.ol-left,
.ol-control.ol-bar.ol-top.ol-right {
  top: 4.5em;
  -webkit-transform: none;
  transform: none;
}
.ol-touch .ol-control.ol-bar.ol-top.ol-left,
.ol-touch .ol-control.ol-bar.ol-top.ol-right {
  top: 5.5em;
}
.ol-control.ol-bar.ol-bottom.ol-left,
.ol-control.ol-bar.ol-bottom.ol-right {
  top: auto;
  bottom: .5em;
  -webkit-transform: none;
  transform: none;
}
.ol-control.ol-bar.ol-group {
  margin: 1px 1px 1px 0;
}
.ol-control.ol-bar.ol-left .ol-group,
.ol-control.ol-bar.ol-right .ol-group {
  margin: 1px 1px 0;
}
.ol-control.ol-bar.ol-group button {
  border-radius: 0;
  margin: 0 0 0 1px;
}
.ol-control.ol-bar.ol-left .ol-group button,
.ol-control.ol-bar.ol-left.ol-group button,
.ol-control.ol-bar.ol-right .ol-group button,
.ol-control.ol-bar.ol-right.ol-group button {
  margin: 0 0 1px;
}
.ol-control.ol-bar.ol-group .ol-control:first-child > button {
  border-radius: 5px 0 0 5px;
}
.ol-control.ol-bar.ol-group .ol-control:last-child > button {
  border-radius: 0 5px 5px 0;
}
.ol-control.ol-bar.ol-left .ol-group .ol-control:first-child > button,
.ol-control.ol-bar.ol-left.ol-group .ol-control:first-child > button,
.ol-control.ol-bar.ol-right .ol-group .ol-control:first-child > button,
.ol-control.ol-bar.ol-right.ol-group .ol-control:first-child > button {
  border-radius: 5px 5px 0 0;
}
.ol-control.ol-bar.ol-left .ol-group .ol-control:last-child > button,
.ol-control.ol-bar.ol-left.ol-group .ol-control:last-child > button,
.ol-control.ol-bar.ol-right .ol-group .ol-control:last-child > button,
.ol-control.ol-bar.ol-right.ol-group .ol-control:last-child > button {
  border-radius: 0 0 5px 5px;
}
.ol-control.ol-bar .ol-rotate {
  opacity: 1;
  visibility: visible;
}
.ol-control.ol-bar .ol-toggle.ol-active button:hover,
.ol-control.ol-bar .ol-toggle.ol-active > button {
  background-color: #0AF;
  color: #fff;
}
.ol-control.ol-toggle button:disabled {
  background-color: #ccc;
}
.ol-control.ol-bar .ol-control.ol-option-bar {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 5px 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 60, 136, .5), 1px 1px 2px rgba(0, 0, 0, .5);
  box-shadow: 0 0 0 1px rgba(0, 60, 136, .5), 1px 1px 2px rgba(0, 0, 0, .5);
}
.ol-control.ol-bar .ol-option-bar:before {
  content: "";
  border: .5em solid transparent;
  border-color: transparent transparent rgba(0, 60, 136, .5);
  position: absolute;
  bottom: 100%;
  left: .3em;
  pointer-events: none;
}
.ol-control.ol-bar .ol-option-bar .ol-control {
  display: table-cell;
}
.ol-control.ol-bar .ol-control .ol-bar {
  display: none;
}
.ol-control.ol-bar .ol-control.ol-active > .ol-option-bar {
  display: block;
}
.ol-control.ol-bar .ol-control.ol-collapsed ul {
  display: none;
}
.ol-control.ol-bar .ol-control.ol-text-button > div,
.ol-control.ol-bar .ol-control.ol-text-button > div:hover {
  background-color: transparent;
  color: rgba(0, 60, 136, .5);
  width: auto;
  min-width: 1.375em;
  margin: 0;
}
.ol-control.ol-bar .ol-control.ol-text-button {
  font-size: .9em;
  border-left: 1px solid rgba(0, 60, 136, .8);
  border-radius: 0;
}
.ol-control.ol-bar .ol-control.ol-text-button:first-child {
  border-left: 0;
}
.ol-control.ol-bar .ol-control.ol-text-button > div {
  padding: .11em .3em;
  font-weight: 400;
  font-size: 1.14em;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}
.ol-control.ol-bar .ol-control.ol-text-button div:hover {
  color: rgba(0, 60, 136, 1);
}
.ol-control.ol-bar.ol-bottom .ol-option-bar {
  top: auto;
  bottom: 100%;
}
.ol-control.ol-bar.ol-bottom .ol-option-bar:before {
  border-color: rgba(0, 60, 136, .5) transparent transparent;
  bottom: auto;
  top: 100%;
}
.ol-control.ol-bar.ol-left .ol-option-bar {
  left: 100%;
  top: 0;
  bottom: auto;
  margin: 0 5px;
}
.ol-control.ol-bar.ol-left .ol-option-bar:before {
  border-color: transparent rgba(0, 60, 136, .5) transparent transparent;
  bottom: auto;
  right: 100%;
  left: auto;
  top: .3em;
}
.ol-control.ol-bar.ol-right .ol-option-bar {
  right: 100%;
  left: auto;
  top: 0;
  bottom: auto;
  margin: 0 5px;
}
.ol-control.ol-bar.ol-right .ol-option-bar:before {
  border-color: transparent transparent transparent rgba(0, 60, 136, .5);
  bottom: auto;
  left: 100%;
  top: .3em;
}
.ol-control.ol-bar.ol-left .ol-option-bar .ol-option-bar,
.ol-control.ol-bar.ol-right .ol-option-bar .ol-option-bar {
  top: 100%;
  bottom: auto;
  left: .3em;
  right: auto;
  margin: 5px 0;
}
.ol-control.ol-bar.ol-right .ol-option-bar .ol-option-bar {
  right: .3em;
  left: auto;
}
.ol-control.ol-bar.ol-left .ol-option-bar .ol-option-bar:before,
.ol-control.ol-bar.ol-right .ol-option-bar .ol-option-bar:before {
  border-color: transparent transparent rgba(0, 60, 136, .5);
  bottom: 100%;
  top: auto;
  left: .3em;
  right: auto;
}
.ol-control.ol-bar.ol-right .ol-option-bar .ol-option-bar:before {
  right: .3em;
  left: auto;
}
.ol-control-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ol-center-position {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, .8);
  padding: .1em 1em;
}
.ol-compassctrl {
  display: none;
  top: 1em;
  left: auto;
  right: 1em;
}
.ol-compassctrl.ol-visible {
  display: block !important;
}
.ol-ext-dialog {
  position: fixed;
  top: -100%;
  left: 0;
  width: 150%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1000;
  pointer-events: none !important;
  -webkit-transition: opacity .2s, top 0s .2s;
  transition: opacity .2s, top 0s .2s;
}
.ol-ext-dialog.ol-visible {
  opacity: 1;
  top: 0;
  pointer-events: all !important;
  -webkit-transition: opacity .2s, top 0s;
  transition: opacity .2s, top 0s;
}
.ol-viewport .ol-ext-dialog {
  position: absolute;
}
.ol-ext-dialog > form > h2 {
  margin: 0 .5em .5em 0;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ol-ext-dialog > form.ol-title > h2 {
  display: block;
}
.ol-ext-dialog > form {
  position: absolute;
  top: 0;
  left: 33.33%;
  min-width: 5em;
  max-width: 60%;
  min-height: 3em;
  max-height: 100%;
  background-color: #fff;
  border: 1px solid #333;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .5);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, .5);
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  -webkit-transition: top .2s, -webkit-transform .2s;
  transition: top .2s, -webkit-transform .2s;
  transition: top .2s, transform .2s;
  transition:
    top .2s,
    transform .2s,
    -webkit-transform .2s;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}
dialog.ol-ext-dialog > form {
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
}
.ol-ext-dialog > form.ol-closebox {
  padding-top: 1.5em;
}
.ol-ext-dialog > form.ol-title {
  padding-top: 1em;
}
.ol-ext-dialog > form.ol-button {
  padding-bottom: .5em;
}
.ol-ext-dialog.ol-zoom > form {
  top: 30%;
  -webkit-transform: translate(-50%, -30%) scale(0);
  transform: translate(-50%, -30%) scale(0);
}
.ol-ext-dialog.ol-visible > form {
  top: 30%;
}
.ol-ext-dialog.ol-zoom.ol-visible > form {
  -webkit-transform: translate(-50%, -30%) scale(1);
  transform: translate(-50%, -30%) scale(1);
}
.ol-ext-dialog > form .ol-content {
  overflow-x: hidden;
  overflow-y: auto;
}
.ol-ext-dialog > form .ol-closebox {
  position: absolute;
  top: .5em;
  right: .5em;
  width: 1em;
  height: 1em;
  cursor: pointer;
  display: none;
}
.ol-ext-dialog > form.ol-closebox .ol-closebox {
  display: block;
}
.ol-ext-dialog > form .ol-closebox:after,
.ol-ext-dialog > form .ol-closebox:before {
  content: "";
  position: absolute;
  background-color: currentColor;
  top: 50%;
  left: 50%;
  width: 1em;
  height: .1em;
  border-radius: .1em;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ol-ext-dialog > form .ol-closebox:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ol-ext-dialog > form .ol-buttons {
  text-align: right;
  overflow-x: hidden;
}
.ol-ext-dialog > form .ol-buttons input {
  margin-top: .5em;
  padding: .5em;
  background: 0 0;
  border: 0;
  font-size: 1em;
  color: rgba(0, 60, 136, 1);
  cursor: pointer;
  border-radius: .25em;
}
.ol-ext-dialog > form .ol-buttons input:hover {
  background-color: rgba(0, 60, 136, .1);
}
.ol-ext-dialog > form .ol-buttons input[type=submit] {
  font-weight: 700;
}
.ol-ext-dialog .ol-progress-message {
  font-size: .9em;
  text-align: center;
  padding-bottom: .5em;
}
.ol-ext-dialog .ol-progress-bar {
  border: 1px solid #369;
  width: 20em;
  height: 1em;
  max-width: 100%;
  padding: 2px;
  margin: .5em auto 0;
  overflow: hidden;
}
.ol-ext-dialog .ol-progress-bar > div {
  background: #369;
  height: 100%;
  width: 50%;
  -webkit-transition: width .3s;
  transition: width .3s;
}
.ol-ext-dialog .ol-progress-bar > div.notransition {
  -webkit-transition: unset;
  transition: unset;
}
.ol-ext-dialog.ol-fullscreen-dialog form {
  top: 1em;
  -webkit-transform: none;
  transform: none;
  left: 1em;
  bottom: 1em;
  right: 1em;
  max-width: calc(66.6% - 2em);
  text-align: center;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #fff;
}
.ol-ext-dialog.ol-fullscreen-dialog form .ol-closebox {
  top: 0;
  right: 0;
  font-size: 2em;
}
.ol-ext-dialog.ol-fullscreen-dialog .ol-closebox:after,
.ol-ext-dialog.ol-fullscreen-dialog .ol-closebox:before {
  border: .1em solid currentColor;
}
.ol-ext-dialog.ol-fullscreen-dialog img,
.ol-ext-dialog.ol-fullscreen-dialog video {
  max-width: 100%;
}
body > .ol-ext-dialog .ol-content {
  max-height: calc(100vh - 10em);
}
body > .ol-ext-dialog > form {
  overflow: visible;
}
.ol-editbar .ol-button button {
  position: relative;
  display: inline-block;
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.ol-editbar .ol-button button:after,
.ol-editbar .ol-button button:before {
  content: "";
  border-width: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: currentColor;
}
.ol-editbar .ol-button button:focus {
  outline: 0;
}
.ol-editbar .ol-selection > button:before {
  width: .6em;
  height: 1em;
  background-color: transparent;
  border: .5em solid currentColor;
  border-width: 0 .25em .65em;
  border-color: currentColor transparent;
  -webkit-box-shadow: 0 .6em 0 -.23em;
  box-shadow: 0 .6em 0 -.23em;
  top: .35em;
  left: .5em;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}
.ol-editbar .ol-selection0 > button:after {
  width: .28em;
  height: .6em;
  background-color: transparent;
  border: .5em solid currentColor;
  border-width: 0 .05em .7em;
  border-color: currentColor transparent;
  top: .5em;
  left: .7em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ol-editbar .ol-delete button:after,
.ol-editbar .ol-delete button:before {
  width: 1em;
  height: .2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ol-editbar .ol-delete button:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ol-editbar .ol-info button:before {
  width: .25em;
  height: .6em;
  border-radius: .03em;
  top: .47em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ol-editbar .ol-info button:after {
  width: .25em;
  height: .2em;
  border-radius: .03em;
  -webkit-box-shadow:
    -.1em .35em,
    -.1em .82em,
    .1em .82em;
  box-shadow:
    -.1em .35em,
    -.1em .82em,
    .1em .82em;
  top: .12em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ol-editbar .ol-drawpoint button:before {
  width: .7em;
  height: .7em;
  border-radius: 50%;
  border: .15em solid currentColor;
  background-color: transparent;
  top: .2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ol-editbar .ol-drawpoint button:after {
  width: .4em;
  height: .4em;
  border: .15em solid currentColor;
  border-color: currentColor transparent;
  border-width: .4em .2em 0;
  background-color: transparent;
  top: .8em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ol-editbar .ol-drawhole > button:before,
.ol-editbar .ol-drawline > button:before,
.ol-editbar .ol-drawpolygon > button:before {
  width: .8em;
  height: .8em;
  border: .13em solid currentColor;
  background-color: transparent;
  border-width: .2em .13em .09em;
  top: .2em;
  left: .25em;
  -webkit-transform: rotate(10deg) perspective(1em) rotateX(40deg);
  transform: rotate(10deg) perspective(1em) rotateX(40deg);
}
.ol-editbar .ol-drawline > button:before {
  border-bottom: 0;
}
.ol-editbar .ol-drawhole > button:after,
.ol-editbar .ol-drawline > button:after,
.ol-editbar .ol-drawpolygon > button:after {
  width: .3em;
  height: .3em;
  top: .2em;
  left: .25em;
  -webkit-box-shadow:
    -.2em .55em,
    .6em .1em,
    .65em .7em;
  box-shadow:
    -.2em .55em,
    .6em .1em,
    .65em .7em;
}
.ol-editbar .ol-drawhole > button:after {
  -webkit-box-shadow:
    -.2em .55em,
    .6em .1em,
    .65em .7em,
    .25em .35em;
  box-shadow:
    -.2em .55em,
    .6em .1em,
    .65em .7em,
    .25em .35em;
}
.ol-editbar .ol-offset > button i,
.ol-editbar .ol-transform > button i {
  position: absolute;
  width: .9em;
  height: .9em;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-editbar .ol-offset > button i {
  width: .8em;
  height: .8em;
}
.ol-editbar .ol-offset > button i:before,
.ol-editbar .ol-transform > button i:after,
.ol-editbar .ol-transform > button i:before {
  content: "";
  height: 1em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-box-shadow: .5em 0 0 .1em, -.5em 0 0 .1em;
  box-shadow: .5em 0 0 .1em, -.5em 0 0 .1em;
  width: .1em;
  position: absolute;
  background-color: currentColor;
}
.ol-editbar .ol-offset > button i:before {
  -webkit-box-shadow: .45em 0 0 .1em, -.45em 0 0 .1em;
  box-shadow: .45em 0 0 .1em, -.45em 0 0 .1em;
}
.ol-editbar .ol-transform > button i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ol-editbar .ol-split > button:before {
  width: .3em;
  height: .3em;
  top: .81em;
  left: .75em;
  border-radius: 50%;
  -webkit-box-shadow: .1em -.4em, -.15em -.25em;
  box-shadow: .1em -.4em, -.15em -.25em;
}
.ol-editbar .ol-split > button:after {
  width: .8em;
  height: .8em;
  top: .15em;
  left: -.1em;
  border: .1em solid currentColor;
  border-width: 0 .2em .2em 0;
  background-color: transparent;
  border-radius: .1em;
  -webkit-transform: rotate(20deg) scaleY(.6) rotate(-45deg);
  transform: rotate(20deg) scaleY(.6) rotate(-45deg);
}
.ol-editbar .ol-drawregular > button:before {
  width: .9em;
  height: .9em;
  top: 50%;
  left: 50%;
  border: .1em solid currentColor;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-editbar .ol-drawregular .ol-bar .ol-text-button > div > div > div {
  border: .5em solid currentColor;
  border-color: transparent currentColor;
  display: inline-block;
  cursor: pointer;
  vertical-align: text-bottom;
}
.ol-control.ol-bar.ol-editbar .ol-drawregular .ol-bar,
.ol-editbar .ol-drawregular .ol-bar:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ol-control.ol-bookmark > button::before,
.ol-control.ol-feature-list > button:before,
.ol-feature-list .ol-sizer:before {
  -webkit-transform: translate(-50%, -50%);
  content: "";
}
.ol-editbar .ol-drawregular .ol-bar .ol-text-button {
  min-width: 6em;
  text-align: center;
}
.ol-editbar .ol-drawregular .ol-bar .ol-text-button > div > div > div:first-child {
  border-width: .5em .5em .5em 0;
  margin: 0 .5em 0 0;
}
.ol-editbar .ol-drawregular .ol-bar .ol-text-button > div > div > div:last-child {
  border-width: .5em 0 .5em .5em;
  margin: 0 0 0 .5em;
}
.ol-feature-list {
  position: relative;
}
.ol-control.ol-feature-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ol-control.ol-feature-list > button:before {
  position: absolute;
  width: 60%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: inset 0 2.5px;
  box-shadow: inset 0 2.5px;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image:
    linear-gradient(
      90deg,
      currentColor,
      transparent);
}
.ol-control.ol-feature-list.ol-collapsed {
  bottom: .5em;
  left: .5em;
  width: auto;
}
.ol-feature-list .ol-content {
  background-color: #f4f6f8;
  clear: both;
}
.ol-feature-list.ol-collapsed .ol-content > * {
  display: none;
}
.ol-feature-list .ol-header {
  position: relative;
  overflow: hidden;
}
.ol-feature-list.ol-collapsed .ol-header {
  display: block;
}
.ol-control.ol-feature-list.ol-collapsed .ol-content,
.ol-control.ol-feature-list > button {
  display: none;
}
.ol-control.ol-feature-list.ol-collapsed > button {
  display: block;
}
.ol-feature-list .ol-sizer {
  width: 100%;
  height: 1px;
  cursor: row-resize;
  background-color: #ccc;
  position: relative;
  border: 1px solid #f4f6f8;
  border-width: 1px 0;
}
.ol-feature-list.ol-bottom .ol-sizer {
  position: absolute;
  bottom: 0;
}
.ol-feature-list .ol-sizer:before {
  width: 1.5em;
  height: 4px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: 3px solid transparent;
  border-width: 3px 1.5em;
  -webkit-box-shadow: inset 0 -1px #aaa, inset 0 1px #aaa;
  box-shadow: inset 0 -1px #aaa, inset 0 1px #aaa;
  border-radius: 2px;
}
.ol-feature-list .ol-sizer:hover:before {
  background-color: #ccc;
}
.ol-feature-list .ol-content .ol-header p {
  display: inline-block;
  margin: .1em .25em;
  vertical-align: middle;
  white-space: nowrap;
  width: calc(100% - 2em);
  text-overflow: ellipsis;
  overflow: hidden;
}
.ol-feature-list .ol-content .ol-header .ol-buttons {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ol-feature-list .ol-content .ol-header button {
  position: relative;
  border: 0;
  background: 0 0;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 .2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-feature-list.ol-collapsed .ol-content .ol-header button.ol-closebox,
.ol-permalink button i:before {
  border: 1px solid currentColor;
}
.ol-feature-list .ol-content .ol-header button.ol-closebox:after,
.ol-feature-list .ol-content .ol-header button.ol-closebox:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: currentColor;
  width: .1em;
  height: 1em;
  display: block;
  font-style: normal;
}
.ol-feature-list .ol-content .ol-header button.ol-closebox:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ol-feature-list.ol-collapsed .ol-content .ol-header button.ol-closebox:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.ol-feature-list.ol-collapsed .ol-content .ol-header button.ol-closebox:after {
  display: none;
}
.ol-feature-list .ol-scroll-container {
  overflow: auto;
  height: 10em;
  min-height: 3em;
}
.ol-feature-list .ol-scroll-container:focus {
  outline: unset;
}
.ol-feature-list table {
  background-color: #fff;
  border-collapse: collapse;
  white-space: nowrap;
  position: relative;
}
.ol-feature-list table thead {
  background-color: #f4f6f8;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.ol-feature-list table tr {
  height: 1.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-feature-list table tbody tr:hover {
  background-color: #eee;
  cursor: pointer;
}
.ol-feature-list table tbody tr.ol-selected {
  background-color: #eee;
}
.ol-feature-list table td {
  border: 0 solid #ddd;
  border-width: 0 0 1px 1px;
  overflow: hidden;
  width: 100px;
}
.ol-feature-list table td.number {
  text-align: right;
}
.ol-feature-list table td.undefined {
  text-align: center;
  background-color: #fafafa;
}
.ol-feature-list table .ol-selected td,
.ol-feature-list table tr:hover td {
  background-color: transparent;
}
.ol-feature-list thead td {
  position: relative;
}
.ol-feature-list thead td.sort {
  padding-right: 1.5em;
}
.ol-feature-list thead td p {
  margin: 0;
  display: inline-block;
}
.ol-feature-list table td button {
  position: absolute;
  width: 1.2em;
  height: 1.4em;
  top: 0;
  right: 0;
  margin: .1em 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.ol-control.ol-bookmark button,
.ol-imageline > div {
  position: relative;
}
.ol-feature-list thead td button.sort:before {
  content: "\21c5";
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  font-size: 1em;
  line-height: 1em;
}
.ol-feature-list thead td button.sortup:before {
  content: "\21a7";
}
.ol-feature-list thead td button.sortdown:before {
  content: "\21a5";
}
.ol-gauge {
  top: .5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, .5);
  padding: .1em .5em;
}
.ol-gauge > * {
  display: inline-block;
  vertical-align: middle;
}
.ol-gauge > span {
  margin: 0 .5em 0 0;
}
.ol-gauge > div {
  display: inline-block;
  width: 200px;
  border: 1px solid rgba(0, 60, 136, .5);
  border-radius: 3px;
  padding: 1px;
}
.ol-gauge button {
  height: .8em;
  margin: 0;
  max-width: 100%;
}
.ol-control.ol-bookmark {
  top: .5em;
  left: 3em;
  background-color: rgba(255, 255, 255, .5);
}
.ol-control.ol-bookmark > button::before {
  position: absolute;
  border-width: 10px 5px 4px;
  border-style: solid;
  border-color: currentColor currentColor transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
}
.ol-control.ol-bookmark > div {
  display: block;
  min-width: 5em;
}
.ol-bookmark input,
.ol-bookmark ul li button,
.ol-control.ol-bookmark.ol-collapsed > div {
  display: none;
}
.ol-control.ol-bookmark input {
  font-size: .9em;
  margin: 0 .5em .5em;
  padding: 0 .5em;
}
.ol-control.ol-bookmark ul {
  margin: 0 0 .5em;
  padding: 0;
  list-style: none;
  min-width: 10em;
}
.ol-control.ol-bookmark li {
  color: rgba(0, 60, 136, .8);
  font-size: .9em;
  padding: 0 .2em 0 .5em;
  cursor: default;
  clear: both;
}
.ol-control.ol-bookmark li:hover {
  background-color: rgba(0, 60, 136, .5);
  color: #fff;
}
.ol-control.ol-bookmark > div button {
  width: 1em;
  height: .8em;
  float: right;
  background-color: transparent;
  cursor: pointer;
  border-radius: 0;
}
.ol-control.ol-bookmark > div button:before {
  content: "\2a2f";
  color: #936;
  font-size: 1.2em;
  line-height: 1em;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-bookmark.ol-editable input,
.ol-bookmark.ol-editable ul li button {
  display: block;
}
.ol-control.ol-geobt {
  top: auto;
  left: auto;
  right: .5em;
  bottom: 3em;
}
.ol-touch .ol-control.ol-geobt {
  bottom: 3.5em;
}
.ol-control.ol-geobt button:before {
  content: "";
  position: absolute;
  background: 0 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: .16em solid currentColor;
  width: .4em;
  height: .4em;
  border-radius: 50%;
}
.ol-bar.ol-geobar .startBt button:before,
.ol-control.ol-geobt button:after {
  -webkit-transform: translate(-50%, -50%);
  content: "";
  position: absolute;
}
.ol-control.ol-geobt button:after {
  width: .2em;
  height: .2em;
  background: 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow:
    .42em 0,
    -.42em 0,
    0 .42em,
    0 -.42em;
  box-shadow:
    .42em 0,
    -.42em 0,
    0 .42em,
    0 -.42em;
}
.ol-control.ol-bar.ol-geobar .ol-control {
  display: inline-block;
  vertical-align: middle;
}
.ol-control.ol-bar.ol-geobar .ol-bar {
  display: none;
}
.ol-bar.ol-geobar.ol-active .ol-bar {
  display: inline-block;
}
.ol-bar.ol-geobar .geolocBt button:after,
.ol-bar.ol-geobar .geolocBt button:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid transparent;
  border-width: .3em .8em 0 .2em;
  border-color: currentColor transparent transparent;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  top: .45em;
  left: .15em;
  font-size: 1.2em;
}
.ol-bar.ol-geobar .geolocBt button:after {
  border-width: 0 .8em .3em .2em;
  border-color: transparent transparent currentColor;
  -webkit-transform: rotate(-61deg);
  transform: rotate(-61deg);
}
.ol-bar.ol-geobar .startBt button:before {
  display: block;
  width: 1em;
  height: 1em;
  background-color: #800;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ol-bar.ol-geobar .pauseBt button:after,
.ol-bar.ol-geobar .pauseBt button:before {
  content: "";
  display: block;
  position: absolute;
  width: .25em;
  height: 1em;
  background-color: currentColor;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-bar.ol-geobar .pauseBt button:after {
  left: 65%;
}
.ol-bar.ol-geobar.centerTrack .pauseBt,
.ol-bar.ol-geobar.centerTrack .startBt,
.ol-bar.ol-geobar.centerTrack.pauseTrack .pauseBt,
.ol-bar.ol-geobar.pauseTrack .startBt,
.ol-control.ol-bar.ol-geobar .centerBt,
.ol-control.ol-bar.ol-geobar .pauseBt {
  display: none;
}
.ol-bar.ol-geobar.centerTrack .centerBt,
.ol-bar.ol-geobar.pauseTrack .pauseBt {
  display: inline-block;
}
.ol-control.ol-globe {
  position: absolute;
  left: .5em;
  bottom: .5em;
  border-radius: 50%;
  opacity: .7;
  transform: scale(.5);
  transform-origin: 0 100%;
  -webkit-transform: scale(.5);
  -webkit-transform-origin: 0 100%;
}
.ol-control.ol-globe:hover {
  opacity: .9;
}
.ol-control.ol-globe .panel {
  display: block;
  width: 170px;
  height: 170px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 5px rgba(255, 255, 255, .5);
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, .5);
}
.ol-control.ol-globe .panel .ol-viewport {
  border-radius: 50%;
}
.ol-control.ol-globe .ol-pointer {
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border: 10px solid red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-15px, -40px);
  -webkit-transform: translate(-15px, -40px);
  border-radius: 50%;
  z-index: 1;
  transition:
    opacity .15s,
    top 0s,
    left 0s;
  -webkit-transition:
    opacity .15s,
    top 0s,
    left 0s;
}
.ol-control.ol-globe .ol-pointer::before,
.ol-control.ol-globe .panel::before {
  left: 0;
  border-radius: 50%;
  display: block;
  position: absolute;
  content: "";
}
.ol-control.ol-globe .ol-pointer.hidden {
  opacity: 0;
  transition:
    opacity .15s,
    top 3s,
    left 5s;
  -webkit-transition:
    opacity .15s,
    top 3s,
    left 5s;
}
.ol-control.ol-globe .ol-pointer::before {
  -webkit-box-shadow: 6px 6px 10px 5px #000;
  box-shadow: 6px 6px 10px 5px #000;
  height: 0;
  top: 23px;
  width: 0;
}
.ol-control.ol-globe .ol-pointer::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-width: 20px 10px 0;
  border-color: red transparent;
  border-style: solid;
  left: -50%;
  top: 100%;
}
.ol-control.ol-globe .panel::before {
  -webkit-box-shadow: -20px -20px 80px 2px rgba(0, 0, 0, .7) inset;
  box-shadow: -20px -20px 80px 2px rgba(0, 0, 0, .7) inset;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ol-control.ol-globe .panel::after {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 7px rgba(255, 255, 255, 1);
  box-shadow: 0 0 20px 7px rgba(255, 255, 255, 1);
  content: "";
  display: block;
  height: 0;
  left: 23%;
  position: absolute;
  top: 20%;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  width: 20%;
  z-index: 1;
}
.ol-control.ol-globe.ol-collapsed .panel,
.ol-imageline.ol-scroll0.ol-arrow:before,
.ol-imageline.ol-scroll1.ol-arrow:after {
  display: none;
}
.ol-control-top.ol-globe {
  bottom: auto;
  top: 5em;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.ol-control-right.ol-globe {
  left: auto;
  right: .5em;
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.ol-control-right.ol-control-top.ol-globe {
  left: auto;
  right: .5em;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
}
.ol-gridreference {
  background: #fff;
  border: 1px solid #000;
  overflow: auto;
  max-height: 100%;
  top: 0;
  right: 0;
}
.ol-gridreference input {
  width: 100%;
}
.ol-gridreference ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ol-gridreference li {
  padding: 0 .5em;
  cursor: pointer;
}
.ol-gridreference ul li:hover {
  background-color: #ccc;
}
.ol-gridreference li.ol-title,
.ol-gridreference li.ol-title:hover {
  background: rgba(0, 60, 136, .5);
  color: #fff;
  cursor: default;
}
.ol-gridreference ul li .ol-ref {
  margin-left: .5em;
}
.ol-gridreference ul li .ol-ref:before {
  content: "(";
}
.ol-gridreference ul li .ol-ref:after {
  content: ")";
}
.ol-control.ol-imageline {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  overflow: visible;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 0;
}
.ol-control.ol-imageline.ol-collapsed {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.ol-imageline > div {
  height: 4em;
  white-space: nowrap;
  scroll-behavior: smooth;
  overflow: hidden;
  width: 100%;
}
.ol-imageline > div.ol-move {
  scroll-behavior: unset;
}
.ol-control.ol-imageline button {
  position: absolute;
  top: -1em;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  margin: .65em;
  -webkit-box-shadow: 0 0 0 .15em rgba(255, 255, 255, .4);
  box-shadow: 0 0 0 .15em rgba(255, 255, 255, .4);
}
.ol-control.ol-imageline button:before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  top: 40%;
  left: 50%;
  width: .4em;
  height: .4em;
  border: .1em solid currentColor;
  border-width: .15em .15em 0 0;
}
.ol-control.ol-imageline.ol-collapsed button:before {
  top: 60%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ol-imageline,
.ol-imageline:hover {
  background-color: rgba(0, 0, 0, .75);
}
.ol-imageline.ol-arrow:after,
.ol-imageline.ol-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: .2em;
  border-color: #fff #000;
  border-width: 1em .6em 1em 0;
  border-style: solid;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: .8;
  pointer-events: none;
  -webkit-box-shadow: -.6em 0 0 1em #fff;
  box-shadow: -.6em 0 0 1em #fff;
}
.ol-imageline.ol-arrow:after {
  border-width: 1em 0 1em .6em;
  left: auto;
  right: .2em;
  -webkit-box-shadow: .6em 0 0 1em #fff;
  box-shadow: .6em 0 0 1em #fff;
}
.ol-imageline .ol-image {
  position: relative;
  height: 100%;
  display: inline-block;
  cursor: pointer;
}
.ol-imageline img {
  max-height: 100%;
  border: .25em solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.ol-imageline img.ol-loaded {
  opacity: 1;
}
.ol-imageline .ol-image.select {
  background-color: #fff;
}
.ol-imageline .ol-image span {
  position: absolute;
  width: 125%;
  max-height: 2.4em;
  left: 50%;
  bottom: 0;
  display: none;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  font-size: .8em;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  line-height: 1.2em;
  -webkit-transform: translateX(-50%) scaleX(.8);
  transform: translateX(-50%) scaleX(.8);
}
.ol-imageline .ol-image:hover span {
  display: block;
}
.ol-control.ol-isochrone.ol-collapsed .content,
.ol-isochrone .ol-distance,
.ol-isochrone .ol-time {
  display: none;
}
.ol-control.ol-routing.ol-isochrone .ol-method-distance,
.ol-control.ol-routing.ol-isochrone .ol-method-time,
.ol-control.ol-routing.ol-isochrone > button {
  position: relative;
}
.ol-control.ol-routing.ol-isochrone .ol-method-time:before,
.ol-control.ol-routing.ol-isochrone > button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: .1em solid currentColor;
  width: .8em;
  height: .8em;
  border-radius: 50%;
  -webkit-box-shadow: 0 -.5em 0 -.35em, .4em -.35em 0 -.35em;
  box-shadow: 0 -.5em 0 -.35em, .4em -.35em 0 -.35em;
  clip: unset;
}
.ol-control.ol-routing.ol-isochrone .ol-method-time:after,
.ol-control.ol-routing.ol-isochrone > button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-60deg);
  transform: translate(-50%, -50%) rotate(-60deg);
  border-radius: 50%;
  border: .3em solid transparent;
  border-right-color: currentColor;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clip: unset;
}
.ol-control.ol-routing.ol-isochrone .ol-method-distance:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
  width: 1em;
  height: .5em;
  border: .1em solid currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-control.ol-routing.ol-isochrone .ol-method-distance:after {
  content: "";
  position: absolute;
  width: .1em;
  height: .15em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
  -webkit-box-shadow:
    inset 0 -.15em,
    0 .1em,
    .25em .1em,
    -.25em .1em;
  box-shadow:
    inset 0 -.15em,
    0 .1em,
    .25em .1em,
    -.25em .1em;
}
.ol-control.ol-routing.ol-isochrone .ol-direction-direct:before,
.ol-control.ol-routing.ol-isochrone .ol-direction-reverse:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: .3em;
  height: .3em;
  border-radius: 50%;
  border: .1em solid currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: .25em 0 0 -.05em;
  box-shadow: .25em 0 0 -.05em;
}
.ol-control.ol-routing.ol-isochrone .ol-direction-direct:after,
.ol-control.ol-routing.ol-isochrone .ol-direction-reverse:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: .4em solid transparent;
  border-width: .4em 0 .4em .4em;
  border-color: transparent currentColor;
}
.ol-control.ol-routing.ol-isochrone .ol-direction-reverse:after {
  border-width: .4em .4em .4em 0;
}
.ol-control.ol-isochrone input[type=number] {
  width: 3em;
  text-align: right;
  margin: 0 .1em;
}
.ol-control.ol-isochrone .ol-distance input[type=number] {
  width: 5em;
}
.ol-isochrone .ol-distance.selected,
.ol-isochrone .ol-time.selected {
  display: block;
}
.ol-control.ol-layerswitcher-popup {
  position: absolute;
  right: .5em;
  text-align: left;
  top: 3em;
}
.ol-control.ol-layerswitcher-popup .panel {
  clear: both;
  background: #fff;
}
.ol-layerswitcher-popup .panel {
  list-style: none;
  padding: .25em;
  margin: 0;
  overflow: hidden;
}
.ol-layerswitcher-popup .panel ul {
  list-style: none;
  padding: 0 0 0 20px;
  overflow: hidden;
}
.ol-layerswitcher-popup.ol-collapsed .panel {
  display: none;
}
.ol-layerswitcher-popup.ol-forceopen .panel {
  display: block;
}
.ol-layerswitcher-popup button {
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAACE1BMVEX///8A//8AgICA//8AVVVAQID///8rVVVJtttgv98nTmJ2xNgkW1ttyNsmWWZmzNZYxM4gWGgeU2JmzNNr0N1Rwc0eU2VXxdEhV2JqytQeVmMhVmNoydUfVGUgVGQfVGQfVmVqy9hqy9dWw9AfVWRpydVry9YhVmMgVGNUw9BrytchVWRexdGw294gVWQgVmUhVWPd4N6HoaZsy9cfVmQgVGRrytZsy9cgVWQgVWMgVWRsy9YfVWNsy9YgVWVty9YgVWVry9UgVWRsy9Zsy9UfVWRsy9YgVWVty9YgVWRty9Vsy9aM09sgVWRTws/AzM0gVWRtzNYgVWRuy9Zsy9cgVWRGcHxty9bb5ORbxdEgVWRty9bn6OZTws9mydRfxtLX3Nva5eRix9NFcXxOd4JPeINQeIMiVmVUws9Vws9Vw9BXw9BYxNBaxNBbxNBcxdJexdElWWgmWmhjyNRlx9IqXGtoipNpytVqytVryNNrytZsjZUuX210k5t1y9R2zNR3y9V4lp57zth9zdaAnKOGoaeK0NiNpquV09mesrag1tuitbmj1tuj19uktrqr2d2svcCu2d2xwMO63N+7x8nA3uDC3uDFz9DK4eHL4eLN4eIyYnDX5OM5Z3Tb397e4uDf4uHf5uXi5ePi5+Xj5+Xk5+Xm5+Xm6OY6aHXQ19fT4+NfhI1Ww89gx9Nhx9Nsy9ZWw9Dpj2abAAAAWnRSTlMAAQICAwQEBgcIDQ0ODhQZGiAiIyYpKywvNTs+QklPUlNUWWJjaGt0dnd+hIWFh4mNjZCSm6CpsbW2t7nDzNDT1dje5efr7PHy9PT29/j4+Pn5+vr8/f39/f6DPtKwAAABTklEQVR4Xr3QVWPbMBSAUTVFZmZmhhSXMjNvkhwqMzMzMzPDeD+xASvObKePPa+ffHVl8PlsnE0+qPpBuQjVJjno6pZpSKXYl7/bZyFaQxhf98hHDKEppwdWIW1frFnrxSOWHFfWesSEWC6R/P4zOFrix3TzDFLlXRTR8c0fEEJ1/itpo7SVO9Jdr1DVxZ0USyjZsEY5vZfiiAC0UoTGOrm9PZLuRl8X+Dq1HQtoFbJZbv61i+Poblh/97TC7n0neCcK0ETNUrz1/xPHf+DNAW9Ac6t8O8WH3Vp98f5lCaYKAOFZMLyHL4Y0fe319idMNgMMp+zWVSybUed/+/h7I4wRAG1W6XDy4XmjR9HnzvDRZXUAYDFOhC1S/Hh+fIXxen+eO+AKqbs+wAo30zDTDvDxKoJN88sjUzDFAvBzEUGFsnADoIvAJzoh2BZ8sner+Ke/vwECuQAAAABJRU5ErkJggg==);
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  height: 38px;
  width: 38px;
}
.ol-layerswitcher-popup li {
  color: #369;
  padding: .25em 1em;
  font-family:
    "Trebuchet MS",
    Helvetica,
    sans-serif;
  cursor: pointer;
}
.ol-layerswitcher-popup li.ol-header {
  display: none;
}
.ol-layerswitcher-popup li.ol-visible,
.ol-layerswitcher-popup li.select {
  background: rgba(0, 60, 136, .7);
  color: #fff;
}
.ol-layerswitcher-popup li:hover {
  background: rgba(0, 60, 136, .9);
  color: #fff;
}
.ol-control.ol-layerswitcher.ol-layer-shop {
  height: calc(100% - 4em);
  max-height: unset;
  max-width: 16em;
  background-color: transparent;
  pointer-events: none !important;
  overflow: visible;
}
.ol-control.ol-layerswitcher > * {
  pointer-events: auto;
}
.ol-control.ol-layer-shop .panel-container,
.ol-control.ol-layer-shop > button {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, .5);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .5);
}
.ol-control.ol-layerswitcher.ol-layer-shop .panel-container {
  overflow-y: scroll;
  max-height: calc(100% - 6.5em);
  border: 2px solid #369;
  border-width: 2px 0;
  padding: 0;
}
.ol-control.ol-layer-shop .panel {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: .25em .5em;
}
.ol-control.ol-layerswitcher.ol-layer-shop .panel-container.ol-scrolldiv {
  overflow: hidden;
}
.ol-control.ol-layer-shop .ol-scroll {
  background-color: rgba(0, 0, 0, .3);
  opacity: .5;
}
.ol-layerswitcher.ol-layer-shop ul.panel li.ol-header {
  display: none;
}
.ol-layerswitcher.ol-layer-shop ul.panel li {
  margin-right: 0;
  padding-right: 0;
}
.ol-layerswitcher.ol-layer-shop .layerup {
  height: 1.5em;
  width: 1.4em;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: transparent;
  color: rgba(0, 60, 136, 1);
}
.ol-layerswitcher.ol-layer-shop .layerup:hover {
  background-color: rgba(0, 60, 136, .3);
}
.ol-layerswitcher.ol-layer-shop .layerup:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
  background-color: currentColor;
  width: 1em;
  height: 2px;
  -webkit-box-shadow: 0 -4px, 0 4px;
  box-shadow: 0 -4px, 0 4px;
}
.ol-layerswitcher.ol-layer-shop .layerup:after {
  content: unset;
}
.ol-control.ol-layer-shop .ol-title-bar {
  background-color: rgba(255, 255, 255, .5);
  font-size: .9em;
  height: calc(2.8em - 4px);
  max-width: 14.6em;
  padding: .7em .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  -webkit-transform: scaleY(1.1);
  transform: scaleY(1.1);
  -webkit-transition: width 0s, -webkit-transform .1s;
  transition: width 0s, -webkit-transform .1s;
  transition: transform .1s, width 0s;
  transition:
    transform .1s,
    width 0s,
    -webkit-transform .1s;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.ol-control.ol-layer-shop:hover .ol-title-bar {
  background-color: rgba(255, 255, 255, .7);
}
.ol-control.ol-layer-shop.ol-collapsed .ol-title-bar {
  max-width: 10em;
  -webkit-transform: scale(.9, 1.1);
  transform: scale(.9, 1.1);
}
.ol-control.ol-layer-shop.ol-forceopen .ol-title-bar {
  max-width: 14.6em;
  -webkit-transform: scaleY(1.1);
  transform: scaleY(1.1);
}
.ol-control.ol-layer-shop .ol-bar {
  position: relative;
  height: 1.75em;
  clear: both;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, .5);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .5);
  background-color: #fff;
  text-align: right;
  z-index: 10;
}
.ol-control.ol-layer-shop.ol-collapsed .ol-bar,
.ol-control.ol-layer-shop.ol-collapsed .ol-scroll {
  border-width: 2px 0 0;
  display: none;
}
.ol-control.ol-layer-shop.ol-forceopen .ol-bar,
.ol-control.ol-layer-shop.ol-forceopen .ol-scroll {
  display: block;
}
.ol-control.ol-layer-shop .ol-bar > * {
  font-size: .9em;
  display: inline-block;
  vertical-align: middle;
  margin-top: .25em;
  background-color: transparent;
}
.ol-layer-shop .ol-bar .ol-button,
.ol-touch .ol-layer-shop .ol-bar .ol-button {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  margin: 0;
}
.ol-layer-shop .ol-bar button {
  background-color: #fff;
  color: rgba(0, 60, 136, 1);
}
.ol-layer-shop .ol-bar button:hover {
  background-color: rgba(0, 60, 136, .2);
}
.ol-touch .ol-layerswitcher.ol-layer-shop > button {
  font-size: 1.7em;
}
.ol-touch .ol-layer-shop .ol-bar {
  height: 2em;
}
.ol-touch .ol-layer-shop .ol-control button {
  font-size: 1.4em;
}
.ol-touch .ol-control.ol-layer-shop .panel {
  max-height: calc(100% - 7em);
}
.ol-touch .ol-control.ol-layer-shop .panel label {
  height: 1.8em;
}
.ol-touch .ol-control.ol-layer-shop .panel label span {
  margin-left: .5em;
  padding-top: .25em;
}
.ol-touch .ol-control.ol-layer-shop .panel label:after,
.ol-touch .ol-control.ol-layer-shop .panel label:before {
  font-size: 1.3em;
  z-index: 1;
}
.ol-control.ol-layerswitcher {
  position: absolute;
  right: .5em;
  text-align: left;
  top: 3em;
  max-height: calc(100% - 6em);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.ol-control.ol-layerswitcher .ol-switcherbottomdiv,
.ol-control.ol-layerswitcher .ol-switchertopdiv {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: #fff;
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #369;
  margin: 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-control.ol-layerswitcher.ol-collapsed .ol-switcherbottomdiv,
.ol-control.ol-layerswitcher.ol-collapsed .ol-switchertopdiv {
  display: none;
}
.ol-layerswitcher.ol-forceopen.ol-collapsed .ol-switcherbottomdiv,
.ol-layerswitcher.ol-forceopen.ol-collapsed .ol-switchertopdiv {
  display: block;
}
.ol-control.ol-layerswitcher .ol-switcherbottomdiv {
  top: auto;
  bottom: 0;
  height: 2em;
  border-top: 2px solid #369;
  border-bottom: 2px solid transparent;
}
.ol-control.ol-layerswitcher .ol-switcherbottomdiv:before,
.ol-control.ol-layerswitcher .ol-switchertopdiv:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 10px solid transparent;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: .8;
}
.ol-control.ol-layerswitcher .ol-switcherbottomdiv:hover:before,
.ol-control.ol-layerswitcher .ol-switchertopdiv:hover:before {
  opacity: 1;
}
.ol-control.ol-layerswitcher .ol-switchertopdiv:before {
  border-bottom-color: #369;
  border-top: 0;
}
.ol-control.ol-layerswitcher .ol-switcherbottomdiv:before {
  border-top-color: #369;
  border-bottom: 0;
}
.ol-control.ol-layerswitcher .panel-container {
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  clear: both;
  display: block;
  padding: .5em .5em 0;
}
.ol-layerswitcher .panel {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family:
    Tahoma,
    Geneva,
    sans-serif;
  font-size: .9em;
  -webkit-transition: top .3s;
  transition: top .3s;
  position: relative;
  top: 0;
}
.ol-layerswitcher .panel ul {
  list-style: none;
  padding: 0 0 0 20px;
  overflow: hidden;
  clear: both;
}
.ol-layerswitcher input[type=radio],
.ol-layerswitcher input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.ol-layerswitcher .panel li {
  -weblit-transition: -webkit-transform .2s linear;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  clear: both;
  display: block;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-layerswitcher .panel li.ol-layer-select {
  background-color: rgba(0, 60, 136, .2);
  margin: 0 -.5em;
  padding: 0 .5em;
}
.ol-layerswitcher .panel li.drag {
  opacity: .5;
  transform: scale(.8);
  -webkit-transform: scale(.8);
}
.ol-dragover {
  background: rgba(51, 102, 153, .5);
  opacity: .8;
}
.forbidden .layerswitcher-opacity div,
.forbidden .ol-layerswitcher-buttons div,
.ol-layerswitcher .panel li.forbidden {
  background: rgba(255, 0, 0, .5);
  color: red !important;
}
.ol-layerswitcher.drag,
.ol-layerswitcher.drag * {
  cursor: not-allowed !important;
  cursor: no-drop !important;
}
.ol-layerswitcher.drag .panel li.dropover,
.ol-layerswitcher.drag .panel li.dropover * {
  cursor: pointer !important;
  cursor: n-resize !important;
  cursor: ns-resize !important;
  cursor: -webkit-grab !important;
  cursor: grab !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.ol-layerswitcher .panel li.dropover {
  background: rgba(51, 102, 153, .5);
}
.ol-layerswitcher .panel li label {
  display: inline-block;
  height: 1.4em;
  max-width: 12em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0 0 1.7em;
  position: relative;
}
.ol-layerswitcher .panel li label span {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: .2em;
}
.ol-layerswitcher [type=radio] + label:before,
.ol-layerswitcher [type=radio]:checked + label:after,
.ol-layerswitcher [type=checkbox] + label:before,
.ol-layerswitcher [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: .1em;
  top: .1em;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #369;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-layerswitcher li:has(> div.li-content > .ol-visibility:focus) {
  border-color: #369;
  -webkit-box-shadow: inset 0 0 0 1px #369;
  box-shadow: inset 0 0 0 1px #369;
}
.ol-layerswitcher [type=radio] + label:after,
.ol-layerswitcher [type=radio] + label:before {
  border-radius: 50%;
}
.ol-layerswitcher [type=radio]:checked + label:after {
  background: #369;
  margin: .3em;
  width: .6em;
  height: .6em;
}
.ol-layerswitcher [type=checkbox]:checked + label:after {
  background: 0 0;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #369;
  width: .7em;
  height: 1em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: .55em;
  top: -.05em;
  -webkit-box-shadow: 1px 0 1px 1px #fff;
  box-shadow: 1px 0 1px 1px #fff;
}
.ol-layerswitcher .panel li.ol-layer-hidden {
  opacity: .6;
}
.ol-layerswitcher.ol-collapsed .panel-container {
  display: none;
}
.ol-layerswitcher.ol-forceopen .panel-container {
  display: block;
}
.ol-control.ol-layerswitcher .ol-counter {
  display: none;
  position: absolute;
  right: .3em;
  top: 0;
  z-index: 22;
  line-height: 1.5em;
  text-align: left;
  font-size: .65em;
}
.ol-control.ol-layerswitcher.ol-counter .ol-counter {
  display: block;
}
.ol-control.ol-layer-shop .ol-counter {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: #fff;
  line-height: 1.5em;
  width: 1.5em;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: .5px .5px 2px currentColor;
  box-shadow: .5px .5px 2px currentColor;
}
.ol-layerswitcher-image > button,
.ol-layerswitcher > button {
  background-color: #fff;
  float: right;
  z-index: 10;
  position: relative;
  font-size: 1.7em;
}
.ol-touch .ol-layerswitcher-image > button,
.ol-touch .ol-layerswitcher > button {
  font-size: 2.5em;
}
.ol-layerswitcher-image > button:after,
.ol-layerswitcher-image > button:before,
.ol-layerswitcher > button:after,
.ol-layerswitcher > button:before {
  content: "";
  position: absolute;
  width: .75em;
  height: .75em;
  border-radius: .15em;
  -webkit-transform: scaleY(.8) rotate(45deg);
  transform: scaleY(.8) rotate(45deg);
}
.ol-layerswitcher .panel li > div,
.ol-layerswitcher-buttons > div {
  position: relative;
  display: inline-block;
}
.ol-layerswitcher-image > button:before,
.ol-layerswitcher > button:before {
  background: #e2e4e1;
  top: .32em;
  left: .34em;
  -webkit-box-shadow: .1em .1em #325158;
  box-shadow: .1em .1em #325158;
}
.ol-layerswitcher-image > button:after,
.ol-layerswitcher > button:after {
  top: .22em;
  left: .34em;
  background: #83bcc5;
  background-image:
    radial-gradient(
      circle at .85em .6em,
      #70b3be 0,
      #70b3be .65em,
      #83bcc5 .65em);
}
.ol-layerswitcher-buttons {
  display: block;
  float: right;
  text-align: right;
}
.ol-layerswitcher-buttons > div {
  cursor: pointer;
  height: 1em;
  width: 1em;
  margin: 2px;
  line-height: 1em;
  text-align: center;
  background: #369;
  vertical-align: middle;
  color: #fff;
}
.ol-layerswitcher .ol-separator {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.ol-layerswitcher .layerup {
  float: right;
  height: 2.5em;
  background-color: #369;
  opacity: .5;
  cursor: move;
  cursor: ns-resize;
}
.ol-layerswitcher .layerup:after,
.ol-layerswitcher .layerup:before {
  border-color: #fff transparent;
  border-style: solid;
  border-width: .4em .4em 0;
  content: "";
  height: 0;
  position: absolute;
  bottom: 3px;
  left: .1em;
  width: 0;
}
.ol-layerswitcher .layerup:after {
  border-width: 0 .4em .4em;
  top: 3px;
  bottom: auto;
}
.ol-layerswitcher .layerInfo {
  background: #369;
  border-radius: 100%;
}
.ol-layerswitcher .layerInfo:before {
  color: #fff;
  content: "i";
  display: block;
  font-size: .8em;
  font-weight: 700;
  text-align: center;
  width: 1.25em;
  position: absolute;
  left: 0;
  top: 0;
}
.ol-layerswitcher .layerTrash {
  background: #369;
}
.ol-layerswitcher .layerTrash:before {
  color: #fff;
  content: "\d7";
  font-size: 1em;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1em;
  margin: -.5em 0;
  position: absolute;
}
.ol-layerswitcher .layerExtent {
  background: #369;
}
.ol-layerswitcher .layerExtent:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  right: 2px;
  top: 6px;
  bottom: 3px;
}
.ol-layerswitcher .layerExtent:after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 2px;
  right: 6px;
  top: 3px;
}
.ol-layerswitcher .collapse-layers,
.ol-layerswitcher .expend-layers {
  margin: 0 2px;
  background-color: transparent;
}
.ol-layerswitcher .collapse-layers:before,
.ol-layerswitcher .expend-layers:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  height: 4px;
  width: 100%;
  background: #369;
}
.ol-layerswitcher .expend-layers:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -2px;
  width: 4px;
  height: 100%;
  background: #369;
}
.ol-layerswitcher .layerswitcher-opacity {
  position: relative;
  border: 1px solid #369;
  height: 3px;
  width: 120px;
  margin: 5px 1em 10px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #69c;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 60, 136, 0)), to(rgba(0, 60, 136, .6)));
  background:
    linear-gradient(
      to right,
      rgba(0, 60, 136, 0),
      rgba(0, 60, 136, .6));
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.ol-layerswitcher .layerswitcher-opacity .layerswitcher-opacity-cursor,
.ol-layerswitcher .layerswitcher-opacity .layerswitcher-opacity-cursor:before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  background: rgba(0, 60, 136, .5);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ol-layerswitcher .layerswitcher-opacity .layerswitcher-opacity-cursor:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
}
.ol-touch .ol-layerswitcher .layerswitcher-opacity .layerswitcher-opacity-cursor {
  width: 26px;
  height: 26px;
}
.ol-layerswitcher .layerswitcher-opacity-label {
  display: none;
  position: absolute;
  right: -2.5em;
  bottom: 5px;
  font-size: .8em;
}
.ol-layerswitcher .layerswitcher-opacity-label::after {
  content: "%";
}
.ol-layerswitcher .layerswitcher-progress {
  display: block;
  margin: -4px 1em 2px 7px;
  width: 120px;
}
.ol-layerswitcher .layerswitcher-progress div {
  background-color: #369;
  height: 2px;
  display: block;
  width: 0;
}
.ol-control.ol-layerswitcher-image {
  position: absolute;
  right: .5em;
  text-align: left;
  top: 1em;
  transition: all .2s ease 0s;
  -webkit-transition: all .2s ease 0s;
}
.ol-control.ol-layerswitcher-image.ol-collapsed {
  top: 3em;
  -webkit-transition: none;
  transition: none;
}
.ol-layerswitcher-image .panel {
  list-style: none;
  padding: .25em;
  margin: 0;
  overflow: hidden;
}
.ol-layerswitcher-image .panel ul {
  list-style: none;
  padding: 0 0 0 20px;
  overflow: hidden;
}
.ol-layerswitcher-image.ol-collapsed .panel {
  display: none;
}
.ol-layerswitcher-image.ol-forceopen .panel {
  display: block;
  clear: both;
}
.ol-layerswitcher-image button {
  float: right;
  display: none;
}
.ol-layerswitcher-image.ol-collapsed button {
  display: block;
  position: relative;
}
.ol-layerswitcher-image li {
  border-radius: 4px;
  border: 3px solid transparent;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 2px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
}
.ol-layerswitcher-image li p,
.ol-layerswitcher-image li.ol-header {
  display: none;
}
.ol-layerswitcher-image li.ol-layer-hidden {
  opacity: .5;
  border-color: #555;
}
.ol-layerswitcher-image li img {
  position: absolute;
  max-width: 100%;
}
.ol-layerswitcher-image li.ol-visible,
.ol-layerswitcher-image li.select {
  border: 3px solid red;
}
.ol-layerswitcher-image li:hover p {
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  height: 1.2em;
  font-family:
    Verdana,
    Geneva,
    sans-serif;
  font-size: .8em;
}
.ol-control.ol-legend {
  bottom: .5em;
  left: .5em;
  z-index: 1;
  max-height: 90%;
  max-width: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, .6);
}
.ol-control.ol-legend:hover {
  background-color: rgba(255, 255, 255, .8);
}
.ol-control.ol-legend.ol-collapsed,
.ol-control.ol-legend.ol-empty {
  overflow: hidden;
}
.ol-control.ol-legend button {
  position: relative;
  display: none;
}
.ol-control.ol-legend.ol-collapsed button,
.ol-control.ol-legend.ol-empty button {
  display: block;
}
.ol-control.ol-legend.ol-uncollapsible button {
  display: none;
}
.ol-control.ol-legend > canvas,
.ol-control.ol-legend > ul {
  margin: 2px;
}
.ol-control.ol-legend button.ol-closebox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: 0 0;
  cursor: pointer;
  z-index: 1;
}
.ol-control.ol-legend.ol-collapsed button.ol-closebox,
.ol-control.ol-legend.ol-empty button.ol-closebox,
.ol-control.ol-legend.ol-uncollapsible button.ol-closebox {
  display: none;
}
.ol-control.ol-legend button.ol-closebox:before {
  content: "\d7";
  background: 0 0;
  color: rgba(0, 60, 136, .5);
  font-size: 1.3em;
}
.ol-control.ol-legend button.ol-closebox:hover:before {
  color: rgba(0, 60, 136, 1);
}
.ol-control.ol-legend .ol-legendImg {
  display: block;
}
.ol-control.ol-legend.ol-collapsed .ol-legendImg,
.ol-control.ol-legend.ol-empty .ol-legendImg {
  display: none;
}
.ol-control.ol-legend.ol-uncollapsible .ol-legendImg {
  display: block;
}
.ol-control.ol-legend > button:first-child:after,
.ol-control.ol-legend > button:first-child:before {
  content: "";
  position: absolute;
  top: .25em;
  left: .2em;
  width: .2em;
  height: .2em;
  background-color: currentColor;
  -webkit-box-shadow: 0 .35em, 0 .7em;
  box-shadow: 0 .35em, 0 .7em;
}
.ol-control.ol-legend button:first-child:after {
  top: .27em;
  left: .55em;
  height: .15em;
  width: .6em;
}
ul.ol-legend {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ol-control.ol-legend.ol-collapsed ul,
.ol-control.ol-legend.ol-empty ul {
  display: none;
}
.ol-control.ol-legend.ol-uncollapsible ul {
  display: block;
}
.ol-control.ol-legend .ol-legend,
ul.ol-legend li div {
  display: inline-block;
}
ul.ol-legend li.ol-title {
  text-align: center;
  font-weight: 700;
}
ul.ol-legend li.ol-title > div:first-child {
  width: 0 !important;
}
ul.ol-legend li {
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}
ul.ol-legend li div {
  vertical-align: top;
}
.ol-control.ol-legend.ol-collapsed .ol-legend,
.ol-control.ol-legend.ol-empty .ol-legend {
  display: none;
}
.ol-control.ol-legend.ol-empty button {
  opacity: .4;
}
.ol-control.ol-mapzone {
  position: absolute;
  right: .5em;
  text-align: left;
  top: .5em;
  max-height: calc(100% - 6em);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.ol-control.ol-mapzone.ol-collapsed {
  top: 3em;
}
.ol-control.ol-mapzone button {
  position: relative;
  float: right;
  margin-top: 2.5em;
}
.ol-touch .ol-control.ol-mapzone button {
  margin-top: 1.67em;
}
.ol-control.ol-mapzone.ol-collapsed button {
  margin-top: 0;
}
.ol-control.ol-mapzone button i {
  border: .1em solid currentColor;
  border-radius: 50%;
  width: .9em;
  height: .9em;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-control.ol-mapzone button i:before {
  content: "";
  background-color: currentColor;
  width: .4em;
  height: .4em;
  position: absolute;
  left: .5em;
  top: .3em;
  border-radius: 50%;
  -webkit-box-shadow:
    .05em .3em 0 -.051em currentColor,
    -.05em -.35em 0 -.1em currentColor,
    -.5em -.35em 0 0 currentColor,
    -.65em .1em 0 -.03em currentColor,
    -.65em -.05em 0 -.05em currentColor;
  box-shadow:
    .05em .3em 0 -.051em currentColor,
    -.05em -.35em 0 -.1em currentColor,
    -.5em -.35em 0 0 currentColor,
    -.65em .1em 0 -.03em currentColor,
    -.65em -.05em 0 -.05em currentColor;
}
.ol-mapzone > div {
  position: relative;
  display: inline-block;
  width: 5em;
  height: 5em;
  margin: 0 .2em 0 0;
}
.ol-control.ol-mapzone.ol-collapsed > div,
.ol-overlay {
  display: none;
}
.ol-mapzone > div:focus {
  -webkit-box-shadow: 0 0 0 .2em #369;
  box-shadow: 0 0 0 .2em #369;
}
.ol-mapzone > div p {
  margin: 0;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 160%;
  overflow: hidden;
  font-family:
    "Lucida Grande",
    Verdana,
    Geneva,
    Lucida,
    Arial,
    Helvetica,
    sans-serif;
  -webkit-transform: scaleX(.625);
  transform: scaleX(.625);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  cursor: default;
}
.ol-notification {
  width: 150%;
  bottom: 0;
  border: 0;
  background: 0 0;
  margin: 0;
  padding: 0;
}
.ol-notification > div,
.ol-notification > div:hover {
  position: absolute;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  bottom: 0;
  left: 33.33%;
  max-width: calc(66% - 4em);
  min-width: 5em;
  max-height: 5em;
  min-height: 1em;
  border-radius: 4px 4px 0 0;
  padding: .2em .5em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}
.ol-notification.ol-collapsed > div {
  bottom: -5em;
  opacity: 0;
}
.ol-notification a {
  color: #9cf;
  cursor: pointer;
}
.ol-notification .ol-close,
.ol-notification .ol-close:hover {
  padding-right: 1.5em;
}
.ol-notification .closeBox {
  position: absolute;
  top: 0;
  right: .3em;
}
.ol-notification .closeBox:before {
  content: "\d7";
}
.ol-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  padding: 1em;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  cursor: default;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
  z-index: 9;
}
.ol-overlay.stretch,
.ol-overlay.stretchy,
.ol-overlay.zoom,
.ol-overlay.zoomrotate {
  top: 50%;
  left: 50%;
  opacity: .5;
}
.ol-overlay.slide-up {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.ol-overlay.slide-down {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ol-overlay.slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ol-overlay.slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.ol-overlay.zoom {
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.ol-overlay.zoomout {
  -webkit-transform: scale(3);
  transform: scale(3);
}
.ol-overlay.zoomrotate {
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(360deg);
  transform: translate(-50%, -50%) scale(0) rotate(360deg);
}
.ol-overlay.stretch {
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
}
.ol-overlay.stretchy {
  -webkit-transform: translate(-50%, -50%) scaleY(0);
  transform: translate(-50%, -50%) scaleY(0);
}
.ol-overlay.wipe {
  opacity: 1;
}
.ol-overlay.flip {
  -webkit-transform: perspective(600px) rotateY(180deg);
  transform: perspective(600px) rotateY(180deg);
}
.ol-overlay.card {
  opacity: .5;
  -webkit-transform: translate(-80%, 100%) rotate(-.5turn);
  transform: translate(-80%, 100%) rotate(-.5turn);
}
.ol-overlay.book {
  -webkit-transform: perspective(600px) rotateY(-180deg) scaleX(.6);
  transform: perspective(600px) rotateY(-180deg) scaleX(.6);
  -webkit-transform-origin: 10% 50%;
  transform-origin: 10% 50%;
}
.ol-overlay.book.visible {
  -webkit-transform-origin: 10% 50%;
  transform-origin: 10% 50%;
}
.ol-overlay.ol-visible {
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
  pointer-events: all;
}
.ol-overlay .ol-closebox {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 1em;
  height: 1em;
  cursor: pointer;
  z-index: 1;
}
.ol-overlay .ol-closebox:before {
  content: "\274c";
  display: block;
  text-align: center;
  vertical-align: middle;
}
.ol-overlay .ol-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ol-overlay .ol-fullscreen-image img,
.ol-permalink button i {
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
}
.ol-overlay .ol-fullscreen-image img {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ol-overlay .ol-fullscreen-image.ol-has-title img {
  padding-bottom: 3em;
}
.ol-overlay .ol-fullscreen-image p {
  background-color: rgba(0, 0, 0, .5);
  padding: .5em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
}
.ol-control.ol-overview {
  position: absolute;
  left: .5em;
  text-align: left;
  bottom: .5em;
}
.ol-control.ol-overview .panel {
  display: block;
  width: 150px;
  height: 150px;
  margin: 2px;
  background-color: #fff;
  border: 1px solid #369;
  cursor: pointer;
}
.ol-overview:not(.ol-collapsed) button {
  position: absolute;
  bottom: 2px;
  left: 2px;
  z-index: 2;
}
.ol-control.ol-overview.ol-collapsed .panel {
  display: none;
}
.ol-overview.ol-collapsed button:before {
  content: "\bb";
}
.ol-control-right.ol-overview.ol-collapsed button:before,
.ol-overview button:before {
  content: "\ab";
}
.ol-control-right.ol-overview {
  left: auto;
  right: .5em;
}
.ol-control-right.ol-overview:not(.ol-collapsed) button {
  left: auto;
  right: 2px;
}
.ol-control-right.ol-overview button:before {
  content: "\bb";
}
.ol-control-top.ol-overview {
  bottom: auto;
  top: 5em;
}
.ol-control-top.ol-overview:not(.ol-collapsed) button {
  bottom: auto;
  top: 2px;
}
.ol-permalink {
  position: absolute;
  top: .5em;
  right: 2.5em;
}
.ol-touch .ol-permalink {
  right: 3em;
}
.ol-permalink button i {
  width: 1em;
  height: 1em;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ol-permalink button i:before {
  content: "\2197";
  position: absolute;
  left: 0;
  top: 0;
  width: .3em;
  height: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px 0 0 1px;
  padding: 0 .2em;
}
.ol-permalink button i:after {
  content: "";
  position: absolute;
  border: 1px solid currentColor;
  right: 0;
  bottom: 0;
  width: 1em;
  height: .3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0 1px 1px 0;
  padding: .2em;
}
.ol-control.ol-print {
  top: .5em;
  left: 3em;
}
.ol-control.ol-print button:before {
  content: "";
  width: .9em;
  height: .35em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow:
    inset 0 0 0 .1em,
    inset .55em 0,
    0 .2em 0 -.1em;
  box-shadow:
    inset 0 0 0 .1em,
    inset .55em 0,
    0 .2em 0 -.1em;
}
.ol-control.ol-print button:after {
  content: "";
  width: .7em;
  height: .6em;
  position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: inset 0 0 0 .15em;
  box-shadow: inset 0 0 0 .15em;
}
.ol-ext-print-dialog {
  width: 100%;
  height: 100%;
}
.ol-ext-print-dialog > form .ol-closebox {
  right: auto;
  left: 16.5em;
  z-index: 1;
  color: #999;
}
.ol-ext-print-dialog .ol-content[data-status=printing] {
  opacity: .5;
}
.ol-ext-print-dialog .ol-content .ol-error {
  display: none;
  background: #b00;
  color: #ff0;
  text-align: center;
  padding: 1em .5em;
  font-weight: 700;
  margin: 0 -1em;
}
.ol-ext-print-dialog .ol-content[data-status=error] .ol-error {
  display: block;
}
.ol-ext-print-dialog.ol-visible > form,
.ol-ext-print-dialog > form {
  -webkit-transition: none;
  transition: none;
  top: 1em;
  left: 1em;
  bottom: 1em;
  right: 1em;
  -webkit-transform: none;
  transform: none;
  max-width: 100%;
  max-height: 100%;
  background-color: #eee;
  padding: 0;
  width: unset;
}
.ol-ext-print-dialog .ol-print-map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(100% - 18em);
  overflow: hidden;
}
.ol-ext-print-dialog .ol-print-map .ol-page {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-ext-print-dialog .ol-print-map .ol-page.margin {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ol-ext-print-dialog .ol-map {
  width: 100%;
  height: 100%;
}
.ol-ext-print-dialog .ol-print-map .ol-control {
  display: none !important;
}
.ol-ext-print-dialog .ol-print-param {
  position: absolute;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18em;
  background-color: #fff;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-ext-print-dialog .ol-print-param h2 {
  display: block;
  color: rgba(0, 60, 136, .7);
  font-size: 1.1em;
}
.ol-ext-print-dialog .ol-print-param ul {
  padding: 0;
  list-style: none;
}
.ol-ext-print-dialog .ol-print-param li {
  position: relative;
  margin: .5em 0;
  font-size: .9em;
}
.ol-ext-print-dialog .ol-print-param li.hidden {
  display: none;
}
.ol-ext-print-dialog .ol-print-param label {
  width: 8em;
  display: inline-block;
  vertical-align: middle;
}
.ol-ext-print-dialog select {
  outline: 0;
  vertical-align: middle;
}
.ol-ext-print-dialog .ol-orientation {
  text-align: center;
}
.ol-ext-print-dialog .ol-orientation label {
  position: relative;
  width: 7em;
  cursor: pointer;
}
.ol-ext-print-dialog .ol-orientation input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.ol-ext-print-dialog .ol-orientation span {
  position: relative;
  width: 80%;
  display: block;
  padding: 3.5em 0 .2em;
}
.ol-ext-print-dialog .ol-orientation span:before {
  content: "";
  position: absolute;
  width: 2em;
  height: 2.6em;
  bottom: 1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #333;
  background-color: currentColor;
  border: 1px solid currentColor;
  border-radius: 0 1em 0 0;
  opacity: .5;
  overflow: hidden;
  -webkit-box-shadow: inset 1.3em -1.91em #ddd;
  box-shadow: inset 1.3em -1.91em #ddd;
}
.ol-ext-print-dialog .ol-orientation .landscape span:before {
  width: 2.6em;
  height: 2em;
  margin: .2em 0;
  -webkit-box-shadow: inset 1.91em -1.3em #ddd;
  box-shadow: inset 1.91em -1.3em #ddd;
}
.ol-ext-print-dialog .ol-orientation input:checked + span {
  opacity: 1;
  -webkit-box-shadow: 0 0 .2em rgba(0, 0, 0, .5);
  box-shadow: 0 0 .2em rgba(0, 0, 0, .5);
}
.ol-ext-print-dialog .ol-ext-toggle-switch span {
  position: absolute;
  right: -2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ol-print-title input[type=text] {
  margin-top: .5em;
  width: calc(100% - 6em);
  margin-left: 6em;
}
.ol-ext-print-dialog .ol-size option:first-child {
  font-style: italic;
}
.ol-ext-print-dialog .ol-saveas,
.ol-ext-print-dialog .ol-savelegend {
  text-align: center;
}
.ol-ext-print-dialog .ol-saveas select,
.ol-ext-print-dialog .ol-savelegend select {
  background-color: rgba(0, 60, 136, .7);
  color: #fff;
  padding: .5em;
  margin: 1em 0 0;
  font-size: 1em;
  border: 0;
  font-weight: 700;
  max-width: 12em;
}
.ol-ext-print-dialog .ol-saveas select option,
.ol-ext-print-dialog .ol-savelegend select option {
  background-color: #fff;
  color: #666;
}
.ol-ext-print-dialog .ol-savelegend select {
  margin-top: 0;
}
.ol-ext-print-dialog .ol-ext-buttons {
  text-align: right;
  border-top: 1px solid #ccc;
  padding: .8em .5em;
  margin: 0 -1em;
}
.ol-ext-print-dialog button {
  font-size: 1em;
  margin: 0 .2em;
  border: 1px solid #999;
  background: 0 0;
  padding: .3em 1em;
  color: #333;
}
.ol-ext-print-dialog button[type=submit] {
  background-color: rgba(0, 60, 136, .7);
  color: #fff;
  font-weight: 700;
}
.ol-ext-print-dialog .ol-clipboard-copy {
  position: absolute;
  pointer-events: none;
  top: 0;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  padding: .5em 1em;
  border-radius: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 0;
}
.ol-ext-print-dialog .ol-clipboard-copy.visible {
  -webkit-animation: 1s ol-clipboard-copy;
  animation: 1s ol-clipboard-copy;
}
.ol-ext-print-dialog .ol-print-map .ol-control.ol-canvas-control,
.ol-ext-print-dialog .ol-print-map .ol-control.ol-print-compass {
  display: block !important;
}
.ol-ext-print-dialog .ol-print-map .ol-control.olext-print-compass {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 20px;
}
.ol-ext-print-dialog .ol-orientation input:focus-visible + span,
.ol-ext-print-dialog select:focus-visible {
  outline: #000 solid 2px;
}
@-webkit-keyframes ol-clipboard-copy {
  0% {
    opacity: 0;
    top: 0;
  }
  80% {
    opacity: 1;
    top: -3em;
  }
  100% {
    opacity: 0;
    top: -3em;
  }
}
@keyframes ol-clipboard-copy {
  0% {
    opacity: 0;
    top: 0;
  }
  80% {
    opacity: 1;
    top: -3em;
  }
  100% {
    opacity: 0;
    top: -3em;
  }
}
@media print {
  body.ol-print-document {
    margin: 0 !important;
    padding: 0 !important;
  }
  body.ol-print-document > * {
    display: none !important;
  }
  body.ol-print-document > .ol-ext-print-dialog {
    display: block !important;
  }
  body.ol-print-document > .ol-ext-print-dialog .ol-content {
    max-height: unset !important;
    max-width: unset !important;
    width: unset !important;
    height: unset !important;
  }
  .ol-ext-print-dialog,
  .ol-ext-print-dialog > form {
    position: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0 !important;
    border: 0;
  }
  .ol-ext-print-dialog .ol-print-param,
  .ol-ext-print-dialog > form > * {
    display: none !important;
    background: 0 0;
  }
  .ol-ext-print-dialog .ol-content {
    display: block !important;
    border: 0;
    background: 0 0;
  }
  .ol-ext-print-dialog .ol-print-map {
    position: unset;
    background: 0 0;
    width: auto;
    overflow: visible;
  }
  .ol-ext-print-dialog .ol-print-map .ol-page {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: unset;
  }
}
@media (max-width: 25em) {
  .ol-ext-print-dialog .ol-print-param {
    width: 13em;
  }
  .ol-ext-print-dialog .ol-print-map {
    width: calc(100% - 13em);
  }
  .ol-ext-print-dialog .ol-print-param .ol-print-title input[type=text] {
    width: 100%;
    margin: 0;
  }
}
.ol-ext-print-dialog2x .ol-map,
.ol-ext-print-dialog2x .ol-map2 {
  width: 100%;
  height: 50%;
}
.ol-ext-print-dialog2x[data-orientation=landscape] .ol-map,
.ol-ext-print-dialog2x[data-orientation=landscape] .ol-map2 {
  display: inline-block;
  width: 50%;
  height: 100%;
}
.ol-ext-print-dialog2x[data-clip-map] .ol-map,
.ol-ext-print-dialog2x[data-swipe-orientation] .ol-map {
  width: 100% !important;
  height: 100% !important;
}
.ol-ext-print-dialog2x[data-clip-map] .ol-map2,
.ol-ext-print-dialog2x[data-swipe-orientation] .ol-map2 {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  left: 0;
  top: -100%;
}
.ol-profile {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ol-control.ol-profile {
  position: absolute;
  top: .5em;
  right: 3em;
  text-align: right;
  overflow: hidden;
}
.ol-profile .ol-zoom-out {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 1em;
  height: 1em;
  padding: 0;
  border: 1px solid #000;
  border-radius: 2px;
  cursor: pointer;
}
.ol-profile .ol-zoom-out:before {
  content: "";
  height: 2px;
  width: 60%;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-profile .ol-inner {
  position: relative;
  padding: .5em;
  font-size: .8em;
}
.ol-control.ol-profile .ol-inner {
  display: block;
  background-color: rgba(255, 255, 255, .7);
  margin: 2.3em 2px 2px;
}
.ol-control.ol-profile.ol-collapsed .ol-inner {
  display: none;
}
.ol-profile canvas {
  display: block;
}
.ol-profile button {
  display: block;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.ol-profile button i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  overflow: hidden;
}
.ol-profile button i:after,
.ol-profile button i:before {
  content: "";
  position: absolute;
  display: block;
  background-color: currentColor;
  width: 1em;
  height: .9em;
  -webkit-transform: scaleX(.8) translate(-.25em, .5em) rotate(45deg);
  transform: scaleX(.8) translate(-.25em, .5em) rotate(45deg);
}
.ol-profile button i:after {
  -webkit-transform: scaleX(.8) translate(.35em, .7em) rotate(45deg);
  transform: scaleX(.8) translate(.35em, .7em) rotate(45deg);
}
.ol-profile.ol-collapsed button {
  position: static;
}
.ol-profile .ol-profilebar,
.ol-profile .ol-profilecursor {
  position: absolute;
  pointer-events: none;
  width: 1px;
  display: none;
}
.ol-profile .ol-profilecursor {
  width: 0;
  height: 0;
}
.ol-profile .ol-profilecursor:before {
  content: "";
  pointer-events: none;
  display: block;
  margin: -2px;
  width: 5px;
  height: 5px;
}
.ol-profile .ol-profilebar,
.ol-profile .ol-profilecursor:before {
  background: red;
}
.ol-profile table {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  margin-top: .5em;
}
.ol-profile table tr {
  border-top: 1px solid rgba(0, 0, 0, .25);
  margin: .1em 0;
}
.ol-profile table td {
  padding: 2px;
}
.ol-profile table span {
  display: block;
}
.ol-profile table span.elevationGain,
.ol-profile table span.elevationLoss {
  display: inline-block;
}
.ol-profilepopup {
  background-color: rgba(255, 255, 255, .5);
  margin: .5em;
  padding: 0 .5em;
  position: absolute;
  top: -1em;
  white-space: nowrap;
}
.ol-profilepopup.ol-left {
  right: 0;
}
.ol-profile table .track-info {
  display: table-row;
}
.ol-profile .over table .track-info,
.ol-profile table .point-info {
  display: none;
}
.ol-profile .over table .point-info {
  display: table-row;
}
.ol-profile p {
  text-align: center;
  margin: 0;
}
.ol-control.ol-progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  pointer-events: none !important;
  background-color: transparent;
}
.ol-control.ol-progress-bar > .ol-bar {
  position: absolute;
  background-color: rgba(0, 60, 136, .5);
  left: 0;
  bottom: 0;
  height: .5em;
  width: 0;
  -webkit-transition: width .2s;
  transition: width .2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-progress-bar > .ol-waiting {
  display: none;
}
.ol-viewport .ol-control.ol-progress-bar > .ol-waiting {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2em;
  display: block;
  -webkit-animation: 1s linear infinite ol-progress-bar-blink;
  animation: 1s linear infinite ol-progress-bar-blink;
}
@-webkit-keyframes ol-progress-bar-blink {
  0%, 30% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes ol-progress-bar-blink {
  0%, 30% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.ol-control.ol-routing {
  top: .5em;
  left: 3em;
  max-height: 90%;
  overflow-y: auto;
}
.ol-touch .ol-control.ol-routing {
  left: 3.5em;
}
.ol-control.ol-routing.ol-searching {
  opacity: .5;
}
.ol-control.ol-routing .ol-car,
.ol-control.ol-routing > button {
  position: relative;
}
.ol-control.ol-routing .ol-car:after,
.ol-control.ol-routing > button:after {
  content: "";
  position: absolute;
  width: .78em;
  height: .6em;
  border-radius: 40% 50% 0 0/50% 70% 0 0;
  -webkit-box-shadow:
    inset 0 0 0 .065em,
    -.35em .14em 0 -.09em,
    inset 0 -.37em,
    inset -.14em .005em;
  box-shadow:
    inset 0 0 0 .065em,
    -.35em .14em 0 -.09em,
    inset 0 -.37em,
    inset -.14em .005em;
  clip: rect(0 1em .5em -1em);
  top: .35em;
  left: .4em;
}
.ol-control.ol-routing .ol-car:before,
.ol-control.ol-routing > button:before {
  content: "";
  position: absolute;
  width: .28em;
  height: .28em;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1em, .65em 0;
  box-shadow: inset 0 0 0 1em, .65em 0;
  top: .73em;
  left: .2em;
}
.ol-control.ol-routing .ol-pedestrian:after {
  content: "";
  position: absolute;
  width: .3em;
  height: .4em;
  top: .25em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow:
    inset .3em 0,
    .1em .5em 0 -.1em,
    -.1em .5em 0 -.1em,
    .25em .1em 0 -.1em,
    -.25em .1em 0 -.1em;
  box-shadow:
    inset .3em 0,
    .1em .5em 0 -.1em,
    -.1em .5em 0 -.1em,
    .25em .1em 0 -.1em,
    -.25em .1em 0 -.1em;
  border-top: .2em solid transparent;
}
.ol-control.ol-routing .ol-pedestrian:before {
  content: "";
  position: absolute;
  width: .3em;
  height: .3em;
  top: .1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: currentColor;
}
.ol-control.ol-routing .content {
  margin: .5em;
}
.ol-control.ol-routing.ol-collapsed .content,
.ol-routing .ol-search ul .copy,
.ol-routing .ol-search.ol-collapsed ul {
  display: none;
}
.ol-routing .content .search-input > div > * {
  display: inline-block;
  vertical-align: top;
}
.ol-routing .ol-result ul {
  list-style: none;
  display: block;
}
.ol-routing .ol-result li {
  position: relative;
  min-height: 1.65em;
}
.ol-routing .ol-result li i {
  display: block;
  font-size: .8em;
  font-weight: 700;
}
.ol-routing .ol-result li:before {
  content: "";
  border: 5px solid transparent;
  position: absolute;
  left: -1.75em;
  border-bottom-color: #369;
  border-width: .6em .4em;
  -webkit-transform-origin: 50% 125%;
  transform-origin: 50% 125%;
  -webkit-box-shadow: 0 .65em 0 -.25em #369;
  box-shadow: 0 .65em 0 -.25em #369;
  top: -.8em;
}
.ol-routing .ol-result li:after {
  content: "";
  position: absolute;
  width: .25em;
  height: .6em;
  left: -1.5em;
  background: #369;
  top: .6em;
  border-radius: .1em;
}
.ol-routing .ol-result li.R:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ol-routing .ol-result li.FR:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ol-routing .ol-result li.L:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ol-routing .ol-result li.FL:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ol-routing .content > i {
  vertical-align: middle;
  margin: 0 .3em 0 .1em;
  font-style: normal;
}
.ol-routing .ol-button,
.ol-routing .ol-button:focus,
.ol-routing .ol-car,
.ol-routing .ol-pedestrian {
  font-size: 1.1em;
  position: relative;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  color: rgba(0, 60, 136, 1);
  background-color: transparent;
  margin: 0 .1em;
  opacity: .5;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
}
.ol-routing .ol-constraints,
.ol-routing .ol-method {
  display: block;
}
.ol-routing .ol-button.selected,
.ol-routing .ol-button:hover,
.ol-routing i.selected {
  opacity: 1;
  background: 0 0;
}
.ol-control.ol-routing {
  background-color: rgba(255, 255, 255, .25);
}
.ol-control.ol-routing:hover,
.ol-viewport .ol-scale {
  background-color: rgba(255, 255, 255, .75);
}
.search-input > div > button:before {
  content: "\b1";
}
.ol-viewport .ol-scale {
  left: .5em;
  bottom: 2.5em;
  text-align: center;
  -webkit-transform: scaleX(.8);
  -webkit-transform-origin: 0 0;
  transform: scaleX(.8);
  transform-origin: 0 0;
}
.ol-viewport .ol-scale input {
  background: 0 0;
  border: 0;
  width: 8em;
  text-align: center;
}
.ol-search {
  top: .5em;
  left: 3em;
}
.ol-touch .ol-search {
  left: 3.5em;
}
.ol-search button {
  top: 2px;
  left: 2px;
  float: left;
}
.ol-control.ol-search > button:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: .7em;
  height: .7em;
  background-color: transparent;
  border: .12em solid currentColor;
  border-radius: 100%;
  top: .35em;
  left: .35em;
}
.ol-control.ol-search > button:after {
  content: "";
  position: absolute;
  top: 1.1em;
  left: .95em;
  width: .45em;
  height: .15em;
  background-color: currentColor;
  border-radius: .05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: -.18em 0 0 -.03em;
  box-shadow: -.18em 0 0 -.03em;
}
.ol-search button.ol-revers {
  float: none;
  background-image: none;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: 0;
  left: 0;
}
.ol-input-popup.ol-fixed.ol-left .ol-popup,
.ol-input-slider.ol-fixed.ol-left .ol-popup,
.ol-search ul li img {
  float: left;
}
.ol-search button.ol-revers:after,
.ol-search button.ol-revers:before {
  content: "";
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
}
.ol-search.ol-revers button.ol-revers {
  background-color: rgba(0, 136, 60, .5);
}
.ol-control.ol-search.ol-collapsed button.ol-revers {
  display: none;
}
.ol-search button.ol-revers:before {
  border: .1em solid currentColor;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: .55em;
  height: .55em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-search button.ol-revers:after {
  transform: translate(-50%, -50%);
  width: .2em;
  height: .2em;
  background-color: transparent;
  -webkit-box-shadow:
    .35em 0 currentColor,
    0 .35em currentColor,
    -.35em 0 currentColor,
    0 -.35em currentColor;
  box-shadow:
    .35em 0 currentColor,
    0 .35em currentColor,
    -.35em 0 currentColor,
    0 -.35em currentColor;
}
.ol-search input {
  display: inline-block;
  border: 0;
  margin: 1px 1px 1px 2px;
  font-size: 1.14em;
  padding-left: .3em;
  height: 1.375em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .1s;
  transition: all .1s;
}
.ol-touch .ol-search input,
.ol-touch .ol-search ul {
  font-size: 1.5em;
}
.ol-control.ol-search.ol-collapsed > *,
.ol-search.ol-revers > ul {
  display: none;
}
.ol-control.ol-search.ol-collapsed > button,
.ol-search ul {
  display: block;
}
.ol-search ul {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  cursor: pointer;
  max-width: 17em;
  overflow-x: hidden;
  z-index: 1;
  background: #fff;
}
.ol-search ul li {
  padding: .1em .5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ol-search ul li.select,
.ol-search ul li:hover {
  background-color: rgba(0, 60, 136, .5);
  color: #fff;
}
.ol-search ul li img {
  max-height: 2em;
}
.ol-search li.copy {
  background: rgba(0, 0, 0, .5);
  color: #fff;
}
.ol-search li.copy a {
  color: #fff;
  text-decoration: none;
}
.ol-search.searching:before {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  top: 1.6em;
  -webkit-animation: ol-pulse .5s infinite alternate linear;
  animation: ol-pulse .5s infinite alternate linear;
  background: red;
  z-index: 2;
}
@-webkit-keyframes ol-pulse {
  0% {
    left: 0;
    right: 95%;
  }
  50% {
    left: 30%;
    right: 30%;
  }
  100% {
    left: 95%;
    right: 0;
  }
}
@keyframes ol-pulse {
  0% {
    left: 0;
    right: 95%;
  }
  50% {
    left: 30%;
    right: 30%;
  }
  100% {
    left: 95%;
    right: 0;
  }
}
.ol-control.ol-search.IGNF-parcelle {
  background-color: rgba(255, 255, 255, .7);
  padding-bottom: .2em;
}
.ol-search.IGNF-parcelle input {
  width: 14.5em;
}
.ol-search.IGNF-parcelle input:-moz-read-only {
  background: #ccc;
  opacity: .8;
}
.ol-search.IGNF-parcelle input:read-only {
  background: #ccc;
  opacity: .8;
}
.ol-search.IGNF-parcelle.ol-collapsed-list > ul.autocomplete {
  display: none;
}
.ol-search.IGNF-parcelle label {
  display: block;
  clear: both;
}
.ol-search.IGNF-parcelle > div input {
  text-align: right;
}
.ol-search.IGNF-parcelle > div input,
.ol-search.IGNF-parcelle > div label {
  width: 4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: .1em;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ol-search.IGNF-parcelle > div label {
  letter-spacing: -.04em;
}
.ol-search.IGNF-parcelle ul.autocomplete-page {
  margin-top: .5em;
  width: 100%;
  text-align: center;
  display: none;
}
.ol-search.IGNF-parcelle.ol-collapsed-list ul.autocomplete-page,
.ol-search.IGNF-parcelle.ol-collapsed-list ul.autocomplete-parcelle {
  display: block;
}
.ol-search.IGNF-parcelle ul.autocomplete-parcelle,
.ol-search.IGNF-parcelle.ol-collapsed ul.autocomplete-page,
.ol-search.IGNF-parcelle.ol-collapsed ul.autocomplete-parcelle {
  display: none;
}
.ol-search.IGNF-parcelle ul.autocomplete-page li {
  display: inline-block;
  color: #fff;
  background: rgba(0, 60, 136, .5);
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  padding: .1em;
  margin: 0 .1em;
}
.ol-search.IGNF-parcelle ul.autocomplete-page li.selected {
  background: rgba(0, 60, 136, 1);
}
.ol-searchcoord input.search,
.ol-searchgps input.search {
  display: none;
}
.ol-control.ol-searchcoord > button:first-child,
.ol-control.ol-searchgps > button:first-child {
  background-image: none;
}
.ol-control.ol-searchcoord > button:first-child:before,
.ol-control.ol-searchgps > button:first-child:before {
  content: "x/y";
  position: unset;
  display: block;
  -webkit-transform: scaleX(.8);
  transform: scaleX(.8);
  border: unset;
  border-radius: 0;
  width: auto;
  height: auto;
}
.ol-control.ol-searchcoord > button:first-child:after,
.ol-control.ol-searchgps > button:first-child:after {
  content: unset;
}
.ol-control.ol-searchcoord .ol-latitude,
.ol-control.ol-searchcoord .ol-longitude,
.ol-control.ol-searchgps .ol-latitude,
.ol-control.ol-searchgps .ol-longitude {
  clear: both;
}
.ol-control.ol-searchcoord .ol-latitude label,
.ol-control.ol-searchcoord .ol-longitude label,
.ol-control.ol-searchgps .ol-latitude label,
.ol-control.ol-searchgps .ol-longitude label {
  width: 5.5em;
  display: inline-block;
  text-align: right;
  -webkit-transform: scaleX(.8);
  transform: scaleX(.8);
  margin: 0 -.8em 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.ol-control.ol-searchcoord .ol-latitude label,
.ol-control.ol-searchcoord .ol-longitude label {
  width: 2em;
  margin: 0;
}
.ol-control.ol-searchgps .ol-latitude input,
.ol-control.ol-searchgps .ol-longitude input {
  max-width: 10em;
}
.ol-control.ol-searchgps .ol-ext-toggle-switch {
  cursor: pointer;
  float: right;
  margin: .5em;
  font-size: .9em;
}
.ol-searchgps .ol-decimal {
  display: inline-block;
  margin-right: .7em;
}
.ol-searchgps .ol-dms,
.ol-searchgps.ol-dms .ol-decimal {
  display: none;
  width: 3em;
  text-align: right;
}
.ol-searchgps.ol-dms .ol-dms {
  display: inline-block;
}
.ol-searchcoord button.ol-centerloc:after,
.ol-searchcoord.ol-control.ol-collapsed button.ol-centerloc,
.ol-searchcoord.ol-control.ol-collapsed button.ol-geoloc,
.ol-searchgps button.ol-centerloc:after,
.ol-searchgps.ol-control.ol-collapsed button.ol-centerloc,
.ol-searchgps.ol-control.ol-collapsed button.ol-geoloc {
  display: none;
}
.ol-searchgps span.ol-dms {
  width: .5em;
  text-align: left;
}
.ol-searchcoord button.ol-centerloc,
.ol-searchcoord button.ol-geoloc,
.ol-searchgps button.ol-centerloc,
.ol-searchgps button.ol-geoloc {
  top: 0;
  float: right;
  margin-right: 3px;
  background-image: none;
  position: relative;
}
.ol-searchcoord button.ol-geoloc:before,
.ol-searchgps button.ol-geoloc:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: .6em;
  height: .6em;
  border: .1em solid currentColor;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-searchcoord button.ol-geoloc:after,
.ol-searchgps button.ol-geoloc:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: .2em;
  height: .2em;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow:
    .45em 0 currentColor,
    -.45em 0 currentColor,
    0 -.45em currentColor,
    0 .45em currentColor,
    .25em 0 currentColor,
    -.25em 0 currentColor,
    0 -.25em currentColor,
    0 .25em currentColor;
  box-shadow:
    .45em 0 currentColor,
    -.45em 0 currentColor,
    0 -.45em currentColor,
    0 .45em currentColor,
    .25em 0 currentColor,
    -.25em 0 currentColor,
    0 -.25em currentColor,
    0 .25em currentColor;
}
.ol-searchcoord button.ol-centerloc:before,
.ol-searchgps button.ol-centerloc:before {
  content: "\1f4cd";
  border: 0;
  width: auto;
  height: auto;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-control.ol-select {
  top: .5em;
  left: 3em;
  background-color: rgba(255, 255, 255, .5);
}
.ol-control.ol-select:hover {
  background-color: rgba(255, 255, 255, .7);
}
.ol-touch .ol-control.ol-select {
  left: 3.5em;
}
.ol-control.ol-select > button:before {
  content: "A";
  font-size: .6em;
  font-weight: 400;
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: .2em solid currentColor;
  border-radius: 100%;
  top: .5em;
  left: .5em;
  line-height: 1em;
  text-align: center;
}
.ol-control.ol-select > button:after {
  content: "";
  position: absolute;
  top: 1.15em;
  left: 1em;
  width: .45em;
  height: .15em;
  background-color: currentColor;
  border-radius: .05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: -.18em 0 0 -.03em;
  box-shadow: -.18em 0 0 -.03em;
}
.ol-select > div button {
  width: auto;
  padding: 0 .5em;
  float: right;
  font-weight: 400;
  height: 1.2em;
  line-height: 1.2em;
}
.ol-select .ol-delete {
  width: 1.5em;
  height: 1em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.ol-select .ol-delete:before {
  content: "\d7";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.ol-control.ol-select input {
  font-size: 1em;
}
.ol-control.ol-select select {
  font-size: 1em;
  max-width: 10em;
}
.ol-control.ol-select select option.ol-default {
  color: #999;
  font-style: italic;
}
.ol-control.ol-select > div {
  display: block;
  margin: .25em;
}
.ol-control.ol-select.ol-collapsed > div {
  display: none;
}
.ol-control.ol-select.ol-select-check {
  max-width: 20em;
}
.ol-control.ol-select label.ol-ext-check {
  margin-right: 1em;
}
.ol-control.ol-select label.ol-ext-toggle-switch span {
  font-size: 1.1em;
}
.ol-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ol-control.ol-select input[type=text],
.ol-control.ol-select input[type=search] {
  width: 8em;
}
.ol-select .ol-autocomplete {
  display: inline;
}
.ol-select .ol-autocomplete ul {
  position: absolute;
  display: block;
  background: #fff;
  border: 1px solid #999;
  min-width: 10em;
  font-size: .85em;
}
.ol-select ul.ol-hidden,
.ol-select-multi li > div .ol-ok,
.ol-select-multi li > div > button {
  display: none;
}
.ol-select .ol-autocomplete ul li {
  padding: 0 .5em;
}
.ol-select .ol-autocomplete ul li:hover {
  color: #fff;
  background: rgba(0, 60, 136, .5);
}
.ol-select-multi li > div.ol-control.ol-select,
.ol-select-multi li > div:hover {
  position: relative;
  top: unset;
  left: unset;
  background: 0 0;
}
.ol-select-multi li .ol-control.ol-select.ol-collapsed > div,
.ol-select-multi li > div > div {
  display: block;
}
.ol-control.ol-status {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .2);
  color: #fff;
  font-size: .9em;
  padding: .3em 3em;
  border-radius: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none !important;
  display: none;
}
.ol-control.ol-status.ol-visible {
  display: initial;
}
.ol-control.ol-status.ol-bottom {
  top: auto;
  bottom: 0;
}
.ol-control.ol-status.ol-left {
  top: 0;
  bottom: 0;
  padding: .3em .5em .3em 3em;
  width: auto;
}
.ol-control.ol-status.ol-right {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  padding: .3em 3em .3em .5em;
  width: auto;
}
.ol-control.ol-status.ol-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ol-control.ol-storymap {
  top: .5em;
  left: .5em;
  bottom: .5em;
  max-width: 35%;
  border-radius: .5em;
  position: absolute;
  height: auto;
  background-color: rgba(255, 255, 255, .5);
}
.ol-storymap,
.ol-storymap > div {
  padding: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ol-storymap > div {
  scroll-behavior: smooth;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ol-storymap > div.ol-move {
  scroll-behavior: unset;
}
.ol-control.ol-storymap .chapter {
  position: relative;
  padding: .5em;
  overflow: hidden;
}
.ol-control.ol-storymap .chapter:last-child {
  margin-bottom: 100%;
}
.ol-storymap .chapter {
  cursor: pointer;
  opacity: .4;
}
.ol-storymap .chapter.ol-select {
  cursor: default;
  opacity: 1;
  background-color: rgba(255, 255, 255, .8);
}
.ol-storymap .ol-scroll-next,
.ol-storymap .ol-scroll-top {
  position: relative;
  min-height: 1.7em;
  color: rgba(0, 60, 136, .5);
  text-align: center;
  cursor: pointer;
}
.ol-storymap .ol-scroll-next span {
  padding-bottom: 1.4em;
  display: block;
}
.ol-storymap .ol-scroll-top span {
  padding-top: 1.4em;
  display: block;
}
.ol-storymap .ol-scroll-next:before,
.ol-storymap .ol-scroll-top:before {
  content: "";
  border: .3em solid currentColor;
  border-radius: .3em;
  border-color: transparent currentColor currentColor transparent;
  width: .8em;
  height: .8em;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-animation: ol-bounce-bottom .35s linear infinite alternate;
  animation: ol-bounce-bottom .35s linear infinite alternate;
  pointer-events: none;
}
.ol-storymap .ol-scroll-top:before {
  border-color: currentColor transparent transparent currentColor;
  -webkit-animation: ol-bounce-top .35s linear infinite alternate;
  animation: ol-bounce-top .35s linear infinite alternate;
}
@-webkit-keyframes ol-bounce-top {
  from {
    top: -.2em;
  }
  to {
    top: .5em;
  }
}
@keyframes ol-bounce-top {
  from {
    top: -.2em;
  }
  to {
    top: .5em;
  }
}
@-webkit-keyframes ol-bounce-bottom {
  from {
    bottom: -.2em;
  }
  to {
    bottom: .5em;
  }
}
@keyframes ol-bounce-bottom {
  from {
    bottom: -.2em;
  }
  to {
    bottom: .5em;
  }
}
.ol-storymap img[data-title] {
  cursor: pointer;
}
.ol-storymap.scrollBox,
.ol-storymap.scrollLine {
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 0;
  max-width: 40%;
}
.ol-storymap.scrollBox .chapter,
.ol-storymap.scrollLine .chapter {
  background-color: #fff;
  margin: 100% 0;
}
.ol-storymap.scrollBox .chapter:first-child,
.ol-storymap.scrollLine .chapter:first-child {
  margin-top: 3em;
}
.ol-storymap.scrollBox .chapter,
.ol-storymap.scrollBox .chapter.ol-select,
.ol-storymap.scrollLine .chapter,
.ol-storymap.scrollLine .chapter.ol-select {
  opacity: 1;
}
.ol-storymap.scrollBox .ol-scrolldiv,
.ol-storymap.scrollLine .ol-scrolldiv {
  padding-right: 30px;
}
.ol-storymap.scrollBox:before,
.ol-storymap.scrollLine:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 14px;
  background-color: #fff;
}
.ol-storymap.scrollBox .ol-scroll,
.ol-storymap.scrollLine .ol-scroll {
  display: block !important;
  padding: 0;
  width: 1px;
  opacity: 1 !important;
  right: 15px;
  overflow: visible;
  -webkit-transition: none;
  transition: none;
}
.ol-storymap.scrollLine .ol-scroll > div {
  background-color: transparent;
  overflow: visible;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.ol-storymap.scrollLine .ol-scroll > div:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0af;
  border: 2px solid #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-storymap.scrollBox .ol-scroll > div {
  display: none;
}
.ol-storymap.scrollBox .chapter:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: Min(30%, 5em);
  right: -24.5px;
  -webkit-box-shadow: 0 0 0 2px #fff, inset 0 0 0 15px #0af;
  box-shadow: 0 0 0 2px #fff, inset 0 0 0 15px #0af;
  border-radius: 50%;
  border: 5px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.ol-swipe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-touch-action: none;
  touch-action: none;
}
.ol-swipe:before {
  content: "";
  position: absolute;
  top: -5000px;
  bottom: -5000px;
  left: 50%;
  width: 4px;
  background: #fff;
  z-index: -1;
  -webkit-transform: translate(-2px, 0);
  transform: translate(-2px, 0);
}
.ol-swipe.horizontal:before {
  left: -5000px;
  right: -5000px;
  top: 50%;
  bottom: auto;
  width: auto;
  height: 4px;
}
.ol-swipe,
.ol-swipe button {
  cursor: ew-resize;
}
.ol-swipe.horizontal,
.ol-swipe.horizontal button {
  cursor: ns-resize;
}
.ol-swipe button:after,
.ol-swipe button:before,
.ol-swipe:after {
  content: "";
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 50%;
  width: 2px;
  background: currentColor;
  transform: translate(-1px, 0);
  -webkit-transform: translate(-1px, 0);
}
.ol-swipe button:after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.ol-swipe button:before {
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}
.ol-control.ol-timeline {
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: rgba(255, 255, 255, .4);
}
.ol-control.ol-timeline.ol-collapsed {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.ol-timeline {
  overflow: hidden;
  padding: 2px 0 0;
}
.ol-timeline .ol-scroll {
  overflow: hidden;
  scroll-behavior: smooth;
  line-height: 1em;
  height: 6em;
  padding: 0 50%;
}
.ol-timeline .ol-scroll.ol-move {
  scroll-behavior: unset;
}
.ol-timeline.ol-hasbutton .ol-scroll {
  margin-left: 1.5em;
  padding: 0 calc(50% - .75em);
}
.ol-timeline .ol-buttons {
  display: none;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, .5);
  width: 1.5em;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.ol-timeline.ol-hasbutton .ol-buttons {
  display: block;
}
.ol-timeline .ol-buttons button {
  font-size: 1em;
  margin: 1px;
  position: relative;
}
.ol-timeline .ol-buttons .ol-zoom-in:before,
.ol-timeline .ol-buttons .ol-zoom-out:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-timeline .ol-buttons .ol-zoom-out:before {
  content: "\2212";
}
.ol-timeline .ol-scroll > div {
  height: 100%;
  position: relative;
}
.ol-timeline .ol-scroll .ol-times {
  background: rgba(255, 255, 255, .5);
  height: 1em;
  bottom: 0;
  position: absolute;
  left: -1000px;
  right: -1000px;
}
.ol-timeline .ol-scroll .ol-time {
  position: absolute;
  font-size: .7em;
  color: #999;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ol-timeline .ol-scroll .ol-time.ol-year {
  color: #666;
  z-index: 1;
}
.ol-timeline .ol-scroll .ol-time:before {
  content: "";
  position: absolute;
  bottom: 1.2em;
  left: 50%;
  height: 500px;
  border-left: 1px solid currentColor;
}
.ol-timeline .ol-scroll .ol-features {
  position: absolute;
  top: 0;
  bottom: 1em;
  left: -200px;
  right: -1000px;
  margin: 0 0 0 200px;
  overflow: hidden;
}
.ol-timeline .ol-scroll .ol-feature {
  position: absolute;
  font-size: .7em;
  color: #999;
  top: 0;
  background: #fff;
  max-width: 3em;
  max-height: 2.4em;
  min-height: 1em;
  line-height: 1.2em;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 0 .5em 0 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-timeline.ol-zoomhover .ol-scroll .ol-feature.ol-select,
.ol-timeline.ol-zoomhover .ol-scroll .ol-feature:hover {
  z-index: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background: #eee;
}
.ol-timeline .ol-center-date {
  display: none;
  position: absolute;
  left: 50%;
  height: 100%;
  width: 2px;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: red;
  opacity: .4;
}
.ol-timeline.ol-hasbutton .ol-center-date {
  left: calc(50% + .75em);
}
.ol-timeline.ol-pointer .ol-center-date {
  display: block;
}
.ol-timeline.ol-pointer .ol-center-date:after,
.ol-timeline.ol-pointer .ol-center-date:before {
  content: "";
  border: .3em solid transparent;
  border-width: .3em .25em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ol-timeline.ol-pointer .ol-center-date:before {
  border-top-color: red;
  top: 0;
}
.ol-timeline.ol-pointer .ol-center-date:after {
  border-bottom-color: red;
  bottom: 0;
}
.ol-timeline.ol-interval .ol-center-date {
  display: block;
  background-color: transparent;
  border: 0 solid #000;
  border-width: 0 10000px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  opacity: .2;
}
.ol-control.ol-videorec {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.ol-control.ol-videorec button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ol-control.ol-videorec button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .8em;
  height: .8em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: currentColor;
}
.ol-control.ol-videorec button.ol-start:before {
  width: .9em;
  height: .9em;
  border-radius: 50%;
  background-color: #c00;
}
.ol-control.ol-videorec button.ol-pause:before {
  width: .2em;
  background-color: transparent;
  -webkit-box-shadow: -.2em 0, .2em 0;
  box-shadow: -.2em 0, .2em 0;
}
.ol-control.ol-videorec button.ol-resume:before {
  border-style: solid;
  background: 0 0;
  width: auto;
  border-width: .4em 0 .4em .6em;
  border-color: transparent transparent transparent currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-control.ol-videorec button.ol-pause,
.ol-control.ol-videorec button.ol-resume,
.ol-control.ol-videorec button.ol-stop,
.ol-control.ol-videorec[data-state=rec] .ol-start,
.ol-control.ol-videorec[data-state=pause] .ol-start {
  display: none;
}
.ol-control.ol-videorec[data-state=rec] .ol-pause,
.ol-control.ol-videorec[data-state=rec] .ol-stop,
.ol-control.ol-videorec[data-state=pause] .ol-resume,
.ol-control.ol-videorec[data-state=pause] .ol-stop {
  display: inline-block;
}
.ol-control.ol-wmscapabilities {
  top: .5em;
  right: 2.5em;
}
.ol-touch .ol-control.ol-wmscapabilities {
  right: 3em;
}
.ol-control.ol-wmscapabilities.ol-hidden {
  display: none;
}
.ol-control.ol-wmscapabilities button:before {
  content: "+";
  position: absolute;
  top: calc(50% - .35em);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-control.ol-wmscapabilities button:after {
  content: "";
  width: .75em;
  height: .75em;
  position: absolute;
  background: 0 0;
  top: calc(50% - .05em);
  left: 50%;
  -webkit-transform: scaleY(.6) translate(-50%, -50%) rotate(45deg);
  transform: scaleY(.6) translate(-50%, -50%) rotate(45deg);
  -webkit-box-shadow:
    inset -.18em -.18em currentColor,
    -.4em .1em 0 -.25em currentColor,
    .1em -.35em 0 -.25em currentColor,
    .15em .15em currentColor;
  box-shadow:
    inset -.18em -.18em currentColor,
    -.4em .1em 0 -.25em currentColor,
    .1em -.35em 0 -.25em currentColor,
    .15em .15em currentColor;
  border-radius: .1em 0;
  border: .15em solid transparent;
  border-width: 0 .15em .15em 0;
}
.ol-wmscapabilities .ol-searching {
  opacity: .5;
}
.ol-wmscapabilities .ol-searching .ol-url:after {
  content: "";
  width: .7em;
  height: .7em;
  background-color: currentColor;
  position: absolute;
  top: 6em;
  border-radius: 50%;
  display: block;
  left: calc(50% - .35em);
  -webkit-box-shadow:
    0 1em currentColor,
    0 -1em currentColor,
    1em 0 currentColor,
    -1em 0 currentColor;
  box-shadow:
    0 1em currentColor,
    0 -1em currentColor,
    1em 0 currentColor,
    -1em 0 currentColor;
  -webkit-animation: ol-wmscapabilities-rotate 2s linear infinite;
  animation: ol-wmscapabilities-rotate 2s linear infinite;
}
@-webkit-keyframes ol-wmscapabilities-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ol-wmscapabilities-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ol-wmscapabilities .ol-url input {
  width: calc(100% - 10em);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: Min(100%, 20em);
}
.ol-wmscapabilities .ol-url select {
  width: 2em;
  height: 100%;
  padding: 1px;
}
.ol-wmscapabilities .ol-url button {
  width: 7.5em;
  margin-left: .5em;
}
.ol-wmscapabilities .ol-result {
  display: none;
  margin-top: .5em;
}
.ol-wmscapabilities .ol-result.ol-visible {
  display: block;
}
.ol-wmscapabilities .ol-select-list {
  position: relative;
  border: 1px solid #369;
  overflow-x: hidden;
  width: calc(100% - 120px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 14.5em;
  border-radius: 0;
  font-size: 1em;
}
.ol-wmscapabilities .ol-select-list option {
  padding: .1em .5em 0;
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ol-wmscapabilities .ol-select-list .level-1 {
  padding-left: 1em;
}
.ol-wmscapabilities .ol-select-list .level-2 {
  padding-left: 1.5em;
}
.ol-wmscapabilities .ol-select-list .level-3 {
  padding-left: 2em;
}
.ol-wmscapabilities .ol-select-list .level-4 {
  padding-left: 2.5em;
}
.ol-wmscapabilities .ol-select-list .level-5 {
  padding-left: 3em;
}
.ol-wmscapabilities .ol-select-list .ol-info {
  font-style: italic;
}
.ol-wmscapabilities .ol-select-list .ol-title {
  background-color: rgba(0, 60, 136, .1);
}
.ol-wmscapabilities .ol-select-list option:hover {
  background-color: rgba(0, 60, 136, .5);
  color: #fff;
}
.ol-wmscapabilities .ol-select-list .selected {
  background-color: rgba(0, 60, 136, .7);
  color: #fff;
}
.ol-wmscapabilities .ol-preview,
.ol-wmscapabilities .ol-preview.tainted {
  width: 100px;
  color: #666;
  padding: 0 5px 5px;
  float: right;
  text-align: center;
  margin-left: 10px;
}
.ol-wmscapabilities .ol-preview {
  background: rgba(0, 60, 136, .1);
}
.ol-wmscapabilities .ol-preview.tainted {
  background: rgba(136, 0, 60, .1);
}
.ol-wmscapabilities .ol-preview img {
  width: 100%;
  display: block;
  background: #fff;
}
.ol-wmscapabilities .ol-legend {
  max-width: 100%;
  display: none;
}
.ol-wmscapabilities .ol-legend.visible {
  display: block;
}
.ol-wmscapabilities .ol-buttons {
  clear: both;
  text-align: right;
}
.ol-wmscapabilities .ol-data p {
  margin: 0;
}
.ol-wmscapabilities .ol-data p.ol-title {
  font-weight: 700;
  margin: 1em 0 .5em;
}
.ol-wmscapabilities .ol-error {
  color: #800;
}
.ol-wmscapabilities ul.ol-wmsform {
  display: none;
  list-style: none;
  padding: 0;
}
.ol-wmscapabilities ul.ol-wmsform.visible {
  display: block;
}
.ol-wmscapabilities .ol-wmsform label {
  display: inline-block;
  text-align: right;
  width: calc(40% - .5em);
  margin-right: .5em;
}
.ol-wmscapabilities .ol-wmsform input {
  display: inline-block;
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-wmscapabilities .ol-wmsform input[type=checkbox] {
  width: auto;
}
.ol-wmscapabilities .ol-wmsform button {
  float: right;
  margin: 1em 0;
}
.ol-wmscapabilities ul.ol-wmsform li[data-param=extent] input {
  width: calc(60% - 2em);
}
.ol-wmscapabilities ul.ol-wmsform li[data-param=extent] button {
  position: relative;
  width: 2em;
  height: 1.6em;
  margin: 0;
  vertical-align: middle;
  color: #444;
}
.ol-wmscapabilities ul.ol-wmsform li[data-param=extent] button:after,
.ol-wmscapabilities ul.ol-wmsform li[data-param=extent] button:before {
  content: "";
  position: absolute;
  width: .25em;
  height: .9em;
  border: .1em solid currentColor;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewY(-15deg);
  transform: translate(-50%, -50%) skewY(-15deg);
}
.ol-wmscapabilities ul.ol-wmsform li[data-param=extent] button:after {
  -webkit-transform: translateX(.4em) translate(-50%, -50%) skewY(15deg);
  transform: translateX(.4em) translate(-50%, -50%) skewY(15deg);
  -webkit-box-shadow: -.8em .25em;
  box-shadow: -.8em .25em;
}
.ol-ext-dialog.ol-wmscapabilities form {
  width: 600px;
  min-height: 15em;
  top: 15%;
  -webkit-transform: translate(-50%, -15%);
  transform: translate(-50%, -15%);
}
.ol-ext-dialog.ol-wmscapabilities .ol-content {
  max-height: calc(100vh - 6em);
}
.ol-ext-dialog [data-param=style],
.ol-ext-dialog.ol-wmtscapabilities [data-param=map] {
  display: none;
}
.ol-ext-dialog.ol-wmtscapabilities [data-param=style] {
  display: list-item;
}
.ol-ext-dialog.ol-wmtscapabilities [data-param=proj],
.ol-ext-dialog.ol-wmtscapabilities [data-param=version] {
  opacity: .6;
  pointer-events: none;
}
.ol-ext-dialog.ol-wmscapabilities button.ol-wmsform {
  width: 1.8em;
  text-align: center;
}
.ol-ext-dialog.ol-wmscapabilities button.ol-wmsform:before {
  content: "+";
}
.ol-ext-dialog.ol-wmscapabilities .ol-form button.ol-wmsform:before {
  content: "-";
}
.ol-ext-dialog.ol-wmscapabilities .ol-form .ol-legend,
.ol-ext-dialog.ol-wmscapabilities .ol-form button.ol-load {
  display: none;
}
.ol-ext-dialog.ol-wmscapabilities .ol-form ul.ol-wmsform {
  display: block;
  clear: both;
}
.ol-target-overlay .ol-target {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 1px 1px #fff;
  box-shadow: 0 0 1px 1px #fff;
  display: block;
  height: 20px;
  width: 0;
}
.ol-target-overlay .ol-target:after,
.ol-target-overlay .ol-target:before {
  content: "";
  border: 1px solid #369;
  -webkit-box-shadow: 0 0 1px 1px #fff;
  box-shadow: 0 0 1px 1px #fff;
  display: block;
  width: 20px;
  height: 0;
  position: absolute;
  top: 10px;
  left: -10px;
}
.ol-target-overlay .ol-target:after {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 20px;
  width: 0;
  top: 0;
  left: 0;
}
.ol-overlaycontainer .ol-touch-cursor {
  width: 56px;
  height: 56px;
  margin: 6px;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255, 255, 255, .4);
  -webkit-box-shadow: inset 0 0 0 5px #369;
  box-shadow: inset 0 0 0 5px #369;
}
.ol-overlaycontainer .ol-touch-cursor:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background:
    radial-gradient(
      circle at 100% 100%,
      transparent,
      transparent 70%,
      #369 70%,
      #369);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.ol-overlaycontainer .ol-touch-cursor-center {
  margin-top: 16px;
  margin-left: -28px;
}
.ol-overlaycontainer .ol-touch-cursor-center:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ol-overlaycontainer .ol-touch-cursor-right {
  margin-left: -62px;
}
.ol-overlaycontainer .ol-touch-cursor-right:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ol-overlaycontainer .ol-touch-cursor .ol-button {
  position: absolute;
  color: #369;
  height: 55%;
  width: 55%;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255, 255, 255, .4);
  -webkit-box-shadow: inset 0 0 0 3px currentColor;
  box-shadow: inset 0 0 0 3px currentColor;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition:
    all .5s,
    opacity 0s,
    background 0s;
  transition:
    all .5s,
    opacity 0s,
    background 0s;
  overflow: hidden;
}
.ol-overlaycontainer .ol-touch-cursor.active.disable .ol-button,
.ol-overlaycontainer .ol-touch-cursor.nodrawing .ol-button.ol-button-check,
.ol-overlaycontainer .ol-touch-cursor.nodrawing .ol-button.ol-button-remove,
.ol-overlaycontainer .ol-touch-cursor.nodrawing .ol-button.ol-button-x {
  opacity: .8;
  background: rgba(51, 102, 153, .2);
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-0 {
  top: -18%;
  left: 118%;
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-1 {
  top: 50%;
  left: 140%;
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-2 {
  top: 120%;
  left: 120%;
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-3 {
  top: 140%;
  left: 50%;
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-4 {
  top: 118%;
  left: -18%;
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-5 {
  top: 50%;
  left: -40%;
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-6 {
  top: -18%;
  left: -18%;
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-7 {
  top: -40%;
  left: 50%;
}
.ol-overlaycontainer .ol-touch-cursor .ol-button:before {
  content: "";
  width: 1.5em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1em;
  text-align: center;
}
.ol-overlaycontainer .ol-touch-cursor .ol-button.ol-button-add:before,
.ol-overlaycontainer .ol-touch-cursor .ol-button.ol-button-remove:before {
  content: "\2212";
  line-height: .95em;
  font-size: 1.375em;
  font-weight: 700;
}
.ol-overlaycontainer .ol-touch-cursor .ol-button.ol-button-add:before {
  content: "+";
}
.ol-overlaycontainer .ol-touch-cursor .ol-button.ol-button-x:before {
  content: "\d7";
  font-size: 1.2em;
  font-weight: 700;
}
.ol-overlaycontainer .ol-touch-cursor .ol-button.ol-button-move:before {
  content: "\2725";
  font-size: 1.2em;
}
.ol-overlaycontainer .ol-touch-cursor .ol-button.ol-button-check:before {
  content: "\2713";
  font-weight: 700;
}
.ol-overlaycontainer .ol-touch-cursor .ol-button > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-overlaycontainer .ol-touch-cursor .ol-button-type:before {
  content: "\21ce";
  font-weight: 700;
}
.mapboxgl-canvas:focus {
  outline: 0;
}
.ol-perspective-map {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200%;
  height: 200%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-perspective-map .ol-layer {
  z-index: -1 !important;
}
.ol-perspective-map .ol-layers {
  -webkit-transform: translateY(0) perspective(200px) rotateX(0) scaleY(1);
  transform: translateY(0) perspective(200px) rotateX(0) scaleY(1);
}
.ol-perspective-map .ol-overlaycontainer,
.ol-perspective-map .ol-overlaycontainer-stopevent {
  width: 50% !important;
  height: 50% !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-overlay-container .ol-magnify {
  background: rgba(0, 0, 0, .5);
  border: 3px solid #369;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
  position: relative;
  z-index: 0;
}
.ol-overlay-container .ol-magnify:before {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 40px 2px rgba(0, 0, 0, .25) inset;
  box-shadow: 0 0 40px 2px rgba(0, 0, 0, .25) inset;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ol-overlay-container .ol-magnify:after {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 7px rgba(255, 255, 255, 1);
  box-shadow: 0 0 20px 7px rgba(255, 255, 255, 1);
  content: "";
  display: block;
  height: 0;
  left: 23%;
  position: absolute;
  top: 20%;
  width: 20%;
  z-index: 1;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
}
.ol-popup.anim {
  visibility: hidden;
}
.ol-popup.anim.visible {
  visibility: visible;
}
.ol-popup.anim.visible > div {
  visibility: visible;
  -webkit-transform: none;
  transform: none;
  -webkit-animation: ol-popup_bounce .4s ease 1;
  animation: ol-popup_bounce .4s ease 1;
}
@-webkit-keyframes ol-popup_bounce {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ol-popup_bounce {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ol-popup.anim.ol-popup-bottom.ol-popup-left > div {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.ol-popup.anim.ol-popup-bottom.ol-popup-right > div {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.ol-popup.anim.ol-popup-bottom.ol-popup-center > div {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.ol-popup.anim.ol-popup-top.ol-popup-left > div {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.ol-popup.anim.ol-popup-top.ol-popup-right > div {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.ol-popup.anim.ol-popup-top.ol-popup-center > div {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.ol-popup.anim.ol-popup-middle.ol-popup-left > div {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.ol-popup.anim.ol-popup-middle.ol-popup-right > div {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ol-popup {
  font-size: .9em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ol-popup .ol-popup-content {
  overflow: hidden;
  cursor: default;
  padding: .25em .5em;
}
.ol-popup.hasclosebox .ol-popup-content {
  margin-right: 1.7em;
}
.ol-popup .ol-popup-content:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
}
.ol-popup .anchor {
  display: block;
  width: 0;
  height: 0;
  background: red;
  position: absolute;
  margin: -11px 22px;
  pointer-events: none;
}
.ol-popup-center.ol-popup-middle .anchor,
.ol-popup.ol-fixed .anchor {
  display: none;
}
.ol-popup .anchor:after,
.ol-popup .anchor:before {
  position: absolute;
}
.ol-popup-right .anchor:after,
.ol-popup-right .anchor:before {
  right: 0;
}
.ol-popup-top .anchor {
  top: 0;
}
.ol-popup-bottom .anchor {
  bottom: 0;
}
.ol-popup-right .anchor {
  right: 0;
}
.ol-popup-left .anchor {
  left: 0;
}
.ol-popup-center .anchor {
  left: 50%;
  margin-left: 0 !important;
}
.ol-popup-middle .anchor {
  top: 50%;
  margin-top: 0 !important;
}
.ol-popup.ol-fixed {
  margin: 0 !important;
  top: .5em !important;
  right: .5em !important;
  left: auto !important;
  bottom: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.ol-popup.ol-fixed.anim > div {
  -webkit-animation: none;
  animation: none;
}
.ol-popup .ol-fix {
  width: 1em;
  height: .9em;
  background: #fff;
  position: relative;
  float: right;
  margin: .2em;
  cursor: pointer;
}
.ol-popup .ol-fix:before {
  content: "";
  width: .8em;
  height: .7em;
  display: block;
  border: .1em solid #666;
  border-right-width: .3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: .1em;
}
.ol-popup.shadow {
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .5);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .5);
}
.ol-popup .closeBox {
  background-color: rgba(0, 60, 136, .5);
  color: #fff;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  float: right;
  font-size: .9em;
  font-weight: 700;
  width: 1.4em;
  height: 1.4em;
  margin: 5px 5px 0 0;
  padding: 0;
  position: relative;
  display: none;
}
.ol-popup.hasclosebox .closeBox {
  display: block;
}
.ol-popup .closeBox:hover {
  background-color: rgba(0, 60, 136, .7);
}
.ol-popup .closeBox:after {
  content: "\d7";
  font-size: 1.5em;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 1em;
  margin: -.5em 0;
  position: absolute;
}
.ol-popup.modifytouch .ol-popup-content,
.ol-popup.tooltips .ol-popup-content {
  padding: 0 .25em;
  font-size: .85em;
  white-space: nowrap;
}
.ol-popup.modifytouch {
  background-color: #eee;
}
.ol-popup.modifytouch .ol-popup-content a {
  text-decoration: none;
}
.ol-popup.tooltips {
  background-color: #ffa;
}
.ol-popup.default > div {
  background-color: #fff;
  border: 1px solid #69f;
  border-radius: 5px;
}
.ol-popup.default .anchor:after,
.ol-popup.default .anchor:before,
.ol-popup.placemark .anchor:after,
.ol-popup.placemark.pushpin > div:before {
  border-color: currentColor transparent;
  content: "";
}
.ol-popup.default {
  margin: -11px 0;
  -webkit-transform: translate(0, -22px);
  transform: translate(0, -22px);
}
.ol-popup-top.ol-popup.default {
  margin: 11px 0;
  -webkit-transform: none;
  transform: none;
}
.ol-popup-left.default {
  margin: -11px -22px;
  -webkit-transform: translate(0, -22px);
  transform: translate(0, -22px);
}
.ol-popup-top.ol-popup-left.default {
  margin: 11px -22px;
  -webkit-transform: none;
  transform: none;
}
.ol-popup-right.default {
  margin: -11px 22px;
  -webkit-transform: translate(44px, -22px);
  transform: translate(44px, -22px);
}
.ol-popup-top.ol-popup-right.default {
  margin: 11px 22px;
  -webkit-transform: translate(44px, 0);
  transform: translate(44px, 0);
}
.ol-popup-middle.default {
  margin: 0 10px;
  -webkit-transform: none;
  transform: none;
}
.ol-popup-middle.ol-popup-right.default {
  margin: 0 -10px;
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}
.ol-popup.default .anchor {
  color: #69f;
}
.ol-popup.default .anchor:after,
.ol-popup.default .anchor:before {
  border-style: solid;
  border-width: 11px;
  margin: 0 -11px;
}
.ol-popup.default .anchor:after {
  border-color: #fff transparent;
  border-width: 11px;
  margin: 2px -11px;
}
.ol-popup-top.default .anchor:after,
.ol-popup-top.default .anchor:before {
  border-top: 0;
  top: 0;
}
.ol-popup-bottom.default .anchor:after,
.ol-popup-bottom.default .anchor:before {
  border-bottom: 0;
  bottom: 0;
}
.ol-popup-middle.default .anchor:before {
  margin: -11px -33px;
  border-color: transparent currentColor;
}
.ol-popup-middle.default .anchor:after {
  margin: -11px -31px;
  border-color: transparent #fff;
}
.ol-popup-middle.ol-popup-left.default .anchor:after,
.ol-popup-middle.ol-popup-left.default .anchor:before {
  border-left: 0;
}
.ol-popup-middle.ol-popup-right.default .anchor:after,
.ol-popup-middle.ol-popup-right.default .anchor:before {
  border-right: 0;
}
.ol-popup.placemark {
  color: #c00;
  margin: -.65em 0;
  -webkit-transform: translate(0, -1.3em);
  transform: translate(0, -1.3em);
}
.ol-popup.placemark > div {
  position: relative;
  font-size: 15px;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 .45em;
  box-shadow: inset 0 0 0 .45em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  min-width: unset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-popup.placemark .ol-popup-content {
  overflow: hidden;
  cursor: default;
  text-align: center;
  padding: .25em 0;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1em;
}
.ol-popup.placemark .anchor {
  margin: 0;
}
.ol-popup.placemark .anchor:before {
  content: "";
  margin: -.5em;
  background: 0 0;
  width: 1em;
  height: .5em;
  border-radius: 50%;
  -webkit-box-shadow: 0 1em .5em rgba(0, 0, 0, .5);
  box-shadow: 0 1em .5em rgba(0, 0, 0, .5);
}
.ol-popup.placemark.blazon > div,
.ol-popup.placemark.shield > div {
  border-radius: .2em;
}
.ol-popup.placemark .anchor:after {
  border-style: solid;
  border-width: 1em .7em 0;
  margin: -.75em -.7em;
  bottom: 0;
}
.ol-popup.placemark.shield .anchor:after {
  border-width: .8em 1em 0;
  margin: -.7em -1em;
}
.ol-popup.placemark.pushpin {
  margin: -2.2em 0;
  -webkit-transform: translate(0, -4em);
  transform: translate(0, -4em);
}
.ol-popup.placemark.pushpin > div {
  border-radius: 0;
  background: 0 0 !important;
  -webkit-box-shadow: inset 2em 0 currentColor;
  box-shadow: inset 2em 0 currentColor;
  width: 1.1em;
}
.ol-popup.placemark.pushpin > div:before {
  width: 1.3em;
  height: 1.5em;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-width: .3em .5em .5em;
  pointer-events: none;
}
.ol-popup.placemark.needle {
  margin: -2em 0;
  -webkit-transform: translate(0, -4em);
  transform: translate(0, -4em);
}
.ol-popup.placemark.needle .anchor,
.ol-popup.placemark.pushpin .anchor {
  margin: -1.2em;
}
.ol-popup.placemark.needle .anchor:after,
.ol-popup.placemark.pushpin .anchor:after {
  border-style: solid;
  border-width: 2em .15em 0;
  margin: -.55em -.2em;
  width: .1em;
}
.ol-popup.placemark.needle .anchor:before,
.ol-popup.placemark.pushpin .anchor:before {
  margin: -.75em -.5em;
}
.ol-popup.placemark.flagv {
  margin: -2em 1em;
  -webkit-transform: translate(0, -4em);
  transform: translate(0, -4em);
}
.ol-popup.placemark.flagv > div {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.ol-popup.placemark.flagv > div:before {
  content: "";
  border: 1em solid transparent;
  position: absolute;
  border-left: 2em solid currentColor;
  pointer-events: none;
}
.ol-popup.placemark.flagv .anchor {
  margin: -1.4em;
}
.ol-popup.placemark.flag {
  margin: -2em 1em;
  -webkit-transform: translate(0, -4em);
  transform: translate(0, -4em);
}
.ol-popup.placemark.flag > div {
  border-radius: 0;
  -webkit-transform-origin: 0 150% !important;
  transform-origin: 0 150% !important;
}
.ol-popup.placemark.flag .anchor {
  margin: -1.4em;
}
.ol-popup.placemark.flag .anchor:after,
.ol-popup.placemark.flagv .anchor:after {
  border-style: solid;
  border-width: 2em .15em 0;
  margin: -.55em -1em;
  width: .1em;
}
.ol-popup.placemark.flag .anchor:before,
.ol-popup.placemark.flagv .anchor:before {
  margin: -.75em -1.25em;
}
.ol-popup.placemark.flag.finish {
  margin: -2em 1em;
}
.ol-popup.placemark.flag.finish > div {
  background-image:
    linear-gradient(
      45deg,
      currentColor 25%,
      transparent 25%,
      transparent 75%,
      currentColor 75%,
      currentColor),
    linear-gradient(
      45deg,
      currentColor 25%,
      transparent 25%,
      transparent 75%,
      currentColor 75%,
      currentColor);
  background-size: 1em 1em;
  background-position: .5em 0, 0 .5em;
  -webkit-box-shadow: inset 0 0 0 .25em;
  box-shadow: inset 0 0 0 .25em;
}
.ol-popup.black .closeBox {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 5px;
  color: #f80;
}
.ol-popup.black .closeBox:hover {
  background-color: rgba(0, 0, 0, .7);
  color: #da2;
}
.ol-popup.black {
  margin: -20px 0;
  -webkit-transform: translate(0, -40px);
  transform: translate(0, -40px);
}
.ol-popup.black > div {
  background-color: rgba(0, 0, 0, .6);
  border-radius: 5px;
  color: #fff;
}
.ol-popup-top.ol-popup.black {
  margin: 20px 0;
  -webkit-transform: none;
  transform: none;
}
.ol-popup-left.black {
  margin: -20px -22px;
  -webkit-transform: translate(0, -40px);
  transform: translate(0, -40px);
}
.ol-popup-top.ol-popup-left.black {
  margin: 20px -22px;
  -webkit-transform: none;
  transform: none;
}
.ol-popup-right.black {
  margin: -20px 22px;
  -webkit-transform: translate(44px, -40px);
  transform: translate(44px, -40px);
}
.ol-popup-top.ol-popup-right.black {
  margin: 20px 22px;
  -webkit-transform: translate(44px, 0);
  transform: translate(44px, 0);
}
.ol-popup-middle.black {
  margin: 0 11px;
  -webkit-transform: none;
  transform: none;
}
.ol-popup-left.ol-popup-middle.black {
  -webkit-transform: none;
  transform: none;
}
.ol-popup-right.ol-popup-middle.black {
  margin: 0 -11px;
  -webkit-transform: translate(-22px, 0);
  transform: translate(-22px, 0);
}
.ol-popup.black .anchor {
  margin: -20px 11px;
  color: rgba(0, 0, 0, .6);
}
.ol-popup.black .anchor:before {
  content: "";
  border-color: currentColor transparent;
  border-style: solid;
  border-width: 20px 11px;
}
.ol-popup-top.black .anchor:before {
  border-top: 0;
  top: 0;
}
.ol-popup-bottom.black .anchor:before {
  border-bottom: 0;
  bottom: 0;
}
.ol-popup-middle.black .anchor:before {
  margin: -20px -22px;
  border-color: transparent currentColor;
}
.ol-popup-middle.ol-popup-left.black .anchor:before {
  border-left: 0;
}
.ol-popup-middle.ol-popup-right.black .anchor:before {
  border-right: 0;
}
.ol-popup-center.black .anchor:before {
  margin: 0 -10px;
}
.ol-popup.tips .closeBox {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  width: 1.2em;
  height: 1.2em;
}
.ol-popup.tips .closeBox:hover {
  background-color: #f40;
}
.ol-popup.tips {
  margin: -20px 0;
  -webkit-transform: translate(0, -40px);
  transform: translate(0, -40px);
}
.ol-popup.tips > div {
  background-color: #cea;
  border: 5px solid #ad7;
  border-radius: 5px;
  color: #333;
}
.ol-popup-top.ol-popup.tips {
  margin: 20px 0;
  -webkit-transform: none;
  transform: none;
}
.ol-popup-left.tips {
  margin: -20px -22px;
  -webkit-transform: translate(0, -40px);
  transform: translate(0, -40px);
}
.ol-popup-top.ol-popup-left.tips {
  margin: 20px -22px;
  -webkit-transform: none;
  transform: none;
}
.ol-popup-right.tips {
  margin: -20px 22px;
  -webkit-transform: translate(44px, -40px);
  transform: translate(44px, -40px);
}
.ol-popup-top.ol-popup-right.tips {
  margin: 20px 22px;
  -webkit-transform: translate(44px, 0);
  transform: translate(44px, 0);
}
.ol-popup-middle.tips {
  margin: 0;
  -webkit-transform: none;
  transform: none;
}
.ol-popup-left.ol-popup-middle.tips {
  margin: 0 22px;
  -webkit-transform: none;
  transform: none;
}
.ol-popup-right.ol-popup-middle.tips {
  margin: 0 -22px;
  -webkit-transform: translate(-44px, 0);
  transform: translate(-44px, 0);
}
.ol-popup.tips .anchor {
  margin: -18px 22px;
  color: #ad7;
}
.ol-popup.tips .anchor:before {
  content: "";
  border-color: currentColor transparent;
  border-style: solid;
  border-width: 20px 11px;
}
.ol-popup-top.tips .anchor:before {
  border-top: 0;
  top: 0;
}
.ol-popup-bottom.tips .anchor:before {
  border-bottom: 0;
  bottom: 0;
}
.ol-popup-center.tips .anchor:before {
  border-width: 20px 6px;
  margin: 0 -6px;
}
.ol-popup-left.tips .anchor:before {
  border-left: 0;
  margin-left: 0;
}
.ol-popup-right.tips .anchor:before {
  border-right: 0;
  margin-right: 0;
}
.ol-popup-middle.tips .anchor:before {
  margin: -6px -41px;
  border-color: transparent currentColor;
  border-width: 6px 20px;
}
.ol-popup-middle.ol-popup-left.tips .anchor:before {
  border-left: 0;
}
.ol-popup-middle.ol-popup-right.tips .anchor:before {
  border-right: 0;
}
.ol-popup.warning .closeBox {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  font-size: .83em;
}
.ol-popup.warning .closeBox:hover {
  background-color: #f40;
}
.ol-popup.warning {
  background-color: #fd0;
  border-radius: 3px;
  border: 4px dashed red;
  color: #900;
  margin: -28px 10px;
  -webkit-transform: translate(0, -56px);
  transform: translate(0, -56px);
}
.ol-popup-top.ol-popup.warning {
  margin: 28px 10px;
  -webkit-transform: none;
  transform: none;
}
.ol-popup-left.warning {
  margin: -28px -22px;
  -webkit-transform: translate(0, -56px);
  transform: translate(0, -56px);
}
.ol-popup-top.ol-popup-left.warning {
  margin: 28px -22px;
  -webkit-transform: none;
  transform: none;
}
.ol-popup-right.warning {
  margin: -28px 22px;
  -webkit-transform: translate(44px, -56px);
  transform: translate(44px, -56px);
}
.ol-popup-top.ol-popup-right.warning {
  margin: 28px 22px;
  -webkit-transform: translate(44px, 0);
  transform: translate(44px, 0);
}
.ol-popup-middle.warning {
  margin: 0;
  -webkit-transform: none;
  transform: none;
}
.ol-popup-left.ol-popup-middle.warning {
  margin: 0 22px;
  -webkit-transform: none;
  transform: none;
}
.ol-popup-right.ol-popup-middle.warning {
  margin: 0 -22px;
  -webkit-transform: translate(-44px, 0);
  transform: translate(-44px, 0);
}
.ol-popup.warning .anchor {
  margin: -33px 7px;
}
.ol-popup.warning .anchor:before {
  content: "";
  border-color: red transparent;
  border-style: solid;
  border-width: 30px 11px;
}
.ol-popup-top.warning .anchor:before {
  border-top: 0;
  top: 0;
}
.ol-popup-bottom.warning .anchor:before {
  border-bottom: 0;
  bottom: 0;
}
.ol-popup-center.warning .anchor:before {
  margin: 0 -21px;
}
.ol-popup-middle.warning .anchor:before {
  margin: -10px -33px;
  border-color: transparent red;
  border-width: 10px 22px;
}
.ol-popup-middle.ol-popup-left.warning .anchor:before {
  border-left: 0;
}
.ol-popup-middle.ol-popup-right.warning .anchor:before {
  border-right: 0;
}
.ol-popup .ol-popupfeature table {
  width: 100%;
}
.ol-popup .ol-popupfeature table td {
  max-width: 25em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ol-popup .ol-popupfeature table td img {
  max-width: 100px;
  max-height: 100px;
}
.ol-popup .ol-popupfeature tr:nth-child(2n+1) {
  background-color: #eee;
}
.ol-popup .ol-popupfeature .ol-zoombt {
  border: 0;
  width: 2em;
  height: 2em;
  display: inline-block;
  color: rgba(0, 60, 136, .5);
  position: relative;
  background: 0 0;
  outline: 0;
}
.ol-popup .ol-popupfeature .ol-zoombt:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: .17em solid currentColor;
  border-radius: 100%;
  top: .3em;
  left: .3em;
}
.ol-popup .ol-popupfeature .ol-zoombt:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 1.35em;
  left: 1.15em;
  border-width: .1em .3em;
  border-style: solid;
  border-radius: .03em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: -.2em 0 0 -.04em;
  box-shadow: -.2em 0 0 -.04em;
}
.ol-popup .ol-popupfeature .ol-count {
  float: right;
  margin: .25em 0;
}
.ol-popup .ol-popupfeature .ol-next,
.ol-popup .ol-popupfeature .ol-prev {
  border-style: solid;
  border-color: transparent rgba(0, 60, 136, .5);
  border-width: .5em 0 .5em .5em;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 .5em;
  cursor: pointer;
}
.ol-popup .ol-popupfeature .ol-prev {
  border-width: .5em .5em .5em 0;
}
.ol-popup.tooltips.black {
  background-color: transparent;
}
.ol-popup.tooltips.black > div {
  -webkit-transform: scaleY(1.3);
  transform: scaleY(1.3);
  padding: .2em .5em;
  background-color: rgba(0, 0, 0, .5);
}
.ol-ext-check span,
.ol-ext-toggle-switch span {
  color: rgba(0, 60, 136, .5);
  background-color: #ccc;
}
.ol-popup-middle.tooltips.black .anchor:before {
  border-width: 5px 10px;
  margin: -5px -21px;
}
.ol-popup-center.ol-popup-middle,
.ol-popup-top.ol-popup-left.ol-fixPopup,
.ol-popup-top.ol-popup-right.ol-fixPopup,
.ol-popup.ol-fixPopup {
  margin: 0;
}
.ol-miniscroll {
  position: relative;
}
.ol-miniscroll:hover .ol-scroll {
  opacity: .5;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.ol-miniscroll .ol-scroll {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  right: 0;
  width: 9px;
  height: auto;
  max-height: 100%;
  opacity: 0;
  border-radius: 9px;
  -webkit-transition: opacity 1s .5s;
  transition: opacity 1s .5s;
  overflow: hidden;
  z-index: 1;
}
.ol-miniscroll .ol-scroll > div {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 9px;
  -webkit-box-shadow: inset 10px 0 currentColor;
  box-shadow: inset 10px 0 currentColor;
  border-radius: 9px/12px;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.ol-miniscroll .ol-scroll.ol-100pc {
  opacity: 0;
}
.ol-viewport canvas.ol-fixedoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ol-ext-toggle-switch,
.ol-ext-toggle-switch span {
  position: relative;
  cursor: pointer;
}
.ol-ext-toggle-switch input[type=radio],
.ol-ext-toggle-switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.ol-ext-toggle-switch span {
  -webkit-transition:
    .4s,
    background-color 0s,
    border-color 0s,
    -webkit-box-shadow 0s;
  transition:
    .4s,
    background-color 0s,
    border-color 0s,
    -webkit-box-shadow 0s;
  transition:
    .4s,
    background-color 0s,
    border-color 0s,
    box-shadow 0s;
  transition:
    .4s,
    background-color 0s,
    border-color 0s,
    box-shadow 0s,
    -webkit-box-shadow 0s;
  width: 1.6em;
  height: 1em;
  display: inline-block;
  border-radius: 1em;
  font-size: 1.3em;
  vertical-align: middle;
  margin: -.15em .2em .15em;
}
.ol-ext-toggle-switch span:before {
  position: absolute;
  content: "";
  height: 1em;
  width: 1em;
  left: 0;
  top: 50%;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 1em;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-ext-toggle-switch:hover span {
  background-color: #999;
}
.ol-ext-toggle-switch:hover span:before {
  border-color: #999;
}
.ol-ext-toggle-switch input:checked + span {
  background-color: currentColor;
}
.ol-ext-toggle-switch input:checked + span:before {
  -webkit-transform: translate(.6em, -50%);
  transform: translate(.6em, -50%);
  border-color: currentColor;
}
.ol-ext-check {
  position: relative;
  display: inline-block;
}
.ol-ext-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.ol-ext-check span {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: -.1em .5em .1em;
  vertical-align: middle;
}
.ol-ext-check:hover span {
  background-color: #999;
}
.ol-ext-checkbox input:checked ~ span {
  background-color: currentColor;
}
.ol-ext-checkbox input:checked ~ span:before {
  content: "";
  position: absolute;
  width: .5em;
  height: .8em;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-.1em) translate(-50%, -50%) rotate(45deg);
  transform: translateY(-.1em) translate(-50%, -50%) rotate(45deg);
  -webkit-box-shadow: inset -.2em -.2em #fff;
  box-shadow: inset -.2em -.2em #fff;
}
.ol-ext-radio span {
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
}
.ol-ext-radio:hover input:checked ~ span {
  background-color: #ccc;
}
.ol-ext-radio input:checked ~ span:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: currentColor;
}
.ol-ext-check input:focus-visible + span,
.ol-ext-toggle-switch input:focus-visible + span {
  -webkit-box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.8px rgba(0, 0, 0, .8);
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.8px rgba(0, 0, 0, .8);
}
.ol-collection-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ol-collection-list li {
  position: relative;
  padding: 0 2em 0 1em;
}
.ol-collection-list li:hover {
  background-color: rgba(0, 60, 136, .2);
}
.ol-collection-list li.ol-select {
  background-color: rgba(0, 60, 136, .5);
  color: #fff;
}
.ol-collection-list li .ol-order {
  position: absolute;
  -ms-touch-action: none;
  touch-action: none;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  height: 100%;
  cursor: n-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ol-collection-list li .ol-order:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 2px;
  background-color: currentColor;
  -webkit-box-shadow: 0 5px, 0 -5px;
  box-shadow: 0 5px, 0 -5px;
  border-radius: 2px;
}
.ol-collection-list li > input.ol-input-focus {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.ol-collection-list li:has(> input.ol-input-focus:focus) {
  outline: #369 solid 2px;
}
.ol-ext-colorpicker.ol-popup {
  width: 2em;
  height: 1.5em;
  background-color: transparent;
  background-image:
    linear-gradient(
      45deg,
      #aaa 25%,
      transparent 25%,
      transparent 75%,
      #aaa 75%),
    linear-gradient(
      45deg,
      #aaa 25%,
      transparent 25%,
      transparent 75%,
      #aaa 75%);
  background-size: 10px 10px;
  background-position: 0 -1px, 5px 4px;
}
.ol-ext-colorpicker .ol-tabbar {
  background-color: #eee;
  border-bottom: 1px solid #999;
  display: none;
}
.ol-ext-colorpicker.ol-tab .ol-tabbar {
  display: block;
}
.ol-ext-colorpicker .ol-tabbar > div {
  display: inline-block;
  background-color: #fff;
  padding: 0 .5em;
  border: 1px solid #999;
  border-radius: 2px 2px 0 0;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.ol-ext-colorpicker .ol-tabbar > div:nth-child(1) {
  border-bottom-color: #fff;
}
.ol-ext-colorpicker.ol-picker-tab .ol-tabbar > div:nth-child(1) {
  border-bottom-color: #999;
}
.ol-ext-colorpicker.ol-picker-tab .ol-tabbar > div:nth-child(2) {
  border-bottom-color: #fff;
}
.ol-ext-colorpicker.ol-popup.ol-tab .ol-popup {
  width: 180px;
}
.ol-ext-colorpicker.ol-tab .ol-palette {
  margin: 0 10px;
}
.ol-ext-colorpicker.ol-tab .ol-container {
  display: none;
}
.ol-ext-colorpicker.ol-tab.ol-picker-tab .ol-container {
  display: block;
}
.ol-ext-colorpicker.ol-tab.ol-picker-tab .ol-palette {
  display: none;
}
.ol-ext-colorpicker.ol-popup .ol-popup {
  width: 340px;
}
.ol-ext-colorpicker.ol-popup .ol-vignet {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  background-color: currentColor;
  pointer-events: none;
}
.ol-ext-colorpicker .ol-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ol-ext-colorpicker .ol-cursor {
  pointer-events: none;
}
.ol-ext-colorpicker .ol-picker {
  position: relative;
  cursor: crosshair;
  width: 150px;
  height: 150px;
  border: 5px solid #fff;
  background-color: currentColor;
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#000), to(transparent)), -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background-image:
    linear-gradient(
      0,
      #000,
      transparent),
    linear-gradient(
      90deg,
      #fff,
      transparent);
}
.ol-ext-colorpicker .ol-palette > div,
.ol-ext-colorpicker .ol-slider {
  background-image:
    linear-gradient(
      45deg,
      #aaa 25%,
      transparent 25%,
      transparent 75%,
      #aaa 75%),
    linear-gradient(
      45deg,
      #aaa 25%,
      transparent 25%,
      transparent 75%,
      #aaa 75%);
  background-size: 10px 10px;
}
.ol-ext-colorpicker .ol-picker .ol-cursor {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(0, 0, 0, .7);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .7);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .7);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.ol-ext-colorpicker .ol-slider {
  position: relative;
  cursor: crosshair;
  background-color: #fff;
  height: 10px;
  width: 150px;
  margin: 5px 0 10px;
  border: 5px solid #fff;
  border-width: 0 5px;
  background-position: 0 -1px, 5px 4px;
}
.ol-ext-colorpicker .ol-slider > div {
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(
      45deg,
      transparent,
      #fff);
  pointer-events: none;
}
.ol-ext-colorpicker .ol-slider .ol-cursor {
  position: absolute;
  width: 4px;
  height: 12px;
  border: 1px solid #000;
  top: 50%;
  left: 0;
  background: 0 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-ext-colorpicker .ol-tint {
  position: absolute;
  cursor: crosshair;
  width: 10px;
  height: 150px;
  border: 5px solid #fff;
  border-width: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  right: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(red), color-stop(#f0f), color-stop(#00f), color-stop(#0ff), color-stop(#0f0), color-stop(#ff0), to(red));
  background-image:
    linear-gradient(
      0,
      red,
      #f0f,
      #00f,
      #0ff,
      #0f0,
      #ff0,
      red);
}
.ol-ext-colorpicker .ol-tint .ol-cursor {
  position: absolute;
  top: 0;
  left: 50%;
  border: 1px solid #000;
  height: 4px;
  width: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-ext-colorpicker .ol-clear {
  position: absolute;
  border: 2px solid #999;
  right: 4px;
  top: 163px;
  width: 10px;
  height: 10px;
}
.ol-ext-colorpicker .ol-clear:after,
.ol-ext-colorpicker .ol-clear:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ol-ext-colorpicker .ol-clear:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ol-ext-colorpicker.ol-nopacity .ol-alpha,
.ol-ext-colorpicker.ol-nopacity .ol-clear,
.ol-ext-colorpicker.ol-nopacity .ol-slider {
  display: none;
}
.ol-ext-colorpicker .ol-rgb {
  position: relative;
  padding: 5px;
  width: 170px;
  display: none;
}
.ol-ext-colorpicker .ol-rgb input {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 2px;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 13px;
}
.ol-ext-colorpicker .ol-rgb input:nth-child(1) {
  background-color: rgba(255, 0, 0, .1);
}
.ol-ext-colorpicker .ol-rgb input:nth-child(2) {
  background-color: rgba(0, 255, 0, .1);
}
.ol-ext-colorpicker .ol-rgb input:nth-child(3) {
  background-color: rgba(0, 0, 255, .12);
}
.ol-ext-colorpicker .ol-txt-color,
.ol-ext-colorpicker button {
  font-size: 13px;
  margin: 0 5px 5px;
  text-align: center;
  width: 170px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #999;
  border-radius: 2px;
  display: block;
}
.ol-ext-colorpicker button {
  background-color: #eee;
}
.ol-ext-colorpicker button:hover {
  background-color: #e9e9e9;
}
.ol-ext-colorpicker .ol-txt-color.ol-error {
  background-color: rgba(255, 0, 0, .2);
}
.ol-ext-colorpicker .ol-palette {
  padding: 2px;
  display: inline-block;
  width: 152px;
}
.ol-ext-colorpicker .ol-palette > div {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-position: 0 0, 5px 5px;
  margin: 2px;
  -webkit-box-shadow: 0 0 2px 0 #666;
  box-shadow: 0 0 2px 0 #666;
  border-radius: 1px;
  cursor: pointer;
  position: relative;
}
.ol-ext-colorpicker .ol-palette > div:before {
  content: "";
  position: absolute;
  background-color: currentColor;
  width: 100%;
  height: 100%;
}
.ol-ext-colorpicker .ol-palette > div.ol-select:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  -webkit-box-shadow: 1px 1px #fff, 2px 2px #000;
  box-shadow: 1px 1px #fff, 2px 2px #000;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ol-ext-colorpicker .ol-palette > div:hover {
  -webkit-box-shadow: 0 0 2px 1px #d90;
  box-shadow: 0 0 2px 1px #d90;
}
.ol-ext-colorpicker .ol-palette hr {
  margin: 0;
}
.ol-input-hidden {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  display: block;
}
.ol-input-popup {
  display: inline-block;
  position: relative;
}
.ol-input-popup .ol-popup {
  position: absolute;
  -webkit-box-shadow: 1px 1px 3px 1px #999;
  box-shadow: 1px 1px 3px 1px #999;
  background-color: #fff;
  z-index: 1;
  display: none;
  left: -5px;
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
.ol-input-popup.ol-focus .ol-popup,
.ol-input-popup.ol-hover:hover .ol-popup {
  display: block;
}
.ol-input-popup.ol-right .ol-popup {
  left: auto;
  right: -5px;
}
.ol-input-popup.ol-middle .ol-popup {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ol-input-popup .ol-popup li {
  position: relative;
  padding: 10px 5px;
}
.ol-input-popup li.ol-selected,
.ol-input-popup li:hover {
  background-color: #ccc;
}
.ol-input-popup.ol-fixed .ol-popup,
.ol-input-popup.ol-fixed:hover .ol-popup {
  position: relative;
  left: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.ol-input-popup > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px solid #999;
  padding: 3px 20px 3px 10px;
}
.ol-input-popup > div:before {
  position: absolute;
  content: "";
  right: 5px;
  top: 50%;
  border: 5px solid transparent;
  border-top: 5px solid #999;
}
.ol-ext-popup-input {
  display: inline-block;
  vertical-align: top;
}
.ol-ext-popup-input.ol-popup {
  position: relative;
  width: 2em;
  height: 1.5em;
  display: inline-block;
  border: 3px solid #fff;
  border-right-width: 1em;
  -webkit-box-shadow: 0 0 2px 1px #666;
  box-shadow: 0 0 2px 1px #666;
  border-radius: 2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.ol-ext-popup-input.ol-popup:after {
  content: "";
  position: absolute;
  border: .5em solid #aaa;
  border-width: .5em .3em 0;
  border-color: #999 transparent;
  right: -.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.ol-ext-popup-input * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ol-ext-popup-input.ol-popup .ol-popup {
  position: absolute;
  top: 100%;
  min-width: 3em;
  min-height: 3em;
  left: 0;
  -webkit-box-shadow: 1px 1px 3px 1px #999;
  box-shadow: 1px 1px 3px 1px #999;
  background-color: #fff;
  display: none;
  z-index: 1;
}
.ol-ext-popup-input.ol-popup .ol-popup.ol-visible {
  display: block;
}
.ol-ext-popup-input.ol-popup-fixed .ol-popup {
  position: fixed;
  top: auto;
  left: auto;
}
.ol-input-popup.ol-size li {
  display: table-cell;
  height: 100%;
  padding: 5px;
  vertical-align: middle;
}
.ol-input-popup.ol-size li > * {
  background-color: #369;
  border-radius: 50%;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}
.ol-input-popup.ol-size li > .ol-option-0 {
  position: relative;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  color: #aaa;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ol-input-popup.ol-size li > :before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ol-input-popup.ol-size li > .ol-option-0:before {
  content: "";
  width: 1em;
  height: 2px;
  background-color: #aaa;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ol-input-slider {
  display: inline-block;
  position: relative;
}
.ol-input-slider .ol-popup {
  position: absolute;
  -webkit-box-shadow: 1px 1px 3px 1px #999;
  box-shadow: 1px 1px 3px 1px #999;
  background-color: #fff;
  z-index: 1;
  display: none;
  left: -5px;
}
.ol-input-slider.ol-right .ol-popup {
  left: auto;
  right: -5px;
}
.ol-input-slider.ol-focus .ol-popup,
.ol-input-slider.ol-hover:hover .ol-popup {
  display: block;
  white-space: nowrap;
}
.ol-input-slider.ol-focus .ol-popup > *,
.ol-input-slider.ol-hover:hover .ol-popup > * {
  display: inline-block;
  vertical-align: middle;
}
.ol-input-slider.ol-focus .ol-popup > .ol-before,
.ol-input-slider.ol-hover:hover .ol-popup > .ol-before {
  margin-left: 10px;
}
.ol-input-slider.ol-focus .ol-popup > .ol-after,
.ol-input-slider.ol-hover:hover .ol-popup > .ol-after {
  margin-right: 10px;
}
.ol-input-slider .ol-slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100px;
  height: 3px;
  border: 0 solid transparent;
  border-width: 10px 15px;
  -webkit-box-shadow: inset 0 0 0 1px #999;
  box-shadow: inset 0 0 0 1px #999;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
}
.ol-input-slider .ol-slider > .ol-cursor {
  position: absolute;
  width: 5px;
  height: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #999;
  pointer-events: none;
}
.ol-input-range .ol-slider {
  cursor: default;
  width: 150px;
}
.ol-input-range .ol-slider > .ol-cursor {
  pointer-events: all;
  cursor: pointer;
  width: 10px;
  border-radius: 50%;
  background-color: #003c88;
}
.ol-input-range.ol-moving .ol-slider > .ol-cursor {
  pointer-events: none;
}
.ol-input-range .ol-slider > .ol-back {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30%;
  right: 20%;
  height: 100%;
  background-color: #003c88;
  pointer-events: none;
}
.ol-input-slider.ol-fixed .ol-popup,
.ol-input-slider.ol-fixed:hover .ol-popup {
  position: relative;
  left: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.ol-input-slider.ol-size .ol-slider {
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ol-input-slider.ol-size .ol-slider .ol-back {
  width: 0;
  color: #aaa;
  border: 0 solid transparent;
  border-width: 0 0 20px 100px;
  border-color: currentColor transparent;
  pointer-events: none;
}
.ol-input-slider.ol-size .ol-slider > .ol-cursor {
  width: 2px;
  height: calc(100% + 4px);
  border-width: 5px 3px;
  border-style: solid;
  border-color: red transparent;
  -o-border-image: initial;
  border-image: initial;
  background-color: transparent;
  -webkit-box-shadow: inset 3px 0 red;
  box-shadow: inset 3px 0 red;
}
.ol-input-popup.ol-width li {
  padding: 5px;
}
.ol-input-popup.ol-width li > * {
  background-color: #369;
  width: 100px;
  height: 1em;
}
.ol-input-popup.ol-width li > .ol-option-0 {
  position: relative;
  height: 1px;
  background-image:
    linear-gradient(
      90deg,
      #aaa 2px,
      transparent 2px);
  background-color: transparent;
  background-size: 4px;
}

/* node_modules/ol/ol.css */
:root,
:host {
  --ol-background-color: white;
  --ol-accent-background-color: #F5F5F5;
  --ol-subtle-background-color: rgba(128, 128, 128, 0.25);
  --ol-partial-background-color: rgba(255, 255, 255, 0.75);
  --ol-foreground-color: #333333;
  --ol-subtle-foreground-color: #666666;
  --ol-brand-color: #00AAFF;
}
.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid var(--ol-background-color);
  background-color: var(--ol-partial-background-color);
}
.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}
.ol-scale-line {
  background: var(--ol-partial-background-color);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}
.ol-scale-line-inner {
  border: 1px solid var(--ol-subtle-foreground-color);
  border-top: none;
  color: var(--ol-foreground-color);
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}
.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.ol-scale-bar-inner {
  display: flex;
}
.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: var(--ol-foreground-color);
  float: right;
  z-index: 10;
}
.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 10px;
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow:
    -1.5px 0 var(--ol-partial-background-color),
    0 1.5px var(--ol-partial-background-color),
    1.5px 0 var(--ol-partial-background-color),
    0 -1.5px var(--ol-partial-background-color);
}
.ol-scale-text {
  position: absolute;
  font-size: 12px;
  text-align: center;
  bottom: 25px;
  color: var(--ol-foreground-color);
  text-shadow:
    -1.5px 0 var(--ol-partial-background-color),
    0 1.5px var(--ol-partial-background-color),
    1.5px 0 var(--ol-partial-background-color),
    0 -1.5px var(--ol-partial-background-color);
}
.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid var(--ol-foreground-color);
}
.ol-scale-singlebar-even {
  background-color: var(--ol-subtle-foreground-color);
}
.ol-scale-singlebar-odd {
  background-color: var(--ol-background-color);
}
.ol-unsupported {
  display: none;
}
.ol-viewport,
.ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.ol-viewport canvas {
  all: unset;
  overflow: hidden;
}
.ol-viewport {
  touch-action: pan-x pan-y;
}
.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.ol-control {
  position: absolute;
  background-color: var(--ol-subtle-background-color);
  border-radius: 4px;
}
.ol-zoom {
  top: .5em;
  left: .5em;
}
.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}
.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}
.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}
.ol-full-screen {
  right: .5em;
  top: .5em;
}
.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: var(--ol-subtle-foreground-color);
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: var(--ol-background-color);
  border: none;
  border-radius: 2px;
}
.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.ol-zoom-extent button {
  line-height: 1.4em;
}
.ol-compass {
  display: block;
  font-weight: normal;
  will-change: transform;
}
.ol-touch .ol-control button {
  font-size: 1.5em;
}
.ol-touch .ol-zoom-extent {
  top: 5.5em;
}
.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  outline: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
}
.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}
.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}
.ol-attribution a {
  color: var(--ol-subtle-foreground-color);
  text-decoration: none;
}
.ol-attribution ul {
  margin: 0;
  padding: 1px .5em;
  color: var(--ol-foreground-color);
  text-shadow: 0 0 2px var(--ol-background-color);
  font-size: 12px;
}
.ol-attribution li {
  display: inline;
  list-style: none;
}
.ol-attribution li:not(:last-child):after {
  content: " ";
}
.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}
.ol-attribution button {
  flex-shrink: 0;
}
.ol-attribution.ol-collapsed ul {
  display: none;
}
.ol-attribution:not(.ol-collapsed) {
  background: var(--ol-partial-background-color);
}
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}
.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}
.ol-attribution.ol-uncollapsible button {
  display: none;
}
.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}
.ol-zoomslider button {
  position: relative;
  height: 10px;
}
.ol-touch .ol-zoomslider {
  top: 5.5em;
}
.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}
.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}
.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: block;
}
.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid var(--ol-subtle-foreground-color);
  height: 150px;
  width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 0;
  left: 0;
  position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
  background: var(--ol-subtle-background-color);
}
.ol-overviewmap-box {
  border: 1.5px dotted var(--ol-subtle-foreground-color);
}
.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}
.ol-overviewmap .ol-viewport:hover {
  cursor: pointer;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
