.dropdown-menu {
  z-index: 999;
}

@font-face {
  font-family: 'corbel';
  src: url("../fonts/corbel-4.51ee907427c7.ttf") format('truetype');
}

@font-face {
  font-family: 'corbel-2';
  src: url("../fonts/corbel-4.51ee907427c7.ttf") format('truetype');
}

@font-face {
  font-family: 'corbel bold';
  src: url("../fonts/corbel-4.51ee907427c7.ttf") format('truetype');
}

@font-face {
  font-family: 'Myriad';
  src: url("../fonts/corbel-4.51ee907427c7.ttf") format('truetype');
}

* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  height: 100vh;
  font-size: 15px;
  font-family: Arial, sans-serif;
  overflow: hidden !important;
  width: 100%;
  box-sizing: border-box
}

/* PERSONALIZAÇÃO DA BARRA DE ROLAGEM */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #aaaaaa;
}

::-webkit-scrollbar-thumb {
  background: #f2f0f0;
  border: solid #aaaaaa;
  border-width: 1px 2px;
  border-radius: 7px;
  /* width: 10px; */
}

::-webkit-scrollbar-thumb:hover {
  background: #fdfdfd;
}

.ol-viewport {
  cursor: default; /* Cursor normal antes do clique */
}

.ol-viewport:active {
  cursor: grab;
}

.ol-grabbing {
  cursor: grab !important; /* Cursor de mão ao arrastar */
}

.opacity-0-6 {
  opacity: 0.6 !important;
}

/* //////////////////////////////////////// MENU LATERAL (ESQUERDO) //////////////////////////////////////// */
#menuLateral {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #333333;
  z-index: 1;
  height: 100%;
  width: 330px;
  overflow: hidden;
/*   min-width: 92px; */
  transition: width 0.5s;
}

#menuLateral.fechado {
  /* width: 90px; */
  width: 92px;
  /* min-width: ; */
}

/* CABEÇALHO - Menu Lateral Esquerdo */
.cabecalhoSideBar {
  height: 150px;
  padding: 0px;
  border-bottom: solid white 1px;
  text-align: center;
  flex-shrink: 0;
}

.logo1 {
  width: 85px;
  height: 95px;
  display: none;
  margin: 4px 0px;
}

.logo2 {
  width: 200px;
  height: 95px;
  display: inline;
  margin: 4px 0px;
}

.setPesquisa {
  display: flex;
  border-radius: 25px;
  width: 90%;
  height: 20px;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: 13px 10px;
  background-color: #333333;
  border: solid #aaaaaa 1px;
  overflow: hidden;
  transition: width 0.8s, opacity 1s;
}

.setPesquisaClosed {
  width: 0;
  opacity: 0;
}

#filter-input {
  background-color: #333333;
  display: inline;
  border: none;
  color: #aaaaaa;
  font-size: 11px;
  width: 100%;
  padding: 1px 8px;
}

#filter-input:focus {
  outline: none;
}

#filter-input::placeholder {
  color: #aaaaaa;
  font-size: 11px;
}

#btnPesquisa {
  border: none;
  color: #aaaaaa;
  padding: 1px 5px 1px 5px;
  font-size: 11px;
}

.pesquisa-camadas-input {
  font-family: 'Corbel', sans-serif;
  font-size: 11px;
  color: #aaaaaa;
}

.btnSideBar {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 20px;
  color: #aaaaaa;
  position: absolute;
  right: 1px;
  top: 110px;
}

.btnSideBar.collapsed {
  right: 35px;
  max-width: 60px;
}

.btnSideBar .bi-chevron-right {
  display: none;
}

/* CORPO - Barra Lateral Esquerda */
.corpoSideBar {
  flex-grow: 1;
  overflow-y: auto;
  padding: 16px 10px;
  margin: 0;
  transition: margin-left 0.3s;
}

.contFolder {
  background-color: #f2f0f0;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
  border-radius: 20px;
  box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.4);
  transition: width 0.5s ease-out;
  overflow: hidden;
}


.primary-folder-container {
  display: flex;
  align-items: center;
  border-radius: 20px;
  background-color: #f2f0f0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Adjusted for a more pronounced bottom shadow */
  justify-content: center;
  width: 100%;
  transition: width 0.5s;
  position: relative;
  z-index: 2;
}

.icoItemED {
  flex-shrink: 1;
  box-sizing: border-box;
  width: 60px !important;
  height: 60px !important;
}

.divFolder {
  flex-grow: 1;
  box-sizing: border-box;
  max-height: 60px;
  opacity: 1;
  transition: 0.3s;
}

.divFolder h5 {
  max-height: 50px;
  overflow: hidden;
}

.folder {
  margin: 0 10px 0 0;
  color: #ffffff;
  text-transform: uppercase;

  font-family: 'Corbel', sans-serif;
  font-size: 16px;
/*   font-weight: 550; */
  font-weight: bold;
  color: #ffffff;
}


.contSubFolder {
  position: relative;
  bottom: 15px;
  padding-top: 15px;
  z-index: 1;
}

.subfolder {
  margin-top: 7px;
  padding: 0 10px;
  position: relative;
  max-width: 300px;
  border-radius: 0 0 20px 20px;
  font-family: 'Myriad', 'sans-serif';
  font-size: 14px;
  /* background-color: #f2f0f0; */
}

.ulSubpasta {
  padding-left: 13px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  /* gap: 10px; */
  margin-top: 5px;
}

