/* Adicionar ao CSS existente */
.allocation-rule-container {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.section-title {
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #2c3e50;
    margin: 15px 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}

.rule-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f0f2f5;
    border-radius: 6px;
}

.rule-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #5a6a7d;
}

.validation-errors {
    margin-top: 15px;
    padding: 12px;
    background-color: #fff8f8;
    border: 1px solid #ffebee;
    border-radius: 6px;
    color: #d32f2f;
    font-size: 14px;
}

.rule-input {
    width: 100%;
    margin-bottom: 15px;
}

.rule-input .MuiOutlinedInput-root {
    height: 40px;
    border-radius: 6px;
}

.rule-input .MuiOutlinedInput-input {
    padding: 10px 14px;
    font-size: 14px;
}

.percent-input {
    width: 100px;
}

.percent-input .MuiOutlinedInput-root {
    height: 40px;
}

.condition-row {
    margin-bottom: 15px;
    padding: 12px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.cost-center-row {
    margin-bottom: 15px;
    padding: 12px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 10px;
}

.action-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

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

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

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

.redistribute-button {
    padding: 6px 12px;
    background-color: #e3f2fd;
    color: #1976d2;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.redistribute-button:hover {
    background-color: #bbdefb;
}

.allocation-rule-redividir-button {
    padding: 4px 8px !important;
    font-size: 12px;
    height: 28px;
    min-width: auto !important;
}

.modal-content {
    max-height: 70vh;
    overflow-y: auto;
    padding-right: 8px;
}

.modal-content::-webkit-scrollbar {
    width: 6px;
}

.modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}
.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 ===================== */
.alert-list-wrapper {
  width: 100%;
  margin-top: 4px;
  overflow-x: auto;
}

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

.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: #fafbfc;
  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 =============== */
.alert-sidemodal-header-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 18px;
  color: var(--text-default);
}

.alert-sidemodal-header-title svg {
  color: #5959e8;
  color: var(--color-primary-blue, #5959e8);
}

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

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