    .left_div {
        width: 200px;
        height: 150px;
        border: 4px dashed #ccc;
        text-align: center;
        display: inline-block;
    }

    .right_div {
        width: 200px;
        height: 150px;
    }

    .left_div.dragging {
        background-color: #9BD5FF;
        border-color: #285E8E;
    }

    .img_popup {
        z-index: 10000;
        position: fixed;
        top: 10%;
        left: 35%;
        transform: translate(-10%, -10%);
        padding: 0px;
        display: none;
    }

    .image-wrapper {
        position: relative;
    }

    .close-icon {
        position: absolute;
        bottom: 10px;
        right: 10px;
        transform: scale(3);
        cursor: pointer;
        color:red
    }