﻿body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.app-footer {
  font-weight: 300;
}
.btn {
  border-radius: 2px;
  text-transform: uppercase;
}
.btn-default {
  background-color: #ddd;
}
.app-header .navbar-toggler {
  z-index: 99 !important;
}
@media (max-width: 991.98px) {
  .app-header .navbar-brand {
    left: 5px !important;
    margin-left: 0 !important;
  }
}
a.racecar {
  font: italic bold 14px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none !important;
  text-transform: none;
  color: #333;
}
a:hover.racecar {
  color: #666;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
.sidebar .nav-title {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #73818f;
  font-size: 100%;
}

.date-of-birth-fields {
  column-gap: 1rem;
}

.date-of-birth-fields > div:first-child,
.date-of-birth-fields > div:nth-of-type(2) {
  width: 80px;
}
