.navbar {
    z-index: 2 !important;
}

/* Estilo da sessão de identificacao da empresa*/
#company_profile {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 100px;
  padding: 10px 20px;
  background-color: #042436;
}

#toggleButton {
  display: none;
  /*position: fixed;*/
  bottom: 10px;
  right: 10px;
  background-color: #01ba69;
  color: white;
  border: none;
  /*padding: 10px; */
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 768px) {
  #company_profile {
      display: none;
  }

  #toggleButton {
      display: block;
  }
}




/* Estilo para títulos h4 */
h4 {
  text-align: start; /* Alinha o texto à esquerda */
  margin: 0; /* Remove a margem */
  font-size: 16px !important; /* Define o tamanho da fonte */
  font-weight: 500 !important; /* Define o peso da fonte */
  /*color: #6c757d; /* Define a cor do texto */
}

/* Estilo para títulos dentro de plot_title */
.plot_title h4 {
  text-align: center; /* Centraliza o texto */
  font-size: 14px !important; /* Define o tamanho da fonte */
  font-weight: normal !important; /* Define o peso da fonte */
}

/* Estilo para títulos dentro de plot_title_circular */
.plot_title_circular h4 {
  font-size: 14px !important; /* Define o tamanho da fonte */
  font-weight: normal !important; /* Define o peso da fonte */
}

.plot_titleCHECKMCONT h4 {
padding-top: 30px !important;
}

/* Estilo para elementos em linha */
.inline-elements {
    display: flex;
    align-items: left; /* Alinha os itens à esquerda */
    margin-bottom: 4px; /* Espaçamento inferior */
}

/* Estilo para gráficos em linha */
.inline-elements-chart {
    display: block;
    margin-bottom: 4px; /* Espaçamento inferior */
}

/* Estilo para títulos dentro de elementos em linha */
.inline-elements h5 {
    flex: 0 0 200px; /* Define a largura fixa, ajuste conforme necessário */
    text-align: start; /* Alinha o texto à esquerda */
    margin: 0; /* Remove a margem */
}

/* Estilo para parágrafos dentro de elementos em linha */
.inline-elements p {
    flex: 1; /* Faz o parágrafo ocupar o espaço restante */
    margin: 0; /* Remove a margem */
}

.inline-elements.company_profile p:first-child {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 150px;
  text-align: start;
  color: #acacac;
  font-weight: 200;
}

.inline-elements.company_profile p:last-child {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  color: #01ba69;
}

.inline-elements.company_profile span {
  font-size: smaller;
}

.blank {
    position: relative;
    width: 100%; /* Largura total */
    background:  #efefef; /* Gradiente de fundo */
    border-radius: 10px; /* Bordas arredondadas */
    overflow: visible; /* Permite que elementos internos transbordem */
}

