:root {
  --ui-border: #d8e2ee;
  --ui-shadow: 0 10px 30px rgba(19, 44, 70, 0.08);
}

.container,
.container-fluid {
  max-width: 98%;
}

.card,
.modal-content,
.panel,
.well {
  border: 1px solid var(--ui-border);
  border-radius: 14px;
  box-shadow: var(--ui-shadow);
}

.form-control,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  min-height: 40px;
  border-radius: 10px !important;
  border: 1px solid #c8d7e8 !important;
  box-shadow: none !important;
}

.form-control:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15) !important;
}

.btn {
  border-radius: 10px;
  font-weight: 600;
}

table,
.table,
table.dataTable {
  background: #fff;
  border: 1px solid var(--ui-border);
  border-radius: 12px;
  overflow: hidden;
}

.table > thead > tr > th,
table.dataTable thead th {
  background: #eef5fc;
  border-bottom: 1px solid #d2deeb !important;
  font-weight: 700;
}

.table > tbody > tr > td,
table.dataTable tbody td {
  border-top: 1px solid #ecf1f7 !important;
  vertical-align: middle;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fafcff;
}

.pagination > li > a,
.pagination > li > span {
  border-radius: 8px !important;
  margin: 0 2px;
  border-color: #d4e0ec;
}

.alert {
  border-radius: 10px;
}

.ui-login-card {
  max-width: 520px;
  margin: 30px auto;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.btn-back-grid {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 38px !important;
  min-height: 38px !important;
  line-height: 1 !important;
  padding: 0 12px !important;
  margin: 0 !important;
  vertical-align: middle !important;
  position: relative !important;
  top: 0 !important;
  transform: none !important;
}

.power-grid-header,
.pg-header,
[id*="pg-header"] {
  align-items: center !important;
}
