

#image {
    max-width: 100%;
}
#main{
    position: relative;
    
}
.cropper_modal_container .cropper_modal{
    position: relative;
    background-color: rgb(255, 255, 255);
    max-width: 100%;
    min-width: 50%;
    max-height: 95%;
    min-height: 50%;
    text-align: center;
    height: auto;
    border-radius: 10px ;
    padding: 30px;
    overflow-y: auto;
    overflow-x: hidden;
}
.cropper_modal_container .cropper_modal #img-crop{
    margin-left: auto;
    margin-top: 80px;
    max-width: 256px !important;
    max-height: 341px !important;
}
.cropper_modal_container.d-none{
    display: none !important;
}
.cropper-container{
    max-width: 100% !important;
    max-height: 100% !important;
}
.cropper-crop-box{
    max-width: 100% !important;
    max-height: 100% !important;
}
.cropper_modal_container .cropper_toolbar{
    display: flex;
    /* position: absolute; */
    width: 100%;
    justify-content: flex-end;
    /* bottom: 0;
    left: 0; */
    background-color: rgb(255, 255, 255);
    padding: 10px 0px 10px 0px;
    
}
/* .crop-upload span:before{content:""} */
.alert-success{
    background-color: rgba(8, 250, 0, 0.404);
    border: 2px solid rgba(8, 250, 0, 0.747);
    border-radius: 10px;
    padding: 10px;

}
.cropper_modal_container{
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 110;
    background-color: rgba(0, 0, 0, 0.116);
    padding: 10px;
}

.user-images-container{
    /* display: grid; */
    overflow-y: auto;
    justify-content: space-around;
    width: 100%;
    max-height: 200px;
    align-items: stretch;
}
.user-images-container img{
    max-width: 80px;
    /* max-height: 106px;
    width: 80px; */
    height: auto;
}
.user-images-container img.selected{
    opacity: 0.5;
    padding: 3px;
    transition: all 0.1s;
    border: 1px solid  rgba(0, 0, 0, 1);

}

.user-bg-container, .user-bg-container2{
    /* display: grid; */
    overflow-y: auto;
    justify-content: space-around;
    width: 100%;
    max-height: 200px;
    align-items: stretch;
}
.user-bg-container img, .user-bg-container2 img{
    max-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 3px;
}
.user-bg-container img.selected , .user-bg-container2 img.selected{
    opacity: 0.5;
    padding: 3px;
    transition: all 0.1s;
    border: 1px solid  rgba(0, 0, 0, 1);

}

@media (max-width: 924px) {
    .cropper_modal_container .cropper_modal{
        padding: 10px !important;
    }
}