.subfolder-name {
  font-family: 'Myriad Concept Variable', sans-serif;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
}

.layer-item {
  margin-top: 2px;
  list-style-type: none;
  display: flex;
padding-bottom: 1px;
  align-items: center;
/*   max-width: 280px; */
}

.layer-item label {
  font-family: 'Myriad Concept Variable', sans-serif;
  font-size: 12px;
  color: #606060;
  margin-left: 4px;
  width: 250px;
  padding-right: 10px;
  cursor: pointer;
  white-space: normal;
  overflow-wrap: break-word; /* Allow text to wrap */
  text-align: left;
}



/* Adjust spacing between items */
.layer-item:not(:last-child) {
  margin-bottom: 2px;
}

/* Estilizar checkbox */
input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

input[type="checkbox"]:checked {
  background-color: #2e92ff;
  border: solid #2e92ff 1px;
  box-shadow: inset 0 0 0 2px #ccc;
}

.marker {
  position: absolute;
/*   margin-left: 8px; */
}

input[type="checkbox"]:checked + .marker {
  position: absolute;
  left: -4px;
  top: 5px;
  border-radius: 50%;
  height: 7px;
  width: 7px;
  background-color: #007bff;
}

/* Classes para os fundos */
.atributosAmb {
  background-color: #4bbc9c;
}

.cadUrbBasico {
  background-color: #b33e4a;
}

.equipPolitSetoriais {
  background-color: #b99e30;
}

.infraUrbana {
  background-color: #5e4a4a;
}

.mapTerritorial {
  background-color: #aa7fdb;
}

.planUrbano {
  background-color: #6f6fce;
}

.plantParcelAprov {
  background-color: #6668cc;
}

.procAdm {
  background-color: #b7643b;
}

.socioeconomico {
  background-color: #cc6699;
}

/* Classes para os ícones (exemplo) */
.icon-atributosAmb {
  background: url("../img/IC-CAMADAS/01-atributos_ambientais.349ca83eb97a.png") center no-repeat;
  background-size: 45px 45px;
  /* margin-left: 3px; */
}

.icon-cadUrbBasico {
  background: url("../img/IC-CAMADAS/07-cadastro_urbano_basico.260095863dc4.png") center no-repeat;
  background-size: 45px 45px;
 /*  margin-left: 5%; */
 /* margin-left: 3px; */
}

.icon-equipPolitSetoriais {
  background: url("../img/IC-CAMADAS/05-politicas_setoriais.665ec95dbaa9.png") center no-repeat;
  background-size: 45px 45px;
/*   margin-left: 5%; */
/* margin-left: 3px; */
}

.icon-infraUrbana {
  background: url("../img/IC-CAMADAS/08-infraestrutura_urbana.ae9a4567ce4e.png") center no-repeat;
  background-size: 45px 45px;
  /* margin-left: 5%; */
  /* margin-left: 3px; */
}

.icon-mapTerritorial {
  background: url("../img/IC-CAMADAS/02-mapeamento_territorial.60547c4950cd.png") center no-repeat;
  background-size: 45px 45px;
  /* margin-left: 5%; */
/*   margin-left: 3px; */
}

.icon-planUrbano {
  background: url("../img/IC-CAMADAS/03-planejamento_urbano.73020c93aef0.png") center no-repeat;
  background-size: 45px 45px;
 /*  margin-left: 5%; */
/*  margin-left: 3px; */
}

.icon-plantParcelAprov {
  background: url("../img/IC-CAMADAS/03-planejamento_urbano.73020c93aef0.png") center no-repeat;
  background-size: 45px 45px;
  /* margin-left: 5%; */
/*   margin-left: 3px; */
}

.icon-procAdm {
  background: url("../img/IC-CAMADAS/06-processos_administrativos.f31287a5e148.png") center no-repeat;
  background-size: 45px 45px;
  /* margin-left: 5%; */
/*   margin-left: 3px; */
}

.icon-socioeconomico {
  background: url("../img/IC-CAMADAS/04-socioeconomico.21960ee4eab6.png") center no-repeat;
  background-size: 45px 45px;
  /* margin-left: 5%; */
/*   margin-left: 3px; */
}

.btED {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  margin: 0;
}

/* RODAPÉ - Barra Lateral Esquerda */
.footerSideBar {
  height: 60px;
  padding: 20px;
  border-top: solid white 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
}

#botaoMudarTema {
  display: inline;
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.label {
  background-color: #111111c7;
  border-radius: 9px;
  padding: 2px;
  border: solid 1.75px rgb(186, 186, 186);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 47px;
}

.temaIcon {
  font-size: 13px;
  color: white;
  margin: 0 3px 0 3px;
}

.ball {
  height: 20px;
  width: 20px;
  background-color: rgb(186, 186, 186);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transform: translateX(0px);
  transition: transform 0.2s linear;
}

.checkbox:checked + .label .ball {
  transform: translateX(21px);
}

.footerSideBar .bi-person-circle {
  font-size: 40px;
  color: #aaaaaa;
}

.active {
  color: #333333;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-weight: 500;
}
/* <----- FIM DA BARRA LATERAL -----> */

.hidden {
  display: none;
}

#map {
  margin-left: 90px;
  height: 100vh;
  transition: margin-left 0.3s;
}

.botao-gaveta {
  position: fixed;
  bottom: 38px;
  right: 15px;
  z-index: 1;
}