/* Estilo para a barra de progresso */
.progressbar {
    position: relative;
    width: 100%; /* Largura total */
    background: linear-gradient(to right, #F06277, #E6DCC3, #01BA69); /* Gradiente de fundo */;
    border-radius: 10px; /* Bordas arredondadas */
    overflow: visible; /* Permite que elementos internos transbordem */
}

.progressbarInverted {
    position: relative;
    width: 100%; /* Largura total */
    background: linear-gradient(to right, #01BA69, #E6DCC3, #F06277); /* Gradiente de fundo */;
    border-radius: 10px; /* Bordas arredondadas */
    overflow: visible; /* Permite que elementos internos transbordem */
}

/* Estilo para o preenchimento da barra de progresso */
.proggress {
    height: 17px; /* Altura da barra */
    background: 'transparent'; /* Cor inicial (vermelha) */
    border-radius: 10px; /* Bordas arredondadas */
    width: 0%; /* Largura inicial */
    position: relative;
}

/* Estilo para a bola de progresso */
.progress-ball {
    position: absolute;
    top: 50%; /* Centraliza verticalmente */
    transform: translate(-50%, -50%); /* Centraliza horizontalmente */
    width: 34px; /* Largura da bola */
    height: 34px; /* Altura da bola */
    background-color: #fff; /* Cor de fundo */
    border-radius: 50%; /* Forma circular */
    border-color: beige;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Sombra */
    display: flex;
    justify-content: center; /* Centraliza o conteúdo horizontalmente */
    align-items: center; /* Centraliza o conteúdo verticalmente */
    font-family: Poppins, Arial, Helvetica, sans-serif; /* Fonte */
    font-weight: normal; /* Peso da fonte */
    font-size: 13px; /* Tamanho da fonte */
    color: #605E5C; /* Cor do texto */
    z-index: 1;
}


/* Estilo para barra de intervalo de pH*/
.progress-container {
    position: relative;
    width: 100%; /* Largura total */
    background: linear-gradient(to right, #FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #8B00FF); /* Gradiente de fundo */
    border-radius: 10px; /* Bordas arredondadas */
    overflow: visible; /* Permite que elementos internos transbordem */
}
.progress-pHbar {
    height: 20px; /* Altura da barra */
    background: 'transparent'; /* Cor inicial (vermelha) */
    border-radius: 10px; /* Bordas arredondadas */
    width: 0%; /* Largura inicial */
    position: relative;
    overflow: visible;
}
.highlight {
    position: absolute;
    top: 50%; /* Centraliza verticalmente */
    transform: translateY(-50%); /* Centraliza verticalmente */
    width: 34px; /* Largura da bola */
    height: 34px; /* Altura da bola */
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Sombra */
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins, Arial, Helvetica, sans-serif; /* Fonte */
    font-weight: normal;
    font-size: 13px; /* Tamanho da fonte */
    color: #605E5C; /* Cor do texto */
    transition: left 2.3s ease-in-out, width 2.3s ease-in-out;
    z-index: 1;
}

.ph-labels {
    display: flex;
    justify-content: space-between;
    margin-top: -15px;
    font-size: 8px;
    color: #f7f7f7;
    padding: 0 5px;
}

.ph-label {
    position: relative;
}

.ph-label-acid {
    left: 0;
}

.ph-label-alkaline {
    right: 0;
}

.ph-label-medium {
    left: 0.5;
}

.completeness{
    padding: 0 20px;;
}

.contamination{
    padding: 0 20px;;
}


/* Estilo para a seção de detalhes de sequenciamento */
#sequencing-details {
    display: flex;
    flex-wrap: wrap; /* Permite quebra de linha */
    gap: 10px; /* Espaçamento entre os itens */
    background-image: url('/bgd_model.png'); /* Substitua pelo caminho da sua imagem */
    background-size: cover; /* Ajusta a imagem para cobrir toda a seção */
    background-position: center; /* Centraliza a imagem */
}

/* Estilo para a seção de qualidade de sequenciamento */
#sequencing-quality {
    display: flex;
    flex-wrap: wrap; /* Permite quebra de linha */
    gap: 10px; /* Espaçamento entre os itens */
}

/* Estilo para a seção de qualidade de montagem */
#assembly-quality {
    display: flex;
    flex-wrap: wrap; /* Permite quebra de linha */
    gap: 10px; /* Espaçamento entre os itens */
}

/* Estilo para colunas */
.column {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  min-width: 250px;
}

/* Estilo para colunas menores */
.column2 {
    flex: 0.3; /* Faz a coluna ocupar 30% do espaço disponível */
    min-width: 100px; /* Largura mínima */
}

/* Estilo para elementos circulares */
.circular {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
}

/* Estilo para canvas dentro de elementos circulares */
.circular canvas {
    width: 50% !important; /* Define a largura do canvas */
}

/* Estilo para todos os canvas */
canvas {
    height: 100% !important; /* Mantém a proporção da altura */
}

/* Estilo responsivo para telas menores */
@media (max-width: 768px) {
    .column {
        flex: 1 1 100%; /* Faz a coluna ocupar 100% da largura */
    }
}

/* Estilo para badges de sucesso */
.badge-success-light {
    border-radius: 10px; /* Bordas arredondadas */
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x); /* Padding */
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    background-color: rgba(28,187,140,.15); /* Cor de fundo */
    color: color-yiq(rgba(28,187,140,.15)); /* Cor do texto */
    color: #1cbb8c; /* Cor do texto */
}

/* Estilo para ícones de informação */
.info-icon {
    font-size: 1.0rem; /* Tamanho da fonte */
    cursor: pointer; /* Cursor de ponteiro */
    transition: transform 0.3s ease; /* Transição suave */
    color: #e8f3ef; /* Cor do ícone */
}

/* Estilo para ícones de informação ao passar o mouse */
.info-icon:hover {
    transform: scale(1.2); /* Aumenta o ícone */
}

/* Estilo para tooltips */
.tooltip-inner {
    background-color: #ffffff !important; /* Cor de fundo */
    color: #6c757d !important; /* Cor do texto */
    border: 1px solid #6c757d; /* Borda */
    font-size: 0.8rem; /* Tamanho da fonte */
}

