/* Increase the size of crop box corner handles */
.cropper-point {
    width: 15px !important;  /* Increase width */
    height: 15px !important; /* Increase height */
    background-color: whitesmoke !important; /* Adjust color if needed */
    border-radius: 0; /* Make it circular */
}

/* Adjust the bottom-right corner specifically (default is very small) */
.cropper-point.point-se {
    width: 20px !important;
    height: 20px !important;
}
