html {
  font-size: 14px;
}

body {
  background: #f1f6ff;
  color: #1f2a44;
}

a {
  color: #1d4ed8;
}

a:hover {
  color: #1e40af;
}

.bg-white {
  background-color: #ffffff !important;
}

.border-bottom,
.border-top,
.border-end {
  border-color: #d6e2f5 !important;
}

.btn-primary {
  background-color: #1d4ed8;
  border-color: #1d4ed8;
}

.btn-primary:hover {
  background-color: #1e40af;
  border-color: #1e40af;
}

.btn-outline-primary {
  color: #1d4ed8;
  border-color: #1d4ed8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1d4ed8;
  border-color: #1d4ed8;
}

.btn-outline-secondary {
  color: #1f4ea1;
  border-color: #b9c9e6;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #1f4ea1;
  border-color: #1f4ea1;
}

.nav-tabs .nav-link.active {
  color: #1d4ed8;
  border-color: #d6e2f5 #d6e2f5 #fff;
}

.nav-tabs .nav-link:hover {
  border-color: #d6e2f5 #d6e2f5 #fff;
}

.card {
  border-color: #d6e2f5;
}

.table thead th {
  color: #1f4ea1;
}

.list-group-item-action:hover {
  background-color: #eef4ff;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.text-small {
  font-size: 85%;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.sidebar {
  min-height: calc(100vh - 140px);
}
