/* css/styles.css */

/* Modern typography */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif !important;
    background-color: #f8f9fa;
    color: #2d3436;
}

.user-thumb{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100px;
    object-position: top;
}


/* Card */
.region{
    color: #daf8ff;
    position: absolute;
    top: 29px;
    font-size: 18px;
    font-weight: 300;
    left: 77px;
}

.region span{
    color: #1c1c1c;
    position: absolute;
    top: -0.5px;
    left: -0.5px;
}

.region div{
    position: relative;
    z-index: 1;
    text-shadow: 0.5px 0.5px 0px #1c1c1c;
}

.front-card{
    display:table;
    margin:auto;
    position:relative;
}

.back-card{
    display:table;
    margin:auto;
    position:relative;
    margin-top:15px;
}

.front-side, .back-side{
    width:450px;
    border-radius:15px;
}

.id-img{
    max-width: 92px;
    position: absolute;
    top: 82px;
    left: 25px;
    background: #eff8f7;
    width: 100%;
    text-align: center;
}

.id-img img{
    height: 107px;
    width: 85px;
    object-fit: cover;
    object-position: top;
}

.id-sign{
    width: 80px;
    position: absolute;
    top: 200px;
    left: 34px;
}

.id-sign img{
    width:100%;
    background:#fff;
    mix-blend-mode: multiply;
}

.id-qr{
    width: 70px;
    position: absolute;
    top: 8px;
    right: 9px;
}

.id-qr img{
    width: 100%;
    mix-blend-mode: initial;
}

.front-data{
    position: absolute;
    top: 85px;
    left: 133px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 59%;
    font-size: 12px;
}

.front-data li{
    display:flex;
    gap: 0 5px;
}

.front-data li.address{
    min-height: 36px;
    margin-bottom: 14px;
    font-size: 10px;
}

.front-data li:nth-child(6),
.front-data li:nth-child(8){
    left: 46%;
    margin-top: -18px;
}

.front-data li:nth-child(6){
    position: absolute;
}

.front-data li:nth-child(7){
    margin-top: 7px;
    gap: 20px;
}

.front-data li:nth-child(8){
    position: absolute;
}

.category{
    width: 80%;
    font-size: 85%;
    margin: auto;
    margin-top: 5px;
}

.back-data{
    position: absolute;
    top: 15px;
    left: 53px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 69%;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.back-data .address-2{
    display: flex;
    font-size: 10px;
}

.back-data .address-2 span{
    text-decoration: underline;
    flex-shrink: 0;
    font-size: 14px;
    margin-top: -3px;
    margin-right: 9px;
}

.back-data .address{
    display:inline-block;
}

.back-data li:nth-child(2),
.back-data li:nth-child(3){
    font-size: 14px;
    font-weight: 700;
}

.back-data li:nth-child(2) span,
.back-data li:nth-child(3) span{
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 134px;
}

.back-line-1 span:first-child,
.back-line-2 span:first-child{
    width: 75px;
    flex-shrink: 0;
}

.back-line-1,
.back-line-2{
    display:flex;
}

.printed-on{
    font-size: 8px;
    position: absolute;
    bottom: 26px;
    right: 59px;
    font-weight: 700;
}

.property{
    font-size: 8px;
    position: absolute;
    bottom: 83px;
    right: 59px;
    font-weight: 700;
    text-align: center;
    left: 59px;
    line-height: 120%;
}

.issuing-auth img{
    width: 100%;
}

.issuing-auth{
    font-size: 8px;
    position: absolute;
    bottom: 35px;
    right: 66px;
    font-weight: 700;
    width: 70px;
    text-align: center;
    line-height: 120%;
}

.driving-licence{
    font-size: 8px;
    position: absolute;
    bottom: 133px;
    right: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.driving-licence span{
    text-transform:normal;
    display:block;
}

.driving-licence-front{
    font-size: 8px;
    position: absolute;
    top: 50px;
    left: 15px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.vehicle{
    position: absolute;
    top: -26px;
    font-size: 14px;
    left: -100px;
    right: -20px;
    text-align: center;
    color: #b6e8f3;
    display: block !important;
    gap: 0;
}

.expires{
    position: absolute;
    right: -3px;
    top: -3px;
    font-size: 10px;
    width: 110px;
    color: #fbd3d6;
    gap: 0 !important;
    justify-content: space-between;
}

.citizen{
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}

.dl-no{
    position: absolute;
    bottom: -53px;
    font-size: 14px;
    left: -100px;
    right: -20px;
    text-align: center;
    color: #b6e8f3;
}

.line-tighten{
    word-spacing: -1px;
    letter-spacing: -0.3px;
    font-size: 15px;
}

.line-tighten span{
    font-size: 16px;
}

.random-finger{
    position: absolute;
    width: 36px;
    transform: rotate(90deg);
    top: 98px;
    left: 58px;
    mix-blend-mode: multiply;
}

.random-finger img{
    max-width: 100%;
}

.back-content{
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0;
}

.back-content h2{
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #373737;
}

.back-content ol{
    font-size: 11px;
    width: 282px;
    margin-left: auto;
    margin-top: -8px;
    line-height: 104%;
    font-weight: 500;
    padding-right: 20px;
}

.verified-site{
    position: absolute;
    font-size: 10px;
    font-weight: 500;
    right: 23px;
    bottom: 53px;
    line-height: 120%;
}

.screen-only{
    display: block !important;
}

.print-only{
    display: none !important;
    border-radius: 0 !important;
}