textarea{
    width: 100%;
    margin-bottom: 20px;;
}
.space{
    margin-left: 8%;
    margin-top: 50%;
}
.rowspaceremove{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.cropper-container{
    width: auto !important;
    margin-top: 8px;
}
.fileinput-remove,
.fileinput-upload{
	display: none;
}
@media screen and (max-width: 520px) {
    .space{
        margin-left: 33%;
        margin-top: 0%;
        margin-bottom: 5%;
    }
  }

  .files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}
.files:after {  pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
#result_div{
    border: 2px solid black;
    padding: 5px;
}


#divLoading
{
    display : none;
}
#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 100;
    background-color:white;
    opacity : 0.9;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
.loadinggif
{
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 202px;
    height : 202px;
    margin-left : -16px;
    margin-top : -16px;
}
/* ======DropZoneCSS===== */
.dropzone{
    border: 2px dashed #0087F7 !important;
    border-radius: 5px !important;
    background: white
}
.dropzone .dz-message{
    font-weight: 400;
}
.conImage{
    border-radius: 30px;
    overflow:hidden;
    max-width:100%;
    height:150px;
    position:relative;
    display:block
}
.pdfImage{
    border-radius: 10px;
    overflow:hidden;
    max-width:100%;
    height:150px;
    position:relative;
    display:block
}
