@page {
    margin: 0
}

@font-face {
    font-family: kruti dev;
    src: url('../font/Krutidev.ttf') format("truetype");
}

body {
    margin: 0;
    background: #e0e0e0;
    font-family: 'Ubuntu', sans-serif;
    ;
}

h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0px;
}

h4 {
    font-size: 15px;
}

img {
    width: 100%;
}

p {
    margin: 0;
}

/* brand-logo */
.sheet {
    margin: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    page-break-after: always;
    background: white;
    margin: 5mm auto;
    width:200px;
}

body.id-card .sheet {
    width: 2.2in;
}

.boi-front {
    border: 5px solid #fcb910;
    padding: 5px;
    height: 3.2in;
}

.brand-logo {
    display: flex;
    justify-content: space-between;
}

.brand-logo img {
    width: 50px;
}

.img-wrap {
    border: 2px solid #000000;
    margin: 0 auto;
    width: 75px;
    height: 78px;
margin: 3px auto 3px;
overflow: hidden;
    border-radius: 5px;
}

.content {
    text-align: left;
}

.content p {
   font-size: 10px;
   margin-bottom: 0px;
}

.content h2 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
}

.content h4 {
    font-size: 12px;
    font-weight: 100;
}

.sign {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.sign1{
     display: flex;
    justify-content: space-between;
     margin-top: 0;
     flex-direction: column;
}

.sign p {
    font-size: 10px;
    border-top: 1px solid #000;
}
.sign1 p{font-size:10px;}
.text p {
    margin-bottom: 0;
}

/* =back css     */
.red {
    background: #ff0000;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    padding: 3px 36px;
    margin: 3px 0;
    line-height: 14px;
}

.text {
    padding: 0 3px;
    margin-top: 40px;
    text-align: left;
}

.text h4 {
    font-size: 11px;
    margin-bottom: 0;
}

.text h5 {
    font-size: 10px;
    margin-bottom: 3px;
}

.text h1 {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
    color: #040e58;
}

.text p {
    font-size: 9.2px;
    text-align: center;
}

.text p span {
    font-weight: 600;
}


.listing ul {
    display: inline-block;
    list-style: none;
    margin-left: -13px;
    margin-bottom: 0;
 
}

.listing ul>li {
    clear: left;
    font-size: 8px;
    font-weight:500;
}

.listing ul>li:before {
    content: "";
    height: 15px;
    width: 19px;
    display: block;
    float: left;
    margin-left: -1.5rem;
}

.listing ul>li:before {
    background-size: cover;
    background-position: center;
    padding: .15rem;
}

.stamp {
    position: absolute;
    top: 2rem;
    /* right: 8rem; */
    left: 22px;
}

.stamp img {
    width: 45px
}
.profileimg{
    object-fit: contain;
}
