#visualizerContent {
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
    overflow-y: auto;
    align-content: flex-start;
    flex: 3 1 auto;
}

.credential {
    width: 460px;
    height: 255px;
    padding: 5px;
    margin: 5px;

    border: 2px solid #005;
    border-radius: 20px;
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
    background-color: #3498DB;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    color: white;
}

.type {
    margin-top: 30px;
    margin-left: 10px;
    font-size: 1.5rem;
    font-weight: 900;
    font-family: 'Lato Bold', Helvetica, Arial, sans-serif;
    color: white;
}

.description {
    margin-left: 10px;
    margin-top: 40px;
}

.valid, .name, .birthdate {
    margin-top: 5px;
    margin-left: 10px;
    font-size: medium;
    white-space: nowrap;
}

/* PDA1 */

.pda1 {   
    background-image: url(/images/pda1-background.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex: none;
}


/* EHIC */

.ehic {
    background-image: url(/images/ehic-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex: none;
}


/* QR */

.qr {
    border-radius: 10px;
    width: 100px;
}

.qr-container {
    margin-top: 100px;
    border-style: solid;
    border-width: 1px;
    border-color: #d3e3b4;
}
.qr-container:hover img {
    transform: scale(2);
    z-index:5;}

.qr-link {
    color: black;
    align-self: center;
}

.qr-col {
    margin-left: 45px;
}

.full-size-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}