/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/* ========================================
   CORREÇÃO DE MODAIS
   ======================================== */

/* Garantir que modais apareçam na frente do backdrop */
.modal {
  z-index: 1060 !important;
}

.modal-backdrop {
  z-index: 1055 !important;
}

/* Garantir que o modal seja visível quando mostrado */
.modal.show {
  display: block !important;
}

/* Customização do botão secundário */
.btn-secondary {
  background-color: transparent !important;
  color: #ac9795 !important;
  border-color: #ac9795 !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #ac9795 !important;
  color: #fff !important;
  border-color: #ac9795 !important;
}

.btn-secondary:disabled,
.btn-secondary.disabled {
  background-color: transparent !important;
  color: #ac9795 !important;
  border-color: #ac9795 !important;
  opacity: 0.5;
}

/* Customização da cor success para verde mais forte */
.text-success {
  color: #28a745 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.btn-success {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #218838 !important;
  border-color: #218838 !important;
}

.badge-success {
  background-color: #28a745 !important;
}

.badge.badge-success {
  background-color: #28a745 !important;
}

/*# sourceMappingURL=custom.css.map */
