.dropdown-menu-right {
    right: 77px;
    border-radius: 5px;
}
.dropdown-menu{
  max-width: 200px !important;
}
.ag-header-cell, .ag-header-group-cell {
    padding: 0px 4px !important
  }
  .ag-cell, .ag-full-width-row .ag-cell-wrapper.ag-row-group {
    padding: 0px 6px !important
  }
  .header-Label-Color{
    /* color: #3ebe7a !important; */
  }
  /* .gridCellColor {
    color: #f1f1f1 !important;
  } */
  /* Remove the icon for Completed Dashboard*/
  div#completedCasesGridId .ag-icon-first:last-child{
    display: none !important;
  }
  div#completedCasesGridId .ag-icon-last:last-child{
    display: none !important;
  }
  .dropdown-menu-arrow:after {
    display: none !important;
}
/* .radlistdropdown:hover {
  color: #ffffff !important;
  background: var(--selected--bg--color) !important;
  border: none !important;
  border-radius: 6px !important;
}

.rad-name-list-style {
  top: 40% !important;
} */