/* BigDHosting client portal — matches bigdhosting.net Divi theme */
:root {
  --bigd-blue: #0c71c3;
  --bigd-accent: #2ea3f2;
  --bigd-navy: #0619a8;
  --bigd-text: #333333;
  --bigd-muted: #666666;
}

body {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, sans-serif;
  color: var(--bigd-text);
  background: #f4f7fb;
}

a {
  color: var(--bigd-accent);
}

a:hover {
  color: var(--bigd-blue);
}

#header {
  background: var(--bigd-blue);
  border-bottom: 3px solid var(--bigd-navy);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  height: auto;
  min-height: 71px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#header p,
#header a {
  color: #ffffff !important;
}

#header a:hover {
  color: #dbefff !important;
}

#header #logo img {
  max-height: 48px;
  max-width: 220px;
}

#nav {
  margin: 0;
  padding: 0 20px;
  height: auto;
  min-height: 42px;
  background: var(--bigd-navy);
  border-top: none;
  box-shadow: none;
}

#nav li a {
  color: #ffffff !important;
  background-image: none !important;
  padding-left: 16px !important;
  margin-left: 0;
  margin-right: 4px;
  height: 42px;
  line-height: 42px;
  border-radius: 0;
  font-weight: 600;
}

#nav li a:hover,
#nav li a.active {
  background-color: var(--bigd-accent) !important;
  color: #ffffff !important;
}

#content {
  background: #ffffff;
  border: 1px solid #dce3ee;
  border-radius: 2px;
  margin: 16px 20px 24px;
  padding: 16px 20px;
}

#container {
  max-width: 1100px;
}

h1, h2, h3, h4 {
  color: var(--bigd-text);
  font-weight: 600;
}

input[type=submit],
button[type=submit],
.button,
.btn-primary,
.landing-page .submit button {
  background: var(--bigd-accent) !important;
  border-color: var(--bigd-accent) !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-weight: 600;
}

input[type=submit]:hover,
button[type=submit]:hover,
.button:hover {
  background: var(--bigd-blue) !important;
  border-color: var(--bigd-blue) !important;
}

#msg_notice,
.notice_bar {
  border-color: var(--bigd-accent);
  background: #e8f4fd;
}

#footer {
  color: var(--bigd-muted);
}

#footer a {
  color: var(--bigd-accent);
}
