/* Add here all your CSS customizations */
/* Vacations page refinements */
.card-header .nav-tabs .nav-link {
  margin-right: 6px;
  color: #495057;
}

.card-header .nav-tabs .nav-link:hover {
  color: #0d6efd;
}

.card-header .nav-tabs .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content .table-responsive,
.tab-content table {
  width: 100%;
}

.form-group.pb-3 label {
  font-weight: 600;
}

.btn.btn-lg {
  min-width: 120px;
}

.checkbox-custom input[type="checkbox"] + label {
  margin-bottom: 0;
}

/* Inner planning pills contrast */
.nav-pills .nav-link {
  color: #495057;
}

.nav-pills .nav-link:hover {
  color: #0d6efd;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #0d6efd;
  box-shadow: none;
}

/* Summary page refinements */
.card .card-title {
  margin-bottom: 0;
}

.card .d-flex span {
  color: #6c757d;
}

.liquid-meter-wrapper {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

/* Summary top area vertical alignment */
.summary-top-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
}
.summary-top-card > .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* (Reverted) Tank page customizations removed per request */
