  body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    text-align: center;
    margin: 0;
    padding: 0;

    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.container {
    width: 90%;
    max-width: 600px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); 
    margin: 0 auto; /* Centraliza horizontalmente */
    position: relative;
    top: 0;
    height: 70vh;
}

input[name="usuario"],
.mensagem {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
    margin: 20px auto;
}

.stars {
    display: flex;
    justify-content: center;
    gap: 10px; 
    cursor: pointer;
    margin: 20px 0; 
}

.mensagem {
    height: 100px;
    resize: none;
}


h2 {
    margin-bottom: 20px;
}

input[name="usuario"] {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .container {
        width: 90%;
    }
}


        .avatar-upload {
            display: flex;
            align-items: center;
            gap: 20px;
            justify-content: center;
            position: relative;
        }

        .avatar-preview {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: #ddd;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            color: #666;
            overflow: hidden;
            cursor: pointer;
            border: 2px solid #007BFF;
        }

        .avatar-preview img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

     
        .star {
            font-size: 30px;
            color: #ccc;
            transition: color 0.3s;
        }

        .star.selected {
            color: gold;
        }

        .date {
            margin-top: 10px;
            font-size: 14px;
            color: gray;
        }

        .divider {
            margin-top: 20px;
            border-bottom: 2px solid #ddd;
        }

        .submit-btn {
            background: #28a745;
            color: white;
            border: none;
            padding: 10px 15px;
            border-radius: 5px;
            cursor: pointer;
            margin-top: 20px;
        }

        .submit-btn:hover {
            background: #218838;
        }

      /*  .mensagem {
            width: 100%;
            height: 80px;
            border: 1px solid #ccc;
            border-radius: 5px;
            padding: 10px;
            margin-top: 10px;
            font-size: 16px;
            resize: none;
        } */


    
        #imgUpload {
            display: none;
        }


   @media (max-width: 384px), (max-width: 380px), (max-width: 320px) {
    .container {
        width: calc(100% - 20px); 
        padding: 15px;
         height: 75vh;
    }

    input[name="usuario"],
    .mensagem {
        width: calc(100% - 20px); 
        font-size: 14px;
        padding: 8px;
    }

    .stars {
        gap: 10px; 
    }

 .stars {
    -webkit-tap-highlight-color: transparent; 
    outline: none; 
    user-select: none; 
    touch-action: manipulation; 
}

.avatar-preview {
    -webkit-tap-highlight-color: transparent;
}


}

.voltar{

     text-decoration: none;
     text-decoration: none;
     color: black;
     cursor: pointer;
     margin-top: 40px;
}
