html,
body {
  min-height: 100%;
}

.layout-top-nav .app-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.layout-top-nav .app-main {
  flex: 1 0 auto;
  width: 100%;
}

.layout-top-nav .app-footer {
  flex-shrink: 0;
}

.content-header {
  padding: 0.75rem 0.5rem 0;
}

.content {
  padding: 0 0.5rem 1rem;
}

.navbar .container-fluid,
.content-header .container-fluid,
.content .container-fluid {
  max-width: none;
}

.customs-filter .btn {
  width: 100%;
}

.customs-table {
  margin-bottom: 0;
}

.customs-table th,
.customs-table td {
  vertical-align: middle;
}

.customs-table .text-cell {
  min-width: 14rem;
  white-space: normal;
}

.customs-table .compact-cell {
  white-space: nowrap;
}

.customs-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-top: 1rem;
}

.customs-pagination .pagination {
  margin-bottom: 0;
}