.fundoBotao {
  height: 25px;
  width: 50px;
  position: absolute;
  background-color: #252323;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

#botao-principal {
  position: absolute;
  width: 55px;
  height: 55px;
  background: transparent;
  border-radius: 15px;
  cursor: pointer;
  padding: 0;
  z-index: 1;
  border: none;
  bottom: 0;
  right: 0;
}

.item01 {
  z-index: 0;
  position: absolute;
  left: 368px;
  bottom: 0;

  transform: translateX(0px);
  transition: transform 0.3s linear, opacity 0.6s;
  opacity: 0;
}

.item02 {
  z-index: 0;
  position: absolute;
  left: 293px;
  bottom: 0;

  transform: translateX(0px);
  transition: transform 0.3s linear, opacity 0.6s;
  opacity: 0;
}

.item03 {
  z-index: 0;
  position: absolute;
  left: 218px;
  bottom: 0;

  transform: translateX(0px);
  transition: transform 0.3s linear, opacity 0.6s;
  opacity: 0;
}

.item04 {
  z-index: 0;
  position: absolute;
  left: 143px;
  bottom: 0;

  transform: translateX(0px);
  transition: transform 0.3s linear, opacity 0.6s;
  opacity: 0;
}

.item05 {
  z-index: 0;
  position: absolute;
  left: 68px;
  bottom: 0;
  transform: translateX(0px);
  transition: transform 0.3s linear, opacity 0.6s;
  opacity: 0;
}

.item01-show {
  opacity: 1;
  transform: translateX(-368px);
}

.item02-show {
  transform: translateX(-293px);
  opacity: 1;
}

.item03-show {
  transform: translateX(-218px);
  opacity: 1;
}

.item04-show {
  transform: translateX(-143px);
  opacity: 1;
}

.item05-show {
  transform: translateX(-68px);
  opacity: 1;
}

.linha {
  position: absolute;
  bottom: -1px;
  right: -30px;
  height: 5px;
  width: 3px;
  z-index: 0;
  transition: width 0.3s linear, opacity 0.6s;
  background-color: #252323;
  opacity: 0;
}

.linha-show {
  width: 380px;
  opacity: 1;
}

.iconePrincipal {
  width: 65px;
  position: relative;
  bottom: 11px;
  right: 5px;
  z-index: 2;
  user-select: none;
}

.iconesFerramentas {
  width: 40px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  user-select: none;
}

#ferramentasPrincipais {
  gap: 25px;
  bottom: 42px;
  right: 0;
  pointer-events: none;
  width: 435px;
  height: 66px;
  position: absolute
} 

.gaveta {
  position: absolute;
  flex-direction: row;
  width: auto;
  display: flex;
  gap: 25px;
  bottom: 43px;
  right: 85px;
  border-bottom: none;
}

.botao-gaveta-item {
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}

.count {
  position: absolute;
  right: -2px;
  top: 0;
  background-color: red;
  border-radius: 50%;
  padding: 0px 5px;
  font-size: 10px;
  font-weight: bold;
  z-index: 2;
  color: white;
}

.contador2 {
  display: inline;
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
  right: -4px;
  top: 0;
  background-color: red;
  border-radius: 50%;
  padding: 0px 5px;
  font-size: 10px;
  font-weight: bold;
  z-index: 2;
  color: white;
}

.contador2-show {
  opacity: 1;
}

/* PROPRIEDADES DAS JANELAS FLUTUANTES */

.btnFechar {
  float: right;
  color: white;
  border: none;
  background-color: transparent;
  cursor: pointer !important;
}

.draggableWindow {
  border-radius: 18px;
  background-color: #f2f0f0;
  /* box-shadow:  0 5px 9px 0 rgba(0, 0, 0, 0.4), 0 7px 21px 0 rgba(0, 0, 0, 0.4) !important; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4) !important;
  border: 1px solid #ccc;
}

.header {
  /* Cabeçalho das janelas internas*/
  cursor: move;
  padding: 5px;
  background-color: #333333;
  color: whitesmoke;
  overflow: visible;
  border-radius: 18px 18px 0 0;

  /* Impede a seleção dos elementos: */
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.icoWindows {
  width: 40px;
}

.header h5 {
  display: inline;
  text-transform: uppercase;
  font-family: 'corbel', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

/* JANELA ORGANIZADOR DE CAMADAS */

/* Tooltip container */
.mytooltip {
  display: inline;
  color: white;
  z-index: 10;
  cursor: help;
  float: right;
  margin-right: 5px;
}

/* Tooltip text */
.mytooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #f2f0f0;
  background-color: #555;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  font-size: 12px;
  text-align: center;

  /* Position the tooltip text */
  position: absolute;
  top: -93px;
  right: 0;
  z-index: 10;
}

/* Show the tooltip text when you mouse over the tooltip container */
.mytooltip:hover .tooltiptext {
  visibility: visible;
  cursor: help;
  overflow: visible;
}

.mytooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  right: 13%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* #create-folder-btn {

} */
#create-folder-btn {
  margin-left: 45%;
  margin-right: auto;
  margin-top: 10px;
  background-color: #333333;
  border: none;
  padding: 3px 7px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#create-folder-btn:hover {
  background-color: #474747;
}

#create-folder-btn i.bi-folder-plus {
  color: white;
}

.sortableFolder {
  border: 1px solid #ccc;
  border-radius: 10px;
  /* margin-top: 10px; */
  padding: 0 5px;
}

