.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;
}
/* Ajuste do connector do stepper para este wizard */
.MuiStepper-root .MuiStepConnector-alternativeLabel {
    top: 8px !important;
}

/* Checkbox customizado - cor roxa */
.finops-wizard-container .MuiCheckbox-root {
    color: var(--color-primary-purple) !important;
}

.finops-wizard-container .MuiCheckbox-root.Mui-checked {
    color: var(--color-primary-purple) !important;
}

.finops-wizard-container {
    display: flex;
    flex-direction: column;
    min-height: 40vh;
    max-height: 60vh;
    padding: 20px;
}

.finops-wizard-step {
    flex: 1 1;
    overflow-y: auto;
}

.finops-welcome-message {
    margin-bottom: 24px;
}

.finops-welcome-message h2 {
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: var(--text-default);
}

.finops-welcome-message p {
    color: var(--text-light);
    line-height: 1.5;
}

.finops-provider-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.finops-provider-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: #fff;
}

.finops-provider-card:hover {
    background-color: #f5f6fa;
    border-color: var(--color-primary-purple);
}

.finops-provider-card.selected {
    background-color: #966cf31a;
    border-color: var(--color-primary-purple);
}

.finops-provider-card .provider-icon {
    display: flex;
    align-items: center;
    background-color: transparent;
}

.finops-provider-card .provider-label {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-default);
}

.finops-provider-card.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #f5f5f5;
}

.finops-provider-card.disabled:hover {
    background-color: #f5f5f5;
    border-color: #e0e0e0;
}

.finops-provider-card .provider-coming-soon {
    margin-left: auto;
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
    background-color: #9e9e9e;
    padding: 2px 8px;
    border-radius: 4px;
}

.finops-checklist-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.finops-provider-checklist {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.finops-provider-checklist .provider-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background-color: #f5f6fa;
    font-weight: 600;
    color: var(--text-default);
}

.finops-provider-checklist .checklist-items {
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
}

.finops-provider-checklist .checklist-items .MuiFormControlLabel-root {
    margin-left: 0;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.finops-provider-checklist .checklist-items .MuiFormControlLabel-root:last-child {
    border-bottom: none;
}

.checklist-label {
    display: flex;
    flex-direction: column;
}

.checklist-label .item-title {
    font-weight: 500;
    color: var(--text-default);
}

.checklist-label .item-desc {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-top: 2px;
}

.finops-confirmation {
    text-align: center;
    padding: 40px 20px;
}

.finops-confirmation h3 {
    font-size: 1.5rem;
    color: #173192;
    margin-bottom: 16px;
}

.finops-confirmation p {
    color: var(--text-light);
    margin-bottom: 16px;
}

.selected-providers-list {
    list-style: none;
    padding: 0;
    margin: 24px auto;
    display: inline-flex;
    flex-direction: column;
    gap: 12px;
}

.selected-providers-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background-color: #f5f6fa;
    border-radius: 8px;
    font-weight: 500;
}

.finops-wizard-functions {
    padding: 16px 0;
    overflow: hidden;
}

/* AWS Checklist Styles */
.aws-checklist {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.aws-checklist .checklist-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background-color: #fff8e6;
    border-bottom: 1px solid #ffe0b2;
    font-weight: 600;
    color: #333;
}

.aws-checklist .checklist-steps {
    display: flex;
    flex-direction: column;
}

.aws-checklist .checklist-step {
    border-bottom: 1px solid #f0f0f0;
}

.aws-checklist .checklist-step:last-child {
    border-bottom: none;
}

.aws-checklist .step-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 12px 16px;
    cursor: pointer;
    align-items: center;
}

.aws-checklist .step-header .MuiFormControlLabel-root {
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 10px;
}

.aws-checklist .step-header:hover {
    background-color: #fafafa;
}

.aws-checklist .step-label {
    display: flex;
    flex-direction: column;
}

.aws-checklist .step-title {
    font-weight: 500;
    color: var(--text-default);
}

.aws-checklist .step-desc {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-top: 2px;
}

.aws-checklist .step-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.aws-checklist .step-template {
    background-color: #1e1e1e;
    padding: 16px;
    margin: 0 16px 16px;
    border-radius: 6px;
    overflow-x: auto;
    position: relative;
}

