.operator-or, .operator-and {
    width: 100%;
    margin: 10px auto;
    font-weight: 700;
    text-align: center;
}
.operator-or {
    font-size: 25px;
}
.operator-and {
    margin-bottom: 0;
    margin-top: 20px;
}
.lbl_groupname {
    color: #03a9f4;
    font-weight: bold;
    font-size: 15px;
}
.msg_no_filter{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.block_group .dropdown-menu{
    height:200px;
    overflow-y:auto;
}
.block_group .card-body .lbl-title{
    width: 100%;
    text-align: center;
}