.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .nav {
    flex-direction: column;
  }
}

.nav-link {
  display: block;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .nav-tabs {
    border: 0;
  }
}
.nav-tabs .nav-item {
  padding: 0 5px;
  margin: 0;
  text-indent: 0;
}
@media only screen and (max-width: 992px) {
  .nav-tabs .nav-item {
    padding: 0;
  }
}
.nav-tabs .nav-item:before {
  display: none !important;
}
.nav-tabs .nav-item:first-child {
  padding-left: 0 !important;
}
.nav-tabs .nav-item:last-child {
  padding-right: 0;
}
.nav-tabs .nav-link {
  border: 0;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 15px 50px;
  letter-spacing: 0;
  position: relative;
  top: 2px;
  color: #5A5A5A;
  background: #F7F7F7;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  background: #292E6F;
  color: #fff;
  position: relative;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background: #292E6F;
}
.nav-tabs .nav-link.active:after,
.nav-tabs .nav-item.show .nav-link:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #292E6F transparent transparent transparent;
  content: "";
  position: absolute;
  left: 50px;
  bottom: -10px;
}

.tab-content {
  box-shadow: none;
  background: transparent;
  padding: 30px 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

/*# sourceMappingURL=tab.css.map */
