@font-face {
  font-family: "SF Pro Text Bold";
  src: url("../fonts/sf-pro-text-bold.otf") format("otf"), url("../fonts/SFProText-Bold.woff") format("woff"), url("../fonts/SFProText-Bold.woff2") format("woff2"), url("../fonts/SFProText-Bold.ttf") format("truetype"), url("../fonts/SFProText-Bold.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text Semibold";
  src: url("../fonts/sf-pro-text-semibold.otf") format("otf"), url("../fonts/SFProText-Semibold.woff") format("woff"), url("../fonts/SFProText-Semibold.woff2") format("woff2"), url("../fonts/SFProText-Semibold.ttf") format("truetype"), url("../fonts/SFProText-Semibold.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text Medium";
  src: url("../fonts/sf-pro-text-medium.otf") format("otf"), url("../fonts/SFProText-Medium.woff") format("woff"), url("../fonts/SFProText-Medium.woff2") format("woff2"), url("../fonts/SFProText-Medium.ttf") format("truetype"), url("../fonts/SFProText-Medium.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text Regular";
  src: url("../fonts/sf-pro-text-regular.otf") format("otf"), url("../fonts/SFProText-Regular.woff") format("woff"), url("../fonts/SFProText-Regular.woff2") format("woff2"), url("../fonts/SFProText-Semibold.ttf") format("truetype"), url("../fonts/SFProText-Semibold.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*Tarun styles start here 1/11/2024*/
.theme-table {
  border-radius: 5px;
}

.theme-table thead th {
  background-color: var(--table-header-bg-color, #DCDCDC);
  padding: 12px;
  font-size: 14px;
  border-bottom: 0px;
  vertical-align: middle;
  color: var(--text-color-9, #535353);
  white-space: nowrap;
}

.theme-table tbody td {
  padding: 12px;
  font-size: 14px;
  vertical-align: middle;
  color: var(--text-color-9, #535353);
  border-bottom: 0px;
  white-space: nowrap;
}

.danger-bg {
  background-color: var(--status-red, #EC6660);
}

.success-bg {
  background-color: var(--status-green, #23BE4E);
}

.table-status {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
}

.theme-table tbody tr:nth-child(even) {
  background-color: var(--table-bg-color, rgba(255, 255, 255, 0.4));
}

.theme-table tbody tr:nth-child(odd) {
  background-color: var(--table-alternate-row-color, #EDF8FF);
}

.link-color {
  color: var(--blue-link, #4BA9FF);
}

/*Tarun styles start here 1/11/2024*/
.inline-table-input-w {
  width: 260px;
}

.filter-dropdown-border {
  border: 1px solid #ced4da !important;
}

.filter-dropdown-border.disabled {
  background-color: #EFEFEF !important;
}

.blue-link {
  color: var(--blue-link, #4BA9FF);
}

.grey-color-v4 {
  color: var(--grey-color-v4, #3f3f3f);
}

.secondary-color {
  color: var(--secondary-color, #A9A9A9);
}

.light-black-color {
  color: var(--light-black-color, #535353);
}

.inter-btn:hover {
  background-color: var(--secondary-btn-hover, #dce5ea);
}

.icon-width {
  width: 15px;
}/*# sourceMappingURL=grid.css.map */