body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}

body {
  background: #f5f5f5;
  margin: 0;
}
/* optional Container STYLES */
/* .chart {
  
} */
/* 
.Treant > .node {
} */

#organizationGraphContainer {
  cursor: grab;
  overflow: hidden !important;
  width: 100vw;
  height: 100vh;
}

.Treant .collapse-switch {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.Treant .collapsed .collapse-switch {
  background: none;
}

.Treant > p {
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande',
    sans-serif;
  font-weight: bold;
  font-size: 13px;
}

.default-style-node {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  text-align: center;
  width: 95px;
  font-family: Tahoma;
  font-size: 10px;
  padding: 13px;
  background-color: #165c72;
}

/* CORES PARA OS MODULOS__SPC&SPC__SUBMODULOS */
.berry-vibrant-intense {
  background-color: #ed2860;
}

.wine-rose-intense {
  background-color: #b3204d;
}

.purple-mystic-intense {
  background-color: #773d94;
}

.steel-blue {
  background-color: #44749d;
}

.emerald-blue {
  background-color: #027b7f;
}

.warm-sand {
  background-color: #ecd079;
}

.peach-glow {
  background-color: #ffb391;
}

.fresh-mint {
  background-color: #73c8a9;
}

.autumn-rust {
  background-color: #cc5d4c;
}

.ocean-tide {
  background-color: #006666;
}

.emerald-intense {
  background-color: #007f62;
}

.profile-information .node-name,
.profile-information .node-title {
  margin-bottom: 5px;
}

.profile-card {
  display: grid;
  grid-template-columns: 125px 1fr;
  align-items: center;
  row-gap: 2px;
  column-gap: 10px;
}

.profile-information .node-name {
  font-size: 14px;
  font-weight: bold;
}

.profile-information .node-title {
  font-size: 13px;
}

.profile-information .node-desc {
  font-size: 12px;
  text-align: justify;
}

.profile-card .node-contact {
  position: relative;
  float: left;
  font-size: 14px;
  color: white;
  text-decoration: none;
  margin-top: 5px;
  z-index: 1;
}

.profile-card .node-contact:hover {
  text-decoration: underline;
}

.contact-info img {
  width: 125px;
  margin-right: 10px;
  border-radius: 2px;
}

@keyframes loading-spin {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

#loader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 25px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 3;
}

#loader::after {
  content: '';
  width: 70px;
  height: 70px;
  border: 11px solid #ececec;
  border-top: 11px solid #ee3c3c;
  border-radius: 50%;
  animation: loading-spin 900ms ease infinite;
}

#loader span {
  color: #ffffff;
  order: 1;
  font-family: Arial, Helvetica, sans-serif;
}

#tool-bar-container {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px #8d8d8d;
  padding: 0 10px;
  height: 50px;
  border-radius: 5px;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}

.hide-module-toolbar {
	display: none;
}

.tool-bar-images-container img {
  width: 24px;
}

#tool-bar-container button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

#btn-back-form {
	display: flex;	
}