.sortableFolder-title {
  display: flex;
  background-color: #474747;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  color: #f2f0f0;
  margin-top: 5px;
  padding: 0 5px;
  border-radius: 7px 7px 0 0;
}

.sortableFolder-title .toggle-folder {
  cursor: pointer;
  margin-right: 5px;
}

.sortableFolder-title h6 {
  margin: 0;
  cursor: grab;
  width: -webkit-fill-available;
}

.sortableFolder-title h6[contenteditable="true"]:focus {
  outline: 2px solid #aaa;
}

.sortableFolder-content {
  padding-left: 20px;
  min-height: 30px; 
}

.btnFecharPasta {
  cursor: pointer;
}




/* Estilos para pastas */
#folder-list li {
  list-style: none; /* Remove o marcador de lista padrão */
}

#folder-list li.folder {
  /* Estilos para indicar visualmente que é uma pasta */
  font-weight: bold;
  cursor: pointer;
}

/* Estilos para subpastas (indentação) */
#folder-list li.folder ul {
  padding-left: 20px; /* Indentação para subpastas */
}

#active-layers-window {
  position: absolute; /* Fixa a janela na tela */
  bottom: 110px;
  right: 10px;
  background-color: #333333;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Adiciona sombra */
  display: none; /* Esconde a janela inicialmente */
  z-index: 0;
  height: fit-content;
  width: 385px;
  overflow: visible;
}

.limitarConteudoDiv {
  overflow: hidden;
  border-radius: 0 0 18px 18px;
 /*  background-color: #f2f0f0; */
  border-top: solid 1px #aaaaaa;
}

#active-layers-window-body {
  overflow: auto;
  padding: 0 10px 5px;
  height: fit-content;
  max-height: 50vh;
  background-color: #333333;
  border-radius: 0 0 18px 18px;
}

#active-layers-window ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#active-layers-window ul li {
  margin: 10px 0;
  /* border-bottom: none; */
  overflow: hidden;
}

#active-layers-list {
  list-style-type: none;
  padding: 0;

  /* Impede a seleção dos elementos: */
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
#active-layers-list li {
  
  
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#active-layers-list li.selected {
  /* border: solid 2px #5555559d; */
  /* border: solid 2px #0051ff9d; */
  border-radius: 9px;
  transform: scale(1.03);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.13);
  color: rgb(46, 146, 255) !important;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-weight: 800;
}

#active-layers-list .selected .tituloCamada {
  color: rgb(46, 146, 255) !important;
}

 #active-layers-list li h6 {
  margin: 7px 0 4px;
  padding-bottom: 5px;
  cursor: grab;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: -webkit-fill-available;
}

.arrastar{
  display: flex;
  width: 100%;
  /* background-color: #aaa; */
  padding: 0;
  border-radius: 7px 7px 0 7px;
  /* align-items: center; */
}

.arrastar .dragIcon{
  background-color: #aaa;
  border-radius: 7px 0 0 7px;
  height: 45px;
  cursor: grab;
  width: 24px;
}

.arrastar .dragIcon::before{
  content: url("../img/drag-dots.fb80603b9118.svg");
  font-size: 24px;
  position: relative;
  top: 7px;
  left: -2px;
  pointer-events: none;
}

.arrastar .dragIcon:active{
  cursor: grabbing;
}

.fundoCinza {
  background-color: #aaa;
  border-radius: 0 7px 7px 7px;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}

.title-active-layer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #9b9b9b;
  border-radius: 7px 7px 0 0;
  width: 100%;
  height: fit-content;
}

/* .title-active-layer h6 {
  margin-top: 7px;
  max-width: 265px;
  font-size: 13px;
} */
.title-active-layer h6 {
  margin-top: 7px;
  max-width: 265px;
  font-family: 'Myriad Variable Concept', sans-serif;
  font-size: 12px;
  color: #606060;
}

.btnToolsLayers {
  display: flex;
  gap: 5px; /* Espaçamento entre os ícones */
  margin-left: auto; /* Empurra a div para a direita */
  cursor: pointer;
  transition: all 0.3s ease; /* Transição suave para os efeitos */
}

.btnToolsLayers i:hover {
  /* Efeito ao passar o mouse */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
}

.btnToolsLayers button.active {
  background-color: #ddd; /* Cor de fundo alterada */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Sombra mais forte */
  transform: translateY(2px); /* Leve deslocamento para cima */
}

.btnEditarDesenho {
  font-size: 16px;
  margin: 4px 5px 0 0;
}

.toggleVisibilityDiv {
  align-items: center;
}

.toggle-visibility {
  font-size: 14px;
  margin: 5px 2px 0 0;
}

.btnAproximarCamada {
  font-size: 16px;
  margin: 4px 2px 0 0;
}

.toggle-legend {
  font-size: 18px;
  margin: 3px 2px 0 0;
}

.btnDownloadCamada {
  font-size: 18px;
  margin-top: 4px;
}

.btnFecharCamada {
  color: red;
  font-size: 22px;
}

.legend {
  display: none; /* Legenda inicialmente escondida */
  width: 93.3%;
  background-color: white;
  border: 1px solid #ccc;
  padding: 5px;
  z-index: 1;
  border-radius: 0 0 7px 7px;
  position: relative;
  top: -5px;
  left: 24px;
}

.download {
  display: none; /* Legenda inicialmente escondida */
  width: 93.3%;
  background-color: white;
  border: 1px solid #ccc;
  padding: 5px;
  z-index: 1;
  border-radius: 0 0 7px 7px;
  position: relative;
  top: -5px;
  left: 24px;
}

