.preview-img {
    display: none;
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 10px;
}

.identification_card {
    cursor: pointer;
    transition: 0.3s;
}

.identification_card:hover {
    transform: scale(1.03);
}
