.dt-info{
    float: left;
    margin-top: 10px!important;
}
.dt-paging{
    float: right;
    margin-top: 10px!important;
}


/* Active status indicator */
.status-badge {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.status-active {
    background-color: #e3f2fd;
    color: #4a90e2;
}

/* Better alignment in the row */
.row .col-md-12 {
    /* display: flex; */
    align-items: center;
}

/* Add some spacing */
.mb-3 {
    margin-bottom: 1.5rem !important;
}



.dropdown-menu div[role='menu']{
    height:200px!important;
    overflow: auto!important;
}


.dt-scroll-body .dropdown,
.dt-scroll-body .btn-group,
.dt-scroll-body .btn-group-vertical {
    position: static;
}


.wmax{
    width: max-content!important;
}

.dt-buttons{
    display: flex;
    width: max-content;
    float: inherit!important;
    margin:0 auto;
    margin-bottom: 20px;
}