.glance {
    background-color: white;
    padding: 0.5rem 2rem;
}


.tr_content {
    background-color: white;
}

.group_name_container {
    padding: 0.5rem 2rem;
    /* background-color: #5C6580; */
    border-radius: 4px;
    /* background: linear-gradient(90deg, #46516d 50.93%, #7286b3 121.62%); */
    background: linear-gradient(90deg, #65759c 50.93%, #65759c 121.62%);
    color: white;
}

.collapse_divider {
    width: 1px;
    background-color: white;
    height: 32px;
}


.collapse-icon {
    position: relative;
    padding-left: 2rem;
}

.collapse-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 30px;
    background-color: white;

}

.status-filter {
    text-decoration: none !important;
}

/* avoid yhe black space on the background */
html,
body {
    padding-right: 0 !important;
}
