﻿#myGrid{
  height: 500px;
  width: 100%;
  overflow: auto;
}
.mygrid-style {
  height: 500px;
  width: 100%;
  overflow: auto;
}
.ag-header-cell-text,
.ag-header-group-text {
  color: #43007a;
  font-weight: bold;
}
#filter-text-box {
  margin: 10px 0 0;
  padding: 5px;
  width: 100%;
}
.action-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.ag-theme-quartz .ag-center-cols-viewport {
  overflow-y: scroll;
}

/* Action button edit, open styling*/
.action-button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  display: inline;
  font-weight: bold;
  text-align: center;
  color: #43007a;
  background-color: #ffffff;
  border: 1px solid #c8c6c4;
  padding: 0 9px;
}
.action-button:hover {
  background-color: #f3f2f1;
}
.action-dropdown {
  display: none;
  position: fixed;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  min-width: 120px;
}
.action-dropdown a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: black;
}

.ag-filter label {
  font-weight: normal;
}
.ag-filter input[type="radio"] {
  accent-color: #497dbd;
}

/* Grid styles starts here */

.ag-header {
  background: none;
}
.ag-root-wrapper {
  border-left: none;
  border-right: none;
  border-radius: unset;
}
.ip-link {
  color: #43007a;
  font-size: 12px;
}
.ip-link:hover {
  font-weight: 600;
}
.ag-cell-value {
  font-size: 12px;
}
.ag-row-even {
  background-color: #fbfbfb;
}
.ag-tooltip {
  background: black;
  color: #fff;
  border-radious: 0;
  max-width: 300px;
  width: 400px;
}
/*.ag-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}*/
.ag-row-hover.ag-full-width-row.ag-row-group:before,
.ag-row-hover:not(.ag-full-width-row):before {
  background: none;
}
