.modal-wrapper {
    position: fixed;
    z-index: 999;
    margin: 0 auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 200ms;
}
.userimage {
    position: fixed;
    margin: 0 auto;
    /*left: 45%;*/
    right: 45%;
    /*top: 50%;*/
    bottom: 50%;
    z-index: 1000;
    background-color: rgb(45 51 84);
    border-radius: 5px;
    width: 60px;
    height: 60px;
    padding: 0 0 0 0;
}
/*.imageseted {*/
    /*position: absolute;
    top: 41px;
    left: 42px;*/
    /*background-color: rgb(45 51 84);
}*/
.loading-texted {
    position: absolute;
    top: 48px;
    left: 85px;
    color: #777777;
}
.wait-plese {
    background-color: #dcdcdc;
    width: 200px;
    color: #777777;
    padding: 7px;
    border-radius: 5px;
}
@media(max-width: 767px) {
    .userimage {
        right: 41%;
    }
} 