.imageBox
{
    position: relative;
    height: 320px;
    width: 350px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
   
}
.cropped img {
    margin-top: 14%;
    position: absolute;
    left: 14%;
    right: 0;
}

.imageBox .thumbBox
{
    position: absolute;
    top: 43%;
    left: 43%;
    width: 250px;
    height: 250px;
    margin-top: -100px;
    margin-left: -100px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}

/*input#btnCrop{
    background: #7367f0;
    color: #fff;
    border: 1px solid #7367f0;
    border-radius: 5px;
    height: 38px;
    margin-left: 1px;
    line-height: 38px;
    font-weight: 500;
}
#btnZoomIn, #btnZoomOut {
    background: #7367f0;
    color: #fff;
    border: 1px solid #7367f0;
    border-radius: 5px;
    height: 38px;
    margin-left: 1px;
    line-height: 38px;
    font-weight: 600;
    width:25px;} */

    .cropped img {
        margin-top: 14%;
        background: #fff;
       
    }
    /* .cropped img:last-child {
        display: block;
    } */
    /*.cropped {
        position: relative;
        background: #fff;
    } */

    .cropped {
        position: relative;
        background: #fff;
        border: 1px solid #ebebeb;
        height: 320px;
        background-image: url(../../app-assets/images/bg1.jpg);
        background-position: center center;
        background-size: 50% 50%; 
        background-repeat: no-repeat;
    }
    input#btnCrop {
        color: #fff;
        border: 1px solid #7367f0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        height: 38px;
        line-height: 38px;
        font-weight: 500;
        background: transparent;
        color: #7367f0;
        width: 55px;
    }

    input#btnZoomIn {
        color: #fff;
        border: 1px solid #7367f0;
        border-radius: 0px;
        height: 38px;
        line-height: 38px;
        font-weight: 500;
        background: transparent;
        color: #7367f0;
        width: 55px;
        border-right: 0px;
        font-size: 20px;
    
    }
    input#btnZoomOut {
        color: #fff;
        border: 1px solid #7367f0;
        height: 38px;
        line-height: 38px;
        font-weight: 500;
        background: transparent;
        color: #7367f0;
        width: 55px;
        border-right: 0px;
        font-size: 30px;
        line-height: 29px;
        font-weight: 500;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .card.cropp {
        margin-bottom: 0px;
    }

    .card.cropp .card-body {
        padding-bottom: 0px;
    }
    input#btnCrop:hover,input#btnZoomIn:hover,input#btnZoomOut:hover {
        background: rgba(115, 103, 240, 0.2);
    }

    .choose{float: left;
    width: 350px;
    border-color: #c3c2c2;}

    .acceptbtn {
        display: none;
        text-align: right;
    }

    .card.cropp .card-header {
        padding-top: 0px;
        padding-bottom: 0px;
    }


    .acceptbtn.col-lg-3.col-md-3.mb-1.mb-sm-0{ float: left;
  
    text-align: left;
    margin-top: 14px;
    /* margin-left: 15px; */
    padding-left: 25px;}