/* Estilo para setas de tooltips */
.arrow::before {
    border-top-color: #ffffff !important; /* Cor da seta superior */
    border-bottom-color: #ffffff !important; /* Cor da seta inferior */
}

/* Estilos para o subnav */
.subnav {
    position: relative;
    margin-top: 0.1px; /* Ajuste este valor conforme a altura do menu principal */
    width: 100%;
    background-color: #444;
    z-index: 1001;
    background: var(--portalThemeColor5) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.subnav.fixed {
    position: fixed;
    top: 0px;
}

.subnav .nav-link {
    color: #f2f2f2 !important;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.subnav .nav-link:hover {
    background-color: #dddddd00 !important;
    color: #f2f2f2 !important;
    font-weight: 300;
}

.subnav .nav-link.active {
    background-color: #49d397 !important;
    color: white !important;
}


/* Responsividade para dispositivos móveis */
@media (max-width: 767px) {
  .navbar .navbar-collapse,
  .subnav .navbar-collapse {
      background-color: var(--portalThemeColor1);
  }

  .navbar .nav-link,
  .subnav .nav-link {
      color: #f2f2f2 !important;
      text-align: center;
      padding: 10px;
  }
}

@media (max-width: 767px) {
  .nav-item.navbar-nav {
    position: relative !important;
      right: auto !important;
      margin: none !important;
      padding-bottom: 20px;
  }

  .navbar-collapse.show {
    overflow-y: visible;

  }
}

.node circle {
    fill: #cccccc;
    transition: r 0.3s;
    stroke-width: 3px;
}
.link {
    fill: none;
    stroke: #afaeae;
    stroke-width: 1.5;
    stroke-opacity: 0.4;
}
.highlight-node {
    fill: #04293F;
    stroke: #04293F;
    stroke-width: 0.5px;
    transition: r 0.3s;
    r: 6px;
}
.highlight-text {
    fill: #04293F;
    stroke: #01ba69;
    stroke-width: 0.5;
    font-size: 12px;
}
.highlight-link {
    stroke: #04293F;
    stroke-opacity: 1;
    stroke-width: 2;
}




.btn-circle-download {
  position: absolute;
  right: 26px; /* Ajuste conforme necessário */
  /*transform: translateY(-50%);*/
  height: 38px;
  width: 38px;
  margin: auto;
  border-radius: 100%;
  background: #E8EAED;
  cursor: pointer;
  overflow: hidden;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  transition: all 0.2s ease;
}

@media (max-width: 767px) {
  .btn-circle-download {
    position: relative !important;
    right: auto !important;
    margin: auto;
  }

  .timeline__event__icon .btn-circle-download {
    transform: translateY(100%) !important;
    position: absolute !important;
  }
}

.btn-circle-download:after {
  content: "";
  position: absolute;
  display: block;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  /*transition: transform 0.4s ease;*/
  transform: translateX(-100%);
}

.btn-circle-download svg {
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.btn-circle-download svg#border {
  position: absolute;
  top: 0;
  left: 0;
  stroke: none;
  stroke-dasharray: 144;
  stroke-dashoffset: 144;
  transition: all 1.0s linear;
}

.btn-circle-download svg#arrow {
  position: absolute;
  top: 30%;
  left: 31%;
  /*transform: translate(-50%, -50%);*/
  stroke: #9098A9;
  transition: stroke 0.2s ease;
}

.btn-circle-download svg#check {
  position: absolute;
  top: 30%;
  left: 20%;
  transform: scale(0);
  stroke: white;
  transition: scale(0);
}

.btn-circle-download:hover {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.089);
}

.btn-circle-download:hover #arrow path,
.btn-circle-download:hover #arrow polyline {
  stroke: #04293F;
}

.btn-circle-download.load {
  background: #d3d6dd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.089);
}

.btn-circle-download.load #arrow path,
.btn-circle-download.load #arrow polyline {
  stroke: #04293F;
}

.btn-circle-download.load #border {
  stroke: #04293F;
  stroke-dasharray: 144;
  stroke-dashoffset: 0;
}

.btn-circle-download.done {
  background: #04293F;
  animation: rubberBand 0.8s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.089);
}

.btn-circle-download.done:after {
  transition-delay: 0.7s;
}

.btn-circle-download.done #border,
.btn-circle-download.done #arrow {
  display: none;
}

.btn-circle-download.done #check {
  transform: scale(1);
  transition: all 0.2s ease;
  transition-delay: 0.2s;
}

