/* PayQuest enterprise branding for Redmine */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#header {
  background: linear-gradient(135deg, #0d2436 0%, #14514a 55%, #12a89d 100%);
}

#header h1 a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#header h1 a::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 33px;
  background: url("/assets/plugin_assets/redmine_payquest_theme/payquest-icon-8c98a927.png") no-repeat center / contain;
  vertical-align: middle;
  flex-shrink: 0;
}

#top-menu {
  background: #0a1c29;
}

#main-menu li a.selected,
#main-menu li a.selected:hover {
  background: #12a89d;
  color: #fff;
  font-weight: bold;
}

#main-menu li a:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

#main-menu li a.new-object {
  background-color: #12a89d;
}

a {
  color: #0f7a70;
}

a:hover {
  color: #0d5f58;
}

#content h2,
#content h3,
div.box h3 {
  border-bottom: 2px solid #12a89d;
}

.controller-welcome #content h2:first-of-type,
.controller-welcome #content h3 {
  border-bottom-color: #12a89d;
}

div.box {
  border: 1px solid #e2e5e9;
  box-shadow: 0 1px 3px rgba(15, 42, 61, 0.06);
}

#footer {
  background: #f4f6f8;
  border-top: 1px solid #e2e5e9;
  color: #6b7280;
}

#loggedas {
  font-weight: 500;
}
