.descricao-progresso {
    font-size: 1rem;
    font-weight: 500;
    width: 120px;
    height: 90px;
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.descricao-progresso:hover {
    background-color: #155e39;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.concluido{
    background-color: #00804080;
    border-bottom: 3px solid #006432;
}

.fazer{
    background-color: #008040;
    border-bottom: 3px solid #006432;
}

.container_progresso{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 5rem;
}

main{
    display: block !important;
    overflow: auto;
    scrollbar-width: none;
    width: 90%;
    margin: auto;
}

.div-progresso-nav{
    margin-left: 1rem;
}

.div_cards_dados{
    display: flex;
    gap: 1rem;
    width: 100%;
}

.div_titulo_dados{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

h2 {
    margin-bottom: 5px;
}

.subtitulo {
    margin-top: 0;
    color: #666;
    font-size: 16px;
}

.grafico-container {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    position: relative;
  }
  
  .grafico-container canvas {
    width: 100% !important;
    height: 100% !important;
  }
  

canvas {
    width: 100% !important;
    height: auto !important;
}

.texto_titulo{
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

.descricao_titulo{
    font-size: 16px;
    font-weight: 400;
    color: #080808;
    margin: 0;
}

.cards{
    background-color: #ffffff;
    padding: 0.8rem;
    gap: 1rem;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    align-items: center;
    display: flex;
    color: black;
}

.cards_grafico{
    background-color: #ffffff;
    padding: 0.8rem;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    display: flex;
    color: black;
}

.titulo_cards{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.select_periodo{
    background-color: #f5f5f5;
    color: #242424;
    padding: .15rem .5rem;
    min-height: 40px;
    border-radius: 10px;
    outline: none;
    border: none;
    line-height: 1.15;
    box-shadow: 0px 10px 20px -18px;
    box-sizing: border-box;
    font-family: 'Poppins';
}

.icone_completadas{
    background-color: #DCFCE7;
    color: #16A34A;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
}

.icone_fogo{
    background-color: #fce8dc;
    color: #16A34A;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
}

.icone_tempo{
    background-color: #DBEAFE;
    color: #2765EB;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
}

.texto_valor_dados{
    margin: 0;
    font-weight: 600;
}

.texto_titulo_graficos{
    margin: 0;
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 640px){
    .div_cards_dados{
        flex-direction: column;
    }

    .div_titulo_dados{
        flex-direction: column;
        align-items: start;
        gap: 0.5rem;
    }
}

.barra-fogo {
    display: flex;
    gap: 6px;
    margin-top: 10px;
}

.barra-fogo .dia {
    width: 20px;
    height: 20px;
    background-color: #eee;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.barra-fogo .ativo {
    background-color: #ff7f00; /* cor do fogo */
    box-shadow: 0 0 5px #ff7f00;
}

.calendario-dias {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    margin-top: 10px;
}

.calendario-dias .dia {
    width: 35px;
    height: 35px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 12px;
}

.calendario-dias .ativo {
    background-color: #00C37A;
    color: white;
    font-weight: bold;
}

.barra-consistencia-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    margin-top: 10px;
    text-align: center;
}

.coluna-dia {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #666;
}

.coluna-dia .box-dia {
    width: 20px;
    height: 20px;
    background-color: #eee;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.coluna-dia .ativo {
    background-color: #ff7f00;
    box-shadow: 0 0 5px #ff7f00;
}

.trilhas-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 15px;
  width: 100%;
}

.trilha-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trilha-icon {
  font-size: 20px;
  color: #00C37A;
  width: 25px;
  text-align: center;
}

.trilha-info {
  flex: 1;
}

.trilha-nome {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.trilha-barra {
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}

.trilha-barra-progresso {
  height: 100%;
  background-color: #00C37A;
  transition: width 0.5s;
}

.emocoes-semana {
  display: flex;
  justify-content: space-around;
  font-size: 26px;
  margin-top: 10px;
  padding: 8px 0;
  background-color: #f8f8f8;
  border-radius: 8px;
}

.conquistas .cards {
  border: 2px dashed #ccc;
  background-color: #f9f9f9;
  transition: 0.3s;
}

.conquistas .cards:hover {
  border-color: #00C37A;
  background-color: #e9fff3;
}

.sequencia-dias {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dia-sequencia {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #ccc;
}

.dia-sequencia .bolinha {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2d2f36;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  color: white;
  font-size: 16px;
}

.dia-sequencia.ativo-blue .bolinha {
  background-color: #00b2ff;
}

.dia-sequencia.ativo-orange .bolinha {
  background-color: #f4a300;
}