.row.g-3.overflow {
    overflow: hidden;
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}
span.red-text {
    color: red;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    width: 195px;
    float: right;
    /* position: absolute; */
    /* margin-top: -50px; */
    top: 0px;
}
.role_assign {
    width: 25%;
    float: left;
    margin-top: 10px;
}

.table-responsive.table-card.custom-table-yc {
    padding: 20px;
}
h6.setting-causlity-title {
    font-size: 20px;
    text-align: right;
    padding-right: 29px;
    color: skyblue;
    font-weight: bold;
}
.card-body.table_global_view {
    padding: 0px 32px;
}

.table_global_view .table-card div.dataTables_wrapper .col-md-6 {
    width: 50%!important;
}