﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Enterprise UI overrides */
body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background-color: #f4f6f9;
}

.brand-text { font-size: 1.05rem; }

.main-sidebar .nav-sidebar > .nav-item > .nav-link {
  color: rgba(255,255,255,0.9);
}

.main-sidebar .nav-sidebar .nav-treeview > .nav-item > .nav-link {
  padding-left: 2.5rem;
}

.content-wrapper { min-height: calc(100vh - 114px); }

.card-erp { border-radius: 12px; box-shadow: 0 6px 18px rgba(15,23,42,0.06); }

/* Reusable dashboard card */
.dashboard-card {
  padding: 1rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15,23,42,0.06);
}

/* Buttons */
.btn-primary {
  background-color: #0052cc;
  border-color: #0041a8;
}

