
.container.map {
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  
  .areas-container {
    position: relative;
    display: inline-block;
    width: 100%;
    filter: blur(5px) brightness(0.5);
  }
  
  .map-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #f7f7f7;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
  
  #content {
    width: 100%;
    height: 100%;
    transform-origin: top left;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .controls {
    text-align: center;
    margin-top: 10px;
  }
  
  .controls{ 

    >button {
    margin: 5px;
    position: absolute;
    border: 0;
    z-index: 999;
    background-color: transparent;
    }
    >#fit-content {
      top: 1em;
      left: 1em;
    }
    >#zoom-out {
      top: 1em;
      left: 3em;
    }
    >#zoom-in {
      top: 1em;
      left: 5em;
    }
    >#move-up {
      right: 2em;
      top: 1em;
    }
    >#move-down {
      right: 2em;
      top: 3em;
    }
    >#move-left {
      right: 3em;
      top: 2em;
    }
    >#move-right {
      right: 1em;
      top: 2em;
    }

  }

  .area-figure {
  }

  .area-items {
    position: absolute;
    top: 0;
    /* left: -10px; */
    width: auto;
    height: 100%;
  }
  
  .area-point {
    position: absolute;
    /* width: 21px !important;
    height: 24px !important; */
    background-color: #D3D3D3;
    cursor: pointer;
    transform: rotate(30deg);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .points-mark{
    background-color: #1f1f1f;
  }

  .area-point.has-lot::before {
    content: "";
    position: absolute;
    /* clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); */
    background-color: #ff4800;
    z-index: -1;
    bottom: 90%;
    left: 10%;
    width: 100%;
    height: 11%;
    transform: rotate(29deg);
  }

  .area-point.is-owner {
    background-color: #ff4800;
}

  .area-point.is-owner::before {
    content: "";
    position: absolute;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background-color: #D3D3D3;
    width: 85%;
    height: 87%;
    top: 6%;
    left: 7%;
}

  .area-point:hover, .light, .is-owner:hover, .is-owner:hover::before, .has-lot:hover, .has-lot:hover::before {
    background-color: #ffffbc;
  }

  .area-point.seleted{
    animation: blinking 0.5s linear infinite;  
  }

  @keyframes blinking {
    0%, 100% {
      background-color: #D3D3D3;
    }
    50% {
      background-color: #ffffbc;
    }
  } 

  .modal-container{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
  }
  
  .lot-container {
    width: 90%;
    height: 95%;
    background-color: #fbfbfb;
    z-index: 999;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}

.region-map {
  width: 75%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
  
  .close {
    position: absolute;
    font-size: 20px;
    width: 35px;
    height: 35px;
    color: white;
    border-radius: 2px;
    background-color: #F44336;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 999;
  }

  .close p {
    color: white;
    font-weight: bolder;
}

.title {
  display: flex;
  position: relative;
  height: 15%;
  align-items: center;
}

.title p{
  font-weight: bold;
}
  
  img.lot-img {
    width: auto;
    height: 100%;
  }
  
  .lot-point {
    background-color: #817e7e !important;
    /* width: 8px;
    height: 8px; */
    cursor: pointer;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: 999;
  }

  .lot-point.seleted{
    animation: blinking2 0.5s linear infinite;  
  }

  @keyframes blinking2 {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  } 

  .lot-point.enter{
    opacity: 0 !important;  
  }
  
  .lot-point.inhabited.privacy {
    background-color: #f33b3b !important;
  }

  .lot-point.inhabited.public {
      background-color: #ad50ad !important;
  }

  .lot-point.inhabited.user {
    background-color: #de7812 !important;
}
  
  .lot-items {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 3%;
    left: 1%;
  }

  .magnifying-lots {
    height: 30%;
    width: 25%;
    position: absolute;
    border: 2px black solid;
    right: 0;
    top: 0;
    margin: 10px;
    overflow: hidden;
  }
  
  .lot-content {
    position: relative;
    height: 90%;
    display: flex;
}

  .magnified-content {
    position: absolute;
    transform: scale(8);
    transform-origin: top left;
    pointer-events: none;
  }
  
  img#exemple {
    position: absolute;
    width: 10px;
  }
  
  .load-lot, .info-lots {
    height: 30%;
    width: 25%;
    position: absolute;
    border: 2px black solid;
    right: 0;
    top: 32%;
    margin: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.info-lots {
  right: 0;
  top: 64%;
  border: none;
  flex-direction: column;
  align-items: flex-start;
}

.info-lots p {
  font-weight: 900;
  text-transform: uppercase;
  color: #3b3939;
  line-height: 7px;
}
  
.actions {
  display: flex;
  flex-direction: row;
  position: relative;
  height: 20%;
  align-items: center;
}
  
.actions a {
  display: none;
  margin: 5px;
  background-color: black;
  color: #fff;
  padding: 2px 3px;
  text-align: center;
  position: relative;
}

  .mapImage {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .mapImage img {
    width: 95%;
    height: auto;
  }
  
  .lots-img {
    position: relative;
    width: 16px;
    height: 16px;
  }
  
  .lots-img img {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 100%;
  }
  
  .loader {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    top: 0;
    position: absolute;
    align-items: center;
  }

  .loader img {
    width: auto;
    height: 7em;
    animation: rotation 1s linear infinite;
}

  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 

  .loading-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(4px, 5px);
    display: none;
    z-index: 99;
    /* opacity: 0; */
}
.dot {
  fill: #333;
  animation: bounce 1.5s infinite ease-in-out;
}

.dot:nth-child(2) {
  animation-delay: 0.2s; /* Atraso para o segundo ponto */
}

.dot:nth-child(3) {
  animation-delay: 0.4s; /* Atraso para o terceiro ponto */
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}


  .loaderLots {
    border: 4px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: flex;
    position: absolute;
    box-sizing: border-box;
    left: 120.188px;
    top: 26.2731px;
    animation: rotation 1s linear infinite;
    cursor: pointer;
  }
  
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

/* mapbox */

#map { position: absolute; top: 0; bottom: 0; width: 100%; }

.marker {
    display: block;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    padding: 0;
}

/* media query */



@media (min-width: 1200px) {
  .lot-content {
    height: 100%;
  }
  .title{
    height: 20%;
  }
}

