.toast {
  width: 400px;
  min-height: 80px;
  border-radius: 6px;
  padding: 24px;
  font-size: 1.125rem;
  line-height: 1.6;
  border: 1px solid;
  background-clip: padding-box;
}

.toast .btn-close {
  filter: none;
  opacity: 0.7;
  background-size: 1em;
}

.toast .toast-body {
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.6;
}

.toast-success {
  background-color: #cff4fc;
  border-color: #6edff6;
  color: #055160;
}

.toast-success .toast-body {
  color: #055160;
}

.request_connection {
  text-align: left !important;
}

/*.modal.show::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1049;
  pointer-events: none;
}

.modal.show .modal-dialog {
  z-index: 1055;
  position: relative;
}

.modal-backdrop {
  display: none !important;
}*/

/* Oculta checkboxes DELETE duplicados nos formsets */
[data-formset-form] input[name$="-DELETE"] {
  display: none !important;
}

/* Garante que labels do DELETE também sejam ocultas */
[data-formset-form] label[for$="-DELETE"] {
  display: none !important;
}