#loading-message {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10000;
}

.loading-container {
  display: flex;
  align-items: center;
}

.loading-icon {
  margin-right: 10px;
  animation: spin 1s linear infinite;
}

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

.close-loading-btn {
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}



/* Personalização do slider (input range) */

.div-opacity-slider {
  height: 5px;
  position: relative;
  padding: 0;
  /* top: 2px */
  width: 100%;
  display: block;
}

#opacityValue {
  position: absolute;
  right: 0;
  bottom: 2px;
  color: white;
  font-weight: bold;
  font-size: 9px;
  min-width: 24px; 
  height: 11px;
  z-index: 5;
  pointer-events: none;
}

.opacity-slider {
  -webkit-appearance: none; /* Para remover o estilo padrão do navegador no Webkit */
  appearance: none; /* Para remover o estilo padrão do navegador */
  height: 5px;
  width: 93.3%;
  background: #ccc;
  cursor: pointer;
  outline: none; /* Para remover a borda azul do foco */
  transition: opacity 0.2s;
  position: relative;
  left: 24px;
  bottom: 16px;
  text-align: center;
  z-index: 5;
}

.opacity-slider-disabled {
  background-color: #ccc;
}

.opacity-slider:hover {
  opacity: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Sombra ao redor do thumb */
}

.opacity-slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Para remover o estilo padrão do navegador no Webkit */
  appearance: none; /* Para remover o estilo padrão do navegador */
  width: 25px; /* Largura do thumb */
  height: 11px; /* Altura do thumb */
  background: transparent;
  background: rgb(46, 146, 255);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  /* border: 2px solid #333; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Sombra ao redor do thumb */
}

.opacity-slider::-moz-range-thumb {
  width: 25px; /* Largura do thumb */
  height: 11px; /* Altura do thumb */
  background: rgb(46, 146, 255); /* Cor do thumb */
  cursor: pointer; /* Mudança do cursor para pointer */
  /* border: 2px solid #333; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Sombra ao redor do thumb */
}

.div-opacity-slider input[type="range"]::-webkit-slider-thumb::after {
  content: attr(value);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.div-opacity-slider input[type="range"]::-moz-range-thumb::after {
  content: attr(value);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}



/* JANELA IMPORTAR CAMADAS */
#importar-camadas {
  position: absolute; /* Fixa a janela na tela */
  bottom: 363px;
  right: 112px;
  background-color: #333333;
  padding: 0;
  display: none; /* Esconde a janela inicialmente */
  z-index: 0;
  height: fit-content;
  width: 385px;
  border-radius: 18px;
}

#importar-camadas-corpo {
  overflow: auto;
  padding: 10px;
  height: fit-content;
  max-height: 50vh;
  border-top: solid 1px #aaaaaa;
}

#drop-area {
  border: 2px dashed #f2f0f0;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

#drop-area p {
  cursor: pointer;
  color: #f2f0f0;
  margin: 15px;
}

#uploadBtn {
  border-radius: 5px;
}

#file-input {
  display: none;
}

#loadingSpinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  display: none;
  margin: 20px auto;
}

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

#featureList {
  display: none;
  width: 100%;
}

#fileFeatures {
  overflow: auto;
  max-height: 32vh;
  padding: 0;
  margin: 0;
}

#fileFeatures > li {
  margin-top: 10px;
  background-color: #f3f3f3;
  border-radius: 8px;
}

#ulFeatureItem {
  padding: 0 8px 4px 8px;
  background-color: #f3f3f3;
  border-radius: 0 0 6px 6px;
  margin: 0;
}

.layer-item-import {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.layer-item-import label {
  font-size: 14px;
  margin-left: 8px;
  cursor: pointer;
}

.fileTitle {
  cursor: pointer;
  margin: 14px 0 10px 0;
}


/* JANELA MAPA BASE */

#mapas-base {
  position: absolute; /* Fixa a janela na tela */
  bottom: 110px;
  right: 200px;
  background-color: #f2f0f0;
  padding: 0;
  display: none; /* Esconde a janela inicialmente */
  z-index: 0;
  height: fit-content;
  width: fit-content;
  border-radius: 18px;
  overflow: hidden;
}

.mapa-base-body {
  overflow: auto;
  height: 330px;
  width: 385px;
  background-color: #333333;
  border-top: solid 1px #aaaaaa;
}

.mapa-base-area {
  gap: 10px;
  margin: 10px;
  display: flex;
  justify-content: space-between;
  width: 350px;
  flex-wrap: wrap;
}

.mapa-base-square {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  width: 110px; /* Ajuste a largura */
  background-color: transparent;
  height: fit-content;
  height: 131px;
}

.mapa-base-square input {
  display: none;
}

.map-thumbnail {
  width: 110px; /* Ajuste a largura */
  height: 110px; /* Ajuste a altura */
  /* border: 2px solid transparent; */
  border-radius: 9px;
  background-size: cover;
}

.mapa-base-square label{
  background-color: #606060;
  color: whitesmoke;
  border-radius: 9px;
  cursor: pointer;
  border: solid 1px #f2f0f0;
  transition: transform 0.2s ease; /* Add this for smooth transitions */
}

.mapa-base-square label:hover {
  box-shadow: 1px 1px 12px aliceblue;
  transform: scale(1.02); /* Slight enlargement on hover */
}

