
#others,#divMotorized,#divVaccinationStatus,#divCompanyName,#divInfoSection {
    display: none;
}
.container {
    background-color: #f4f4f4;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 5px;
    margin: auto;
    max-width: 80% !important;
}

.title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #2e2e2e;
    margin-top: 50px;
    margin-bottom: 50px;
}
.divContent{
    text-align: center;
    font-size: 20px;
}

input[data-readonly] {
  pointer-events: none;
}