@media(min-width: 468px) and (max-width:992px) {
    .col-md-2 {
        width: 33.33%;
        float: left;
    }
}

.defendant-image-3 {
    margin-bottom: 25px;
     margin-top: 20px;
}

.btn-round.btn-xs {
    padding: 1px 7px;
}

.col-usdt {
    display: flex;
    align-items: center;
    flex-direction: row; 
    flex-wrap: nowrap; 
    justify-content: flex-start;
    margin-bottom:15px;
}
.filters.mb-20{
    margin-bottom: 10px !important;
}
.form-usdt{
    width: 95%; 
    margin-bottom: 0px;
}

input.show-placeholder::before{
    content:attr(placeholder);
    color: #979090;
}

.filter {
    border: 1px solid #e3e3e3 !important;
    border-radius: 4px !important;
    height: 38px;
    margin: 0 0 !important;
}
.row.d-flex .col-sm-12 .col-md-2{
    margin-bottom: 45px;
}
.upload-img-wait{
    border:dashed !important;
    text-align: center;
    font-size: xxx-large;
    min-height: 170px !important;
}
.upload-img-success{
    min-height: 170px !important;
}
.upload-img-success.thumbnail img{
    object-fit: cover;height:100%;position:absolute;
}