body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f0f2f5;
}

.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}

.step {
background-color: #fff;
padding: 20px;
border-radius: 2rem;
margin-bottom: 20px;
}

h2 {
margin-top: 0;
}

.preview {
text-align: center;
margin-bottom: 20px;
}

.placa-preview {
display: inline-block;
background-image: url(../Images/plaquinha.png);
background-position: 25px;
background-repeat: no-repeat;
width: 190px;
height: 120px;
padding-left: 50px;
padding-top: 20px;
margin: auto;
}

.tarja {
font-family: Arial;
font-size: 3mm;
font-weight: 700;
display: flex;
justify-content: space-between;
background-color: var(--corTarja);
color: var(--corTitulo);
height: 8mm;
line-height: 10mm;
padding-left: 1mm;
padding-right: 1mm;
border-top-left-radius: 2mm;
border-top-right-radius: 2mm;
}

.tarja img {
height: 3.6742mm;
padding-top: 2.5mm;
width: 5.8285mm;
}

.placa {
font-family: 'GL-Nummernschild-Eng', sans-serif;
font-size: 5.5mm;
background-color: var(--corPlaca);
color: var(--corTexto);
text-align: center;
display: flex;
justify-content: center;
align-items: center;
padding-top: 1mm;
padding-right: 2mm;
padding-left: 2mm;
line-height: 1.3rem;
border-bottom-left-radius: 2mm;
border-bottom-right-radius: 2mm;
min-height: 15mm;
}

.customization {
margin-bottom: 20px;
}

.customization div {
margin-bottom: 10px;
}

.form-group {
margin-bottom: 15px;
}

.form-group label {
display: block;
margin-bottom: 5px;
}

.form-group input,
.form-group select {
width: 100%;
padding-top: 8px;
padding-bottom: 8px;
border: 1px solid #ccc;
border-radius: 4px;
}

.step-navigation {
margin-top: 20px;
}

.step-navigation button {
margin-right: 10px;
}

#resumo {
margin-bottom: 20px;
}

#verso-inputs {
margin-top: 20px;
}

.placa-texto, .placa-texto-verso {
transition: font-size 0.3s ease;
}

.placa-texto-small-font, .placa-texto-verso-small-font {
font-size: 0.8em;
}

/* Estilos para o popup */
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
}

.popup {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.popup-message {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
