.custClass{
    float: left;
    padding-right: 2%;
}
.btn-delete{
    position: absolute;
    padding: 1px 4px;
    font-size: 10px;
    background-color: white !important;
    color: rgb(255, 76, 76) !important;
    border-radius: 10px;
    border: 1px solid;
    top: -2px;
    left: 0;
}
.custom-preview-img{
    height: 50px;
    width: 100%;
    object-fit: cover;
}
.cust-mx-2{
    margin: 0px 2px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before{
    top: 25%;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after{
    top: 55%;
}
.table.custom-table.dataTable td{
    padding-left: 5px;
    padding-right: 5px;
}
table.custom-table.dataTable td label.badge {
    margin: 2px;
}

.view-more {
    float: right;
    padding-right: 4px;
    font-size: 15px;
}
.ui-widget-content{
    border: none !important;
}
.ui-widget.ui-widget-content{
    border: 1px solid #dddddd !important;
    border-radius: 5px;
    padding: 0px;
    overflow: hidden;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active{
    cursor: pointer;
    color: #ddecff !important;
    background: #1a3f6b !important;
}