.screen_shot {
    width: 56%;
    height: 100px;
    background-color: #6b6b6b;
    outline: 1px solid red;
    padding: 2rem !important;
}

.tr_content {
    background-color: white !important;
    border-radius: 4px;
}

/* .rightpanel-nav {
    display: flex;
    align-items: center;
} */

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


/*border: model pop up table  */
.modal-content .dt-input{
    border: 1px solid rgb(187, 187, 187) !important;
}


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