.photo-upload{
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(-100%);
    transition: 0.5S;
    margin: auto;
}
.passport-cont{
    height: 290px;
    width: 290px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    border: dashed 1px green;
    left: 0;
    right: 0;
    transition: 0.5S;
}

.passport-cont .iconify{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.showpass{
    right: 0%;
    transition: 0.5S;
    transform: translateX(-0%)  !important;
}
#passport{
    position: absolute;
    top: 0;
    transition: 0.5S;
    left: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    object-fit: contain;
    padding: 0.3125rem;
    opacity: 0;
    border-radius: 10px; 
    z-index: 1000;
    background-color: red;
    transition: opacity 300ms ease-in-out;
}

.profile-footer{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 250px;
    margin: auto; 

}

.main-btn{
    width: 250px;
    border: none;
    border-radius: 04px;
    margin: auto;
    outline: none;
    margin-bottom: 20px; 
    display: block;
    padding: 25px 25px;
}