@import
  url("https://fonts.googleapis.com/css?family=Oswald");

.legend {
    background-color: #fff;
    border-radius: 10px;
    bottom: 35px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-family: Oswald;
    font-size: 14px;
    color: #002838;
    padding: 10px;
    position: absolute;
    right: 12px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    background-image: url('../img/texture_background.svg');
    background-repeat: no-repeat;
    background-size: 400% 100%;
    background-position: bottom center, 100%, 50%;
    background-color: rgba(255, 255, 255, 0.8);
}

.legend h4 {
    font-size: 16px;
    margin: 0 0 10px;
    color: #000000;
}

.legend div span {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

.legend_img{
    min-width:10px;
} 

#basemaps-wrapper {
  position: relative;
  background: rgba(255, 255, 255, 0);
  margin-top: -10px;
  color: #76b72a;
  border-radius:40px;
  padding: 8px 16px;
  gap:6px;
  background-color:white;
}

.select-option:hover {
  background-color: white;
  border-color: white;
  color:rgb(255, 255, 255);
}

#basemaps-wrapper:hover {
  color: white;
  background-color:#76b72a;
}

#basemaps-wrapper:hover > .select-option {
  background-color: white;
  border-color: white;
  color:#fff0;

}

#basemaps-wrapper:hover > .select {
  color: white;
  background-color:#76b72a;
}

.select {
  font-family: Oswald;
  font-weight: 400;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  width:100%;
  color: #76b72a;
  background-color:white;
  border-color: #fff0;
}

.select-option {
  background-color: white;
  border-color: white;
  color:rgb(0, 0, 0);
}


.checkbox__textwrapper {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0em;
  font-weight: 400;
  line-height: 1.2;
  word-wrap:break-word;
}

.classe__textwrapper {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0em;
  font-weight: 400;
  line-height: 1.2;
  word-wrap:break-word;
}


@media (max-width: 1000px) {
    .legend {
        bottom: 35px;
        max-width: 150px;
        padding-right: 25px;
    }

}


@media (max-width: 530px) {
   
}

@media (max-width: 360px) {
   
}

  .checkbox-wrapper-33 {
    --s-xsmall: 0.625em;
    --s-small: 1.2em;
    --border-width: 1.5px;
    --c-primary: #76b72a;
    --c-primary-20-percent-opacity: #00748320;
    --c-primary-10-percent-opacity: #00748310;
    --t-base: 0.4s;
    --t-fast: 0.2s;
    --e-in: ease-in;
    --e-out: cubic-bezier(.11,.29,.18,.98);
  }

  .checkbox-wrapper-33 .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .checkbox-wrapper-33 .classe {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left:40px;
    margin-bottom:-10px;
  }
  .checkbox-wrapper-33 .classe + .classe {
    margin-top: var(--s-small);
  }

  .checkbox-wrapper-33 .checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -9px;
  }
  .checkbox-wrapper-33 .checkbox + .checkbox {
    margin-top: var(--s-small);
  }
  .checkbox-wrapper-33 .checkbox__symbol {
    display: inline-block;
    display: flex;
    margin-right: calc(var(--s-small) * 0.7);
    border: var(--border-width) solid var(--c-primary);
    position: relative;
    border-radius: 0.3em;
    width: 1.5em;
    height: 1.5em;
    transition: box-shadow var(--t-base) var(--e-out), background-color var(--t-base);
    min-width:21px;
    background-color: white;
    cursor: pointer;
  }

  .checkbox-wrapper-33 .checkbox__symbol:hover {
    border: var(--border-width) solid white;
    background-color: var(--c-primary);
    color: white;
  }

  .checkbox-wrapper-33 .checkbox__symbol:after {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 0.25em;
    height: 0.25em;
    background-color: var(--c-primary-20-percent-opacity);
    opacity: 0;
    border-radius: 3em;
    transform: scale(1);
    transform-origin: 50% 50%;
  }
  .checkbox-wrapper-33 .checkbox__symbol:hover > .icon-checkbox {
    color: white;
  }

  .checkbox-wrapper-33 .checkbox__symbol:after, .checkbox-wrapper-33 .checkbox__symbol:hover > .icon-checkbox {
    color: var(--c-primary);
  }

  .checkbox-wrapper-33 .checkbox .icon-checkbox {
    width: 1em;
    height: 1em;
    margin: auto;
    fill: none;
    stroke-width: 3;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    color: var(--c-primary);
    display: inline-block;
  }

  .checkbox-wrapper-33 .checkbox .icon-checkbox path {
    transition: stroke-dashoffset var(--t-fast) var(--e-in);
    stroke-dasharray: 30px, 31px;
    stroke-dashoffset: 31px;
  }

  .checkbox-wrapper-33 .checkbox__trigger:checked + .checkbox__symbol .icon-checkbox path {
    transition: stroke-dashoffset var(--t-base) var(--e-out);
    stroke-dashoffset: 0px;
  }

  @-webkit-keyframes ripple-33 {
    from {
      transform: scale(0);
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: scale(20);
    }
  }

  @keyframes ripple-33 {
    from {
      transform: scale(0);
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: scale(20);
    }
  }

