* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    background: #eee;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px
}

.card {
    width: 692px;
    height: 983px;
    margin: auto;
    background: #fff;
    border: 12px solid #000
}

.header {
    text-align: center;
    padding: 15px;
}

.header h1 {
    font-size: 48px;
    font-weight: 900;
    display: inline-block;
    border-bottom: 6px solid #000;
    white-space: nowrap;
    line-height: 1;
    margin: 0;
}

.header p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px
}

.header h3 {
    margin-top: 6px;
    font-size: 20px
}

.media-banner {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100px;
    background: #d41010;
    color: #fff;
    font-size: 80px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 8px;
}

.content {
    position: relative;
    z-index: 1;
}

.watermark {
    width: 650px;
    height: 650px;
    margin: -65px auto 0;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.watermark-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    transform: translate(-50%, -50%);
    opacity: 0.08;
    z-index: 0;
    pointer-events: none;
}

.tag,
.type,
.id,
.photo-frame,
.name,
#qrcode {
    position: relative;
    z-index: 1;
}

.tag {
    position: relative;
    width: 420px;
    margin: 70px auto 0;
    background: #000;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    border-radius: 50px;
    padding: 12px 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.type {
    position: relative;
    margin: 8px auto 0;
    font-size: 34px;
    font-weight: 700;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.id {
    position: relative;
    font-size: 32px;
    font-weight: 800;
    margin-top: 7px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-frame {
    position: relative;
    width: 180px;
    height: 210px;
    margin: 8px auto;
    border: 1px solid #000;
    z-index: 2;
}

.photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stamp {
    position: absolute;
    width: 90px;
    right: -35px;
    top: 145px;
    z-index: 10;
}

.stamp img {
    width: 100%;
    height: auto;
}

.name {
    position: relative;
    font-size: 34px;
    font-weight: 800;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

#qrcode {
    position: relative;
    width: 95px;
    display: block;
    margin: 8px auto 0;
    z-index: 2;
}


.valid {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
}



.footer {
    position: relative;
    text-align: center
}

.partner {
    background: #c51414;
    color: #fff;
    font-size: 20px;
    padding: 4px;
    margin: 0 40px
}
.footer p {
    font-size: 12px;
    padding: 12px 20px;
    text-align: justify;
}

#downloadBtn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    padding: 10px 20px;
    cursor: pointer;
}



/* <!-- https://platform.bria.ai/dashboard 3348a55b55f4419d9eef8e89bcdd7536 --> */