body {
  background: #f2f4f8;
}

.card {
  border-radius: 14px;
}

.card-header {
  background: linear-gradient(135deg, #ffffff, #f8f9fb);
  font-weight: 600;
}

.navbar {
  border-radius: 12px;
}

.navbar-logo {
  height: 36px;
  width: auto;
}

/* Mobile */

.form-control {
  border-radius: 10px;
}

.form-control:focus {
  box-shadow: 0 0 0 0.15rem rgba(13,110,253,.15);
}

.modal-content {
  border-radius: 16px;
}

.modal-header {
  border-bottom: 1px solid #eee;
}



.table thead th {
  white-space: nowrap;
  font-size: 0.85rem;
  color: #555;
}

.table tbody td {
  vertical-align: middle;
}

.tx-card {
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
