@font-face {
  font-family: "Open-Sans-Bold";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-SemiBold";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-Med";
  src: url("../fonts/OpenSans-Medium.eot");
  src: url("../fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff"), url("../fonts/OpenSans-Medium.ttf") format("truetype"), url("../fonts/OpenSans-Medium.svg#OpenSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-Reg";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.custom-table-grid table thead tr th {
  background: #DEEBFF;
  vertical-align: middle;
  padding: 16px 30px !important;
}
.custom-table-grid table thead tr th:first-child {
  border-top-left-radius: 3px;
}
.custom-table-grid table thead tr th:last-child {
  border-top-right-radius: 3px;
}
.custom-table-grid table tbody tr:nth-child(even) td {
  background-color: #F5F5F5;
}
.custom-table-grid table tbody tr td {
  /* vertical-align: middle;
  padding: 16px 30px;
  color: #1C1F28; */
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  vertical-align: middle;
  padding: 16px 30px;
  color: #1C1F28;
}
.custom-table-grid table tbody tr.used td {
  background-color: transparent;
}
/* .custom-table-grid table tbody tr.irr-res td {
  background-color: #F8E2E9;
} */
.custom-table-grid table tbody tr.irr-res td:first-child {
  position: relative;
}
.custom-table-grid table tbody tr.irr-res td:first-child::before {
  position: absolute;
  content: "";
  top: 8px;
  bottom: 8px;
  left: 8px;
  width: 4px;
  background-color: #EC739A;
  border-radius: 2px 0px 0px 2px;
}
/* .custom-table-grid table tbody tr.acc-miss td {
  background-color: #FFEFF1;
} */
.custom-table-grid table tbody tr.acc-miss td:first-child {
  position: relative;
}
.custom-table-grid table tbody tr.acc-miss td:first-child::before {
  position: absolute;
  content: "";
  top: 8px;
  bottom: 8px;
  left: 8px;
  width: 4px;
  background-color: #FFA8B3;
  border-radius: 2px 0px 0px 2px;
}
/* .custom-table-grid table tbody tr.new-pattern td {
  background-color: #EDF8EF;
} */
.custom-table-grid table tbody tr.new-pattern td:first-child {
  position: relative;
}
.custom-table-grid table tbody tr.new-pattern td:first-child::before {
  position: absolute;
  content: "";
  top: 8px;
  bottom: 8px;
  left: 8px;
  width: 4px;
  background-color: #83D295;
  border-radius: 2px 0px 0px 2px;
}/*# sourceMappingURL=table.css.map */