.appContainer {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .crop-container {
    position: relative;
    /* margin: 30px auto; */
    /* width: 480px; */
    height: 340px;
    padding: 0px;
    border-radius: 8px;
    box-shadow: rgb(0 82 224 / 20%) 0px 3px 9px 0px;
    background-color: rgb(84, 95, 126);
    width: 60vw;
    margin: 0px auto;
    overflow: hidden;
  }

  .prq-image-editor-content {
    height: 450px;
    position: relative;
}

.prq-zoom-slider {
    position: absolute;
    /* bottom: 0; */
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    height: 80px;
}