@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,600&display=swap');


::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 15px;
  box-shadow: inset 0 0 5px rgb(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
  border-radius: 15px;
  box-shadow: inset 0 0 5px rgb(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #8a8b8a;
  border-radius: 15px;

}

body {
  background-color: #ffffff;
  /* cursor: pointer; */
}

.navigation-list {
  overflow-y: scroll;
  height:80vh; /* Ajuste a altura conforme necessário */
  
}

:root {
  --body-color: #E4E9F7;
  --sidebar-color: #FFF;
  --primary-color: #00AA4B;
  --primary-color-active: rgb(3, 198, 88);
  --primart-color-light: #F6F5FF;
  --toggle-color: #DDD;
  --text-color: #454545;


  --tran-03: all 0.2s ease;
  --tran-03: all 0.3s ease;
  --tran-04: all 0.5s ease;
  --tran-05: all 0.6s ease;
}

.page .sidebar {
  height: 100vh;
  width: 300px;
  background-color: #d9d9d9;
  z-index: 999 !important;
  top: 0;
  left: 0;
  position: fixed;
}

.page .content {
  margin-left: 300px;
}

body.active .page .sidebar {
  left: -300px;
}

body.active .page .content {
  margin-left: 0;
  width: 100%;
}

.sidebar-header {
  padding: 10px 20px;
}

.sidebar-logo-container {
  background-color: rgb(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  padding-left: 3px;
}

.logo-container {
  max-width: 40px;
  background-color: rgb(255, 255, 255, 0.1);
  border-radius: 8px;
  margin: 8px;
  padding: 1px 1px;
}

.logo-sidebar {
  width: 100%;
  height: auto;
}

.brand-name-container {
  padding: 0px;
  margin: 10px 10px 0px 2px;
}

.brand-name {
  color: var(--text-color);
  margin: 0px;
  font-weight: 500;
  line-height: 1.1rem;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}


.brand-subname {
  font-weight: 300;
  font-size: 14px;
}

.navigation-list {
  list-style-type: none;
  padding: 0px 18px;
  margin-top: 30px;
}

.navigation-list-item {

  padding: 10px 18px 10px 18px;
  border-radius: 8px;
  margin: 15px 0px;
}

.navigation-list-item:hover {
  background: var(--primary-color-active);
  box-shadow: 0 0 0.4em rgb(255, 255, 255, 0.1);
  cursor: pointer;
}

.navigation-list-item.active {
  background: var(--primary-color);
  box-shadow: 0 0 0.4em rgb(255, 255, 255, 0.1);
}

.navigation-link {
  color: var(--text-color);
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}

.navigation-list-item:hover .navigation-link {
  color: var(--sidebar-color);
}

.navigation-list-item.active .navigation-link {
  color: #FFFFFF;
  font-weight: 500;
}

.navigation-link i {
  font-size: 20px;
}

.line {
  margin: 30px;
  color: var(--primary-color);
}

#navigationBar {
  background-color: white;
  height: 150px;
  display: flex;
  align-items: center;
}

.sidebarToggle {
  transform: rotate(180deg);
  position: absolute;
  right: -10px;
  background: #4285F4;
  color: var(--sidebar-color);
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;


}

.sidebarToggle.active {
  right: -40px;
  transform: rotate(360deg);

}

.nav-tabs .nav-link.active {
  background-color: #00AA4B !important;
  color: antiquewhite !important;

}

.nav-link:focus,
.nav-link:hover {
  color: #696969 !important;
}

.nav-link {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  color: #222222 !important;
}

.navigation-link:disabled {
  background-color: #222222;
}


@keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut2 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut3 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut4 {

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.spinner-grow:nth-of-type(1) {
  animation: fadeInOut 1s linear infinite;
}


.spinner-grow:nth-of-type(2) {
  animation: fadeInOut2 1s linear infinite;
}

.spinner-grow:nth-of-type(3) {
  animation: fadeInOut3 1s linear infinite;
}

.spinner-grow:nth-of-type(4) {
  animation: fadeInOut4 1s linear infinite;
}
.graficosDemografia
.meioDoughnutChart,
.pagePostagens,
.pageSentimentos,
.chartIntensity,
.chartSentimentos,
.chartVolume,
.chartAge {
  display: none;
}

.anychart-credits {
  display: none;
}

#zoom-img {
  transform: scale(1.0);
  transition: transform 0.5s ease;
}

.page-item {
  cursor: pointer;
  user-select: none;
}

#noticia .card {
  height: 230px;
  border-radius: 20px;
  overflow: hidden;

}

