.content-wrapper {
  background: linear-gradient(180deg, #f4f7fb 0%, #eef3f9 100%);
}

.content-header {
  padding-top: 0.85rem;
  padding-bottom: 0.4rem;
}

.content-header h1 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #132238;
  letter-spacing: 0.01em;
}

.content-header .breadcrumb {
  background: transparent;
  padding: 0.2rem 0;
  margin-bottom: 0;
  font-size: 0.78rem;
}

.content .alert {
  border-radius: 10px;
  border: 0;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.content .card {
  border: 1px solid #d9e3ef;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.content .card-header {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-bottom: 1px solid #e2eaf3;
  padding: 0.75rem 0.95rem;
}

.content .card-title {
  font-size: 0.93rem;
  font-weight: 700;
  color: #132238;
  margin-bottom: 0;
}

.content .card-tools .btn {
  border-radius: 8px;
}

.content .small-box {
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}

.content .small-box .inner h3 {
  font-size: 1.5rem;
  line-height: 1.1;
}

.content .table-responsive {
  border: 1px solid #d9e3ef;
  border-radius: 10px;
}

.content .grid-view .table {
  margin-bottom: 0;
  font-size: 0.83rem;
}

.content .grid-view .table thead th {
  background: #eef4fb;
  border-top: 0;
  border-bottom: 1px solid #d8e4f2;
  color: #1f334b;
  font-size: 0.73rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
}

.content .grid-view .table td {
  vertical-align: middle;
}

.content .grid-view .table-striped tbody tr:nth-of-type(odd) {
  background-color: #fbfdff;
}

.content .grid-view .table-hover tbody tr:hover {
  background: #f3f8ff;
}

.content .grid-view .filters input,
.content .grid-view .filters select {
  min-width: 90px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #d3deea;
  font-size: 0.76rem;
  padding: 0.25rem 0.45rem;
}

.content .grid-view .filters input:focus,
.content .grid-view .filters select:focus {
  border-color: #5496dc;
  box-shadow: 0 0 0 0.12rem rgba(84, 150, 220, 0.2);
}

.content .grid-view .action-column,
.content .grid-view .grid-actions-cell,
.content .grid-view .liq-actions-cell,
.content .grid-view td[data-col-seq='0'] {
  white-space: nowrap;
}

.content .grid-view .btn.btn-sm,
.content .grid-view .btn-action-mini,
.content .grid-view .action-column .btn {
  padding: 0.18rem 0.42rem;
  font-size: 0.72rem;
  line-height: 1.15;
  border-radius: 6px;
}

.content .grid-view .summary {
  color: #51647a;
  font-size: 0.77rem;
  margin-top: 0.5rem;
}

.content .grid-view .pagination .page-link {
  border-radius: 8px;
  border-color: #d4deea;
  color: #1f4b7c;
  font-size: 0.78rem;
}

.content .grid-view .pagination .page-item.active .page-link {
  background-color: #1f78d6;
  border-color: #1f78d6;
}

.content .form-control,
.content .custom-select {
  border-radius: 8px;
  border: 1px solid #cfdae7;
  font-size: 0.86rem;
}

.content .form-control:focus,
.content .custom-select:focus {
  border-color: #4d8ed3;
  box-shadow: 0 0 0 0.12rem rgba(77, 142, 211, 0.2);
}

.content .btn {
  border-radius: 8px;
}

.content .btn-group > .btn {
  border-radius: 7px;
}

.uix-filter-tools {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.45rem;
}

.uix-filter-tools .btn {
  padding: 0.14rem 0.55rem;
  font-size: 0.72rem;
}

@media (max-width: 991.98px) {
  .content-header h1 {
    font-size: 1.1rem;
  }

  .content .card-header {
    padding: 0.65rem 0.75rem;
  }

  .content .grid-view .table {
    font-size: 0.78rem;
  }
}
