/*div.contentBoxContent:before { content: "Please use unique email address for each ID card application/person."; display: inline-block; font-weight: bold; color: red; font-size: 100%; text-align: center; } div#photoUploadWrapper.photoUploadWrapper:after{ content:"Please upload a passport style photo!"; color:#40b8b8; }
div.contentBox.personalDataOverview:after { white-space: pre-wrap; content: "\AYou are one step away from saving thousands with your ISIC/ IYTC/ ITIC card. Do not miss out & get your card, now!"; left:0px; font:100% Roboto, sans-serif; font-weight: bold; color: #FF0000; }

/*To hide gender section*/ 
/*div.btn-group.btn-gender-group { visibility: hidden; }
label[for=personalData_gender]{ visibility: hidden; }
.btn-gender { background-color: #ffffff; }
.btn-gender:hover { background-color: #ebebeb; }*/

/*DEAKTIVACE FORMULÁŘE*/
/*
div.contentWrapper:after {
    content: "This form is no longer active. Please use our new page https://shop.om.mystudentcard.org/ to place an order.";
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #00BBAE, #007F7A);
    padding: 2rem;
    display: block;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-top: 1rem;
}

.formControl {
display: none;
}

div.contentBox{
display: none;
}

.languageBox{
display: none;
}

.cardSelection {
display: none;
}

.contentBox.cardSelection {
display: none;
}
*/