
.modalCustom2 {
    z-index: 9999;
    display: none;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.user-pic{
    width:100%!important;
    height:auto!important;
}
