body {
    color: black;
}

.div-funil {
    width: 95%;
    max-width: 400px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

main{
    overflow: auto;
    justify-content: center;
    display: block !important;
}

.titulo{
    font-size: 18px;
}

.descricao-titulo{
    font-size: 14px;
    font-weight: 400;
}

.button-47 {
    align-items: center;
    background: #FFFFFF;
    border: 0 solid #E2E8F0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    color: #1A202C;
    display: inline-flex;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    height: 56px;
    justify-content: space-between;
    line-height: 24px;
    overflow-wrap: break-word;
    padding: 24px;
    text-decoration: none;
    width: auto;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
}

.container-idades{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div-idades{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.resposta-container {
    margin: 20px auto;
    max-width: 600px;
    background: #fff;
    margin-bottom: 5rem;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.historico_respostas{
    margin: 20px auto;
    max-width: 600px;
    background: #fff;
    margin-bottom: 5rem;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
}

.categoria-titulo {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.range-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.range-item input[type="range"] {
    flex: 1;
}

.range-value {
    min-width: 25px;
    text-align: center;
    font-weight: bold;
}

.btn_responder{
    background-color: #0276FF;
    border-radius: 8px;
    border-style: none;
    box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: "Poppins",sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    padding: 10px 21px;
    text-align: center;
}


.range-item input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    outline: none;
    overflow: hidden; 
}

.range-item input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0;
    height: 0;
}

.range-item input[type="range"]::-moz-range-thumb {
    width: 0;
    height: 0;
}

.range-item input[type="range"].vermelho {
    background: linear-gradient(to right, #e74c3c 0%, #e74c3c var(--fill-percent), #e0e0e0 var(--fill-percent), #e0e0e0 100%);
}

.range-item input[type="range"].amarelo {
    background: linear-gradient(to right, #f1c40f 0%, #f1c40f var(--fill-percent), #e0e0e0 var(--fill-percent), #e0e0e0 100%);
}

.range-item input[type="range"].verde {
    background: linear-gradient(to right, #2ecc71 0%, #2ecc71 var(--fill-percent), #e0e0e0 var(--fill-percent), #e0e0e0 100%);
}

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