@charset "UTF-8";
/* line 2, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
div[id^="active-debt-credits-"] .credit-actions-sticky {
  position: sticky;
  right: 0;
  z-index: 5;
  background: #ffffff;
  white-space: nowrap;
}
/* line 10, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
div[id^="active-debt-credits-"] table th.credit-actions-sticky {
  z-index: 6;
  background: #ffffff;
}
/* line 15, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
div[id^="active-debt-credits-"] tr[style*="background-color"] .credit-actions-sticky {
  background: inherit;
}
/* line 19, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
div[id^="active-debt-credits-"] .credit-actions-col {
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  padding-left: 6px !important;
  padding-right: 6px !important;
  vertical-align: top;
  padding-top: 6px !important;
  text-align: right;
}
/* line 31, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
div[id^="active-debt-credits-"] .credit-actions-col .btn.btn--icon {
  margin: 0;
  position: relative;
  top: -2px;
}

/* Alerta modal edição CDA ao mudar Órgão de Origem */
/* line 39, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
.alert-warning-box {
  background-color: #fdf6e3;
  border: 1px dashed #e0b84f;
  border-radius: 8px;
  padding: 16px 18px;
}

/* line 46, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
.alert-warning-icon {
  background-color: #f6e7b5;
  color: #b8860b;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 16px;
}

/* line 60, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
.alert-warning-content {
  color: #8a6d1d;
  font-size: 14px;
  line-height: 1.5;
}

/* Caixas de seleção para modificar a infração */
/* line 67, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
.infraction-map-card {
  background: #fff;
  border: 1px solid #f3e1a7;
  border-radius: 10px;
  padding: 16px 18px;
}

/* line 74, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
.infraction-prev-title,
.infraction-next-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  opacity: .7;
  margin-bottom: 10px;
}

/* line 84, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
.infraction-prev-body {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* line 90, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
.infraction-prev-badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eef2f6;
  color: #5b6b7a;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex: 0 0 34px;
}

/* line 104, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
.infraction-prev-text {
  line-height: 1.25;
}

/* line 108, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
.infraction-prev-code {
  font-weight: 700;
  color: #2f3a45;
  font-style: italic;
}

/* line 114, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
.infraction-next-title {
  color: #b8860b;
  opacity: 1;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
}

/* line 123, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
.infraction-next-select {
  border: 2px solid #f0c84b;
  border-radius: 8px;
  height: 44px;
  padding: 10px 12px;
}

/* line 130, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
#credit-modal-reload-overlay,
#active-debt-modal-reload-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}
/* line 141, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
#credit-modal-reload-overlay .box,
#active-debt-modal-reload-overlay .box {
  text-align: center;
  color: #fff;
  font: 14px/1.4 Arial, sans-serif;
}
/* line 147, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
#credit-modal-reload-overlay .spinner,
#active-debt-modal-reload-overlay .spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.25);
  border-top-color: rgba(255, 255, 255, 0.95);
  animation: creditModalSpin .9s linear infinite;
  margin: 0 auto 10px;
}

@keyframes creditModalSpin {
  to {
    transform: rotate(360deg);
  }
}
/* line 162, /app/spa/app/assets/stylesheets/portal/active_debts.scss */
#infraction_penalty_reference_unit_group {
  display: none;
}
