.ticket-box {
    background: #f5c842;       
    border: 3px solid #000;    
    border-radius: 6px;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
}

.ticket-container {
    display: flex;
    justify-content: center;  
    flex-wrap: wrap;          
    gap: 5px;                  
    margin-top: 10px;
}


body.email {
    background-color: #f4f4f7;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container_email {
max-width: 580px;
margin: 20px auto;
background: #ffffff;
border-radius: 8px;
padding: 25px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.header_email {
    text-align: center;
    margin-bottom: 25px;
}

.logo {
    max-width: 160px;
}

h1 {
    text-align: center;
    color: #333;
}

.numbers-box {
    background: #f0f8ff;
    border-left: 4px solid #007bff;
    padding: 15px;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 15px;
    white-space: pre-wrap;
}

.footer_footer {
    font-size: 12px;
    text-align: center;
    color: #777;
    margin-top: 25px;
}