#app .wow {
  visibility: hidden;
}

html {
  height: 100vh;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */

.scrollbar-hidden {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
}

/* Extra leaflet styles */

.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.info h4 {
  margin: 0 0 5px;
  color: #777;
}

.legend {
  text-align: left;
  line-height: 18px;
  color: #555;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

.leaflet-pane .leaflet-shadow-pane {
  display: none;
}

.leaflet-popup-content-wrapper {
  padding: 0 !important;
}

.leaflet-popup-content {
  margin: 0 !important;
  overflow-y: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.leaflet-popup-content div:last-of-type {
  margin-bottom: 0 !important;
}

.leaflet-popup-content div:first-of-type {
  margin-top: 0 !important;
}

.leaflet-litter-img-container {
  position: relative;
  padding: 1.2em;
}

.leaflet-litter-img-container div {
  color: black !important;
  font-size: 12px;
  word-break: break-word;
  max-width: 220px;
  margin: 4px 0;
}

.leaflet-litter-img-container .team {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

.leaflet-litter-img-container .link {
  position: absolute;
  bottom: 10px;
  right: 16px;
  font-size: 1.2rem;
}

.leaflet-litter-img-container .social-container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  transform: translate(0, 5px);
}

.leaflet-litter-img-container .social-container a {
  width: 1.5rem;
  font-size: 1.2rem;
  margin-top: 0.25rem;
}

.leaflet-litter-img-container .link:hover,
.leaflet-litter-img-container .social-container a:hover {
  transform: scale(1.1);
}

.leaflet-litter-img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

/* Tablet and above */

@media (min-width: 768px) {
  .leaflet-litter-img-container div {
    font-size: 14px;
    max-width: 300px;
    margin: 10px 0;
  }

  .leaflet-litter-img-container .team {
    max-width: 280px;
  }
}

/* End extra leaflet styles */

.locations-container {
  display: flex;
  flex-direction: column;
  height: calc(100% - 72px);
}

.app-icon {
  cursor: pointer;
  max-height: 10em;
  margin-top: -2em;
  margin-bottom: -2em;
}

.country-back {
  font-size: 0.3em;
  margin: auto 0;
  padding-right: 1em;
}

.error {
  color: #e74c3c;
  font-weight: 600;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.font-800 {
  font-weight: 800 !important;
}

.fullheight {
  min-height: calc(100vh - 82px);
}

.h100 {
  height: 100%;
}

.hov {
  transition-duration: 0.3s;
}

.hov:hover {
  box-shadow: 0 20px 30px -11px rgba(31, 35, 65, 0.37);
  transform: translate(0px, -5px);
}

.is-black {
  color: black !important;
}

.is-green {
  color: green;
}

.is-red {
  color: red;
}

.jc {
  justify-content: center;
}

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

.ma {
  margin: auto;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb-05 {
  margin-bottom: 0.5em;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb1-5 {
  margin-bottom: 1.5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb2r {
  margin-bottom: 2rem !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb5 {
  margin-bottom: 5em;
}

.mb5em {
  margin-bottom: 5em !important;
}

.ml1 {
  margin-left: 1em;
}

.mr1 {
  margin-right: 1em;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mt4 {
  margin-top: 4em;
}

.mt5 {
  margin-top: 5em;
}

.mt5em {
  margin-top: 5em !important;
}

.mtba {
  margin: auto 0;
}

.mtb1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.p2 {
  padding: 2em !important;
}

.pb1 {
  padding-bottom: 1em;
}

.pb1em {
  padding-bottom: 1em;
}

.pb2 {
  padding-bottom: 2em !important;
}

.pb3 {
  padding-bottom: 3em !important;
}

.pointer {
  cursor: pointer;
}

.pl3 {
  padding-left: 3em;
}

.pr1em {
  padding-right: 1em;
}

.pr2em {
  padding-right: 2em;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1em;
}

.pt2 {
  padding-top: 2em;
}

.pt3 {
  padding-top: 3em;
}

.pt5 {
  padding-top: 5em;
}

.pt7 {
  padding-top: 7em;
}

.search-fixed-height {
  max-height: 18em;
  overflow-y: auto;
}

.show-mobile {
  display: none;
}

.success-privacy-text {
  color: green;
  font-weight: 600;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.failed-privacy-text {
  color: red;
  font-weight: 600;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.suggest-item {
  color: #363636 !important;
}

.vfc-main-container {
  width: 21em !important;
}

.vh100 {
  height: 100vh;
}

.vh65 {
  height: 65vh;
}

.vue-simple-suggest.designed .input-wrapper input {
  color: #363636 !important;
}

.w10 {
  width: 10em;
}

.w50 {
  width: 50%;
}

.w100 {
  width: 100%;
}

/**
* Tooltip Styles
*/

.tooltip {
  position: relative;
}

.tooltip .tooltip-text {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4px 8px;
  position: absolute;
  z-index: 30;
  bottom: 115%;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 0.8;
}

.tooltip .tooltip-text::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/* Switch checkbox */

.switch-container {
  display: flex;
}

.switch-container .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f14668;
  transition: 0.4s;
  border-radius: 34px;
}

.switch-container .slider:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

.switch-container input:checked + .slider {
  background-color: #00d1b2;
}

.switch-container input:focus + .slider {
  box-shadow: 0 0 1px #00d1b2;
}

.switch-container input:checked + .slider:before {
  transform: translateX(24px);
}

/* End Switch checkbox */

/* Desktop view */

@media (min-width: 1024px) {
  .navbar-item {
    color: white;
  }
}

/* Mobile view */

@media (max-width: 1024px) {
  .navbar-item {
    color: black;
  }
}

/* Mobile view */

@media (max-width: 768px) {
  .app-icon {
    max-height: 9em !important;
  }

  /* Profile - LitterPicker */

  .pagination {
    display: flex;
  }

  .page-item {
    flex: 1;
  }

  #image-metadata,
  #image-counts {
    display: none;
  }

  .expand-mobile {
    flex: 1;
  }

  .mobile-litter-box {
    width: 50%;
    margin-left: 25%;
  }

  #photo-id {
    display: none;
  }

  .show-mobile {
    display: block;
  }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-10-mob {
    padding: 10px;
    /* Padding for screens smaller than 480px */
  }
}
