.text-primary {
  color: #004f9e !important;
}

.bg-primary {
  background-color: #f4f5f5 !important;
}

.btn-primary {
  background-color: #004f9e !important;
}

a.nav-link {
  background-color: #f4f5f5 !important;
}

a.nav-link.active {
  background-color: #004f9e !important;
}

.text-secondary {
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 400;
  font-family: "Helvetica Neue", "Poppins";
}

.card-table th {
  font-weight: 400;
}

.card-table td {
  font-weight: 600;
}

.card .card-body h5 {
  border-bottom: 1px solid #eff2f7;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.more-information-tabs {
  width: 30%;
}
.more-information-tabs .nav-item .nav-link {
  color: #004f9e;
}
.more-information-tabs .nav-item .nav-link .nav-link-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.more-information-tabs .nav-item .nav-link.active {
  color: #fff;
}

@media (max-width: 992px) {
  .more-information-tabs {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .more-information-tabs {
    width: 100%;
  }
}
body[data-sidebar=dark] #sidebar-menu ul li {
  margin-bottom: 10px;
  color: #f4f5f5;
}

body[data-sidebar=dark] .mm-active .active {
  background-color: #f4f5f5;
  margin: 0 15px;
  padding: 10px 10px !important;
  border-radius: 5px;
  color: #495057 !important;
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover {
  background-color: #f4f5f5;
  margin: 0 15px;
  padding: 10px 10px !important;
  border-radius: 5px;
  color: #495057 !important;
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
  color: #a6b0cf;
}

#sidebar-menu ul li ul.sub-menu li a.active {
  padding-left: 40px !important;
}

#sidebar-menu ul li ul.sub-menu li a:hover {
  padding-left: 40px !important;
}

#last-transactions-table-row .card {
  margin-bottom: 0;
  box-shadow: none;
}
#last-transactions-table-row .card div {
  margin-top: 0 !important;
}

#payment-method-api-configuration-table-row .card {
  margin-bottom: 0;
  box-shadow: none;
}
#payment-method-api-configuration-table-row .card div {
  margin-top: 0 !important;
}

#payment-method-table-row .card {
  margin-bottom: 0;
  box-shadow: none;
}
#payment-method-table-row .card div {
  margin-top: 0 !important;
}

#accounting-credential-table-row .card {
  margin-bottom: 0;
  box-shadow: none;
}
#accounting-credential-table-row .card div {
  margin-top: 0 !important;
}

#invoicing-credential-table-row .card {
  margin-bottom: 0;
  box-shadow: none;
}
#invoicing-credential-table-row .card div {
  margin-top: 0 !important;
}

#logistics-credential-table-row .card {
  margin-bottom: 0;
  box-shadow: none;
}
#logistics-credential-table-row .card div {
  margin-top: 0 !important;
}

#shop-credential-table-row .card {
  margin-bottom: 0;
  box-shadow: none;
}
#shop-credential-table-row .card div {
  margin-top: 0 !important;
}

#market-credential-table-row .card {
  margin-bottom: 0;
  box-shadow: none;
}
#market-credential-table-row .card div {
  margin-top: 0 !important;
}
