body {
    background: #f2f2f2;
}

/* CARD */
.cnops-card {
    width: 850px;
    height: 550px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}



/* HEADER */
.header {
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}

.logo {
    height: 70px;
}

/* BLUE */
.blue-bar {
    width: 100%;
    height: 180px;
    background: url('assets/shape.svg') no-repeat;
    background-size: cover;
    color: white;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.number-box {
    background: white;
    color: black;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: bold;
    width:273px;
}

/* CONTENT */
.content {
    padding: 20px;
    position: relative;
    z-index: 2;
}
.photo-box {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid #fff;
}

.input-box {
    background: #eee;
    border-radius: 25px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

/* PHOTO */
.photo-box {
    width: 120px;
    height: 120px;
    background: linear-gradient(#b3d9ff, #66bb6a);
    border-radius: 10px;
}


.print-card{
    width:8.8cm;
    height:5.5cm;
}

#printArea{
    display:none;
}