@import url('https://fonts.googleapis.com/css2?family=Delius+Unicase:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:"Poppins", sans-serif;
}

img{
    width: 100vw;
}
.tabBtn{
    background-color: #fafafa !important;
    color: #1a6dbb;
}
.nav-link.active{
    color: #aacd4d !important;
}
label{
    color: #1a6dbb;
}
.inputFields{
    border: 1px solid #8dc63f !important;
    border-radius: 5px !important;
    border-color: 1px solid #8dc63f;
    cursor: pointer;
}

.form-select, .form-control{
    height: 50px;
}
/* .imgFile{
    height: 100px;
    width: 100px;
    background-color: #e9ecef;
    border: dotted #d0d3d6;
} */
.imgFile[type="file"]{
    display: none;
}
.imgLabel{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: 100px;
    background-color: #fafafa;
    border: dotted #d0d3d6;
    border-radius: 10px;
    cursor: pointer;
}
.submitbtn{
    background-color: #0d6db7;
}
.cnicBox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fontSize{
    font-size: 12px;
}
#showImage{
    height: 120px;
    width: 100px;
}
.profile{
    text-align: center;
    display: flex;
    justify-content: center;
}
.imgset{
    text-align: center;
    width: 100%;
}
.size{
    border-bottom: 5px solid #1a6dbb;
    border-top: 5px solid #8dc63f;
    border-right: 5px solid #8dc63f;
    border-left: 5px solid #0d6db7;
    height: 100px;
    width: 100px;
}
#error, #erros{
    color: red;
}
.card{
    border-top: 5px solid #1a6dbb;
    border-bottom: 5px solid #8dc63f;
    border-left: 5px solid #8dc63f;
    border-right: 5px solid #0d6db7;
    border-radius: 20px;
    text-align: start;
}