/* Starter site theme. Tweak colors, spacing, fonts here to affect whole project. */

/* Typography */
body, .bodylogin {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: #f5f7fa;
  color: #2c3e50;
  margin: 0;
}

/* Navbar */
.navbar-brand { font-weight: 700; letter-spacing: 0.3px; }
.navbar-dark .navbar-text { color: #ffffff; }

/* Main card wrapper */
.row.text-center {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
}

/* Modal / popup panel styling (maps to your existing modalPopup class) */
.modalPopup {
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
  border-radius: 8px;
  padding: 16px;
}

/* Buttons: make primary buttons consistent */
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

/* RadGrid adjustments (example) */
.RadGrid_ModernBrowsers .rgHeader, .RadGrid_ModernBrowsers .rgMasterTable {
  border-radius: 6px;
}

/* Utility */
.container-fluid { max-width: 1200px; margin: 0 auto; }
