.titulos {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: var(--text-default);
  flex: none;
  order: 0;
  flex-grow: 0;
  height: 26px;
  position: static;
  left: 0px;
  top: 0px;
  margin: 10px 0px;
}

/* ===================== Lista de alertas - novo visual ===================== */

/* ── RevoGrid wrapper ─────────────────────────────────────────────────── */

.alert-grid-wrapper {
  position: relative;
  flex: 1 1;
  min-width: 0;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Ubuntu", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

.alert-grid-wrapper revo-grid {
  flex: 1 1;
  min-height: 0;
}

.alert-grid-wrapper revo-grid .rgRow {
  cursor: pointer;
  border-bottom: 1px solid #F1F3F8;
}

.alert-grid-wrapper revo-grid .rgRow:hover {
  background-color: #FAFBFD;
  background-color: var(--background-lightest, #FAFBFD);
}

.alert-grid-wrapper revo-grid .header-rgRow,
.alert-grid-wrapper revo-grid .rgHeaderCell {
  background-color: #fff !important;
  background-color: var(--background-white, #fff) !important;
  border-bottom: solid 1px #E2E6F3 !important;
  border-bottom: solid 1px var(--line-default, #E2E6F3) !important;
  min-height: 28px;
}

.alert-grid-wrapper revo-grid .rgHeaderCell {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #6B6F7D;
  color: var(--text-dark, #6B6F7D);
  text-transform: none;
  border: none !important;
  box-shadow: none !important;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
}

.alert-grid-wrapper revo-grid .rgHeaderCell:hover {
  color: #2E1956;
  color: var(--text-default, #2E1956);
  background-color: #FAFBFD !important;
  background-color: var(--background-lightest, #FAFBFD) !important;
}

.alert-grid-wrapper revo-grid .rgCell {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.75rem;
  color: #2E1956;
  color: var(--text-default, #2E1956);
  display: flex;
  align-items: center;
  padding: 4px 8px;
  border: none !important;
  border-right: none !important;
}

.alert-grid-wrapper revo-grid .alert-grid-cell-center {
  justify-content: center;
  color: #6B6F7D;
  color: var(--text-dark, #6B6F7D);
  font-weight: 500;
}

.alert-grid-wrapper revo-grid .alert-grid-cell-actions {
  justify-content: center;
  cursor: default;
}

.alert-custom-table {
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  width: 100%;
}

.alert-row {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-bottom: 1px solid #eaedf3;
  cursor: pointer;
  transition: background-color 0.15s;
  background-color: #fff;
}

.alert-row:hover:not(.alert-row-header) {
  background-color: #f5f7fb;
}

.alert-row-header {
  cursor: default;
  font-weight: 600;
  font-size: 12px;
  color: #6c7a8a;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background-color: #fff;
  border-bottom: 2px solid #eaedf3;
  position: sticky;
  top: 0;
  z-index: 1;
}

.alert-col-sortable {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.alert-col-sortable:hover {
  color: #5959e8;
  color: var(--color-primary-blue, #5959e8);
}

.alert-sort-icon {
  font-size: 10px;
  flex-shrink: 0;
  color: #5959e8;
  color: var(--color-primary-blue, #5959e8);
}

.alert-col { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 4px; }
.alert-col-order     { flex: 0 0 4%;  min-width: 36px; text-align: center; color: #6c7a8a; font-size: 12px; font-weight: 600; }
.alert-col-name      { flex: 0 0 21%; min-width: 140px; }
.alert-col-escope    { flex: 0 0 11%; min-width: 90px; }
.alert-col-condicao  { flex: 0 0 14%; min-width: 100px; }
.alert-col-periodo   { flex: 0 0 9%;  min-width: 70px; }
.alert-col-frequencia{ flex: 0 0 9%;  min-width: 70px; }
.alert-col-severidade{ flex: 0 0 9%;  min-width: 70px; }
.alert-col-notificados{ flex: 0 0 8%; min-width: 60px; }
.alert-col-acoes     { flex: 0 0 15%; min-width: 140px; text-align: center; cursor: default; }

/* Status como borda esquerda colorida */
.alert-row-active {
  border-left: 3px solid #5f8a1a;
}

.alert-row-paused {
  border-left: 3px solid #c9a227;
}

.alert-row-draft {
  border-left: 3px solid #9aa5b4;
}

.alert-list-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #6c7a8a;
  font-size: 14px;
}

.alert-list-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #9aa5b4;
  font-size: 14px;
}

/* Chips de status */
.alert-status-chip {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  white-space: nowrap;
}

.alert-status-active {
  background-color: #e7f5db;
  color: #5f8a1a;
}

.alert-status-paused {
  background-color: #fff3cd;
  color: #8a6d1a;
}

.alert-status-draft {
  background-color: #e4e6eb;
  color: #5a6a7d;
}

.severity-normal {
  background-color: #e5e7f5;
  color: #4747a8;
}

.severity-high {
  background-color: #fdecd6;
  color: #b06a13;
}

.severity-critical {
  background-color: #fce4e4;
  color: #b32d2d;
}

/* Coluna Nome do alerta */
.alert-name-cell {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  max-width: 100%;
}

.alert-name-cell:hover .alert-name-text {
  color: #5959e8;
  color: var(--color-primary-blue, #5959e8);
}

.alert-order-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 20px;
  padding: 0 6px;
  border-radius: 10px;
  background-color: #f0f2f8;
  color: #5a6a7d;
  font-size: 11px;
  font-weight: 600;
}

.alert-name-text {
  font-weight: 500;
  color: var(--text-default);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Escopo */
.alert-escope-cell {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-default);
}

.alert-escope-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #f0f2f8;
  color: #5a6a7d;
  font-size: 14px;
}

/* Notificados (avatares) */
.alert-notificados-cell {
  display: inline-flex;
  align-items: center;
}

.alert-notificados-cell > * + * {
  margin-left: -6px;
}

.alert-notificados-tooltip-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.alert-avatar {
  display: inline-flex;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #5959e8;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border: 2px solid #fff;
}

.alert-avatar-extra {
  background-color: #f0f2f8;
  color: #5a6a7d;
}

/* Data / hora */
.alert-cell-muted {
  color: #6c7a8a;
  font-size: 12px;
}

.alert-cell-date {
  white-space: pre-line;
  line-height: 1.3;
}

/* Histórico de versões: as larguras das colunas são percentuais do mesmo grid.
   Removemos o espaçamento interno da tabela base para que cabeçalho e linhas usem
   exatamente os mesmos limites, sem provocar overflow ou desalinhamento. */
.alert-history-table .header > .row > .cells,
.alert-history-table .body > .row > .cells {
  gap: 0;
}

.alert-history-table .header > .row > .cells > .cell,
.alert-history-table .body > .row > .cells > .cell {
  box-sizing: border-box;
  flex: 0 0 auto;
}

.alert-history-nowrap {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Ações inline */
.alert-actions-cell {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
}

.alert-condition-row,
.alert-period-row,
.alert-resource-item,
.alert-action-buttons,
.alert-condition-input-group {
  display: flex;
  align-items: center;
}

.alert-input-field .MuiOutlinedInput-root,
.alert-input-field .MuiOutlinedInput-input,
.alert-resource-item,
.alert-validation-errors,
.alert-icon-button,
.alert-resource-item .MuiOutlinedInput-root,
.css-13cymwt-control,
.css-t3ipsp-control {
  border-radius: 4px;
}

.titulos,
.rdButton,
.MuiFormControlLabel-label {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
}

.alert-condition-input-small,
.alert-period-input {
  width: 100px;
}

.alert-condition-input-medium,
.alert-period-dropdown {
  width: 150px;
}

.titulos {
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  color: var(--text-default);
  margin: 16px 0 12px 0;
  padding-bottom: 0;
  display: block;
}

.titulos:first-of-type {
  margin-top: 0;
}

.alert-field-container {
  margin-bottom: 12px;
}

.alert-scope-options+.alert-field-container,
.alert-scope-options+.alert-resources-section,
.alert-frequency-options+.alert-field-container {
  margin-top: 16px;
}

.alert-input-field {
  width: 100%;
  margin-bottom: 8px;
}

.alert-input-field .MuiOutlinedInput-root {
  height: 36px;
}

.alert-input-field .MuiOutlinedInput-input {
  padding: 8px 12px;
  font-size: 14px;
}

.rdButton {
  font-weight: 600;
  font-size: 13px;
}

.MuiFormControlLabel-label {
  font-weight: 400;
  font-size: 13px !important;
}

.MuiRadio-colorPrimary.Mui-checked {
  color: var(--color-secondary-lime) !important;
}

.alert-scope-options,
.alert-frequency-options {
  margin-left: 1rem;
  margin-top: 6px;
}

.alert-condition-row {
  margin-bottom: 10px;
  padding: 8px 0;
  gap: 12px;
}

.alert-period-row {
  gap: 12px;
  margin-top: 6px;
}

.alert-resource-item {
  gap: 8px;
  margin-bottom: 8px;
  padding: 6px;
  background-color: #f8f9fa;
}

.alert-checkbox-section {
  margin-bottom: 10px;
  margin-top: 16px;
}

.alert-checkbox-section:first-of-type {
  margin-top: 20px;
}

.inputTextField>.MuiInputBase-root.MuiOutlinedInput-root,
.condValue>.MuiInputBase-root.MuiOutlinedInput-root,
.alert-input-field .MuiOutlinedInput-root,
.alert-resource-item .MuiOutlinedInput-root {
  height: 36px !important;
}

.inputTextField>.MuiInputBase-root.MuiOutlinedInput-root,
.condValue>.MuiInputBase-root.MuiOutlinedInput-root {
  margin-top: 3px;
}

.alert-validation-errors {
  margin-top: 10px;
  padding: 8px;
  background-color: #fff8f8;
  border: 1px solid #ffebee;
  color: #d32f2f;
  font-size: 13px;
}

.alert-modal-content {
  max-height: none;
  overflow: visible;
  padding: 0;
}

.alert-action-buttons {
  gap: 8px;
  margin-top: 8px;
}

.alert-icon-button {
  color: #5a6a7d;
  transition: all 0.2s ease;
  padding: 4px;
}

.alert-icon-button:hover {
  background-color: #e0e0e0;
  color: #2c3e50;
}

.alert-icon-button.disabled {
  color: #b0b0b0;
  cursor: not-allowed;
}

.alert-scope-options .MuiFormGroup-root,
.alert-frequency-options .MuiFormGroup-root {
  gap: 15px;
}

.alert-condition-row>div {
  display: flex;
  align-items: center;
}

.css-13cymwt-control,
.css-t3ipsp-control {
  min-height: 36px !important;
}

.alert-input-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: var(--color-primary-blue) !important;
  border-width: 2px !important;
}

.alert-input-field .MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: var(--status-red) !important;
}

.alert-action-buttons .lc-icon-link+.lc-icon-link {
  margin-left: 6px;
}

.alert-disabled-cc-list {
  margin: 15px;
}

.alert-filter-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  padding-left: 10px;
}

.alert-resource-content {
  flex: 1 1;
}

.alert-condition-dropdown {
  width: 200px;
}

.alert-condition-input-group {
  gap: 10px;
  width: 300px;
}

.alert-warning-text {
  align-items: baseline;
}

.alert-input-relative {
  position: relative;
}

@media (max-width: 768px) {

  .alert-condition-row,
  .alert-period-row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .alert-resource-item {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .alert-action-buttons {
    justify-content: center;
    margin-top: 8px;
  }

  .alert-condition-dropdown,
  .alert-condition-input-group,
  .alert-condition-input-small,
  .alert-condition-input-medium,
  .alert-period-dropdown,
  .alert-period-input {
    width: 100%;
  }
}

/* =============== Editor (SideModal) – novo padrão visual =============== */

.alertdetail-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
}

.alertdetail-title-content {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1;
}

.alertdetail-title-icon {
  color: #5959e8;
  color: var(--color-primary-blue, #5959e8);
  font-size: 20px;
  flex-shrink: 0;
}

.alertdetail-title-text {
  font-size: 15px;
  font-weight: 600;
  color: #2D3748;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.alertdetail-nav-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.alertdetail-nav-count {
  font-size: 11px;
  color: #718096;
  margin-right: 4px;
}

.alertdetail-nav-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
  color: #2D3748;
  font-size: 14px;
  line-height: 1;
}

.alertdetail-nav-btn:hover:not(:disabled) {
  background: #EDF2F7;
}

.alertdetail-nav-btn:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

/* Container interno com espaço para o footer fixo */
.side-modal .alert-modal-content {
  padding-bottom: 80px;
}

/* Fullscreen: 2-column grid layout */
.alert-modal-content.alert-modal-expanded {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 0 32px;
  gap: 0 32px;
  max-width: 1200px;
  margin: 0 auto;
  align-content: start;
}

.alert-modal-expanded .alert-full-span {
  grid-column: 1 / -1;
}

.alert-modal-expanded .alert-grid-left,
.alert-modal-expanded .alert-grid-right {
  min-width: 0;
}

/* In non-expanded mode, grid wrappers are transparent */
.alert-modal-content:not(.alert-modal-expanded) .alert-grid-left,
.alert-modal-content:not(.alert-modal-expanded) .alert-grid-right {
  display: contents;
}

/* Footer centering in fullscreen */
.side-modal.expanded .alert-sidemodal-footer {
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* Seção numerada */
.alert-section {
  margin-bottom: 24px;
}

.alert-section + .alert-section {
  border-top: 1px solid #eef0f5;
  padding-top: 16px;
}

.alert-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--text-default);
}

.alert-section-number {
  color: #5959e8;
  color: var(--color-primary-blue, #5959e8);
  font-weight: 700;
}

.alert-field-label {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #5a6a7d;
  margin: 8px 0 6px 0;
}

.alert-required {
  color: #d32f2f;
  color: var(--status-red, #d32f2f);
}

/* Layout dividido (Nome + Severidade) */
.alert-row-split {
  display: flex;
  gap: 14px;
  align-items: flex-end;
}

.alert-col-grow {
  flex: 1 1;
  min-width: 0;
}

.alert-col-fixed {
  flex: 0 0 auto;
}

/* Pills (Status / Severidade) */
.alert-pill-group {
  display: inline-flex;
  gap: 0;
  border: 1px solid #d6dae3;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.alert-pill {
  border: none;
  background: transparent;
  padding: 6px 14px;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #5a6a7d;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.alert-pill + .alert-pill {
  border-left: 1px solid #d6dae3;
}

.alert-pill:hover:not(:disabled) {
  background-color: #f5f6fa;
}

.alert-pill:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.alert-pill.pill-selected.pill-normal {
  background-color: #e5e7f5;
  color: #4747a8;
}

.alert-pill.pill-selected.pill-high {
  background-color: #fdecd6;
  color: #b06a13;
}

.alert-pill.pill-selected.pill-critical {
  background-color: #d92d2d;
  color: #fff;
}

.alert-pill.pill-selected {
  background-color: #ececff;
  color: #5959e8;
  color: var(--color-primary-blue, #5959e8);
  font-weight: 600;
}

.alert-evaluation-mode {
  display: flex;
  width: 100%;
}

.alert-evaluation-mode .alert-pill {
  flex: 1 1;
}

.alert-field-help {
  display: block;
  margin-top: 6px;
  color: #718096;
  font-size: 11px;
  line-height: 1.4;
}

/* Tiles de Escopo */
.alert-scope-tiles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 8px;
  gap: 8px;
  margin-top: 4px;
}

.alert-scope-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 6px;
  border: 1px solid #d6dae3;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: all 0.15s ease;
  min-height: 70px;
}

.alert-scope-tile:hover:not(:disabled) {
  border-color: #5959e8;
  border-color: var(--color-primary-blue, #5959e8);
  background-color: #f5f6fa;
}

.alert-scope-tile:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.alert-scope-tile.tile-selected {
  border-color: #5959e8;
  border-color: var(--color-primary-blue, #5959e8);
  background-color: #f0f0fb;
  box-shadow: 0 0 0 1px #5959e8 inset;
  box-shadow: 0 0 0 1px var(--color-primary-blue, #5959e8) inset;
}

.alert-scope-tile-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f0f2f8;
  color: #5a6a7d;
  font-size: 16px;
}

.alert-scope-tile.tile-selected .alert-scope-tile-icon {
  background-color: #5959e8;
  background-color: var(--color-primary-blue, #5959e8);
  color: #fff;
}

.alert-scope-tile-label {
  font-family: "Ubuntu", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: var(--text-default);
  text-align: center;
  line-height: 1.2;
}

.alert-scope-detail {
  margin-top: 12px;
}

/* Linhas de checkbox lado a lado */
.alert-checkbox-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}

.alert-checkbox-row .alert-checkbox-section {
  margin: 0;
}

/* Resumo da regra */
.alert-summary-card {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  margin-top: 16px;
  margin-bottom: 24px;
  background-color: #f5f6fc;
  border: 1px solid #e3e6f4;
  border-left: 4px solid #5959e8;
  border-left: 4px solid var(--color-primary-blue, #5959e8);
  border-radius: 6px;
}

.alert-summary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e3e6f4;
  color: #5959e8;
  color: var(--color-primary-blue, #5959e8);
  font-size: 18px;
  flex-shrink: 0;
}

.alert-summary-body {
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  color: var(--text-default);
}

.alert-summary-body strong {
  font-weight: 600;
}

.alert-summary-body p {
  margin: 4px 0 0 0;
  line-height: 1.5;
}

.alert-summary-tag {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
  text-transform: lowercase;
}

.alert-summary-tag.tag-normal {
  background-color: #e5e7f5;
  color: #4747a8;
}

.alert-summary-tag.tag-high {
  background-color: #fdecd6;
  color: #b06a13;
}

.alert-summary-tag.tag-critical {
  background-color: #fce4e4;
  color: #b32d2d;
}

/* Footer fixo */
.alert-sidemodal-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #eef0f5;
  box-shadow: 0 -2px 8px rgba(58, 79, 135, 0.04);
}

.alert-btn {
  padding: 8px 18px;
  border-radius: 6px;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.alert-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.alert-btn-secondary {
  background: #fff;
  color: #5a6a7d;
  border-color: #d6dae3;
}

.alert-btn-secondary:hover:not(:disabled) {
  background-color: #f5f6fa;
  border-color: #b8c0cf;
}

.alert-btn-primary {
  background: #5959e8;
  background: var(--color-primary-blue, #5959e8);
  color: #fff;
  border-color: #5959e8;
  border-color: var(--color-primary-blue, #5959e8);
}

.alert-btn-primary:hover:not(:disabled) {
  background-color: #4a4ad0;
  border-color: #4a4ad0;
}

/* Layout responsivo extra */
@media (max-width: 540px) {
  .alert-scope-tiles {
    grid-template-columns: repeat(2, 1fr);
  }

  .alert-row-split {
    flex-direction: column;
    align-items: stretch;
  }
}

