/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* EasyHire — layout-scoped overrides
   Global design tokens live in _Layout.cshtml <style> block.
   This file handles structural/layout concerns only. */

a.navbar-brand[b-sgdhd3hppn] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-sgdhd3hppn] {
  color: #0f172a;
}

a:hover[b-sgdhd3hppn] {
  color: #1e293b;
}

.nav-pills .nav-link.active[b-sgdhd3hppn], .nav-pills .show > .nav-link[b-sgdhd3hppn] {
  color: #ffffff;
  background-color: #0f172a;
  border-color: #0f172a;
}

.border-top[b-sgdhd3hppn] {
  border-top: 1px solid rgba(15, 23, 42, 0.12);
}
.border-bottom[b-sgdhd3hppn] {
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
}

.box-shadow[b-sgdhd3hppn] {
  box-shadow: 0 .25rem .75rem rgba(15, 23, 42, 0.08);
}

button.accept-policy[b-sgdhd3hppn] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-sgdhd3hppn] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
