.ag-theme-balham .ag-root {
  border: 0 !important;
}
.ag-header {
  background-color: #fff !important;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 0 !important;
}
.ag-theme-balham .ag-header-cell-label .ag-header-cell-text,
.customHeaderLabel {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  color: #323c47;
}
.ag-cell {
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  color: #000;
}
.ag-row {
  border-color: #dedede !important;
}
.ag-row-even {
  background-color: transparent !important;
}
.ag-row-odd {
  background-color: transparent !important;
}
.ag-theme-balham .ag-header-cell::after,
.ag-theme-balham .ag-header-group-cell::after {
  display: none;
}
.ag-theme-balham .ag-row {
  cursor: pointer;
}
.ag-theme-balham .ag-row-hover {
  z-index: 2 !important;
  background-color: #eee !important;
}
.ag-theme-balham .ag-row-hover .ag-cell {
  overflow: visible !important;
}
.ag-cell {
  white-space: pre-wrap !important;
  display: flex !important;
  align-items: center;
}
.ag-theme-balham .ag-ltr .ag-has-focus .ag-cell-focus,
.ag-theme-balham .ag-rtl .ag-has-focus .ag-cell-focus {
  border: 0 !important;
}
.ag-header-cell-label {
  line-height: 1.5;
  align-items: center;
}
.ag-theme-balham .ag-header-cell-label .ag-header-cell-text {
  white-space: normal !important;
}
.ag-theme-balham .ag-ltr .ag-cell {
  line-height: 1.4;
}
.ag-theme-balham {
  height: calc(100vh - 107px);
  width: 100%;
}
.ag-theme-balham.open {
  height: calc(100vh - 181px);
}
.ag-header-container,
.ag-floating-top-container,
.ag-floating-bottom-container {
  background-color: #f4efff;
}
/* Ag grid data view css*/
.twoFields {
  line-height: 1.2;
}
.twoFields small {
  display: block;
  white-space: nowrap;
  font-size: 10px;
  color: #535353;
}

.ag-grid-view {
  height: calc(100vh - 315px);
}
.ag-grid-view-legend {
  height: calc(100vh - 351px);
}
.ag-grid-view-no-header {
  height: calc(100vh - 246px);
}

/* Grid Table CSS */
.gridTable {
  width: 100%;
  border-bottom: 1px solid #dedede;
  text-overflow: ellipsis;
}
/* overflow: hidden;white-space: nowrap; */
.gridTable.noBorderBottom {
  border-bottom: 0;
}
.gridTable small {
  display: block;
  font-size: 10px;
  color: #535353;
}
.gridTable tr.head {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  background-color: #f4efff;
}
.gridTable th {
  padding: 0 15px;
  height: 40px;
  font-weight: 600 !important;
  color: #1b1a1a !important;
}
.gridTable th small {
  font-weight: 600 !important;
}
.gridTable .checkbox {
  width: 20px;
  padding-right: 0;
}
.gridTable tr td {
  border-top: 1px solid #dedede;
  padding: 0 15px;
  height: 40px;
  position: relative;
  font-family: "Poppins", sans-serif !important;
  color: #000 !important;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 16px;
}
.gridTable .custom-control-label::after,
.gridTable .custom-control-label::before {
  top: 0;
  left: 0;
}
.gridTable .noRecordsView {
  text-align: center;
  height: calc(100vh - 356px) !important;
}
.gridTable .mainSection {
  background-color: #64bf6a;
  color: #fff;
}
.gridTable .subSection {
  background-color: #f4efff;
}

.modelAgGrid {
  height: calc(100vh - 290px);
}
.modelAgGrid250 {
  height: calc(100vh - 250px);
}
.agGrid280 {
  height: calc(100vh - 285px);
}

/* Grid Table CSS */
.gridTable1 {
  width: 100%;
  border-bottom: 1px solid #dedede;
}
.gridTable1.noBorderBottom {
  border-bottom: 0;
}
.gridTable1 small {
  display: block;
  font-size: 10px;
  color: #535353;
}
.gridTable1 tr.head {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  background-color: #f4efff;
}
.gridTable1 th {
  font-weight: 500;
  padding: 0 10px;
  height: 40px;
}
.gridTable1 .checkbox {
  width: 20px;
  padding-right: 0;
}
.gridTable1 tr td {
  border-top: 1px solid #dedede;
  padding: 0 10px;
  height: 40px;
  position: relative;
}
.gridTable1 .custom-control-label::after,
.gridTable .custom-control-label::before {
  top: 0;
  left: 0;
}
.gridTable1 .noRecordsView {
  text-align: center;
  height: calc(100vh - 356px) !important;
}
.gridTable1 .mainSection {
  background-color: #64bf6a;
  color: #fff;
}
.gridTable1 .subSection {
  background-color: #f4efff;
}
