#custom-popup-upload{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.26);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

.drag_wrapper{
    width: 100%;
}

.drag_left{
    width: 50%;
    float: left;
}

.drag_right{
    width: 50%;
    float: right;
}

.total_form_box{
    clear: both;
    margin-top: 20px;
}
/*#wrapper
{
 text-align:center;
 margin:0 auto;
 padding:0px;
 width:995px;
}*/
.drag_drop_uploader{
    display: none;
}
#drop-area
{
 margin-top:20px;
 
 width: 200px;
 height:200px;
 background-color:white;
 border:3px dashed grey;
}
.drop-text
{
 margin-top:70px;
 color:grey;
 font-size:25px;
 font-weight:bold;
}
#drop-area img
{
 max-width:200px;
}


.option-scan-pop-form {
    text-align: center;
}
.option_upload_profile_select_submit {
    border-radius: 8px 8px 8px 8px;
    margin-top: 20px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 15px 17px;
}
.option-scan-pop-form input {
    width: 270px;
    background-color: #fff;
    font-weight: 600;
}

.error{
    color: red;
}

.success{
    color: green;
}