
.actions[data-v-8c0be180] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbarLink[data-v-8c0be180] {
  border-left: 1px solid var(--primary);
  color: var(--primary);
  padding: 0.2rem 1rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.navbarLink svg[data-v-8c0be180] {
    margin-left: 5px;
    font-size: 0.875rem;
    opacity: 0.7;
}
.logoutButton[data-v-8c0be180] {
  background: none;
  outline: none;
  color: var(--primary);
  border: none;
  font-size: 1rem;
  display: flex;
  align-items: center;
  border-left: 1px solid var(--primary);
  cursor: pointer;
}
.logoutButton svg[data-v-8c0be180] {
    margin-left: 5px;
    font-size: 0.875rem;
    opacity: 0.7;
}

.base[data-v-37ca956d],
.primary[data-v-37ca956d],
.secondary[data-v-37ca956d] {
  padding: 10px 8px;
  border-radius: 4px;
  border: none;
  appearance: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.25s ease-out;
  min-width: 150px;
  cursor: pointer;
}
:is(.base[data-v-37ca956d],.primary[data-v-37ca956d],.secondary[data-v-37ca956d]):disabled {
    cursor: not-allowed;
    color: var(--gblue);
    background: var(--silver);
}
.base[data-v-37ca956d],
.primary[data-v-37ca956d] {
  background: var(--primary);
  color: var(--white);
}
:is(.base[data-v-37ca956d],.primary[data-v-37ca956d]):hover {
    opacity: 0.7;
}
.secondary[data-v-37ca956d] {
  background: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
}
.secondary[data-v-37ca956d]:hover {
    background: var(--silver);
}

.actions[data-v-14364f43] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar[data-v-66585f6b] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--silver);
  padding: 10px 20px;
  border-bottom: 1px solid var(--primary);
}
.logo[data-v-66585f6b] {
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--primary);
  text-decoration: none;
}
.logo[data-v-66585f6b]:hover {
    opacity: 0.8;
}
.logo img[data-v-66585f6b] {
  height: 30px;
  width: auto;
  padding-top: 5px;
}
.aboutLink[data-v-66585f6b] {
  font-size: 1rem;
  color: var(--primary);
  text-decoration: none;
  margin-left: auto;
  margin-right: 1rem;
}
.aboutLink[data-v-66585f6b]:hover {
    color: var(--primary);
}

.container[data-v-38c5aa5e] {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 100px;
  right: 0;
  gap: 15px;
  z-index: 10001;
  background-color: var(--white);
}
.alert[data-v-38c5aa5e] {
  position: relative;
  width: fit-content;
  padding: 10px;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.alert[data-v-38c5aa5e]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    animation: timeline-38c5aa5e 5s linear forwards;
}
.alert[data-v-38c5aa5e]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    animation: timeline-38c5aa5e 5s linear forwards;
}
@keyframes timeline-38c5aa5e {
100% {
    width: 0;
}
}
.info[data-v-38c5aa5e] {
  box-shadow: -5px 2px 20px -7px var(--info);
}
.info[data-v-38c5aa5e]::after,.info[data-v-38c5aa5e]::before {
    background-color: var(--info);
}
.success[data-v-38c5aa5e] {
  box-shadow: -5px 2px 20px -7px var(--success);
}
.success[data-v-38c5aa5e]::after,.success[data-v-38c5aa5e]::before {
    background-color: var(--success);
}
.warning[data-v-38c5aa5e] {
  box-shadow: -5px 2px 20px -7px var(--warning);
}
.warning[data-v-38c5aa5e]::after,.warning[data-v-38c5aa5e]::before {
    background-color: var(--warning);
}
.error[data-v-38c5aa5e] {
  box-shadow: -5px 2px 20px -7px var(--error);
}
.error[data-v-38c5aa5e]::after,.error[data-v-38c5aa5e]::before {
    background-color: var(--error);
}
:root {
  --primary: #28cb8b;
  --secondary: #263238;
  --info: #2194f3;
  --accent: #a0a4b8;
  --warning: #fbc02d;
  --error: #e53835;
  --success: #2e7d31;
  --black: #263238;
  --dgrey: #4d4d4d;
  --grey: #717171;
  --lgrey: #89939e;
  --gblue: #abbed1;
  --silver: #f5f7fa;
  --white: #ffffff;
  --shade1: #43a046;
  --shade2: #388e3b;
  --shade3: #237d31;
  --shade4: #1b5e1f;
  --shade5: #103e13;
  --tint1: #66bb69;
  --tint2: #81c784;
  --tint3: #a5d6a7;
  --tint4: #c8e6c9;
  --tint5: #e8f5e9;
}

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

a {
  text-decoration: none;
  color: inherit;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
}

body > div {
  position: relative;
  overflow-x: hidden;
}

*,
button,
body,
input,
textarea {
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
}

body {
  background: var(--white);
  color: var(--black);
  font-size: 14px;
}
body::-webkit-scrollbar {
  display: none;
}
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

p {
  font-size: 20px;
}

span,
p,
h3,
h4 {
  line-height: 1.5;
}

@media (max-width: 64rem) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 34px;
  }
  h5 {
    font-size: 24px;
  }
  p {
    font-size: 16px;
  }
}
.leaflet-popup-content-wrapper {
  padding: 0 !important;
  overflow: visible !important;
  border-radius: 12px !important;
}

.leaflet-popup-content {
  margin: 0 !important;
  overflow: visible !important;
  width: auto !important;
}

.leaflet-popup-close-button {
  display: none !important;
}

.leaflet-tile-pane {
  filter: hue-rotate(60deg) saturate(0.85) brightness(1.05);
}