.KoSccjEx48gZ3OIryUWA {
  width: 100%;
  min-height: 96px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  resize: vertical;
  background: white;
  outline: none;
  cursor: text;
  background-color: var(--bc-palette-grey-50) !important;
}

.KoSccjEx48gZ3OIryUWA:focus {
  border-color: var(--bc-palette-primary-200);
  box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.2);
}

.uZBeDh47bz7J8qWcjl5c {
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.iQc95j64pgtU4ptqllRv {
  width: 20px;
  height: 20px;
  fill: var(--bc-palette-text-disabled);
}

.blKCsF5_aOrvbu4XD7qw {
  position: absolute;
  bottom: 1px;
  right: 1px;
  height: 12px;
  width: 12px;
  fill: var(--bc-palette-primary-main);
}

.kvG6khSHyPtHFC8pi9Ya {
  display: flex;
  align-items: center;
  gap: calc(var(--bc-spacing) * 1);
}


.kcl2vNOaxX5raGld3dlg {
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  border-radius: 9999px;
}

.wWxwQwbDt0HMizL6du9t {
  background-color: var(--bc-palette-error-50);
  color: var(--bc-palette-error-900);
  fill: var(--bc-palette-error-900) !important;
  border: 1px solid var(--bc-palette-error-200);
}

.UG0hy_N8cXfcIEuLsSOv {
  background-color: var(--bc-palette-success-50);
  color: var(--bc-palette-success-900);
  fill: var(--bc-palette-success-900) !important;
  border: 1px solid var(--bc-palette-success-200);
}

.fS7JCynjBGyh5ZHJF0F6 {
  background-color: var(--bc-palette-yellow-50);
}

.Ws_iT3GJiAkqEqJSVabI {
  fill: var(--bc-palette-yellow-50);
}

.lzPp9wOCi71Mfs0PRlJ8 {
  padding: 0px 16px;
  white-space: nowrap;
  color: var(--bc-palette-text-primary);
}

.gSxw3LD_7v0qcxgqPHIw {
  display: flex;
  align-items: center;
  justify-content:  space-between;
  width: 100%;
  background-color: var(--bc-palette-yellow-50);
  margin: 0 8px;
  border-radius: 200px;
}

.gFxVhjmrXrbF5xt209Hk {
  cursor: pointer;
  background-color: var(--bc-palette-grey-50);
  padding: 0.25rem;
  border-radius: 0.5rem;
  border: 1px solid var(--bc-palette-grey-200);
  opacity: 0.75;
  font-size: 0.75rem;
  white-space: break-spaces;
}
.kzwrAKPVyTftI01e_BWK {
  padding: calc(var(--bc-spacing) * 1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(var(--bc-spacing) * 1);
}

.zWyJRscXy6RVhi1vMTsW {
  background-color: var(--bc-palette-grey-50) !important; /* * We need to override the default background color of the cell */
}

/* MUI Switch Styles */

.mmXKyata6DZY3kDKTdqB {
  width: 40px;
  height: 24px;
  padding: 0;
  display: inline-flex;
  position: relative;
}

.XinQZj9gUs1NQf2BbTuP {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.DOuBPLrvjgWi_8XIVQuW {
  background-color: var(--bc-palette-grey-300);
  border-radius: var(--bc-shape-borderRadii-pill);
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.xNF9pMqOVxqc4QtodkWc {
  background-color: var(--bc-palette-common-white);
  width: 16px;
  height: 16px;
  margin: 4px;
  border-radius: 50%;
  position: absolute;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.XinQZj9gUs1NQf2BbTuP:checked + .DOuBPLrvjgWi_8XIVQuW {
  background-color: var(--bc-palette-primary-main);
  opacity: 1;
}

.XinQZj9gUs1NQf2BbTuP:checked ~ .xNF9pMqOVxqc4QtodkWc {
  transform: translateX(16px);
}

.gVeqBrx3BZraahJkugtI {
  margin: 0;
  display: flex;
  align-items: center;
}

/* Base table structure */
.Yni2ykxT5EdRRSdl9R0p {
  border-spacing: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.hfygEZ9FqxSkBhcBke1b {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.J9YBZqe5lFm66BkQhg7I {
  background-color: var(--bc-palette-grey-50);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  z-index: 2;
}
.c0HrniLDTcXxoA9S4w19 {
  display: flex;
  min-width: 100%;
}
.pSNaLGT80ZAe47O2xSPJ {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
/* Table header cell */
.d0SWXgwlqUwiywiCQZ6c {
  align-items: center;
  background-color: var(--bc-palette-grey-50);
  border-bottom: 1px solid var(--bc-palette-divider);
  display: flex;
  flex-basis: 0;
  flex-shrink: 0;
  padding: 0 calc(3 * var(--bc-spacing));
}
/* Table data cell */
.yhiOBNXFgcKdAYpjaMDA {
  align-items: center;
  background-color: var(--bc-palette-background-paper);
  display: flex;
  flex-shrink: 0;
  padding: 0 calc(3 * var(--bc-spacing));
  border-bottom: 1px solid var(--bc-palette-divider);
}
/* Table row */
.ieqtdfKkJSYcDFG5h5ZC {
  background-color: var(--bc-palette-background-paper);
  display: flex;
  min-width: 100%;
}
.ieqtdfKkJSYcDFG5h5ZC:hover .yhiOBNXFgcKdAYpjaMDA {
  background-color: var(--bc-palette-grey-50);
}
/* Row selection states */
.etN59lOVHg4Opy0iUYvN .yhiOBNXFgcKdAYpjaMDA {
  background-color: var(--bc-palette-primary-25);
}
.etN59lOVHg4Opy0iUYvN:hover .yhiOBNXFgcKdAYpjaMDA {
  background-color: var(--bc-palette-primary-25);
}
/* Column alignment */
.dj6DorUskYBjNvbO84Oe {
  justify-content: flex-start;
  text-align: left;
}
.IzD0ys3q3yTgL51JLPQ8 {
  justify-content: flex-end;
  text-align: right;
}
/* Column pinning */
.NmX6lpptvq2j3lucvHqx {
  position: sticky;
  z-index: 1;
}
.x14E2sgUxfPpiPUNAqfg {
  position: sticky;
  z-index: 1;
}
/* Column borders */
.JnKFe2H8rVIxAiGgoSul {
  border-right: 1px solid var(--bc-palette-grey-100);
}
/* Column sizing */
.kbRnPOIvYrJfseI8rOpw {
  flex-basis: 0;
  flex-grow: 1;
  width: auto;
}
.Nd1xIsuadc7rWX70pFvg {
  flex-basis: 0;
  flex-grow: 0;
}
/* Group header specific styles */
.UArbGjv0igafQtfZZ43d {
  border-bottom: 0;
}
/* Overflow handling */
.jFcjX8UukjyMmVZIOpOT {
  overflow: hidden;
}
/* Min width fit content for pinned tables */
.YO5wTzS0F6y4B012p1ml {
  min-width: -moz-fit-content;
  min-width: fit-content;
} 
.LFQBBeyXTu1oD4E0YNKu {
  color: var(--bc-palette-error-main);
}

.KbgQgaukUGa70MlNN11J {
  color: var(--bc-palette-success-main);
}


/*# sourceMappingURL=frontend-a54ac316.css.map*/