* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  /* Standardized font size */
  line-height: 1.6;
}

h5 {
  font-size: 16px;
  /* Standardizing the font size of headings */
  text-align: left;
  /* Ensuring text is aligned like others */
  margin: 0;
  /* Removing extra margins */
  padding: 8px 0;
  /* Standardized padding for heading */
}

.accordion-header button {
  /* SESI-NOVO */
  font-size: 16px; /* so tinha esse no antigo */
  color: #1fa438;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 0px;
  margin: 0px;
  /* Standardizing the font size */
}

.accordion-body p {
  font-size: 16px;
  /* Standardizing paragraph font size */
}

.top-bar,
td,
th {
  border: 1px solid #a9a9a9;
  text-align: center;
  padding: 8px;
  font-size: 16px;
}

.titulo,
th {
  padding: 8px 4px;
}

/* Adjust the green line and other border styles */
hr,
.accordion-button::after {
  border-width: 1px;
  /* Make the line thinner */
}

.menubotao {
  display: flex;
  justify-content: space-between;
  /* Align select to the left and buttons to the right */
  align-items: center;
  width: 100%;
  /* Ensure the container spans the full width */
  margin-top: 10px;
  /* Add margin for spacing */
}

.Xls {
  /* SESI-NOVO */
  display: flex;
  justify-content: flex-end;
  /* Alinha os botões à direita */
  gap: 10px;
  /* Espaçamento entre os botões */
}

/* Ensure buttons are smaller with proper alignment */
.btndown {
  padding: 8px 9px;
  /* Reduce padding */
  border: 2px solid #1fa438;
  /* Reduce border size */
  border-radius: 6px;
  /* Optional: Slightly rounded corners */
  background-color: transparent;
  /* Transparent background */
  color: #1fa438;
  /* Button text color */
  text-align: center;
  display: inline-block;
  /* Inline-block to keep them on the same line */
  margin: 0 5px;
  /* Add small margin between buttons */
  text-decoration: none;
  /* Remove underline */
  font-size: 14px;
  /* Smaller font size */
  font-weight: normal;
  /* Keep text weight normal */
}

.btndown:hover {
  background-color: #1fa438;
  /* Change background on hover */
  color: #ffffff;
  /* Text color on hover */
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important; /* Remove a cor de fundo */
  box-shadow: none !important; /* Remove qualquer sombra */
  color: #1fa438; /* Mantém a cor do texto */
}

span {
  color: black;
  font-size: 16px;
}

h6 {
  font-size: 16px;
  padding: 0;
  margin: 0;
}

hr {
  padding: 0;
  margin-top: 0;
}

/* Fix the specific styling for "Receita de Contribuição Compulsória Geral" */
.accordion-item h5 {
  font-size: 16px;
  /* Standardize font size */
  margin: 0;
  /* Remove extra margins */
  padding: 8px 0;
  /* Standard padding */
  text-align: left;
  /* Align text with others */
}

#metodologia span {
  padding: 5px;
  font-weight: bold;
  color: white;
  border-radius: 3px;
  background-color: #777777;
  margin-left: 4px;
}

i {
  font-weight: bold;
  font-size: 12px;
  margin: 5px;
}

.accordion-item {
  border: none;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: transparent;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 20px;
  color: #1fa438;
  transition: border-bottom 0.3s ease;
}

.accordion-button {
  background: transparent;
  border: none;
  color: inherit;
  text-align: left;
  flex: 1;
  padding: 0;
  margin: 0;
}

.accordion-header.active {
  border-bottom: 2px solid #1fa438;
  /* Green color */
}

.accordion-header:hover {
  border-bottom: 2px solid #1fa438;
  /* Keep the green color on hover */
}

.accordion-button:focus {
  box-shadow: none;
  /* Remover bordas de foco */
}

.accordion-button.collapsed {
  color: #1fa438;
  /* Garante que o texto permanece verde mesmo quando colapsado */
}

.accordion-button::after {
  content: none;
  /* Remove qualquer conteúdo da seta padrão */
}

.small-arrow {
  width: 25px;
  height: 25px;
  transition: transform 0.3s ease;
  margin-left: auto;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.small-arrow.rotate {
  transform: rotate(180deg);
  /* Gira a seta quando o conteúdo está expandido */
}

.accordion-header {
  border-bottom: 1.9px solid #1fa438;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.accordion-header:hover {
  border-bottom: 2px solid #1fa438;
  /* Adjust for hover eff
        ect, if needed */
}

.square {
  width: 100px;
  height: 100px;
  background-color: #ff0000;
  transition: all 0.75s 0.25s;
}

.toggle-up {
  transform: rotate(180deg);
}

.toggle-down {
  transform: rotate(0);
}
