/* ========== Global shadow utilities (UI standard) ========== */
:root {
  --shadow-soft: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  --shadow-medium: rgba(0, 0, 0, 0.12) 0px 4px 6px -1px, rgba(0, 0, 0, 0.08) 0px 2px 4px -2px;
  --shadow-strong: rgba(0, 0, 0, 0.2) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.shadow-soft {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.shadow-medium {
  box-shadow: var(--shadow-medium);
}

.shadow-strong {
  box-shadow: var(--shadow-strong);
}

/* Legacy .box-shadow: use standard soft shadow */
.box-shadow[b-b5p5tqegso] {
  box-shadow: var(--shadow-soft);
}

/* ========== Base styles ========== */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a.navbar-brand[b-b5p5tqegso] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-b5p5tqegso] {
    color: var(--body-f);
}

.btn-primary[b-b5p5tqegso] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}



.nav-pills .nav-link.active[b-b5p5tqegso], .nav-pills .show > .nav-link[b-b5p5tqegso] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-b5p5tqegso] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-b5p5tqegso] {
    border-bottom: 1px solid #e5e5e5;
}

button.accept-policy[b-b5p5tqegso] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-b5p5tqegso] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}