.collectorsChart {
    max-height: 280px;
}

 


@media screen and (min-width: 1400px) {
        .collectorsChart {
        min-height: 450px;
    }
 
    
 
}

@media screen and (min-width: 1700px) {
        .collectorsChart {
        min-height: 540px;
    } 
 
}
@media screen and (max-height: 800px) {
    .collectorsChart {
        min-height: 280px;
    } 
 
}


.legend-title-home {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: var(--text-light);
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 16px */
    letter-spacing: -0.4px;
}

.EdrHome{
    min-height: 40% !important;
    width: 100%;
}
.XDRHomeWithLW {
    min-height: 30% !important;
    margin-bottom: 3px;
    width: 100%;
}
.divWorkStations {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px 0px;
    height:100%;
    gap:6px
}

.workstations {
    background-color: #f1f5fb;
    border-radius: 4px;
    display: flex;
    font-size: 1rem;
    padding:  10px;
    justify-content: space-between;
}

.workstations.colored {
    background: #2E195626;
    color: #fff;
}

.iconvaluecontent.workstations.colored > .truncate-container > .truncate-text.description {
    font-size: .8rem;
    margin-top:2px;
    color: #fff !important;
}

.iconvaluecontent.workstations.colored > .truncate-container > .truncate-text.data > div{
    font-size:1.2rem !important;
    color: #fff !important;

}
.legendWorkStations {
    font-size: .7rem;
    display: flex;
    align-items: center;
    padding: 5px 0px; 
    color: var(--text-light);
}
.legendWorkStations.colored {
    color: #fff;
}

.mostTargetsTable > .body > .lc-accordion > .header  > .title {
    font-size: 1rem;
}
.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-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Ubuntu", sans-serif;
  background: #fff;
}

.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;
}

/* Reorder saving indicator */
.alert-custom-table {
  position: relative;
}

.alert-saving-reorder {
  opacity: 0.85;
  pointer-events: none;
}

.alert-saving-reorder .alert-col-acoes {
  pointer-events: none;
}

.alert-saving-indicator {
  position: absolute;
  top: 6px;
  right: 12px;
  font-size: 11px;
  color: #5959e8;
  font-weight: 500;
  z-index: 2;
  animation: alert-pulse 1.2s ease-in-out infinite;
}

@keyframes alert-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* 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-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;
}

/* 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;
}

/* 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;
  }
}

.detailsPlan {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: hidden;
}

.headerPlanDetails {
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 24px;
    padding: 5px 16px 0 0;
}

.detailsName {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.detailsName h4 {
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    color: #2B304F;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bagdeStatusPlan {
    margin-left: 5px;
    padding: 2px 8px;
    color: white;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    text-transform: uppercase;
}

.labelGray {
    color: #a4a9b9;
    font-size: 12px;
}

.resource_scope {
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: end;
    justify-content: space-around;
    font-size: 12px;
}

.resource_scope p {
    font-weight: bold;
}

.detailSavingsPlanOrReserve {
    background-color: #F1F5FB;
    border-radius: 4px;
    padding: 12px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.subTitlePlan {
    font-size: 12px;
    color: #2B304F;
}

.titleLink {
    color: #00aee1;
    text-decoration: underline;
    cursor: pointer;
}

.saving-plan-reserve-page .lcd-confirmation .actions .bg-gray {
    display: none;
}

.saving-plan-reserve-page .lcd-confirmation>.all>.body>.actions {
    justify-content: center !important;
}

.saving-plan-reserve-page .lcd-confirmation>.all>.body>.title .lc-iconlink {
    display: none;
}
.detailsPlan {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: hidden;
}

.headerPlanDetails {
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 24px;
    padding: 5px 16px 0 0;
}

.rowPlanDetails {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: .6rem 0;
    gap: 1.3rem;
}

.inicialInfo {
    display: flex;
    margin-bottom: .5rem;
}

.detailsName {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.detailsName h4 {
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    color: #2B304F;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bagdeStatusPlan {
    margin-left: 5px;
    padding: 2px 8px;
    color: white;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    text-transform: uppercase;
}

.labelGray {
    color: #a4a9b9;
    font-size: 12px;
}

.labelGray.textSmall {
    font-size: 10px;
}

.resource_scope {
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: end;
    justify-content: space-around;
    font-size: 12px;
}

.resource_scope p {
    font-weight: bold;
}

.useDetails {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.divDetails {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.divDetails>.row>p,
.rowPlanDetails>.row>p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 128px;
    font-size: 12px;
}

.percente {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.totalPercente {
    background-color: #8b90a3;
    color: #fff;
    width: 100%;
    height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 12px;
}

.totalPercente p {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.totalPercente>.usePercente {
    background-color: var(--text-default);
    height: 24px;
}

.usedAndReservedInfo {
    font-size: 10px;
    display: flex;
    flex-direction: column;
}

.usedAndReservedInfo .labelGray {
    font-size: 10px;
}

.graphDetails {
    width: 50%;
}

.detailSavingsPlanOrReserve {
    background-color: #F1F5FB;
    border-radius: 4px;
    padding: 12px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.subTitlePlan {
    font-size: 12px;
    color: #2B304F;
}

.bodySystem {
    padding: 16px;
}

h4 {
	color: #8B90A3;
	font-family: "Ubuntu", sans-serif;
	font-weight: 500;
}
/* Governança de Commitments (P4) — painel em modal na página Savings/Reservas */
.cgov-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.cgov-guardrail {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #e7e9f0;
}

