 body {
             font-family: 'Arial', sans-serif;
            background-image: url('../images/6240b66d5c50c8661eee78b439a7d33c.webp'); /* Fundo similar ao do WhatsApp */
            background-size: cover;
            background-repeat: no-repeat;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
          
             color: #333;
   
    
           
           
           
        }
.container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 400px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}
label {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
input[type="text"] {
    width: calc(100% - 22px);
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}
button,
#botao {
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}
button:hover,
#botao:hover {
    background-color: #218838;
}


.profile-container {
    display: flex;
    align-items: center;
    justify-content: start;
    opacity: 0;
    transition: opacity 2s, transform 2s;
}
.profile-container.show {
    opacity: 1;
    transform: translateX(0);
}
.profile-pic {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}
.profile-info {
    text-align: left;
}
.profile-info .phone-number {
    font-weight: bold;
}
.profile-info .location {
    color: #777;
}
.loading-bar-container {
    width: 100%;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.loading-bar {
    height: 10px;
    width: 0;
    background-color: green;
    border-radius: 4px;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza os itens horizontalmente dentro do container */
    width: 100%; /* Define a largura do container para ocupar toda a largura disponível */
}

.profile-container {
    width: 100%; /* Ajusta a largura do card de perfil */
    margin-bottom: 20px; /* Espaço entre o card de perfil e o botão */
}

.whatsapp-button {
    width: 100%; /* Largura do botão */
    height: 40px; /* Altura do botão */
   
}

.profile-container.show{
    font-family: 'Arial', sans-serif;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: start;
    transition: opacity 2s, transform 2s;
    width: 100%;
    margin-bottom: 20px;
    opacity: 1;
    transform: translateX(0);
}

.profile-container.show img{
    font-family: 'Arial', sans-serif;
    color: #333;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

.profile-info{
    font-family: 'Arial', sans-serif;
    color: #333;
    text-align: left;
}

.phone-number{
    font-family: 'Arial', sans-serif;
    color: #333;
    text-align: left;
    font-weight: bold;
}

.location{
    font-family: 'Arial', sans-serif;
    text-align: left;
    color: #777;
}