.mapa-base-square input:checked + label {
  color: #ffffff;
  font-weight: 500;
  border: solid 1px #aaaaaa;
  box-shadow: 1px 1px 12px aliceblue;
  transform: scale(1.02); /* Slight enlargement on hover */
}

.mapa-base-square p {
  margin: 0 0 2px;
  font-size: 12px; /* Ajuste o tamanho da fonte */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}

/* Especificando imagens de fundo para as miniaturas dos mapas */
.map-thumbnail.osm {
  background-image: url("../img/map-thumbnails/osm.fab5c337235c.png");
}

.map-thumbnail.esri {
  background-image: url("../img/map-thumbnails/esri.d14d747a1061.png");
}

.map-thumbnail.ortofoto2018 {
  background-image: url("../img/map-thumbnails/orto2018.944280d56597.png");
}

.map-thumbnail.ortofoto2004 {
  background-image: url("../img/map-thumbnails/orto2004.a581f4c0bb88.png");
}

.map-thumbnail.planta1977 {
  background-image: url("../img/map-thumbnails/planta77.e4ba5e3f42a5.png");
}

.map-thumbnail.maxar01 {
  background-image: url("../img/map-thumbnails/maxar01.8ef7290db3df.png");
}

.map-thumbnail.maxar02 {
  background-image: url("../img/map-thumbnails/maxar02.8a1242d7fde6.png");
}

.map-thumbnail.carto-light {
  background-image: url("../img/map-thumbnails/carto-light.d708ba8b32fb.png");
}

.map-thumbnail.carto-dark {
  background-image: url("../img/map-thumbnails/carto-dark.6e21b8750e45.png");
}

/* JANELA ADICIONAR CAMADAS EXTERNAS */

#camadas-externas {
  display: none;
  height: fit-content;
  width: 385px;
  position: absolute;
  right: 49px;
  z-index: 0;
  bottom: 328px;
}

#camadas-externas-corpo {
  overflow: auto;
  padding: 10px;
  height: fit-content;
  max-height: 50vh;
  border-top: solid 1px #aaaaaa;
  border-radius: 0 0 18px 18px;
  background-color: #333333;
}

#camadas-externas-corpo h6{
  color: #f2f0f0;
}

#filtro-input {
  display: flex;
  border-radius: 25px;
  height: 24px;
  margin-bottom: 5px;
  flex-wrap: nowrap;
  align-items: stretch;
  background-color: white;
  border: solid black 1px;
  overflow: hidden;
  transition: width 0.8s, opacity 1s;
}

#filtro-camada-externa {
  background-color: white;
  display: inline;
  border: none;
  color: black;
  font-size: 14px;
  min-width: 300px;
}

#filtro-camada-externa:focus {
  outline: none;
}

#filtro-camada-externa::placeholder {
  color: 333333;
  font-size: 14px;
}

#btnPesquisaExterna {
  border: none;
  color: black;
  padding: 1px 5px 1px 5px;
  font-size: 14px;
}

#url-input {
  width: 100%;
  height: 22px;
  border: none;
  border-radius: 20px;
  padding: 1px 8px;
}

.divUrlCamadasExternas {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 0;
  margin-bottom: 5px;
  height: 24px;
  border-radius: 22px;
  padding-right: 4px;
}

.btnApagarUrl {
  cursor: pointer;
  color: red;
  font-size: 22px;
}

#camadas-externas-corpo select {
  width: 100%;
  height: 24px;
  border-radius: 20px;
  margin-bottom: 5px;
  padding: 0 4px 1px;
}

#resultado-filtro {
  height: fit-content;
  min-height: 130px;
  width: 100%;
  border: solid 1px black;
  border-radius: 18px;
  background-color: white;
}

#resultado-filtro-ul {
  height: fit-content;
  padding: 5px;
  margin: 15px 0 !important;
  overflow: auto;
  max-height: 32vh;
}

#resultado-filtro-ul input {
  min-width: 15px;
  margin-top: 4px;
}

#resultado-filtro-ul label {
  margin-left: 2px;
}

.layer-item-extern {
  list-style-type: none;
  display: flex;
  align-items: flex-start;  
}

.layer-item-extern label {
  cursor: pointer;
}

/* Adicione este estilo para o ícone de carregamento */
#loading {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  display: none;
  margin: 20px auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* JANELA CRIAR CAMADAS */

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
}

.color-pickers > div {
  margin-bottom: 0.5em;
}


#criar-camadas {
  width: 385px;
  height: fit-content;
  position: absolute;
  bottom: 397px;
  right: 159px;
  display: none;
}

#criar-camadas-corpo {
  /* display: flex;
  flex-direction: column; */
  height: fit-content;
  padding: 10px;
  font-size: 12px;
  background-color: #333333;
  border-radius: 0 0 18px 18px;
  border-top: solid 1px #aaaaaa;
}

.ferramentasDesenho{
  height: 40px;
  text-align: center;
  border-radius: 10px;
  padding: 2px;
  background-color: #f2f0f0;
}

.ferramentasDesenho button{
  padding: 0;
  width: 36px;
  height: 36px;
  color: rgb(22, 22, 22);
  border: none;
  margin: 0 8px;
  border-radius: 4px;
  background-color: #e4e4e4;
}

.ferramentasDesenho button:hover {
  background-color: #d0d0d0;
}

.ferramentasDesenho button.ferramentaSelected {
  background-color: #f2f0f0;
}

