:host {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  font-family: var(--font-pattern, "Roboto");
  background: white;
  color: #2b3a54;
  --snk-form-config-container-height: calc(100vh - 95px);
  outline: none;
}

.sidebarNavigator__container {
  height: var(--snk-form-config-container-height);
  gap: 20px;
  align-items: flex-start;
}


.guide-header {
  display: flex;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #dce0e8; /*Usar token*/
  height: 30px;
  font-weight: 500;
  font-size: 16px;
}

