
body{
    background-image: linear-gradient(to right top, #ec8236, #f29834, #f5ae34, #f6c439, #f4da43);
    background-color: #f6c439;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    overflow: hidden;
    font-family: 'Inclusive Sans', sans-serif!important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-tap-highlight-color: transparent!important; /* transparent with keyword */
    -webkit-tap-highlight-color: rgba(0,0,0,0)!important; /* transparent with rgba */
    -webkit-tap-highlight-color: hsla(0,0,0,0)!important; /* transparent with hsla */
    -webkit-tap-highlight-color: #00000000!important; /* transparent with hex with alpha */
    -webkit-tap-highlight-color: #0000!important; /* transparent with short hex with alpha */
}



#header{
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: linear-gradient(0deg, rgba(244,218,67,0) 0%, rgb(245 206 62) 46%, rgb(244 210 63) 100%);
    z-index: 2;
    transition: 0.3s ease;  
}



#logo{
    align-items: center;
    margin: auto;
    padding: 10px;
    margin-top: 5px;
    cursor: pointer;
}

#logo img{
    width: 120px;
}

#logo{
    margin-top: 10px;
    padding-bottom: 0;
}

#wrap {
    width: 85vh;
    overflow: hidden; /* Impede que o conteúdo extrapole a altura máxima */
    z-index: 1;
    height: calc(100vh - 60px);
}


.conversational-form {
    font-family: 'Inclusive Sans', sans-serif!important;
}

#form {
    height: 0px;
    overflow: hidden;
}


.conversational-form{
    background: transparent!important;
}

#cf-context{
  height: 92%;
}



.inputWrapper{
    display: none;
}

.conversational-form:before {
    background: transparent!important;
}

cf-input {
    background: transparent!important;
}


cf-chat-response text>p {
    background: #ffffff54!important;
    color: rgb(40, 40, 40)!important;
}

cf-radio-button.cf-button cf-radio {
    display: none!important;
}

cf-list-button:nth-child(2):before, cf-list-button:nth-child(1):before  {
    background: transparent!important;
}

.cf-button, .cf-button:hover, .cf-button:active {
    border-radius: 50px!important;
    background: #ffffff!important;
    color: #000!important;
    font-weight: bold;
    -webkit-box-shadow: 10px 10px 14px 1px rgba(00,00,00,0.2);
    box-shadow: 5px 5px 12px -3px rgb(0 0 0 / 9%);
    cursor: pointer;
    border: none!important;
    padding: 4px;
}

.conversational-form .conversational-form-inner {
    bottom: -44px!important;
}


footer{
    position: fixed;
    bottom: 0;
    text-decoration: none;
    font-family: 'Inclusive Sans', sans-serif;
    width: 100%;
    text-align: center;
    background-color: #bbbbbb3b;
    z-index: 2;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding-bottom: 15px;
}


footer p{
    margin: 8px;
}

footer a{
    color: #000;
    text-decoration: none;
}

#wrapResult{
    width: 65vh;
    z-index: 1;
    margin-top: 85px;
    margin-bottom: 85px;
}

.card{
    background-color: #ffffff4a;
    min-height: 300px;
    border-radius: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 40px 40px;
    margin-bottom: 25px;

}

.emoji{
    font-size: 24px;
 
}

.titulo_jogo{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}

.descricao_jogo, .respostaStats{
    color: #282828;
}

.card_conteudo{
    padding-top: 0;
}

.stats{
    margin-top: 20px;
    line-height: 30px;
}
.linkComprarBotao, .linkGameplay{
    text-decoration: none;
    color: #000;
    margin-right: 8px;
}

.botoesJogo{
    margin-top: 20px;
    display: inline-flex;
    font-size: 14px;
}

.comprarBotao{
    width: fit-content;
    background-color: #ffffff9c;
    padding: 15px 25px;
    font-size: 16px;
    border-radius: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-weight: bold;
}

.gameplayBotao{
    width: fit-content;
    background-color: #fff5c6d1;
    padding: 15px 25px;
    font-size: 16px;
    border-radius: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-weight: bold;
}


.mecanicas{
    margin-top: 15px;
    font-style: italic;
    font-size: 15px;
    color: #505050;
}

#btnComecarDeNovo{
    margin: auto;
    width: 170px;
    background-color: #ffffff;
    padding: 17px;
    border-radius: 60px;
    margin-top: 70px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 50px;
    font-weight: bold;
    z-index: 999;
    text-align: center;
    margin-bottom: 13px;
}

#btnComecarDeNovo:hover{
    background-color: #e5e5e5;

}

#intro-resultado{
    margin-top: 50px;
    margin-bottom: 28px;
    text-align: center;
}

#backbtn{
    z-index: 99;
    position: fixed;
    left: 22px;
    top: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 50px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    cursor: pointer;
    opacity: 0;
}



@media screen and (max-width: 900px) {
    #wrapResult{
        width: 100vh;
    }
}


@media screen and (max-width: 500px) {
    #wrapResult{
        width: 44vh;
    }
    .botoesJogo {
        display: block;
    }
}

@media screen and (max-width: 300px) {
    #wrapResult{
        width: 40vh;
    }
}


/*
.cf-chat-response{
    max-width: 97%;
}
















*/

/*
@media (max-width: 300px){
    .card{
        width: 100%!important;
    }

    .conversational-form {
        font-size: 45px!important;
        line-height: 60px!important;
    }

    cf-chat-response {
        padding-left: 84.71429px!important;
    }

    cf-chat-response thumb {
        width: 72.68254px!important;
        height: 72.68254px!important;
    }

    .cf-button:not(:last-child) {
        margin-right: 24px!important;
    }

    .cf-button {
        font-size: 45px!important;
    }

    cf-chat-response.user {
        padding-right: 79.71429px!important;
    }

}
*/

