body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 20px;
    background-color: #f9f9f9;
}

h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.description {
    font-size: 12px;
    color: #333;
    margin: 15px auto;
    max-width: 1000px; /* Increase this to stretch further */
    line-height: 1.6;
    text-align: justify; /* Align text for readability */
    padding: 10px;
}

}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.id-card {
    width: 650px;
    padding: 20px;
    border: 2px solid black;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    text-align: left;
}

.top-multilingual-text,
.bottom-multilingual-text {
    font-size: 10px;
    text-align: center;
    margin: 5px 0;
}

.title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
}

.globe-icon {
    font-size: 18px;
    margin: 0 5px;
}

.id-card-header {
    display: flex;
    gap: 20px;
}

.photo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
}

.photo {
    width: 140px;
    height: 180px;
    border: 2px solid black;
    border-radius: 8px;
    background-color: #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
}

#webcam {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expiration {
    text-align: center;
}

.expiration label {
    font-size: 10px;
    color: #333;
}

.expiration-box {
    width: 100px;
    padding: 5px;
    background-color: #4CAF50;
    color: white;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 5px;
}

.info-section {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

label {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.small-text {
    font-size: 10px;
    color: #666;
    margin-top: 2px;
    margin-bottom: 10px;
}

input[type="text"],
input[type="date"],
input[type="email"] {
    width: 100%;
    padding: 8px;
    background-color: #e5e5e5;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 4px;
    text-transform: none;
}

.two-column {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

p {
    font-size: 10px;
    color: #555;
    margin: 5px 0;
}

.email-section {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

#sendButton {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.capture-btn {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
