h1{
    color: red;
}

.A9Id_main_container{
    border: 2px solid black;
    /* padding: 1px; */
    /* display: flex;
    justify-content: center; */
    /* visibility: hidden; */
    /* display: none; */
}
/* .A9idcard_background{
    background-image: url("../A9ID.jpg");
  
    background-repeat: no-repeat;
    
    position: relative;

    background-size: contain;
    border: 2px solid red;


} */

/* .a9Id_emp_img{
    height: 164px;
    width: 161px;
    border-radius: 50%;
    position: absolute;
    top: 140px;
    left: 10px;
} */

.border1{
    /* border: 2px solid black; */
    position: relative;

}
/* .empname{
    position: absolute;
    top: 200px;
    
    left: 50px;
} */
.empimg{
    height: 111px;
    width: 109px;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    left: 82px;
    top: 91px;
}

.nirav{
    width: 595px !important;
}

/* #position{
    position: absolute;
    top: 243px;
    left: 50%;
    right: 50%;
} */

.emp_del{
    /* border: 1px solid red; */
    position: absolute;
    top: 200px;
    width: 100%;

}

/* p{
    line-height: 15px;
} */
.emp_del2{
    margin-left: 37px;
}
.empid{
    margin-top: 26px;
}

.textdelemp{
    font-weight: 600;
    line-height: 15px;
}
.line2{
    line-height: 20px;
    font-weight: 500;
    /* margin-top: 5px; */
}

.services-box{
    margin-top: 20px;
}

/* right part start */

.border2{
    position: relative;
}
.right-box{
    position: absolute;
    /* border: 2px solid red; */
    top: 160px;
    width: 100%;
}
.line3{
    line-height: 20px;
    font-weight: 500;
}

.line4{
    line-height: 20px;
    font-weight: 400;
}

.line5{
    font-weight: 600;
     font-size: 14px;
  line-height: 17px;
}

.IdPhoneNO{
    margin-top: 48px;
    font-weight: 500;
}

.input-container{
    border: 2px solid black;
    border-radius: 10px;
    padding: 10px;
}


input{
    margin-top: 12px;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 5px;
    padding: 5px 10px;
    margin-right: 10px;
}
body{
    background-color: #f1f3f4 !important;
}

.id_btn{
    background-color: black;
    color: #ffffff;
    border-radius: 8px;
    padding: 6px 10px;
}

#a9ID_btn{
    background-color: black;
    color: #ffffff;
    border-radius: 8px;
    padding: 6px 10px;
    /* margin-left: 50%; */
    margin: 1rem;
   
}
#a9ID_btn:hover{
    background-color: green;
    border: 2px solid green;
}