#noticia .negative::before {
  content: '';
  position: absolute;
  height: 80px;
  left: 15px;
  background: #ef0849;
  right: 0;
  border-radius: 0 0 0 158px;
  box-shadow: 0 5px 3px #00000069;
  transition: 0.5s;
}

#noticia .positive::before {
  content: '';
  position: absolute;
  height: 80px;
  left: 15px;
  background: #15d63f;
  right: 0;
  border-radius: 0 0 0 158px;
  box-shadow: 0 5px 3px #00000069;
  transition: 0.5s;
}

#noticia .neutral::before {
  content: '';
  position: absolute;
  height: 80px;
  left: 15px;
  background: #8f9bb2;
  right: 0;
  border-radius: 0 0 0 158px;
  box-shadow: 0 5px 3px #00000069;
  transition: 0.5s;
}
#noticia .sentimento {
  position: absolute;
  text-decoration: none;
  bottom: 20px;
  left: 30px;
  font-family: sans-serif;
  padding: 3px 6px;
  border-radius: 5px;
  font-size: 12px;
  border: none;
  color: #000;
  font-weight: 700;

}
#noticia .negative .tipoSentimento {
  position: absolute;
  font-family: sans-serif;
  margin-left: 5px;
  font-size: 12px;
  border: none;
  color: #c3063b;
  font-weight: 700;
}

#noticia .positive .tipoSentimento {
  position: absolute;
  font-family: sans-serif;
  margin-left: 5px;
  font-size: 12px;
  border: none;
  color: #15d63f;
  font-weight: 700;
}
#noticia .neutral .tipoSentimento {
  position: absolute;
  font-family: sans-serif;
  margin-left: 5px;
  font-size: 12px;
  border: none;
  color: #8f9bb2;
  font-weight: 700;
}

#noticia .card:hover .tipoSentimento {
  position: absolute;
  font-family: sans-serif;
  margin-left: 5px;
  font-size: 12px;
  border: none;
  color: #fffefe;
  font-weight: 700;
}

#noticia .card.card:hover::before {
  height: 100%;
  width: 100%;
  border-radius: 0 0 0 60px;
}

#noticia .card .text-end {
  position: absolute;
  right: 25px;
  top: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  font-family: sans-serif;
}

#noticia .card .text-start {
  position: absolute;
  left: 50px;
  top: 10px;
  font-size: 20px;
  color: #fff;
  font-family: sans-serif;
}

#noticia .card .paragraph {
  position: absolute;
  top: 70px;
  padding: 20px;
  text-align: justify;
  font-size: 14px;
  color: #000;
  font-family: sans-serif;
}

#noticia .card .title {
  position: absolute;
  top: 35px;
  left: 50px;
  padding: 0 20px 20px 0px;
  text-align: justify;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  font-family: sans-serif;
}

#noticia .card:hover .paragraph {
  color: white;
}

#noticia a {
  position: absolute;
  text-decoration: none;
  bottom: 20px;
  right: 50px;
  font-family: sans-serif;
  text-transform: uppercase;
  padding: 3px 6px;
  background: #c3063b;
  border-radius: 5px;
  font-size: 12px;
  border: none;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 2px 3px #00000069;
  ;

}

#noticia .positive a {
  background: #035e33;
}

#noticia .neutral a {
  background: #696969;
}

#noticia a:hover {
  background: #424342;
}

.page-item {
  cursor: pointer;
  user-select: none;
}


.active>.page-link,
.page-link.active {
  background-color: #00AA4B !important;
  color: #ffffff !important;
  border-color: #00AA4B !important;

}

.page-link {
  color: #00AA4B !important;
}

.form-check-input:checked[id="positive"] {
  background-color: #15d63f !important;
  border-color: #15d63f !important;
}


.form-check-input:not(:checked)[id="positive"] {
  background-color: #15d63f;
}

.form-check-input:checked[id="negative"] {
  background-color: #ef0849 !important;
  border-color: #ef0849 !important;
}


.form-check-input:not(:checked)[id="negative"] {
  background-color: #ef0849;
}

.form-check-input:checked[id="neutral"] {
  background-color: #8f9bb2 !important;
  border-color: #8f9bb2 !important;
}


.form-check-input:not(:checked)[id="neutral"] {
  background-color: #8f9bb2;
}

.navigation-tab a{
  text-decoration: none;
  color: #222222;
}

.navigation-tab .active{
  color: #00AA4B;
  font-weight: 600;
}
#navigationBar {
  background: #dcdcdc51;
}

.nav-link {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  color: #222222 !important;
  font-size: 14px!important;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 0.5px solid #7c7c7c63 !important;
}