.fullscreen:fullscreen {
width: 100vw !important;
height: 100vh !important;
background: #fff;
overflow: hidden;
} 

#org-canvas {
width: 100%;
height: auto;
display: block;
border: 1px solid #ccc;
border-radius:8px;
cursor: grab;
background-color: #fff;
}
.org-controls {
margin-top: 1rem;
display: flex;
justify-content: flex-end;
}
.org-controls a.button {
background-color: #0073aa;
color: white;
padding: 6px 14px;
border-radius: 4px;
text-decoration: none;
font-weight: 500;
}
.org-controls a.button:hover {
background-color: #005f8d;
}

.botoes-ogranograma{
position:absolute;
bottom:10px;
right: 15px;
}

.overlay-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: white;
  overflow: auto;
  display: flex;
}

.icon-fechar.hidden {
  display: none;
}

.fullscreen-expanded {
  position: fixed !important;
  inset: 0;
  z-index: 50;
  background: white;
}

.fullscreen-expanded .botoes-organograma {
  position: fixed;
}

.fullscreen-expanded .botao-topo {
  position: fixed;
  z-index: 100;
  text-align: center;
  width: 100%;
}

.fullscreen-expanded .icon-fechar {
  display: inline-block;
}

.fullscreen-expanded .icon-full {
  display: none;
}

.botoes-organograma {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 6px;
  z-index: 60;
  zoom: 0.9;
}

.botao-org {
  border-radius: 8px;
  border: 2px solid #24645b;
  min-width: 20px;
  height: 20px;
  padding: 20px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  color: #24645b;
  cursor: pointer;
  text-decoration: none;
}

.botao-org:hover {
  background-color: #f1f1f1;
}

a .botao-org {
  text-decoration: none !important;
}


@media (max-width: 767px) {
  .instrucoes {
    display: none !important;
  }
  .fullscreen:fullscreen {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}
}
