.cropper-modal {
    position: fixed;
    /*position: sticky;*/
    top: 0;
    /*left: 0;*/
    width: 90%;
    height: 90%;
    background: rgba(0, 0, 0, 0.0);
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    z-index: 99999;
    opacity:1!important;
    /*max-width: 600px;*/
    /*max-height: 600px;*/
    max-height: 90vh;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
}
.cropper-popup {
    background: grey;
    padding: 1rem;
    border-radius: 8px;
    margin-left: -1rem;
    /*max-width: 800px;*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    /*overflow: auto;*/
}
.cropper-wrap-box{
   margin-left: auto;
   margin-right: auto;
}
.cropper-wrapper{
    /*max-width: 800px;*/ 
}
.cropper-canvas {
    /*max-width: 800px;*/ 
    /*margin: auto;*/
}
.cropper-buttons {
    margin-top: 10px;
    text-align: center;
}
.cropper-drag-box {
    /*max-width: 800px;*/ 
    width: 90%;
    height: 90%;
    position: absolute;
}
.cropper-crop-box{
    /*max-width: 800px;*/ 
}
.cropper-buttons button {
    margin-left: 10px;
    margin-bottom: 50px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    color: red;
    background: black;
}
/* added to find cropper-modal 
.acf-cropper-content {
  background: white;
  padding: 1rem;
  max-width: 90%;
  max-height: 90%;
}*/