.btn-link {
  text-decoration: none !important;
}

/* a {
color: #fff;
} */

.feature-card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0.1rem 0.2em 0.3rem rgba(24, 21, 30, 0.12), inset 0 0 1px #70697d;
  padding: 36px;
  border-radius: 1rem;
  background-color: #F3F3F6;
  height: 100%;
}

.nav-link {
  color: #d1d3e2 !important;
}

.nav-item .nav-link:hover {
  color: #235B8C !important;
}

.dropdown .dropdown-menu {
  font-size: 0.85rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #13324D !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #2e2f37;
  text-decoration: none;
  background-color: #eaecf4;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: rgb(35, 91, 140);
}

.text-gray-400 {
  color: #d1d3e2 !important;
}

.btn-primary {
  color: #fff;
  background-color: rgb(35, 91, 140);
  border-color: rgb(35, 91, 140);
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(79, 125, 160);
  border-color: rgb(35, 91, 140);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(79, 125, 160);
  border-color: rgb(35, 91, 140);
  box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

#footer {
  background-color: #13324E;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer a {
  color: white;
}

h6 {
  font-weight: 700;
  color: #13324E;
}

.plan-feature {
  margin: 10px 0;
  text-align: left;
}

.green {
  color: #858C1E !important;
}

.red {
  color: #c51104 !important;
}

.help {
  cursor: help;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eaecf4;
}

.dropdown-item,
.dropdown-element {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #13324D;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #2e2f37;
  text-decoration: none;
  background-color: #eaecf4;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: rgb(35, 91, 140);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #b7b9cc;
  pointer-events: none;
  background-color: transparent;
}