
.Simulador{
    display: flex;
    flex-direction: column;
    margin: 100px 0px;
}

.FotoPerfil{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: red;
    align-self: center;
}

.NomeUsuario{
    align-self: center;
    font-size: 15px;
}

.Pontos{
    width: 90%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    background-color: #ef871757;
}

.TextoUsuario{
    font-weight: 500;
    align-self: center;
    font-size: 15px;
}

.Conversor{
    width: 90%;
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

button{
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    background-color: #ef8717;
    color: #fff;
}

input{
    padding: 10px 20px;
    border-radius: 5px;
}


.Notificacao {
    top: 20px;
    position: fixed; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 90%; 
    height: 80px; 
    background: rgba(230, 230, 230, 0.5); 
    backdrop-filter: blur(10px); 
    border-radius: 30px; 
    color: #000; 
    display: flex; 
    align-items: center; 
    justify-content: flex-start; 
    z-index: 30; 
    padding: 5px 15px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    font-size: 14px;
}


.Sucesso{
    z-index: 20;
    position: absolute;
    width: 100%; 
    height: 100%; 
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 13px;
}