@keyframes rubberBand {
  from {
    transform: scale(1, 1, 1);
  }
  30% {
    transform: scale3d(1.15, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.15, 1);
  }
  50% {
    transform: scale3d(1.1, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/** MEETING RECORDS PAGE */
.timeline {
  display: flex;
  flex-direction: column;
  width: 50vw;
  margin: 5% 5% 5% 33%;
}
.timeline__event {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  border-radius: 8px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  flex-direction: column;
}
.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #9251ac;
  letter-spacing: 1.5px;
}
.timeline__event__content {
  padding: 20px;
}
.timeline__event__date {
  color: #f6a4ec;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
}
.timeline__event__icon {
  border-radius: 8px 0 0 8px;
  background: #9251ac;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 10%;
  font-size: 2rem;
  color: #9251ac;
  padding: 20px;
}
.timeline__event__icon .serial-number {
  position: absolute;
  top: 50%;
  left: -77px;
  font-size: 2.5rem;
  transform: translateY(-50%);
}
.timeline__event__description {
  flex-basis: 90%;
}
.timeline__event:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #9251ac;
  position: absolute;
  top: 52%;
  left: -3.5rem;
  z-index: -1;
}
.timeline__event:before {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  background: #f6a4ec;
  border-radius: 100%;
  left: -6rem;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #9251ac;
}
.timeline__event--type2:before {
  background: #6aa9ce;
  border-color: #063e5f; /**#04293f    #555ac0*/
}
.timeline__event--type2:after {
  background: #063e5f;
}
.timeline__event--type2 .timeline__event__date {
  color: #6aa9ce;
}
.timeline__event--type2 .timeline__event__icon {
  background: #063e5f;
  color: #063e5f;
}
.timeline__event--type2 .timeline__event__title {
  color: #063e5f;
}
.timeline__event--type3:before {
  background: #aff1b6;
  border-color: #24b47e;
}
.timeline__event--type3:after {
  background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
  color: #aff1b6;
}
.timeline__event--type3 .timeline__event__icon {
  background: #24b47e;
  color: #24b47e;
}
.timeline__event--type3 .timeline__event__title {
  color: #24b47e;
}
.timeline__event:last-child:after {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
  }

  .timeline__event__icon {
    border-radius: 4px 4px 0 0;
  }
}


/** PROJECT DETAILS GANTT PAGE */

@media (max-width: 767px) {
  .body-wrapper {
    margin: 0px !important;
    width: auto !important;
  }
}

.body-wrapper {
  margin: 40px;
  font-family: poppins;
}

.gantt .bar-label {
  /*fill: #e9e9e9 !important;*/
  font-family: poppins !important;
  
}

.gantt .bar-label.big {
  fill: #636363 !important;
}

.gantt .bar-wrapper .bar {
  outline: none !important;
}

/** bar and bar progress of the different color */
/* initial state */
.gantt .bar-wrapper.blue .bar {
  /*fill: #A3D9B1 !important;*/
  fill: url(#stripedPattern) !important;
}
.gantt .bar-wrapper.blue .bar-progress {
  fill: #01BA69;
}
.gantt .bar-wrapper.green .bar {
  fill: #04293f7e !important;
}
.gantt .bar-wrapper.green .bar-progress {
  fill: #095988;
}
.gantt .bar-wrapper.green .bar-label.big {
  font-weight: 600 !important;
  /*font-size: medium !important;*/
  fill: var(--g-text-dark) !important;
}

.gantt .bar-wrapper.green .bar-group .bar-label {
  font-weight: 600 !important;
  /*font-size: medium !important;*/
  fill: var(--g-text-dark) !important;
}
.gantt .bar-wrapper.gray .bar {
  fill: url(#stripedPatternBlue) !important;
}
.gantt .bar-wrapper.gray .bar-progress {
  fill: #295E6E;
}
.gantt .arrow {
  stroke: #04293F !important;
}

/** custom popup  */
.gantt-container .popup-wrapper .title {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  color: #008f51 !important;

}

.gantt-container .popup-wrapper .subtitle {
  color: #04293f !important;

}


.gantt-container .popup-wrapper {
  width: 30% !important;

}
@media (max-width: 767px) {
  .gantt-container .popup-wrapper {
    width: auto !important;
  }
}


/** Botão subir ao topo*/
#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1001;
  padding: 10px 20px;
  background-color: #01ba69;
  color: #04293F;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#scrollToTopBtn:hover {
    background-color: #00e481;
}