.cgov-guardrail > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cgov-guardrail strong {
    font-size: 0.92rem;
    color: #1f2937;
}

.cgov-guardrail span {
    font-size: 0.78rem;
    color: #667085;
}

.cgov-guardrail.ok {
    background: #ecfdf3;
    border-color: #abefc6;
    color: #067647;
}

.cgov-guardrail.block {
    background: #fef3f2;
    border-color: #fecdca;
    color: #b42318;
}

.cgov-grid {
    display: grid;
    grid-gap: 12px;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.cgov-card {
    background: #fff;
    border: 1px solid #e7e9f0;
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 92px;
}

.cgov-card-head {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #475467;
}

/* Valores numéricos financeiros alinhados à direita */
.cgov-card-value {
    font-size: 1.45rem;
    font-weight: 700;
    color: #1f2937;
    text-align: right;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    margin-top: auto;
}

.cgov-card-value.tone-positive { color: #067647; }
.cgov-card-value.tone-warning { color: #b54708; }
.cgov-card-value.tone-danger { color: #b42318; }
.cgov-card-value.tone-muted { color: #667085; }

.cgov-card-hint {
    font-size: 0.7rem;
    color: #98a2b3;
    text-align: right;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}

.cgov-table-wrap {
    overflow: auto;
    border: 1px solid #e7e9f0;
    border-radius: 10px;
}

.cgov-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.cgov-table thead th {
    position: sticky;
    top: 0;
    background: #f9fafb;
    color: #475467;
    font-weight: 600;
    text-align: left;
    padding: 9px 12px;
    border-bottom: 1px solid #eaecf0;
    white-space: nowrap;
}

.cgov-table tbody td {
    padding: 8px 12px;
    border-bottom: 1px solid #f2f4f7;
    color: #344054;
}

.cgov-table tbody tr:last-child td {
    border-bottom: none;
}

/* Colunas numéricas alinhadas à direita (separador decimal) */
.cgov-table th.num,
.cgov-table td.num {
    text-align: right;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.cgov-action {
    display: inline-block;
    padding: 2px 9px;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 600;
    white-space: nowrap;
}

.cgov-action.tone-positive { background: #ecfdf3; color: #067647; }
.cgov-action.tone-warning { background: #fffaeb; color: #b54708; }
.cgov-action.tone-danger { background: #fef3f2; color: #b42318; }
.cgov-action.tone-muted { background: #f2f4f7; color: #475467; }
.cgov-action.tone-default { background: #eff4ff; color: #173192; }

