.dm-uploader{
    cursor:default;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    position: relative;
}
.dm-uploader .btn{
    position:relative;
    overflow:hidden
}
.dm-uploader .btn input[type=file]{
    position:absolute;
    top:0;
    /*    right:0;*/
    right: 0;
    margin:0;
    border:solid transparent;
    width:100%;
    opacity:0;
    cursor:pointer
}
.card .media-body .progress {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50px;
    border: 5px solid #DAF9FB;
    display: none;
}

#files {
    border: 1px dashed #D8DBDB;
    border-radius: 8px;
    padding: 16px !important;
    margin: 0;
}
.upload-icon-pdf{
    margin-right: 8px;
    width: 35px;
}
.upload-icon-done{
    margin-left: 8px;
}
.upload-remove-img{
    color: #0E1B1B;
    font-size: 12px;
}
.upload-business-media-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.upload-file-name strong{
    color: #787F7F;
    font-size: 14px;
    font-family: "Inter-SemiBold";
}
@media (min-width: 768px) {
    /*    #files {
            min-height: 0;
        }*/
}
#debug {
    overflow-y: scroll !important;
    height: 180px;	
}

.dm-uploader {
    border: 1px solid #D8DBDB;
    border-radius: 8px;
    text-align: center;
    padding: 24px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dm-uploader.active {
    border: 1px dashed #0C838F;
    border-radius: 8px;
}