.ferramentasDesenho button .svg-icone {
  transition: fill 0.1s ease, width 0.1s ease, height 0.1s ease;
  width: 30px;
  height: 30px;
}

.ferramentasDesenho button.ferramentaSelected .svg-icone {
  fill: royalblue;
  width: 34px;
  height: 34px;
}

.edicaoDesenho {
  text-align: center;
  border-radius: 10px;
  padding: 5px;
  margin-top: 10px;
  background-color: #f2f0f0;
}

.edicaoEsconder {
  display: none !important;
}

.camposEdicao {
  display: flex;
  justify-items: flex-end;
}

.nomeCamada {
  width: 75%;
  height: 20px;
  margin-left: 4px;
  display: inline-flex;
}

.espessura {
  width: 30px;
  height: 20px;
  margin: 0 6px 0 4px ;

}

.colorPicker {
  position: relative;
  
  width: 110px;
  height: 18px;
  margin-left: 4px;
  padding-left: 30px;
}

.edicaoDesenho p {
  display: inline;
  margin: 0 4px 15px 0;
}

.tracejada {
  position: relative;
  bottom: -3px;
  margin-right: 3px;
}

.div-gerarCamadaBtn {
  margin-top: 10px;
  text-align: center;
  padding: 5px;
  background-color: #f2f0f0;
  border-radius: 10px;
  border-top: solid 1px #606060;
}

#gerarCamadas {
  color: white;
  background-color: #606060;
  border-radius: 10px;
  border: none;
}

.div-editarCamadaBtn {
  margin-top: 10px;
  text-align: center;
  padding: 5px;
  background-color: #f2f0f0;
  border-radius: 10px;
  border-top: solid 1px #606060;
}

#editarCamadas {
  color: white;
  background-color: #606060;
  border-radius: 10px;
  border: none;
}

#divCamadasCriadas {
  display: none;
  width: 100%;
}

#divCamadasCriadas > li {
  margin-top: 10px;
  background-color: #f3f3f3;
  border-radius: 8px;
}

.layer-item-create {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.layer-item-create label {
  font-size: 14px;
  margin-left: 8px;
  cursor: pointer;
}


/* JANELA IMPRIMIR MAPA */

#imprimir_mapa_modal {
  height: 300px;
  width: 300px;
  position: absolute;
  bottom: 110px;
  right: 500px;
  display: none;
}

#imprimir-mapa-corpo {
  padding: 10px;
}

/* BARRA SUPERIOR DIREITA - Pesquisa e outras ferramentas */

/* #ferramentasAux {
  position:absolute;
  top: 8px;
  right: 8px;
  pointer-events: none;
  height: 217px;  
  z-index: 0;
} */
  
#barra-superior-direita {
  top: 8px;
  right: 8px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #606060;
  padding: 0;
  border-radius: 18px 0 0 18px;
}

#barra-superior-direita .bi-list {
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

#btnAbrirFecharPesquisa{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252323;
  width: 35px;
  color: white;
  height: 54px;
  border: solid white 1px;
  border-radius: 18px 0 0 18px;
  z-index: 4;
}

#btnAbrirFecharPesquisa i {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#btn-expandir-ferramentas {
  padding: 0 6px;
  height: 54px;
  color: white;
  background-color: #252323;
  z-index: 3;
  border: solid white 1px;
}

.itens-horizontal {
  flex-grow: 1; 
  background-color: rgba(50, 50, 50, 0.1);
  display: flex;
  flex-direction: column;
  opacity: 1;
  height: 54px;
  width: 453px;
  /* width: 550px; FILTRO */
  transition: width 0.5s, opacity 0.5s, border-radius 0.5s;
  flex-wrap: nowrap;
  border-radius: 8px;
}

.IH-hide {
  opacity: 0 !important;
  width: 0 !important;
  height: 50px;
  overflow: hidden;
  padding: 0;
}

#abas-barra-pesquisa {
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  background-color: #333333;
  cursor: pointer;
}

#abas-barra-pesquisa li {
  display: inline;
  padding: 0 18.5px;
  margin: 0;
  border-radius: 8px 8px 0 0;
  border-bottom: solid white 1px;
}

#abas-barra-pesquisa a {
  text-decoration: none;
  color: #f3f3f3;
}


#abas-barra-pesquisa li:hover {
  background-color: #606060;
}

.aba-selected {
  background-color: #606060;
  border: solid white 1px;
  border-bottom: 0 !important;
}

.set-pesquisa-show {
  display: flex !important;
  align-items: center;
  justify-content: stretch !important;
  width: 100%;
}

.set-barra-pesquisa {
  display: none;
  padding: 0;
  background-color: #606060;
}

.set-barra-pesquisa input {
  width: 90%;
  height: 22px;
  padding-left: 6px;
  border-radius: 8px;
  border: none;
  background-color: #333333;
  margin: 4px;
  color: aliceblue;
}

.set-barra-pesquisa button {
  height: 23px;
  width: 23px;
  position: relative;
  background-color: transparent;
  border: none;
}

.set-barra-pesquisa select {
  width: 90%;
  height: 22px;
  padding-left: 6px;
  border-radius: 8px;
  background-color: #333333;
  border: none;
  margin: 4px;
  color: aliceblue;
}

.set-barra-pesquisa .bi-search {
  font-size: 12px;
  position: absolute;
  top: 1px;
  left: 3px;
}

.search-div {
  display: none;
  padding: 0;
  background-color: #606060;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
}

