@import url('https://bootswatch.com/5/lumen/bootstrap.min.css');

body {
  background-color: #f8f9fb;
}
.signature-preview table {
  border-collapse: collapse;
}
.signature-preview td {
  padding: 0;
}
.toast-stack {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.toast-card {
  min-width: 220px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  color: #fff;
}
.toast-card.success { background-color: #198754; }
.toast-card.error { background-color: #dc3545; }
.toast-card.info { background-color: #0d6efd; }
.unlayer-container {
  min-height: 720px;
  height: 75vh;
}
.image-modal-xl{min-height:620px;}
.asset-item:hover + .asset-delete,
.asset-delete:hover{
  opacity:1 !important;
}
