/*DEAKTIVACE FORMULÁŘE */

div.contentWrapper:after {
    content: "This online ordering form is not active anymore. Please use this website to order your card: https://buy.isic.co.in/";
    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;
}