.search-div button {
  height: 23px;
  width: 23px;
  position: relative;
  background-color: transparent;
  border: none;
}

.search-div .bi-search {
  font-size: 12px;
  position: absolute;
  top: 1px;
  left: 3px;
}

#iptu-parcelamento {
  width: 200px;
  margin-left: 8px;
}

#coord-lat-label,
#coord-n-label {
  margin-left: 8px;
}

#iptu-lote-quadra-button {
  margin-right: 14px;
  margin-left: 5px;
}

#searchButtonGeograficas {
  margin-right: 11px;
  margin-left: 5px;
}

#searchButtonUTM {
  margin-right: 10px;
  margin-left: 5px;
}

/* #suggestions {
  position: absolute;
  top: 50px;
  z-index: 1;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 395px;
  max-height: 200px;
  overflow-y: auto;
}
#suggestions ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#suggestions li {
  padding: 8px;
  cursor: pointer;
}
#suggestions li:hover {
  background-color: #f0f0f0;
} */

.suggestions-list {
  position: absolute;
  top: 50px;
  right: 92px;
  background: #333333;
  border: 1px solid #606060;
  border-radius: 0;
  width: 395px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 2;
  /* display: none; */
}

.suggestions-list div {
  padding: 0 6px 0 6px;
  /* cursor: pointer; */
  color: aliceblue;
}

.suggestions-list div:hover {
  background-color: #0d6efd;
}


.radio-group {
  display: flex;
  justify-content: center; /* Center the radio buttons */
  background-color: #606060;
  width: 100%;
  padding: 0 6px 6px 6px; /* Add some padding around the group */
  border-radius: 8px;
}

.radio-group label {
  margin: 0 5px; /* Reduced space between the radio buttons */
  color: white; /* Set label color to white */
  font-size: 12px; /* Slightly larger font size for better readability */
  display: flex; /* Ensure labels are flex containers */
  align-items: center; /* Center align items vertically */
}

input[type="radio"] {
  accent-color: #606060; /* Set radio button color */
  width: 12px; /* Set a smaller width for the radio button */
  height: 12px; /* Set a smaller height for the radio button */
  margin-right: 5px; /* Space between radio button and label text */
}

input[type="radio"]:checked {
  accent-color: white; /* Change color when checked */
}




/* BOTÕES DE ZOOM */

.ol-zoom {
  position: absolute !important;
  right: 8px !important;
  top: 63px !important;
  left: auto !important;
  display: flex;
  gap: 1px;
  flex-direction: row-reverse;
  opacity: 1;
  transition: transform 0.25s, opacity 0.3s;
}

.ol-zoom-hide {
  transform: translateY(-35px) !important;
  opacity: 0 !important;
}

.ol-control button {
  background-color: #252323 !important;
  color: white !important;
  height: 24px !important;
  width: 24px !important;
  font-size: 20px !important;
  padding-bottom: 4px !important;
  border: none !important;
}

/* BOTÕES DE FERRAMENTAS DO CANTO SUPERIOR DIREITO */

.setBtn2 {
  position: absolute;
  right: 9px;
  top: 91px;
  display: flex;
  flex-direction: row;
  gap: 3px;
  opacity: 1;
  transition: transform 0.28s ease, opacity 0.5s;
}

.setBtn2-hide {
  transform: translateY(-62px) !important;
  opacity: 0;
}

.setBtn3 {
  position: absolute;
  right: 9px;
  top: 118px;
  display: flex;
  flex-direction: row;
  gap: 3px;
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.5s;
}

.setBtn3-hide {
  transform: translateY(-88px);
  opacity: 0;
}

.setBtn4 {
  position: absolute;
  right: 9px;
  top: 145px;
  display: flex;
  flex-direction: row;
  gap: 3px;
  opacity: 1;
  transition: transform 0.32s ease, opacity 0.5s;
}

.setBtn4-hide {
  transform: translateY(-114px);
  opacity: 0;
}

.setBtn5 {
  position: absolute;
  right: 9px;
  top: 172px;
  display: flex;
  flex-direction: row;
  gap: 3px;
  opacity: 1;
  transition: transform 0.34s ease, opacity 0.5s;
}

.setBtn5-hide {
  transform: translateY(-140px);
  opacity: 0;
}

.setBtn6 {
  position: absolute;
  right: 9px;
  top: 200px;
  display: flex;
  flex-direction: row;
  gap: 3px;
  opacity: 1;
  transition: transform 0.36s ease, opacity 0.5s;
}

.setBtn6-hide {
  transform: translateY(-166px);
  opacity: 0;
}

.setBtn7 {
  position: absolute;
  right: 9px;
  top: 228px;
  display: flex;
  flex-direction: row;
  gap: 3px;
  opacity: 1;
  transition: transform 0.38s, opacity 0.5s ease;
}

.setBtn7-hide {
  transform: translateY(-192px);
  opacity: 0;
}

.setBtn-div {
  background-color: #252323;
  color: white;
  height: 24px;
  width: 24px;
  font-size: 12px !important;
  text-align: center;
  cursor: pointer;
  transition: transform 0.38s, opacity 0.5s ease;
}

.setBtn-div img {
  width: 20px;
}

#iconSalvarSessao {
  position: relative;
  top: 2px;
}

.toolOn {
  opacity: 0.5 !important;
}



/* Geolocalização */

.my-geolocation-button {
  position: absolute;
  bottom: 500px !important;
}