.aws-checklist .step-template .template-header {
    position: absolute;
    top: 12px;
    right: 12px;
}

.aws-checklist .step-template pre {
    margin: 0;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 12px;
    color: #d4d4d4;
    white-space: pre-wrap;
    word-break: break-word;
}

.aws-checklist .btn-sm {
    padding: 4px 12px;
    font-size: 12px;
}

/* Azure Checklist Styles */
.azure-checklist {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.azure-checklist .checklist-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background-color: #e6f2ff;
    border-bottom: 1px solid #b3d7ff;
    font-weight: 600;
    color: #333;
}

.azure-checklist .checklist-steps {
    display: flex;
    flex-direction: column;
}

.azure-checklist .checklist-step {
    border-bottom: 1px solid #f0f0f0;
}

.azure-checklist .checklist-step:last-child {
    border-bottom: none;
}

.azure-checklist .step-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 12px 16px;
    cursor: pointer;
    align-items: center;
}

.azure-checklist .step-header .MuiFormControlLabel-root {
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 10px;
}

.azure-checklist .step-header:hover {
    background-color: #fafafa;
}

.azure-checklist .step-label {
    display: flex;
    flex-direction: column;
}

.azure-checklist .step-title {
    font-weight: 500;
    color: var(--text-default);
}

.azure-checklist .step-desc {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-top: 2px;
}

.azure-checklist .step-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.azure-checklist .step-instructions {
    background-color: #f5f5f5;
    padding: 16px;
    margin: 0 16px 16px;
    border-radius: 6px;
    border-left: 4px solid var(--color-secondary-purple-bright);
    position: relative;
}

.azure-checklist .step-instructions .instructions-header {
    position: absolute;
    top: 12px;
    right: 12px;
}

.azure-checklist .step-instructions pre {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 13px;
    color: #333;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.6;
}

.azure-checklist .btn-sm {
    padding: 4px 12px;
    font-size: 12px;
}

/* Formulario de cadastro de assinatura inline */
.step-subscription-form {
    margin: 0;
    padding: 16px;
}

.subscription-form-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.subscription-form-content .ppform2 {
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.subscription-form-content .ppform2 .ppform2-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.subscription-form-content .ppform2 .ppform2-functions {
    display: none;
}

.subscription-form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
    padding-top: 12px;
}

.subscription-form-actions .lc-button {
    display: flex;
    align-items: center;
    gap: 6px;
}

.subscription-form-actions .lc-button.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Icone de info nos campos */
.credential-field-info-icon {
    color: var(--color-primary-purple);
    cursor: help;
    font-size: 16px;
}

/* Animacao de spin para loading */
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.spin {
    animation: spin 1s linear infinite;
}

/* Card de status da assinatura criada */
.subscription-status-card {
    margin: 12px 16px 16px;
    padding: 12px 16px;
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.subscription-status-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.subscription-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.subscription-alias {
    font-weight: 500;
    color: var(--text-default);
}

.subscription-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    padding: 4px 12px;
    border-radius: 16px;
}

.subscription-status.pending,
.subscription-status.validating {
    background-color: #fff3e0;
    color: #e65100;
}

.subscription-status.valid {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.subscription-status.invalid,
.subscription-status.error {
    background-color: #ffebee;
    color: #c62828;
}

.subscription-status .status-icon {
    font-size: 16px;
}

.subscription-status .status-icon.valid {
    color: #2e7d32;
}

.subscription-status .status-icon.invalid {
    color: #c62828;
}

/* Detalhes do erro com botão de retry */
.subscription-error-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e0e0e0;
}

.subscription-error-details .error-message {
    flex: 1 1;
    font-size: 0.85rem;
    color: #c62828;
    word-break: break-word;
}

.subscription-error-details .retry-button {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    padding: 6px 14px;
    font-size: 0.85rem;
}

.subscription-error-details .retry-button svg {
    font-size: 14px;
}

/* Mensagem de validação pendente */
.finops-validation-pending-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    margin-top: 16px;
    background-color: #fff3e0;
    color: #e65100;
    border-radius: 8px;
    font-size: 0.9rem;
}


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